:root {
  --teal-950: #003744;
  --teal-900: #004a59;
  --teal-800: #005a87;
  --teal-700: #08779b;
  --mint: #00d084;
  --mint-soft: #dff8ec;
  --cyan-soft: #edf8fb;
  --paper: #f7faf9;
  --ink: #17262b;
  --muted: #64757a;
  --line: #dce8e7;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(0, 55, 68, 0.1);
  --radius: 18px;
  font-family: Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--mint); color: var(--teal-950); font-weight: 700; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, 100%); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,232,231,.9); backdrop-filter: blur(14px); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; color: var(--teal-900); }
.wordmark-mark { display: none; }
.wordmark-copy { display: grid; line-height: 1.05; gap: .2rem; }
.wordmark-name { font-size: 1.06rem; font-weight: 800; letter-spacing: .04em; }
.wordmark-sub { font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nav-menu { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; font-size: .85rem; font-weight: 700; }
.nav-menu a { color: var(--teal-900); text-decoration: none; }
.nav-menu a:hover { color: var(--teal-700); }
.nav-cta { padding: .68rem 1.05rem; border-radius: 999px; background: var(--teal-900); color: var(--white) !important; }
.nav-cta:hover { background: var(--teal-800); }
.error-nav { display: flex; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--teal-900); font-size: 1.6rem; padding: .25rem; }

.hero { overflow: hidden; background: linear-gradient(135deg, var(--teal-950) 0%, var(--teal-900) 64%, #00657a 100%); color: var(--white); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 4rem; position: relative; }
.hero-grid::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(0,208,132,.25); border-radius: 50%; right: -190px; top: 70px; }
.hero-grid::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -95px; top: 160px; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 800; color: var(--mint); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--mint); }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 700px; font-size: clamp(2.55rem, 5vw, 5.2rem); font-weight: 800; margin-top: 1rem; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.08rem; margin: 1.5rem 0 0; }
.button-row { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .82rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.button-primary { background: var(--mint); color: var(--teal-950); }
.button-primary:hover { background: #25e29b; }
.button-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.button-light:hover { border-color: var(--mint); color: var(--mint); }
.button-dark { background: var(--teal-900); color: var(--white); }
.button-dark:hover { background: var(--teal-800); }
.hero-note { display: flex; gap: .65rem; align-items: center; margin-top: 1.3rem; color: rgba(255,255,255,.65); font-size: .84rem; }
.hero-note::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: var(--mint); border-radius: 50%; }
.hero-panel { position: relative; z-index: 1; justify-self: end; width: min(100%, 440px); }
.preview-card { background: var(--white); color: var(--ink); border-radius: 24px; padding: 2rem; box-shadow: 0 26px 60px rgba(0,0,0,.2); }
.preview-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.preview-kicker { color: var(--teal-800); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.preview-price { font-size: 2.3rem; font-weight: 900; color: var(--teal-900); line-height: 1; }
.preview-price small { font-size: .8rem; font-weight: 700; color: var(--muted); }
.preview-card h2 { font-size: 1.75rem; margin-top: 1rem; color: var(--teal-950); }
.preview-card p { color: var(--muted); margin: .8rem 0 1.4rem; }
.preview-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.preview-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-size: .92rem; }
.preview-list li::before { content: "✓"; display: inline-grid; place-items: center; flex: 0 0 auto; width: 21px; height: 21px; border-radius: 50%; background: var(--mint-soft); color: var(--teal-900); font-weight: 900; font-size: .76rem; }
.preview-foot { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }

section { padding: 7rem 0; }
.section-heading { max-width: 690px; margin-bottom: 3rem; }
.section-heading .eyebrow { color: var(--teal-700); }
.section-heading .eyebrow::before { background: var(--mint); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--teal-950); margin-top: .75rem; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 1rem 0 0; }
.intro-band { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: start; }
.intro-grid h2 { max-width: 420px; }
.editorial-copy { color: var(--muted); font-size: 1.03rem; }
.editorial-copy p { margin: 0 0 1rem; }
.editorial-copy strong { color: var(--teal-900); }
.accent-rule { width: 74px; height: 5px; border-radius: 5px; background: var(--mint); margin-top: 1.5rem; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { position: relative; min-height: 330px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(0,55,68,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(0,208,132,.8); box-shadow: var(--shadow); }
.service-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; background: var(--cyan-soft); color: var(--teal-800); font-size: 1.25rem; font-weight: 900; }
.service-card h3 { font-size: 1.4rem; color: var(--teal-950); margin-top: 1.5rem; }
.service-card p { color: var(--muted); margin: 1rem 0 0; }
.service-number { position: absolute; top: 2rem; right: 2rem; color: var(--line); font-size: 2rem; font-weight: 900; }

.audience { background: var(--cyan-soft); }
.audience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; }
.audience-panel { padding: 2.3rem; background: var(--teal-900); border-radius: 24px; color: var(--white); box-shadow: var(--shadow); }
.audience-panel h3 { font-size: 1.8rem; }
.audience-panel p { color: rgba(255,255,255,.72); margin: 1rem 0 0; }
.audience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 1.8rem; padding: 0; list-style: none; }
.audience-list li { padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: rgba(255,255,255,.9); font-size: .88rem; }
.audience-note { margin-top: 1rem; color: var(--mint) !important; font-size: .82rem; }
.principles { display: grid; gap: 1.6rem; }
.principle { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; }
.principle-marker { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--teal-950); font-weight: 900; }
.principle h3 { font-size: 1.1rem; color: var(--teal-950); margin-top: .2rem; }
.principle p { color: var(--muted); margin: .4rem 0 0; }

.references { background: var(--paper); }
.reference-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.reference-cloud { display: flex; flex-wrap: wrap; gap: .75rem; align-content: flex-start; }
.reference-cloud span { padding: .75rem 1rem; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--teal-900); font-weight: 700; }
.reference-callout { padding: 1.4rem; border-left: 4px solid var(--mint); background: var(--white); color: var(--muted); margin-top: 1.8rem; }

.faq { background: var(--white); }
.faq-list { width: min(850px, 100%); display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; padding: 1.2rem 1.35rem; background: var(--white); }
.faq-list details[open] { border-color: rgba(0,90,135,.4); }
.faq-list summary { cursor: pointer; color: var(--teal-950); font-weight: 800; padding-right: 1rem; }
.faq-list p { color: var(--muted); margin: .85rem 0 0; }

.reviews { background: var(--teal-950); color: var(--white); }
.reviews h2 { color: var(--white); }
.reviews .eyebrow { color: var(--mint); }
.review-box { max-width: 780px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 2.1rem; background: rgba(255,255,255,.05); }
.review-box p { color: rgba(255,255,255,.75); margin: 0; }
.review-box strong { display: block; margin-top: 1.2rem; color: var(--mint); font-size: .9rem; }

.contact { background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.contact h2 { color: var(--teal-950); }
.contact p { max-width: 650px; color: rgba(0,55,68,.76); margin: 1rem 0 0; font-size: 1.05rem; }
.contact .button-primary { background: var(--teal-950); color: var(--white); }
.contact .button-primary:hover { background: var(--teal-800); }
.mail-link { font-weight: 800; color: var(--teal-950); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.site-footer { padding: 4rem 0 1.5rem; background: var(--teal-950); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 3rem; padding-bottom: 3rem; }
.site-footer .wordmark { color: var(--white); }
.site-footer .wordmark-sub { color: rgba(255,255,255,.58); }
.footer-lead { max-width: 310px; margin: 1rem 0 0; font-size: .9rem; }
.footer-title { color: var(--mint); font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; margin: .25rem 0 1rem; }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { font-size: .9rem; color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.footer-bottom a { color: rgba(255,255,255,.78); text-decoration: none; }

.legal-main { min-height: 65vh; padding: 6rem 0; }
.legal-main h1 { color: var(--teal-950); font-size: clamp(2.5rem, 5vw, 4.2rem); }
.legal-intro { color: var(--muted); font-size: 1.08rem; margin: 1.2rem 0 3rem; }
.legal-copy { color: var(--muted); }
.legal-copy h2 { font-size: 1.5rem; margin: 2.2rem 0 .8rem; }
.legal-copy p, .legal-copy ul { margin: 0 0 1rem; }
.legal-copy ul { padding-left: 1.25rem; }
.legal-copy a { color: var(--teal-800); }
.not-found { min-height: 63vh; display: grid; place-items: center; text-align: center; }
.not-found .button-row { justify-content: center; }
.not-found h1 { margin-inline: auto; }
.not-found p { max-width: 530px; margin: 1rem auto 0; color: var(--muted); }

.cookie-banner { position: fixed; z-index: 40; left: 1rem; right: 1rem; bottom: 1rem; display: none; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 18px 48px rgba(0,55,68,.18); }
.cookie-banner.is-visible { display: flex; }
.cookie-copy { color: var(--muted); font-size: .84rem; }
.cookie-copy strong { display: block; color: var(--teal-950); font-size: .95rem; }
.cookie-copy a { color: var(--teal-800); }
.cookie-actions { display: flex; gap: .6rem; flex: 0 0 auto; }
.cookie-actions button { border: 0; border-radius: 999px; cursor: pointer; padding: .65rem 1rem; font: inherit; font-size: .8rem; font-weight: 800; }
.cookie-reject { background: var(--paper); color: var(--teal-900); }
.cookie-accept { background: var(--teal-900); color: var(--white); }

@media (max-width: 900px) {
  .nav-menu { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1rem 20px 1.4rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: grid; gap: .9rem; }
  .nav-menu .nav-cta { display: inline-flex; justify-content: center; width: fit-content; }
  .error-nav { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 5rem; padding-bottom: 5rem; gap: 3rem; }
  .hero-panel { justify-self: start; }
  .hero-grid::before, .hero-grid::after { right: -260px; }
  .intro-grid, .audience-grid, .reference-layout { grid-template-columns: 1fr; gap: 2.8rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .nav-row { min-height: 68px; }
  .nav-menu { top: 68px; padding-inline: 16px; }
  .wordmark-sub { display: none; }
  .hero-grid { padding-top: 4rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  section { padding: 4.7rem 0; }
  .service-grid, .audience-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .cookie-banner { left: .65rem; right: .65rem; bottom: .65rem; align-items: stretch; flex-direction: column; gap: .85rem; }
  .cookie-actions { justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
