:root {
  --ink: #0c2425;
  --ink-soft: #385354;
  --night: #061919;
  --night-2: #0a2525;
  --teal: #007a6f;
  --teal-2: #009688;
  --green: #b7d532;
  --green-soft: #dded93;
  --mint: #e8f4ef;
  --paper: #f7f8f4;
  --white: #fff;
  --line: #dbe4de;
  --line-dark: rgba(255, 255, 255, .12);
  --orange: #f0a35b;
  --shadow: 0 24px 70px rgba(5, 28, 27, .11);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.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;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px;
  background: var(--green); color: var(--night); font-weight: 800; border-radius: 8px;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 76px;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled {
  height: 68px; background: rgba(5, 25, 25, .94); box-shadow: 0 8px 40px rgba(0,0,0,.16);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.brand img { width: 145px; height: auto; }
.brand span { border-left: 1px solid rgba(255,255,255,.25); padding-left: 16px; color: #b8ceca; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #c9dbd8; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-cta { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 9px 16px; color: var(--white); }
.main-nav .nav-cta:hover { background: var(--green); border-color: var(--green); color: var(--night); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); padding: 11px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }

/* Common */
.section-tag, .eyebrow {
  display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-size: 11px;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.section-tag::before, .eyebrow span { content: ""; width: 26px; height: 2px; background: var(--green); }
.split-heading { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 100px; margin-bottom: 58px; }
.split-heading h2, .centered-heading h2, .experience-copy h2, .rollout-copy h2, .closing h2 {
  margin: 14px 0 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; font-weight: 760;
}
.split-heading h2 span, .centered-heading h2 span, .experience-copy h2 span, .rollout-copy h2 span, .closing h2 span { color: var(--teal); }
.section-intro p { margin: 0 0 12px; color: var(--ink-soft); font-size: 18px; }
.centered-heading { max-width: 830px; text-align: center; margin: 0 auto 60px; }
.centered-heading .section-tag { justify-content: center; }
.centered-heading p { max-width: 700px; margin: 22px auto 0; color: var(--ink-soft); font-size: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--night); box-shadow: 0 14px 30px rgba(183,213,50,.18); }
.button-primary:hover { background: #c8e34f; }
.button-ghost { border: 1px solid rgba(255,255,255,.23); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }

/* Hero */
.hero { min-height: 880px; background: var(--night); color: var(--white); position: relative; overflow: hidden; padding: 158px 0 0; }
.hero-grid, .closing-grid {
  position: absolute; inset: 0; opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, transparent 85%); mask-image: linear-gradient(to bottom, #000 0, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; top: -260px; left: -220px; background: radial-gradient(circle, rgba(0,150,136,.24), transparent 68%); }
.hero-glow-two { width: 720px; height: 720px; right: -280px; top: 70px; background: radial-gradient(circle, rgba(183,213,50,.11), transparent 65%); }
.hero-layout { display: grid; grid-template-columns: 1fr .87fr; align-items: center; gap: 74px; position: relative; z-index: 1; }
.eyebrow { color: #b9cbc7; margin-bottom: 24px; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 720; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: #b7cdca; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; padding: 0; margin: 32px 0 0; list-style: none; color: #d2dfdc; font-size: 13px; }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; background: rgba(183,213,50,.14); color: var(--green); font-size: 11px; }
.hero-visual { position: relative; min-height: 545px; display: grid; place-items: center; }
.status-pill { position: absolute; z-index: 2; top: 18px; right: 12px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; background: rgba(9,38,37,.8); color: #dce6e3; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(183,213,50,.12); }
.cloud-card { width: 100%; max-width: 480px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(17,57,55,.94), rgba(7,28,28,.96)); box-shadow: 0 40px 90px rgba(0,0,0,.28); position: relative; }
.cloud-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.045); border-radius: 21px; pointer-events: none; }
.cloud-card-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.cloud-card-top small { display: block; color: #8eadab; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.cloud-card-top strong { display: block; font-size: 24px; letter-spacing: -.03em; }
.live-dot { color: var(--green); border: 1px solid rgba(183,213,50,.25); border-radius: 99px; padding: 5px 9px; font-size: 8px; letter-spacing: .14em; }
.cloud-stack { padding: 20px 0; }
.cloud-stack article { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; }
.tech-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-size: 11px; font-weight: 850; letter-spacing: -.03em; }
.tech-aws { background: #ffe6c6; color: #b95e00; }
.tech-next { background: #d9edff; color: #0474bd; }
.tech-r2 { background: #eee4ff; color: #7245bb; }
.tech-vpn { background: #dff1dc; color: #387732; }
.cloud-stack article strong { display: block; font-size: 15px; }
.cloud-stack article span { display: block; color: #8faaa6; font-size: 11px; }
.cloud-stack article i { color: #5f7e79; font-size: 10px; font-style: normal; }
.flow-line { height: 22px; margin-left: 23px; border-left: 1px dashed rgba(183,213,50,.38); position: relative; }
.flow-line span { position: absolute; width: 5px; height: 5px; border-radius: 50%; left: -3px; top: 8px; background: var(--green); }
.branch-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.branch-strip span { padding: 7px 4px; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; background: rgba(255,255,255,.025); color: #a9bfbb; text-align: center; font-size: 9px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 180px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(4,22,22,.9); box-shadow: 0 20px 40px rgba(0,0,0,.24); }
.floating-note > span { display: grid; place-items: center; width: 32px; height: 32px; background: rgba(183,213,50,.12); color: var(--green); border-radius: 9px; }
.floating-note b, .floating-note small { display: block; }
.floating-note b { font-size: 11px; }
.floating-note small { color: #849f9b; font-size: 9px; }
.note-one { left: -20px; top: 125px; }
.note-two { right: -28px; bottom: 42px; }
.hero-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-metrics article { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-metrics article:first-child { padding-left: 0; }
.hero-metrics article:last-child { border-right: 0; }
.hero-metrics strong { color: var(--green); font-size: 26px; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.hero-metrics span { color: #9cb2ae; font-size: 11px; line-height: 1.45; }

/* Intro */
.intro { background: var(--paper); }
.transformation-grid { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; }
.state-card { min-height: 440px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.state-current { background: #f1f2ef; box-shadow: none; }
.state-future { border-color: rgba(0,122,111,.22); }
.state-label { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 99px; background: #e3e6e1; color: #5d6b69; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.state-future .state-label { background: var(--mint); color: var(--teal); }
.state-label span { width: 6px; height: 6px; border-radius: 50%; background: #98a29e; }
.state-future .state-label span { background: var(--teal); }
.state-card h3 { margin: 20px 0 24px; font-size: 28px; letter-spacing: -.03em; }
.state-card ul { padding: 0; margin: 0; list-style: none; }
.state-card li { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-bottom: 1px solid rgba(12,36,37,.07); color: var(--ink-soft); font-size: 14px; }
.state-card li span { color: #8ca09d; font-size: 9px; font-weight: 800; }
.state-future li span { color: var(--teal); }
.state-path { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.68); }
.state-path b { font-size: 10px; }
.state-path i { color: #8ca09d; font-style: normal; }
.transformation-arrow { text-align: center; color: var(--teal); }
.transformation-arrow span { display: block; font-size: 8px; font-weight: 850; letter-spacing: .15em; transform: rotate(-90deg); margin-bottom: 34px; }
.transformation-arrow i { display: grid; place-items: center; width: 50px; height: 50px; margin: auto; border: 1px solid #b9d1cb; border-radius: 50%; background: var(--mint); font-size: 23px; font-style: normal; }

/* Architecture */
.architecture { background: #edf2ed; overflow: hidden; }
.architecture-board { padding: 34px; border: 1px solid #cfdcd5; border-radius: var(--radius-lg); background: #fbfcf9; box-shadow: var(--shadow); }
.board-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #78908b; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.board-topline div { display: flex; align-items: center; gap: 8px; letter-spacing: normal; font-weight: 600; }
.board-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(183,213,50,.16); }
.architecture-core { display: grid; grid-template-columns: 1fr 100px 1fr 100px 1fr; align-items: center; padding: 42px 0 38px; }
.architecture-node { min-height: 200px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); position: relative; }
.architecture-node::after { content: ""; position: absolute; inset: auto 22px 0; height: 3px; border-radius: 4px 4px 0 0; background: var(--node-color); }
.node-ad { --node-color: #ef9c4c; }
.node-nextcloud { --node-color: #168ed2; }
.node-r2 { --node-color: #8055c2; }
.node-number { position: absolute; top: 22px; right: 22px; color: #a6b5b1; font-size: 9px; font-weight: 800; }
.node-symbol { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: color-mix(in srgb, var(--node-color) 16%, white); color: var(--node-color); font-size: 12px; font-weight: 900; }
.architecture-node small { display: block; margin-top: 23px; color: #849792; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.architecture-node h3 { margin: 3px 0 6px; font-size: 20px; letter-spacing: -.025em; }
.architecture-node p { margin: 0; color: #647b77; font-size: 12px; }
.node-connector { text-align: center; color: #78918c; }
.node-connector span { display: block; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.node-connector i { display: block; margin-top: 4px; color: var(--teal); font-size: 22px; font-style: normal; }
.vpn-backbone { padding: 28px; border-radius: 20px; background: var(--night); color: var(--white); }
.vpn-title { display: flex; align-items: center; gap: 14px; }
.vpn-title > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(183,213,50,.3); border-radius: 13px; background: rgba(183,213,50,.08); color: var(--green); font-weight: 850; font-size: 11px; }
.vpn-title strong, .vpn-title small { display: block; }
.vpn-title strong { font-size: 16px; }
.vpn-title small { color: #8ba5a0; font-size: 10px; }
.vpn-line { height: 28px; margin: 0 7.4%; border-bottom: 1px solid rgba(183,213,50,.38); position: relative; }
.vpn-line i { position: absolute; width: 7px; height: 7px; left: 50%; bottom: -4px; border-radius: 50%; background: var(--green); }
.unit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 0; }
.unit-grid article { position: relative; padding: 21px 12px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; text-align: center; background: rgba(255,255,255,.035); }
.unit-grid article::before { content: ""; position: absolute; width: 1px; height: 20px; top: -20px; left: 50%; background: rgba(183,213,50,.38); }
.unit-grid b, .unit-grid span { display: block; }
.unit-grid b { font-size: 11px; }
.unit-grid span { color: #789690; font-size: 8px; }
.unit-grid i { display: inline-block; margin-top: 8px; padding: 3px 6px; border-radius: 5px; background: rgba(183,213,50,.08); color: var(--green); font-size: 7px; font-style: normal; font-weight: 800; }
.components-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.component-card { padding: 28px; border: 1px solid #d8e2dc; border-radius: 20px; background: rgba(255,255,255,.74); }
.component-top { display: flex; align-items: start; justify-content: space-between; }
.component-top i { color: #9aaba7; font-size: 9px; font-style: normal; }
.component-card h3 { margin: 21px 0 10px; font-size: 19px; letter-spacing: -.025em; }
.component-card p { color: #5e7772; font-size: 13px; }
.component-card ul { padding: 15px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.component-card li { position: relative; padding: 4px 0 4px 14px; color: #5f7571; font-size: 11px; }
.component-card li::before { content: ""; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

/* Experience */
.experience { background: var(--white); overflow: hidden; }
.experience-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }
.experience-copy h2 { font-size: clamp(40px, 4.5vw, 60px); }
.experience-copy > p { color: var(--ink-soft); font-size: 17px; margin: 24px 0 30px; }
.experience-tabs { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: #f2f5f1; }
.experience-tabs button { flex: 1; border: 0; border-radius: 8px; background: transparent; color: #617773; padding: 10px 8px; font-size: 11px; font-weight: 750; cursor: pointer; }
.experience-tabs button[aria-selected="true"] { background: var(--white); color: var(--teal); box-shadow: 0 6px 16px rgba(10,42,40,.08); }
.tab-panel { min-height: 190px; padding: 26px 3px 0; }
.tab-panel h3 { margin: 0 0 10px; font-size: 20px; }
.tab-panel p { color: var(--ink-soft); font-size: 14px; }
.mini-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 19px; }
.mini-flow span { padding: 8px 10px; border-radius: 8px; background: var(--mint); color: var(--teal); font-size: 10px; font-weight: 750; }
.mini-flow i { color: #87a09b; font-style: normal; }
.desktop-mockup { border: 1px solid #ccd9d3; border-radius: 20px; background: #edf3f0; box-shadow: 0 34px 90px rgba(7,43,40,.18); position: relative; transform: perspective(1200px) rotateY(-2deg); }
.window-bar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid #d7e0dc; border-radius: 20px 20px 0 0; background: #f9fbfa; color: #718580; }
.window-bar div { display: flex; gap: 5px; }
.window-bar div span { width: 8px; height: 8px; border-radius: 50%; background: #c6d2ce; }
.window-bar small { font-size: 9px; }
.window-bar i { font-style: normal; }
.window-body { min-height: 430px; display: grid; grid-template-columns: 150px 1fr; }
.window-body aside { padding: 25px 15px; border-right: 1px solid #d7e0dc; color: #677c78; }
.window-body aside span { display: block; padding: 8px; border-radius: 7px; font-size: 9px; }
.window-body aside .active { background: #dce9e4; color: var(--teal); font-weight: 750; }
.sidebar-label { padding: 0 8px 12px; color: #9aaba7; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.folder-view { padding: 18px; background: #fff; }
.address-bar { padding: 8px 12px; border: 1px solid #dde6e2; border-radius: 7px; color: #708681; font-size: 8px; }
.folder-title { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px 14px; }
.folder-title b, .folder-title span { display: block; }
.folder-title b { font-size: 16px; }
.folder-title span { color: #8ca09c; font-size: 8px; }
.folder-title i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #e5f3de; color: #4d8b3f; font-style: normal; font-size: 10px; }
.folder-list article { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; padding: 12px 8px; border-top: 1px solid #eef2ef; }
.folder-list b, .folder-list small { display: block; }
.folder-list b { font-size: 10px; }
.folder-list small { color: #97a7a3; font-size: 7px; }
.folder-icon { color: #f0b64d; font-size: 19px; }
.folder-icon.muted { color: #bed6d0; }
.sync-ok, .cloud-only { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-size: 8px; font-style: normal; }
.sync-ok { background: #e8f4e3; color: #4f9242; }
.cloud-only { background: #e3f0f5; color: #43829a; }
.sync-toast { position: absolute; right: -22px; bottom: 22px; display: flex; align-items: center; gap: 10px; width: 245px; padding: 14px; border: 1px solid #d9e5df; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(8,40,38,.16); }
.sync-toast > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--mint); color: var(--teal); }
.sync-toast b, .sync-toast small { display: block; }
.sync-toast b { font-size: 10px; }
.sync-toast small { color: #8da09c; font-size: 8px; }

/* Continuity */
.continuity { background: var(--night); color: var(--white); overflow: hidden; }
.continuity::before { content: ""; position: absolute; width: 900px; height: 500px; top: -230px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(0,150,136,.18), transparent 70%); }
.centered-heading.light .section-tag { color: #a9c1bd; }
.centered-heading.light h2 span { color: var(--green); }
.centered-heading.light p { color: #99b1ad; }
.continuity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.continuity-card { min-height: 380px; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.035); }
.scenario-head { display: flex; align-items: center; gap: 14px; }
.scenario-head > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(183,213,50,.1); color: var(--green); font-size: 10px; font-weight: 850; }
.scenario-head small { color: #6e908a; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.scenario-head h3 { margin: 0; font-size: 18px; }
.continuity-card > p { min-height: 100px; margin: 25px 0 17px; color: #95afaa; font-size: 13px; }
.works-list { border-top: 1px solid rgba(255,255,255,.09); }
.works-list > div { display: grid; grid-template-columns: 26px 1fr; gap: 9px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.works-list i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; font-size: 9px; font-style: normal; }
.works i { background: rgba(183,213,50,.1); color: var(--green); }
.stops i { background: rgba(240,163,91,.1); color: var(--orange); }
.works-list b, .works-list span { display: block; }
.works-list b { color: #dce7e4; font-size: 9px; }
.works-list span { color: #7f9c97; font-size: 10px; }
.availability-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 20px; padding: 25px 30px; border: 1px solid rgba(183,213,50,.2); border-radius: 18px; background: rgba(183,213,50,.06); }
.note-mark { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(183,213,50,.25); border-radius: 14px; color: var(--green); font-size: 26px; }
.availability-note small { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.availability-note h3 { margin: 2px 0; font-size: 18px; }
.availability-note p { margin: 0; color: #8ca8a3; font-size: 11px; }
.availability-note > span { padding: 6px 10px; border-radius: 99px; background: rgba(183,213,50,.1); color: var(--green); font-size: 8px; font-weight: 850; letter-spacing: .11em; }

/* Protection */
.data-protection { background: var(--paper); }
.protection-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.protection-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.protection-visual::before, .protection-visual::after { content: ""; position: absolute; border: 1px dashed #b8cdc6; border-radius: 50%; }
.protection-visual::before { width: 390px; height: 390px; }
.protection-visual::after { width: 270px; height: 270px; }
.backup-center { position: relative; z-index: 2; display: grid; place-items: center; width: 180px; height: 180px; border: 1px solid rgba(0,122,111,.16); border-radius: 50%; background: var(--white); box-shadow: 0 20px 60px rgba(0,77,70,.12); text-align: center; }
.backup-center::before { content: ""; position: absolute; inset: 10px; border: 1px solid var(--mint); border-radius: 50%; }
.backup-center small, .backup-center strong, .backup-center span { position: relative; z-index: 1; display: block; }
.backup-center small { color: var(--teal); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.backup-center strong { font-size: 24px; line-height: 1.2; }
.backup-center span { color: #80948f; font-size: 9px; }
.backup-orbit { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; width: 190px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: 0 14px 38px rgba(10,50,47,.1); }
.backup-orbit i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--mint); color: var(--teal); font-size: 8px; font-style: normal; font-weight: 850; }
.backup-orbit b, .backup-orbit span { display: block; }
.backup-orbit b { font-size: 10px; }
.backup-orbit span { color: #819590; font-size: 8px; }
.orbit-one { top: 52px; left: 0; }
.orbit-two { top: 105px; right: 0; }
.orbit-three { bottom: 42px; left: 70px; }
.protection-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.protection-cards article { min-height: 205px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.protection-cards span { color: var(--teal); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.protection-cards h3 { margin: 13px 0 8px; font-size: 18px; line-height: 1.25; }
.protection-cards p { margin: 0; color: var(--ink-soft); font-size: 12px; }

/* Costs */
.costs { background: #ebf1ec; }
.cost-base-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 20px; }
.base-cost { padding: 27px; border: 1px solid #d3dfd8; border-radius: 18px; background: rgba(255,255,255,.65); }
.base-cost > div { display: flex; align-items: center; gap: 10px; }
.base-cost > div span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--mint); color: var(--teal); font-size: 9px; font-weight: 850; }
.base-cost > div small { color: #738985; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.base-cost strong { display: block; margin-top: 24px; font-size: 25px; letter-spacing: -.03em; }
.base-cost strong small { color: #6f8581; font-size: 10px; }
.base-cost p { margin: 6px 0 0; color: #778c88; font-size: 10px; }
.plan-selector { padding: 38px; border-radius: 26px; background: var(--night); color: var(--white); box-shadow: 0 30px 75px rgba(5,35,33,.18); }
.selector-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.selector-head small { color: #799993; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.selector-head h3 { margin: 2px 0 0; font-size: 20px; }
.selector-buttons { display: flex; padding: 4px; border-radius: 11px; background: rgba(255,255,255,.06); }
.selector-buttons button { min-width: 74px; padding: 9px 14px; border: 0; border-radius: 8px; background: transparent; color: #8faaa5; font-size: 11px; font-weight: 750; cursor: pointer; }
.selector-buttons button.is-active { background: var(--green); color: var(--night); }
.plan-result { display: grid; grid-template-columns: 1fr auto 1.1fr auto 1.6fr; align-items: center; gap: 24px; padding: 36px 0; }
.plan-result small { display: block; color: #72908b; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.plan-capacity span, .plan-service span { display: block; font-size: 27px; font-weight: 750; letter-spacing: -.03em; }
.plan-plus, .plan-equals { color: #63827c; font-size: 24px; }
.plan-total { padding: 24px; border: 1px solid rgba(183,213,50,.18); border-radius: 16px; background: rgba(183,213,50,.07); }
.plan-total strong { display: block; color: var(--green); font-size: 25px; letter-spacing: -.04em; }
.plan-total span { color: #77938e; font-size: 9px; }
.plan-breakdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.09); }
.plan-breakdown div { padding: 18px; background: #0c2928; }
.plan-breakdown span, .plan-breakdown strong { display: block; }
.plan-breakdown span { color: #75918c; font-size: 8px; }
.plan-breakdown strong { margin-top: 4px; font-size: 12px; }
.cost-disclaimer { display: flex; gap: 14px; margin-top: 20px; padding: 20px 24px; border: 1px solid #d4ded8; border-radius: 14px; }
.cost-disclaimer span { color: var(--teal); font-size: 20px; font-weight: 850; }
.cost-disclaimer p { margin: 0; color: #657a76; font-size: 11px; }

/* Risks */
.risks { background: var(--white); }
.risk-table { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.risk-row { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 70px; align-items: center; }
.risk-row:nth-child(odd):not(.risk-head) { background: #f7f9f6; }
.risk-row > span { height: 100%; display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--line); color: #5e7470; font-size: 12px; }
.risk-row > span:last-child { border-right: 0; }
.risk-row b { color: var(--ink); }
.risk-row i { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto; border-radius: 7px; background: var(--mint); color: var(--teal); font-size: 8px; font-style: normal; font-weight: 850; }
.risk-head { min-height: 45px; background: var(--night); color: var(--white); }
.risk-head > span { color: #88a49f; border-color: rgba(255,255,255,.09); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Rollout */
.rollout { background: #eef2ee; }
.rollout-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 105px; align-items: start; }
.rollout-copy { position: sticky; top: 110px; }
.rollout-copy h2 { font-size: clamp(40px, 4.4vw, 59px); }
.rollout-copy > p { margin: 24px 0; color: var(--ink-soft); font-size: 17px; }
.rollout-highlight { margin-top: 32px; padding: 22px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; background: var(--white); }
.rollout-highlight span { display: block; color: var(--teal); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.rollout-highlight strong { display: block; margin-top: 6px; font-size: 13px; line-height: 1.5; }
.timeline { padding: 0; margin: 0; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; left: 26px; top: 30px; bottom: 30px; width: 1px; background: #bdd0ca; }
.timeline li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding-bottom: 20px; }
.timeline li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #cbd9d3; border-radius: 15px; background: var(--white); color: var(--teal); font-size: 10px; font-weight: 850; }
.timeline li > div { padding: 23px 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.timeline small { color: var(--teal); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.timeline h3 { margin: 4px 0 6px; font-size: 19px; }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 12px; }

/* Closing + footer */
.closing { padding: 125px 0; background: var(--night); color: var(--white); text-align: center; overflow: hidden; }
.closing-grid { opacity: .08; -webkit-mask-image: radial-gradient(circle, #000, transparent 70%); mask-image: radial-gradient(circle, #000, transparent 70%); }
.closing-inner { position: relative; z-index: 1; max-width: 830px; }
.closing img { width: 155px; margin: 0 auto 42px; }
.closing .section-tag { color: #96b0ab; }
.closing .section-tag::before { display: none; }
.closing h2 { font-size: clamp(46px, 6vw, 76px); }
.closing h2 span { color: var(--green); }
.closing p { max-width: 720px; margin: 28px auto; color: #9cb3af; font-size: 17px; }
.site-footer { padding: 32px 0; background: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner img { width: 175px; height: auto; }
.footer-inner p { margin: 0; color: #6d817d; font-size: 11px; }
.footer-inner > span { color: #9aaba7; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 12px; }
  .brand span { display: none; }
  .hero-layout { gap: 35px; }
  .hero-visual { transform: scale(.92); transform-origin: center; }
  .components-grid { grid-template-columns: 1fr 1fr; }
  .experience-layout { gap: 45px; }
  .architecture-core { grid-template-columns: 1fr 56px 1fr 56px 1fr; }
  .node-connector span { display: none; }
  .protection-layout { gap: 30px; }
  .rollout-layout { gap: 55px; }
}

@media (max-width: 860px) {
  .section { padding: 85px 0; }
  .menu-toggle { display: block; color: #fff; }
  .main-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px; background: rgba(5,25,25,.98); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
  .main-nav .nav-cta { margin-top: 18px; text-align: center; border: 1px solid rgba(255,255,255,.2); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { max-width: 580px; margin: 0 auto; width: 100%; }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .hero-metrics article { border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-metrics article:nth-child(2) { border-right: 0; }
  .hero-metrics article:first-child { padding-left: 26px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .transformation-grid { grid-template-columns: 1fr; gap: 18px; }
  .transformation-arrow { display: flex; align-items: center; justify-content: center; gap: 15px; }
  .transformation-arrow span { transform: none; margin: 0; }
  .transformation-arrow i { margin: 0; transform: rotate(90deg); }
  .architecture-core { grid-template-columns: 1fr; gap: 12px; }
  .node-connector { transform: rotate(90deg); height: 34px; }
  .unit-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .unit-grid article::before, .vpn-line { display: none; }
  .components-grid { grid-template-columns: 1fr 1fr; }
  .experience-layout { grid-template-columns: 1fr; }
  .experience-copy { max-width: 650px; }
  .desktop-mockup { transform: none; }
  .continuity-grid { grid-template-columns: 1fr; }
  .continuity-card { min-height: auto; }
  .continuity-card > p { min-height: auto; }
  .protection-layout { grid-template-columns: 1fr; }
  .protection-visual { max-width: 560px; width: 100%; margin: 0 auto; }
  .cost-base-grid { grid-template-columns: 1fr; }
  .plan-result { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .plan-plus, .plan-equals { transform: rotate(90deg); }
  .plan-breakdown { grid-template-columns: 1fr 1fr; }
  .risk-row { grid-template-columns: .85fr 1fr 1fr; }
  .risk-row > span { padding: 14px; font-size: 11px; }
  .rollout-layout { grid-template-columns: 1fr; }
  .rollout-copy { position: static; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header { height: 66px; }
  .brand img { width: 132px; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; text-align: left; }
  .hero-visual { min-height: 500px; transform: none; }
  .cloud-card { padding: 20px; }
  .floating-note { min-width: 155px; }
  .note-one { left: -7px; top: 105px; }
  .note-two { right: -5px; bottom: 18px; }
  .hero-metrics { margin-top: 40px; }
  .hero-metrics article { display: block; min-height: 100px; padding: 20px 14px !important; }
  .hero-metrics strong, .hero-metrics span { display: block; }
  .hero-metrics span { margin-top: 8px; }
  .split-heading h2, .centered-heading h2, .experience-copy h2, .rollout-copy h2 { font-size: 39px; }
  .section-intro p, .centered-heading p { font-size: 15px; }
  .state-card { min-height: auto; padding: 28px 22px; }
  .state-path { flex-wrap: wrap; }
  .architecture-board { padding: 18px; border-radius: 22px; }
  .board-topline div { display: none; }
  .architecture-node { min-height: auto; }
  .vpn-backbone { padding: 20px; }
  .unit-grid { grid-template-columns: 1fr 1fr; }
  .components-grid { grid-template-columns: 1fr; }
  .experience-tabs { overflow-x: auto; }
  .experience-tabs button { min-width: 122px; }
  .window-body { grid-template-columns: 78px 1fr; min-height: 380px; }
  .window-body aside { padding: 18px 8px; }
  .window-body aside span { font-size: 0; text-align: center; }
  .window-body aside span::first-letter { font-size: 13px; }
  .folder-view { padding: 10px; }
  .sync-toast { width: 220px; right: -5px; bottom: -35px; }
  .continuity-grid { margin-top: 10px; }
  .availability-note { grid-template-columns: auto 1fr; padding: 20px; }
  .availability-note > span { grid-column: 2; justify-self: start; }
  .protection-visual { min-height: 460px; transform: scale(.82); margin: -35px auto; }
  .protection-cards { grid-template-columns: 1fr; }
  .selector-head { align-items: stretch; flex-direction: column; }
  .selector-buttons button { flex: 1; min-width: 0; }
  .plan-selector { padding: 25px 18px; }
  .plan-breakdown { grid-template-columns: 1fr; }
  .risk-table { border: 0; overflow: visible; }
  .risk-head { display: none; }
  .risk-row { display: block; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff !important; }
  .risk-row > span { min-height: 52px; border: 0; border-bottom: 1px solid var(--line); }
  .risk-row > span:last-child { border-bottom: 0; }
  .timeline li { grid-template-columns: 42px 1fr; gap: 12px; }
  .timeline::before { left: 20px; }
  .timeline li > span { width: 42px; height: 42px; border-radius: 12px; }
  .timeline li > div { padding: 18px; }
  .closing { padding: 90px 0; }
  .closing h2 { font-size: 44px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@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; }
}
