:root {
  --ink: #102536;
  --ink-soft: #496170;
  --paper: #f7fbfc;
  --white: #ffffff;
  --blue: #075b7a;
  --blue-dark: #064760;
  --cyan: #27b3b1;
  --cyan-soft: #dff7f5;
  --line: #d8e5e9;
  --amber: #f3b443;
  --danger: #a42a32;
  --danger-soft: #fff0f0;
  --success: #16644f;
  --success-soft: #e9f8f2;
  --shadow: 0 22px 65px rgba(13, 53, 70, 0.12);
  --radius: 20px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(216, 229, 233, .82); background: rgba(247, 251, 252, .92); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-size: 1.05rem; letter-spacing: -.02em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px 11px 11px 3px; color: white; background: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: -.04em; box-shadow: 0 8px 18px rgba(7, 91, 122, .22); }
.main-nav { display: flex; align-items: center; gap: 1.75rem; }
.main-nav a { text-decoration: none; font-weight: 650; font-size: .95rem; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: .62rem 1rem; border-radius: 999px; color: white; background: var(--blue); text-decoration: none; font-weight: 750; }
.nav-cta:hover { background: var(--blue-dark); }
.menu-button { display: none; border: 1px solid var(--line); background: white; color: var(--ink); padding: .55rem .8rem; border-radius: .6rem; font-weight: 700; }

.hero { overflow: hidden; padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 7rem); background: linear-gradient(135deg, #f7fbfc 0%, #edf8fa 55%, #e2f4f2 100%); position: relative; }
.hero::before { content: ""; position: absolute; width: 34rem; height: 34rem; border: 1px solid rgba(39, 179, 177, .22); border-radius: 50%; right: -14rem; top: -17rem; box-shadow: 0 0 0 5rem rgba(39, 179, 177, .035), 0 0 0 10rem rgba(7, 91, 122, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; line-height: 1.3; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 1.4rem; font-size: clamp(2.65rem, 5.8vw, 5.2rem); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { margin-bottom: .65rem; font-size: 1.28rem; }
p { margin-top: 0; }
.hero-lead { max-width: 700px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .78rem 1.35rem; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(7, 91, 122, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 28px rgba(7, 91, 122, .27); }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: .25em; }
.credential-line { margin: 2.1rem 0 0; color: #607580; font-size: .88rem; font-weight: 650; }

.signal-card { padding: 1.4rem; border: 1px solid rgba(7, 91, 122, .12); border-radius: 26px; background: rgba(255, 255, 255, .82); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.signal-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .15rem .15rem 1rem; border-bottom: 1px solid var(--line); font-weight: 850; }
.status-pill { padding: .25rem .55rem; border-radius: 999px; color: var(--success); background: var(--success-soft); font-size: .72rem; letter-spacing: .03em; }
.signal-path { list-style: none; margin: 0; padding: .7rem 0 0; }
.signal-path li { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: .8rem; padding: .9rem .4rem; }
.signal-path li:not(:last-child)::after { content: ""; position: absolute; left: 22px; top: 49px; bottom: -3px; width: 2px; background: linear-gradient(var(--cyan), var(--line)); }
.signal-path span { grid-row: span 2; width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--cyan); border-radius: 50%; color: var(--blue); background: white; font-size: .7rem; font-weight: 850; }
.signal-path strong { line-height: 1.25; }
.signal-path small { color: var(--ink-soft); font-size: .85rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 2.6rem; }
.section-heading > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }
.audience-section { background: white; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.audience-grid article { min-height: 250px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, #fff, #f7fbfc); }
.audience-grid article:nth-child(2) { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-12px); box-shadow: var(--shadow); }
.audience-grid article p { color: var(--ink-soft); }
.audience-grid article:nth-child(2) p { color: #d7edf4; }
.card-number { display: block; margin-bottom: 2.8rem; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }

.services-section { background: #eef6f8; }
.services-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.sticky-heading { position: sticky; top: 125px; }
.service-list { border-top: 1px solid #bfd2d8; }
.service-list article { display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.7rem 0; border-bottom: 1px solid #bfd2d8; }
.service-list article p { margin-bottom: 0; color: var(--ink-soft); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #a9c7cf; border-radius: 14px; color: var(--blue); background: white; font-size: .75rem; font-weight: 900; letter-spacing: .05em; }
.remote-card { margin-top: 1.5rem; padding: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; border: 1px solid #9fd8d6; border-radius: var(--radius); background: linear-gradient(145deg, #ffffff, var(--cyan-soft)); box-shadow: 0 16px 38px rgba(13, 73, 85, .09); }
.remote-card h3 { margin-bottom: .5rem; }
.remote-card p { margin: 0; color: var(--ink-soft); }
.remote-badge { padding: .45rem .62rem; border-radius: 8px; color: white; background: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }

.method-section { background: var(--ink); color: white; }
.method-heading { max-width: 880px; }
.method-heading .eyebrow { color: #65d2cf; }
.method-grid { list-style: none; margin: 3.2rem 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.method-grid li { min-height: 270px; padding: 1.7rem; background: var(--ink); }
.method-grid span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 3.2rem; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: .8rem; font-weight: 900; }
.method-grid p { margin-bottom: 0; color: #bfd0d9; }
.promise-bar { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; align-items: start; padding: 1.5rem; border-left: 4px solid var(--amber); background: rgba(255,255,255,.07); border-radius: 0 12px 12px 0; }
.promise-bar p { margin: 0; color: #dce8ed; }

.contact-section { background: linear-gradient(145deg, #f8fcfd, #e8f5f5); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }
.contact-note { margin-top: 2rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.65); }
.contact-note ul { margin-bottom: 0; padding-left: 1.2rem; color: var(--ink-soft); }
.form-card { padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.15rem; }
.field label { display: block; margin-bottom: .4rem; font-size: .9rem; font-weight: 800; }
.field label span, .required-note span { color: var(--danger); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #b8cbd1; border-radius: 10px; color: var(--ink); background: #fbfdfe; padding: .76rem .85rem; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7, 91, 122, .13); background: white; }
.field textarea { resize: vertical; min-height: 150px; }
.field-help { margin: -.75rem 0 1.15rem; color: var(--ink-soft); font-size: .82rem; }
.character-count { display: block; margin-top: .25rem; color: var(--ink-soft); text-align: right; font-size: .78rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: .5rem 0 1.4rem; color: var(--ink-soft); font-size: .88rem; }
.consent input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--blue); }
.consent a { color: var(--blue); font-weight: 700; }
.submit-button { width: 100%; }
.required-note { margin: .7rem 0 0; color: var(--ink-soft); text-align: center; font-size: .78rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 1.3rem; padding: 1rem 1.1rem; border-radius: 12px; }
.notice p, .notice ul { margin-bottom: 0; }
.notice-success { color: var(--success); background: var(--success-soft); border: 1px solid #adddcc; }
.notice-error { color: var(--danger); background: var(--danger-soft); border: 1px solid #efc3c5; }

.site-footer { padding: 2rem 0; color: #bfd0d9; background: #091b28; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-inner p { margin: 0; }
.footer-inner > a { color: white; text-underline-offset: .25em; }
.footer-brand { color: white; }
.footer-brand .brand-mark { box-shadow: none; background: var(--cyan); color: var(--ink); }

.privacy-page { background: white; }
.privacy-content { max-width: 800px; }
.privacy-content h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
.privacy-content h2 { margin-top: 2.5rem; font-size: 1.55rem; }
.privacy-content p { color: var(--ink-soft); font-size: 1.08rem; }
.privacy-content .button { margin-top: 1rem; }

@media (max-width: 900px) {
  .hero-grid, .services-layout, .contact-grid { grid-template-columns: 1fr; }
  .signal-card { max-width: 580px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article:nth-child(2) { transform: none; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .sticky-heading, .contact-copy { position: static; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .header-inner { min-height: 68px; }
  .menu-button { display: inline-flex; }
  .main-nav { display: none; position: absolute; inset: 68px .75rem auto; padding: 1rem; flex-direction: column; align-items: stretch; gap: .4rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .7rem; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid li { min-height: 0; }
  .method-grid span { margin-bottom: 1.8rem; }
  .promise-bar { grid-template-columns: 1fr; gap: .5rem; }
  .remote-card { grid-template-columns: 1fr; }
  .remote-badge { width: fit-content; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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