:root {
  --bg: #f7f8f6;
  --bg-alt: #fbfcfb;
  --card: rgba(255,255,255,.72);
  --card-solid: rgba(255,255,255,.94);
  --stroke: rgba(30, 49, 57, .09);
  --text: #20323c;
  --muted: #62707a;
  --primary: #58b9ab;
  --primary-dark: #1d6f68;
  --lavender: #e9e6fb;
  --blue: #e4f1ff;
  --sand: #fff0d8;
  --blush: #fde5ec;
  --mint-soft: #e9f7f3;
  --shadow: 0 18px 70px rgba(54, 83, 79, .08);
  --shadow-soft: 0 10px 40px rgba(54, 83, 79, .05);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 210, 195, .16), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(255, 233, 203, .35), transparent 22%),
    linear-gradient(180deg, #fcfdfc 0%, #f7f8f6 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); line-height: 1.75; }
h1, h2, h3, h4 { margin: 0; color: var(--text); }
h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.03em;
  line-height: .98;
}
h1 { font-size: clamp(1.8rem, 3.4vw, 2.9rem); font-weight: 500; }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); font-weight: 500; }
h3 { font-size: 1.02rem; line-height: 1.35; font-weight: 500; }

.bg-orb, .bg-grid { position: fixed; pointer-events: none; z-index: -3; }
.bg-orb {
  width: 430px; height: 430px; border-radius: 50%; filter: blur(24px); opacity: .6;
}
.orb-a { top: -80px; right: -120px; background: radial-gradient(circle, rgba(123,207,196,.45), transparent 65%); }
.orb-b { left: -120px; top: 360px; background: radial-gradient(circle, rgba(255,228,194,.35), transparent 65%); }
.bg-grid {
  width: 220px; height: 220px; right: 14%; top: 140px; opacity: .22;
  background-image: radial-gradient(var(--primary) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
}

.glass-card {
  background: var(--card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow: var(--shadow-soft);
}

.site-header {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 14px;
  z-index: 20;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  border: 1px solid rgba(255,255,255,.84);
  box-shadow: 0 8px 26px rgba(39, 61, 58, .05);
  backdrop-filter: blur(22px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px;
  background: linear-gradient(180deg, #ebfaf5, #d3f0e8); color: var(--primary-dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.brand-mark svg { width: 28px; height: 28px; }
.brand-mark.small { width: 34px; height: 34px; }
.brand-text { font-size: 1.75rem; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a, .header-link {
  font-size: .84rem; color: #43535b; padding: 9px 12px; border-radius: 999px; transition: .25s ease; font-weight: 500;
}
.nav-links a:hover, .header-link:hover { background: rgba(123,207,196,.14); color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none; width: 38px; height: 38px; border-radius: 12px; border: 1px solid var(--stroke);
  background: rgba(255,255,255,.82); color: var(--text); cursor: pointer;
}
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; font-weight: 500; transition: .25s ease; border: none; cursor: pointer;
}
.header-cta, .btn-primary {
  background: linear-gradient(135deg, #5bb8ac, #2b8d83); color: #fff;
  box-shadow: 0 14px 32px rgba(44, 128, 117, .22);
}
.header-cta { padding: 13px 22px; }
.header-cta:hover, .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 36px rgba(44, 128, 117, .28); }
.btn { padding: 12px 20px; min-height: 46px; font-size: .92rem; }
.btn-soft {
  background: rgba(255,255,255,.85); color: var(--primary-dark); border: 1px solid rgba(88,185,171,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.btn-soft:hover { background: #fff; }
.btn.full { width: 100%; }

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0;
}
.section-tight {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 32px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary-dark); font-size: .84rem; font-weight: 500; text-transform: uppercase; letter-spacing: .18em;
  margin-bottom: 16px;
}
.section-heading { max-width: 720px; display: grid; gap: 14px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-inline: auto; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  gap: 24px;
  align-items: start;
  min-height: auto;
  padding-top: 8px;
}
.hero-copy { position: relative; z-index: 1; padding-top: 8px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 10px 14px;
  border-radius: 999px; background: rgba(255,255,255,.84); border: 1px solid rgba(88,185,171,.12);
  color: #52626b; font-size: .82rem; box-shadow: var(--shadow-soft);
}
.dot { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, #6dcfc0, #2d9389); box-shadow: 0 0 0 6px rgba(109,207,192,.12); }
.hero-copy h1 span { color: var(--primary); }
.hero-subtitle { font-size: .96rem; max-width: 620px; margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-feature-row {
  margin-top: 26px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
}
.hero-feature, .trust-card {
  border-radius: var(--radius-md); padding: 14px 14px; display: grid; gap: 4px;
}
.hero-feature strong, .trust-card strong { font-size: .84rem; font-weight: 500; }
.hero-feature span, .trust-card span { font-size: .82rem; color: var(--muted); }

.hero-visual {
  position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center;
}
.hero-shape {
  position: absolute; border-radius: 50%; filter: blur(0px); opacity: 1;
}
.shape-back {
  width: 500px; height: 500px; background: linear-gradient(135deg, rgba(123,207,196,.26), rgba(255,255,255,.35));
  right: 44px; top: 28px; border-radius: 43% 57% 61% 39% / 38% 45% 55% 62%;
}
.shape-front {
  width: 200px; height: 200px; background: linear-gradient(180deg, rgba(255,221,196,.44), rgba(255,255,255,.2));
  left: 20px; top: 120px; border-radius: 57% 43% 51% 49% / 52% 55% 45% 48%;
}
.hero-photo-frame {
  width: min(100%, 540px); padding: 16px; border-radius: 48px; position: relative; z-index: 2;
  transform: rotate(-2deg);
}
.hero-photo {
  width: 100%; height: 520px; object-fit: cover;
  border-radius: 38% 62% 58% 42% / 33% 34% 66% 67%;
  box-shadow: 0 28px 60px rgba(45, 89, 83, .16);
}
.quote-card {
  position: absolute; z-index: 3; max-width: 250px; padding: 18px; border-radius: 24px;
}
.quote-card strong { display: block; line-height: 1.5; }
.quote-card span { color: var(--muted); font-size: .92rem; margin-top: 6px; }
.quote-main { right: -10px; bottom: 44px; }
.mini-pill {
  position: absolute; z-index: 4; padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.85);
  color: var(--primary-dark); font-size: .78rem; font-weight: 500; box-shadow: 0 16px 36px rgba(49, 78, 74, .08);
}
.pill-a { top: 78px; left: 18px; animation: float 6s ease-in-out infinite; }
.pill-b { right: 18px; top: 40px; animation: float 6s ease-in-out 1s infinite; }
.pill-c { left: 40px; bottom: 34px; animation: float 6s ease-in-out 2s infinite; }

.trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}

.service-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .article-card {
  border-radius: var(--radius-xl); padding: 24px; display: grid; gap: 12px; transition: .25s ease;
}
.service-card:hover, .article-card:hover, .doctor-card:hover, .audience-card:hover, .step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.icon-wrap {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; font-size: 1.3rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.icon-wrap.mint { background: var(--mint-soft); }
.icon-wrap.lavender { background: var(--lavender); }
.icon-wrap.sand { background: var(--sand); }
.icon-wrap.blush { background: var(--blush); }
.icon-wrap.blue { background: var(--blue); }
.service-card a, .doctor-card a { color: var(--primary-dark); font-weight: 500; font-size: .95rem; }

.audience-section {
  display: grid; grid-template-columns: .88fr 1.12fr; gap: 26px; align-items: start;
}
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience-card { border-radius: var(--radius-lg); padding: 24px; display: grid; gap: 10px; }
.audience-card strong { font-size: 1rem; }

.process-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: start; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.step-card { border-radius: var(--radius-lg); padding: 24px; display: grid; gap: 14px; transition: .25s ease; }
.step-card span {
  display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #eaf8f4, #d7f1ea); color: var(--primary-dark); font-weight: 500;
}
.process-quote {
  min-height: 100%; border-radius: 32px; padding: 28px; display: grid; align-content: center; gap: 12px;
  background: linear-gradient(180deg, rgba(235,249,245,.92), rgba(255,255,255,.7));
}
.process-quote p { font-family: "Cormorant Garamond", Georgia, serif; color: var(--primary-dark); font-size: 2.2rem; line-height: 1.05; }
.process-quote span { color: var(--muted); }

.doctor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.doctor-card { border-radius: var(--radius-xl); padding: 18px; display: grid; grid-template-columns: 142px 1fr; gap: 18px; transition: .25s ease; }
.doctor-photo {
  height: 100%; min-height: 190px; border-radius: 26px; display: block;
  position: relative; overflow: hidden; background: linear-gradient(135deg, #e9f7f3, #dcefeb);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.doctor-photo img {
  width: 100%; height: 100%; min-height: 190px; object-fit: cover; object-position: center top;
  display: block; transition: transform .35s ease, filter .35s ease;
}
.doctor-card:hover .doctor-photo img { transform: scale(1.035); filter: saturate(1.03); }
.doctor-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(25, 56, 52, .12) 100%);
}
.photo-a img { object-position: center center; }
.photo-b img { object-position: center top; }
.photo-c img { object-position: center top; }
.photo-d img { object-position: center top; }
.doctor-meta { display: grid; gap: 10px; align-content: start; }
.doctor-top { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; }
.role {
  color: var(--primary-dark); font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em;
}
.exp-tag {
  background: rgba(88,185,171,.12); color: var(--primary-dark); font-size: .74rem; font-weight: 500; padding: 7px 10px; border-radius: 999px;
}
.rating { color: #c69017; font-size: .86rem; font-weight: 500; }

.booking-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; align-items: start; }
.booking-copy, .booking-form { border-radius: 34px; padding: 28px; }
.booking-copy { position: sticky; top: 104px; display: grid; gap: 16px; }
.booking-highlights { margin: 4px 0 0; padding-left: 20px; color: var(--muted); display: grid; gap: 8px; }
.privacy-box {
  margin-top: 8px; padding: 18px; border-radius: 24px; background: linear-gradient(180deg, rgba(233,247,243,.9), rgba(255,255,255,.76));
  border: 1px solid rgba(88,185,171,.12); display: grid; gap: 6px;
}
.booking-form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: var(--text); font-size: 13px; font-weight: 500; }
input, textarea, select {
  width: 100%; border: 1px solid rgba(31,41,55,.11); background: rgba(255,255,255,.9); border-radius: 18px;
  padding: 13px 15px; color: var(--text); outline: none; transition: .2s ease; font: inherit; font-size: .92rem;
}
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: rgba(88,185,171,.55); box-shadow: 0 0 0 5px rgba(88,185,171,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--muted); line-height: 1.5; }
.checkbox input { width: 18px; margin-top: 2px; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; }
.form-status { margin: 2px 0 0; font-size: .95rem; }
.form-status.ok { color: #16785c; }
.form-status.err { color: #bb3d3d; }

.faq-list { max-width: 880px; margin: 0 auto; border-radius: 34px; padding: 10px; }
.faq-list details { background: rgba(255,255,255,.6); border-radius: 24px; padding: 18px 20px; margin: 10px; }
.faq-list summary { cursor: pointer; font-weight: 500; color: var(--text); font-size: .95rem; }
.faq-list p { margin: 12px 0 0; }
.article-card span { display: inline-block; color: var(--primary-dark); font-size: .76rem; font-weight: 500; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .14em; }

.cta-band {
  display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: center;
  padding: 34px; border-radius: 40px; background: linear-gradient(135deg, rgba(234,248,245,.92), rgba(223,242,251,.78));
  box-shadow: var(--shadow-soft);
}
.cta-illustration { position: relative; height: 140px; }
.chair {
  position: absolute; left: 10px; bottom: 18px; width: 96px; height: 84px; border-radius: 26px 26px 18px 18px;
  background: linear-gradient(180deg, #d9bea4, #caa786); box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.chair::before, .chair::after {
  content: ""; position: absolute; width: 10px; height: 36px; background: #caa786; bottom: -18px; border-radius: 8px;
}
.chair::before { left: 14px; }
.chair::after { right: 14px; }
.plant {
  position: absolute; right: 18px; bottom: 12px; width: 48px; height: 72px; border-radius: 12px 12px 20px 20px;
  background: linear-gradient(180deg, #e6efec, #d6e8e1);
}
.plant::before, .plant::after {
  content: ""; position: absolute; width: 30px; height: 48px; background: linear-gradient(180deg, #7cc7a4, #5caa85);
  border-radius: 50% 50% 50% 0;
}
.plant::before { left: -8px; top: -28px; transform: rotate(-25deg); }
.plant::after { right: -8px; top: -24px; transform: scaleX(-1) rotate(-25deg); }
.cta-content { display: grid; gap: 10px; }
.cta-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-actions { display: grid; gap: 12px; justify-items: end; }

.footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr .8fr;
  gap: 22px;
  border-radius: 34px;
}
.footer strong { display: block; margin-bottom: 10px; }
.footer a { display: block; color: var(--muted); margin-bottom: 8px; }
.footer-brand { margin-bottom: 16px; }
.disclaimer { font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 12px; }
  .hero-visual { order: -1; min-height: 500px; }
  .audience-section, .process-layout, .booking-section, .cta-band { grid-template-columns: 1fr; }
  .trust-strip, .service-grid, .article-grid, .audience-grid, .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cta-actions { justify-items: start; }
}

@media (max-width: 900px) {
  .site-header {
    border-radius: 30px; padding: 14px 16px; align-items: flex-start; flex-wrap: wrap;
  }
  .nav-toggle { display: grid; place-items: center; margin-left: auto; }
  .header-actions { display: none; }
  .nav-links {
    display: none; width: 100%; flex-direction: column; align-items: stretch; margin-left: 0; padding-top: 8px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { background: rgba(255,255,255,.74); }
  .hero-feature-row, .trust-strip, .service-grid, .article-grid, .audience-grid, .doctor-grid, .form-row, .steps { grid-template-columns: 1fr; }
  .hero-photo { height: 440px; }
  .doctor-card { grid-template-columns: 1fr; }
  .doctor-photo, .doctor-photo img { min-height: 360px; }
  .booking-copy { position: static; }
  .footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { background-size: auto; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.8rem; }
  .section { padding: 60px 0; }
  .site-header { width: calc(100% - 20px); margin-top: 10px; top: 8px; }
  .section, .section-tight, .footer { width: calc(100% - 20px); }
  .brand-text { font-size: 1.7rem; }
  .hero-badge { font-size: .85rem; }
  .hero-actions { flex-direction: column; }
  .btn, .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-visual { min-height: 380px; }
  .hero-photo-frame { padding: 10px; border-radius: 34px; }
  .hero-photo { height: 360px; }
  .pill-a, .pill-b, .pill-c { position: static; margin-top: 10px; }
  .quote-main { right: 0; bottom: 0; }
  .cta-band { padding: 24px; }
  .doctor-photo, .doctor-photo img { min-height: 320px; }
  .footer { grid-template-columns: 1fr; padding: 24px; }
}

.service-grid-seven { grid-template-columns: repeat(4, 1fr); }
.feature-service {
  background: linear-gradient(145deg, rgba(238,249,246,.95), rgba(255,255,255,.74));
  border-color: rgba(88,185,171,.2);
}
.online-test-section { padding-top: 60px; }
.test-intro {
  border-radius: 38px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 26px;
  align-items: start;
}
.test-copy { display: grid; gap: 14px; align-content: start; }
.test-copy h2 { max-width: 680px; }
.test-bullets { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.test-bullets span {
  display: inline-flex; align-items: center; padding: 9px 12px; border-radius: 999px;
  background: rgba(88,185,171,.12); color: var(--primary-dark); font-size: .82rem; font-weight: 500;
}
.test-start-form { display: grid; gap: 13px; }
.test-workspace { display: grid; gap: 18px; }
.test-section-nav {
  position: sticky; top: 92px; z-index: 9;
  display: flex; gap: 8px; overflow-x: auto; padding: 10px;
  border-radius: 999px; background: rgba(255,255,255,.5); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow-soft);
}
.section-tab {
  border: 0; background: rgba(255,255,255,.68); color: var(--text); border-radius: 999px;
  min-width: 88px; padding: 10px 14px; display: grid; gap: 2px; cursor: pointer; font: inherit;
}
.section-tab strong { font-weight: 500; font-size: .82rem; }
.section-tab span { color: var(--muted); font-size: .76rem; }
.section-tab.active { background: linear-gradient(135deg, #5bb8ac, #2b8d83); color: #fff; }
.section-tab.active span { color: rgba(255,255,255,.78); }
.test-progress {
  border-radius: 26px; padding: 16px 18px; display: flex; justify-content: space-between; gap: 16px; margin-bottom: 22px;
}
.test-progress div { display: grid; gap: 4px; }
.test-progress strong { font-weight: 500; }
.test-progress span { color: var(--muted); font-size: .84rem; }
.test-section-head { display: grid; gap: 10px; margin-bottom: 18px; }
.test-section-head h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); }
.test-image-card { border-radius: 30px; padding: 12px; margin-bottom: 18px; overflow: auto; max-height: 620px; }
.test-image-card img { width: 100%; border-radius: 22px; background: #fff; }
.memory-note { border-radius: 24px; padding: 16px; display: grid; gap: 6px; margin-bottom: 14px; }
.memory-note strong { font-weight: 500; color: var(--primary-dark); }
.memory-note span { color: var(--muted); font-size: .9rem; }
.question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.question-grid.with-visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.test-question { border-radius: 26px; padding: 18px; display: grid; gap: 14px; }
.q-number { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; background: rgba(88,185,171,.12); color: var(--primary-dark); font-weight: 500; }
.choice-grid { display: grid; gap: 8px; }
.choice { display: grid; grid-template-columns: auto 28px 1fr; gap: 9px; align-items: center; padding: 10px; border-radius: 16px; border: 1px solid rgba(31,41,55,.08); background: rgba(255,255,255,.58); cursor: pointer; }
.choice input { width: 16px; }
.choice span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; background: rgba(88,185,171,.11); color: var(--primary-dark); font-weight: 500; text-transform: uppercase; }
.choice em { font-style: normal; color: var(--muted); font-size: .92rem; }
.choice.selected { border-color: rgba(88,185,171,.55); background: rgba(233,247,243,.75); }
.answer-input { min-height: 46px; }
.test-controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.test-controls button:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.test-result { margin-top: 20px; }
.result-card { border-radius: 38px; padding: 34px; display: grid; gap: 16px; }
.result-card h2 { color: var(--primary-dark); }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.result-grid div { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.62); display: grid; gap: 4px; }
.result-grid strong { font-weight: 500; }
.result-grid span { color: var(--muted); font-size: .9rem; }

@media (max-width: 1100px) {
  .service-grid-seven { grid-template-columns: repeat(2, 1fr); }
  .test-intro { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .service-grid-seven, .question-grid, .question-grid.with-visual, .result-grid { grid-template-columns: 1fr; }
  .test-intro, .result-card { padding: 20px; border-radius: 30px; }
  .test-section-nav { top: 82px; border-radius: 24px; }
  .section-tab { min-width: 74px; padding: 9px 11px; }
  .test-progress, .test-controls { flex-direction: column; }
  .test-controls .btn { width: 100%; }
  .test-image-card { max-height: 480px; }
}
.header-cta { padding: 10px 16px; font-size: .86rem; }

/* Mobile responsiveness final patch */
html, body { max-width: 100%; }
.site-header, .glass-card, .btn, input, select, textarea { -webkit-tap-highlight-color: transparent; }

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 8px;
    width: calc(100% - 18px);
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.68);
  }
  .brand { gap: 9px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 12px; }
  .brand-mark svg { width: 23px; height: 23px; }
  .brand-text { font-size: 1.48rem; }
  .nav-toggle { width: 36px; height: 36px; font-size: 1.05rem; }
  .nav-links {
    gap: 6px;
    padding-top: 10px;
  }
  .nav-links a {
    padding: 12px 14px;
    font-size: .9rem;
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(31,41,55,.05);
  }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  p { line-height: 1.62; }
  .bg-grid { display: none; }
  .bg-orb { width: 300px; height: 300px; opacity: .45; }
  .section, .section-tight, .footer { width: calc(100% - 20px); }
  .section { padding: 46px 0; }
  .section-tight { padding-bottom: 22px; }
  .section-heading { gap: 10px; margin-bottom: 24px; }
  .section-heading.center { text-align: left; }
  .eyebrow { font-size: .68rem; letter-spacing: .12em; margin-bottom: 8px; }
  h1 { font-size: clamp(1.72rem, 7.2vw, 2.15rem); line-height: 1.04; letter-spacing: -.02em; }
  h2 { font-size: clamp(1.62rem, 6.4vw, 2rem); line-height: 1.04; letter-spacing: -.02em; }
  h3 { font-size: .98rem; }

  .hero {
    display: grid;
    gap: 18px;
    padding-top: 22px;
  }
  .hero-copy { padding-top: 0; }
  .hero-badge {
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 14px;
    font-size: .74rem;
    line-height: 1.35;
  }
  .hero-subtitle { font-size: .9rem; margin-top: 14px; }
  .hero-actions { margin-top: 18px; gap: 10px; }
  .btn { min-height: 44px; padding: 11px 16px; font-size: .88rem; }
  .hero-feature-row { margin-top: 16px; gap: 8px; }
  .hero-feature, .trust-card { padding: 12px; border-radius: 18px; }
  .hero-feature strong, .trust-card strong { font-size: .78rem; }
  .hero-feature span, .trust-card span { font-size: .75rem; }

  .hero-visual {
    order: 0;
    min-height: auto;
    display: block;
    padding: 4px 0 0;
  }
  .hero-shape { display: none; }
  .hero-photo-frame {
    width: 100%;
    padding: 8px;
    border-radius: 28px;
    transform: none;
  }
  .hero-photo {
    height: clamp(220px, 66vw, 320px);
    border-radius: 24px;
    object-position: center;
  }
  .quote-card.quote-main {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -28px 14px 0 auto;
    width: calc(100% - 28px);
    padding: 13px 14px;
    border-radius: 18px;
  }
  .quote-card strong { line-height: 1.35; font-size: .86rem; }
  .quote-card span { font-size: .76rem; }
  .mini-pill {
    position: static;
    display: inline-flex;
    margin: 8px 5px 0 0;
    padding: 8px 10px;
    font-size: .72rem;
    box-shadow: 0 8px 22px rgba(49,78,74,.06);
    animation: none !important;
  }

  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .service-grid, .service-grid-seven, .article-grid, .audience-grid, .steps, .doctor-grid, .question-grid, .question-grid.with-visual, .result-grid { grid-template-columns: 1fr; }
  .service-card, .article-card, .audience-card, .step-card { padding: 18px; border-radius: 24px; gap: 10px; }
  .icon-wrap { width: 46px; height: 46px; border-radius: 15px; font-size: 1.12rem; }
  .audience-section, .process-layout, .booking-section, .cta-band { gap: 14px; }
  .process-quote { padding: 22px; border-radius: 26px; }
  .process-quote p { font-size: 1.55rem; }

  .doctor-card {
    padding: 12px;
    border-radius: 26px;
    gap: 12px;
  }
  .doctor-photo {
    height: 260px;
    min-height: 0;
    border-radius: 22px;
  }
  .doctor-photo img {
    min-height: 0;
    height: 260px;
    border-radius: 22px;
  }
  .photo-a img { object-position: center 36%; }
  .photo-b img, .photo-c img, .photo-d img { object-position: center 16%; }
  .doctor-meta { padding: 2px 4px 6px; gap: 8px; }
  .doctor-top { align-items: flex-start; }
  .role { font-size: .66rem; letter-spacing: .12em; }
  .exp-tag { font-size: .68rem; padding: 6px 9px; }

  .online-test-section { padding-top: 42px; }
  .test-intro {
    padding: 16px;
    border-radius: 26px;
    gap: 18px;
  }
  .test-copy { gap: 10px; }
  .test-bullets { gap: 7px; }
  .test-bullets span { padding: 7px 10px; font-size: .72rem; }
  .test-start-form { gap: 11px; }
  label { font-size: .82rem; }
  input, textarea, select { border-radius: 15px; padding: 12px 13px; font-size: .88rem; }
  .checkbox { font-size: .78rem; gap: 8px; }

  .test-workspace { gap: 12px; }
  .test-section-nav {
    top: 72px;
    margin-inline: -2px;
    padding: 7px;
    gap: 6px;
    border-radius: 18px;
    scrollbar-width: none;
  }
  .test-section-nav::-webkit-scrollbar { display: none; }
  .section-tab {
    min-width: 64px;
    padding: 8px 9px;
    border-radius: 14px;
  }
  .section-tab strong { font-size: .72rem; }
  .section-tab span { font-size: .66rem; }
  .test-progress {
    padding: 13px;
    border-radius: 20px;
    gap: 8px;
    margin-bottom: 14px;
  }
  .test-progress strong { font-size: .88rem; }
  .test-progress span { font-size: .75rem; }
  .test-section-head { gap: 8px; margin-bottom: 12px; }
  .test-section-head h2 { font-size: 1.45rem; }
  .test-image-card {
    max-height: 420px;
    padding: 8px;
    border-radius: 20px;
    margin-bottom: 12px;
  }
  .test-image-card img { min-width: 620px; border-radius: 14px; }
  .memory-note { padding: 13px; border-radius: 18px; }
  .memory-note span { font-size: .8rem; }
  .test-question {
    padding: 14px;
    border-radius: 20px;
    gap: 10px;
  }
  .q-number { width: 32px; height: 32px; border-radius: 11px; font-size: .82rem; }
  .choice {
    grid-template-columns: auto 26px 1fr;
    padding: 9px;
    gap: 8px;
    border-radius: 14px;
  }
  .choice span { width: 26px; height: 26px; border-radius: 9px; font-size: .78rem; }
  .choice em { font-size: .82rem; line-height: 1.42; }
  .answer-input { min-height: 42px; }
  .test-controls {
    margin-top: 14px;
    position: sticky;
    bottom: 8px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(39,61,58,.09);
    z-index: 8;
  }
  .result-card { padding: 18px; border-radius: 26px; }
  .result-grid div { padding: 12px; border-radius: 16px; }

  .cta-band {
    padding: 20px;
    border-radius: 28px;
  }
  .cta-illustration { display: none; }
  .cta-actions { justify-items: stretch; }
  .footer {
    padding: 20px;
    border-radius: 26px;
    gap: 16px;
  }
  .footer p, .footer a { font-size: .85rem; }
}

@media (max-width: 390px) {
  .brand-text { font-size: 1.34rem; }
  .brand-mark { width: 34px; height: 34px; }
  .site-header { padding: 9px 10px; }
  h1 { font-size: 1.62rem; }
  h2 { font-size: 1.48rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .hero-photo { height: 220px; }
  .doctor-photo, .doctor-photo img { height: 230px; }
  .test-image-card img { min-width: 560px; }
}

/* Result unlock + printable PDF mockup */
.report-unlock-form {
  margin-top: 12px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(31,41,55,.07);
  display: grid;
  gap: 12px;
}
.print-report { display: none; }
.report-radar { width: 100%; max-width: 92mm; margin: 0 auto; display: block; }
.report-donut { width: 40mm; height: 40mm; display: block; margin: 0 auto 4mm; }

.printing-report > *:not(.print-report) { display: none !important; }
.printing-report .print-report { display: block !important; }
.print-page {
  width: 210mm;
  min-height: 297mm;
  padding: 14mm;
  background: #fbfdfc;
  color: #20323c;
  page-break-after: always;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.print-page:last-child { page-break-after: auto; }
.print-page strong,
.print-page b,
.print-page h1,
.print-page h2,
.print-page h3 { font-weight: 500 !important; }
.print-page h1,
.print-page h2,
.print-page h3,
.report-brand span { font-family: "Plus Jakarta Sans", Arial, sans-serif !important; letter-spacing: -.035em; }
.premium-report::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(43,141,131,.12), transparent 36%) 0 0 / 100% 1px no-repeat,
    radial-gradient(circle at 88% 8%, rgba(123,207,196,.28), transparent 22%),
    radial-gradient(circle at 10% 92%, rgba(255,221,196,.28), transparent 18%),
    linear-gradient(180deg, #fcfefd 0%, #f6faf9 100%);
  z-index: 0;
}
.premium-report::after {
  content: "";
  position: absolute;
  width: 58mm;
  height: 58mm;
  border-radius: 50%;
  right: -25mm;
  bottom: -25mm;
  border: .25mm solid rgba(43,141,131,.13);
  background: rgba(255,255,255,.32);
  z-index: 0;
}
.print-page > * { position: relative; z-index: 1; }
.report-bg-mark {
  position: absolute;
  right: -5mm;
  top: 54mm;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 58pt;
  color: rgba(29,111,104,.045);
  transform: rotate(-90deg);
  transform-origin: center;
  z-index: 0;
  letter-spacing: -.04em;
}
.report-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12mm; }
.report-brand span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 21pt; color: #1d6f68; font-weight: 500; }
.report-brand small { display: block; color: #66747c; letter-spacing: .12em; text-transform: uppercase; font-size: 7pt; margin-top: 1mm; }
.report-brand b { color: #1d6f68; background: rgba(43,141,131,.07); border: .25mm solid rgba(43,141,131,.12); padding: 2.5mm 4.6mm; border-radius: 999px; font-size: 7.4pt; font-weight: 400; }
.report-hero-grid { display: grid; grid-template-columns: 1fr 50mm; gap: 6mm; align-items: stretch; margin-bottom: 6mm; }
.report-title-block { padding: 10mm; border-radius: 11mm; background: linear-gradient(135deg, rgba(232,248,244,.9), rgba(247,251,255,.84)); border: .25mm solid rgba(43,141,131,.1); }
.report-title-block p { color: #1d6f68; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; font-size: 7.2pt; margin: 0 0 3.5mm; }
.report-title-block h1 { font-size: 28pt; color: #20323c; margin: 0 0 3.6mm; line-height: .96; }
.report-title-block span { color: #66747c; line-height: 1.52; display: block; font-size: 9pt; }
.report-donut-card { border-radius: 11mm; background: rgba(255,255,255,.8); border: .25mm solid rgba(43,141,131,.1); padding: 6mm 4.5mm; text-align: center; box-shadow: 0 5mm 16mm rgba(45,89,83,.05); }
.report-donut-card strong { display: block; color: #20323c; font-size: 10pt; margin-top: 2mm; }
.report-donut-card small { color: #66747c; font-size: 7.2pt; line-height: 1.45; display: block; margin-top: 1mm; }
.report-identity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.8mm; margin: 6mm 0; }
.report-identity div { border: .25mm solid #e2ece9; border-radius: 4.8mm; padding: 3.4mm; background: rgba(255,255,255,.82); }
.report-identity strong { display: block; font-size: 6.8pt; color: #6a777f; margin-bottom: 1.6mm; letter-spacing: .05em; text-transform: uppercase; }
.report-identity span { color: #20323c; font-size: 8.4pt; line-height: 1.35; }
.report-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.8mm; margin: 6mm 0; }
.report-kpi-grid article { padding: 4.2mm; border-radius: 5.4mm; background: #20323c; color: #fff; min-height: 28mm; display: grid; align-content: center; gap: 1.3mm; }
.report-kpi-grid article:nth-child(2) { background: #2b8d83; }
.report-kpi-grid article:nth-child(3) { background: #f4fbf9; color: #20323c; border: .25mm solid #dcebe8; }
.report-kpi-grid article:nth-child(4) { background: #fff8ec; color: #20323c; border: .25mm solid #f2dfbd; }
.report-kpi-grid span { font-size: 7pt; opacity: .78; text-transform: uppercase; letter-spacing: .07em; }
.report-kpi-grid strong { font-size: 13.2pt; line-height: 1.08; }
.report-kpi-grid em { font-style: normal; font-size: 7.4pt; opacity: .78; line-height: 1.35; }
.report-narrative { border-radius: 7mm; padding: 5.2mm; background: rgba(255,255,255,.84); border: .25mm solid #e2ece9; }
.report-narrative strong { color: #1d6f68; font-size: 9.3pt; }
.report-narrative p { margin-top: 2.6mm; color: #5c6b73; line-height: 1.54; font-size: 8.5pt; }
.report-disclaimer { margin-top: 6mm; padding: 3.8mm 4.5mm; border-radius: 4.8mm; background: #fff8ec; color: #8a641e; font-size: 7.6pt; line-height: 1.45; border: .25mm solid #f2dfbd; }
.report-section-head { display: grid; gap: 1.6mm; margin-bottom: 5mm; }
.report-section-head p { color: #1d6f68; font-size: 7.1pt; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin: 0; }
.report-section-head h2 { font-size: 22pt; color: #20323c; line-height: 1.05; }
.report-section-head span { color: #66747c; font-size: 8.4pt; }
.report-chart-layout { display: grid; grid-template-columns: 72mm 1fr; gap: 6mm; align-items: stretch; }
.radar-wrap { border-radius: 9mm; background: rgba(255,255,255,.82); border: .25mm solid #e2ece9; padding: 4.5mm; display: grid; align-content: center; }
.bar-wrap { display: grid; gap: 2mm; }
.report-bar-row { display: grid; gap: 1.7mm; padding: 3mm 3.3mm; border-radius: 4.8mm; background: rgba(255,255,255,.82); border: .25mm solid #e5efed; break-inside: avoid; }
.report-bar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 4mm; min-width: 0; }
.report-bar-name { color: #1d6f68; font-size: 7.5pt; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 52mm; }
.report-bar-score { color: #20323c; font-size: 7.6pt; line-height: 1; white-space: nowrap; flex: 0 0 auto; }
.report-bar { height: 3.2px; border-radius: 999px; background: #e7efed; overflow: hidden; width: 100%; }
.report-bar i { height: 100%; border-radius: inherit; display: block; background: linear-gradient(90deg, #7bd7cb, #2b8d83); }
.report-bar-row.amber .report-bar i { background: linear-gradient(90deg, #f2c46d, #d9962c); }
.report-bar-row.rose .report-bar i { background: linear-gradient(90deg, #f2a7a7, #cc6262); }
.report-insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.4mm; margin-top: 6mm; }
.report-insight-card { background: rgba(255,255,255,.82); border: .25mm solid #e2ece9; border-radius: 6mm; padding: 4.2mm; min-height: 37mm; }
.report-insight-card span { display: inline-block; color: #1d6f68; font-size: 6.6pt; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 2mm; }
.report-insight-card strong { display: block; color: #20323c; font-size: 9.4pt; line-height: 1.34; }
.report-insight-card p { margin-top: 1.8mm; color: #5c6b73; font-size: 7.6pt; line-height: 1.5; }
.report-table { margin-top: 3.6mm; border: .25mm solid #e2ece9; border-radius: 7mm; overflow: hidden; background: #fff; }
.report-table-head, .report-table-row { display: grid; grid-template-columns: 15mm 1fr 18mm 20mm 32mm; gap: 2.6mm; padding: 2.7mm 3.6mm; align-items: center; }
.report-table-head { background: #20323c; color: #fff; font-weight: 500; font-size: 7.3pt; }
.report-table-row { background: rgba(255,255,255,.88); border-top: .25mm solid #edf3f1; font-size: 7.7pt; color: #52626b; }
.report-table-row span:first-child { color: #1d6f68; font-weight: 500; }
.report-action-plan { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.4mm; margin-top: 6mm; }
.report-action-plan article { padding: 4.2mm; background: rgba(255,255,255,.78); border: .25mm solid #e2ece9; border-radius: 6mm; }
.report-action-plan span { display: inline-grid; place-items: center; width: 7.4mm; height: 7.4mm; border-radius: 50%; background: #e9f7f3; color: #1d6f68; font-size: 6.6pt; font-weight: 500; margin-bottom: 2.5mm; }
.report-action-plan strong { display: block; color: #20323c; font-size: 8.8pt; margin-bottom: 1.8mm; }
.report-action-plan p { font-size: 7.4pt; color: #5c6b73; line-height: 1.48; }
.report-next-step { margin-top: 6mm; padding: 4.7mm; border-radius: 6mm; background: linear-gradient(135deg, #e8f8f4, #f7fbff); border: .25mm solid rgba(43,141,131,.1); }
.report-next-step strong { color: #1d6f68; }
.report-next-step p { margin-top: 1.8mm; color: #5c6b73; font-size: 7.8pt; line-height: 1.5; }

@media print {
  @page { size: A4; margin: 0; }
  body { background: #fff !important; }
  .print-report { display: block !important; }
  body > *:not(.print-report) { display: none !important; }
  .print-page { box-shadow: none; margin: 0; }
}

@media (max-width: 760px) {
  .report-unlock-form { padding: 14px; border-radius: 22px; }
}

/* Multitest themed result patch */
.scale-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.scale-grid .choice { grid-template-columns: auto; justify-items: center; text-align: center; min-height: 92px; }
.scale-grid .choice input { display: none; }
.scale-grid .choice span { width: 34px; height: 34px; font-size: .86rem; }
.scale-grid .choice em { font-size: .72rem; line-height: 1.25; }
.choice-grid .choice.selected span { background: var(--test-accent, var(--primary)); color: #fff; }
.test-progress { border-color: color-mix(in srgb, var(--test-accent, #2b8d83) 18%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--test-soft, #e9f7f3) 72%, white), rgba(255,255,255,.74)); }
.themed-result { position: relative; overflow: hidden; border-color: color-mix(in srgb, var(--test-accent) 18%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--test-soft) 76%, white), rgba(255,255,255,.82)); }
.themed-result::before { content:""; position:absolute; width: 240px; height: 240px; border-radius: 50%; right: -70px; top: -90px; background: color-mix(in srgb, var(--test-accent) 15%, transparent); filter: blur(5px); }
.themed-result > * { position: relative; z-index: 1; }
.result-visual { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.result-emoji { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 18px 48px rgba(31,41,55,.08); font-size: 2.25rem; animation: cocodocPulse 3.8s ease-in-out infinite; }
.result-love-copy { max-width: 820px; color: #52626b; }
.result-score-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.result-score-line span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--test-accent); border: 1px solid color-mix(in srgb, var(--test-accent) 16%, transparent); font-weight: 500; font-size: .88rem; }
.escape-inline-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 8px; padding: 16px; border-radius: 24px; background: rgba(255,255,255,.7); border: 1px solid color-mix(in srgb, var(--test-accent) 13%, transparent); }
.escape-inline-cta > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 17px; background: color-mix(in srgb, var(--test-soft) 80%, white); font-size: 1.55rem; }
.escape-inline-cta strong { display: block; font-weight: 500; color: var(--text); margin-bottom: 3px; }
.escape-inline-cta p { font-size: .86rem; }

.btn-escape {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-inline: 16px 18px;
  border-color: color-mix(in srgb, var(--test-accent) 18%, transparent);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,252,251,.92));
  box-shadow: 0 10px 26px rgba(31, 72, 69, .06), inset 0 1px 0 rgba(255,255,255,.95);
}
.btn-escape:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(31, 72, 69, .1), inset 0 1px 0 rgba(255,255,255,.95);
}
.escape-btn-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
  filter: drop-shadow(0 3px 10px rgba(125, 146, 214, .18));
}
.btn-escape span { line-height: 1; }

@keyframes cocodocPulse { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-4px) scale(1.03); } }

@media (max-width: 760px) {
  .scale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scale-grid .choice { min-height: 70px; }
  .result-visual { align-items: flex-start; }
  .result-emoji { width: 58px; height: 58px; border-radius: 20px; font-size: 1.7rem; }
  .escape-inline-cta { grid-template-columns: 1fr; }
  .escape-inline-cta .btn { width: 100%; justify-content: center; }
  .btn-escape { padding-inline: 14px 16px; }
}

/* Themed premium PDF overrides */
.themed-report .report-brand span,
.themed-report .report-title-block p,
.themed-report .report-section-head p,
.themed-report .report-identity strong,
.themed-report .report-insight-card span,
.themed-report .report-table-row span:first-child { color: var(--report-accent) !important; }
.themed-report .report-title-block { background: linear-gradient(135deg, var(--report-soft), rgba(255,255,255,.88)); border-color: color-mix(in srgb, var(--report-accent) 14%, transparent); }
.themed-report .report-brand b { color: var(--report-accent); background: color-mix(in srgb, var(--report-accent) 8%, white); border-color: color-mix(in srgb, var(--report-accent) 14%, transparent); }
.themed-report .report-kpi-grid article:nth-child(2) { background: var(--report-accent); }
.themed-report .report-kpi-grid article:nth-child(3),
.themed-report .report-kpi-grid article:nth-child(4) { background: color-mix(in srgb, var(--report-soft) 68%, white); border-color: color-mix(in srgb, var(--report-accent) 11%, transparent); }
.themed-report .report-next-step { background: linear-gradient(135deg, var(--report-soft), rgba(255,255,255,.92)); border-color: color-mix(in srgb, var(--report-accent) 16%, transparent); }
.report-quote-card { margin-top: 5mm; display: grid; grid-template-columns: 11mm 1fr; gap: 3mm; align-items: center; border-radius: 6mm; padding: 4.4mm; background: rgba(255,255,255,.82); border: .25mm solid color-mix(in srgb, var(--report-accent) 14%, transparent); }
.report-quote-card span { display: grid; place-items: center; width: 10mm; height: 10mm; border-radius: 3.4mm; background: var(--report-soft); font-size: 13pt; }
.report-quote-card p { margin: 0; color: #52626b; line-height: 1.48; font-size: 8.5pt; }
.escape-report-cta { display: grid; grid-template-columns: 1fr auto; gap: 4mm; align-items: center; }
.escape-report-cta strong, .escape-report-cta p { grid-column: 1; }
.escape-report-cta a { grid-column: 2; grid-row: 1 / span 2; display: inline-flex; align-items: center; justify-content: center; gap: 2.2mm; padding: 3mm 5mm; border-radius: 999px; background: var(--report-accent); color: #fff; text-decoration: none; font-size: 8pt; }
.report-escape-icon { width: 5.2mm; height: 5.2mm; object-fit: contain; filter: drop-shadow(0 1mm 2mm rgba(255,255,255,.12)); }
.report-escape-btn span { line-height: 1; }
.themed-report .report-bg-mark { color: color-mix(in srgb, var(--report-accent) 18%, transparent); }
@media print {
  .scale-grid { grid-template-columns: repeat(5, 1fr); }
  .escape-report-cta a { color: #fff !important; }
}
