:root {
    --navy-950: #020c17;
    --navy-900: #031426;
    --navy-800: #08233d;
    --blue-600: #1677d2;
    --blue-500: #2d92ee;
    --blue-300: #80c3ff;
    --ice: #eaf6ff;
    --white: #ffffff;
    --text: #142538;
    --muted: #617185;
    --line: rgba(15, 49, 79, .13);
    --surface: #f4f8fb;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(3, 20, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 106px; }
body {
    margin: 0;
    color: var(--text);
    background: var(--surface);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.configurator-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 21px 0; transition: background .3s, padding .3s, box-shadow .3s; }
.site-header.is-scrolled { padding: 11px 0; background: #031426; box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; width: auto; height: 84px; color: white; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand-wordmark-image { display: block; width: 180px; height: 40px; background-image: url('../branding/logo_header_transparent.png'); background-repeat: no-repeat; background-size: 396px 158px; background-position: -214px -71px; }
.site-nav { display: flex; align-items: center; gap: 38px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; }
.site-nav a { transition: color .2s; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { position: relative; min-height: max(830px, 100vh); min-height: max(830px, 100svh); overflow: hidden; color: white; background: radial-gradient(circle at 76% 38%, #0b3a64 0, #051d35 28%, #031426 55%, #020c17 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, rgba(2,12,23,.45)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: max(830px, 100vh); min-height: max(830px, 100svh); padding-top: 90px; }
.hero-copy { padding-bottom: 22px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; color: var(--blue-600); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero .eyebrow { color: var(--blue-300); }
h1, h2 { margin: 0; font-family: "Segoe UI", Arial, sans-serif; font-weight: 650; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 730px; font-size: clamp(58px, 6.3vw, 91px); }
h1 em, h2 em { color: var(--blue-500); font-style: normal; font-weight: 420; }
.hero-copy > p { max-width: 600px; margin: 30px 0 35px; color: rgba(235,246,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue-500), #1668bd); box-shadow: 0 14px 30px rgba(28, 125, 216, .25); }
.button-primary:hover { box-shadow: 0 17px 36px rgba(28,125,216,.4); }
.button-ghost { border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.84); background: rgba(255,255,255,.03); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-trust { display: flex; gap: 38px; margin-top: 58px; }
.hero-trust div { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.hero-trust strong { color: var(--blue-300); font-size: 10px; }
.hero-visual { position: relative; display: grid; place-items: center; height: 610px; }
.visual-card { position: relative; z-index: 3; width: min(390px, 76%); padding: 13px; border: 1px solid rgba(144, 207, 255, .22); border-radius: 50%; background: rgba(6, 35, 60, .56); box-shadow: 0 40px 100px rgba(0,0,0,.35), inset 0 0 40px rgba(71,162,240,.09); backdrop-filter: blur(10px); animation: float 6s ease-in-out infinite; }
.visual-card img { width: 100%; border-radius: 50%; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(31,137,231,.25); filter: blur(90px); }
.status-pill { position: absolute; right: -13px; bottom: 65px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.8); background: rgba(3,20,38,.82); font-size: 11px; letter-spacing: .08em; backdrop-filter: blur(14px); }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #56e2a7; box-shadow: 0 0 12px #56e2a7; }
.connection-lines { position: absolute; width: 580px; max-width: 110%; fill: none; stroke: rgba(81,168,244,.19); stroke-width: 1; stroke-dasharray: 4 8; animation: rotate 55s linear infinite; }
.data-chip { position: absolute; z-index: 4; min-width: 115px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(3,20,38,.66); box-shadow: 0 15px 40px rgba(0,0,0,.2); backdrop-filter: blur(15px); }
.data-chip span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .18em; }
.data-chip strong { font-size: 17px; }
.chip-one { top: 115px; left: 10px; }
.chip-two { right: 0; top: 195px; }
.scroll-hint { position: absolute; z-index: 4; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-hint i { display: block; width: 35px; height: 1px; background: rgba(255,255,255,.32); }
.hero-orbit { position: absolute; border: 1px solid rgba(70,164,244,.1); border-radius: 50%; }
.hero-orbit-one { width: 750px; height: 750px; right: -290px; top: -250px; }
.hero-orbit-two { width: 500px; height: 500px; left: -350px; bottom: -230px; }

.subpage-hero { position: relative; min-height: 680px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 34%, #0b3a64 0, #051d35 28%, #031426 58%, #020c17 100%); }
.subpage-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(2,12,23,.4)); }
.subpage-hero-inner { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-height: 680px; padding-top: 110px; }
.subpage-hero-inner .eyebrow { color: var(--blue-300); }
.subpage-hero-inner h1 { max-width: 900px; }
.subpage-hero-inner > p { max-width: 690px; margin: 30px 0 34px; color: rgba(235,246,255,.7); font-size: 18px; line-height: 1.75; }
.back-link { margin-bottom: 38px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.back-link:hover { color: white; }
.game-hosting-hero { background: radial-gradient(circle at 80% 42%, #0d4878 0, #06233e 30%, #031426 62%, #020c17 100%); }

.service-detail { background: #eef5f9; }
.service-detail-intro { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.service-detail-intro .eyebrow { margin: 0; }
.service-detail-intro h2 { max-width: 780px; font-size: clamp(40px, 4.5vw, 62px); }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.detail-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.85); box-shadow: 0 10px 35px rgba(15,50,80,.035); }
.detail-card > span { color: var(--blue-600); font-size: 10px; font-weight: 750; letter-spacing: .15em; }
.detail-card h3 { margin: 65px 0 14px; color: var(--navy-900); font-size: 24px; letter-spacing: -.025em; }
.detail-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; padding: 22px; border-radius: 15px; color: rgba(255,255,255,.74); background: var(--navy-900); }
.benefit-strip span { font-size: 11px; text-align: center; }
.benefit-strip span::first-letter { color: #66dca5; }
.service-pricing { background: white; }
.service-package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-package-grid-two { grid-template-columns: repeat(2, minmax(0, 380px)); justify-content: center; }
.service-package { position: relative; display: flex; flex-direction: column; min-height: 455px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #f8fbfd; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-package:hover { transform: translateY(-5px); border-color: rgba(45,146,238,.35); box-shadow: 0 22px 55px rgba(3,20,38,.1); }
.service-package.is-featured { color: white; border-color: #0f5389; background: linear-gradient(155deg, #082f50, #031426); box-shadow: 0 22px 55px rgba(3,20,38,.16); }
.service-package-badge { position: absolute; top: 20px; right: 20px; padding: 5px 8px; border-radius: 999px; color: #0b659f; background: #dff1ff; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-package-head { min-height: 112px; padding-right: 10px; }
.service-package-head h3 { margin: 0 0 11px; color: var(--navy-900); font-size: 22px; }
.service-package.is-featured h3 { color: white; }
.service-package-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-package.is-featured .service-package-head p { color: rgba(255,255,255,.54); }
.service-package-price { display: flex; align-items: baseline; gap: 7px; margin: 21px 0; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-package.is-featured .service-package-price { border-color: rgba(255,255,255,.12); }
.service-package-price strong { color: var(--navy-900); font-size: 27px; letter-spacing: -.035em; }
.service-package.is-featured .service-package-price strong { color: white; }
.service-package-price span { color: #8594a3; font-size: 9px; }
.service-package ul { display: flex; flex-direction: column; gap: 11px; margin: 0 0 26px; padding: 0; list-style: none; color: #607387; font-size: 11px; }
.service-package.is-featured ul { color: rgba(255,255,255,.66); }
.service-package li::before { content: "✓"; margin-right: 8px; color: var(--blue-500); }
.service-package.is-featured li::before { color: #69dfa7; }
.service-package > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 15px 17px; border-radius: 8px; color: white; background: var(--navy-900); font-size: 11px; font-weight: 750; }
.service-package.is-featured > a { color: var(--navy-900); background: white; }
.process-section { color: white; background: var(--navy-900); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.process-grid .eyebrow { color: var(--blue-300); }
.process-grid h2 { color: white; }
.process-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.1); }
.process-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.process-list > div > span { padding-top: 3px; color: var(--blue-300); font-size: 10px; }
.process-list p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.process-list strong { display: block; margin-bottom: 7px; color: white; font-size: 16px; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; margin-bottom: 58px; }
h2 { color: var(--navy-900); font-size: clamp(44px, 5vw, 68px); }
.section-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { grid-column: span 2; display: flex; flex-direction: column; min-height: 310px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 8px 26px rgba(15,50,80,.03); transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(29,128,216,.35); box-shadow: var(--shadow); }
.service-card-wide { grid-column: span 3; }
.service-card:nth-child(4) { grid-column: 1 / span 3; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.service-number { color: #9cabb9; font-size: 11px; letter-spacing: .15em; }
.service-top svg { width: 25px; height: 25px; fill: none; stroke: var(--blue-600); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 22px; letter-spacing: -.025em; }
.service-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 20px; padding: 0; list-style: none; }
.service-card li { padding: 5px 8px; border-radius: 5px; color: #4d6680; background: #edf4f9; font-size: 9px; }
.service-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy-900); font-size: 11px; font-weight: 700; }
.service-card > a span { color: var(--blue-600); font-size: 16px; }

.pricing { overflow: hidden; background: #eaf2f7; }
.pricing-heading { margin-bottom: 38px; }
.pricing-tabs { display: flex; gap: 8px; width: fit-content; max-width: 100%; margin-bottom: 28px; padding: 6px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); overflow-x: auto; scrollbar-width: none; }
.pricing-tabs::-webkit-scrollbar { display: none; }
.pricing-tabs button { flex: 0 0 auto; padding: 12px 18px; border: 0; border-radius: 8px; color: #63778b; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, box-shadow .2s; }
.pricing-tabs button:hover { color: var(--navy-900); }
.pricing-tabs button.is-active { color: white; background: var(--navy-900); box-shadow: 0 8px 20px rgba(3,20,38,.15); }
.pricing-panel[hidden] { display: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-grid-four { grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 485px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 12px 35px rgba(3,20,38,.04); }
.price-card.is-featured { border-color: rgba(35,137,226,.55); box-shadow: 0 18px 45px rgba(26,116,196,.12); }
.price-badge { position: absolute; top: 20px; right: 20px; padding: 5px 8px; border-radius: 999px; color: #1670bd; background: #e2f1ff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card-head > span { display: block; margin-bottom: 14px; color: var(--blue-600); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.price-card-head h3 { margin: 0; color: var(--navy-900); font-size: 25px; letter-spacing: -.025em; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 26px 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price strong { color: var(--navy-900); font-size: 30px; letter-spacing: -.04em; }
.price span { color: #8493a3; font-size: 10px; }
.spec-list { display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; list-style: none; color: #66788a; font-size: 13px; }
.spec-list li { position: relative; padding-left: 18px; }
.spec-list li::before { content: ""; position: absolute; top: 6px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 4px rgba(45,146,238,.1); }
.spec-list strong { color: var(--navy-900); }
.suitable { margin-top: 24px; padding: 14px; border-radius: 9px; background: #edf5fa; }
.suitable span { display: block; margin-bottom: 5px; color: #8796a6; font-size: 8px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.suitable p { margin: 0; color: #49647d; font-size: 11px; line-height: 1.55; }
.price-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 16px 18px; border-radius: 8px; color: white; background: var(--navy-900); font-size: 12px; font-weight: 700; transition: background .2s, transform .2s; }
.price-card > a:hover { transform: translateY(-2px); background: var(--blue-600); }
.price-card > a span { color: var(--blue-300); }
.extras { margin-top: 30px; padding: 28px 30px; border: 1px solid rgba(106,165,213,.2); border-radius: 20px; color: white; background: linear-gradient(135deg, #04192d, #082d4e); box-shadow: 0 18px 45px rgba(3,20,38,.1); }
.extras-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.extras-heading span { color: var(--blue-300); font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.extras-heading strong { font-size: 16px; }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.extras-grid > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: rgba(255,255,255,.035); }
.extras-grid span { color: rgba(255,255,255,.62); font-size: 10px; }
.extras-grid strong { flex: 0 0 auto; color: white; font-size: 11px; }
.extras-grid .is-free { border-color: rgba(81,217,157,.22); }
.extras-grid .is-free strong { color: #70e3ad; }

.configurator { width: min(1100px, calc(100% - 36px)); max-height: min(860px, calc(100vh - 36px)); padding: 0; border: 1px solid rgba(109,181,238,.24); border-radius: 24px; color: white; background: var(--navy-900); box-shadow: 0 40px 120px rgba(0,0,0,.5); overflow: auto; }
.configurator::backdrop { background: rgba(1,8,15,.76); backdrop-filter: blur(8px); }
.configurator-close { position: absolute; z-index: 4; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: white; background: rgba(255,255,255,.06); font-size: 23px; line-height: 1; cursor: pointer; }
.configurator-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .75fr); min-height: 720px; }
.configurator-main { padding: 55px 52px; }
.configurator-main .eyebrow { margin-bottom: 18px; color: var(--blue-300); }
.configurator-main h2 { color: white; font-size: 44px; }
.configurator-main > p { margin: 18px 0 36px; color: rgba(255,255,255,.54); font-size: 14px; }
.config-section { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.1); }
.config-label { display: block; margin-bottom: 18px; color: var(--blue-300); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.config-field { display: block; margin-bottom: 16px; }
.config-field > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: 10px; }
.config-field input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; outline: none; color: white; background: rgba(255,255,255,.05); }
.config-field input:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(45,146,238,.1); }
.location-option { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; min-height: 50px; padding: 0 15px; border: 1px solid rgba(45,146,238,.34); border-radius: 8px; background: rgba(45,146,238,.08); }
.location-option i { width: 8px; height: 8px; border-radius: 50%; background: #56e2a7; box-shadow: 0 0 10px #56e2a7; }
.location-option strong { font-size: 12px; }
.location-option small { color: rgba(255,255,255,.4); font-size: 9px; }
.term-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.term-options label, .config-extras label { position: relative; cursor: pointer; }
.term-options input, .config-extras input { position: absolute; opacity: 0; pointer-events: none; }
.term-options label > span { display: block; padding: 15px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); transition: border-color .2s, background .2s; }
.term-options strong, .term-options small { display: block; }
.term-options strong { font-size: 11px; }
.term-options small { margin-top: 4px; color: rgba(255,255,255,.4); font-size: 8px; }
.term-options input:checked + span { border-color: var(--blue-500); background: rgba(45,146,238,.13); }
.cpu-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cpu-options label { position: relative; cursor: pointer; }
.cpu-options input { position: absolute; opacity: 0; pointer-events: none; }
.cpu-option-content { display: block; min-height: 170px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.035); transition: border-color .2s, background .2s; }
.cpu-options input:checked + .cpu-option-content { border-color: var(--blue-500); background: rgba(45,146,238,.13); }
.cpu-option-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.cpu-option-head strong { font-size: 11px; }
.cpu-option-head i { padding: 5px 7px; border-radius: 999px; color: #70e3ad; background: rgba(86,226,167,.1); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cpu-option-content > b { display: block; margin-bottom: 11px; color: white; font-size: 14px; }
.cpu-option-content > small { display: flex; flex-wrap: wrap; gap: 7px 16px; color: rgba(255,255,255,.43); font-size: 9px; }
.cpu-option-content > em { display: block; margin-top: 17px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.5); font-size: 9px; font-style: normal; }
.config-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.config-extras label { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); transition: border-color .2s, background .2s; }
.config-extras label:has(input:checked) { border-color: var(--blue-500); background: rgba(45,146,238,.13); }
.config-extras span strong, .config-extras span small { display: block; }
.config-extras span strong { font-size: 10px; }
.config-extras span small { margin-top: 4px; color: rgba(255,255,255,.4); font-size: 8px; }
.config-extras b { color: var(--blue-300); font-size: 10px; }
.config-summary { position: sticky; top: 0; align-self: start; min-height: 720px; padding: 55px 38px; background: linear-gradient(160deg, #092d4c, #04182a); }
.summary-product { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-product span, .summary-product strong { display: block; }
.summary-product span { margin-bottom: 7px; color: var(--blue-300); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.summary-product strong { font-size: 24px; }
.config-summary ul { display: flex; flex-direction: column; gap: 9px; margin: 22px 0; padding: 0 0 22px; border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; color: rgba(255,255,255,.62); font-size: 11px; }
.config-summary li::before { content: "✓"; margin-right: 8px; color: #60dca2; }
.summary-cpu { padding: 0 0 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-cpu span, .summary-cpu strong, .summary-cpu small { display: block; }
.summary-cpu span { margin-bottom: 7px; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.summary-cpu strong { font-size: 11px; }
.summary-cpu small { margin-top: 5px; color: rgba(255,255,255,.4); font-size: 8px; }
.summary-extras { display: flex; flex-direction: column; gap: 8px; min-height: 70px; padding-bottom: 20px; }
.summary-extras > span { display: flex; justify-content: space-between; gap: 15px; color: rgba(255,255,255,.48); font-size: 10px; }
.summary-extras strong { color: white; }
.summary-total, .summary-term, .summary-saving { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.summary-total span, .summary-term span, .summary-saving span { color: rgba(255,255,255,.48); font-size: 10px; }
.summary-total strong { color: white; font-size: 26px; }
.summary-term strong { font-size: 11px; }
.summary-saving strong { color: #70e3ad; font-size: 12px; }
.summary-saving[hidden] { display: none; }
.config-buy { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 17px 18px; border-radius: 8px; color: white; background: linear-gradient(135deg, var(--blue-500), #1668bd); font-size: 12px; font-weight: 750; }
.config-summary > p { margin: 15px 0 0; color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.6; }

.advantages { overflow: hidden; color: white; background: var(--navy-900); }
.advantages-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.advantages-visual { position: relative; display: grid; place-items: center; min-height: 550px; }
.forge-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 300px; height: 300px; padding: 8px; border: 1px solid rgba(92,181,255,.25); border-radius: 50%; background: radial-gradient(circle at 45% 35%, #104b7b, #052039 65%); box-shadow: 0 0 0 50px rgba(46,143,226,.025), 0 0 0 100px rgba(46,143,226,.02), 0 35px 80px rgba(0,0,0,.35); }
.forge-mark img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.grid-plane { position: absolute; inset: 25% -30% -30%; opacity: .13; transform: perspective(420px) rotateX(62deg); transform-origin: center top; background-image: linear-gradient(rgba(91,177,248,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(91,177,248,.55) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.metric { position: absolute; z-index: 3; min-width: 125px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(5,29,52,.72); backdrop-filter: blur(12px); }
.metric strong, .metric span { display: block; }
.metric strong { margin-bottom: 4px; color: var(--blue-300); font-size: 21px; }
.metric span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.metric-one { top: 75px; left: 10px; }
.metric-two { right: 0; bottom: 82px; }
.advantages-copy .eyebrow { color: var(--blue-300); }
.advantages-copy h2 { color: white; }
.advantages-copy .lead { margin: 28px 0 40px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.8; }
.advantage-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); }
.advantage-list > div > span { padding-top: 3px; color: var(--blue-300); font-size: 10px; }
.advantage-list p { margin: 0; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.6; }
.advantage-list strong { display: block; margin-bottom: 5px; color: white; font-size: 15px; }

.vision { padding: 145px 0; background: white; }
.vision-inner { position: relative; max-width: 1000px; }
.quote-mark { position: absolute; top: -55px; left: -5px; color: #e5f1fa; font-family: Georgia, serif; font-size: 150px; line-height: 1; }
.vision-inner > p { position: relative; margin: 0; color: var(--navy-900); font-size: clamp(38px, 5vw, 65px); font-weight: 550; letter-spacing: -.045em; line-height: 1.17; }
.vision-inner > p::first-line { color: var(--blue-600); }
.vision-footer { display: flex; align-items: center; gap: 24px; margin-top: 48px; }
.vision-footer > span { color: var(--blue-600); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.vision-footer div { flex: 1; height: 1px; background: var(--line); }
.vision-footer strong { color: #718297; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }

.faq { background: #edf4f8; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-intro > p { max-width: 400px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.accordion-item { border-top: 1px solid rgba(15,49,79,.16); }
.accordion-item:last-child { border-bottom: 1px solid rgba(15,49,79,.16); }
.accordion-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 27px 0; color: var(--navy-900); border: 0; background: transparent; text-align: left; font-size: 16px; font-weight: 650; cursor: pointer; }
.accordion-item button i { position: relative; flex: 0 0 30px; width: 30px; height: 30px; margin-left: 25px; border: 1px solid var(--line); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 14px; left: 9px; width: 10px; height: 1px; background: var(--blue-600); transition: transform .25s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.accordion-item.is-open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-content p { padding-bottom: 27px; }

.contact { padding: 90px 0; background: #edf4f8; }
.contact-card { position: relative; overflow: hidden; padding: 80px 90px; border-radius: 30px; color: white; background: radial-gradient(circle at 88% 15%, #155b93 0, #082b4b 32%, #031426 70%); box-shadow: 0 35px 80px rgba(3,20,38,.18); }
.contact-card > *:not(.contact-glow) { position: relative; z-index: 2; }
.contact-card .eyebrow { color: var(--blue-300); }
.contact-card h2 { color: white; }
.contact-card > p { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.button-light { color: var(--navy-900); background: white; }
.button-light:hover { box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.contact-glow { position: absolute; right: -80px; top: -150px; width: 520px; height: 520px; border: 1px solid rgba(123,199,255,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(67,164,239,.025), 0 0 0 140px rgba(67,164,239,.018); }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.55); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; padding-bottom: 65px; }
.footer-brand { display: inline-flex; width: 235px; height: 94px; }
.footer-top > div > p { margin: 18px 0 0; font-size: 12px; letter-spacing: .08em; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }
.footer-links strong { margin-bottom: 9px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; letter-spacing: .06em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
    .site-nav { position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; gap: 30px; opacity: 0; visibility: hidden; color: white; background: rgba(2,12,23,.98); font-size: 20px; transition: opacity .25s, visibility .25s; }
    .site-nav.is-open { opacity: 1; visibility: visible; }
    .menu-toggle { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 5px; cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: white; transition: transform .25s, opacity .25s; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 80px; }
    .service-detail-intro, .process-grid { grid-template-columns: 1fr; gap: 42px; }
    .detail-card-grid { grid-template-columns: 1fr; }
    .benefit-strip { grid-template-columns: repeat(2, 1fr); }
    .service-package-grid { grid-template-columns: repeat(2, 1fr); }
    .service-package-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
    .hero-copy > p { margin-left: auto; margin-right: auto; }
    .hero-visual { height: 520px; }
    .scroll-hint { display: none; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
    .service-card { grid-column: span 3; }
    .service-card:nth-child(4), .service-card-wide { grid-column: span 3; }
    .pricing-grid, .pricing-grid-four { grid-template-columns: repeat(2, 1fr); }
    .extras-grid { grid-template-columns: repeat(2, 1fr); }
    .configurator-layout { grid-template-columns: 1fr; }
    .config-summary { position: static; min-height: 0; }
    .advantages-grid { grid-template-columns: 1fr; gap: 60px; }
    .advantages-copy { max-width: 700px; }
    .faq-grid { grid-template-columns: 1fr; gap: 60px; }
    .footer-top { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 32px, 1180px); }
    .section { padding: 85px 0; }
    .brand { height: 66px; }
    .brand-wordmark-image { width: 150px; height: 36px; background-size: 337px 135px; background-position: -182px -60px; }
    .hero { min-height: 760px; }
    .subpage-hero, .subpage-hero-inner { min-height: 620px; }
    .subpage-hero-inner { padding-top: 115px; }
    .subpage-hero-inner > p { font-size: 16px; }
    .back-link { margin-bottom: 28px; }
    .hero-grid { min-height: 760px; padding-top: 135px; }
    h1 { font-size: 48px; }
    .hero-copy > p { font-size: 16px; line-height: 1.65; }
    .hero-actions { flex-direction: column; }
    .hero-trust { gap: 15px; margin-top: 42px; }
    .hero-trust div { flex-direction: column; gap: 4px; }
    .hero-visual { height: 390px; margin-top: 15px; }
    .visual-card { width: 270px; }
    .connection-lines { width: 400px; }
    .data-chip { min-width: 95px; padding: 11px 13px; }
    .data-chip strong { font-size: 14px; }
    .chip-one { top: 45px; left: -5px; }
    .chip-two { top: 110px; right: -4px; }
    .status-pill { right: -8px; bottom: 35px; }
    h2 { font-size: 43px; }
    .service-grid { display: block; }
    .detail-card { min-height: 250px; }
    .detail-card h3 { margin-top: 45px; }
    .benefit-strip { grid-template-columns: 1fr; text-align: left; }
    .benefit-strip span { text-align: left; }
    .service-package-grid, .service-package-grid-two { grid-template-columns: 1fr; }
    .service-package { min-height: 420px; }
    .service-card { min-height: 290px; margin-bottom: 12px; }
    .pricing-tabs { width: 100%; }
    .pricing-grid, .pricing-grid-four { grid-template-columns: 1fr; }
    .price-card { min-height: 455px; }
    .extras { padding: 24px 18px; }
    .extras-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
    .extras-grid { grid-template-columns: 1fr; }
    .configurator { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 16px; }
    .configurator-main { padding: 48px 20px 30px; }
    .configurator-main h2 { font-size: 36px; }
    .term-options { grid-template-columns: repeat(2, 1fr); }
    .config-extras { grid-template-columns: 1fr; }
    .cpu-options { grid-template-columns: 1fr; }
    .config-summary { padding: 34px 22px; }
    .advantages-grid { gap: 45px; }
    .advantages-visual { min-height: 410px; }
    .forge-mark { width: 230px; height: 230px; }
    .metric-one { top: 35px; }
    .metric-two { bottom: 35px; }
    .vision { padding: 110px 0; }
    .vision-footer { align-items: flex-start; }
    .vision-footer div { display: none; }
    .contact { padding: 55px 0; }
    .contact-card { width: calc(100% - 24px); padding: 55px 25px; border-radius: 22px; }
    .button-light { width: 100%; padding-left: 14px; padding-right: 14px; gap: 10px; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* RheinForge visual refresh */
:root {
    --navy-950: #020914;
    --navy-900: #061525;
    --navy-800: #0b2944;
    --blue-600: #167ce1;
    --blue-500: #309cff;
    --blue-300: #8bcaff;
    --ice: #eaf6ff;
    --text: #10243a;
    --muted: #62758a;
    --line: rgba(16, 53, 85, .11);
    --surface: #f1f6f9;
    --radius: 18px;
    --shadow: 0 24px 70px rgba(5, 25, 43, .1);
}

body { background: #eaf1f5; }
.container { width: min(1220px, calc(100% - 56px)); }
.section { padding: 96px 0; }

.site-header { inset: 14px 0 auto; padding: 0; }
.site-header .header-inner { min-height: 70px; padding: 0 16px 0 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(3,16,29,.68); box-shadow: 0 18px 55px rgba(0,0,0,.16); backdrop-filter: blur(22px) saturate(135%); }
.site-header.is-scrolled { padding: 0; background: transparent; box-shadow: none; }
.site-header.is-scrolled .header-inner { min-height: 62px; background: rgba(3,16,29,.92); box-shadow: 0 14px 45px rgba(0,0,0,.22); }
.brand { height: 58px; }
.brand-wordmark-image { width: 168px; height: 36px; background-size: 370px 148px; background-position: -200px -66px; }
.site-nav { gap: 8px; }
.site-nav > a { padding: 10px 14px; border-radius: 9px; color: rgba(255,255,255,.62); font-size: 12px; }
.site-nav > a:hover { color: white; background: rgba(255,255,255,.06); }
.site-nav .nav-cta { margin-left: 6px; padding: 11px 17px; border: 0; color: #071728; background: white; }
.site-nav .nav-cta:hover { color: #071728; background: #dff2ff; }

.hero { min-height: max(790px, 100svh); background: linear-gradient(120deg, #020914 0%, #06192d 46%, #0a3558 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(116,190,246,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(116,190,246,.12) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(circle at 72% 48%, black, transparent 62%); }
.hero::after { height: 220px; background: linear-gradient(transparent, #020914); }
.hero-grid { grid-template-columns: 1.15fr .85fr; min-height: max(790px, 100svh); padding-top: 108px; }
.hero-copy { max-width: 730px; }
.eyebrow { margin-bottom: 20px; font-size: 10px; letter-spacing: .22em; }
h1 { font-size: clamp(62px, 6.7vw, 96px); line-height: .94; }
.hero-copy > p { max-width: 650px; margin: 28px 0 32px; font-size: 17px; }
.button { min-height: 50px; border-radius: 10px; }
.button-primary { background: linear-gradient(135deg, #3aa5ff, #116bc2); box-shadow: 0 16px 35px rgba(29,132,222,.28); }
.button-ghost { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.hero-trust { gap: 12px; margin-top: 45px; }
.hero-trust div { min-width: 120px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.035); }
.hero-visual { height: 560px; }
.visual-card { width: min(350px, 74%); border-color: rgba(139,202,255,.2); box-shadow: 0 45px 110px rgba(0,0,0,.4), 0 0 0 18px rgba(255,255,255,.02); }
.visual-glow { width: 390px; height: 390px; background: rgba(42,151,242,.32); }
.connection-lines { width: 520px; }
.data-chip { border-radius: 10px; background: rgba(3,16,29,.82); }
.scroll-hint { bottom: 22px; }

.services { position: relative; background: #edf3f6; }
.services::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(22,124,225,.35), transparent); }
.section-heading { margin-bottom: 42px; }
h2 { font-size: clamp(43px, 4.8vw, 66px); }
.service-grid { gap: 12px; }
.service-card { min-height: 280px; padding: 22px; border: 0; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: inset 0 0 0 1px rgba(16,53,85,.08); }
.service-card:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(22,124,225,.28), 0 20px 45px rgba(5,25,43,.08); }
.service-card:first-child { color: white; background: linear-gradient(145deg, #0a3558, #061525); box-shadow: none; }
.service-card:first-child h3, .service-card:first-child > a { color: white; }
.service-card:first-child > p { color: rgba(255,255,255,.58); }
.service-card:first-child li { color: #a8d7ff; background: rgba(63,157,236,.13); }
.service-card:first-child > a { border-color: rgba(255,255,255,.12); }
.service-card h3 { font-size: 21px; }
.service-card > p { line-height: 1.55; }

.advantages { background: linear-gradient(145deg, #020914, #08243c); }
.advantages-grid { gap: 90px; }
.forge-mark { width: 270px; height: 270px; border-color: rgba(139,202,255,.18); box-shadow: 0 0 0 34px rgba(46,143,226,.025), 0 0 0 68px rgba(46,143,226,.018), 0 35px 80px rgba(0,0,0,.38); }
.advantages-copy .lead { margin-bottom: 30px; }
.advantage-list > div { padding: 18px 0; }

.vision { padding: 115px 0; background: #f8fbfd; }
.vision-inner > p { font-size: clamp(36px, 4.6vw, 60px); }
.faq { background: #e7eff4; }
.accordion-item button { padding: 23px 0; }
.contact { padding: 72px 0; background: #e7eff4; }
.contact-card { padding: 68px 72px; border-radius: 22px; background: linear-gradient(120deg, #061525, #0a3558); }

.subpage-hero { min-height: 620px; background: linear-gradient(120deg, #020914 0%, #06192d 55%, #0a3558 100%); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(116,190,246,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(116,190,246,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 25%, black); }
.subpage-hero-inner { min-height: 620px; padding-top: 130px; }
.subpage-hero-inner h1 { max-width: 930px; font-size: clamp(58px, 6.2vw, 88px); }
.back-link { display: inline-flex; width: fit-content; padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.03); }

.service-detail { background: #edf3f6; }
.service-detail-intro { margin-bottom: 40px; }
.detail-card-grid { gap: 12px; }
.detail-card { min-height: 250px; padding: 25px; border: 0; border-radius: 16px; background: rgba(255,255,255,.8); box-shadow: inset 0 0 0 1px rgba(16,53,85,.08); }
.detail-card h3 { margin-top: 52px; }
.benefit-strip { margin-top: 12px; border-radius: 12px; background: #071a2c; }

.service-pricing { background: #f8fbfd; }
.service-package-grid { gap: 12px; }
.service-package { min-height: 430px; padding: 24px; border: 0; border-radius: 16px; background: #eef4f7; box-shadow: inset 0 0 0 1px rgba(16,53,85,.08); }
.service-package.is-featured { background: linear-gradient(150deg, #0b3b61, #061525); }
.service-package:hover { transform: translateY(-3px); }
.service-package-head { min-height: 100px; }
.service-package > a { border-radius: 9px; }
.process-section { background: linear-gradient(145deg, #020914, #08243c); }

.pricing { background: #edf3f6; }
.pricing-tabs { padding: 5px; border: 0; border-radius: 11px; background: rgba(255,255,255,.82); box-shadow: inset 0 0 0 1px rgba(16,53,85,.09); }
.price-card { min-height: 455px; padding: 25px; border: 0; border-radius: 16px; background: rgba(255,255,255,.84); box-shadow: inset 0 0 0 1px rgba(16,53,85,.08); }
.price-card.is-featured { box-shadow: inset 0 0 0 1px rgba(22,124,225,.4), 0 18px 45px rgba(20,104,176,.1); }
.extras { border: 0; border-radius: 16px; background: linear-gradient(120deg, #061525, #0b3b61); }

.configurator { border-radius: 18px; background: #061525; }
.configurator-main { background: #061525; }
.config-summary { background: linear-gradient(160deg, #0a3659, #061525); }
.cpu-option-content, .config-extras label, .term-options label > span { border-radius: 10px; }

.site-footer { padding-top: 58px; background: #020914; }
.footer-top { padding-bottom: 50px; }

@media (max-width: 980px) {
    .site-header { inset: 8px 0 auto; }
    .site-header .header-inner { position: relative; min-height: 62px; }
    .site-nav {
        position: absolute;
        inset: calc(100% + 8px) 0 auto;
        z-index: 1;
        align-items: stretch;
        justify-content: flex-start;
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 14px;
        background: rgba(3,16,29,.96);
        box-shadow: 0 22px 55px rgba(0,0,0,.3);
        backdrop-filter: blur(22px);
    }
    .site-nav.is-open { z-index: 1; }
    .site-nav > a { width: 100%; padding: 14px 16px; text-align: left; }
    .site-nav .nav-cta { margin: 4px 0 0; text-align: center; }
    .hero-grid { padding-top: 130px; }
    .hero-visual { height: 500px; }
    .service-package-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1220px); }
    .section { padding: 72px 0; }
    .site-header { inset: 8px 0 auto; }
    .site-header .header-inner { width: calc(100% - 18px); min-height: 58px; padding: 0 12px 0 16px; border-radius: 14px; }
    .brand { height: 52px; }
    .brand-wordmark-image { width: 145px; height: 32px; background-size: 320px 128px; background-position: -173px -57px; }
    .hero { min-height: 760px; }
    .hero-grid { min-height: 760px; padding-top: 118px; }
    h1 { font-size: 47px; }
    .hero-trust div { min-width: 0; padding: 10px 8px; }
    .hero-visual { display: none; }
    .section-heading { margin-bottom: 34px; }
    h2 { font-size: 40px; }
    .subpage-hero, .subpage-hero-inner { min-height: 570px; }
    .subpage-hero-inner { padding-top: 105px; }
    .subpage-hero-inner h1 { font-size: 48px; }
    .service-card, .detail-card { border-radius: 14px; }
    .service-package-grid, .service-package-grid-two { grid-template-columns: 1fr; }
    .contact-card { padding: 48px 22px; border-radius: 16px; }
}
