:root {
  --bg: #080c14;
  --bg-soft: #0b111c;
  --surface: #101a29;
  --surface-raised: #132238;
  --surface-light: #eaf3fb;
  --line: rgba(182, 213, 239, 0.16);
  --line-strong: rgba(152, 203, 239, 0.3);
  --text: #f5f9fd;
  --muted: #a6b7ca;
  --muted-dark: #61748a;
  --blue: #64b9ee;
  --blue-strong: #397fbe;
  --cyan: #76e2ed;
  --ink: #07101b;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 26px 80px rgba(1, 8, 18, 0.34);
  font-family: Inter, "Noto Sans", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); }
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 0%, rgba(47, 126, 190, 0.1), transparent 34rem),
    radial-gradient(circle at 4% 56%, rgba(37, 87, 143, 0.08), transparent 30rem);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--cyan); }

.page-shell { overflow: clip; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.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; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 16px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(1220px, calc(100% - 32px));
  min-height: 72px;
  margin: 16px auto -88px;
  padding: 10px 14px 10px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.7);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(18px);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(10, 17, 28, 0.94); border-color: var(--line-strong); box-shadow: 0 14px 44px rgba(0, 0, 0, .24); }
.brand { display: inline-flex; align-items: center; width: 152px; }
.brand img { display: block; width: 100%; height: auto; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 3vw, 42px); }
.primary-nav a { position: relative; color: #c9d7e5; font-size: .86rem; letter-spacing: .01em; transition: color .2s ease; }
.primary-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; content: ""; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button span { font-size: 1.15em; font-weight: 400; transition: transform .2s ease; }
.ui-icon { display: block; width: 1.15em; height: 1.15em; flex: 0 0 auto; overflow: visible; }
.ui-icon path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button:hover .ui-icon { transform: translate(2px, -2px); }
.button-primary { color: #07101a; background: linear-gradient(115deg, #86d8ee 0%, #72bfe9 46%, #8dbcf1 100%); box-shadow: 0 10px 28px rgba(74, 164, 211, .2); }
.button-primary:hover { box-shadow: 0 14px 34px rgba(74, 164, 211, .32); }
.button-outline { color: #e5f4ff; border-color: rgba(150, 207, 239, .35); background: rgba(117, 186, 231, .07); }
.button-outline:hover { border-color: rgba(150, 207, 239, .72); background: rgba(117, 186, 231, .16); }
.button-small { min-height: 45px; padding: 0 17px; font-size: .75rem; }
.button-submit { width: 100%; margin-top: 6px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: #d6e5f2; font-size: .84rem; font-weight: 700; }
.text-link span { color: var(--cyan); font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.text-link-dark { color: #1d3550; }

.hero { position: relative; min-height: 860px; padding: 210px 0 90px; background: linear-gradient(180deg, rgba(8, 12, 20, .6), var(--bg) 96%); }
.hero-backdrop { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-backdrop::before { position: absolute; top: -18rem; right: -8rem; width: 60rem; height: 60rem; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(53, 132, 195, .19), rgba(18, 48, 79, .04) 43%, transparent 69%); filter: blur(2px); }
.hero-backdrop::after { position: absolute; right: 0; bottom: 0; left: 0; height: 66%; content: ""; opacity: .27; background-image: linear-gradient(rgba(121, 190, 228, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(121, 190, 228, .09) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, transparent, #000 40%, transparent 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); align-items: center; gap: clamp(42px, 6vw, 90px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(118, 226, 237, .12), 0 0 18px rgba(118, 226, 237, .8); }
.hero h1 { max-width: 760px; margin: 0; color: #f7fbff; font-size: clamp(3.55rem, 6.7vw, 6.45rem); font-weight: 650; letter-spacing: -.075em; line-height: .94; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 570px; margin: 31px 0 0; color: #afc0d2; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 78px; color: #8fa4ba; font-size: .75rem; line-height: 1.55; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: #e7f4fe; font-weight: 700; }
.proof-mark { display: flex; align-items: flex-end; gap: 3px; width: 35px; height: 25px; }
.proof-mark span { display: block; width: 8px; border-radius: 2px 2px 0 0; background: linear-gradient(to top, var(--blue-strong), var(--cyan)); }
.proof-mark span:nth-child(1) { height: 12px; opacity: .56; }
.proof-mark span:nth-child(2) { height: 21px; }
.proof-mark span:nth-child(3) { height: 16px; opacity: .76; }

.hero-visual { position: relative; min-height: 550px; }
.visual-window { position: absolute; inset: 25px 8px 20px 8px; overflow: hidden; border: 1px solid rgba(155, 210, 242, .2); border-radius: 28px; background: linear-gradient(145deg, rgba(23, 43, 66, .86), rgba(9, 17, 28, .94)); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, .025); }
.visual-window::before { position: absolute; top: -150px; right: -130px; width: 440px; height: 440px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(96, 194, 231, .23), transparent 67%); }
.visual-topline, .visual-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 21px 24px; color: #7893ad; font-size: .59rem; letter-spacing: .13em; }
.visual-topline { border-bottom: 1px solid rgba(171, 216, 242, .12); }
.status-pill { display: inline-flex; align-items: center; gap: 7px; color: #a1e3d7; letter-spacing: .08em; }
.status-pill i, .about-card-status i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #70e0bc; box-shadow: 0 0 12px #70e0bc; }
.visual-canvas { position: absolute; top: 60px; right: 0; bottom: 65px; left: 0; }
.visual-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(140, 198, 233, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(140, 198, 233, .08) 1px, transparent 1px); background-size: 50px 50px; mask-image: radial-gradient(circle at 52% 52%, #000 10%, transparent 75%); }
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-node { position: absolute; display: flex; align-items: center; gap: 8px; color: #93b3cc; font-size: .67rem; }
.network-node span { display: block; width: 11px; height: 11px; border: 2px solid #8ad9ec; border-radius: 50%; background: #142b42; box-shadow: 0 0 0 6px rgba(102, 192, 225, .08), 0 0 19px rgba(102, 192, 225, .62); }
.network-node b { font-weight: 600; }
.node-a { top: 19%; left: 37%; }.node-b { top: 47%; left: 16%; }.node-c { top: 56%; right: 16%; }.node-d { top: 75%; left: 33%; }
.visual-center { position: absolute; top: 46%; left: 50%; display: flex; align-items: center; flex-direction: column; transform: translate(-50%, -50%); }
.center-ring { display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(125, 211, 241, .4); border-radius: 50%; background: radial-gradient(circle, rgba(82, 176, 223, .18), rgba(17, 42, 68, .12) 60%, transparent 61%); box-shadow: 0 0 0 14px rgba(80, 171, 218, .04), 0 0 55px rgba(65, 167, 220, .2); }
.center-ring::before, .center-ring::after { position: absolute; content: ""; border: 1px dashed rgba(123, 209, 237, .23); border-radius: 50%; }
.center-ring::before { width: 150px; height: 150px; }.center-ring::after { width: 195px; height: 195px; opacity: .55; }
.center-ring span { color: #e8f8ff; font-size: 1.85rem; font-weight: 650; letter-spacing: -.1em; }
.visual-center small { margin-top: 16px; color: #7ed6e7; font-size: .55rem; letter-spacing: .22em; }
.visual-footer { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(171, 216, 242, .12); letter-spacing: .02em; text-transform: none; }
.visual-footer strong { color: #d5eff7; font-weight: 500; }.visual-footer span:first-child { display: flex; align-items: center; gap: 8px; }.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.floating-card { position: absolute; z-index: 3; border: 1px solid rgba(171, 218, 241, .22); background: rgba(16, 31, 49, .86); box-shadow: 0 20px 44px rgba(1, 8, 18, .34); backdrop-filter: blur(16px); }
.availability-card { right: -33px; bottom: 66px; width: 168px; padding: 17px 17px 15px; border-radius: 17px; }
.floating-label { color: #7698b4; font-size: .56rem; font-weight: 700; letter-spacing: .12em; }
.availability-value { margin-top: 10px; color: #e4f6ff; font-size: 2.2rem; font-weight: 650; letter-spacing: -.07em; }.availability-value span { color: var(--cyan); }.availability-value small { margin-left: 2px; color: #80a8c6; font-size: .75rem; letter-spacing: 0; }
.mini-bars { display: flex; align-items: flex-end; gap: 3px; height: 19px; margin: 9px 0 10px; }.mini-bars i { display: block; width: 10px; border-radius: 2px 2px 0 0; background: linear-gradient(to top, #3e83c2, #82d6e7); }.mini-bars i:nth-child(1) { height: 8px; opacity: .55; }.mini-bars i:nth-child(2) { height: 13px; opacity: .75; }.mini-bars i:nth-child(3) { height: 10px; opacity: .7; }.mini-bars i:nth-child(4) { height: 17px; }.mini-bars i:nth-child(5) { height: 12px; opacity: .75; }.mini-bars i:nth-child(6) { height: 18px; }.mini-bars i:nth-child(7) { height: 14px; opacity: .8; }.mini-bars i:nth-child(8) { height: 19px; }
.availability-card p { margin: 0; color: #8ba3b8; font-size: .62rem; line-height: 1.4; }
.shield-card { top: 104px; left: -28px; display: flex; align-items: center; gap: 10px; min-width: 187px; padding: 12px 14px; border-radius: 14px; }.shield-card strong, .shield-card small { display: block; }.shield-card strong { color: #d9eefb; font-size: .68rem; font-weight: 700; }.shield-card small { margin-top: 4px; color: #7f9ab3; font-size: .59rem; }.shield-icon { display: grid; place-items: center; width: 30px; height: 30px; color: #82dfe4; border-radius: 10px; background: rgba(112, 224, 188, .1); }.shield-icon svg { width: 17px; }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; display: inline-flex; align-items: center; gap: 12px; color: #6f8499; font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }.scroll-cue span { position: relative; display: block; width: 1px; height: 42px; background: linear-gradient(var(--blue), transparent); }.scroll-cue span::before { position: absolute; top: 0; left: -2px; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.principles-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(15, 26, 42, .56); }.principles-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 100px; }.principles-inner p { margin: 0; color: #a5b8ca; font-size: .9rem; }.principles-inner p strong { color: var(--cyan); font-weight: 650; }.principles-list { display: flex; align-items: center; gap: 16px; color: #8ca7be; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }.principles-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.section { padding: 150px 0; }.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .54fr); align-items: end; column-gap: 90px; }.section-heading .section-kicker { grid-column: 1 / -1; }.section-heading h2, .approach-copy h2, .about-heading h2, .contact-intro h2, .faq-grid h2 { margin: 0; color: #f3f8fd; font-size: clamp(2.65rem, 5vw, 4.7rem); font-weight: 600; letter-spacing: -.07em; line-height: .98; }.section-heading h2 span, .approach-copy h2 span, .about-heading h2 span, .contact-intro h2 span, .faq-grid h2 span { color: var(--blue); }.section-intro { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 72px; }.service-card { position: relative; display: flex; flex-direction: column; min-height: 322px; padding: 26px 25px 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(18, 32, 51, .74), rgba(11, 19, 31, .75)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }.service-card::after { position: absolute; right: -35px; bottom: -60px; width: 145px; height: 145px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(77, 170, 222, .12), transparent 66%); transition: transform .35s ease; }.service-card:hover { border-color: rgba(135, 205, 238, .46); background: linear-gradient(145deg, rgba(23, 46, 70, .9), rgba(12, 24, 39, .92)); box-shadow: 0 18px 42px rgba(0, 0, 0, .18); transform: translateY(-7px); }.service-card:hover::after { transform: scale(1.35); }.service-card-featured { border-color: rgba(105, 193, 237, .47); background: linear-gradient(145deg, rgba(31, 67, 98, .72), rgba(12, 27, 45, .84)); }.service-card-top { display: flex; justify-content: space-between; align-items: flex-start; }.service-number { color: #6e95b6; font-size: .64rem; letter-spacing: .13em; }.service-icon { display: grid; place-items: center; width: 41px; height: 41px; color: var(--cyan); border: 1px solid rgba(113, 211, 234, .22); border-radius: 12px; background: rgba(109, 202, 227, .08); }.service-icon svg { width: 21px; height: 21px; }.service-card h3 { max-width: 210px; margin: 34px 0 13px; color: #edf7ff; font-size: 1.08rem; font-weight: 650; letter-spacing: -.025em; line-height: 1.18; }.service-card p { margin: 0; color: #94a9bd; font-size: .76rem; line-height: 1.62; }.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 23px; color: #b9dff2; font-size: .7rem; font-weight: 700; }.service-link span { color: var(--cyan); font-size: .95rem; transition: transform .2s ease; }.service-link:hover span { transform: translate(2px, -2px); }

.approach-section { padding-top: 34px; }.approach-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: clamp(48px, 9vw, 135px); align-items: center; }.approach-panel { position: relative; min-height: 602px; overflow: hidden; border: 1px solid rgba(139, 204, 236, .25); border-radius: var(--radius-lg); background: linear-gradient(145deg, #173e60 0%, #0b1b2f 54%, #09131f 100%); box-shadow: var(--shadow); }.panel-noise { position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(rgba(255,255,255,.18) .7px, transparent .7px); background-size: 6px 6px; mask-image: linear-gradient(135deg, transparent 4%, #000 55%, transparent); }.approach-panel::before { position: absolute; right: -9rem; bottom: -13rem; width: 31rem; height: 31rem; content: ""; border: 1px solid rgba(129, 212, 237, .25); border-radius: 50%; box-shadow: 0 0 0 36px rgba(111, 192, 227, .04), 0 0 0 72px rgba(111, 192, 227, .035), 0 0 0 108px rgba(111, 192, 227, .026); }.panel-topline, .panel-bottomline { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 25px 27px; color: #82aac4; font-size: .59rem; letter-spacing: .16em; }.panel-bottomline { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(179, 222, 241, .16); color: #78a0bb; }.panel-content { position: relative; z-index: 2; max-width: 380px; padding: 124px 52px 0; }.panel-kicker { margin: 0 0 24px; color: #8ad8e4; font-size: .66rem; font-weight: 700; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }.panel-content h2 { margin: 0; color: #eefaff; font-size: clamp(2.15rem, 3.4vw, 3.35rem); font-weight: 570; letter-spacing: -.07em; line-height: .99; }.panel-content h2 em { color: var(--cyan); font-style: normal; }.panel-content > p:last-child { max-width: 260px; margin: 28px 0 0; color: #a1bacd; font-size: .85rem; line-height: 1.65; }.panel-orbit { position: absolute; z-index: 1; border: 1px solid rgba(131, 211, 235, .25); border-radius: 50%; transform: rotate(-26deg); }.orbit-one { right: -70px; bottom: 32px; width: 370px; height: 190px; }.orbit-two { right: -38px; bottom: 60px; width: 290px; height: 145px; border-color: rgba(131, 211, 235, .14); }.panel-symbol { position: absolute; right: 80px; bottom: 121px; color: rgba(147, 216, 234, .72); font-size: 5.2rem; font-weight: 650; letter-spacing: -.16em; transform: skew(-6deg); }.approach-copy .section-kicker { margin-bottom: 23px; }.approach-lede { max-width: 450px; margin: 28px 0 45px; color: var(--muted); font-size: .98rem; line-height: 1.7; }.approach-steps { border-top: 1px solid var(--line); }.approach-step { display: grid; grid-template-columns: 44px 1fr; gap: 19px; padding: 22px 0 20px; border-bottom: 1px solid var(--line); }.step-number { padding-top: 3px; color: var(--cyan); font-size: .64rem; letter-spacing: .08em; }.approach-step h3 { margin: 0; color: #e9f5fd; font-size: .94rem; font-weight: 700; }.approach-step p { max-width: 430px; margin: 9px 0 0; color: #8fa5b9; font-size: .76rem; line-height: 1.65; }

.about-section { padding-top: 80px; padding-bottom: 154px; background: linear-gradient(180deg, transparent, rgba(20, 44, 69, .24) 50%, transparent); }.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .75fr) minmax(265px, .58fr); gap: clamp(32px, 6vw, 82px); align-items: start; }.about-heading h2 { max-width: 380px; font-size: clamp(2.5rem, 4.2vw, 4rem); }.about-copy { padding-top: 65px; }.about-copy p { margin: 0; color: #9db0c4; font-size: .86rem; line-height: 1.75; }.about-copy .large-copy { margin-bottom: 20px; color: #e5eff7; font-size: 1.07rem; line-height: 1.58; }.about-copy .text-link { margin-top: 30px; }.about-card { margin-top: 30px; padding: 24px 22px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(16, 28, 45, .62); }.about-card-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; color: #dbeaf4; border-bottom: 1px solid var(--line); font-size: .69rem; font-weight: 700; }.about-card-status { display: inline-flex; align-items: center; gap: 6px; color: #83cbb8; font-size: .57rem; font-weight: 500; letter-spacing: .1em; }.about-card ul { display: grid; gap: 18px; margin: 22px 0 0; padding: 0; list-style: none; }.about-card li { display: grid; grid-template-columns: 26px 1fr; gap: 9px; align-items: start; }.list-icon { display: grid; place-items: center; width: 23px; height: 23px; color: var(--cyan); border: 1px solid rgba(110, 207, 230, .25); border-radius: 50%; font-size: .75rem; }.about-card strong, .about-card small { display: block; }.about-card strong { color: #d9ebf6; font-size: .76rem; }.about-card small { margin-top: 4px; color: #8098ad; font-size: .64rem; line-height: 1.45; }

.contact-section { padding: 0 0 150px; }.contact-card { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, .8fr); gap: clamp(50px, 9vw, 140px); padding: clamp(42px, 6vw, 78px); border: 1px solid rgba(130, 205, 237, .3); border-radius: var(--radius-lg); background: linear-gradient(125deg, #173e60 0%, #102b48 43%, #0d1d31 100%); box-shadow: var(--shadow); }.contact-intro .section-kicker { color: #8bd5e5; }.contact-intro h2 { max-width: 560px; font-size: clamp(2.6rem, 4.5vw, 4.45rem); }.contact-intro > p:not(.section-kicker) { max-width: 420px; margin: 29px 0 0; color: #acc5d6; font-size: .9rem; line-height: 1.7; }.contact-note { display: flex; align-items: center; gap: 13px; margin-top: 64px; }.contact-note-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--cyan); border: 1px solid rgba(125, 221, 235, .3); border-radius: 50%; }.contact-note strong, .contact-note small { display: block; }.contact-note strong { color: #e8f8ff; font-size: .77rem; }.contact-note small { margin-top: 4px; color: #8eb1c7; font-size: .66rem; }.contact-form { align-self: center; padding: 26px; border: 1px solid rgba(199, 230, 245, .2); border-radius: 20px; background: rgba(5, 15, 27, .28); }.contact-form label { display: block; margin: 0 0 18px; color: #a7c2d3; font-size: .66rem; font-weight: 700; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid rgba(175, 216, 235, .18); border-radius: 10px; outline: none; color: #edf9ff; background: rgba(6, 14, 24, .36); font-size: .77rem; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }.contact-form textarea { resize: vertical; min-height: 102px; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #67839a; }.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(133, 218, 235, .75); background: rgba(8, 20, 32, .65); box-shadow: 0 0 0 4px rgba(119, 220, 235, .08); }.form-status { min-height: 20px; margin: 12px 0 0; color: #92f0d1; font-size: .7rem; line-height: 1.4; }.form-disclaimer { margin: 2px 0 0; color: #7592a8; font-size: .59rem; line-height: 1.45; }

.faq-section { padding-top: 0; padding-bottom: 158px; }.faq-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: clamp(60px, 11vw, 180px); }.faq-grid h2 { font-size: clamp(2.45rem, 4vw, 3.9rem); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: #e7f2fa; cursor: pointer; list-style: none; font-size: .9rem; font-weight: 650; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: inline-grid; place-items: center; min-width: 25px; height: 25px; color: var(--cyan); border: 1px solid rgba(126, 216, 234, .24); border-radius: 50%; font-size: 1.1rem; font-weight: 400; transition: transform .25s ease, background .25s ease; }.faq-list details[open] summary span { color: var(--ink); background: var(--cyan); transform: rotate(45deg); }.faq-list details p { max-width: 620px; margin: -3px 46px 25px 0; color: #8ea5ba; font-size: .78rem; line-height: 1.7; }

.site-footer { border-top: 1px solid var(--line); background: #060a11; }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; min-height: 183px; gap: 40px; }.footer-brand { width: 167px; }.footer-top p { margin: 0; color: #a3b7c9; font-size: .83rem; line-height: 1.6; }.footer-top p span { color: var(--cyan); }.footer-arrow { display: grid; place-items: center; width: 43px; height: 43px; color: #bceafb; border: 1px solid rgba(138, 208, 235, .28); border-radius: 50%; font-size: 1.2rem; transition: background .2s ease, transform .2s ease; }.footer-arrow:hover { background: rgba(121, 211, 235, .12); transform: translateY(-3px); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 75px; border-top: 1px solid rgba(160, 199, 225, .12); color: #647d93; font-size: .62rem; }.footer-bottom div { display: flex; gap: 28px; }.footer-bottom a { transition: color .2s ease; }.footer-bottom a:hover { color: #c8e8f4; }

[data-reveal] { opacity: 1; transform: none; }.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1); }.js [data-reveal].is-visible { opacity: 1; transform: none; }.js [data-reveal-delay="70"] { transition-delay: 70ms; }.js [data-reveal-delay="100"] { transition-delay: 100ms; }.js [data-reveal-delay="140"] { transition-delay: 140ms; }.js [data-reveal-delay="160"] { transition-delay: 160ms; }.js [data-reveal-delay="210"] { transition-delay: 210ms; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 1080px) {
  .container { width: min(100% - 48px, 920px); }
  .site-header { grid-template-columns: 150px 1fr auto; gap: 18px; }
  .brand { width: 132px; }.primary-nav { gap: 22px; }.primary-nav a { font-size: .78rem; }
  .hero-grid { gap: 46px; }.hero-visual { min-height: 505px; }.floating-card.availability-card { right: -8px; }.shield-card { left: -8px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 295px; }
  .about-grid { grid-template-columns: .85fr 1fr; }.about-card { grid-column: 1 / -1; max-width: 550px; margin: 0; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 36px, 640px); }
  .site-header { position: sticky; top: 10px; grid-template-columns: 1fr auto; width: calc(100% - 20px); min-height: 64px; margin-top: 10px; margin-bottom: -74px; padding: 9px 10px 9px 16px; }
  .brand { width: 124px; }.header-cta { display: none; }.nav-toggle { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: rgba(124, 193, 229, .08); }.nav-toggle span { display: block; width: 15px; height: 1px; background: currentColor; transition: transform .2s ease; }.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.primary-nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(9, 17, 28, .97); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.primary-nav a { padding: 15px 14px; border-radius: 12px; font-size: .86rem; }.primary-nav a:hover { background: rgba(121, 204, 232, .08); }.primary-nav a::after { display: none; }.site-header.nav-open .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
  .hero { min-height: auto; padding: 156px 0 107px; }.hero-grid { grid-template-columns: 1fr; gap: 64px; }.hero h1 { font-size: clamp(3.25rem, 14vw, 5.3rem); }.hero-lede { font-size: .97rem; }.hero-proof { margin-top: 53px; }.hero-visual { min-height: 455px; width: min(100%, 550px); margin: 0 auto; }.visual-window { inset: 8px 8px 12px; }.shield-card { top: 46px; left: -2px; }.availability-card { right: -2px !important; bottom: 42px; }.scroll-cue { display: none; }
  .principles-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding: 25px 0; }.principles-list { flex-wrap: wrap; white-space: normal; }.principles-list i { margin: 0 2px; }
  .section { padding: 105px 0; }.section-heading { display: block; }.section-heading .section-intro { margin-top: 24px; }.services-grid { margin-top: 48px; }.service-card { min-height: 280px; }.approach-section { padding-top: 0; }.approach-grid { grid-template-columns: 1fr; gap: 56px; }.approach-panel { min-height: 530px; }.panel-content { padding: 100px 34px 0; }.panel-symbol { right: 50px; }.about-section { padding: 10px 0 110px; }.about-grid { grid-template-columns: 1fr; gap: 28px; }.about-copy { padding-top: 0; }.about-card { max-width: none; margin-top: 12px; }.contact-section { padding-bottom: 105px; }.contact-card { grid-template-columns: 1fr; gap: 44px; padding: 35px 24px; }.contact-note { margin-top: 38px; }.contact-form { padding: 21px 17px; }.faq-section { padding-bottom: 105px; }.faq-grid { grid-template-columns: 1fr; gap: 48px; }.footer-top { grid-template-columns: 1fr auto; min-height: 165px; }.footer-top p { grid-column: 1 / -1; grid-row: 2; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; padding: 22px 0; }.footer-bottom div { order: -1; gap: 20px; }
}

@media (max-width: 500px) {
  .container { width: calc(100% - 30px); }.hero { padding-top: 137px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.button-primary { width: 100%; }.hero-visual { min-height: 350px; }.visual-window { border-radius: 21px; }.visual-topline, .visual-footer { padding: 16px; font-size: .5rem; }.visual-topline span:first-child { max-width: 140px; line-height: 1.35; }.visual-footer { display: block; line-height: 1.8; }.visual-footer span { display: flex !important; }.visual-canvas { top: 50px; bottom: 64px; }.center-ring { width: 82px; height: 82px; }.center-ring span { font-size: 1.45rem; }.center-ring::before { width: 116px; height: 116px; }.center-ring::after { width: 152px; height: 152px; }.network-node { font-size: .53rem; }.network-node span { width: 8px; height: 8px; }.node-a { left: 28%; }.node-b { left: 8%; }.node-c { right: 8%; }.node-d { left: 25%; }.shield-card { top: 24px; min-width: 165px; padding: 9px 10px; }.shield-card strong { font-size: .59rem; }.shield-card small { font-size: .52rem; }.availability-card { right: -3px !important; bottom: 26px; width: 134px; padding: 12px; }.availability-value { font-size: 1.75rem; }.mini-bars { gap: 2px; }.mini-bars i { width: 7px; }.availability-card p { font-size: .55rem; }.services-grid { grid-template-columns: 1fr; gap: 12px; }.service-card { min-height: 270px; }.section-heading h2, .approach-copy h2, .about-heading h2, .contact-intro h2, .faq-grid h2 { font-size: 2.7rem; }.approach-panel { min-height: 465px; border-radius: 22px; }.panel-content { padding: 84px 25px 0; }.panel-content h2 { font-size: 2.25rem; }.panel-symbol { right: 34px; bottom: 83px; font-size: 4rem; }.orbit-one { right: -115px; bottom: 25px; }.orbit-two { right: -88px; bottom: 48px; }.panel-topline, .panel-bottomline { padding: 18px; font-size: .5rem; }.panel-bottomline { gap: 10px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-bottom div { flex-wrap: wrap; }
}

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

/* Draft v2 — brand positioning and palette review */
html[data-palette="solar"] {
  --bg: #061017;
  --bg-soft: #0a171f;
  --surface: #0e2029;
  --surface-raised: #14313b;
  --surface-light: #eaf5f4;
  --line: rgba(151, 218, 211, .17);
  --line-strong: rgba(124, 211, 207, .34);
  --text: #f3f9f8;
  --muted: #a7bcbd;
  --muted-dark: #637b7e;
  --blue: #68b5ea;
  --blue-strong: #357fb7;
  --cyan: #7bd9e7;
  --energy: #63d4a6;
  --energy-soft: rgba(99, 212, 166, .14);
  --panel-start: #123d49;
  --panel-mid: #0c2632;
  --panel-end: #07151d;
  --card-start: rgba(18, 48, 57, .78);
  --card-end: rgba(8, 23, 30, .82);
  --glow: rgba(71, 175, 168, .14);
}

html[data-palette="signal"] {
  --bg: #0b0f15;
  --bg-soft: #101722;
  --surface: #151f2b;
  --surface-raised: #1b2a3a;
  --surface-light: #edf3f7;
  --line: rgba(169, 202, 226, .17);
  --line-strong: rgba(133, 190, 228, .34);
  --text: #f4f7fa;
  --muted: #aab7c5;
  --muted-dark: #68798b;
  --blue: #62a9dd;
  --blue-strong: #407ead;
  --cyan: #86d9e8;
  --energy: #78d2ad;
  --energy-soft: rgba(120, 210, 173, .13);
  --panel-start: #1b3347;
  --panel-mid: #142536;
  --panel-end: #0c141e;
  --card-start: rgba(25, 39, 54, .84);
  --card-end: rgba(12, 19, 29, .88);
  --glow: rgba(78, 143, 190, .13);
}

html[data-palette="cobalt"] {
  --bg: #071022;
  --bg-soft: #0a1730;
  --surface: #101e3a;
  --surface-raised: #162a4d;
  --surface-light: #edf2ff;
  --line: rgba(154, 185, 240, .18);
  --line-strong: rgba(113, 160, 238, .36);
  --text: #f4f7ff;
  --muted: #a8b8d3;
  --muted-dark: #657793;
  --blue: #78a6ff;
  --blue-strong: #4679d7;
  --cyan: #6fd8f4;
  --energy: #91d66f;
  --energy-soft: rgba(145, 214, 111, .13);
  --panel-start: #163969;
  --panel-mid: #10264a;
  --panel-end: #08152b;
  --card-start: rgba(20, 43, 77, .84);
  --card-end: rgba(8, 21, 42, .88);
  --glow: rgba(75, 120, 222, .16);
}

body { transition: background-color .25s ease, color .25s ease; }
body::before {
  background:
    radial-gradient(circle at 84% 0%, var(--glow), transparent 34rem),
    radial-gradient(circle at 4% 56%, color-mix(in srgb, var(--blue) 9%, transparent), transparent 30rem);
}
.hero { background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 62%, transparent), var(--bg) 96%); }
.hero-backdrop::before { background: radial-gradient(circle, color-mix(in srgb, var(--blue) 21%, transparent), color-mix(in srgb, var(--blue-strong) 5%, transparent) 43%, transparent 69%); }
.button-primary { background: linear-gradient(115deg, var(--cyan) 0%, var(--blue) 52%, color-mix(in srgb, var(--blue) 72%, #fff) 100%); }
.visual-window { background: linear-gradient(145deg, color-mix(in srgb, var(--panel-start) 88%, transparent), color-mix(in srgb, var(--panel-end) 96%, transparent)); }
.visual-window::before { background: radial-gradient(circle, color-mix(in srgb, var(--energy) 22%, transparent), transparent 67%); }
.status-pill { color: var(--energy); }
.status-pill i, .about-card-status i { background: var(--energy); box-shadow: 0 0 12px var(--energy); }
.network-node span { border-color: var(--cyan); background: var(--surface-raised); box-shadow: 0 0 0 6px color-mix(in srgb, var(--blue) 9%, transparent), 0 0 19px color-mix(in srgb, var(--blue) 62%, transparent); }
.center-ring { border-color: color-mix(in srgb, var(--cyan) 46%, transparent); background: radial-gradient(circle, color-mix(in srgb, var(--blue) 18%, transparent), color-mix(in srgb, var(--surface-raised) 14%, transparent) 60%, transparent 61%); }
.center-ring span { color: #eefbff; font-size: 1rem; font-weight: 800; letter-spacing: .08em; }
.visual-center small { color: var(--cyan); }
.floating-card { background: color-mix(in srgb, var(--surface-raised) 88%, transparent); }
.shield-icon { color: var(--energy); background: var(--energy-soft); }
.energy-value { color: var(--energy); font-size: 1.35rem; letter-spacing: .08em; }
.mini-bars i { background: linear-gradient(to top, var(--blue-strong), var(--energy)); }
.principles-inner p strong { color: var(--energy); }
.principles-list i { background: var(--energy); }
.service-card { background: linear-gradient(145deg, var(--card-start), var(--card-end)); }
.service-card:hover { background: linear-gradient(145deg, color-mix(in srgb, var(--card-start) 88%, var(--blue) 12%), var(--card-end)); }
.service-card-featured { border-color: color-mix(in srgb, var(--energy) 47%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--card-start) 82%, var(--energy) 18%), var(--card-end)); }
.approach-panel, .contact-card { background: linear-gradient(135deg, var(--panel-start) 0%, var(--panel-mid) 48%, var(--panel-end) 100%); }

.hero { min-height: 900px; }
.hero h1 { max-width: 720px; font-size: clamp(3.2rem, 5.25vw, 5.45rem); line-height: .96; }
.hero h1 span { color: var(--energy); }
.hero-lede { max-width: 620px; }
.hero-lede strong { color: #e7f6f4; font-weight: 700; }
.hero-proof { margin-top: 54px; }
.proof-mark span { background: linear-gradient(to top, var(--blue-strong), var(--energy)); }

.infrastructure-section { padding-top: 132px; padding-bottom: 80px; }
.infrastructure-heading h2 { max-width: 780px; }
.infrastructure-heading .section-intro { max-width: 430px; }
.infrastructure-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 14px; margin-top: 72px; }
.infra-card { position: relative; min-height: 430px; padding: 31px 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, var(--card-start), var(--card-end)); }
.infra-card::before { position: absolute; right: -110px; bottom: -140px; width: 310px; height: 310px; content: ""; border: 1px solid color-mix(in srgb, var(--blue) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--blue) 3%, transparent), 0 0 0 68px color-mix(in srgb, var(--blue) 2%, transparent); }
.infra-card > * { position: relative; z-index: 1; }
.infra-card-edge { border-color: color-mix(in srgb, var(--blue) 42%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--panel-start) 82%, transparent), var(--card-end)); }
.infra-card-energy { border-color: color-mix(in srgb, var(--energy) 43%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--surface-raised) 72%, var(--energy) 10%), var(--card-end)); }
.infra-card-energy::before { border-color: color-mix(in srgb, var(--energy) 22%, transparent); box-shadow: 0 0 0 34px color-mix(in srgb, var(--energy) 4%, transparent), 0 0 0 68px color-mix(in srgb, var(--energy) 2%, transparent); }
.infra-label { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; color: var(--cyan); border: 1px solid color-mix(in srgb, var(--cyan) 22%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--cyan) 6%, transparent); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.infra-card-energy .infra-label { color: var(--energy); border-color: color-mix(in srgb, var(--energy) 28%, transparent); background: var(--energy-soft); }
.infra-card h3 { max-width: 330px; margin: 78px 0 20px; color: #eef8fb; font-size: clamp(1.85rem, 2.7vw, 2.65rem); font-weight: 620; letter-spacing: -.055em; line-height: 1.02; }
.infra-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.infra-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 30px 0 0; padding: 0; list-style: none; }
.infra-card li { padding: 7px 10px; color: #a9c7ce; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface) 70%, transparent); font-size: .58rem; }
.energy-orbit { position: absolute; z-index: 0; top: 72px; right: 31px; display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid color-mix(in srgb, var(--energy) 32%, transparent); border-radius: 50%; box-shadow: 0 0 0 14px color-mix(in srgb, var(--energy) 4%, transparent), 0 0 40px color-mix(in srgb, var(--energy) 15%, transparent); }
.energy-orbit::before, .energy-orbit::after { position: absolute; content: ""; background: color-mix(in srgb, var(--energy) 55%, transparent); }
.energy-orbit::before { width: 1px; height: 128px; }.energy-orbit::after { width: 128px; height: 1px; }
.energy-orbit span { width: 28px; height: 28px; border-radius: 50%; background: var(--energy); box-shadow: 0 0 28px color-mix(in srgb, var(--energy) 55%, transparent); }
.partner-line { position: absolute; right: 29px; bottom: 28px; left: 29px; display: flex; align-items: center; gap: 10px; color: #829ca3; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.partner-line i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }

.services-section { padding-top: 112px; }
.service-scope { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.service-scope span { padding: 8px 12px; color: #78939f; border: 1px solid var(--line); border-radius: 999px; font-size: .59rem; letter-spacing: .06em; text-transform: uppercase; }

.subscription-section { position: relative; padding-top: 80px; padding-bottom: 180px; }
.subscription-section::before { position: absolute; inset: 4% 0 0; z-index: -1; content: ""; background: radial-gradient(circle at 75% 48%, color-mix(in srgb, var(--energy) 10%, transparent), transparent 32rem); }
.subscription-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); align-items: center; gap: clamp(50px, 8vw, 112px); }
.subscription-copy h2 { max-width: 630px; margin: 0; color: #f3f8fd; font-size: clamp(2.7rem, 4.6vw, 4.45rem); font-weight: 600; letter-spacing: -.07em; line-height: .98; }
.subscription-copy h2 span { color: var(--blue); }
.subscription-lede { max-width: 570px; margin: 31px 0 35px; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.subscription-card { overflow: hidden; border: 1px solid color-mix(in srgb, var(--energy) 32%, var(--line)); border-radius: var(--radius-lg); background: linear-gradient(145deg, color-mix(in srgb, var(--panel-start) 75%, transparent), var(--panel-end)); box-shadow: var(--shadow); }
.subscription-card-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; color: #809aa6; border-bottom: 1px solid var(--line); font-size: .58rem; letter-spacing: .13em; }
.subscription-benefits { padding: 13px 27px; }
.subscription-benefits > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.subscription-benefits > div:last-child { border-bottom: 0; }
.subscription-benefits > div > span { color: var(--energy); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.subscription-benefits p { margin: 0; }
.subscription-benefits strong, .subscription-benefits small { display: block; }
.subscription-benefits strong { color: #edf7f7; font-size: .88rem; }
.subscription-benefits small { max-width: 370px; margin-top: 7px; color: #8fa9ae; font-size: .69rem; line-height: 1.55; }
.subscription-flow { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 19px 25px; color: #8da7ad; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 36%, transparent); font-size: .57rem; letter-spacing: .05em; text-transform: uppercase; }
.subscription-flow i { color: var(--energy); font-style: normal; }
html[data-preview="static"] [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }

@media (max-width: 1080px) {
  .hero h1 { font-size: clamp(3rem, 5.6vw, 4.75rem); }
  .infrastructure-grid { grid-template-columns: repeat(2, 1fr); }
  .infra-card-partner { grid-column: 1 / -1; min-height: 340px; }
  .subscription-grid { grid-template-columns: 1fr; }
  .subscription-card { max-width: 700px; }
}

@media (max-width: 780px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3.05rem, 13.2vw, 5rem); }
  .hero-proof { margin-top: 45px; }
  .infrastructure-section { padding: 98px 0 60px; }
  .infrastructure-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .infra-card, .infra-card-partner { grid-column: auto; min-height: 390px; }
  .subscription-section { padding: 55px 0 125px; }
  .subscription-grid { gap: 52px; }
  .subscription-copy h2 { font-size: clamp(2.65rem, 10vw, 4rem); }
}

@media (max-width: 500px) {
  .hero h1 { font-size: clamp(2.82rem, 13.6vw, 4rem); line-height: .98; }
  .hero-lede { line-height: 1.68; }
  .hero-proof { align-items: flex-start; }
  .center-ring span { font-size: .72rem; }
  .energy-value { font-size: 1.05rem; }
  .infra-card, .infra-card-partner { min-height: 370px; padding: 25px 23px; }
  .infra-card h3 { margin-top: 70px; font-size: 2rem; }
  .energy-orbit { top: 67px; right: 23px; width: 78px; height: 78px; }
  .energy-orbit::before { height: 106px; }.energy-orbit::after { width: 106px; }
  .partner-line { right: 23px; left: 23px; }
  .subscription-copy h2 { font-size: 2.7rem; }
  .subscription-card { border-radius: 22px; }
  .subscription-card-head { align-items: flex-start; flex-direction: column; gap: 10px; padding: 19px; }
  .subscription-benefits { padding: 8px 19px; }
  .subscription-benefits > div { grid-template-columns: 27px 1fr; }
  .subscription-flow { flex-wrap: wrap; justify-content: flex-start; padding: 18px 19px; line-height: 1.7; }
}
