*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-yellow:gold;--brand-yellow-dark:#e6c000;--brand-red:#cc1f1f;--brand-green:#2e7d32;--brand-green-light:#4caf50;--brand-cream:#fffdf5;--brand-orange:#ff6b35;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 10px 40px #00000026;--shadow-xl:0 20px 60px #0000002e}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--brand-cream);color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}button:focus-visible{outline:3px solid var(--brand-yellow);outline-offset:3px}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.skip-link{background:var(--brand-red);color:#fff;z-index:9999;padding:8px 16px;position:absolute;top:-100%;left:0}.skip-link:focus{top:0}.gst-brand-font{font-family:Nunito,Poppins,sans-serif}.home-container{background-color:var(--brand-cream);flex-direction:column;align-items:center;min-height:100vh;padding:4rem 1.5rem 2rem;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.bg-blob{filter:blur(80px);z-index:0;opacity:.15;pointer-events:none;border-radius:9999px;position:absolute}.blob-1{background:radial-gradient(circle,gold 0%,#0000 70%);width:40rem;height:40rem;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle,#2e7d32 0%,#0000 70%);width:45rem;height:45rem;bottom:-10%;right:-10%}.home-header{z-index:10;text-align:center;max-width:800px;margin-bottom:4rem;position:relative}.brand-logo{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.brand-logo-main{color:var(--brand-red);letter-spacing:-.01em;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:900;line-height:1}.brand-logo-sub{color:var(--brand-green);letter-spacing:.1em;text-transform:uppercase;margin-top:.2rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700}.home-title{color:var(--brand-green);margin-bottom:1rem;font-family:Nunito,Poppins,sans-serif;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;line-height:1.1}.highlight-text{color:var(--brand-red);position:relative}.home-subtitle{color:var(--gray-600);font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6}.cards-grid{z-index:10;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;width:100%;max-width:1200px;margin-bottom:5rem;display:grid;position:relative}.variant-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:2rem;flex-direction:column;padding:2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a,0 1px 3px #00000005}.variant-card:hover{border-color:var(--hover-theme-color);box-shadow:0 20px 40px #00000014,0 8px 20px #0000000a}.card-badge{text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:10;width:140px;padding:.3rem 0;font-size:.72rem;font-weight:800;position:absolute;top:1rem;right:-2rem;transform:rotate(30deg);box-shadow:0 4px 10px #0000001a}.card-image-wrapper{justify-content:center;align-items:center;height:220px;margin-bottom:1.5rem;display:flex;position:relative}.image-glow{filter:blur(20px);z-index:0;border-radius:9999px;width:180px;height:180px;position:absolute}.card-image{object-fit:contain;z-index:2;filter:drop-shadow(0 15px 30px #0000001f);max-height:100%;transition:transform .4s}.variant-card:hover .card-image{transform:translateY(-8px)scale(1.05)rotate(2deg)}.card-info{flex-direction:column;flex-grow:1;display:flex}.card-title{margin-bottom:.25rem;font-family:Nunito,sans-serif;font-size:1.8rem;font-weight:900}.card-subtitle{color:var(--gray-700);margin-bottom:1rem;font-size:1rem;font-weight:700}.card-desc{color:var(--gray-600);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.card-meta{gap:1rem;margin-bottom:1.5rem;display:flex}.meta-item{background:var(--gray-100);color:var(--gray-700);border-radius:9999px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.card-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.price-box{flex-direction:column;display:flex}.price-current{font-size:1.5rem;font-weight:800;line-height:1}.price-original{color:var(--gray-500);margin-top:.2rem;font-size:.85rem;text-decoration:line-through}.card-cta-btn{color:#fff;white-space:nowrap;border:none;border-radius:9999px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #00000014}.card-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026;background-color:var(--hover-btn-color)!important}.home-footer-strip{z-index:10;text-align:center;color:var(--gray-500);border-top:1px solid var(--gray-200);width:100%;max-width:800px;padding-top:2rem;font-size:.85rem;position:relative}.home-footer-strip p{margin-bottom:.5rem;font-weight:500}.home-footer-strip .copyright{opacity:.8;font-size:.78rem}@media (width<=768px){.cards-grid{grid-template-columns:1fr;max-width:450px}}
