:root {
  --forest: #173f31;
  --forest-2: #245744;
  --forest-3: #0f3025;
  --terracotta: #b8583a;
  --terracotta-2: #d67855;
  --gold: #c49a54;
  --mint: #cbe9d8;
  --mint-hover: #b6ddc7;
  --cream: #fbf4e8;
  --cream-2: #f3e7d4;
  --paper: #fffaf2;
  --ink: #2a211c;
  --muted: #6e6259;
  --line: rgba(42, 33, 28, .14);
  --shadow: 0 22px 60px rgba(45, 34, 25, .14);
  --radius: 24px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; background: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: 100px 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,250,242,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; font-family: var(--serif); font-size: 19px; letter-spacing: -.02em; }
.brand-main { font-weight: 700; }
.brand-accent { color: var(--terracotta); font-style: italic; margin-left: 4px; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
nav a:not(.nav-cta):hover { color: var(--terracotta); }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--forest); color: white; box-shadow: 0 8px 20px rgba(23,63,49,.18); }
.nav-cta:hover { background: var(--forest-2); }

.hero { overflow: hidden; padding: 82px 0 0; background: radial-gradient(circle at 80% 20%, #f3dfbf 0, transparent 32%), linear-gradient(180deg, #fffaf2 0%, #f8eddb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; min-height: 690px; }
.eyebrow { display: inline-block; margin: 0 0 18px; color: var(--terracotta); font-size: 12px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.light { color: #f0c98c; }
h1, h2, h3 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); }
h1 em, h2 em { color: var(--terracotta); font-weight: inherit; }
h2 { margin: 0 0 22px; font-size: clamp(36px, 4vw, 55px); }
h3 { font-size: 24px; }
.hero-lead { margin: 26px 0; max-width: 660px; font-size: 20px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 14px 28px rgba(23,63,49,.22); }
.button-primary:hover { background: var(--forest-2); }
.button-accent { background: var(--terracotta-2); color: #24140f; box-shadow: 0 12px 24px rgba(214,120,85,.25); }
.button-accent:hover { background: #e18a68; }
.button-ghost { border-color: rgba(23,63,49,.18); background: var(--mint); color: var(--forest); box-shadow: 0 10px 22px rgba(23,63,49,.10); }
.button-ghost:hover { background: var(--mint-hover); }
.button-buy { background: var(--mint); color: var(--forest-3); box-shadow: 0 14px 28px rgba(5,38,27,.24); }
.button-buy:hover { background: var(--mint-hover); }
.button-wide { width: 100%; }
.microcopy, .offer-micro { margin: 0; font-size: 12px; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { position: relative; padding-left: 30px; margin: 9px 0; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--terracotta); font-weight: 900; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 590px; }
.hero-visual > img { position: relative; z-index: 2; width: min(76%, 430px); border-radius: 8px; box-shadow: 0 30px 70px rgba(57,39,27,.28); transform: rotate(2deg); }
.image-halo { position: absolute; width: 500px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.floating-card { position: absolute; z-index: 3; display: grid; gap: 3px; padding: 15px 18px; border-radius: 16px; background: rgba(255,250,242,.92); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); backdrop-filter: blur(10px); }
.floating-card strong { font-family: var(--serif); font-size: 18px; }
.floating-card span { font-size: 12px; color: var(--muted); }
.card-one { left: 2%; top: 16%; }
.card-two { right: 0; bottom: 18%; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 40px; background: rgba(23,63,49,.16); border-radius: 20px 20px 0 0; overflow: hidden; }
.trust-row span { min-height: 86px; padding: 22px; display: grid; place-items: center; text-align: center; background: var(--forest); color: rgba(255,255,255,.85); font-size: 13px; }
.trust-row strong { color: white; }

.problem-section { background: var(--cream); }
.section-intro { max-width: 760px; margin: 0 auto 40px; color: var(--muted); font-size: 18px; }
.section-intro.left { margin-left: 0; }
.cards { display: grid; gap: 22px; margin-top: 55px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.soft-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.65); box-shadow: 0 10px 30px rgba(55,40,25,.06); }
.soft-card .icon { font-size: 30px; }
.soft-card h3 { margin: 18px 0 12px; }
.soft-card p { color: var(--muted); margin: 0; }
.statement { margin-top: 55px; padding: 24px 30px; text-align: center; font-family: var(--serif); font-size: 22px; font-style: italic; color: var(--forest); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.quiz-section { background: var(--forest-3); color: white; }
.quiz-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; }
.quiz-intro { padding-top: 24px; }
.quiz-intro h2 { color: white; }
.quiz-intro p, .quiz-intro li { color: rgba(255,255,255,.72); }
.quiz-intro ul { padding-left: 20px; }
.quiz-card { padding: 34px; border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 12px; font-weight: 800; color: var(--muted); }
.progress-track { height: 8px; background: var(--cream-2); border-radius: 999px; overflow: hidden; }
.progress-bar { width: 20%; height: 100%; border-radius: inherit; background: var(--terracotta); transition: width .25s ease; }
.quiz-step { display: none; border: 0; padding: 34px 0 0; margin: 0; }
.quiz-step.active { display: block; }
.quiz-step legend { width: 100%; margin-bottom: 22px; font-family: var(--serif); font-size: 30px; font-weight: 700; line-height: 1.18; }
.choice { display: flex; align-items: center; gap: 12px; margin: 10px 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: white; cursor: pointer; transition: border .2s, transform .2s, background .2s; }
.choice:hover { transform: translateX(3px); border-color: rgba(184,88,58,.45); }
.choice:has(input:checked) { border-color: var(--terracotta); background: #fff3ec; box-shadow: inset 0 0 0 1px var(--terracotta); }
.choice input { width: 18px; height: 18px; accent-color: var(--terracotta); }
.quiz-buttons { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; }
.quiz-error { min-height: 22px; margin: 12px 0 0; color: #a4382c; font-size: 14px; font-weight: 700; }
.quiz-result { padding-top: 32px; }
.result-kicker { color: var(--terracotta); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.quiz-result h3 { font-size: 38px; margin: 10px 0 18px; }
.quiz-result > p { color: var(--muted); font-size: 17px; }
.result-box { padding: 20px; border-radius: 16px; background: var(--cream); border-left: 4px solid var(--terracotta); }
.result-box strong { color: var(--forest); }
.result-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 24px; }
.text-button { border: 0; background: transparent; color: var(--forest); text-decoration: underline; font-weight: 700; }

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.split.reverse { grid-template-columns: .8fr 1.2fr; }
.result-section { background: var(--paper); }
.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.result-grid > div { padding: 22px; border-radius: 17px; background: var(--cream); border: 1px solid var(--line); }
.result-grid span { display: block; color: var(--terracotta); font-size: 12px; font-weight: 900; }
.result-grid strong { display: block; margin: 4px 0; font-family: var(--serif); font-size: 19px; }
.result-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.method-image img { border-radius: 18px; box-shadow: var(--shadow); }
.method-image.small img { width: 420px; margin: auto; transform: rotate(-1.5deg); }

.tools-section { background: var(--cream); }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.tool-card { overflow: hidden; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(52,37,25,.08); transition: transform .2s ease, box-shadow .2s ease; }
.tool-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(52,37,25,.13); }
.tool-card img { width: 100%; aspect-ratio: 2250 / 2925; object-fit: cover; object-position: top; border-bottom: 1px solid var(--line); }
.tool-card > div { padding: 20px; }
.tool-card span { color: var(--terracotta); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.tool-card h3 { margin: 8px 0 10px; font-size: 21px; }
.tool-card p { margin: 0; color: var(--muted); font-size: 14px; }

.clarity-section { background: #fffaf2; }
.clara-list { list-style: none; padding: 0; margin: 30px 0; }
.clara-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.clara-list b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--forest); color: white; font-family: var(--serif); font-size: 20px; }
.clara-list strong, .clara-list span { display: block; }
.clara-list strong { font-family: var(--serif); font-size: 20px; }
.clara-list span { color: var(--muted); font-size: 14px; }
.note { padding: 18px 22px; border-radius: 14px; background: var(--cream); font-family: var(--serif); color: var(--forest); font-style: italic; }

.comparison-section { background: var(--cream-2); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 45px; }
.comparison { padding: 38px; border-radius: var(--radius); }
.comparison.before { background: rgba(255,255,255,.63); border: 1px solid var(--line); }
.comparison.after { background: var(--forest); color: white; box-shadow: var(--shadow); }
.comparison h3 { margin-top: 0; }
.comparison ul { list-style: none; padding: 0; margin: 0; }
.comparison li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid rgba(128,110,95,.17); }
.comparison li::before { position: absolute; left: 0; content: '—'; color: var(--terracotta); }
.comparison.after li { border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.84); }
.comparison.after li::before { content: '✓'; color: #e6bc78; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; padding: 22px 42px 22px 0; font-family: var(--serif); font-size: 20px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; color: var(--terracotta); font-family: var(--sans); font-size: 26px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -5px 0 22px; color: var(--muted); }

.offer-section { background: linear-gradient(180deg, var(--paper) 0 35%, var(--forest-3) 35% 100%); }
.offer-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; border-radius: 32px; background: var(--forest); color: white; box-shadow: 0 35px 90px rgba(16,45,34,.35); }
.offer-image { min-height: 680px; display: grid; place-items: center; padding: 55px; background: radial-gradient(circle, rgba(255,255,255,.13), transparent 60%); }
.offer-image img { width: min(100%, 380px); box-shadow: 0 30px 60px rgba(0,0,0,.36); transform: rotate(-2deg); }
.offer-copy { padding: 60px 70px 60px 20px; }
.offer-copy h2 { color: white; }
.offer-copy > p { color: rgba(255,255,255,.75); }
.light-list li { color: rgba(255,255,255,.84); }
.light-list li::before { color: #e6bc78; }
.price { display: flex; align-items: baseline; gap: 15px; margin: 28px 0 22px; }
.price span { color: rgba(255,255,255,.6); }
.price strong { font-family: var(--serif); font-size: 56px; }
.offer-micro { color: rgba(255,255,255,.55); margin-top: 14px; }

.final-section { background: var(--forest-3); color: white; padding-top: 85px; }
.final-section h2 { color: white; }
.final-section .section-intro { color: rgba(255,255,255,.7); }
.site-footer { background: #21150f; color: rgba(255,255,255,.72); padding: 45px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr 1.4fr; gap: 40px; align-items: start; font-size: 13px; }
.footer-grid div { display: grid; }
.footer-grid strong { color: white; font-family: var(--serif); font-size: 18px; }
.footer-grid p { margin: 0; }

:focus-visible { outline: 3px solid #e39a77; outline-offset: 3px; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero-grid, .split, .split.reverse, .quiz-shell, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-list { display: inline-block; text-align: left; }
  .hero-visual { min-height: 540px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .split.reverse .method-image { order: 2; }
  .faq-grid { gap: 30px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-image { min-height: auto; padding: 50px; }
  .offer-image img { width: 300px; }
  .offer-copy { padding: 0 50px 55px; text-align: center; }
  .offer-copy .check-list { display: inline-block; text-align: left; }
  .price { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .site-header { position: relative; }
  .nav-wrap { min-height: 64px; }
  .brand { font-size: 16px; }
  .nav-cta { padding: 10px 13px; font-size: 12px; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(39px, 12vw, 55px); }
  h2 { font-size: clamp(34px, 10vw, 46px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 450px; }
  .hero-visual > img { width: 72%; }
  .image-halo { width: 370px; }
  .floating-card { padding: 12px; }
  .floating-card strong { font-size: 15px; }
  .card-one { left: 0; top: 12%; }
  .card-two { right: 0; bottom: 12%; }
  .trust-row { grid-template-columns: 1fr; border-radius: 16px 16px 0 0; }
  .trust-row span { min-height: 65px; padding: 16px; }
  .cards.three, .result-grid, .comparison-grid, .tools-grid { grid-template-columns: 1fr; }
  .soft-card { padding: 26px; }
  .quiz-card { padding: 22px; border-radius: 22px; }
  .quiz-step legend { font-size: 26px; }
  .quiz-buttons { flex-direction: column-reverse; }
  .quiz-buttons .button { width: 100%; }
  .result-buttons { align-items: stretch; flex-direction: column; }
  .result-buttons .button { width: 100%; }
  .tool-card { display: grid; grid-template-columns: 120px 1fr; }
  .tool-card img { height: 100%; aspect-ratio: auto; object-position: top; }
  .tool-card > div { padding: 17px; }
  .tool-card h3 { font-size: 19px; }
  .comparison { padding: 28px 24px; }
  .offer-card { border-radius: 24px; }
  .offer-image { padding: 38px; }
  .offer-copy { padding: 0 25px 40px; }
  .price strong { font-size: 48px; }
}

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

/* Ajuste visual v2: imágenes limpias, completas y sin distorsión */
.hero-visual {
  min-height: 610px;
  padding: 34px 20px 24px;
}
.product-showcase {
  position: relative;
  width: min(100%, 520px);
  height: 555px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(245,229,204,.58));
  border: 1px solid rgba(132,101,72,.14);
  box-shadow: 0 24px 65px rgba(57,39,27,.14);
}
.showcase-cover,
.showcase-sheet {
  position: absolute;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid rgba(92,70,48,.14);
  box-shadow: 0 22px 46px rgba(57,39,27,.18);
}
.showcase-cover {
  z-index: 3;
  width: 310px;
  border-radius: 8px;
}
.showcase-sheet {
  z-index: 1;
  width: 205px;
  border-radius: 7px;
  opacity: .98;
}
.showcase-sheet-left { left: 22px; top: 92px; transform: rotate(-4deg); }
.showcase-sheet-right { right: 22px; top: 92px; transform: rotate(4deg); }
.showcase-cover img,
.showcase-sheet img {
  display: block;
  width: 100%;
  height: auto;
}
.showcase-caption {
  z-index: 5;
  width: min(88%, 410px);
  margin-top: -36px;
  padding: 15px 18px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255,250,242,.95);
  border: 1px solid rgba(132,101,72,.15);
  box-shadow: 0 14px 30px rgba(57,39,27,.13);
  backdrop-filter: blur(8px);
}
.showcase-caption strong,
.showcase-caption span { display: block; }
.showcase-caption strong { font-family: var(--serif); font-size: 18px; }
.showcase-caption span { margin-top: 2px; color: var(--muted); font-size: 13px; }

.image-link,
.tool-image-link { display: block; text-decoration: none; }
.method-image { text-align: center; }
.method-image img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(57,39,27,.16);
  transform: none;
}
.method-image.small img {
  width: min(100%, 340px);
  margin: 0 auto;
  transform: none;
}
.image-hint {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.tool-card { display: flex; flex-direction: column; }
.tool-image-link {
  padding: 14px 14px 0;
  background: linear-gradient(180deg, #f7ead8 0%, #fffaf2 100%);
}
.tool-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(102,79,57,.12);
  border-radius: 9px 9px 0 0;
  box-shadow: 0 10px 24px rgba(57,39,27,.10);
}
.tool-card > div { flex: 1; }
.offer-image { min-height: 580px; padding: 46px; }
.offer-image img {
  display: block;
  width: min(100%, 310px);
  height: auto;
  transform: none;
  border-radius: 8px;
  box-shadow: 0 28px 58px rgba(0,0,0,.26);
}

@media (max-width: 980px) {
  .hero-visual { min-height: auto; }
  .product-showcase { height: 530px; }
  .showcase-cover { width: 285px; }
  .showcase-sheet { width: 190px; }
  .offer-image { min-height: auto; }
}
@media (max-width: 680px) {
  .hero-visual { padding: 16px 0 10px; }
  .product-showcase { width: 100%; height: 420px; border-radius: 24px; }
  .showcase-cover { width: 215px; }
  .showcase-sheet { width: 145px; }
  .showcase-sheet-left { left: 8px; top: 72px; }
  .showcase-sheet-right { right: 8px; top: 72px; }
  .showcase-caption { margin-top: -22px; padding: 12px 14px; }
  .showcase-caption strong { font-size: 16px; }
  .method-image img { width: min(88vw, 350px); }
  .method-image.small img { width: min(82vw, 320px); }
  .tool-image-link { padding: 12px 12px 0; }
  .offer-image { padding: 36px 28px 28px; }
  .offer-image img { width: min(76vw, 285px); }
}


/* Optimización de embudo v4: conexión humana, claridad de ajuste y CTA móvil */
.tools-cta-card {
  margin-top: 46px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border-radius: 22px;
  background: var(--forest);
  color: white;
  box-shadow: 0 22px 55px rgba(15,48,37,.22);
}
.tools-cta-card .eyebrow { margin-bottom: 8px; color: #f0c98c; }
.tools-cta-card h3 { margin: 0 0 7px; font-size: 28px; }
.tools-cta-card p { margin: 0; color: rgba(255,255,255,.72); }
.tools-cta-card .button { min-width: 230px; }

.human-section { background: linear-gradient(145deg, #fffaf2 0%, #f4e6d2 100%); }
.human-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.human-visual { position: relative; min-height: 600px; overflow: hidden; border-radius: 30px; background: #d9c7ad; box-shadow: 0 28px 75px rgba(52,37,25,.18); }
.human-photo { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center 30%; filter: saturate(.92) contrast(.99) brightness(.98); }
.human-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 44%, rgba(15,48,37,.26) 100%); }
.kit-screen { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: min(58%, 360px); overflow: hidden; border: 7px solid rgba(255,250,242,.94); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 55px rgba(20,27,22,.34); transform: rotate(1deg); }
.kit-screen-bar { min-height: 34px; padding: 8px 12px; display: flex; align-items: center; gap: 6px; background: #f0e4d4; color: var(--forest); font-size: 10px; }
.kit-screen-bar span { width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta-2); }
.kit-screen-bar span:nth-child(2) { background: var(--gold); }
.kit-screen-bar span:nth-child(3) { background: var(--forest-2); }
.kit-screen-bar strong { margin-left: 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.kit-screen-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 9px; }
.kit-screen-pages img { width: 100%; height: 205px; object-fit: cover; object-position: top; border-radius: 5px; }
.human-copy .section-intro { margin-bottom: 28px; }
.decision-steps { display: grid; gap: 12px; margin: 26px 0; }
.decision-steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 0 15px; padding: 15px 17px; border: 1px solid rgba(42,33,28,.11); border-radius: 16px; background: rgba(255,250,242,.75); }
.decision-steps span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--forest); color: white; font-size: 11px; font-weight: 900; }
.decision-steps strong { font-family: var(--serif); font-size: 19px; }
.decision-steps p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.honesty-note { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--terracotta); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.56); color: var(--muted); font-size: 14px; }
.honesty-note strong { color: var(--forest); }

.fit-section { background: #f8eedf; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 45px; }
.fit-card { padding: 36px; border-radius: 24px; border: 1px solid var(--line); box-shadow: 0 15px 38px rgba(52,37,25,.08); }
.fit-card h3 { margin-top: 0; }
.fit-card ul { list-style: none; margin: 0; padding: 0; }
.fit-card li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(42,33,28,.1); }
.fit-card li:last-child { border-bottom: 0; }
.fit-card li::before { position: absolute; left: 0; top: 10px; font-weight: 900; }
.fit-yes { background: var(--forest); color: white; }
.fit-yes li { color: rgba(255,255,255,.82); border-color: rgba(255,255,255,.12); }
.fit-yes li::before { content: '✓'; color: #f0c98c; }
.fit-no { background: rgba(255,255,255,.72); }
.fit-no li { color: var(--muted); }
.fit-no li::before { content: '—'; color: var(--terracotta); }

.guarantee-box { display: flex; align-items: center; gap: 13px; margin: 0 0 18px; padding: 14px 16px; border-radius: 15px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); text-align: left; }
.guarantee-box > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest-3); font-weight: 900; }
.guarantee-box strong, .guarantee-box small { display: block; }
.guarantee-box small { margin-top: 2px; color: rgba(255,255,255,.63); line-height: 1.35; }

.mobile-sticky-cta { display: none; }

@media (max-width: 980px) {
  .tools-cta-card { grid-template-columns: 1fr; text-align: center; }
  .tools-cta-card .button { justify-self: center; }
  .human-grid { grid-template-columns: 1fr; }
  .human-copy { text-align: center; }
  .human-copy .section-intro { margin-inline: auto; }
  .human-copy .decision-steps, .human-copy .honesty-note { text-align: left; }
  .human-visual { min-height: 520px; }
  .human-photo { min-height: 520px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 78px; }
  .tools-cta-card { padding: 26px 22px; }
  .tools-cta-card h3 { font-size: 24px; }
  .human-visual { min-height: 440px; border-radius: 24px; }
  .human-photo { min-height: 440px; }
  .kit-screen { right: 12px; bottom: 12px; width: 65%; border-width: 5px; }
  .kit-screen-pages img { height: 145px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { padding: 28px 24px; }
  .mobile-sticky-cta { position: fixed; z-index: 200; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 11px 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(15,48,37,.97); color: white; box-shadow: 0 16px 45px rgba(0,0,0,.34); transform: translateY(130%); opacity: 0; transition: transform .25s ease, opacity .25s ease; backdrop-filter: blur(12px); }
  .mobile-sticky-cta.is-visible { transform: translateY(0); opacity: 1; }
  .mobile-sticky-cta div { display: grid; line-height: 1.2; }
  .mobile-sticky-cta strong { font-family: var(--serif); font-size: 15px; }
  .mobile-sticky-cta span { color: rgba(255,255,255,.66); font-size: 11px; }
  .mobile-sticky-cta a { flex: 0 0 auto; padding: 11px 14px; border-radius: 999px; background: var(--mint); color: var(--forest-3); text-decoration: none; font-size: 12px; font-weight: 900; }
}
