:root {
  --color-surfshark-teal: #1ebfbf;
  --color-coral-pulse: #fa3556;
  --color-promo-gold: #ffc200;
  --color-charcoal-ink: #16191c;
  --color-pure-white: #ffffff;
  --color-fog-white: #f9f9f9;
  --color-tide-tint: #e8f7f8;
  --color-ash-gray: #dadadd;
  --color-mist-gray: #bfbfc0;
  --color-slate: #5b6065;
  --color-graphite: #393e41;
  --color-deep-abyss: #1e2327;
  --font-inter: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-caption: 12px;
  --text-body-sm: 14px;
  --text-body: 16px;
  --text-subheading: 18px;
  --text-heading-sm: 24px;
  --text-heading: 32px;
  --text-heading-lg: 40px;
  --text-display: 60px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-96: 96px;
  --page-max-width: 1200px;
  --radius-small: 8px;
  --radius-buttons: 12px;
  --radius-card: 48px;
  --radius-hero: 64px;
  --radius-pill: 96px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--color-charcoal-ink); background: var(--color-fog-white); font-family: var(--font-inter); font-size: var(--text-body); line-height: 1.75; -webkit-font-smoothing: antialiased; font-feature-settings: "cv11", "ss01"; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--color-charcoal-ink); background: var(--color-surfshark-teal); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: -64px; left: 16px; padding: 12px 16px; color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: var(--radius-small); font-weight: 700; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 48px), var(--page-max-width)); margin-inline: auto; }

.promo-bar { min-height: 40px; display: grid; place-items: center; padding: 6px 24px; color: #000; background: var(--color-promo-gold); text-align: center; }
.promo-bar p { display: flex; align-items: center; gap: 12px; margin: 0; font-size: var(--text-body-sm); line-height: 1.5; }
.promo-bar strong { font-weight: 700; }
.promo-bar span { font-weight: 400; }

.site-header { position: sticky; z-index: 100; top: 0; height: 64px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--color-ash-gray); backdrop-filter: blur(16px); }
.nav-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: var(--spacing-32); }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.brand-mark { width: 32px; height: 32px; flex: 0 0 32px; fill: var(--color-surfshark-teal); }
.brand small, .brand strong { display: block; }
.brand small { margin-bottom: 4px; color: var(--color-slate); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brand strong { font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: var(--text-body-sm); font-weight: 600; }
.main-nav a { padding: 8px 12px; border-radius: var(--radius-small); }
.main-nav a:not(.nav-cta):hover { color: var(--color-surfshark-teal); background: var(--color-tide-tint); }
.nav-cta { margin-left: 8px; color: var(--color-pure-white); background: var(--color-charcoal-ink); }
.nav-cta:hover { background: var(--color-graphite); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 8px; color: var(--color-charcoal-ink); background: transparent; border: 0; border-radius: var(--radius-small); }
.menu-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.hero-section { padding: var(--spacing-32) 0 var(--spacing-64); background: var(--color-pure-white); }
.hero-card { min-height: 656px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); align-items: center; gap: var(--spacing-48); overflow: hidden; padding: 64px; color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: var(--radius-hero); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #168989; font-size: var(--text-body-sm); font-weight: 600; line-height: 1.5; }
.eyebrow > span { width: 24px; height: 2px; flex: 0 0 24px; background: currentColor; }
.eyebrow-dark { color: var(--color-surfshark-teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; font-weight: 700; }
h1 { max-width: 670px; font-size: var(--text-display); line-height: 1.07; letter-spacing: -1.5px; }
h1 em { color: var(--color-surfshark-teal); font-style: normal; }
.hero-lead { max-width: 590px; margin: 24px 0 0; color: #e7e7e8; font-size: var(--text-subheading); line-height: 1.67; }
.check-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--color-surfshark-teal); font-weight: 700; }
.check-list-dark { color: var(--color-pure-white); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 24px; border: 0; border-radius: var(--radius-pill); font-size: var(--text-body); font-weight: 700; line-height: 1.5; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--color-pure-white); background: var(--color-coral-pulse); }
.button-coral:hover { background: #df2344; }
.button-dark { color: var(--color-pure-white); background: var(--color-charcoal-ink); }
.button-dark:hover { background: var(--color-graphite); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; font-weight: 600; line-height: 1.5; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--color-pure-white); }

.hero-visual { position: relative; min-height: 496px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid #4b5053; border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid #303538; border-radius: 50%; }
.browser-shell { position: relative; z-index: 2; width: min(100%, 480px); overflow: hidden; background: var(--color-pure-white); border: 1px solid #4c5154; border-radius: 32px; transform: rotate(2deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: var(--color-slate); background: #f2f2f2; border-bottom: 1px solid var(--color-ash-gray); }
.browser-bar i { width: 7px; height: 7px; background: var(--color-mist-gray); border-radius: 50%; }
.browser-bar i:first-child { background: var(--color-coral-pulse); }
.browser-bar span { margin-left: 8px; font-size: 10px; font-style: normal; }
.browser-page { position: relative; height: 350px; overflow: hidden; background: #f7dfbd; }
.mini-nav { position: relative; z-index: 5; height: 48px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 0 20px; }
.mini-nav b { width: 54px; height: 12px; margin-right: auto; background: var(--color-charcoal-ink); border-radius: var(--radius-pill); }
.mini-nav span { width: 28px; height: 4px; background: rgba(22, 25, 28, .55); border-radius: var(--radius-pill); }
.sun { position: absolute; z-index: 1; top: 76px; right: 48px; width: 136px; height: 136px; background: var(--color-coral-pulse); border-radius: 50%; }
.sea { position: absolute; right: -5%; bottom: -50px; left: -5%; border-radius: 50% 50% 0 0; }
.sea-back { z-index: 2; height: 190px; background: #8ad8d8; transform: rotate(-4deg); }
.sea-front { z-index: 3; height: 138px; background: var(--color-surfshark-teal); transform: rotate(3deg); }
.mini-copy { position: absolute; z-index: 4; top: 94px; left: 28px; color: var(--color-charcoal-ink); }
.mini-copy small { display: block; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.mini-copy strong { display: block; margin-top: 8px; font-size: 28px; line-height: 1.02; letter-spacing: -.04em; }
.mini-copy i { display: block; width: 76px; height: 24px; margin-top: 16px; background: var(--color-charcoal-ink); border-radius: var(--radius-pill); }
.status-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--color-charcoal-ink); background: var(--color-pure-white); border: 1px solid var(--color-ash-gray); border-radius: var(--radius-buttons); }
.status-chip-top { top: 30px; right: -16px; }
.status-chip-bottom { bottom: 28px; left: -24px; }
.status-chip p { margin: 0; line-height: 1.2; }
.status-chip strong, .status-chip small { display: block; }
.status-chip strong { font-size: var(--text-caption); }
.status-chip small { margin-top: 3px; color: var(--color-slate); font-size: 10px; }
.status-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--color-charcoal-ink); background: var(--color-surfshark-teal); border-radius: 50%; font-weight: 700; }
.pulse { width: 10px; height: 10px; margin: 0 8px; background: var(--color-surfshark-teal); border-radius: 50%; box-shadow: 0 0 0 5px #d9f4f4; }

.trust-section { padding: 0 0 64px; background: var(--color-pure-white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--color-ash-gray); border-radius: 32px; }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 24px; background: var(--color-pure-white); border-right: 1px solid var(--color-ash-gray); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: var(--text-body-sm); line-height: 1.4; }
.trust-item p { margin: 4px 0 0; color: var(--color-slate); font-size: var(--text-caption); line-height: 1.5; }
.icon-wrap { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #147d7d; background: var(--color-tide-tint); border-radius: 50%; }
.icon-wrap svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.section { padding: 96px 0; }
.intro-section { background: var(--color-fog-white); }
.split-grid, .process-grid, .pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 96px; }
.section-copy h2, .section-heading h2, .contact-copy h2 { font-size: var(--text-heading-lg); line-height: 1.21; letter-spacing: -.8px; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--color-slate); line-height: 1.75; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding-left: 28px; font-weight: 600; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; color: #147d7d; }
.care-panel { padding: 32px; background: var(--color-pure-white); border: 1px solid var(--color-ash-gray); border-radius: var(--radius-card); }
.care-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--color-ash-gray); }
.care-panel-head small, .care-panel-head strong { display: block; }
.care-panel-head small { color: var(--color-slate); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.care-panel-head strong { margin-top: 4px; font-size: var(--text-subheading); }
.care-panel-head > span { padding: 4px 10px; color: #116c6c; background: var(--color-tide-tint); border-radius: var(--radius-pill); font-size: var(--text-caption); font-weight: 700; }
.care-score { display: flex; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--color-ash-gray); }
.care-score > span { font-size: 48px; font-weight: 700; line-height: 1; letter-spacing: -1.5px; }
.care-score > span small { color: var(--color-surfshark-teal); font-size: var(--text-heading-sm); }
.care-score p, .care-list p { margin: 0; line-height: 1.35; }
.care-score strong, .care-score small, .care-list strong, .care-list small { display: block; }
.care-score strong, .care-list strong { font-size: var(--text-body-sm); }
.care-score small, .care-list small { margin-top: 3px; color: var(--color-slate); font-size: var(--text-caption); }
.care-list { display: grid; }
.care-list > div { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--color-ash-gray); }
.care-icon { width: 32px; height: 32px; display: grid; place-items: center; color: #116c6c; background: var(--color-tide-tint); border-radius: 50%; font-weight: 700; }
.care-list b { color: #116c6c; font-size: 10px; }
.care-note { display: flex; align-items: center; gap: 12px; margin: 24px 0 0; font-size: var(--text-body-sm); font-weight: 600; line-height: 1.5; }
.care-note span { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: 50%; font-size: var(--text-subheading); }

.includes-section { background: var(--color-tide-tint); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.centered-heading { margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:not(.eyebrow) { max-width: 620px; margin-right: auto; margin-left: auto; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-card { min-height: 470px; padding: 32px; background: var(--color-pure-white); border: 1px solid var(--color-ash-gray); border-radius: var(--radius-card); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #147d7d; background: var(--color-tide-tint); border-radius: 50%; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-number { color: var(--color-mist-gray); font-size: var(--text-body-sm); font-weight: 700; }
.service-card h3 { max-width: 18em; font-size: var(--text-heading-sm); line-height: 1.33; }
.service-card > p { margin: 12px 0 0; color: var(--color-slate); }
.service-card ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; color: var(--color-slate); list-style: none; }
.service-card li { position: relative; padding-left: 20px; line-height: 1.55; }
.service-card li::before { content: ""; position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background: var(--color-surfshark-teal); border-radius: 50%; }

.managed-section { background: var(--color-pure-white); }
.dark-card { color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: var(--radius-card); }
.managed-card { min-height: 600px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: 64px; padding: 64px; }
.managed-copy h2, .contact-copy h2 { color: var(--color-pure-white); }
.managed-copy > p { margin: 20px 0 0; color: var(--color-ash-gray); }
.managed-list { margin-top: 28px; }
.comparison { width: 100%; overflow: hidden; border: 1px solid var(--color-graphite); border-collapse: separate; border-spacing: 0; border-radius: 32px; table-layout: fixed; }
.comparison-head { color: var(--color-mist-gray); background: var(--color-deep-abyss); font-size: var(--text-caption); text-transform: uppercase; letter-spacing: .08em; }
.comparison-head th { padding: 18px 24px; border-bottom: 1px solid var(--color-graphite); text-align: left; }
.comparison-head th:last-child { color: var(--color-surfshark-teal); }
.comparison-row { color: var(--color-mist-gray); font-size: var(--text-body-sm); line-height: 1.5; }
.comparison-row td { height: 78px; padding: 18px 24px; border-bottom: 1px solid var(--color-graphite); }
.comparison-row:last-child td { border-bottom: 0; }
.comparison-row strong { position: relative; padding-left: 28px; color: var(--color-pure-white); }
.comparison-row strong::before { content: "✓"; position: absolute; left: 0; color: var(--color-surfshark-teal); }

.process-section { background: var(--color-fog-white); }
.process-visual { position: relative; min-height: 500px; overflow: hidden; background: var(--color-surfshark-teal); border-radius: var(--radius-card); }
.process-orbit { position: absolute; border: 1px solid rgba(22, 25, 28, .25); border-radius: 50%; }
.orbit-one { width: 480px; height: 280px; top: 85px; left: -35px; transform: rotate(28deg); }
.orbit-two { width: 360px; height: 420px; top: 48px; left: 92px; transform: rotate(-34deg); }
.process-device { position: absolute; z-index: 2; top: 98px; left: 50%; width: 310px; overflow: hidden; background: var(--color-pure-white); border: 1px solid var(--color-charcoal-ink); border-radius: 24px; transform: translateX(-50%) rotate(-5deg); }
.device-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: var(--color-fog-white); border-bottom: 1px solid var(--color-ash-gray); }
.device-bar i { width: 6px; height: 6px; background: var(--color-mist-gray); border-radius: 50%; }
.device-content { height: 236px; padding: 28px; }
.device-content span { display: block; width: 68%; height: 10px; margin-bottom: 12px; background: var(--color-ash-gray); border-radius: var(--radius-pill); }
.device-content span:first-child { width: 40%; background: var(--color-charcoal-ink); }
.device-content b { display: block; height: 104px; margin-top: 28px; background: var(--color-tide-tint); border-radius: 16px; }
.process-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: var(--radius-buttons); font-weight: 700; }
.process-badge small { color: var(--color-ash-gray); font-size: 10px; }
.badge-one { top: 64px; left: 32px; }
.badge-two { right: 32px; bottom: 64px; }
.steps { display: grid; gap: 24px; margin: 32px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.steps > li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--color-charcoal-ink); background: var(--color-surfshark-teal); border-radius: 50%; font-size: var(--text-body-sm); font-weight: 700; }
.steps h3 { font-size: var(--text-subheading); line-height: 1.5; }
.steps p { margin: 4px 0 0; color: var(--color-slate); line-height: 1.6; }

.references-section { background: var(--color-pure-white); }
.portfolio-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.portfolio-heading .text-link { flex: 0 0 auto; margin-bottom: 56px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.portfolio-card { overflow: hidden; background: var(--color-pure-white); border: 1px solid var(--color-ash-gray); border-radius: 32px; transition: border-color .2s ease, transform .2s ease; }
.portfolio-card:hover { border-color: var(--color-surfshark-teal); transform: translateY(-4px); }
.portfolio-image { display: block; aspect-ratio: 1.68; overflow: hidden; background: var(--color-tide-tint); border-bottom: 1px solid var(--color-ash-gray); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.portfolio-card:hover img { transform: scale(1.025); }
.portfolio-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; }
.portfolio-meta strong { font-size: var(--text-body); }
.portfolio-meta small { color: #147d7d; font-size: var(--text-caption); font-weight: 600; }

.pricing-section { background: var(--color-tide-tint); }
.pricing-grid { gap: 64px; }
.pause-note { display: grid; grid-template-columns: 48px 1fr; gap: 16px; margin-top: 32px; padding-top: 32px; border-top: 1px solid #abdfe0; }
.pause-note > span { width: 48px; height: 48px; display: grid; place-items: center; color: #116c6c; background: var(--color-pure-white); border-radius: 50%; font-weight: 700; }
.pause-note h3 { font-size: var(--text-subheading); line-height: 1.5; }
.pause-note p { margin: 6px 0 0; color: var(--color-slate); font-size: var(--text-body-sm); line-height: 1.7; }
.price-card { padding: 40px; color: var(--color-pure-white); background: var(--color-charcoal-ink); border-radius: var(--radius-card); }
.price-card-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.price-card-head p { margin: 0; color: var(--color-ash-gray); font-size: var(--text-body-sm); }
.price-card-head span { padding: 4px 10px; color: var(--color-charcoal-ink); background: var(--color-surfshark-teal); border-radius: var(--radius-pill); font-size: var(--text-caption); font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -1.5px; }
.price span { color: var(--color-mist-gray); }
.price-caption { margin: 10px 0 0; color: var(--color-surfshark-teal); font-size: var(--text-body-sm); font-weight: 600; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 28px 0; padding: 24px 0; border-top: 1px solid var(--color-graphite); border-bottom: 1px solid var(--color-graphite); list-style: none; }
.price-list li { position: relative; padding-left: 24px; color: var(--color-ash-gray); font-size: var(--text-body-sm); line-height: 1.5; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--color-surfshark-teal); font-weight: 700; }
.price-footnote { margin: 16px 0 0; color: var(--color-mist-gray); font-size: var(--text-caption); line-height: 1.6; text-align: center; }

.faq-section { background: var(--color-pure-white); }
.faq-container { max-width: 960px; }
.faq-list { border-top: 1px solid var(--color-ash-gray); }
.faq-list details { border-bottom: 1px solid var(--color-ash-gray); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; font-size: var(--text-subheading); font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 8px; color: #147d7d; font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 48px 24px 0; color: var(--color-slate); }

.contact-section { padding-top: 32px; background: var(--color-pure-white); }
.contact-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: 64px; padding: 64px; }
.contact-copy > p:not(.eyebrow) { color: var(--color-ash-gray); }
.contact-form { padding: 32px; color: var(--color-charcoal-ink); background: var(--color-pure-white); border-radius: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-size: var(--text-body-sm); font-weight: 600; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--color-charcoal-ink); background: var(--color-fog-white); border: 1px solid #8f9396; border-radius: var(--radius-buttons); outline: 0; }
.field input { min-height: 50px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #147d7d; box-shadow: 0 0 0 3px var(--color-tide-tint); }
.trap-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 20px; color: var(--color-slate); font-size: var(--text-caption); line-height: 1.5; }
.consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; accent-color: var(--color-surfshark-teal); }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.form-status { margin-bottom: 16px; padding: 12px 14px; border-radius: var(--radius-buttons); font-size: var(--text-body-sm); line-height: 1.5; }
.form-status-error { color: #8a1c2d; background: #fff0f2; border: 1px solid #f0a8b4; }
.form-result { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.form-result-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 24px; color: var(--color-pure-white); background: var(--color-surfshark-teal); border-radius: 50%; font-size: 28px; font-weight: 700; }
.form-result h3 { margin-bottom: 12px; font-size: var(--text-h3); }
.form-result p { max-width: 440px; margin: 0; color: var(--color-slate); }

.site-footer { padding: 64px 0 32px; color: var(--color-pure-white); background: var(--color-charcoal-ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 48px; }
.brand-footer small { color: var(--color-mist-gray); }
.footer-brand > p { max-width: 330px; margin: 20px 0 0; color: var(--color-mist-gray); font-size: var(--text-body-sm); }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 6px; font-size: var(--text-body-sm); }
.footer-links a { color: var(--color-ash-gray); font-size: var(--text-body-sm); }
.footer-links a:hover, .footer-legal a:hover { color: var(--color-surfshark-teal); }
.footer-legal { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 32px; color: var(--color-mist-gray); font-size: var(--text-caption); text-align: right; }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--color-surfshark-teal); outline-offset: 3px; }

@media (max-width: 1040px) {
  .container { width: min(calc(100% - 40px), 920px); }
  .main-nav { gap: 0; }
  .main-nav a { padding-inline: 8px; }
  .hero-card { grid-template-columns: 1fr 380px; padding: 48px; }
  h1 { font-size: 48px; }
  .status-chip-top { right: 0; }
  .status-chip-bottom { left: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--color-ash-gray); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .split-grid, .process-grid, .pricing-grid { gap: 48px; }
  .managed-card, .contact-card { grid-template-columns: 1fr; }
  .comparison { max-width: 760px; width: 100%; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-legal { grid-column: 1 / -1; flex-direction: row; align-items: center; padding-top: 24px; border-top: 1px solid var(--color-graphite); text-align: left; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 32px), 680px); }
  .site-header, .nav-inner { height: 64px; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: fixed; top: 104px; right: 16px; left: 16px; display: none; padding: 16px; background: var(--color-pure-white); border: 1px solid var(--color-ash-gray); border-radius: 32px; }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 16px; }
  .main-nav .nav-cta { margin: 8px 0 0; text-align: center; }
  .hero-section { padding-top: 16px; }
  .hero-card { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 48px; border-radius: var(--radius-card); }
  .hero-visual { width: 100%; max-width: 520px; margin-inline: auto; }
  .section { padding: 64px 0; }
  .split-grid, .process-grid, .pricing-grid { grid-template-columns: 1fr; gap: 48px; }
  .care-panel { max-width: 560px; width: 100%; margin-inline: auto; }
  .service-card { min-height: auto; }
  .managed-card, .contact-card { gap: 48px; padding: 48px; }
  .process-visual { order: 2; }
  .process-copy { order: 1; }
  .portfolio-heading { display: block; }
  .portfolio-heading .text-link { margin: -20px 0 40px; }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; gap: 32px; }
}

@media (max-width: 600px) {
  .promo-bar p { display: block; font-size: var(--text-caption); }
  .promo-bar span { display: none; }
  .main-nav { top: 104px; }
  .brand small { display: none; }
  .hero-card { padding: 40px 24px; border-radius: 32px; }
  h1 { font-size: 40px; line-height: 1.08; letter-spacing: -1px; }
  .hero-lead { font-size: var(--text-body); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 390px; }
  .hero-visual::before { width: 330px; height: 330px; }
  .hero-visual::after { width: 240px; height: 240px; }
  .browser-shell { width: 92%; border-radius: 24px; }
  .browser-page { height: 270px; }
  .sun { top: 70px; right: 28px; width: 100px; height: 100px; }
  .sea-back { height: 150px; }
  .sea-front { height: 105px; }
  .mini-copy { top: 82px; left: 20px; }
  .mini-copy strong { font-size: 22px; }
  .status-chip-top { top: 4px; }
  .status-chip-bottom { bottom: 4px; }
  .trust-grid, .service-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--color-ash-gray) !important; }
  .trust-item:last-child { border-bottom: 0 !important; }
  .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: var(--text-heading); line-height: 1.3; letter-spacing: -.5px; }
  .check-grid { grid-template-columns: 1fr; }
  .care-panel, .service-card, .price-card { padding: 24px; border-radius: 32px; }
  .care-score { align-items: flex-start; flex-direction: column; gap: 12px; }
  .care-list b { display: none; }
  .managed-card, .contact-card { padding: 40px 24px; border-radius: 32px; }
  .comparison-head th, .comparison-row td { padding: 16px; }
  .comparison-head { font-size: 10px; }
  .comparison-row { min-height: 96px; font-size: var(--text-caption); }
  .process-visual { min-height: 420px; border-radius: 32px; }
  .process-device { width: 260px; }
  .portfolio-heading .section-heading { margin-bottom: 40px; }
  .portfolio-heading .text-link { margin: -16px 0 32px; }
  .portfolio-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price { align-items: flex-start; flex-direction: column; }
  .price strong { font-size: 40px; }
  .price-list { grid-template-columns: 1fr; }
  .faq-list summary { padding-block: 20px; font-size: var(--text-body); }
  .faq-list details p { margin-right: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 20px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 24px); }
  .brand strong { font-size: 14px; }
  .hero-card { padding-inline: 20px; }
  h1 { font-size: 36px; }
  .status-chip { padding: 8px 10px; }
  .status-chip-top { right: -4px; }
  .status-chip-bottom { left: -4px; }
  .service-card { padding: 24px 20px; }
  .process-device { width: 230px; }
  .badge-one { left: 16px; }
  .badge-two { right: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
}

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