@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--primary:#d32f2f;--primary-dark:#b71c1c;--primary-light:#ef5350;--accent:#ff8f00;--accent-light:#ffb300;--bg-primary:#fafafa;--bg-secondary:#fff;--bg-tertiary:#f5f5f5;--bg-dark:#1a1a1a;--text-primary:#212121;--text-secondary:#616161;--text-muted:#9e9e9e;--text-light:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000026;--radius-sm:.6rem;--radius-md:1rem;--radius-lg:1.4rem;--radius-xl:2rem;--radius-full:50rem;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease;--section-padding:6rem 2rem;--section-padding-mobile:4rem 1.6rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{scroll-behavior:smooth;font-size:56.25%}@media (max-width:37.5em){html{font-size:56.25%}}@media (min-width:37.5em) and (max-width:56.25em){html{font-size:52%}}@media (min-width:56.25em) and (max-width:75em){html{font-size:56.25%}}@media (min-width:75em){html{font-size:62.5%}}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;position:relative;overflow-x:hidden}@media (max-width:37.5em){body{padding-bottom:6rem}}@media (min-width:37.5em) and (max-width:56.25em){body{padding-bottom:6rem}}a{color:inherit;text-decoration:none;transition:color .2s}::selection{background-color:var(--primary);color:#fff}.container{width:100%;max-width:110rem;margin:0 auto;padding:0 2rem}@media (max-width:37.5em){.container{padding:0 1.6rem}}.row{flex-wrap:wrap;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.bgImg{image-rendering:-webkit-optimize-contrast;background-position:50%;background-repeat:no-repeat;background-size:cover}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.3rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--text-light);box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--bg-tertiary)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-accent{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:var(--text-light);box-shadow:var(--shadow-md)}.btn-accent:hover{box-shadow:var(--shadow-lg)}.card{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffff4d}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-primary);margin-bottom:.8rem;font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:700}@media (max-width:37.5em){.section-title h2{font-size:2rem}}.section-title p{color:var(--text-secondary);max-width:45rem;margin:0 auto;font-size:1.4rem}@media (max-width:37.5em){.section-title p{font-size:1.3rem}}.floating-cart-btn{cursor:pointer;width:5rem;height:5rem;color:var(--text-light);background:var(--primary);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);z-index:100;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;font-size:2rem;display:flex;position:fixed;bottom:8rem;right:1.6rem}.floating-cart-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-xl);transform:translateY(-3px)scale(1.05)}.floating-cart-btn:active{transform:translateY(0)scale(.98)}@media (max-width:37.5em){.floating-cart-btn{width:4.5rem;height:4.5rem;font-size:1.8rem;bottom:7.5rem;right:1.2rem}}.floating-cart-badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);min-width:2rem;height:2rem;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:0 .5rem;font-size:1.1rem;font-weight:700;animation:.3s badge-bounce;display:flex;position:absolute;top:-.4rem;right:-.4rem}@media (max-width:37.5em){.floating-cart-badge{min-width:1.8rem;height:1.8rem;font-size:1rem}}@keyframes badge-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeInUp{animation:.6s forwards fadeInUp}.animate-fadeIn{animation:.5s forwards fadeIn}.heading-1{font-family:Outfit,sans-serif;font-size:3.6rem;font-weight:700;line-height:1.2}@media (max-width:37.5em){.heading-1{font-size:2.4rem}}.heading-2{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:600;line-height:1.3}@media (max-width:37.5em){.heading-2{font-size:2rem}}.heading-3{font-family:Outfit,sans-serif;font-size:2rem;font-weight:600;line-height:1.4}@media (max-width:37.5em){.heading-3{font-size:1.6rem}}.body-text{font-size:1.5rem;line-height:1.7}@media (max-width:37.5em){.body-text{font-size:1.4rem}}.legal-page{background:var(--bg-primary);min-height:100vh;padding:4rem 0}@media (max-width:37.5em){.legal-page{padding:2rem 0}}.legal-header{text-align:center;border-bottom:1px solid var(--bg-tertiary);margin-bottom:4rem;padding-bottom:2rem}.legal-header h1{color:var(--text-primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3.2rem;font-weight:700}@media (max-width:37.5em){.legal-header h1{font-size:2.4rem}}.legal-updated{color:var(--text-muted);font-size:1.2rem}.legal-content{background:var(--bg-secondary);border-radius:var(--radius-lg);max-width:80rem;box-shadow:var(--shadow-sm);margin:0 auto;padding:4rem}@media (max-width:37.5em){.legal-content{border-radius:var(--radius-md);padding:2rem 1.6rem}}.legal-content section{margin-bottom:3rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{color:var(--primary);border-bottom:2px solid var(--bg-tertiary);margin-bottom:1.2rem;padding-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:600}@media (max-width:37.5em){.legal-content h2{font-size:1.6rem}}.legal-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.8rem;font-size:1.5rem;font-weight:600}@media (max-width:37.5em){.legal-content h3{font-size:1.4rem}}.legal-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.5rem;line-height:1.8}@media (max-width:37.5em){.legal-content p{font-size:1.4rem}}.legal-content ul{margin-bottom:1rem;margin-left:2rem}.legal-content ul li{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.5rem;line-height:1.8}@media (max-width:37.5em){.legal-content ul li{font-size:1.4rem}}.legal-content ul li strong{color:var(--text-primary)}.contact-info{background:var(--bg-tertiary);border-radius:var(--radius-md);margin-top:1rem;padding:1.5rem 2rem}.contact-info p{margin-bottom:.3rem}.contact-info p:last-child{margin-bottom:0}.legal-back{text-align:center;margin-top:3rem}.legal-back .btn{font-size:1.4rem}.about-page .about-logo{margin-bottom:1.5rem}.about-page .about-logo img{object-fit:contain;width:120px;height:120px}@media (max-width:37.5em){.about-page .about-logo img{width:100px;height:100px}}.about-page .about-tagline{color:var(--primary);margin-top:.5rem;font-size:1.6rem;font-style:italic;font-weight:500}.about-page .about-hero-section p{font-size:1.6rem}@media (max-width:37.5em){.about-page .about-hero-section p{font-size:1.5rem}}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;display:grid}@media (max-width:37.5em){.values-grid{grid-template-columns:1fr;gap:1.5rem}}.value-item{background:var(--bg-tertiary);border-radius:var(--radius-md);text-align:center;transition:transform var(--transition-normal),box-shadow var(--transition-normal);padding:2rem}.value-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.value-item .value-icon{margin-bottom:1rem;font-size:3rem}.value-item h3{color:var(--text-primary);margin:0 0 .5rem;padding:0;font-size:1.5rem}.value-item p{margin:0;font-size:1.3rem}.info-box{background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.5rem 2rem}.info-box h3{margin:0 0 .8rem;padding:0}.info-box p{margin:0}.info-box em{color:var(--text-muted);font-size:1.2rem}.thank-you-section{text-align:center;background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);border-radius:var(--radius-md);margin-top:2rem;padding:3rem 2rem!important}.thank-you-section h2{color:#fff!important;border-bottom-color:#fff3!important}.thank-you-section p{font-size:1.5rem;color:#ffffffe6!important}
