:root{--green-700:#0e6a52;--green-600:#17aa79;--green-200:#e8f7f2;--gray-900:#111827;--gray-700:#374151;--gray-500:#6b7280;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--white:#ffffff;--radius:16px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,sans-serif;color:var(--gray-900);background:#fff}img{max-width:100%;display:block}.container{max-width:1120px;margin:0 auto;padding:0 16px}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--gray-200);z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand img{height:44px;width:auto}.header-actions{display:flex;gap:8px}.header-icon{background:transparent;border:1px solid var(--gray-200);border-radius:10px;padding:8px 10px;cursor:pointer}.header-icon:hover{background:var(--gray-100)}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:inline-flex}}.hero{position:relative;overflow:hidden}.hero-bg{width:100%;height:auto;display:block}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:16px;pointer-events:none}.hero-cta{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;background:var(--green-700);color:#fff;font-weight:800;box-shadow:0 6px 16px #00000040;cursor:pointer}.hero-cta:hover{filter:brightness(1.05)}.hero-title{font-size:48px;line-height:1.1;margin:0 0 16px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-badge{display:inline-block;background:#ff8c00;color:#fff;font-weight:700;padding:8px 12px;border-radius:10px;margin-bottom:16px;box-shadow:0 4px 12px #0003}@media (max-width:768px){.hero-title{font-size:32px}.hero-content{align-items:flex-start;padding-top:16px}}.btn{border:none;padding:14px 28px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:15px;letter-spacing:-.01em}@media (max-width:560px){.btn{padding:12px 20px;font-size:14px;width:100%}}.btn-primary{background:#10b981;color:#fff;box-shadow:0 1px 3px #10b98133}.btn-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98140}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #10b98133}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#f1f5f9;color:#475569;box-shadow:0 1px 2px #00000008}.btn-secondary:hover{background:#e2e8f0;box-shadow:0 2px 4px #0000000d}.section{padding:40px 0}.section-gray{background:var(--gray-100)}.section-title{font-size:28px;margin:0 0 6px}.section-subtitle{margin:0 0 20px;color:var(--gray-700)}.card-product{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;gap:0;transition:transform .18s ease,box-shadow .18s ease}.card-product:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.card-product+.card-product{margin-top:16px}.card-media{position:relative;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;transition:transform .22s ease,filter .22s ease}.card-media:hover img{transform:scale(1.03);filter:brightness(.98)}.card-body{padding:16px;display:flex;flex-direction:column;justify-content:space-between}.card-title{margin:0 0 8px}.card-media{cursor:pointer}.card-product .card-body:first-child{padding-bottom:8px}.card-product .card-body:last-child{padding-top:8px}.card-product .card-body:last-child .btn{width:100%}@media (max-width:768px){.card-body{gap:12px}}.carousel{position:relative}.carousel-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:12px}.dot{width:8px;height:8px;border-radius:999px;background:var(--gray-200)}.dot.active{background:var(--green-700)}@media (max-width:768px){.carousel-track{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px}.card-product{scroll-snap-align:center;min-width:88%}}.site-footer{padding:32px 0;background:#fff}.footer-logo{filter:none;opacity:1;max-width:200px}.footer-links{margin-top:10px;display:flex;gap:10px;justify-content:center;align-items:center;color:var(--gray-900)}.footer-links a{color:var(--green-700);opacity:.95;text-decoration:none}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-links .sep{opacity:.5}input.invalid,select.invalid{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.field-error{color:#b91c1c;font-size:12px;margin-top:4px}.box.highlight{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426;background:#fef2f2}@keyframes pulse-border{0%,to{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}50%{border-color:#f87171;box-shadow:0 0 0 4px #ef444440}}.box.highlight{animation:pulse-border 2s ease-in-out infinite}.whats-cta{position:fixed;left:16px;bottom:16px;z-index:30}.whats-icon{width:12px;height:12px;border-radius:999px;display:inline-block;background:#2ac769}.whats-img{width:72px;height:72px;object-fit:contain}.whats-label{font-weight:800}.accessibility-toolbar{position:fixed;right:8px;bottom:80px;display:flex;flex-direction:column;gap:8px;z-index:30}.acc-btn{background:#0b5a45;color:#fff;border:none;border-radius:10px;padding:8px 10px;cursor:pointer}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s ease}.modal[aria-hidden=true]{opacity:0;pointer-events:none}.modal[aria-hidden=false]{opacity:1}.modal-dialog{background:#fff;border-radius:20px;max-width:100vw;max-height:100vh;width:100%;height:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transform:scale(.98);transition:transform .3s cubic-bezier(.4,0,.2,1)}.modal[aria-hidden=false] .modal-dialog{transform:scale(1)}.modal-grid{display:grid;grid-template-columns:1fr;max-height:100vh;height:100%;overflow:auto;scroll-behavior:smooth}@media (min-width:960px){.modal-grid{grid-template-columns:380px 1fr}}.modal-left{background:#fafafa;padding:24px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #e5e7eb}.modal-right{padding:24px 20px;overflow-y:auto;scroll-behavior:smooth}@media (max-width:560px){.modal-right{padding:16px 12px}}.modal-title{margin:0 0 20px;font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.02em}@media (max-width:560px){.modal-title{font-size:22px;margin-bottom:16px}}.modal-cover{width:100%;height:auto;border-radius:14px;object-fit:cover}.modal-close{position:absolute;top:12px;right:12px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;width:40px;height:40px;cursor:pointer;font-size:20px;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#f9fafb;border-color:#d1d5db;transform:scale(1.05)}.gallery{position:relative}.gallery-track{display:flex;overflow:hidden;border-radius:12px}.gallery-track img{min-width:100%;aspect-ratio:16/9;object-fit:cover}.gallery-dots{display:flex;gap:6px;justify-content:center;margin-top:10px}.gallery-dot{width:8px;height:8px;border-radius:999px;background:var(--gray-200);cursor:pointer}.gallery-dot.active{background:var(--green-700)}.box{border:1px solid #e5e7eb;border-radius:16px;margin-bottom:24px;background:#fff;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px #00000008}.box:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.box-title{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#fafafa;border-bottom:1px solid #e5e7eb}@media (max-width:560px){.box-title{padding:14px 16px}}.box-title h3{margin:0;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.01em}@media (max-width:560px){.box-title h3{font-size:15px}}.box-title svg{color:#64748b;flex-shrink:0}.calendar{padding:12px}.cal-head{display:flex;align-items:center;gap:8px;justify-content:space-between;margin-bottom:8px}.cal-title{font-weight:600}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-grid.ani-left{animation:fadeLeft .22s ease}.cal-grid.ani-right{animation:fadeRight .22s ease}.cal-week{color:var(--gray-500);text-align:center;font-size:12px}.cal-day{height:48px;border:2px solid transparent;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:not-allowed;opacity:.3}.cal-day.enabled{cursor:pointer;opacity:1;border-color:var(--green-700)20;background:var(--green-200)}.cal-day.enabled:hover{filter:brightness(1.03)}.cal-day.selected{border-color:var(--green-700);background:var(--green-200)}@keyframes fadeLeft{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:none}}@keyframes fadeRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:none}}.chips{display:flex;flex-wrap:wrap;gap:8px;padding:12px}.chip{border:1px solid var(--gray-300,#d1d5db);padding:8px 12px;border-radius:999px;background:#fff;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .08s ease;text-align:left;min-width:140px}.chip div{font-weight:600}.chip small{display:block;font-size:11px;color:#6b7280;margin-top:2px;line-height:1.2}.chip.active{border-color:var(--green-700);background:var(--green-200)}.chip:active{transform:scale(.98)}.slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.slot{border:1px solid var(--gray-300,#d1d5db);border-radius:10px;padding:10px;text-align:center;cursor:pointer;background:#fff;transition:background .18s ease,border-color .18s ease,transform .08s ease}.slot.sold{color:#b91c1c;border-color:#fca5a5}.slot.active{border-color:var(--green-700);background:var(--green-200)}.slot:active{transform:scale(.98)}@media (min-width:560px){.slots{grid-template-columns:repeat(4,minmax(0,1fr))}}.address{display:grid;grid-template-columns:1fr;gap:16px;padding:24px}@media (max-width:560px){.address{gap:14px;padding:16px}}.address label{display:flex;flex-direction:column;gap:8px}.address label span{font-weight:600;font-size:13px;color:#475569;letter-spacing:-.01em}@media (max-width:560px){.address label span{font-size:12px}}.address select{height:50px;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 16px;font-size:15px;transition:all .2s ease;background:#fff;color:#0f172a}@media (max-width:560px){.address select{height:46px;font-size:14px;padding:0 12px}}.address select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b98114}.address input{height:50px;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 16px;font-size:16px;transition:all .2s ease;background:#fff;color:#0f172a}@media (max-width:560px){.address input{height:46px;font-size:16px;padding:0 12px}}.address input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b98114}.address input::placeholder{color:#94a3b8}.address input.invalid{border-color:#ef4444}.field-error{color:#dc2626;font-size:12px;margin-top:4px;font-weight:500}@media (max-width:560px){.field-error{font-size:11px}}@media (max-width:560px){.address{grid-template-columns:1fr}}.counters{display:grid;gap:12px;padding:12px}.counter{display:grid;grid-template-columns:1fr auto minmax(160px,auto);gap:12px;align-items:center;border:1px solid var(--gray-200);padding:10px 12px;border-radius:12px}.counter .price{font-weight:700;justify-self:end}.qty-control{display:flex;align-items:center;justify-content:center;gap:12px}.qty-btn{width:40px;height:40px;border-radius:999px;background:var(--green-700);color:#fff;border:1px solid var(--green-700);cursor:pointer;font-weight:800;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:transform .08s ease,filter .18s ease}.qty-btn:hover{filter:brightness(1.05)}.qty-btn:active{transform:scale(.96)}.qty-btn[disabled]{background:var(--green-200);border-color:var(--green-200);color:#fff;opacity:.75;cursor:not-allowed}.qty-value{min-width:36px;text-align:center;font-weight:800;font-size:18px}.checkout-bar{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 -2px 10px #00000008}@media (max-width:560px){.checkout-bar{padding:16px;flex-direction:column;align-items:stretch;gap:12px}}.total{display:flex;align-items:baseline;gap:8px}@media (max-width:560px){.total{justify-content:center}}.total .label{font-weight:600;color:#64748b;font-size:13px;letter-spacing:-.01em}.total .value{font-weight:800;font-size:24px;color:#0f172a}@media (max-width:560px){.total .value{font-size:22px}}.notice{display:flex;gap:10px;border:1px solid var(--gray-200);border-radius:12px;padding:10px;margin:12px 0;background:#f9fafb}.notice-icon{font-size:22px}.notice h4{margin:2px 0}.accordion{border:1px solid var(--gray-200);border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden}.accordion.highlight{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426;background:#fef2f2;animation:pulse-border 2s ease-in-out infinite}.accordion summary{padding:16px 20px;font-weight:600;cursor:pointer;list-style:none;position:relative;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.acc-content{display:block;padding:12px}.howto{padding:0 12px 12px}.howto-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.howto-grid p{margin:.25rem 0 0;color:var(--gray-700)}@media (max-width:768px){.howto-grid{grid-template-columns:1fr}}.pay-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:24px}@media (max-width:560px){.pay-methods{padding:16px;gap:10px}}.method-chip{border:2px solid #e5e7eb;padding:20px;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14px;box-shadow:0 1px 2px #00000008;text-align:center;min-height:120px}@media (max-width:560px){.method-chip{padding:16px;min-height:100px;font-size:13px}}.method-chip img{width:36px;height:36px;object-fit:contain;margin-bottom:4px}@media (max-width:560px){.method-chip img{width:30px;height:30px}}.method-chip:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 12px #10b9811a}.method-chip.active{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);box-shadow:0 2px 8px #10b98126;transform:translateY(-1px)}.method-chip small{font-size:11px;font-weight:700;margin-top:2px}@media (max-width:560px){.method-chip small{font-size:10px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #10b98133}50%{transform:scale(1.02);box-shadow:0 6px 24px #10b98159}}@media (prefers-reduced-motion: reduce){.card-product,.chip,.slot,.method-chip,.modal[aria-hidden=false] .modal-dialog,.cal-grid.ani-left,.cal-grid.ani-right{animation:none!important;transition:none!important}}[data-next-badge=true],[data-nextjs-dev-tools-button=true],[data-next-mark=true]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.modal-right input:focus,.modal-right select:focus,.modal-right textarea:focus{scroll-margin-top:20px}.modal-grid{scroll-padding-top:20px}.pix-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:0 16px 12px}.pix-code{margin:0;padding:20px;border:2px dashed #10b981;border-radius:12px;background:#f0fdf4;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;word-break:break-all;font-weight:600;color:#065f46;line-height:1.7;box-shadow:0 1px 3px #10b9811a}@media (max-width:560px){.pix-code{padding:16px;font-size:12px;line-height:1.6}}.qr-wrap{display:flex;justify-content:center;margin:20px 0;padding:24px;background:#fafafa;border-radius:16px;border:1px solid #e5e7eb}@media (max-width:560px){.qr-wrap{display:none}}.qr-img{width:200px;height:200px;image-rendering:pixelated;border-radius:12px;box-shadow:0 2px 8px #0000000f}.qr-placeholder{display:flex;justify-content:center;margin:12px 16px;padding:20px;background:#fafafa;border-radius:12px}.qr-placeholder img{width:140px;height:140px;object-fit:contain;opacity:.6}.qr-toggle-sm{padding:8px 10px}@media (max-width:560px){.qr-img{width:180px;height:180px}.qr-wrap{display:none}}
