:root {
  --ink: #10242d;
  --muted: #5e7078;
  --navy: #08384e;
  --navy-deep: #052c3d;
  --teal: #0a6670;
  --aqua: #bfe4df;
  --sand: #efe7d8;
  --gold: #d39b46;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: #dbe3e5;
  --shadow: 0 24px 70px rgba(7, 42, 56, .18);
  --radius: 24px;
}

* { 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;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { appearance: none; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 16px;
  transform: translateY(-180%);
  background: var(--white);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.025em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 900;
}
.header-link {
  color: var(--white);
  font-weight: 750;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.hero {
  min-height: 700px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
  padding: 124px 0 64px;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background-image: url('../images/dental-domain.jpg');
  background-size: cover;
  background-position: center 54%;
  transform: scale(1.02);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,44,61,.97) 0%, rgba(5,44,61,.92) 43%, rgba(5,44,61,.50) 72%, rgba(5,44,61,.38) 100%),
    linear-gradient(180deg, rgba(5,44,61,.15), rgba(5,44,61,.58));
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, .78fr);
  align-items: center;
  gap: clamp(38px, 6vw, 76px);
}
.eyebrow {
  margin: 0 0 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 900;
  color: var(--gold);
}
.hero h1,
.section h2,
.closing-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  line-height: 1.02;
  font-weight: 700;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(2.85rem, 5.6vw, 5.2rem);
}
.hero h1 span { color: #e8d4a8; }
.domain-name {
  display: inline-block;
  margin: 21px 0 0;
  padding-bottom: 7px;
  border-bottom: 2px solid rgba(255,255,255,.62);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -.02em;
}
.hero-lead {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  color: rgba(255,255,255,.84);
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-points span {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255,255,255,.9);
  font-size: .86rem;
  font-weight: 750;
}

.offer-card {
  position: relative;
  padding: clamp(26px, 3.5vw, 38px);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: var(--radius);
  background: rgba(255,255,255,.95);
  color: var(--ink);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.offer-card::before {
  content: "Available";
  position: absolute;
  right: 22px;
  top: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff2e7;
  color: #1f7048;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.offer-label {
  margin: 0 0 8px;
  color: var(--teal);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.offer-card h2 {
  margin: 0;
  max-width: 70%;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.price {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  margin: 20px 0 3px;
  font-size: clamp(3rem, 5vw, 4.65rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
  color: var(--navy);
}
.price span {
  padding-top: 7px;
  font-size: .42em;
  color: var(--gold);
}
.price-note {
  margin: 12px 0 20px;
  color: var(--muted);
}
.offer-actions { display: grid; gap: 10px; }
.offer-actions form { margin: 0; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 13px 21px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .83rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid #ffcc72;
  outline-offset: 3px;
}
.offer-actions .button { width: 100%; }
.button-primary { background: var(--gold); color: #1e2529; }
.button-primary:hover { background: #e3ad5b; }
.button-secondary { background: transparent; border-color: #adc0c6; color: var(--navy); }
.button-secondary:hover { border-color: var(--navy); background: #edf4f6; }
.button-light { background: var(--white); color: var(--navy); }
.offer-footnote {
  margin: 18px 0 0;
  color: #77868c;
  font-size: .77rem;
}

.section { padding: clamp(58px, 7vw, 84px) 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.compact { margin-bottom: 26px; }
.section h2,
.closing-section h2 {
  font-size: clamp(2.05rem, 4vw, 3.65rem);
  color: var(--navy-deep);
}
.section-heading > p:last-child {
  max-width: 680px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.value-section { background: var(--paper); }
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-card {
  position: relative;
  min-height: 250px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.52);
}
.card-number {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.value-card h3,
.steps h3 {
  margin: 0;
  color: var(--navy-deep);
  letter-spacing: -.025em;
  line-height: 1.2;
}
.value-card h3 { font-size: 1.25rem; }
.value-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .96rem;
}

.intent-section {
  background: var(--sand);
  overflow: hidden;
}
.intent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
}
.intent-copy p:last-child {
  margin: 16px 0 0;
  max-width: 590px;
  color: #5c6668;
  font-size: 1.02rem;
}
.search-card {
  position: relative;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(51, 48, 39, .12);
}
.search-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -55px;
  top: -55px;
  background: var(--aqua);
}
.search-label {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.search-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy-deep);
  background: #fcfdfd;
  font-weight: 800;
}
.search-row span { color: var(--teal); font-size: 1.35rem; line-height: 1; }

.process-section { background: #f7faf9; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 18px;
  min-height: 158px;
  padding: 22px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}
.steps li > span {
  display: grid;
  flex: 0 0 43px;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}
.steps h3 { font-size: 1.12rem; }
.steps p { margin: 10px 0 0; color: var(--muted); }

.faq-section { background: var(--white); }
.faq-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(38px, 6vw, 82px);
  align-items: start;
}
.faq-intro { margin: 16px 0 0; color: var(--muted); }
.faq-intro a { color: var(--teal); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 19px 45px 19px 0;
  color: var(--navy-deep);
  font-weight: 850;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  font-size: 1.25rem;
}
details[open] summary::after { content: "−"; }
details p { margin: -2px 45px 19px 0; color: var(--muted); }

.closing-section {
  padding: clamp(52px, 6vw, 72px) 0;
  background: var(--navy-deep);
  color: var(--white);
}
.closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.closing-section h2 {
  max-width: 790px;
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.site-footer { background: #041f2b; color: rgba(255,255,255,.64); }
.footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .9rem;
}
.footer-inner p { margin: 0; }
.footer-inner a { color: rgba(255,255,255,.82); text-underline-offset: 4px; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .offer-card { max-width: 620px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 68px; }
  .header-link { font-size: .84rem; }
  .brand span:last-child { font-size: .91rem; }
  .hero { padding: 102px 0 48px; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(5,44,61,.92), rgba(5,44,61,.89));
  }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .offer-card { padding: 27px 23px; border-radius: 19px; }
  .offer-card::before { right: 17px; top: 17px; }
  .offer-card h2 { max-width: 65%; font-size: 1.12rem; }
  .section { padding: 54px 0; }
  .section-heading { margin-bottom: 26px; }
  .value-grid,
  .intent-grid,
  .steps,
  .faq-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 205px; }
  .card-number { margin-bottom: 26px; }
  .steps li { min-height: 0; }
  .closing-inner,
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .closing-inner { gap: 22px; }
  .footer-inner { justify-content: center; padding: 24px 0; gap: 6px; }
}

@media (max-width: 470px) {
  .header-link { display: none; }
  .hero-points span { font-size: .76rem; }
  .value-grid { grid-template-columns: 1fr; }
  .offer-card::before { position: static; display: inline-flex; margin-bottom: 14px; }
  .offer-card h2 { max-width: none; }
  .search-card { padding: 20px; }
}

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