:root {
  --container: 1240px;
  --radius: 20px;
  --radius-sm: 13px;
  --section-space: clamp(72px, 7vw, 104px);
  --brand: #991d20;
  --brand-dark: #671012;
  --brand-soft: #f9ece8;
  --gold: #f5c83b;
  --gold-soft: #fff7d4;
  --green: #168b45;
  --ink: #251813;
  --muted: #6e625d;
  --surface: #fffdf9;
  --paper: #f6f1e8;
  --line: rgba(67, 42, 30, 0.14);
  --shadow: 0 24px 70px rgba(53, 29, 17, 0.12);
  --font: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--font); line-height: 1.6; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.55rem, 5.4vw, 5.25rem); font-weight: 900; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.65rem); font-weight: 900; }
h3 { font-size: 1.18rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - clamp(32px, 5vw, 72px)), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--brand); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--brand); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--gold); }
.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading > p { max-width: 620px; margin-bottom: 0; font-size: 1.05rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.compact { max-width: 600px; margin-bottom: 34px; }
.section-heading.compact h2 { font-size: clamp(1.9rem, 3vw, 3rem); }

.header { position: sticky; z-index: 100; top: 0; height: 84px; background: rgba(255, 253, 249, .93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; height: 84px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 74px; height: 74px; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; }
nav > a:not(.btn-whatsapp) { color: #4f4039; font-size: .9rem; font-weight: 800; }
nav > a:not(.btn-whatsapp):hover { color: var(--brand); }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.btn-whatsapp { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; color: #fff; background: var(--green); border: 1px solid var(--green); border-radius: 999px; box-shadow: 0 14px 28px rgba(22, 139, 69, .19); font-size: .94rem; font-weight: 900; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn-whatsapp:hover { background: #107a3b; box-shadow: 0 18px 35px rgba(22, 139, 69, .26); transform: translateY(-2px); }
.btn-whatsapp:focus-visible, .back-to-top:focus-visible, .menu-toggle:focus-visible, .faq-toggle:focus-visible, summary:focus-visible { outline: 3px solid rgba(245, 200, 59, .8); outline-offset: 3px; }
.btn-whatsapp img { width: 22px; height: 22px; object-fit: contain; }
.btn-small { min-height: 44px; padding: 10px 17px; font-size: .84rem; }
.btn-block { width: 100%; }
.btn-light { color: var(--ink); background: #fff; border-color: #fff; box-shadow: none; }
.btn-light:hover { color: #fff; background: var(--green); border-color: var(--green); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 45%, #fff1ad 0, #fff6d7 26%, transparent 53%), linear-gradient(135deg, #fffdf9 15%, #f9eee6 100%); }
.hero::before { position: absolute; right: -120px; bottom: -160px; width: 440px; height: 440px; border: 1px solid rgba(153, 29, 32, .12); border-radius: 50%; content: ""; }
.hero-grid { display: grid; min-height: min(820px, calc(100svh - 84px)); align-items: center; grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr); gap: clamp(28px, 4vw, 56px); padding-block: clamp(44px, 6vh, 72px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy > p { max-width: 650px; margin-bottom: 28px; font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.hero-copy > small { display: block; margin-top: 12px; color: var(--muted); font-weight: 700; }
.hero-visual { position: relative; width: 100%; min-height: 0; aspect-ratio: 1 / .92; }
.hero-sun { position: absolute; top: 42px; right: 5%; width: min(36vw, 470px); aspect-ratio: 1; background: var(--gold); border: 18px solid rgba(255,255,255,.42); border-radius: 50%; box-shadow: 0 32px 90px rgba(106, 59, 9, .13); }
.hero-food { position: absolute; z-index: 2; right: -8%; bottom: 4%; width: 112%; max-width: none; height: auto; filter: drop-shadow(0 40px 35px rgba(50, 25, 10, .22)); }
.hero-badge { position: absolute; z-index: 3; top: 7%; left: 0; display: flex; width: 145px; aspect-ratio: 1; align-items: center; justify-content: center; flex-direction: column; padding: 18px; color: #fff; background: var(--brand); border: 6px solid #fff; border-radius: 50%; box-shadow: var(--shadow); text-align: center; transform: rotate(-7deg); }
.hero-badge span { font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hero-badge strong { font-size: 1rem; line-height: 1.1; }

.benefit-strip { padding-block: 72px 82px; background: var(--paper); border-block: 1px solid var(--line); }
.benefit-grid { display: grid; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 55px rgba(53,29,17,.06); grid-template-columns: repeat(3, 1fr); }
.benefit-grid article { min-width: 0; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article:nth-child(3n) { border-right: 0; }
.benefit-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.benefit-grid article > span { display: inline-flex; margin-bottom: 27px; color: var(--brand); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.benefit-grid h3 { margin-bottom: 9px; }
.benefit-grid p { margin-bottom: 0; font-size: .92rem; }

.story { background: var(--surface); }
.story-grid { display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: clamp(44px, 7vw, 92px); }
.story-visual { position: relative; min-width: 0; }
.story-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-visual span { position: absolute; right: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 10px 13px; color: #fff; background: rgba(32,18,12,.76); border-radius: 10px; font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.story-copy > p { margin-bottom: 30px; font-size: 1.05rem; }
.story-points { display: grid; gap: 12px; }
.story-points > div { display: grid; padding: 17px 0; border-top: 1px solid var(--line); grid-template-columns: 115px 1fr; gap: 15px; }
.story-points strong { color: var(--brand); }
.story-points span { color: var(--muted); }

.advantages { background: var(--brand-dark); }
.advantages .section-heading h2, .advantages .section-heading p { color: #fff; }
.advantages .section-heading p { opacity: .74; }
.advantages .eyebrow { color: var(--gold); }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.advantage-grid article { min-width: 0; padding: 28px 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.advantage-grid h3 { margin: 25px 0 10px; color: #fff; }
.advantage-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .94rem; }
.icon-chip { display: grid; width: 46px; height: 46px; place-items: center; color: var(--brand-dark); background: var(--gold); border-radius: 14px; font-size: .76rem; font-weight: 900; }

.packages { background: var(--paper); }
.package-tabs { display: grid; max-width: 650px; margin: 0 auto 22px; padding: 6px; background: #e9e0d2; border: 1px solid var(--line); border-radius: 18px; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.package-tabs button { min-height: 58px; padding: 10px 14px; color: var(--muted); background: transparent; border: 0; border-radius: 13px; cursor: pointer; line-height: 1.2; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.package-tabs button span, .package-tabs button strong { display: block; }
.package-tabs button span { margin-bottom: 3px; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.package-tabs button strong { font-size: .92rem; }
.package-tabs button:hover { color: var(--brand); }
.package-tabs button.active { color: #fff; background: var(--brand); box-shadow: 0 8px 22px rgba(103,16,18,.22); transform: translateY(-1px); }
.package-showcase { display: grid; overflow: hidden; background: #fff; border: 1px solid rgba(153,29,32,.22); border-radius: calc(var(--radius) + 4px); box-shadow: 0 24px 64px rgba(73,36,20,.1); grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr); }
.package-showcase.is-changing .package-content { opacity: .35; transform: translateY(6px); }
.package-visual { position: relative; min-width: 0; margin: 0; background: #efe5d7; }
.package-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .2s ease; }
.package-visual figcaption { position: absolute; top: 22px; left: 22px; padding: 9px 13px; color: #fff; background: rgba(74,23,20,.82); border-radius: 999px; font-size: .74rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.package-content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 52px); transition: opacity .18s ease, transform .18s ease; }
.package-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.package-meta span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.package-meta b { padding: 7px 11px; color: var(--brand-dark); background: var(--gold-soft); border-radius: 999px; font-size: .74rem; text-transform: uppercase; }
.package-content h3 { max-width: 540px; margin-bottom: 10px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); }
.package-description { max-width: 590px; margin-bottom: 18px; font-size: .94rem; }
.package-difference { display: grid; overflow: hidden; margin: 4px 0 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); grid-template-columns: repeat(3, 1fr); }
.package-difference > div { min-width: 0; padding: 14px 13px; border-right: 1px solid var(--line); }
.package-difference > div:last-child { border-right: 0; }
.package-difference span, .package-difference strong { display: block; }
.package-difference span { margin-bottom: 4px; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.package-difference strong { font-size: .78rem; line-height: 1.35; }
.format-grid { display: grid; margin-bottom: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.format-card { min-width: 0; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.format-card.preferred { border-color: rgba(153,29,32,.34); }
.format-card > div { display: grid; gap: 2px; }
.format-card > div > span { color: var(--brand); font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.format-card > div > small { color: var(--muted); font-size: .68rem; text-decoration: line-through; }
.format-card > p { margin: 12px 0; }
.format-card > p > small { display: block; color: var(--muted); font-size: .65rem; }
.format-card > p > strong { display: flex; align-items: baseline; gap: 4px; color: var(--brand); }
.format-card > p b { font-size: 2.35rem; line-height: 1; letter-spacing: -.05em; }
.format-card > p i { font-size: .72rem; font-style: normal; }
.format-card > ul { display: grid; gap: 5px; margin: 0; padding: 11px 0 0; border-top: 1px solid var(--line); list-style: none; }
.format-card > ul li { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .68rem; }
.format-card > ul b { color: var(--ink); white-space: nowrap; }
.old-price { margin: 0; font-size: .78rem; text-decoration: line-through; }
.package-price { display: flex; align-items: baseline; gap: 6px; margin: 0 0 24px; color: var(--brand); }
.package-price strong { font-size: 3.5rem; line-height: 1; letter-spacing: -.06em; }
.package-price span { font-size: .93rem; font-weight: 900; }
.package-details { display: grid; margin-bottom: 24px; grid-template-columns: 1fr 1fr; gap: 24px; }
.package-details > div > span { display: block; margin-bottom: 10px; color: var(--ink); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.check-list { display: grid; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: #4f4039; font-size: .92rem; }
.check-list li::before { position: absolute; top: 2px; left: 0; color: var(--green); content: "✓"; font-weight: 900; }
.package-details .check-list { margin-bottom: 0; }
.bundle { display: grid; gap: 8px; margin-top: auto; margin-bottom: 22px; padding: 16px; background: var(--paper); border-radius: var(--radius-sm); }
.bundle span { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .82rem; }
.bundle b { color: var(--ink); white-space: nowrap; }
.bundle em { font-style: normal; }
.package-content > .btn-whatsapp { align-self: flex-start; min-width: 230px; }
.package-content > .btn-whatsapp[hidden] { display: none; }
.pricing-note { max-width: 900px; margin: 24px auto 0; font-size: .78rem; text-align: center; }

.gallery-section { background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gallery-grid figure { position: relative; overflow: hidden; min-width: 0; margin: 0; background: var(--paper); border-radius: var(--radius); }
.gallery-grid figure { aspect-ratio: 4 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figure:nth-child(2) img { object-position: center 49%; }
.gallery-crop img { object-position: center 56%; }
.product-crop img { object-position: center 45%; }
.gallery-grid figcaption { position: absolute; bottom: 14px; left: 14px; padding: 8px 11px; color: #fff; background: rgba(27,17,12,.72); border-radius: 9px; font-size: .74rem; font-weight: 800; backdrop-filter: blur(8px); }

.testimonials { background: var(--gold-soft); }
.testimonial-heading { max-width: 830px; }
.testimonial-heading small { display: block; max-width: 760px; margin: 14px auto 0; color: #86735d; font-size: .75rem; }
.testimonial-chats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.chat-window { display: flex; overflow: hidden; min-width: 0; height: 100%; flex-direction: column; background: #efe7dc; border: 7px solid #fff; border-radius: 26px; box-shadow: 0 20px 55px rgba(65,38,20,.11); opacity: .45; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.chat-window.is-visible { opacity: 1; transform: translateY(0); }
.chat-header { display: flex; min-height: 68px; align-items: center; gap: 10px; padding: 10px 13px; color: #fff; background: #0e775b; }
.chat-back { color: #fff !important; font-size: 2rem !important; line-height: 1; }
.chat-avatar { display: grid; overflow: hidden; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; color: #0e775b; background: #d8f4e5; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.chat-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-logo img { padding: 3px; background: #fff9de; object-fit: contain; }
.avatar-initial { color: #fff; background: var(--brand); }
.chat-contact { display: grid; min-width: 0; margin-right: auto; }
.chat-contact strong { overflow: hidden; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.chat-contact span { overflow: hidden; color: rgba(255,255,255,.78); font-size: .66rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.chat-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.chat-actions span { color: #fff; font-size: 1.2rem; line-height: 1; }
.chat-actions span:last-child { font-size: 1.5rem; }
.chat-body { display: flex; min-height: 0; flex: 1; flex-direction: column; justify-content: center; gap: 11px; padding: 22px 18px; background-color: #efe7dc; background-image: radial-gradient(rgba(76,57,46,.07) 1px, transparent 1px); background-size: 15px 15px; }
.chat-bubble { position: relative; max-width: 86%; padding: 10px 12px 6px; border-radius: 8px; box-shadow: 0 2px 8px rgba(36,24,16,.08); color: #3c312c; background: #fff; font-size: .84rem; line-height: 1.45; }
.chat-bubble.incoming { align-self: flex-start; border-top-left-radius: 2px; }
.chat-bubble.outgoing { align-self: flex-end; background: #d7f8c8; border-top-right-radius: 2px; }
.chat-meta { display: block; margin-top: 2px; color: #887f79; font-size: .62rem; line-height: 1; text-align: right; }
.chat-meta b { color: #2e83b7; letter-spacing: -.12em; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; align-items: start; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 90px); }
.faq-intro { position: sticky; top: 124px; }
.faq-list { min-width: 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 1.03rem; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--brand); font-size: 1.45rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -4px 0 24px; padding-right: 30px; font-size: .94rem; }
.faq-more[hidden] { display: none; }
.faq-toggle { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; color: var(--brand); background: var(--brand-soft); border: 1px solid rgba(153,29,32,.18); border-radius: 999px; cursor: pointer; font-weight: 900; }
.faq-toggle b { transition: transform .2s ease; }
.faq-toggle[aria-expanded="true"] b { transform: rotate(180deg); }

.final-cta { padding-block: 80px; color: #fff; background: linear-gradient(130deg, var(--brand-dark), var(--brand)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta h2 { max-width: 720px; margin-bottom: 12px; color: #fff; }
.final-cta p { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.final-cta .btn-whatsapp { flex: 0 0 auto; }

footer { padding: 68px 0 25px; color: rgba(255,255,255,.72); background: #211715; }
.footer-grid { display: grid; padding-bottom: 48px; grid-template-columns: 1.15fr .65fr 1fr 1fr; gap: 44px; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.62); font-size: .83rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand img { width: 76px; height: 76px; margin-bottom: 14px; object-fit: contain; }
.footer-brand p { max-width: 240px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--gold); }

.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 52px; box-shadow: 0 16px 35px rgba(10,71,35,.28); }
.back-to-top { position: fixed; z-index: 89; right: 29px; bottom: 91px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--brand); border: 0; border-radius: 50%; box-shadow: 0 12px 25px rgba(67,16,17,.24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1100px) {
  nav { gap: 20px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .header, .nav-wrap { height: 76px; }
  .brand { width: 65px; height: 65px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 16px 24px 22px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(40,22,14,.12); }
  nav.open { display: grid; }
  nav > a:not(.btn-whatsapp) { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  nav .btn-whatsapp { margin-top: 15px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 18px; padding-top: 64px; padding-bottom: 36px; }
  .hero-copy { max-width: 760px; }
  .hero-copy h1 { max-width: 720px; }
  .hero-visual { width: min(100%, 720px); margin-inline: auto; aspect-ratio: 16 / 10; }
  .hero-sun { top: 20px; right: 13%; width: min(66vw, 455px); }
  .hero-food { right: 2%; bottom: -2%; width: 92%; }
  .hero-badge { top: 8%; left: 9%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .benefit-grid article:nth-child(2n) { border-right: 0; }
  .benefit-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .benefit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .story-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-visual { max-width: 760px; }
  .faq-intro { position: static; }
  .package-showcase { grid-template-columns: 1fr; }
  .package-visual { aspect-ratio: 16 / 9; }
  .package-content { min-height: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 700px) {
  :root { --radius: 17px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.8rem); }
  .section-heading { margin-bottom: 34px; }
  .hero-grid { padding-top: 52px; }
  .hero-copy > p { font-size: 1.03rem; }
  .hero-visual { aspect-ratio: 1 / .82; }
  .hero-sun { right: 8%; width: min(78vw, 390px); border-width: 12px; }
  .hero-food { right: -8%; bottom: 0; width: 110%; }
  .hero-badge { top: 4%; left: 0; width: 116px; padding: 13px; border-width: 4px; }
  .hero-badge strong { font-size: .85rem; }
  .benefit-strip { padding-block: 60px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { padding: 24px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .benefit-grid article:last-child { border-bottom: 0 !important; }
  .benefit-grid article > span { margin-bottom: 18px; }
  .story-grid { gap: 38px; }
  .story-points > div { grid-template-columns: 90px 1fr; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { padding: 25px 22px; }
  .package-tabs { width: 100%; margin-inline: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-tabs button { min-height: 54px; padding-inline: 8px; }
  .package-tabs button strong { font-size: .8rem; }
  .package-showcase { border-radius: var(--radius); }
  .package-visual { aspect-ratio: 4 / 3; }
  .package-content { min-height: 0; padding: 27px 20px; }
  .package-meta { align-items: flex-start; }
  .package-price strong { font-size: 3.1rem; }
  .package-difference { grid-template-columns: 1fr; }
  .package-difference > div { padding: 11px 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .package-difference > div:last-child { border-bottom: 0; }
  .format-grid { grid-template-columns: 1fr; }
  .package-details { grid-template-columns: 1fr; gap: 22px; }
  .bundle span { align-items: flex-start; flex-direction: column; gap: 1px; }
  .package-content > .btn-whatsapp { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .testimonial-chats { grid-template-columns: 1fr; }
  .chat-window { border-width: 6px; border-radius: 22px; }
  .chat-body { min-height: 0; padding: 20px 13px; }
  .chat-bubble { max-width: 91%; }
  .faq-list summary { min-height: 68px; font-size: .95rem; }
  .faq-list details p { padding-right: 0; }
  .final-cta { padding-block: 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 49px; padding: 12px 16px; }
  .floating-whatsapp span { font-size: .8rem; }
  .back-to-top { right: 18px; bottom: 78px; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 26px); }
  .hero-grid { padding-top: 42px; }
  .hero-badge { width: 103px; }
  .gallery-grid { gap: 9px; }
  .gallery-grid figcaption { bottom: 9px; left: 9px; }
  .btn-whatsapp { width: 100%; padding-inline: 15px; }
  .floating-whatsapp { width: auto; max-width: calc(100vw - 78px); }
  .chat-actions { gap: 9px; }
  .chat-contact strong { font-size: .88rem; }
}

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