:root {
  --ink: #071b2b;
  --ink-soft: #17394a;
  --aqua: #00a7a0;
  --aqua-dark: #007d78;
  --mint: #c7f4ea;
  --mist: #f4fbf9;
  --white: #fff;
  --coral: #ff6b5e;
  --coral-dark: #e54c42;
  --line: rgba(7, 27, 43, .14);
  --display: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(7, 27, 43, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--mist); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
::selection { color: var(--ink); background: var(--mint); }
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10001; padding: 10px 15px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Required domain-sale banner */
.domain-sale-banner { position: relative; z-index: 9999; width: 100%; color: #ffffff; background: radial-gradient(circle at 15% 50%, rgba(0, 167, 160, .36), transparent 34%), linear-gradient(100deg, #061721 0%, #0a2635 58%, #31231f 100%); border-bottom: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 8px 28px rgba(0, 0, 0, .2); font-family: Arial, Helvetica, sans-serif; }
.domain-sale-banner__content { width: min(1180px, calc(100% - 32px)); min-height: 76px; margin: 0 auto; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.domain-sale-banner__text { display: grid; gap: 4px; line-height: 1.35; }
.domain-sale-banner__text strong { font-size: clamp(1rem, 2vw, 1.2rem); letter-spacing: -.01em; }
.domain-sale-banner__text span { color: rgba(255, 255, 255, .74); font-size: .92rem; }
.domain-sale-banner__button { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; color: #071b2b; background: #ff7c70; border: 1px solid #ff9b92; border-radius: 999px; box-shadow: 0 8px 20px rgba(255, 107, 94, .28); font-size: .94rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.domain-sale-banner__button:hover, .domain-sale-banner__button:focus-visible { background: #ff9187; box-shadow: 0 10px 26px rgba(255, 107, 94, .38); transform: translateY(-2px); outline: none; }

.site-header { position: relative; z-index: 100; color: var(--ink); background: rgba(244, 251, 249, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 210px; display: inline-flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-offer)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--aqua); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-offer { min-height: 44px; padding: 10px 18px; display: inline-flex; align-items: center; color: var(--white); background: var(--ink); border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.nav-offer:hover { background: var(--aqua-dark); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; margin: 4px 0; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-art, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: center; }
.hero-scrim { background: linear-gradient(90deg, rgba(4, 20, 32, .97) 0%, rgba(4, 20, 32, .84) 42%, rgba(4, 20, 32, .14) 76%), linear-gradient(0deg, rgba(4, 20, 32, .55), transparent 55%); }
.hero-grid { position: relative; z-index: 2; padding-block: 88px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 70px; }
.eyebrow { margin: 0 0 22px; color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { margin-right: 6px; display: inline-block; color: var(--white); }
.eyebrow.dark { color: var(--aqua-dark); }
.hero h1, .page-hero h1, .error-copy h1 { max-width: 820px; margin: 0; font-size: clamp(3.5rem, 7.2vw, 7rem); line-height: .9; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--mint); font-family: var(--display); font-weight: 500; }
.hero-lede { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--mint); box-shadow: 0 12px 32px rgba(199,244,234,.18); }
.button-primary:hover { background: var(--white); box-shadow: 0 18px 40px rgba(199,244,234,.25); }
.button-coral { color: var(--ink); background: var(--coral); box-shadow: 0 12px 34px rgba(255,107,94,.22); }
.button-coral:hover { background: #ff8d84; }
.button-full { width: 100%; }
.text-link { color: var(--white); font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 7px; }
.signal-card { padding: 24px; color: var(--ink); background: rgba(244,251,249,.9); border: 1px solid rgba(255,255,255,.5); border-radius: 4px 28px 4px 28px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.signal-card__top, .signal-labels { display: flex; justify-content: space-between; gap: 10px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-dot::before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--coral); border-radius: 50%; }
.signal-word { margin: 32px 0; display: flex; align-items: baseline; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.07em; }
.signal-word span { font-weight: 500; }.signal-word strong { color: var(--aqua-dark); }.signal-word em { color: var(--coral-dark); font-family: var(--display); font-weight: 600; }
.signal-labels { padding-top: 14px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: .57rem; }

.section { padding-block: clamp(80px, 10vw, 140px); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.section-index { margin: 0 0 24px; color: var(--aqua-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-index.light { color: var(--mint); }
.split-heading h2, .fit-intro h2, .narrow-title, .faq-section h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.split-heading > p, .fit-intro > p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.meaning-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.meaning-card { min-height: 380px; padding: 34px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--white); border-top: 4px solid var(--aqua); }
.meaning-card::before { content: ""; width: 180px; height: 180px; position: absolute; top: -90px; right: -40px; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.meaning-card h3 { margin: 0 0 18px; font-family: var(--display); font-size: 3.4rem; font-weight: 600; letter-spacing: -.05em; }
.meaning-card p { margin: 0; color: var(--ink-soft); }
.meaning-card .card-number { position: absolute; top: 28px; left: 30px; font-size: .72rem; font-weight: 800; }
.card-med { color: var(--white); background: var(--aqua-dark); border-color: var(--mint); }
.card-med p { color: rgba(255,255,255,.75); }
.card-flex { border-color: var(--coral); }

.fit-section, .positioning-section { color: var(--white); background: var(--ink); }
.fit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 140px); }
.fit-intro > p { margin-top: 28px; color: rgba(255,255,255,.65); }
.fit-list article { padding: 30px 0; display: grid; grid-template-columns: 56px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.fit-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.fit-list article > span { color: var(--coral); font-size: .72rem; font-weight: 800; }
.fit-list h3 { margin: -8px 0 5px; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.fit-list p { margin: 0; color: rgba(255,255,255,.62); }
.proof-section { background: var(--mint); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7,27,43,.22); border-left: 1px solid rgba(7,27,43,.22); }
.proof-grid div { min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(7,27,43,.22); border-bottom: 1px solid rgba(7,27,43,.22); }
.proof-grid strong { font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; }
.proof-grid span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.closing-cta { padding-block: clamp(90px, 12vw, 165px); position: relative; overflow: hidden; color: var(--white); text-align: center; background: linear-gradient(135deg, #07333f, var(--aqua-dark)); }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; border: 1px solid rgba(199,244,234,.25); border-radius: 50%; }
.closing-cta::before { width: 440px; height: 440px; top: -270px; left: -80px; }.closing-cta::after { width: 600px; height: 600px; right: -320px; bottom: -360px; }
.closing-inner { position: relative; z-index: 1; }
.closing-cta h2 { margin: 0; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .95; letter-spacing: -.06em; }
.closing-cta p:not(.eyebrow) { max-width: 600px; margin: 26px auto 32px; color: rgba(255,255,255,.72); font-size: 1.05rem; }

.site-footer { padding-block: 58px; color: var(--white); background: #04131d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 38px; }
.footer-brand { font-size: 1.3rem; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }.footer-brand span { color: var(--aqua); }
.footer-grid > div p { margin: 10px 0 0; color: rgba(255,255,255,.5); font-size: .82rem; }
.footer-grid nav { display: flex; gap: 24px; }.footer-grid nav a { color: rgba(255,255,255,.7); font-size: .8rem; font-weight: 700; text-decoration: none; }.footer-grid nav a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 28px 0 0; padding-top: 24px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

/* Inner pages */
.page-hero { padding-block: clamp(80px, 10vw, 140px); background: linear-gradient(135deg, var(--mist), #dcf8f1); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.page-hero h1 { font-size: clamp(3.5rem, 6vw, 6.2rem); }.page-hero h1 em { color: var(--aqua-dark); }
.page-hero-grid > p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.story-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 10vw, 140px); }
.story-sticky { align-self: start; position: sticky; top: 36px; }.story-sticky h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.story-flow article { padding: 0 0 50px; margin-bottom: 50px; display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); }
.story-flow article > span { grid-row: span 2; color: var(--aqua-dark); font-family: var(--display); font-size: 2.3rem; font-weight: 600; }
.story-flow h3 { margin: 0 0 10px; font-size: 1.35rem; }.story-flow p { margin: 0; color: var(--ink-soft); }
.positioning-section .split-heading > p { color: rgba(255,255,255,.65); }
.position-map { margin-top: 85px; padding: 35px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 4px 32px 4px 32px; }
.axis-labels { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.axis { height: 150px; margin: 16px 0; position: relative; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.axis::after { content: ""; position: absolute; top: 50%; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--mint), var(--aqua), var(--coral)); }
.axis span { position: absolute; left: var(--point); top: 50%; z-index: 1; padding: 7px 11px; background: var(--ink); border: 1px solid var(--aqua); border-radius: 999px; font-size: .7rem; font-weight: 700; transform: translate(-50%, -50%); white-space: nowrap; }
.narrow-title { max-width: 750px; }
.criteria-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.criteria-grid article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 4px 24px 4px 24px; }
.criteria-grid svg { width: 46px; height: 46px; margin-bottom: 46px; fill: none; stroke: var(--aqua-dark); stroke-width: 2; }
.criteria-grid h3 { margin: 0 0 9px; font-size: 1.15rem; }.criteria-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

/* Contact */
.contact-main { background: linear-gradient(145deg, var(--mist) 0%, #e2f8f3 64%, #c7f4ea 100%); }
.contact-layout { padding-block: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(50px, 10vw, 130px); align-items: center; }
.contact-copy h1 { max-width: 680px; margin: 0; font-size: clamp(3.3rem, 6vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.contact-copy > p:not(.eyebrow) { max-width: 630px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.process-list { margin-top: 50px; }.process-list > div { padding: 20px 0; display: grid; grid-template-columns: 50px 1fr; border-top: 1px solid var(--line); }.process-list span { color: var(--coral-dark); font-size: .7rem; font-weight: 800; }.process-list p { margin: 0; color: var(--ink-soft); font-size: .9rem; }.process-list strong { margin-bottom: 3px; display: block; color: var(--ink); font-size: 1rem; }
.offer-panel { padding: clamp(30px, 5vw, 50px); color: var(--white); background: var(--ink); border-radius: 4px 36px 4px 36px; box-shadow: var(--shadow); }
.panel-kicker { margin: 0 0 35px; color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-panel h2 { margin: 0; font-family: var(--display); font-size: 3rem; font-weight: 500; line-height: 1; }.offer-panel > p:not(.panel-kicker) { margin: 20px 0 30px; color: rgba(255,255,255,.65); }
.privacy-note { margin-top: 24px; padding-top: 22px; display: grid; grid-template-columns: 22px 1fr; gap: 12px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; line-height: 1.5; }.privacy-note svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.faq-section { padding-block: clamp(80px, 10vw, 130px); background: var(--white); }
.faq-list { max-width: 850px; margin: 55px 0 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--aqua-dark); font-size: 1.5rem; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 700px; margin: -5px 0 28px; color: var(--ink-soft); }

/* 404 */
.error-page { min-height: 100vh; display: flex; flex-direction: column; color: var(--white); background: var(--ink); }
.error-page .site-header { color: var(--white); background: transparent; border-color: rgba(255,255,255,.1); }.error-page .brand { filter: brightness(0) invert(1); }
.error-main { width: min(1180px, calc(100% - 32px)); margin: auto; padding-block: 70px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.error-orbit { aspect-ratio: 1; position: relative; display: flex; align-items: center; justify-content: center; gap: 90px; border: 1px solid rgba(199,244,234,.25); border-radius: 50%; font-family: var(--display); font-size: clamp(5rem, 12vw, 10rem); }
.error-orbit::before { content: ""; width: 68%; height: 68%; position: absolute; border: 1px solid rgba(199,244,234,.16); border-radius: 50%; }.error-orbit i { width: 48px; height: 48px; z-index: 1; background: var(--coral); border-radius: 50%; box-shadow: 0 0 70px var(--coral); }
.error-copy h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); }.error-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); }.light-link { color: var(--mint); }
.compact-footer { padding-block: 30px; }.compact-footer .footer-grid { grid-template-columns: 1fr auto; }.compact-footer .copyright { grid-column: auto; margin: 0; padding: 0; border: 0; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 0; right: 0; width: min(86vw, 380px); height: 100vh; padding: 110px 32px 40px; z-index: -1; visibility: hidden; flex-direction: column; align-items: stretch; gap: 4px; background: var(--mist); box-shadow: -30px 0 60px rgba(7,27,43,.18); transform: translateX(110%); transition: transform .3s ease, visibility .3s ease; }
  .site-nav a { padding: 16px 0; font-size: 1.1rem; }.site-nav a:not(.nav-offer)::after { bottom: 8px; }.site-nav .nav-offer { margin-top: 20px; justify-content: center; color: var(--white); }
  .nav-open .site-nav { visibility: visible; transform: translateX(0); }.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }.signal-card { max-width: 410px; }
  .split-heading, .fit-grid, .page-hero-grid, .story-grid, .contact-layout, .error-main { grid-template-columns: 1fr; }
  .meaning-grid { grid-template-columns: 1fr; }.meaning-card { min-height: 310px; }
  .proof-grid, .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .story-sticky { position: static; }.story-flow { margin-top: 30px; }
  .error-orbit { max-width: 520px; }.error-main { gap: 55px; }
}

@media (max-width: 680px) {
  .domain-sale-banner__content { min-height: auto; padding: 14px 0; align-items: stretch; flex-direction: column; gap: 12px; }
  .domain-sale-banner__button { width: 100%; }
  .shell { width: min(100% - 24px, 1180px); }.nav-shell { min-height: 72px; }.brand { width: 175px; }
  .hero { min-height: 700px; }.hero-art { object-position: 64% center; }.hero-scrim { background: linear-gradient(90deg, rgba(4,20,32,.97), rgba(4,20,32,.66)), linear-gradient(0deg, rgba(4,20,32,.9), transparent 75%); }
  .hero-grid { padding-block: 64px; gap: 50px; }.hero h1, .page-hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }
  .split-heading { gap: 28px; }.meaning-grid { margin-top: 45px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid div { min-height: 150px; padding: 20px; }.proof-grid strong { font-size: 2.8rem; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }.footer-grid nav { flex-wrap: wrap; }.copyright { margin-top: 0; }
  .page-hero-grid { gap: 32px; }.story-flow article { grid-template-columns: 1fr; gap: 12px; }.story-flow article > span { grid-row: auto; }
  .position-map { padding: 22px 14px; }.axis { height: 220px; }.axis span:nth-child(odd) { margin-top: -28px; }.axis span:nth-child(even) { margin-top: 28px; }
  .criteria-grid { grid-template-columns: 1fr; }.criteria-grid svg { margin-bottom: 30px; }
  .contact-layout { padding-top: 65px; }.contact-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .error-main { text-align: center; }.error-orbit { gap: 45px; }.error-copy .hero-actions { align-items: center; }.compact-footer .footer-grid { grid-template-columns: 1fr; text-align: center; }
}

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