@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";:root{--primary:#c00;--primary-dark:#900;--primary-light:#ff1a1a;--primary-glow:#c006;--primary-subtle:#cc000012;--gold:#ffb800;--gold-dark:#e6a500;--bg-cream:#fdf8f3;--bg-light:#fff9f5;--bg-dark:#141414;--bg-darker:#0a0a0a;--bg-card:#1e1e1e;--text-dark:#111;--text-medium:#555;--text-light:#888;--white:#fff;--border-light:#ede5dc;--border-glow:#cc000040;--shadow-sm:0 2px 12px #0000000f;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #00000024;--shadow-red:0 12px 40px #cc00004d;--shadow-red-lg:0 20px 70px #c006;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--font-heading:"Poppins", sans-serif;--font-body:"Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-heading);letter-spacing:.2em;color:var(--primary);text-transform:uppercase;background:var(--primary-subtle);border:1px solid #cc000026;border-radius:50px;align-items:center;gap:8px;margin-bottom:10px;padding:5px 14px;font-size:.7rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.section-title{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.02em;font-size:clamp(1.75rem,2.5vw,2.4rem);font-weight:900;line-height:1.1}.section-title span{color:var(--primary)}.section-divider{align-items:center;gap:8px;margin:16px 0 48px;display:flex}.section-divider .line{background:linear-gradient(90deg, var(--primary), transparent);border-radius:2px;width:40px;height:3px}.section-divider .dot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 8px var(--primary-glow);border-radius:50%}.section-divider .line:last-child{background:linear-gradient(90deg, transparent, var(--primary))}.btn-primary{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 50%, var(--primary-dark) 100%);color:var(--white);font-family:var(--font-heading);letter-spacing:.03em;transition:var(--transition);white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:8px;padding:13px 30px;font-size:.875rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #cc00004d}.btn-primary:before{content:"";opacity:0;transition:opacity var(--transition);background:linear-gradient(135deg,#ffffff26 0%,#0000 100%);position:absolute;inset:0}.btn-primary:hover{box-shadow:var(--shadow-red-lg);transform:translateY(-3px)}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(-1px)}.btn-outline{color:var(--primary);font-family:var(--font-heading);letter-spacing:.03em;transition:var(--transition);border:2px solid var(--primary);white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:8px;padding:12px 30px;font-size:.875rem;font-weight:700;display:inline-flex}.btn-outline:hover{background:var(--primary);color:var(--white);box-shadow:var(--shadow-red);transform:translateY(-3px)}.btn-outline-white{color:var(--white);font-family:var(--font-heading);transition:var(--transition);white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:2px solid #fff6;border-radius:50px;align-items:center;gap:8px;padding:12px 30px;font-size:.875rem;font-weight:700;display:inline-flex}.btn-outline-white:hover{background:var(--white);color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 30px #fff3}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);transition:var(--transition);background:#ffffffeb;border-bottom:1px solid #cc00000f;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffff7;border-bottom-color:#cc00001a;box-shadow:0 4px 40px #0000001a}.navbar-inner{justify-content:space-between;align-items:center;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo img{object-fit:contain;width:38px;height:38px}.navbar-logo-text{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.02em;font-size:1.25rem;font-weight:900}.navbar-nav{align-items:center;gap:2px;display:flex}.nav-link{font-family:var(--font-heading);color:var(--text-medium);transition:all var(--transition);letter-spacing:.01em;border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:600;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2.5px;transition:width var(--transition);box-shadow:0 0 6px var(--primary-glow);border-radius:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:hover:after,.nav-link.active:after{width:calc(100% - 28px)}.navbar-actions{align-items:center;gap:10px;display:flex}.lang-toggle{background:#f4f4f4;border:1.5px solid #e0e0e0;border-radius:50px;align-items:center;display:flex;overflow:hidden}.lang-btn{font-family:var(--font-heading);color:var(--text-medium);transition:var(--transition);cursor:pointer;background:0 0;border:none;padding:6px 14px;font-size:.78rem;font-weight:700}.lang-btn.active{background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));color:var(--white)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--text-dark);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-menu{border-top:1px solid var(--border-light);background:#fffffffa;flex-direction:column;gap:2px;padding:12px 24px 20px;display:none}.mobile-menu .nav-link{padding:10px 0;font-size:.95rem}.hero{background:var(--bg-cream);align-items:center;min-height:80vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#cc00002e 0%,#cc000012 45%,#0000 70%);border-radius:50%;width:680px;height:680px;animation:6s ease-in-out infinite pulse-orb;position:absolute;top:-15%;right:-8%}.hero:after{content:"";background:radial-gradient(circle,#ffb8001a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse pulse-orb;position:absolute;bottom:-20%;left:-5%}@keyframes pulse-orb{0%,to{transform:scale(1)translate(0)}50%{transform:scale(1.12)translate(10px,-10px)}}.hero-dots{opacity:.5;pointer-events:none;background-image:radial-gradient(circle,#cc00001f 1px,#0000 1px);background-size:32px 32px;width:50%;height:100%;position:absolute;top:0;right:0}.hero-inner{z-index:1;grid-template-columns:1fr 1.05fr;align-items:center;gap:40px;width:100%;max-width:1280px;margin:0 auto;padding:48px 24px;display:grid;position:relative}.hero-eyebrow{background:#cc000014;border:1.5px solid #cc00002e;border-radius:50px;align-items:center;gap:10px;margin-bottom:16px;padding:6px 16px 6px 8px;display:inline-flex}.hero-eyebrow-dot{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.hero-eyebrow-dot svg{color:#fff;width:11px;height:11px}.hero-eyebrow span{font-family:var(--font-heading);color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:700}.hero-title{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2.4rem,4vw,4rem);font-weight:900;line-height:1}.hero-title .highlight{color:var(--primary);display:block;position:relative}.hero-title .highlight:after{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light), transparent);opacity:.4;border-radius:2px;width:100%;height:4px;position:absolute;bottom:-2px;left:0}.hero-subtitle{color:var(--text-medium);max-width:420px;margin-bottom:40px;font-size:1.05rem;font-weight:400;line-height:1.75}.hero-cta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:48px;display:flex}.hero-trust{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);align-items:center;gap:12px;width:fit-content;padding:14px 20px;display:flex}.hero-trust-avatars{display:flex}.hero-trust-avatar{border:2.5px solid var(--white);background:linear-gradient(135deg, var(--primary), var(--primary-dark));width:32px;height:32px;font-family:var(--font-heading);color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.65rem;font-weight:700;display:flex}.hero-trust-avatar:first-child{margin-left:0}.hero-trust-text{font-family:var(--font-heading);font-size:.78rem}.hero-trust-text strong{color:var(--text-dark);font-weight:700;display:block}.hero-trust-text span{color:var(--text-light);font-size:.72rem}.hero-image{justify-content:center;align-items:center;display:flex;position:relative}.hero-image-bg{background:radial-gradient(circle,#cc000026 0%,#cc00000d 50%,#0000 70%);border-radius:50%;width:85%;height:85%;animation:5s ease-in-out infinite pulse-orb;position:absolute}.hero-image img{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 50px #0003);width:90%;max-width:460px;max-height:400px;animation:5s ease-in-out infinite hero-float;position:relative}@keyframes hero-float{0%,to{transform:translateY(0)rotate(-.5deg)}50%{transform:translateY(-12px)rotate(.5deg)}}.hero-trust-bar{background:var(--bg-cream);border-bottom:1px solid var(--border-light);justify-content:center;padding:18px 24px;display:flex}.hero-badge{background:var(--white);border-radius:var(--radius-md);z-index:10;align-items:center;gap:10px;padding:12px 16px;animation:4s ease-in-out infinite badge-float;display:flex;position:absolute;box-shadow:0 8px 32px #00000024}.hero-badge-left{animation-delay:.5s;bottom:18%;left:-5%}.hero-badge-right{animation-delay:1.2s;top:18%;right:-5%}@keyframes badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-badge-icon{background:var(--primary-subtle);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero-badge-icon svg{width:18px;height:18px;color:var(--primary)}.hero-badge-text strong{font-family:var(--font-heading);font-size:.85rem;font-weight:800;display:block}.hero-badge-text span{color:var(--text-light);font-size:.7rem}.stats-bar{background:linear-gradient(135deg, #a50000 0%, var(--primary) 40%, #e01515 100%);position:relative;overflow:hidden}.stats-bar:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E") 0 0/60px 60px;position:absolute;inset:0}.stats-inner{grid-template-columns:repeat(4,1fr);max-width:1280px;margin:0 auto;display:grid;position:relative}.stat-item{transition:var(--transition);border-right:1px solid #ffffff26;align-items:center;gap:14px;padding:22px 24px;display:flex;position:relative;overflow:hidden}.stat-item:last-child{border-right:none}.stat-item:before{content:"";transition:var(--transition);background:#fff0;position:absolute;inset:0}.stat-item:hover:before{background:#ffffff12}.stat-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-icon svg{color:#fff;width:20px;height:20px}.stat-text .number{font-family:var(--font-heading);color:var(--white);font-size:1.6rem;font-weight:900;line-height:1}.stat-text .label{color:#fffc;margin-top:3px;font-size:.78rem;font-weight:500}.products-section{background:var(--bg-cream);padding:72px 0}.products-header{text-align:center;margin-bottom:56px}.products-header .section-divider{justify-content:center}.products-grid{grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:48px;display:grid}.product-card{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000a}.product-card:before{content:"";border-radius:var(--radius-lg);border:2px solid var(--primary);opacity:0;transition:var(--transition);position:absolute;inset:0}.product-card:hover{border-color:#cc00001f;transform:translateY(-10px)scale(1.01);box-shadow:0 24px 64px #00000021,0 0 0 1px #cc000014}.product-card:hover:before{opacity:.5}.product-card-image{aspect-ratio:1;justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.product-card-image:after{content:"";background:radial-gradient(circle,#0000 40%,#00000008 100%);position:absolute;inset:0}.product-card-image img{object-fit:contain;z-index:1;width:100%;height:100%;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative}.product-card:hover .product-card-image img{transform:scale(1.12)rotate(-2deg)}.product-card-body{padding:14px 14px 18px}.product-card-name{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:4px;font-size:.9rem;font-weight:800}.product-card-desc{color:var(--text-light);min-height:30px;margin-bottom:14px;font-size:.73rem;line-height:1.45}.product-card .btn-primary{justify-content:center;width:100%;padding:8px 14px;font-size:.73rem}.products-cta{text-align:center;margin-top:16px}.product-card[data-color=yellow] .product-card-image{background:linear-gradient(135deg,#fffbea 0%,#fff3c0 100%)}.product-card[data-color=blue] .product-card-image{background:linear-gradient(135deg,#eef5ff 0%,#d6e8ff 100%)}.product-card[data-color=red] .product-card-image{background:linear-gradient(135deg,#fff0f0 0%,#ffd6d6 100%)}.product-card[data-color=purple] .product-card-image{background:linear-gradient(135deg,#f6eeff 0%,#e8d5ff 100%)}.product-card[data-color=green] .product-card-image{background:linear-gradient(135deg,#eefff5 0%,#c8f5df 100%)}.product-card[data-color=brown] .product-card-image{background:linear-gradient(135deg,#fff5ea 0%,#ffe8c8 100%)}.brands-section{background:var(--bg-dark);padding:70px 0;position:relative;overflow:hidden}.brands-section:before{content:"";background:linear-gradient(90deg,#0000,#cc000080,#0000);height:1px;position:absolute;top:0;left:0;right:0}.brands-section:after{content:"";background:linear-gradient(90deg,#0000,#cc00004d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.brands-inner-v2{flex-direction:column;gap:28px;max-width:1280px;margin:0 auto;padding:0 40px;display:flex}.brands-top-row{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;padding-bottom:24px;display:flex}.brands-heading{font-family:var(--font-heading);color:var(--white);letter-spacing:-.02em;font-size:1.5rem;font-weight:900;line-height:1.25}.brands-bottom-row{flex-direction:column;align-items:center;gap:0;display:flex}.brands-bottom-row .label{font-family:var(--font-heading);letter-spacing:.2em;color:#fff6;text-transform:uppercase;text-align:center;font-size:.68rem;font-weight:700}.brands-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.brand-logo-card{width:160px;height:90px;transition:var(--transition);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:12px 16px;display:flex;overflow:hidden}.brand-logo-card img{object-fit:contain;filter:brightness(1.05);width:100%;height:100%;display:block}.brand-logo-card:hover{background:#ffffff24;border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 8px 24px #00000059}.brand-logo-card.more{color:#ffffff8c;font-family:var(--font-heading);background:#ffffff0f;border:1px solid #ffffff1a;width:140px;height:90px;font-size:.85rem;font-weight:700}.brand-logo-card.more:hover{color:#fff;background:#ffffff1f}.bottom-split{grid-template-columns:1fr 1fr;min-height:380px;display:grid}.anniversary-card{background:linear-gradient(145deg,#7a0000 0%,#b00000 35%,#c00 65%,#e31e24 100%);flex-direction:column;justify-content:center;padding:52px 40px;display:flex;position:relative;overflow:hidden}.anniversary-card:before{content:"";background:#ffffff0f;border-radius:50%;width:350px;height:350px;animation:7s ease-in-out infinite pulse-orb;position:absolute;top:-30%;right:-10%}.anniversary-card:after{content:"";background:#0000001f;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-25%;left:-8%}.anniversary-card-grid{background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.anniversary-label{font-family:var(--font-heading);letter-spacing:.25em;color:#ffffffa6;text-transform:uppercase;z-index:1;margin-bottom:4px;font-size:.72rem;font-weight:700;position:relative}.anniversary-years{font-family:var(--font-heading);color:var(--gold);text-shadow:0 0 60px #ffb80066,0 8px 32px #0000004d;z-index:1;font-size:5rem;font-weight:900;line-height:.85;position:relative}.anniversary-title{font-family:var(--font-heading);color:var(--white);z-index:1;margin-bottom:10px;font-size:1.35rem;font-weight:800;line-height:1.2;position:relative}.anniversary-subtitle{color:#ffffffbf;z-index:1;max-width:340px;margin-bottom:32px;font-size:.875rem;line-height:1.7;position:relative}.why-choose{background:var(--bg-light);flex-direction:column;justify-content:center;padding:52px 40px;display:flex;position:relative;overflow:hidden}.why-choose:before{content:"";background:radial-gradient(circle,#cc00000f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.why-choose h2{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:24px;font-size:1.5rem;font-weight:900}.why-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.why-item{align-items:flex-start;gap:14px;display:flex}.why-icon{background:var(--primary-subtle);width:44px;height:44px;transition:var(--transition);border:1px solid #cc00001f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-item:hover .why-icon{background:var(--primary);border-color:var(--primary)}.why-item:hover .why-icon svg{color:#fff!important}.why-icon svg{width:20px;height:20px;color:var(--primary);transition:var(--transition)}.why-item h4{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:5px;font-size:.875rem;font-weight:700}.why-item p{color:var(--text-light);font-size:.8rem;line-height:1.55}.footer{background:var(--bg-darker);color:var(--white)}.footer-main{padding:56px 0 32px}.footer-grid{grid-template-columns:2.2fr 1fr 1fr 1fr 1.6fr;gap:36px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid}.footer-brand .navbar-logo-text{color:var(--white);margin-bottom:14px;font-size:1.4rem;display:block}.footer-brand p{color:#ffffff73;max-width:240px;margin-bottom:24px;font-size:.855rem;line-height:1.75}.social-links{gap:10px;display:flex}.social-link{width:38px;height:38px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff17;border-radius:10px;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 20px #cc000059}.social-link svg{color:#ffffffb3;width:16px;height:16px}.social-link:hover svg{color:#fff}.footer-col h4{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px;font-size:.8rem;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col ul li a{color:#ffffff6b;transition:color var(--transition);align-items:center;gap:6px;font-size:.82rem;display:flex}.footer-col ul li a:hover{color:var(--primary)}.footer-col ul li a:before{content:"";width:4px;height:4px;transition:background var(--transition);background:#c006;border-radius:50%}.footer-col ul li a:hover:before{background:var(--primary)}.footer-contact-item{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.footer-contact-item svg{width:14px;height:14px;color:var(--primary);flex-shrink:0;margin-top:3px}.footer-contact-item span{color:#ffffff6b;font-size:.82rem;line-height:1.6}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:18px 24px;display:flex}.footer-bottom p{color:#ffffff47;font-size:.78rem}.heart{color:var(--primary)}.page-hero{background:var(--bg-dark);padding:120px 24px 70px;position:relative;overflow:hidden}.page-hero:before{content:"";background:linear-gradient(135deg,#cc000038 0%,#0000 60%);position:absolute;inset:0}.page-hero-dots{background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.page-hero-orb{pointer-events:none;background:radial-gradient(circle,#c003 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-80px;right:-80px}.page-hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1280px;margin:0 auto;display:grid;position:relative}.page-hero-content .label{font-family:var(--font-heading);letter-spacing:.2em;color:var(--primary);text-transform:uppercase;background:#cc00001f;border:1px solid #cc000040;border-radius:50px;margin-bottom:12px;padding:5px 14px;font-size:.7rem;font-weight:700;display:inline-block}.page-hero-content h1{font-family:var(--font-heading);color:var(--white);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:900;line-height:1.05}.page-hero-content h1 span{color:var(--primary)}.page-hero-content p{color:#ffffffa6;max-width:500px;font-size:1rem;line-height:1.7}.page-hero-image{justify-content:flex-end;display:flex}.page-hero-image img{object-fit:contain;filter:drop-shadow(0 20px 60px #0006);max-height:300px}.about-section{background:var(--white);padding:70px 0}.about-inner{max-width:1200px;margin:0 auto;padding:0 24px}.about-grid{grid-template-columns:5fr 6fr;align-items:center;gap:64px;margin-bottom:64px;display:grid}.about-image-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.about-image-wrap:before{content:"";z-index:1;background:linear-gradient(#0000 60%,#0000004d 100%);position:absolute;inset:0}.about-image-wrap img{object-fit:cover;width:100%;height:400px}.about-values{grid-template-columns:1fr 1fr;gap:20px;margin-top:56px;display:grid}.value-card{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:var(--transition);padding:28px;position:relative;overflow:hidden}.value-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));height:3px;transition:var(--transition);transform-origin:0;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.value-card:hover{border-color:#cc000026;transform:translateY(-5px);box-shadow:0 12px 40px #cc00001a}.value-card:hover:before{transform:scaleX(1)}.value-card-icon{background:var(--primary-subtle);border:1px solid #cc00001f;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:16px;display:flex}.value-card-icon svg{width:22px;height:22px;color:var(--primary)}.value-card h3{font-family:var(--font-heading);margin-bottom:8px;font-size:1rem;font-weight:800}.value-card p{color:var(--text-light);font-size:.875rem;line-height:1.65}.distribution-section{padding:70px 0}.distribution-inner{max-width:1200px;margin:0 auto;padding:0 24px}.distribution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:64px;display:grid}.lahore-map{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-lg);background:#f0f0f0;position:relative;overflow:hidden}.map-placeholder{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;height:100%;padding:24px;display:flex;position:relative}.map-pin-label{background:var(--primary);color:var(--white);font-family:var(--font-heading);box-shadow:var(--shadow-red);border-radius:50px;align-items:center;gap:6px;padding:8px 18px;font-size:.875rem;font-weight:700;display:flex}.distribution-stats{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.dist-stat-card{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:32px 24px;position:relative;overflow:hidden}.dist-stat-card:after{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));height:3px;transition:var(--transition);transform-origin:50%;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dist-stat-card:hover{box-shadow:var(--shadow-red);border-color:#cc000026;transform:translateY(-6px)}.dist-stat-card:hover:after{transform:scaleX(1)}.dist-stat-card svg{width:36px;height:36px;color:var(--primary);margin:0 auto 14px}.dist-stat-card .number{font-family:var(--font-heading);color:var(--primary);font-size:2.2rem;font-weight:900}.dist-stat-card .label{color:var(--text-light);margin-top:6px;font-size:.875rem;font-weight:500}.products-page-section{padding:70px 0}.products-page-inner{max-width:1200px;margin:0 auto;padding:0 24px}.filter-tabs{flex-wrap:wrap;gap:10px;margin-bottom:44px;display:flex}.filter-tab{font-family:var(--font-heading);cursor:pointer;transition:var(--transition);border:2px solid var(--border-light);background:var(--white);color:var(--text-medium);border-radius:50px;padding:10px 24px;font-size:.84rem;font-weight:700}.filter-tab:hover{border-color:var(--primary);color:var(--primary)}.filter-tab.active{background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));color:var(--white);box-shadow:var(--shadow-red);border-color:#0000}.products-full-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.products-full-grid .product-card .product-card-image{aspect-ratio:4/3}.quality-badges{background:linear-gradient(135deg, #a50000 0%, var(--primary) 50%, #e01515 100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-red-lg);grid-template-columns:repeat(4,1fr);gap:28px;margin-top:64px;padding:40px 52px;display:grid;position:relative;overflow:hidden}.quality-badges:before{content:"";background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.quality-badge{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.quality-badge-icon{background:#ffffff26;border:1px solid #fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.quality-badge-icon svg{width:22px;height:22px;color:var(--white)}.quality-badge span{font-family:var(--font-heading);color:var(--white);font-size:.875rem;font-weight:700;line-height:1.3}.brands-page-section{padding:70px 0}.brands-page-inner{max-width:1200px;margin:0 auto;padding:0 24px}.brands-page-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:64px;display:grid}.brand-page-card{background:var(--white);border:2px solid var(--border-light);border-radius:var(--radius-lg);min-height:170px;transition:var(--transition);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;padding:44px 24px;display:flex;position:relative;overflow:hidden}.brand-page-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));height:3px;transition:var(--transition);transform-origin:0;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.brand-page-card:hover{border-color:#c003;transform:translateY(-8px);box-shadow:0 16px 50px #cc00001f}.brand-page-card:hover:before{transform:scaleX(1)}.brand-page-card .brand-name{font-family:var(--font-heading);font-size:1.7rem;font-weight:900}.brand-page-card .brand-tag{color:var(--text-light);text-align:center;margin-top:6px;font-size:.78rem}.brand-page-card.treet .brand-name{color:#e31e24}.brand-page-card.kolson .brand-name{color:#003087}.brand-page-card.milkfields .brand-name{color:#2e7d32}.brand-page-card.more .brand-name{color:var(--text-medium);font-size:1.1rem}.brands-stats-bar{background:var(--bg-dark);border-radius:var(--radius-xl);grid-template-columns:repeat(4,1fr);gap:24px;padding:40px 52px;display:grid;position:relative;overflow:hidden}.brands-stats-bar:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:2px;position:absolute;top:0;left:0;right:0}.brand-stat{text-align:center;border-right:1px solid #ffffff14;padding:0 24px}.brand-stat:last-child{border-right:none}.brand-stat .number{font-family:var(--font-heading);color:var(--primary);font-size:2.2rem;font-weight:900}.brand-stat .label{color:#ffffff73;margin-top:4px;font-size:.875rem;font-weight:500}.careers-section{padding:70px 0}.careers-inner{max-width:1200px;margin:0 auto;padding:0 24px}.careers-intro{grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:64px;display:grid}.careers-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.careers-image img{object-fit:cover;width:100%;height:400px}.careers-values{grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;display:grid}.career-value-card{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:28px;position:relative;overflow:hidden}.career-value-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));height:3px;transition:var(--transition);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.career-value-card:hover{border-color:#cc000026;transform:translateY(-5px);box-shadow:0 12px 40px #cc000017}.career-value-card:hover:before{transform:scaleX(1)}.career-value-card svg{width:36px;height:36px;color:var(--primary);margin:0 auto 14px}.career-value-card h4{font-family:var(--font-heading);margin-bottom:6px;font-size:.9rem;font-weight:800}.career-value-card p{color:var(--text-light);font-size:.8rem;line-height:1.55}.careers-cta-bar{background:linear-gradient(135deg, var(--bg-dark) 0%, #1e0000 100%);border-radius:var(--radius-xl);border:1px solid #cc00002e;justify-content:space-between;align-items:center;gap:24px;padding:44px 52px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.careers-cta-bar:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:2px;position:absolute;top:0;left:0;right:0}.careers-cta-bar h3{font-family:var(--font-heading);color:var(--white);font-size:1.3rem;font-weight:800}.careers-cta-bar p{color:#ffffff73;margin-top:4px;font-size:.875rem}.careers-cta-bar .cta-btns{gap:12px;display:flex}.contact-section{padding:70px 0}.contact-inner{grid-template-columns:1fr 1.5fr;align-items:start;gap:64px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.contact-info-item{background:var(--bg-light);border-radius:var(--radius-md);border:1.5px solid var(--border-light);transition:var(--transition);align-items:flex-start;gap:16px;margin-bottom:28px;padding:20px;display:flex}.contact-info-item:hover{box-shadow:var(--shadow-sm);border-color:#cc000026;transform:translate(4px)}.contact-info-icon{background:var(--primary-subtle);border:1px solid #cc00001f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.contact-info-icon svg{width:20px;height:20px;color:var(--primary)}.contact-info-item h4{font-family:var(--font-heading);color:var(--text-medium);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.82rem;font-weight:700}.contact-info-item p,.contact-info-item a{color:var(--text-dark);font-size:.9rem;font-weight:500;line-height:1.65}.contact-form{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:44px;position:sticky;top:100px}.contact-form h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:28px;font-size:1.4rem;font-weight:800}.form-group{margin-bottom:20px}.form-group label{font-family:var(--font-heading);color:var(--text-medium);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.78rem;font-weight:700;display:block}.form-group input,.form-group textarea{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-dark);background:var(--bg-light);transition:border-color var(--transition), box-shadow var(--transition);resize:vertical;outline:none;padding:14px 18px;font-size:.9rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 4px #cc000014}.form-group textarea{min-height:130px}.form-submit{background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));width:100%;color:var(--white);font-family:var(--font-heading);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-red);border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:15px;font-size:.95rem;font-weight:700;display:flex}.form-submit:hover{box-shadow:var(--shadow-red-lg);transform:translateY(-3px)}.form-success{text-align:center;color:var(--primary);font-family:var(--font-heading);padding:48px;font-weight:700}.about-dark-stats{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.about-dark-stat-item{text-align:center;padding:24px}.about-dark-stat-item.has-border{border-right:1px solid #ffffff1a}.modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;position:fixed;inset:0}.modal-center-wrap{z-index:2001;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.product-modal{background:var(--white);border-radius:24px;width:min(92vw,860px);max-height:90vh;position:relative;overflow:hidden;box-shadow:0 32px 80px #0000004d}.modal-close{z-index:10;cursor:pointer;width:36px;height:36px;transition:var(--transition);color:var(--text-dark);background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:#00000029;transform:rotate(90deg)}.product-modal-inner{grid-template-columns:1fr 1fr;min-height:420px;max-height:90vh;display:grid;overflow-y:auto}.product-modal-image-wrap{justify-content:center;align-items:center;min-height:300px;padding:40px 32px;display:flex}.product-modal-image{object-fit:contain;filter:drop-shadow(0 12px 32px #00000029);width:100%;max-width:260px;max-height:260px}.product-modal-details{flex-direction:column;justify-content:center;gap:14px;padding:40px 36px 40px 28px;display:flex}.product-modal-category{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border-radius:50px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.product-modal-name{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.02em;font-size:1.9rem;font-weight:900;line-height:1.1}.product-modal-desc{color:var(--text-medium);font-size:.92rem;line-height:1.75}.product-modal-highlights{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.product-modal-highlights li{color:var(--text-medium);align-items:center;gap:8px;font-size:.82rem;font-weight:500;display:flex}.product-modal-cta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}@media (width<=600px){.product-modal-inner{grid-template-columns:1fr}.product-modal-image-wrap{min-height:200px;padding:28px 24px}.product-modal-image{max-width:180px;max-height:180px}.product-modal-details{padding:24px}.product-modal-name{font-size:1.5rem}}.page-transition-wrapper{min-height:100vh}@media (width<=1100px){.products-grid,.products-full-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:32px;padding:0 28px}.footer-bottom{padding:22px 28px}.stats-inner{grid-template-columns:repeat(2,1fr)}.quality-badges,.brands-stats-bar{grid-template-columns:1fr 1fr}.hero-inner{gap:32px;padding:60px 28px}.brands-inner{padding:0 28px}.about-grid{grid-template-columns:1fr;gap:36px}.hero-title{font-size:clamp(2.8rem,5vw,4.5rem)}.distribution-grid,.careers-intro,.contact-inner{gap:36px}.anniversary-card,.why-choose{padding:52px 36px}.page-hero{padding:130px 28px 70px}.page-hero-inner{gap:32px}.section-title{font-size:clamp(1.8rem,3.2vw,2.6rem)}.brands-page-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.navbar-inner{height:64px;padding:0 16px}.navbar-nav{display:none}.hamburger{display:flex}.mobile-menu{padding:8px 16px 16px;display:flex}.mobile-menu .nav-link{border-bottom:1px solid var(--border-light);padding:11px 0;font-size:1rem}.hero{min-height:auto}.hero-inner{text-align:center;grid-template-columns:1fr;gap:20px;padding:32px 16px 0}.hero-image{order:-1;max-width:300px;margin:0 auto}.hero-badge{display:none}.hero-title{letter-spacing:-.03em;font-size:2.4rem}.hero-eyebrow{justify-content:center}.hero-subtitle{margin:0 auto 28px;font-size:.95rem}.hero-cta{justify-content:center}.hero-trust{margin:0 auto}.stats-inner{grid-template-columns:repeat(2,1fr)}.stat-item{gap:12px;padding:20px 16px}.stat-text .number{font-size:1.5rem}.stat-text .label{font-size:.72rem}.stat-icon{border-radius:10px;width:40px;height:40px}.products-section{padding:60px 0}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.products-header{margin-bottom:32px}.bottom-split{grid-template-columns:1fr}.anniversary-card{padding:44px 24px}.anniversary-years{font-size:5rem}.anniversary-title{font-size:1.3rem}.why-choose{padding:44px 24px}.why-choose h2{margin-bottom:24px;font-size:1.5rem}.why-grid{grid-template-columns:1fr 1fr;gap:16px}.about-dark-stats{grid-template-columns:1fr 1fr}.about-dark-stat-item.has-border{border-bottom:1px solid #ffffff1a;border-right:none}.about-dark-stat-item:nth-child(2n).has-border{border-right:none}.about-dark-stat-item{padding:20px 12px}.brands-section{padding:48px 0}.brands-inner-v2{gap:20px;padding:0 16px}.brands-top-row{flex-direction:column;align-items:flex-start;gap:14px}.brands-heading{font-size:1.2rem}.brands-logos-row{gap:10px}.brand-logo-card{width:130px;height:72px}.brand-logo-card.more{width:110px;height:72px}.brand-logo-card{min-width:100px;padding:12px 16px;font-size:.95rem}.page-hero{padding:110px 16px 52px}.page-hero-inner{grid-template-columns:1fr;gap:0}.page-hero-image{display:none}.page-hero-content h1{font-size:2.1rem}.page-hero-content p{font-size:.9rem}.page-hero-orb{display:none}.about-section{padding:56px 0}.about-grid{grid-template-columns:1fr;gap:28px}.about-image-wrap img{height:240px}.about-values{grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}.value-card{padding:20px 16px}.distribution-section{padding:56px 0}.distribution-grid{grid-template-columns:1fr;gap:32px}.distribution-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.dist-stat-card{padding:20px 12px}.dist-stat-card .number{font-size:1.6rem}.lahore-map{aspect-ratio:4/3}.products-page-section{padding:56px 0}.products-full-grid{grid-template-columns:repeat(2,1fr);gap:16px}.filter-tabs{gap:7px}.filter-tab{padding:8px 14px;font-size:.8rem}.quality-badges{border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;padding:28px 20px}.quality-badge span{font-size:.8rem}.brands-page-section{padding:56px 0}.brands-page-grid{grid-template-columns:1fr 1fr;gap:14px}.brand-page-card{min-height:130px;padding:28px 16px}.brand-page-card .brand-name{font-size:1.3rem}.brands-stats-bar{border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;gap:16px;padding:24px 20px}.brand-stat{padding:0 12px}.brand-stat .number{font-size:1.6rem}.careers-section{padding:56px 0}.careers-intro{grid-template-columns:1fr;gap:32px;margin-bottom:40px}.careers-image img{height:260px}.careers-values{grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}.career-value-card{padding:20px 14px}.careers-cta-bar{text-align:center;border-radius:var(--radius-lg);flex-direction:column;margin-top:32px;padding:28px 20px}.careers-cta-bar h3{font-size:1.1rem}.careers-cta-bar .cta-btns{flex-direction:column;width:100%}.careers-cta-bar .cta-btns a{justify-content:center;width:100%}.contact-section{padding:56px 0}.contact-inner{grid-template-columns:1fr;gap:28px}.contact-form{border-radius:var(--radius-lg);padding:24px 20px;position:static}.contact-form h3{margin-bottom:20px;font-size:1.2rem}.contact-info-item{gap:12px;margin-bottom:14px;padding:14px}.footer-main{padding:48px 0 28px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px;padding:0 16px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:8px;padding:18px 16px}.section-title{font-size:1.75rem}.section-label{font-size:.65rem}.section-divider{margin:12px 0 32px}}@media (width<=480px){.hero-inner{padding:24px 12px 0}.hero-title{font-size:1.95rem}.hero-cta{flex-direction:column;align-items:center;gap:12px}.hero-cta .btn-primary,.hero-cta .btn-outline{justify-content:center;width:100%;max-width:280px}.hero-trust{width:100%;max-width:300px}.hero-eyebrow span{font-size:.63rem}.hero-image{max-width:260px}.stats-inner{grid-template-columns:1fr 1fr}.stat-item{gap:10px;padding:16px 12px}.stat-text .number{font-size:1.3rem}.stat-icon{width:34px;height:34px}.stat-icon svg{width:16px;height:16px}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.products-full-grid{grid-template-columns:1fr}.filter-tab{padding:7px 12px;font-size:.75rem}.quality-badges{grid-template-columns:1fr;gap:14px}.about-values,.why-grid,.distribution-stats,.careers-values{grid-template-columns:1fr}.brands-stats-bar{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:24px}.anniversary-years{font-size:4rem}.anniversary-card{padding:36px 20px}.anniversary-title{font-size:1.1rem}.why-choose{padding:36px 20px}.page-hero{padding:96px 14px 44px}.page-hero-content h1{font-size:1.85rem}.brand-logo-card{min-width:88px;min-height:50px;padding:10px 12px;font-size:.85rem}.footer-grid{padding:0 14px}.footer-bottom{padding:16px 14px}.section-title{font-size:1.5rem}.container,.about-inner,.distribution-inner,.products-page-inner,.brands-page-inner,.careers-inner{padding:0 14px}}@media (width<=360px){.hero-title{font-size:1.7rem}.stats-inner,.products-grid,.brands-page-grid{grid-template-columns:1fr}.navbar-logo-text{font-size:1.1rem}.section-title{font-size:1.35rem}}[dir=rtl] .navbar-nav{flex-direction:row-reverse}[dir=rtl] .footer-grid{direction:rtl}[dir=rtl] .hero-content{text-align:right}[dir=rtl] .hero-cta,[dir=rtl] .hero-eyebrow,[dir=rtl] .stat-item{flex-direction:row-reverse}[dir=rtl] .brands-inner{direction:rtl}[dir=rtl] .brands-right{text-align:left}[dir=rtl] .brands-right h3{text-align:left;margin-left:0;margin-right:auto}[dir=rtl] .why-item,[dir=rtl] .contact-info-item{flex-direction:row-reverse}[dir=rtl] .contact-inner{direction:rtl}[dir=rtl] .section-divider{flex-direction:row-reverse}[dir=rtl] .value-card{text-align:right}[dir=rtl] .footer-contact-item,[dir=rtl] .section-label,[dir=rtl] .footer-col ul li a,[dir=rtl] .hero-trust{flex-direction:row-reverse}[dir=rtl] .contact-info-item:hover{transform:translate(-4px)}.nav-auth-btns{align-items:center;gap:8px;display:flex}.nav-login-btn{color:var(--white);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:1.5px solid #ffffff59;border-radius:50px;padding:6px 16px;font-size:.82rem;font-weight:600}.nav-login-btn:hover{border-color:var(--white);background:#ffffff14}.nav-signup-btn{background:var(--primary);border:1.5px solid var(--primary);color:var(--white);cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:50px;padding:6px 16px;font-size:.82rem;font-weight:700}.nav-signup-btn:hover{background:var(--primary-dark)}.nav-user-wrap{position:relative}.nav-user-pill{color:var(--white);cursor:pointer;transition:var(--transition);white-space:nowrap;background:#ffffff1a;border:1.5px solid #fff3;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:flex}.nav-user-pill:hover{background:#ffffff2e}.nav-user-dropdown{background:var(--white);z-index:9999;border-radius:14px;min-width:200px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 16px 48px #0000002e}.nav-user-info{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:2px;padding:14px 16px;display:flex}.nav-user-info strong{color:var(--text-dark);font-size:.9rem}.nav-user-info small{color:var(--text-medium);font-size:.75rem}.nav-logout-btn{color:#c00;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.nav-logout-btn:hover{background:#fff5f5}.nav-logout-btn.mobile{color:#c00;background:#cc000014;border-radius:8px;padding:10px 16px}.mobile-auth-row{border-top:1px solid #ffffff14;gap:10px;padding:12px 20px;display:flex}.mobile-auth-row .nav-login-btn,.mobile-auth-row .nav-signup-btn{text-align:center;flex:1}.auth-modal{background:var(--white);border-radius:24px;width:min(92vw,440px);padding:40px 36px 32px;position:relative;box-shadow:0 32px 80px #00000047}.auth-tabs{background:#f4f4f5;border-radius:10px;gap:0;margin-bottom:24px;padding:4px;display:flex}.auth-tab{color:var(--text-medium);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:8px;flex:1;padding:8px 0;font-size:.88rem;font-weight:600}.auth-tab.active{background:var(--white);color:var(--text-dark);box-shadow:0 2px 8px #0000001a}.auth-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:4px;font-size:1.5rem;font-weight:900}.auth-subtitle{color:var(--text-medium);margin-bottom:24px;font-size:.88rem}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{background:#f8f8f9;border:1.5px solid #e8e8ea;border-radius:12px;align-items:center;gap:10px;padding:0 14px;transition:border-color .2s;display:flex}.auth-field:focus-within{border-color:var(--primary)}.auth-field-icon{color:var(--text-medium);flex-shrink:0}.auth-field input{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:13px 0;font-size:.9rem}.auth-field input::placeholder{color:#aaa}.auth-eye{cursor:pointer;color:var(--text-medium);background:0 0;border:none;padding:0;display:flex}.auth-eye:hover{color:var(--text-dark)}.auth-error{color:#c00;background:#fff0f0;border-radius:8px;margin:0;padding:8px 12px;font-size:.82rem}.auth-submit{border-radius:12px;width:100%;margin-top:4px;padding:13px;font-size:.95rem}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:var(--text-medium);margin-top:16px;font-size:.85rem}.auth-switch button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700}.auth-switch button:hover{text-decoration:underline}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 0 8px;display:flex}.auth-success h3{font-family:var(--font-heading);color:var(--text-dark);font-size:1.4rem;font-weight:900}.auth-success p{color:var(--text-medium);font-size:.9rem}
