:root {
  --navy: #082a4c;
  --navy-deep: #041b31;
  --blue: #146be8;
  --blue-dark: #0b56c4;
  --sky: #eaf5ff;
  --sky-2: #f5faff;
  --white: #ffffff;
  --ink: #102a43;
  --muted: #536b82;
  --line: #cfe2f5;
  --magenta: #a83d8e;
  --shadow: 0 22px 60px rgba(8, 42, 76, .13);
  --radius: 24px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(207,226,245,.9); backdrop-filter: blur(14px); }
.top-note { padding: 5px 16px; color: var(--white); background: var(--navy); text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 255px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.phone-link { display: flex; flex-direction: column; color: var(--navy); text-decoration: none; line-height: 1.25; }
.phone-link span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.phone-link strong { font-size: 1.05rem; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #ffc9f3; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(20,107,232,.24); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 30px rgba(20,107,232,.3); }
.button-outline { color: var(--navy); background: var(--white); border-color: #9cbde1; }
.button-outline:hover { background: var(--sky); border-color: var(--blue); }
.button-large { min-height: 56px; padding-inline: 28px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fcff 0%, #e7f4ff 62%, #f6eaf4 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; right: -230px; top: -260px; border: 78px solid rgba(20,107,232,.08); }
.hero-inner { min-height: 670px; padding-block: 72px 80px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--blue-dark); font-weight: 800; font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 3px; border-radius: 3px; background: var(--magenta); }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.75rem, 5.2vw, 4.8rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.6vw, 3.25rem); }
h3 { margin-bottom: 12px; font-size: 1.32rem; }
.hero-lead { max-width: 670px; margin: 0 0 26px; color: #344f68; font-size: 1.17rem; line-height: 1.7; }
.offer-card { max-width: 650px; display: flex; gap: 14px; align-items: flex-start; margin-bottom: 28px; padding: 18px 20px; background: rgba(255,255,255,.92); border: 1px solid #bfdbf5; border-radius: 18px; box-shadow: 0 10px 28px rgba(8,42,76,.07); }
.offer-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--magenta); font-weight: 800; }
.offer-card strong, .offer-card span { display: block; }
.offer-card strong { margin-bottom: 2px; color: var(--navy); font-size: 1.05rem; }
.offer-card span { color: var(--muted); font-size: .95rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-note { margin: 12px 0 0; color: var(--muted); font-size: .9rem; font-weight: 600; }

.hero-visual { position: relative; min-height: 520px; }
.image-frame { position: absolute; inset: 0 0 34px 28px; overflow: hidden; background: #e7c5bd; border: 8px solid rgba(255,255,255,.9); border-radius: 48% 48% 28px 28px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.doctor-card { position: absolute; left: 0; bottom: 0; z-index: 3; min-width: 280px; padding: 17px 20px; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 18px 38px rgba(4,27,49,.24); }
.doctor-card span, .doctor-card strong, .doctor-card small { display: block; }
.doctor-card span { color: #a9d2ff; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.doctor-card strong { margin: 3px 0; font-family: "Manrope", sans-serif; font-size: 1.18rem; }
.doctor-card small { color: #d7e9f9; font-size: .82rem; }
.hero-ring { position: absolute; right: -24px; bottom: 0; width: 120px; height: 120px; border: 22px solid var(--blue); border-radius: 50%; opacity: .16; }

.trust-strip { color: var(--white); background: var(--navy); }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.trust-grid > div { display: flex; align-items: center; gap: 12px; padding: 24px 18px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.trust-mark { display: grid; place-items: center; flex: 0 0 36px; height: 36px; color: #b7d8ff; border: 1px solid rgba(183,216,255,.5); border-radius: 50%; font-size: .75rem; }
.trust-grid strong { font-size: .92rem; line-height: 1.35; }

.section { padding-block: 100px; }
.section-heading { max-width: 790px; margin: 0 auto 46px; text-align: center; }
.section-heading p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 38px; }
.solutions { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position: relative; padding: 34px 30px 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(8,42,76,.07); }
.solution-card.featured { background: linear-gradient(155deg, #eef7ff, #fff); border-color: #9cc9f3; }
.card-number { position: absolute; right: 22px; top: 18px; color: rgba(8,42,76,.11); font: 800 3.7rem/1 "Manrope", sans-serif; }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; color: var(--blue); background: var(--sky); border-radius: 18px; }
.card-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.solution-card p { color: var(--muted); }
.solution-card ul { margin: 20px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.solution-card li { position: relative; margin: 9px 0; padding-left: 23px; color: #3d5970; font-size: .92rem; }
.solution-card li::before { content: "✓"; position: absolute; left: 0; color: var(--magenta); font-weight: 800; }

.confidence { background: var(--sky-2); }
.confidence-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
.implant-image { position: relative; overflow: hidden; min-height: 480px; background: #dce6ef; border-radius: 34px; box-shadow: var(--shadow); }
.implant-image img { width: 100%; height: 480px; object-fit: cover; }
.image-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 16px 18px; color: var(--white); background: rgba(4,27,49,.91); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; backdrop-filter: blur(8px); }
.image-caption strong, .image-caption span { display: block; }
.image-caption span { color: #d9e9f7; font-size: .88rem; }
.confidence-copy > p:not(.kicker) { color: var(--muted); font-size: 1.05rem; }
.benefit-list { margin-block: 30px; }
.benefit-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding-block: 13px; }
.benefit-list > div > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 800; }
.benefit-list p { margin: 0; color: var(--muted); }
.benefit-list strong { display: block; margin-bottom: 2px; color: var(--navy); }
.text-link { color: var(--blue-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: process; }
.process-grid article { position: relative; padding: 34px; background: var(--sky-2); border-top: 4px solid var(--blue); border-radius: 0 0 20px 20px; }
.process-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 800; }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -20px; top: 39px; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-weight: 800; }
.process-grid p { margin: 0; color: var(--muted); }

.reviews { color: var(--white); background: var(--navy); }
.reviews .kicker { color: #9ccfff; }
.reviews h2 { color: var(--white); }
.reviews-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.rating { display: flex; flex-direction: column; align-items: flex-end; }
.rating span { color: #ffd66b; font-size: 1.2rem; letter-spacing: .1em; }
.rating strong { font-size: .9rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-grid figure { margin: 0; padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; }
.review-grid blockquote { margin: 0 0 22px; font: 600 1.15rem/1.55 "Manrope", sans-serif; }
.review-grid figcaption { color: #b8d6ef; font-size: .9rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.faq-grid > div:first-child > p:not(.kicker) { margin-bottom: 26px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 44px 22px 0; color: var(--navy); cursor: pointer; list-style: none; font: 700 1.05rem/1.35 "Manrope", sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 19px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 50%; font: 700 1.3rem/1 sans-serif; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -4px 44px 22px 0; color: var(--muted); }

.final-cta { padding-block: 70px; color: var(--white); background: linear-gradient(125deg, var(--blue-dark), var(--navy)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 54px; }
.final-cta h2 { max-width: 720px; margin-bottom: 12px; color: var(--white); }
.final-cta p:not(.kicker) { margin: 0; color: #d6e9fb; }
.kicker.light { color: #b9ddff; }
.final-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; min-width: 230px; }
.button-white { color: var(--blue-dark); background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.6); }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.site-footer { padding: 58px 0 28px; color: #c8d9e8; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .7fr; gap: 50px; }
.footer-brand img { width: 225px; padding: 10px 14px; background: var(--white); border-radius: 12px; }
.footer-brand p { max-width: 340px; margin: 16px 0 0; }
.footer-grid strong { display: block; margin-bottom: 10px; color: var(--white); font-family: "Manrope", sans-serif; }
.footer-grid address { font-style: normal; }
.footer-grid a { display: block; width: fit-content; margin: 4px 0; color: #d7eafb; text-decoration-color: rgba(215,234,251,.5); text-underline-offset: 3px; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 34px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.disclaimer { justify-self: end; max-width: 720px; text-align: right; color: #9fb5c7; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .header-book { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 46px; padding-top: 58px; }
  .hero-visual { min-height: 560px; max-width: 620px; width: 100%; margin: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .confidence-grid { grid-template-columns: 1fr; gap: 52px; }
  .implant-image { max-width: 680px; width: 100%; margin: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article:not(:last-child)::after { content: "↓"; right: auto; left: 36px; top: auto; bottom: -21px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { flex-direction: row; width: 100%; }
  .final-actions .button { flex: 1; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .top-note { font-size: .75rem; }
  .header-inner { min-height: 72px; }
  .brand img { width: 195px; }
  .phone-label { display: none; }
  .phone-link strong { font-size: .88rem; }
  .hero-inner { min-height: auto; padding-block: 48px 56px; }
  h1 { font-size: clamp(2.42rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 450px; }
  .image-frame { inset: 0 0 30px 0; border-radius: 38% 38% 24px 24px; }
  .doctor-card { min-width: 0; width: calc(100% - 24px); }
  .hero-ring { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 16px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .section-heading p:last-child { margin: 0; }
  .solution-card { padding: 30px 24px 26px; }
  .implant-image, .implant-image img { min-height: 370px; height: 370px; }
  .implant-image img { object-position: 54% center; }
  .process-grid article { padding: 28px 24px; }
  .reviews-intro { align-items: flex-start; flex-direction: column; }
  .rating { align-items: flex-start; }
  .review-grid { grid-template-columns: 1fr; }
  .final-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .disclaimer { justify-self: start; text-align: left; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 66px; padding: 8px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -12px 28px rgba(8,42,76,.12); }
  .mobile-actions a { display: grid; place-items: center; margin: 0 4px; color: var(--navy); border: 1px solid #9cbde1; border-radius: 12px; font-weight: 800; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--white); background: var(--blue); border-color: var(--blue); }
}

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