:root {
  --paper: #f7f3ec;
  --ink: #132538;
  --coral: #f24b3d;
  --green: #287a59;
  --line: rgba(19, 37, 56, .18);
  --white: #fffdf9;
  --radius: 1.5rem;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(calc(100% - 2rem), var(--max));
  height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { font-size: 1.5rem; font-weight: 900; letter-spacing: -.07em; text-decoration: none; }
.brand span { color: var(--coral); }
.brand b { color: var(--coral); }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .85rem; font-weight: 700; text-decoration: none; }
.nav-cta { border: 1px solid var(--ink); padding: .75rem 1.1rem; border-radius: 99px; }

.hero {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 720px;
  margin: auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.eyebrow, .section-index { margin: 0 0 1.5rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: .6rem; color: var(--green); }
.eyebrow span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 .25rem rgba(40, 122, 89, .12); }
h1 { margin: 0; max-width: 800px; font-size: clamp(3.3rem, 6.5vw, 6.9rem); line-height: .89; letter-spacing: -.075em; }
.hero-intro { max-width: 610px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; color: rgba(19, 37, 56, .74); }
.domain-showcase { display: flex; align-items: baseline; width: fit-content; margin-top: 2.25rem; padding: .7rem 1.1rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.45); font-size: .9rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.domain-showcase strong { color: var(--coral); }

.search-card { position: relative; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--ink); color: white; border-radius: 2rem; box-shadow: 0 24px 70px rgba(19,37,56,.18); }
.search-card::before { content: "YO"; position: absolute; right: 1.6rem; top: -.5rem; font-size: 7.5rem; line-height: 1; font-weight: 900; letter-spacing: -.12em; color: rgba(255,255,255,.035); pointer-events: none; }
.card-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.card-heading span { color: #ff8c81; }
.card-heading p { margin: 0; }
form label { display: block; margin-bottom: .8rem; font-size: 1.1rem; font-weight: 750; }
.search-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .7rem; }
.domain-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 68px; overflow: hidden; border: 2px solid transparent; border-radius: 1rem; background: white; transition: border-color .2s, box-shadow .2s; }
.domain-field:focus-within { border-color: #ff8c81; box-shadow: 0 0 0 4px rgba(242,75,61,.18); }
.domain-field[data-state="error"] { border-color: #ff8c81; }
.domain-field input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0 1rem; color: var(--ink); background: transparent; font-size: 1.02rem; }
.domain-field input::placeholder { color: #718091; }
.domain-field > span { display: flex; align-items: center; padding: 0 1rem; color: var(--coral); background: #fff2ee; border-left: 1px solid #f7d4ce; font-weight: 850; white-space: nowrap; }
.search-row button { min-height: 68px; border: 0; border-radius: 1rem; padding: 0 1.3rem; background: var(--coral); color: white; font-weight: 850; cursor: pointer; transition: transform .2s, background .2s; }
.search-row button:hover { background: #db382c; transform: translateY(-2px); }
.search-row button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #ff8c81; outline-offset: 3px; }
.field-help { margin: .9rem 0 0; font-size: .7rem; line-height: 1.5; color: rgba(255,255,255,.62); }
.field-help i { padding: 0 .3rem; font-style: normal; }
.field-error { min-height: 1.2em; margin: .45rem 0 0; color: #ffaaa2; font-size: .78rem; font-weight: 650; }
.handoff-note { margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.5; }

.section-shell { width: min(calc(100% - 2rem), var(--max)); margin: auto; }
.statement { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; padding: 8rem 0; border-top: 1px solid var(--line); }
.statement h2, .section-heading h2, .godominios h2, .faq h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.065em; }
.statement > div > p { max-width: 690px; margin: 1.75rem 0 0; font-size: 1.2rem; line-height: 1.65; color: rgba(19,37,56,.68); }

.names-band { overflow: hidden; padding: 1.25rem 0; background: var(--coral); color: white; transform: rotate(-1deg) scale(1.02); }
.names-track { width: max-content; display: flex; align-items: center; gap: 2.2rem; padding: 0 1rem; font-size: clamp(1.4rem, 2.8vw, 2.8rem); font-weight: 850; letter-spacing: -.04em; animation: drift 24s ease-in-out infinite alternate; }
.names-track i { font-size: .65em; font-style: normal; opacity: .7; }
@keyframes drift { to { transform: translateX(-5%); } }

.use-cases { padding: 10rem 0 8rem; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; margin-bottom: 4rem; }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.case-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--line); }
.case-grid article:first-child { border-left: 1px solid var(--line); }
.case-grid article > span { margin-bottom: 3.5rem; color: var(--coral); font-size: .75rem; font-weight: 850; }
.case-grid h3 { margin: 0 0 1rem; font-size: 1.35rem; letter-spacing: -.03em; }
.case-grid p { margin: 0; color: rgba(19,37,56,.65); line-height: 1.6; }
.case-grid strong { margin-top: auto; color: var(--coral); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; }

.godominios { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; margin-bottom: 10rem; padding: clamp(2rem, 6vw, 6rem); border-radius: 2.5rem; background: var(--ink); color: white; }
.platform-mark { display: flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-size: clamp(2rem, 5vw, 4.5rem); font-weight: 900; letter-spacing: -.08em; }
.platform-mark span:first-child { color: #ff7165; }
.platform-mark b { font-size: .7em; font-weight: 400; color: rgba(255,255,255,.35); }
.godominios p:not(.section-index) { max-width: 620px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.68); font-size: 1.1rem; line-height: 1.7; }
.text-link { display: inline-block; color: #ff8c81; font-weight: 800; text-underline-offset: .35rem; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; padding-bottom: 9rem; }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 1.4rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 740px; margin: 0; padding: 0 2rem 1.5rem 0; color: rgba(19,37,56,.68); line-height: 1.65; }

.final-cta { padding: 8rem 1rem; text-align: center; background: var(--coral); color: white; }
.final-cta p { margin: 0 0 1.2rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.final-cta h2 { margin: 0 auto 2.5rem; font-size: clamp(3.2rem, 8vw, 8rem); line-height: .88; letter-spacing: -.075em; }
.final-cta a { display: inline-block; padding: 1rem 1.35rem; border-radius: 99px; background: var(--ink); color: white; font-weight: 800; text-decoration: none; }

footer { width: min(calc(100% - 2rem), var(--max)); min-height: 130px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; font-size: .75rem; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.footer-brand { font-size: 1.35rem; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5rem 0 6rem; }
  .hero-copy { max-width: 740px; }
  .statement, .section-heading, .faq { grid-template-columns: 1fr; gap: 1.5rem; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .godominios { grid-template-columns: 1fr; }
  .platform-mark { min-height: 200px; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  .nav-cta { padding: .65rem .85rem; font-size: .74rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .hero { padding-top: 4rem; gap: 3.5rem; }
  .search-card { margin-inline: -.25rem; border-radius: 1.5rem; }
  .card-heading { margin-bottom: 2.2rem; }
  .search-row { grid-template-columns: 1fr; }
  .domain-field, .search-row button { min-height: 62px; }
  .search-row button { width: 100%; }
  .field-help i { display: none; }
  .field-help { max-width: 26ch; }
  .statement { padding: 6rem 0; }
  .use-cases { padding: 8rem 0 6rem; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: 270px; border-left: 1px solid var(--line); }
  .godominios { gap: 2.5rem; margin-bottom: 7rem; padding: 2rem 1.4rem; border-radius: 1.5rem; }
  .faq { padding-bottom: 7rem; }
  .final-cta { padding: 6rem 1rem; }
  footer { grid-template-columns: 1fr; gap: .7rem; padding: 2rem 0; text-align: center; }
  footer p:last-child { 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; }
}
