:root{--red-primary:#d32f2f;--red-dark:#9a1f1f;--red-light:#ffebee;--red-light-hover:#ffcdd2;--white:#fff;--white-bg:#fafafa;--white-card:#fff;--black:#000;--sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--transition:all .3s cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 2px 8px #d32f2f0a;--shadow-md:0 8px 24px #d32f2f14;--shadow-lg:0 16px 48px #d32f2f1f}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--sans);background-color:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;transition:var(--transition);text-decoration:none}button{font-family:var(--sans);cursor:pointer;transition:var(--transition);background:0 0;border:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--white)}::-webkit-scrollbar-thumb{background:var(--red-light-hover);border:2px solid var(--white);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--red-primary)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--red-light);transition:var(--transition);background-color:#fffffff2;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{flex-direction:column;line-height:1.1;display:flex}.logo-main{color:var(--red-primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo-sub{color:var(--black);letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:600}.logo-img{object-fit:contain;width:auto;height:44px;display:block}.footer-logo-img{object-fit:contain;width:auto;height:52px;margin-bottom:.5rem;display:block}.nav-links{gap:2rem;list-style:none;display:flex}.nav-link{color:var(--black);padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.nav-link:after{content:"";background-color:var(--red-primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{background-color:var(--red-primary);border:2px solid var(--red-primary);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #d32f2f26;color:var(--white)!important}.nav-cta:hover{background-color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f33;color:var(--red-primary)!important}.menu-toggle{flex-direction:column;gap:6px;width:30px;height:24px;display:none}.menu-toggle span{background-color:var(--black);width:100%;height:2px;transition:var(--transition);border-radius:2px;display:block}@media (width<=992px){.nav-links,.nav-cta{display:none}.menu-toggle{justify-content:center;display:flex}}.hero-sec{background:radial-gradient(circle at 90% 10%, var(--red-light) 0%, var(--white) 60%);padding:8rem 0 6rem;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.hero-tag{background-color:var(--red-light);color:var(--red-primary);text-transform:uppercase;letter-spacing:1px;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.hero-title{color:var(--black);letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.15}.hero-title span{color:var(--red-primary)}.hero-desc{color:var(--black);opacity:.9;margin-bottom:2.5rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1.25rem;display:flex}.btn-primary{background-color:var(--red-primary);color:var(--white);border:2px solid var(--red-primary);border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #d32f2f33}.btn-primary:hover{background-color:var(--white);color:var(--red-primary);transform:translateY(-2px);box-shadow:0 6px 22px #d32f2f40}.btn-secondary{background-color:var(--white);color:var(--black);border:2px solid var(--red-light-hover);border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-secondary:hover{border-color:var(--red-primary);color:var(--red-primary);transform:translateY(-2px)}.hero-image-container{justify-content:center;align-items:center;display:flex;position:relative}.hero-badge-floating{background-color:var(--white);border:2px solid var(--red-primary);box-shadow:var(--shadow-lg);border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;animation:4s ease-in-out infinite float;display:flex;position:absolute;bottom:10%;left:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-badge-icon{background-color:var(--red-light);color:var(--red-primary);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.hero-badge-text{text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:800}.hero-poster-preview{border:8px solid var(--white);width:100%;max-width:450px;box-shadow:var(--shadow-lg);transition:var(--transition);border-radius:24px;transform:rotate(0)}.hero-poster-preview:hover{transform:scale(1.02)}@media (width<=992px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.hero-badge-floating{left:auto;right:5%}}.section{padding:6rem 0}.section-bg{background-color:var(--white-bg);border-top:1px solid var(--red-light);border-bottom:1px solid var(--red-light)}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-tag{color:var(--red-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:block}.section-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.section-desc{opacity:.9;font-size:1.05rem}.why-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.why-card{background-color:var(--white);border:1px solid var(--red-light);min-width:260px;transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:12px;flex:0 calc(25% - 1.5rem);gap:1.25rem;padding:2.25rem;display:flex}.why-card:hover{border-color:var(--red-primary);box-shadow:var(--shadow-md);transform:translateY(-5px)}.why-icon{background-color:var(--red-light);width:44px;height:44px;color:var(--red-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.why-content h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.why-content p{opacity:.8;font-size:.95rem}@media (width<=576px){.why-card{gap:.85rem;min-width:100%;padding:1.25rem}.why-content h3{font-size:1.05rem}.why-content p{font-size:.85rem}}.products-filter-bar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.filter-btn{background-color:var(--white);border:2px solid var(--red-light);color:var(--black);border-radius:50px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700}.filter-btn:hover{border-color:var(--red-primary);color:var(--red-primary)}.filter-btn.active{background-color:var(--red-primary);border-color:var(--red-primary);color:var(--white)}.products-grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.product-card{flex:0 calc(33.333% - 1.75rem);min-width:300px}@media (width<=576px){.product-card{flex:0 100%}}.product-card{background-color:var(--white);border:1px solid var(--red-light);transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--red-primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.product-header-banner{background-color:var(--red-primary);height:8px}.product-body{flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.product-title{letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.product-desc{opacity:.9;flex-grow:1;margin-bottom:1.75rem;font-size:.95rem}.product-section-title{text-transform:uppercase;color:var(--red-primary);letter-spacing:1px;border-bottom:1px dashed var(--red-light-hover);margin-bottom:.75rem;padding-bottom:.25rem;font-size:.85rem;font-weight:800}.features-list{margin-bottom:1.75rem;list-style:none}.feature-item{align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.feature-bullet{color:var(--red-primary);font-weight:700}.ideal-container{background-color:var(--white-bg);border-left:3px solid var(--red-primary);border-radius:0 8px 8px 0;padding:.75rem 1rem}.ideal-title{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;font-weight:800}.ideal-tags{font-size:.9rem;font-weight:600}.packaging-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.packaging-card{background-color:var(--white);border:1px solid var(--red-light);text-align:center;transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:16px;padding:3rem 2rem 2.5rem;position:relative}.packaging-card:hover{border-color:var(--red-primary);box-shadow:var(--shadow-md);transform:translateY(-5px)}.packaging-icon-wrapper{background-color:var(--red-light);width:72px;height:72px;color:var(--red-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.packaging-title{margin-bottom:1.5rem;font-size:1.35rem;font-weight:800}.packaging-sizes{flex-direction:column;gap:.75rem;list-style:none;display:flex}.packaging-size-item{background-color:var(--white-bg);border:1px solid var(--red-light);border-radius:6px;padding:.5rem 1rem;font-size:1.1rem;font-weight:700}.packaging-note{text-align:center;color:var(--red-primary);grid-column:1/-1;margin-top:2.5rem;font-size:1.05rem;font-weight:600}.guide-banner{background:linear-gradient(135deg, var(--red-light) 0%, var(--white) 100%);border:2px solid var(--red-primary);box-shadow:var(--shadow-md);border-radius:24px;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:4rem;display:grid}@media (width<=992px){.guide-banner{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2.5rem}}.guide-banner-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800}.guide-banner-desc{max-width:600px;font-size:1.1rem}.contact-unique-section{background:linear-gradient(135deg,#1a0000 0%,#7b0000 40%,#c62828 75%,#e53935 100%);padding:7rem 0;position:relative;overflow:hidden}.contact-blob{filter:blur(80px);opacity:.25;pointer-events:none;border-radius:50%;position:absolute}.contact-blob-1{background:#ff6b6b;width:500px;height:500px;animation:6s ease-in-out infinite blobPulse;top:-150px;left:-150px}.contact-blob-2{background:#fff;width:400px;height:400px;animation:8s ease-in-out infinite reverse blobPulse;bottom:-100px;right:-100px}@keyframes blobPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.contact-unique-tag{color:#fff;letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.8rem;font-weight:700;display:inline-block}.contact-unique-title{color:#fff;letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-unique-desc{color:#ffffffbf;max-width:560px;margin:0 auto;font-size:1.1rem}.contact-unique-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.contact-unique-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:20px;flex-direction:column;flex:0 300px;align-items:center;gap:.75rem;padding:2.5rem 2rem;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.contact-unique-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1f,#fff0);border-radius:20px;transition:opacity .35s;position:absolute;inset:0}.contact-unique-card:hover{border-color:#ffffff80;transform:translateY(-8px);box-shadow:0 20px 60px #0000004d}.contact-unique-card:hover:before{opacity:1}.contact-unique-card--accent{color:#c62828;background:#fffffff2;border-color:#fff}.contact-unique-card--accent .contact-unique-card-label{color:#c62828b3}.contact-unique-card--accent .contact-unique-card-value{color:#c62828}.contact-unique-card--accent .contact-unique-icon-wrap{color:#c62828;background:#c628281f}.contact-unique-card--accent .contact-unique-card-arrow{color:#fff;background:#c62828}.contact-unique-card--accent:hover{box-shadow:0 20px 60px #c6282866}.contact-unique-icon-wrap{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;transition:transform .3s;display:flex}.contact-unique-card:hover .contact-unique-icon-wrap{transform:scale(1.1)rotate(-5deg)}.contact-unique-card-label{text-transform:uppercase;letter-spacing:1.5px;color:#fff9;font-size:.78rem;font-weight:700}.contact-unique-card-value{word-break:break-all;font-size:1.1rem;font-weight:700}.contact-unique-card-arrow{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-top:.75rem;font-size:1.1rem;font-weight:700;transition:transform .3s,background .3s;display:flex}.contact-unique-card:hover .contact-unique-card-arrow{background:#ffffff4d;transform:translate(5px)}.contact-unique-cta{color:#c62828;background:#fff;border:2px solid #0000;border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 30px #00000040}.contact-unique-cta:hover{color:#fff;background:0 0;border-color:#fff;transform:translateY(-3px);box-shadow:0 12px 40px #00000059}.contact-compact-row{flex-direction:column;align-items:center;gap:1.25rem;max-width:520px;margin:0 auto;display:flex}.contact-compact-pill{background:var(--white);border:1.5px solid var(--red-light);width:100%;color:var(--black);border-radius:14px;align-items:center;gap:1.25rem;padding:1.1rem 1.5rem;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 2px 8px #d32f2f0f}.contact-compact-pill:hover{border-color:var(--red-primary);transform:translateY(-3px);box-shadow:0 8px 24px #d32f2f26}.contact-compact-pill--featured{border-color:var(--red-primary);background:var(--red-light)}.contact-compact-icon{background:var(--red-light);width:46px;height:46px;color:var(--red-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s;display:flex}.contact-compact-pill--featured .contact-compact-icon{background:var(--red-primary);color:#fff}.contact-compact-pill:hover .contact-compact-icon{transform:scale(1.1)}.contact-compact-text{flex-direction:column;gap:.15rem;display:flex}.contact-compact-label{text-transform:uppercase;letter-spacing:1px;color:var(--red-primary);opacity:.8;font-size:.75rem;font-weight:700}.contact-compact-value{color:var(--black);font-size:1.05rem;font-weight:700}@media (width<=576px){.contact-compact-pill{gap:.85rem;padding:.85rem 1rem}.contact-compact-icon{width:40px;height:40px}.contact-compact-icon svg{width:18px;height:18px}.contact-compact-value{word-break:break-word;font-size:.9rem}.contact-compact-label{font-size:.7rem}}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.contact-info-list{flex-direction:column;gap:2rem;display:flex}.contact-item-box{background-color:var(--white-bg);border:1px solid var(--red-light);transition:var(--transition);border-radius:12px;gap:1.5rem;padding:2rem;display:flex}.contact-item-box:hover{border-color:var(--red-primary);box-shadow:var(--shadow-sm)}.contact-item-icon{background-color:var(--red-light);width:56px;height:56px;color:var(--red-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.contact-item-content h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.contact-item-content p{font-size:1.15rem;font-weight:700}.contact-item-content .small-p{opacity:.9;font-size:.95rem;font-weight:500}.contact-form-card{background-color:var(--white);border:1px solid var(--red-light);box-shadow:var(--shadow-md);border-radius:16px;padding:3rem}@media (width<=576px){.contact-form-card{padding:2rem 1.5rem}}.form-group{margin-bottom:1.5rem}.form-label{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.form-control{border:2px solid var(--red-light);width:100%;font-family:var(--sans);transition:var(--transition);color:var(--black);background-color:var(--white);border-radius:6px;padding:.85rem 1rem;font-size:1rem}.form-control:focus{border-color:var(--red-primary);outline:none}.form-submit-btn{background-color:var(--red-primary);width:100%;color:var(--white);border:2px solid var(--red-primary);border-radius:6px;padding:1rem;font-size:1rem;font-weight:700;box-shadow:0 4px 12px #d32f2f26}.form-submit-btn:hover{background-color:var(--white);color:var(--red-primary);transform:translateY(-2px)}.privacy-accordion{background-color:var(--white-bg);border:1px solid var(--red-light);border-radius:12px;max-width:900px;margin:0 auto;overflow:hidden}.privacy-summary{cursor:pointer;background-color:var(--white);transition:var(--transition);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.2rem;font-weight:800;list-style:none;display:flex}.privacy-summary::-webkit-details-marker{display:none}.privacy-summary:hover{background-color:var(--red-light);color:var(--red-primary)}.privacy-summary:after{content:"▼";font-size:.8rem;transition:transform .3s}details[open] .privacy-summary:after{transform:rotate(180deg)}.privacy-content{border-top:1px solid var(--red-light);background-color:var(--white-bg);text-align:left;padding:2.5rem}.privacy-content h3{border-bottom:1px solid var(--red-light-hover);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.35rem;font-weight:800}.privacy-content h3:first-of-type{margin-top:0}.privacy-content h4{margin:1.25rem 0 .5rem;font-size:1.1rem;font-weight:700}.privacy-content p,.privacy-content ul{opacity:.9;margin-bottom:1rem;font-size:.95rem}.privacy-content ul{padding-left:1.5rem}.privacy-content li{margin-bottom:.5rem}.privacy-intro-box{background-color:var(--white);border:1px solid var(--red-light);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.footer{border-top:1px solid var(--red-light);padding:4rem 0 2rem}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;margin-bottom:3rem;display:flex}.footer-brand{max-width:350px}.footer-brand p{margin-top:1rem;font-size:.95rem}.footer-brand h5,.footer-links-col h5{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem;font-size:1rem;font-weight:800}.footer-links-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links-col a:hover{color:var(--red-primary);padding-left:4px}.footer-bottom{border-top:1px dashed var(--red-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;font-size:.9rem;display:flex}@media (width<=768px){.footer-top{text-align:center;flex-direction:column;align-items:center}.footer-bottom{text-align:center;flex-direction:column}}.mobile-nav-overlay{z-index:1000;opacity:0;pointer-events:none;transition:var(--transition);background-color:#0006;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-drawer{background-color:var(--white);border-left:2px solid var(--red-primary);z-index:1001;width:80%;max-width:320px;transition:var(--transition);flex-direction:column;gap:3rem;padding:2.5rem;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.mobile-nav-drawer.open{transform:translate(0)}.close-drawer-btn{background-color:var(--red-light);width:36px;height:36px;color:var(--red-primary);border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.mobile-nav-links{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.mobile-nav-link{font-size:1.25rem;font-weight:700}.mobile-cta{text-align:center;background-color:var(--red-primary);color:var(--white);border-radius:8px;margin-top:auto;padding:1rem;font-weight:700}.success-toast{background-color:var(--white);border:2px solid var(--red-primary);box-shadow:var(--shadow-lg);z-index:2000;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInRight;display:flex;position:fixed;bottom:2rem;right:2rem}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
