@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/lora-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --green-950: #073d24;
  --green-900: #0d512d;
  --green-800: #146b37;
  --green-700: #238642;
  --green-100: #e9f5e9;
  --yellow: #ffc400;
  --yellow-soft: #fff4bf;
  --red: #dd292f;
  --cream: #fffaf0;
  --white: #fff;
  --ink: #193026;
  --muted: #5c6b63;
  --wood: #8b4a21;
  --wood-dark: #5e2d12;
  --shadow: 0 18px 45px rgba(7, 61, 36, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 8vw, 4.8rem); letter-spacing: -.04em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 5.5vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.28rem; }

.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: 78px 0; }
.section-kicker, .eyebrow { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: var(--yellow); }
.section-intro { color: var(--muted); font-size: 1.06rem; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; border-top: 8px solid var(--red); color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-image img { width: auto; height: 72px; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; filter: drop-shadow(0 4px 8px rgba(0,0,0,.2)); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 22px; border: 0; border-radius: 14px; background: var(--yellow); color: var(--green-950); font-size: .98rem; font-weight: 900; text-align: center; text-decoration: none; box-shadow: 0 7px 0 #c99600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: #ffd329; transform: translateY(-2px); box-shadow: 0 9px 0 #c99600; }
.button:active { transform: translateY(4px); box-shadow: 0 3px 0 #c99600; }
.button:focus-visible, .faq-item button:focus-visible, a:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .84rem; }
.button-large { min-height: 58px; padding: 17px 26px; }
.button-light { background: var(--white); box-shadow: 0 7px 0 rgba(65,27,8,.45); }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 130px 0 105px; background: linear-gradient(145deg, var(--green-900), var(--green-800)); color: var(--white); }
.hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 18px 18px; content: ''; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 50px; align-items: center; }
.hero-copy { text-align: center; }
.eyebrow { color: var(--yellow); }
.hero h1 { margin-bottom: 22px; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 700px; margin: 0 auto 24px; color: rgba(255,255,255,.88); font-size: 1.1rem; }
.hero-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-bottom: 28px; color: var(--yellow-soft); font-size: .9rem; font-weight: 700; }
.hero-offer { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero-offer div small, .hero-offer div strong { display: block; }
.hero-offer div small { color: rgba(255,255,255,.7); }
.hero-offer div strong { color: var(--yellow); font-family: Georgia, serif; font-size: 2.7rem; line-height: 1; }
.secure-note { color: rgba(255,255,255,.7); font-size: .74rem; }
.book-stage { position: relative; width: min(580px, 100%); margin-inline: auto; }
.book-stage img { width: 100%; filter: drop-shadow(0 28px 32px rgba(0,0,0,.28)); }
.hero-decoration { position: absolute; border-radius: 50%; background: rgba(68,164,89,.28); }
.hero-decoration-one { top: 80px; left: -90px; width: 220px; height: 220px; }
.hero-decoration-two { right: -60px; bottom: 40px; width: 170px; height: 170px; }
.hero-wave { position: absolute; right: -5%; bottom: -65px; left: -5%; height: 120px; border-radius: 50% 50% 0 0; background: var(--cream); }

.card-grid { display: grid; gap: 18px; margin-top: 36px; }
.pain-card { padding: 28px 23px; border: 1px solid #dce7dd; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(7,61,36,.06); }
.pain-card h3 { margin-bottom: 10px; }
.pain-card p { margin-bottom: 0; color: var(--muted); }
.icon-bubble { display: grid; width: 50px; height: 50px; margin-bottom: 18px; place-items: center; border-radius: 17px; background: var(--yellow-soft); color: var(--green-800); font-size: 1.5rem; font-weight: 900; }

.solution-section { background: var(--white); }
.split-layout { display: grid; gap: 48px; align-items: center; }
.solution-visual { position: relative; width: min(440px, 90%); margin-inline: auto; }
.photo-frame { overflow: hidden; padding: 9px; border: 4px solid var(--yellow); border-radius: 25px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.photo-frame img { border-radius: 14px; }
.hand-note { position: absolute; right: -22px; bottom: 12%; padding: 11px 16px; border-radius: 10px; background: var(--red); color: var(--white); font-family: Georgia, serif; font-size: .92rem; font-weight: 700; transform: rotate(4deg); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.solution-copy p { color: var(--muted); }
.text-link { color: var(--green-800); font-weight: 900; text-decoration: none; }
.text-link span { color: var(--red); }

.benefits-section { background: var(--green-900); color: var(--white); }
.benefits-grid { display: grid; gap: 16px; margin-top: 38px; }
.benefits-grid article { padding: 25px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); }
.benefits-grid article > span { display: inline-block; margin-bottom: 15px; color: var(--yellow); font-size: 2rem; }
.benefits-grid h3 { margin-bottom: 9px; }
.benefits-grid p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .94rem; }

.credibility-section { background: var(--white); }
.credibility-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.credibility-grid span { padding: 12px 16px; border: 1px solid #d8e7da; border-radius: 100px; background: #f6faf5; color: var(--green-900); font-size: .88rem; font-weight: 800; }

.inside-section { background: #f3f8ef; }
.inside-grid { display: grid; gap: 45px; align-items: center; }
.feature-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 14px; align-items: center; padding: 14px; border-radius: 16px; background: var(--white); box-shadow: 0 6px 20px rgba(7,61,36,.05); }
.feature-list li > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--green-700); color: var(--white); font-weight: 900; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { margin-top: 2px; color: var(--muted); }
.wood-panel { position: relative; overflow: hidden; min-height: 350px; padding: 85px 45px 60px; background: url('assets/placa-madeira-compacta.webp') center/contain no-repeat; color: var(--white); text-align: center; filter: drop-shadow(10px 16px 18px rgba(73,35,15,.25)); }
.wood-panel > span { display: block; color: var(--yellow-soft); font-weight: 700; text-shadow: 0 2px 3px rgba(0,0,0,.7); }
.wood-panel > strong { display: block; margin: 8px 0 0; color: var(--yellow); font-family: Georgia, serif; font-size: clamp(2.7rem, 12vw, 4.6rem); line-height: 1; text-shadow: 0 3px 4px rgba(0,0,0,.7); }
.wood-panel > p { text-shadow: 0 2px 3px rgba(0,0,0,.7); }

.category-grid { display: grid; gap: 16px; margin-top: 36px; }
.category { overflow: hidden; padding: 25px 20px; border-radius: 22px; background: var(--white); text-align: center; box-shadow: 0 8px 25px rgba(7,61,36,.07); }
.category > span { display: grid; width: 56px; height: 56px; margin: 0 auto 14px; place-items: center; border-radius: 50%; color: var(--white); font-size: 1.55rem; font-weight: 900; }
.category h3 { margin-bottom: 8px; }
.category p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.category-sensory > span { background: #15998e; }
.category-motor > span { background: var(--red); }
.category-cognitive > span { background: var(--yellow); color: var(--green-950); }
.category-language > span { background: #4285c5; }
.category-music > span { background: #9754a6; }


.audience-section { background: var(--green-800); color: var(--white); }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 33px; color: rgba(255,255,255,.86); }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--green-950); font-size: .7rem; font-weight: 900; content: '✓'; }
.audience-quote { padding: 30px; border-radius: 30px 30px 30px 6px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.audience-quote > span { color: var(--yellow); font-family: Georgia, serif; font-size: 5rem; line-height: .5; }
.audience-quote p { font-family: Georgia, serif; font-size: 1.3rem; }
.audience-quote strong { color: var(--red); font-size: .85rem; }

.safety-box, .guarantee-box { display: grid; gap: 24px; align-items: center; padding: 30px 24px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.safety-icon { display: grid; width: 76px; height: 76px; margin-inline: auto; place-items: center; border: 8px solid var(--green-100); border-radius: 50%; background: var(--green-700); color: var(--white); font-size: 2rem; font-weight: 900; }
.safety-box p { color: var(--muted); }
.safety-note { margin-bottom: 0; padding: 13px 15px; border-left: 4px solid var(--yellow); background: var(--yellow-soft); color: var(--ink) !important; font-size: .86rem; }

.offer-section { background: linear-gradient(135deg, var(--green-950), var(--green-800)); }
.offer-card { display: grid; gap: 20px; padding: 24px; border: 5px solid var(--yellow); border-radius: 30px; background: var(--white); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.offer-book { width: min(500px, 92vw); margin: -55px auto 0; }
.offer-book img { width: 100%; filter: drop-shadow(0 22px 26px rgba(0,0,0,.22)); }
.offer-label { display: inline-block; padding: 6px 12px; border-radius: 100px; background: var(--red); color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-content ul { display: grid; gap: 7px; padding-left: 21px; color: var(--muted); }
.offer-content li::marker { color: var(--green-700); }
.price { margin: 24px 0 17px; }
.price small, .price strong { display: block; }
.wood-price { min-height: 150px; padding: 35px 25px 25px; background: url('assets/placa-madeira-horizontal.webp') center/100% 100% no-repeat; color: var(--white); text-align: center; filter: drop-shadow(0 9px 9px rgba(73,35,15,.22)); }
.wood-price small { color: var(--yellow-soft); text-shadow: 0 2px 3px rgba(0,0,0,.7); }
.wood-price strong { color: var(--yellow); font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; text-shadow: 0 3px 4px rgba(0,0,0,.75); }
.dark-note { display: block; margin-top: 14px; color: var(--muted); text-align: center; }

.guarantee-section { background: var(--yellow-soft); }
.guarantee-box { border: 2px solid var(--yellow); }
.guarantee-seal { display: grid; width: 120px; height: 120px; margin-inline: auto; place-content: center; border: 4px dashed var(--yellow); border-radius: 50%; background: var(--red); color: var(--white); text-align: center; transform: rotate(-5deg); }
.guarantee-seal strong { font-family: Georgia, serif; font-size: 2.5rem; line-height: .9; }
.guarantee-seal span { font-size: .7rem; font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.guarantee-box p { margin-bottom: 0; color: var(--muted); }

.faq-list { max-width: 860px; margin-top: 35px; }
.faq-item { border-bottom: 1px solid #d8e2da; }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; border: 0; background: transparent; color: var(--ink); font: 700 1.05rem/1.3 Arial, sans-serif; text-align: left; cursor: pointer; }
.faq-item button span { flex: 0 0 auto; color: var(--red); font-size: 1.6rem; transition: transform .25s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .3s ease, opacity .3s ease; }
.faq-answer p { overflow: hidden; margin-bottom: 0; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; padding-bottom: 20px; opacity: 1; }
.faq-item.open button span { transform: rotate(45deg); }

.about-section { background: var(--green-900); color: var(--white); }
.about-grid { display: grid; gap: 30px; align-items: center; }
.about-mark { position: relative; display: grid; width: min(330px, 80vw); height: 320px; margin-inline: auto; place-items: center; }
.about-brush { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .55; }
.about-logo { position: relative; z-index: 1; width: 220px; height: 250px; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(0,0,0,.25)); }
.about-grid p { margin-bottom: 0; color: rgba(255,255,255,.78); }

.final-cta { padding: 80px 0 100px; background: var(--yellow); }
.final-cta .section-kicker { color: var(--green-800); }
.final-cta p { font-size: 1.12rem; }
.final-cta .button { background: var(--green-800); color: var(--white); box-shadow: 0 7px 0 var(--green-950); }

.site-footer { padding: 50px 0 100px; background: var(--green-950); color: var(--white); }
.footer-grid { display: grid; gap: 30px; }
.footer-grid > div, .footer-grid nav { display: flex; flex-direction: column; gap: 6px; }
.footer-grid a { color: rgba(255,255,255,.72); font-size: .9rem; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; flex-direction: column; gap: 5px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: .75rem; }
.mobile-buy-bar { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #ddd; background: rgba(255,255,255,.96); box-shadow: 0 -8px 30px rgba(0,0,0,.13); backdrop-filter: blur(8px); }
.mobile-buy-bar small, .mobile-buy-bar strong { display: block; line-height: 1.15; }
.mobile-buy-bar small { color: var(--muted); font-size: .7rem; }
.mobile-buy-bar strong { color: var(--green-800); font-family: Georgia, serif; font-size: 1.35rem; }
.mobile-buy-bar .button { min-height: 44px; padding: 10px 16px; font-size: .82rem; }

.footer-brand img { width: auto; height: 120px; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; }
.cookie-settings-link { width: fit-content; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.72); font: inherit; font-size: .9rem; text-align: left; cursor: pointer; }
.cookie-settings-link:hover { color: var(--yellow); }
.cookie-banner { position: fixed; z-index: 100; right: 14px; bottom: 84px; left: 14px; display: grid; gap: 16px; max-width: 760px; margin-inline: auto; padding: 20px; border: 1px solid #dbe6dc; border-radius: 20px; background: var(--white); box-shadow: 0 18px 60px rgba(0,0,0,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-copy strong { display: block; margin-bottom: 5px; color: var(--green-900); font-family: Georgia, serif; font-size: 1.2rem; }
.cookie-copy p { margin: 0; color: var(--muted); font-size: .84rem; }
.cookie-options { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; color: var(--ink); font-size: .78rem; }
.cookie-options label { display: flex; gap: 6px; align-items: center; cursor: pointer; }
.cookie-options input { width: 17px; height: 17px; accent-color: var(--green-700); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cookie-actions button { min-height: 42px; }
.cookie-decline, .cookie-save { padding: 10px 14px; border: 1px solid #cbd9cd; border-radius: 12px; background: var(--white); color: var(--green-900); font-weight: 800; cursor: pointer; }

.legal-page { background: #f7f8f2; }
.legal-page .site-header { position: relative; background: var(--green-900); }
.legal-page .header-inner { min-height: 100px; padding-top: 8px; }
.legal-main { min-height: 60vh; padding: 60px 0 90px; }
.legal-card { max-width: 880px; padding: 28px 22px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { margin-bottom: 12px; color: var(--green-900); font-size: clamp(2.1rem, 7vw, 3.4rem); }
.legal-card h2 { margin-top: 35px; font-size: 1.55rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--green-800); font-weight: 800; }
.legal-meta { display: block; margin-bottom: 28px; color: var(--muted); font-size: .82rem; }
.contact-card { text-align: center; }
.contact-card .contact-email { display: block; margin: 18px 0 24px; color: var(--green-800); font-size: clamp(1rem, 4.5vw, 1.4rem); font-weight: 900; overflow-wrap: anywhere; }

@media (min-width: 600px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-box, .guarantee-box { grid-template-columns: auto 1fr; padding: 40px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 820px) {
  .section { padding: 105px 0; }
  .site-header { position: absolute; }
  .hero { padding: 145px 0 130px; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; }
  .hero-copy { text-align: left; }
  .hero-lead { margin-left: 0; }
  .hero-points { justify-content: flex-start; }
  .hero-offer { align-items: flex-start; }
  .book-stage { width: 620px; margin-right: -65px; }
  .three-cards { grid-template-columns: repeat(3, 1fr); }
  .split-layout { grid-template-columns: .9fr 1.1fr; gap: 85px; }
  .benefits-grid { grid-template-columns: repeat(4, 1fr); }
  .inside-grid { grid-template-columns: 1.2fr .8fr; gap: 70px; }
  .category-grid { grid-template-columns: repeat(5, 1fr); }
  .audience-layout { grid-template-columns: 1.2fr .8fr; }
  .offer-card { grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: center; padding: 50px; }
  .offer-book { width: 540px; margin: -65px 0 -45px -60px; }
  .about-grid { grid-template-columns: auto 1fr; gap: 65px; }
  .mobile-buy-bar { display: none; }
  .site-footer { padding-bottom: 40px; }
  .cookie-banner { bottom: 22px; grid-template-columns: 1fr auto; align-items: center; padding: 22px 24px; }
  .legal-card { padding: 50px 60px; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 24px, 1120px); }
  .header-inner { gap: 8px; }
  .brand-image img { width: auto; height: 64px; }
  .header-inner .button { max-width: 175px; padding-inline: 10px; font-size: .76rem; }
  .hero { padding-top: 122px; }
  .mobile-buy-bar { padding-inline: 10px; }
  .mobile-buy-bar .button { padding-inline: 11px; }
}

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

/* Refinamento visual — terceira rodada */
body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: 'Lora', Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

h1 {
  font-size: clamp(2.05rem, 9.5vw, 3.5rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.75rem, 6.5vw, 2.6rem);
  line-height: 1.18;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.28;
}

.container { width: min(1080px, calc(100% - 32px)); }
.narrow { max-width: 700px; }
.section { padding: 60px 0; }
.section-intro { max-width: 660px; margin-inline: auto; font-size: 1rem; line-height: 1.7; }
.section-kicker, .eyebrow { margin-bottom: 10px; font-size: .72rem; letter-spacing: .11em; }

.header-inner { min-height: 96px; padding-top: 8px; }
.brand-image img { width: auto; height: 72px; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; }
.header-inner .button { min-height: 42px; padding: 10px 15px; box-shadow: 0 5px 0 #c99600; }

.hero {
  min-height: auto;
  padding: 105px 0 65px;
}

.hero-grid { min-height: auto; gap: 18px; }
.hero-copy { max-width: 650px; }
.hero h1 { margin-bottom: 16px; }
.hero-lead { max-width: 610px; margin-bottom: 17px; font-size: .98rem; line-height: 1.62; }
.hero-points { gap: 5px 14px; margin-bottom: 18px; font-size: .8rem; }
.hero-offer { gap: 8px; }
.hero-offer div strong { font-size: 2.25rem; }
.hero-offer .button { min-height: 52px; padding-block: 13px; }
.book-stage { width: min(420px, 100%); height: auto; overflow: visible; aspect-ratio: auto; }
.book-stage img { width: 100%; height: auto; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; border-radius: 22px; filter: drop-shadow(0 18px 22px rgba(0,0,0,.22)); }
.hero-wave { bottom: -34px; height: 64px; }

.pain-section .section-intro { margin-bottom: 0; }
.card-grid { margin-top: 28px; }
.pain-card { padding: 23px 21px; border-radius: 18px; box-shadow: 0 8px 24px rgba(7,61,36,.05); }
.icon-bubble { width: 44px; height: 44px; margin-bottom: 14px; border-radius: 14px; }

.split-layout { gap: 38px; }
.photo-frame { border-width: 3px; border-radius: 19px; transform: none; box-shadow: 0 14px 35px rgba(7,61,36,.1); }
.hand-note { right: -10px; }
.solution-copy p { max-width: 650px; }

.benefits-grid { margin-top: 28px; }
.benefits-grid article { padding: 22px 19px; border-radius: 17px; }
.credibility-grid { margin-top: 25px; }
.credibility-grid span { padding: 10px 14px; background: var(--white); }

.inside-grid { gap: 34px; }
.feature-list { gap: 9px; }
.feature-list li { padding: 12px 14px; border: 1px solid #e2ebe3; border-radius: 13px; box-shadow: none; }
.feature-list li > span { flex-basis: 34px; height: 34px; }
.feature-list small { line-height: 1.45; }
.inside-mockup { width: 100%; height: auto; margin: 0; padding: 12px; overflow: visible; aspect-ratio: auto; border: 1px solid #dce7dd; border-radius: 22px; background: var(--white); box-shadow: 0 14px 34px rgba(7,61,36,.1); }
.inside-mockup img { width: 100%; height: auto; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; border-radius: 14px; }
.inside-mockup figcaption { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 12px 4px 3px; }
.inside-mockup figcaption span { padding: 6px 9px; border-radius: 100px; background: var(--green-100); color: var(--green-900); font-size: .68rem; font-weight: 700; }

.category-grid { margin-top: 28px; }
.category { padding: 21px 15px; border: 1px solid #e3ebe4; border-radius: 17px; box-shadow: 0 7px 20px rgba(7,61,36,.05); }
.category > span { width: 48px; height: 48px; margin-bottom: 11px; font-size: 1.3rem; }

.visual-proof-section { overflow: hidden; background: var(--white); }
.visual-proof-card { height: auto; margin-top: 28px; padding: 12px; overflow: visible; aspect-ratio: auto; border: 1px solid #dfe8df; border-radius: 24px; background: #fffaf3; box-shadow: 0 16px 40px rgba(7,61,36,.09); }
.visual-proof-card > img { width: 100%; height: auto; max-width: 100%; object-fit: contain; object-position: center; aspect-ratio: auto; border-radius: 16px; }
.visual-proof-facts { display: grid; gap: 8px; padding: 14px 6px 4px; }
.visual-proof-facts span { padding: 10px 12px; border-radius: 12px; background: var(--white); color: var(--muted); font-size: .78rem; text-align: center; }
.visual-proof-facts strong { color: var(--green-800); }

.audience-quote { padding: 25px; border-radius: 22px 22px 22px 6px; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.audience-quote p, .hero-offer div strong, .guarantee-seal strong { font-family: 'Lora', Georgia, serif; }
.faq-item button { font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: 1rem; font-weight: 600; }
.safety-box, .guarantee-box { padding: 26px 22px; border-radius: 22px; box-shadow: 0 12px 32px rgba(7,61,36,.09); }

.offer-section { padding-block: 70px; }
.offer-card-clean { display: block; max-width: 760px; padding: 32px 24px; border-width: 3px; border-radius: 24px; }
.offer-card-clean .offer-content { max-width: 610px; margin-inline: auto; }
.offer-card-clean h2 { max-width: 530px; margin: 14px auto 18px; text-align: center; }
.offer-card-clean .offer-label { display: table; margin-inline: auto; }
.offer-card-clean ul { max-width: 480px; margin-inline: auto; }
.wood-price { min-height: 0; max-width: 430px; margin: 22px auto 17px; padding: 19px 24px; border: 1px solid #cee1d1; border-radius: 18px; background: var(--green-100); filter: none; }
.wood-price small { color: var(--green-900); text-shadow: none; }
.wood-price strong { color: var(--green-800); font-family: 'Lora', Georgia, serif; font-size: 2.8rem; text-shadow: none; }
.offer-checkout-group { display: grid; width: min(100%, 460px); gap: 12px; justify-items: stretch; margin: 24px auto 0; }
.offer-checkout-group .wood-price { width: 100%; max-width: none; margin: 0; }
.offer-card-clean .checkout-link { width: 100%; max-width: none; margin: 0; }
.offer-checkout-group .dark-note { margin: 2px 0 0; line-height: 1.4; }

.guarantee-seal { width: 105px; height: 105px; }
.about-mark { height: 280px; }
.about-logo { width: 195px; height: 220px; }
.final-cta { padding: 56px 0 105px; }
.final-cta-card { max-width: 760px; padding: 30px 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 26px; background: rgba(255,255,255,.28); box-shadow: 0 18px 44px rgba(82,63,0,.12); }
.final-cta-card h2 { max-width: 580px; margin: 0 auto 20px; }
.final-price-card { display: grid; width: min(100%, 350px); gap: 3px; margin: 0 auto 18px; padding: 18px 20px; border: 2px solid rgba(13,81,45,.14); border-radius: 20px; background: var(--white); box-shadow: 0 10px 24px rgba(82,63,0,.13); }
.final-price-card small { display: table; margin: 0 auto 4px; padding: 4px 10px; border-radius: 100px; background: var(--red); color: var(--white); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.final-price-card strong { color: var(--green-900); font-family: 'Lora', Georgia, serif; font-size: clamp(2.8rem, 13vw, 3.6rem); line-height: 1; }
.final-price-card span { color: var(--muted); font-size: .78rem; font-weight: 600; }
.final-cta-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin: 0 auto 20px; padding: 0; list-style: none; }
.final-cta-benefits li { position: relative; padding-left: 18px; color: var(--green-950); font-size: .76rem; font-weight: 700; }
.final-cta-benefits li::before { position: absolute; left: 0; color: var(--green-700); content: '✓'; }
.final-cta .final-cta-button { width: min(100%, 420px); margin-inline: auto; }
.final-trust-note { display: block; margin-top: 14px; color: var(--green-900); font-size: .72rem; font-weight: 600; }

@media (min-width: 600px) {
  .visual-proof-facts { grid-template-columns: repeat(3, 1fr); }
  .offer-card-clean { padding: 44px 52px 38px; }
  .final-cta { padding-bottom: 76px; }
  .final-cta-card { padding: 42px 46px; }
}

@media (min-width: 820px) {
  .section { padding: 76px 0; }
  .header-inner { min-height: 104px; }
  .brand-image img { width: auto; height: 82px; }
  .hero { min-height: auto; padding: 105px 0 65px; }
  .hero-grid { grid-template-columns: 1.06fr .94fr; gap: 34px; min-height: 0; }
  .hero-copy { text-align: left; }
  .hero h1 { max-width: 650px; font-size: clamp(2.75rem, 4.2vw, 3.5rem); }
  .hero-lead { margin-left: 0; }
  .hero-offer { display: grid; grid-template-columns: auto minmax(250px, 1fr); gap: 8px 18px; align-items: center; }
  .hero-offer .secure-note { grid-column: 1 / -1; }
  .book-stage { width: min(470px, 41vw); height: auto; margin: 0; overflow: visible; }
  .split-layout { gap: 65px; }
  .inside-grid { grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); gap: 44px; align-items: center; }
  .visual-proof-card { padding: 18px; }
  .offer-card-clean { display: block; }
  .about-grid { gap: 50px; }
}

@media (max-width: 380px) {
  .hero { padding-top: 106px; }
  .header-inner { min-height: 88px; }
  .brand-image img { width: auto; height: 64px; }
  .hero h1 { font-size: 1.88rem; }
  .hero-lead { font-size: .91rem; }
  .hero-points { font-size: .74rem; }
  .book-stage { width: min(100%, 92vw); height: auto; overflow: visible; }
}
