:root {
  --green: #0d5c2a;
  --green-dark: #073d1d;
  --green-soft: #e8f2e4;
  --orange: #ef4b16;
  --cream: #f7f3e9;
  --white: #fffefb;
  --ink: #142119;
  --muted: #5f6962;
  --line: rgba(13, 92, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; height: 1.25em; fill: currentColor; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(13,92,42,.1); background: rgba(247,243,233,.88); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { width: 210px; }
.logo-crop { display: block; width: 100%; aspect-ratio: 3.4 / 1; overflow: hidden; }
.logo-crop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; color: #34473a; font-size: 14px; font-weight: 800; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.nav-whatsapp { min-height: 45px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-radius: 999px; background: var(--green); color: white; font-size: 14px; font-weight: 900; transition: transform .25s ease, box-shadow .25s ease; }
.nav-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(13,92,42,.22); }

.hero { position: relative; min-height: 690px; padding: 88px 0 108px; overflow: hidden; display: flex; align-items: center; }
.grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(13,92,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(13,92,42,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.orb { position: absolute; border-radius: 50%; pointer-events: none; }
.orb-one { width: 430px; height: 430px; right: -170px; top: -180px; background: rgba(239,75,22,.09); }
.orb-two { width: 350px; height: 350px; left: -190px; bottom: -190px; background: rgba(35,125,50,.1); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--green); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.05em; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(58px, 6.5vw, 96px); line-height: .94; }
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-text { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 900; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 32px rgba(239,75,22,.2); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.58); color: var(--green); }
.button-secondary:hover { background: white; }
.proof { max-width: 570px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); }
.proof div { display: grid; gap: 5px; }
.proof strong { color: var(--green-dark); font: 500 22px Georgia,serif; }
.proof span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.basket-panel { position: relative; padding: 28px; border: 1px solid rgba(13,92,42,.15); border-radius: 32px 32px 8px 32px; background: var(--white); box-shadow: 0 28px 80px rgba(23,51,28,.13); transform: rotate(1.4deg); }
.basket-panel::before { content: ""; position: absolute; z-index: -1; width: 86%; height: 100%; top: 20px; left: 7%; border: 1px solid rgba(13,92,42,.14); border-radius: inherit; transform: rotate(-4deg); }
.panel-top { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status { display: flex; align-items: center; gap: 8px; color: var(--green); }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #41a850; box-shadow: 0 0 0 5px rgba(65,168,80,.12); }
.panel-heading { display: flex; align-items: center; gap: 17px; margin: 28px 0; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.abstract-mark { width: 62px; height: 62px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 12px; border-radius: 19px; background: var(--green-soft); transform: rotate(-3deg); }
.abstract-mark i { width: 12px; height: 27px; border-radius: 50% 50% 45% 45%; background: var(--green); transform: rotate(-12deg); }
.abstract-mark i:nth-child(2) { height: 36px; background: var(--orange); transform: none; }
.abstract-mark i:nth-child(3) { height: 24px; transform: rotate(12deg); }
.panel-heading > div:last-child { display: grid; gap: 5px; }
.panel-heading small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.panel-heading strong { font: 500 22px Georgia,serif; }
.basket-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px dashed rgba(13,92,42,.18); }
.basket-item > span { color: var(--orange); font: 700 12px Georgia,serif; }
.basket-item p { display: grid; gap: 4px; margin: 0; }
.basket-item p strong { font-size: 14px; }
.basket-item p small { color: var(--muted); line-height: 1.4; }
.basket-item b { padding: 6px 9px; border-radius: 99px; background: var(--green-soft); color: var(--green); font-size: 9px; text-transform: uppercase; }
.delivery-strip { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 17px; border-radius: 18px; background: var(--green); color: white; }
.delivery-strip > span { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 50%; background: white; color: var(--green); font-size: 20px; }
.delivery-strip p { display: grid; gap: 3px; margin: 0; }
.delivery-strip small { color: rgba(255,255,255,.7); }

.plans-section { padding: 110px 0 120px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .process-copy h2, .terms-copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px,5vw,68px); line-height: 1.02; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan-card { position: relative; min-height: 610px; display: flex; flex-direction: column; overflow: hidden; padding: 27px; border: 1px solid #d9e0d9; border-radius: 26px; background: #fbfcf8; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.plan-card:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(13,70,30,.12); }
.plan-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.plan-card.featured { border: 2px solid var(--orange); background: #fffaf4; box-shadow: 0 16px 45px rgba(239,75,22,.12); }
.popular { position: absolute; top: 22px; right: 22px; padding: 7px 10px; border-radius: 99px; background: var(--orange); color: white; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-number { display: block; margin-bottom: 28px; color: #9eaaa1; font: 500 12px Georgia,serif; }
.plan-card h3 { margin: 0 0 8px; color: var(--green-dark); font: 500 28px Georgia,serif; }
.silver h3, .silver .price { color: var(--orange); }
.serves { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price { display: flex; align-items: flex-end; margin: 27px 0 23px; color: var(--green); }
.perice del {opacity:0.55;margin-right:6px;font-size:22px;}
.price strong {font-size: 28px;}

.early-adopter {margin: 0 0 5px 5px !important;font-size:12px !important;font-weight:600;}
.detail-price .early-adopter {margin: 0 0 7px 5px !important;font-size:12px !important;font-weight:600 !important;}
.price strong { font: 500 64px/.85 Georgia,serif; letter-spacing: -.055em; }
.price small { margin: 0 0 5px 8px; color: var(--ink); font-weight: 800; }
.rule { height: 1px; margin-bottom: 23px; background: var(--line); }
.feature-main { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.feature-main > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 12px; }
.silver .feature-main > span { background: var(--orange); }
.feature-main p { display: grid; gap: 5px; margin: 0; }
.feature-main strong { font-size: 14px; }
.feature-main small { color: var(--muted); line-height: 1.4; }
.plan-card ul { list-style: none; display: grid; gap: 13px; padding: 0; margin: 22px 0 27px; color: #425047; font-size: 13px; }
.plan-card li { display: flex; gap: 9px; line-height: 1.4; }
.plan-card li span { color: var(--green); font-weight: 900; }
.plan-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 19px; border-radius: 15px; background: var(--green); color: white; font-size: 14px; font-weight: 900; transition: transform .25s ease, background .25s ease; }
.silver .plan-button { background: var(--orange); }
.plan-button:hover { transform: translateY(-2px); background: var(--green-dark); }
.silver .plan-button:hover { background: #cf390a; }
.price-note { margin: 18px 0 0; color: #7d8680; font-size: 11px; text-align: center; }

.process { padding: 110px 0; background: var(--green-dark); color: white; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.eyebrow.light { color: #a9d4a8; }
.process-copy > p:last-child { max-width: 430px; color: rgba(255,255,255,.62); line-height: 1.7; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps li > span { color: #8ec28d; font: 500 18px Georgia,serif; }
.steps strong { display: block; margin-bottom: 7px; font: 500 24px Georgia,serif; }
.steps p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.6; }

.terms { padding: 110px 0; background: #e9f0e4; }
.terms-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 65px; border: 1px solid rgba(13,92,42,.12); border-radius: 32px; background: var(--white); }
.terms-copy > p:last-child { max-width: 650px; margin: 25px 0 0; color: var(--muted); line-height: 1.75; }
.terms-stats { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
.terms-stats div { min-height: 135px; display: grid; align-content: center; gap: 8px; padding: 23px 14px; border-right: 1px solid var(--line); text-align: center; }
.terms-stats div:last-child { border-right: 0; }
.terms-stats strong { color: var(--green); font: 500 38px Georgia,serif; }
.terms-stats span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }

.final-cta { padding: 100px 0; background: var(--orange); color: white; text-align: center; }
.final-cta p { margin: 0 0 14px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.final-cta h2 { font-size: clamp(45px,6vw,78px); }
.button-white { width: max-content; margin: 32px auto 14px; background: white; color: var(--green); }
.final-cta > .container > span { display: block; font-size: 13px; opacity: .76; }

footer { background: #072a15; color: white; }
.footer-inner { min-height: 105px; display: flex; align-items: center; gap: 30px; }
.footer-inner > strong { color: #68b151; font: italic 700 24px Georgia,serif; }
.footer-inner > strong span { color: var(--orange); }
.footer-inner p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-inner a { margin-left: auto; font-size: 13px; font-weight: 900; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 19px; border-radius: 999px; background: #25d366; color: #073d1d; box-shadow: 0 14px 35px rgba(0,0,0,.22); font-size: 13px; font-weight: 900; transition: transform .25s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.02); }

/* Bucket detail pages */
.detail-page { --plan-accent: var(--green); --plan-soft: #e8f2e4; }
.silver-detail { --plan-accent: var(--orange); --plan-soft: #fff0e8; }
.golden-detail { --plan-accent: #557b16; --plan-soft: #eef4df; }
.detail-page .eyebrow { color: var(--plan-accent); }
.detail-page .button-primary { background: var(--plan-accent); box-shadow: 0 12px 32px color-mix(in srgb, var(--plan-accent) 22%, transparent); }
.detail-page .nav-whatsapp { background: var(--plan-accent); }
.detail-page .orb-one { background: color-mix(in srgb, var(--plan-accent) 10%, transparent); }

.bucket-hero { position: relative; min-height: 710px; overflow: hidden; padding: 42px 0 92px; display: flex; align-items: center; }
.bucket-hero > .grid-lines { pointer-events: none; }
.bucket-hero > .container { position: relative; }
.back-link { display: inline-flex; align-items: center; margin-bottom: 47px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.back-link:hover { color: var(--plan-accent); transform: translateX(-3px); }
.bucket-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; }
.bucket-copy h1 { max-width: 650px; margin: 0; font-size: clamp(55px, 6vw, 90px); line-height: .96; }
.bucket-copy h1 em { color: var(--plan-accent); font-weight: 500; }
.bucket-intro { max-width: 620px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.detail-price { display: flex; align-items: flex-end; margin: 31px 0 0; color: var(--plan-accent); }
.detail-price span { margin: 0 4px 13px 0; font: 500 28px Georgia,serif; }
.detail-price strong { font: 500 78px/.86 Georgia,serif; letter-spacing: -.055em; }
.detail-price small { margin: 0 0 6px 10px; color: var(--ink); font-size: 15px; font-weight: 900; }
.bucket-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.commitment-note { margin: 16px 0 0; color: #738078; font-size: 12px; font-weight: 800; }

.bucket-receipt { position: relative; padding: 30px; border: 1px solid color-mix(in srgb, var(--plan-accent) 23%, transparent); border-radius: 34px 34px 8px 34px; background: var(--white); box-shadow: 0 28px 80px rgba(23,51,28,.13); }
.bucket-receipt::before { content: ""; position: absolute; z-index: -1; inset: 17px 8% -17px; border-radius: inherit; background: var(--plan-soft); transform: rotate(-2deg); }
.receipt-top { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.detail-page .receipt-top .status { color: var(--plan-accent); }
.detail-page .receipt-top .status::before { background: var(--plan-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--plan-accent) 14%, transparent); }
.receipt-title { display: flex; align-items: center; gap: 16px; margin: 28px 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.bucket-icon { width: 62px; height: 62px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; flex: none; padding: 12px; border-radius: 20px; background: var(--plan-soft); }
.bucket-icon i { width: 12px; height: 26px; border-radius: 50% 50% 42% 42%; background: var(--plan-accent); transform: rotate(-12deg); }
.bucket-icon i:nth-child(2) { height: 36px; background: var(--orange); transform: none; }
.silver-detail .bucket-icon i:nth-child(2) { background: var(--green); }
.bucket-icon i:nth-child(3) { height: 23px; transform: rotate(12deg); }
.receipt-title > div { display: grid; gap: 5px; }
.receipt-title small { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.receipt-title strong { color: var(--plan-accent); font: 500 28px Georgia,serif; }
.receipt-feature { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 16px; padding: 18px; border-radius: 20px; background: var(--plan-soft); }
.receipt-feature > strong { color: var(--plan-accent); font: 500 55px/.9 Georgia,serif; text-align: center; }
.receipt-feature p { display: grid; gap: 5px; margin: 0; }
.receipt-feature b { font-size: 14px; }
.receipt-feature span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.receipt-list { list-style: none; margin: 17px 0 0; padding: 0; }
.receipt-list li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px dashed rgba(13,92,42,.16); }
.receipt-list li > span { color: var(--plan-accent); font: 700 11px Georgia,serif; }
.receipt-list p { display: grid; gap: 4px; margin: 0; }
.receipt-list strong { font-size: 13px; }
.receipt-list small { color: var(--muted); line-height: 1.4; }
.receipt-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 17px 19px; border-radius: 17px; background: var(--plan-accent); color: white; }
.receipt-total span { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }
.receipt-total strong { font: 500 20px Georgia,serif; }

.bucket-included { padding: 108px 0 116px; background: var(--white); }
.compact-heading { margin-bottom: 45px; }
.inclusion-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.inclusion-grid.four-up { grid-template-columns: repeat(4,1fr); }
.inclusion-grid article { min-height: 285px; padding: 27px; border: 1px solid #dce3dc; border-radius: 24px; background: #fbfcf8; }
.inclusion-grid article > span { display: block; margin-bottom: 47px; color: var(--plan-accent); font: 500 12px Georgia,serif; }
.inclusion-grid h3 { margin: 0 0 9px; color: var(--green-dark); font: 500 24px Georgia,serif; }
.inclusion-grid article > strong { display: block; color: var(--plan-accent); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.inclusion-grid p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.inclusion-grid .newspaper-card { border-color: color-mix(in srgb, var(--plan-accent) 25%, #dce3dc); background: var(--plan-soft); }
.upgrade-note { margin: 19px 0 0; padding: 17px 20px; border-radius: 15px; background: var(--green-soft); color: #405047; font-size: 13px; line-height: 1.5; text-align: center; }
.upgrade-note a { color: var(--green); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.planning-section { padding: 108px 0; background: var(--green-dark); color: white; }
.planning-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.planning-grid h2 { margin: 0; font: 500 clamp(42px,5vw,68px)/1.02 Georgia,'Times New Roman',serif; letter-spacing: -.05em; }
.planning-list { border-top: 1px solid rgba(255,255,255,.16); }
.planning-list article { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.planning-list article > span { color: #90be8d; font: 500 17px Georgia,serif; }
.planning-list strong { display: block; margin-bottom: 7px; font: 500 23px Georgia,serif; }
.planning-list p { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.65; }

.detail-cta { padding: 88px 0; background: var(--plan-accent); color: white; }
.detail-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.detail-cta p { margin: 0 0 11px; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.detail-cta h2 { margin: 0; font: 500 clamp(37px,4.3vw,60px)/1.02 Georgia,'Times New Roman',serif; letter-spacing: -.045em; }
.detail-cta div > span { display: block; margin-top: 13px; font-size: 13px; opacity: .75; }
.detail-cta .button-white { flex: none; margin: 0; }

.reveal { animation: rise .8s cubic-bezier(.22,.8,.3,1) both; }
.delay { animation-delay: .13s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-whatsapp { margin-left: auto; }
  .hero-grid, .section-heading, .process-grid, .terms-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-text, .proof { margin-left: auto; margin-right: auto; }
  .basket-panel { width: min(600px,95%); margin: 0 auto; }
  .section-heading { gap: 24px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .plan-card { min-height: auto; }
  .process-grid { gap: 55px; }
  .terms-card { gap: 45px; padding: 48px; }
  .bucket-hero-grid, .planning-grid { grid-template-columns: 1fr; }
  .bucket-hero-grid { gap: 62px; }
  .bucket-receipt { width: min(630px,100%); margin: 0 auto; }
  .inclusion-grid, .inclusion-grid.four-up { grid-template-columns: repeat(2,1fr); }
  .planning-grid { gap: 52px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px,1180px); }
  .nav { min-height: 68px; }
  .brand { width: 155px; }
  .nav-whatsapp { min-height: 42px; padding: 0 13px; }
  .nav-whatsapp span { display: none; }
  .hero { min-height: auto; padding: 58px 0 82px; }
  .hero h1 { font-size: clamp(50px,16vw,70px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .proof strong { font-size: 18px; }
  .proof span { font-size: 9px; line-height: 1.4; }
  .basket-panel { width: 100%; padding: 22px; border-radius: 25px 25px 6px 25px; transform: none; }
  .basket-panel::before { display: none; }
  .panel-heading strong { font-size: 18px; }
  .basket-item { grid-template-columns: 25px 1fr; }
  .basket-item b { display: none; }
  .plans-section, .process, .terms { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process-copy h2, .terms-copy h2 { font-size: 42px; }
  .plan-card { padding: 24px; }
  .terms-card { padding: 28px 22px; border-radius: 24px; }
  .terms-stats { grid-template-columns: 1fr; }
  .terms-stats div { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .terms-stats div:last-child { border-bottom: 0; }
  .footer-inner { flex-wrap: wrap; justify-content: center; padding: 28px 0 94px; text-align: center; }
  .footer-inner a { margin-left: 0; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: 14px; justify-content: center; }
  .bucket-hero { min-height: auto; padding: 28px 0 74px; }
  .back-link { margin-bottom: 36px; }
  .bucket-copy h1 { font-size: clamp(49px,15vw,68px); }
  .bucket-intro { font-size: 16px; }
  .detail-price strong { font-size: 67px; }
  .bucket-actions { flex-direction: column; }
  .bucket-receipt { padding: 22px; border-radius: 26px 26px 7px 26px; }
  .bucket-receipt::before { display: none; }
  .receipt-feature { grid-template-columns: 56px 1fr; padding: 15px; }
  .receipt-feature > strong { font-size: 47px; }
  .bucket-included, .planning-section { padding: 76px 0; }
  .compact-heading { margin-bottom: 34px; }
  .inclusion-grid, .inclusion-grid.four-up { grid-template-columns: 1fr; }
  .inclusion-grid article { min-height: 235px; }
  .inclusion-grid article > span { margin-bottom: 33px; }
  .planning-list article { grid-template-columns: 45px 1fr; }
  .detail-cta { padding: 70px 0; }
  .detail-cta-inner { flex-direction: column; align-items: flex-start; }
  .detail-cta .button-white { width: 100%; }
}

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