:root {
  --ink: #261810;
  --muted: #73645c;
  --paper: #fff8f3;
  --paper-light: #fffdfb;
  --paper-warm: #fff0e5;
  --white: #fff;
  --orange: #ff5a12;
  --orange-hot: #f33c00;
  --orange-pale: #fff0e6;
  --green: #20bd62;
  --green-dark: #128a43;
  --green-pale: #eafbf1;
  --line: #eadbd0;
  --shadow: 0 22px 60px rgba(105, 55, 28, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(100% - 30px, 1160px); margin-inline: auto; }
.section { padding: 72px 0; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,253,251,.93); border-bottom: 1px solid rgba(102,62,37,.1); box-shadow: 0 8px 28px rgba(96,51,23,.06); backdrop-filter: blur(18px); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 12px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 9px; }
.brand-logo { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg,var(--orange),var(--orange-hot)); box-shadow: 0 9px 20px rgba(255,74,8,.2); }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.brand-text strong { font-size: 13px; line-height: 1; letter-spacing: -.015em; white-space: nowrap; }
.brand-text small { color: var(--orange-hot); font-size: 6.5px; line-height: 1.1; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.header-link { display: none; margin-left: auto; color: #67564b; font-size: 13px; font-weight: 750; }
.header-cta { margin-left: auto; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 14px; font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 14px; border-radius: 12px; font-size: 11px; }
.button-whatsapp { color: white; background: linear-gradient(135deg,#29c86b,#18a952); box-shadow: 0 14px 32px rgba(26,169,83,.24); }
.button-whatsapp:hover { box-shadow: 0 18px 40px rgba(26,169,83,.32); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.82); border: 1px solid #dfc9ba; }
.button-light { color: var(--green-dark); background: white; box-shadow: 0 14px 34px rgba(32,83,48,.16); }

.wa-hero { position: relative; overflow: hidden; padding: 48px 0 44px; background: radial-gradient(circle at 7% 8%,rgba(255,165,100,.22),transparent 32%),radial-gradient(circle at 96% 46%,rgba(32,189,98,.13),transparent 30%),linear-gradient(145deg,#fffaf6,#fff0e5); }
.wa-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(246,77,4,.15) 1px,transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.shape-one { width: 250px; height: 250px; right: -110px; top: 70px; background: rgba(32,189,98,.08); }
.shape-two { width: 180px; height: 180px; left: -110px; bottom: 0; background: rgba(255,90,18,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 34px; }
.hero-copy { text-align: center; }
.eyebrow,.section-label { color: var(--orange-hot); font-size: 10px; line-height: 1.3; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; }
.whatsapp-dot { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 0 0 5px rgba(32,189,98,.11); font-size: 11px; }
.hero-copy h1 { max-width: 710px; margin: 0 auto; font-size: clamp(40px,12vw,58px); line-height: 1.01; letter-spacing: -.055em; font-weight: 950; }
.hero-copy h1 em,.section-heading h2 em,.steps-copy h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 20px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-actions { display: grid; gap: 10px; margin-top: 27px; }
.hero-actions .button { width: 100%; }
.trust-row { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.trust-row span { padding: 8px 10px; border: 1px solid rgba(210,225,214,.95); border-radius: 999px; color: #496154; background: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; }

.wa-visual { position: relative; min-height: 430px; display: flex; align-items: flex-end; justify-content: center; isolation: isolate; }
.wa-visual::before { content: ""; position: absolute; z-index: -1; bottom: 8px; width: min(350px,94vw); height: 350px; border-radius: 46% 54% 50% 50%; background: linear-gradient(145deg,#ffe1ce,#c9f3d9); box-shadow: inset 0 0 0 1px rgba(255,89,18,.1),0 25px 65px rgba(107,56,28,.11); transform: rotate(-3deg); }
.phone { position: relative; z-index: 3; width: min(235px,68vw); flex: none; padding: 17px 10px 13px; border: 5px solid #37241c; border-radius: 31px; color: var(--ink); background: white; box-shadow: 0 28px 58px rgba(66,35,22,.24); transform: rotate(-3deg); }
.phone-notch { position: absolute; top: 6px; left: 50%; width: 62px; height: 13px; border-radius: 0 0 10px 10px; background: #37241c; transform: translateX(-50%); }
.phone-head { display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; margin-top: 7px; padding: 8px 5px 10px; border-bottom: 1px solid #eee5df; }
.phone-head img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.phone-head div { display: grid; gap: 2px; }
.phone-head strong { font-size: 10px; }
.phone-head small { color: #8f837c; font-size: 7px; }
.phone-head > span { color: #9f958f; font-size: 12px; letter-spacing: 1px; }
.phone-screen { display: grid; gap: 10px; padding: 12px 4px 5px; background: linear-gradient(180deg,#f7fbf8,#fff); }
.phone-deal { padding: 12px; border: 1px solid #dcece1; border-radius: 14px; background: white; box-shadow: 0 8px 24px rgba(41,94,59,.07); }
.phone-deal > span { color: var(--orange-hot); font-size: 7px; font-weight: 900; letter-spacing: .07em; }
.phone-deal > strong { display: block; margin-top: 6px; font-size: 12px; line-height: 1.2; }
.phone-deal p { margin: 9px 0 0; display: flex; align-items: baseline; gap: 7px; }
.phone-deal p b { font-size: 16px; }
.phone-deal p del { color: #9d928c; font-size: 8px; }
.phone-deal p em { margin-left: auto; color: var(--green); font-size: 8px; font-style: normal; font-weight: 900; }
.phone-deal.second { background: var(--green-pale); }
.phone-deal.second > span { color: var(--green-dark); }
.phone-deal.second p { color: var(--green-dark); font-size: 9px; font-weight: 800; }
.phone-home { width: 63px; height: 4px; margin: 10px auto 0; border-radius: 999px; background: #cfc5bf; }
.wa-mascot { position: relative; z-index: 2; width: min(180px,50vw); max-height: 410px; flex: none; margin-left: -56px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 28px rgba(81,40,20,.18)); }
.deal-found { position: absolute; z-index: 5; right: 0; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid #d5eadc; border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 0 14px 34px rgba(61,72,59,.13); }
.deal-found > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--green-dark); background: var(--green-pale); font-weight: 900; }
.deal-found div { display: grid; gap: 1px; }
.deal-found strong { font-size: 9px; }
.deal-found small { color: #8e837d; font-size: 7px; }

.section-heading { max-width: 700px; }
.section-heading.centered { margin: 0 auto 38px; text-align: center; }
.section-heading h2,.steps-copy h2 { margin: 10px 0 0; font-size: clamp(35px,10vw,49px); line-height: 1.04; letter-spacing: -.05em; font-weight: 950; }
.section-heading > p,.steps-copy > p { margin: 15px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.benefits { background: var(--paper-light); }
.benefit-grid { display: grid; gap: 14px; }
.benefit-grid article { min-height: 225px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 38px rgba(94,50,25,.07); }
.benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--green-dark); background: var(--green-pale); font-size: 21px; font-weight: 900; }
.benefit-grid h3 { margin: 26px 0 9px; font-size: 22px; letter-spacing: -.035em; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }

.steps-section { background: linear-gradient(180deg,var(--paper-warm),var(--paper)); }
.steps-grid { display: grid; gap: 42px; }
.text-link { display: inline-flex; margin-top: 23px; color: var(--green-dark); font-size: 14px; font-weight: 900; }
.steps-list { margin: 0; padding: 0; display: grid; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 47px 1fr; gap: 14px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.steps-list li:first-child { padding-top: 0; }
.steps-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.steps-list > li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 9px 20px rgba(32,189,98,.2); font-weight: 900; }
.steps-list h3 { margin: 1px 0 6px; font-size: 18px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq-section { background: #fffaf7; }
.faq-grid { display: grid; gap: 35px; }
.faq-grid .section-heading p a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 32px; gap: 16px; align-items: center; padding: 21px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); font-size: 19px; transition: transform .2s ease,background .2s ease; }
.faq-list details[open] summary span { color: white; background: var(--green); transform: rotate(45deg); }
.faq-list details p { margin: -2px 42px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.seo-section { padding: 10px 0 74px; background: #fffaf7; }
.seo-box { padding: 27px 24px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.seo-box h2 { margin: 9px 0 12px; font-size: 27px; line-height: 1.1; letter-spacing: -.04em; }
.seo-box p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 62px 0; color: white; background: linear-gradient(135deg,#129347,#28c66a); }
.final-cta::after { content: "%"; position: absolute; right: -35px; top: -55px; color: rgba(255,255,255,.09); font-size: 220px; line-height: 1; font-weight: 950; transform: rotate(-8deg); }
.final-inner { position: relative; z-index: 1; display: grid; gap: 27px; }
.final-inner > div > span { color: #d5f7e2; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.final-inner h2 { margin: 9px 0; font-size: 39px; line-height: 1.03; letter-spacing: -.05em; }
.final-inner p { margin: 0; color: #e3f8ea; font-size: 14px; line-height: 1.6; }
.final-inner .button { width: 100%; }

.site-footer { padding: 48px 0 91px; color: white; background: #2a1811; }
.footer-inner { display: grid; gap: 23px; }
.footer-brand .brand-text strong { color: white; }
.footer-brand .brand-text small { color: #ffb58c; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-inner nav a { color: #e2d6cf; font-size: 12px; }
.footer-inner p { margin: 0; color: #9e8a7f; font-size: 9px; }
.mobile-bottom-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 11px; min-height: 52px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; color: white; background: linear-gradient(135deg,#29c86b,#18a952); box-shadow: 0 15px 42px rgba(26,86,49,.32); font-size: 13px; font-weight: 900; }

@media (min-width: 700px) {
  .shell { width: min(100% - 48px,1160px); }
  .section { padding: 92px 0; }
  .brand-logo { width: 44px; height: 44px; flex-basis: 44px; }
  .brand-text strong { font-size: 16px; }
  .brand-text small { font-size: 8px; }
  .header-link { display: inline-block; }
  .header-cta { margin-left: 0; }
  .wa-hero { padding: 74px 0 60px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-actions { display: flex; justify-content: center; }
  .hero-actions .button { width: auto; }
  .wa-visual { min-height: 510px; }
  .phone { width: 275px; padding: 20px 12px 15px; }
  .phone-screen { gap: 13px; padding-top: 15px; }
  .phone-deal { padding: 15px; }
  .wa-mascot { width: 230px; max-height: 500px; margin-left: -68px; }
  .deal-found { right: 6%; bottom: 38px; }
  .benefit-grid { grid-template-columns: repeat(3,1fr); gap: 16px; }
  .benefit-grid article { min-height: 270px; }
  .steps-grid { grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
  .faq-grid .section-heading { position: sticky; top: 105px; }
  .seo-box { padding: 36px 40px; }
  .final-inner { grid-template-columns: 1fr auto; align-items: center; gap: 55px; }
  .final-inner .button { width: auto; }
  .footer-inner { grid-template-columns: 1.4fr 1fr; align-items: center; }
  .footer-inner p { grid-column: 1/-1; }
}

@media (min-width: 940px) {
  .header-inner { min-height: 78px; }
  .wa-hero { padding: 82px 0 70px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; }
  .hero-copy { text-align: left; }
  .hero-copy h1,.hero-copy > p { margin-left: 0; }
  .hero-actions,.trust-row { justify-content: flex-start; }
  .wa-visual { min-height: 550px; }
  .phone { width: 292px; }
  .wa-mascot { width: 265px; max-height: 545px; margin-left: -73px; }
  .deal-found { right: 0; }
  .section-heading h2,.steps-copy h2 { font-size: 56px; }
  .mobile-bottom-cta { display: none; }
  .site-footer { padding-bottom: 30px; }
}

@media (max-width: 390px) {
  .brand-text strong { font-size: 11px; }
  .brand-text small { font-size: 5.7px; }
  .header-cta { padding-inline: 10px; font-size: 10px; }
  .hero-copy h1 { font-size: 38px; }
  .wa-visual { min-height: 405px; }
  .phone { width: 220px; }
  .wa-mascot { width: 164px; max-height: 390px; margin-left: -51px; }
  .deal-found { right: -3px; bottom: 14px; }
}

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