:root{--primary-color:#e01a22;--primary-hover:#c1151c;--dark-navy:#0b1120;--light-gray:#f8f9fa;--border-color:#eaeaea;--text-dark:#1e293b;--text-light:#475569;--white:#fff;--font-family:"Inter", sans-serif;--max-width:1280px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--light-gray);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;font-family:var(--font-family);background:0 0;border:none;transition:all .3s cubic-bezier(.16,1,.3,1)}button:active,a:active{transform:scale(.98)}h1,h2,h3{letter-spacing:-.03em;line-height:1.2}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.section-title{color:var(--dark-navy);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.text-center{text-align:center}.btn-primary{background-color:var(--primary-color);color:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 4px #e01a221a}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px -4px #e01a2266,0 4px 8px -2px #e01a2233}.btn-secondary{color:var(--white);background-color:#0000;border:1.5px solid #ffffffb3;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff26}.btn-dark{background-color:var(--dark-navy);color:var(--white);border-radius:6px;padding:.75rem 1.5rem;font-weight:500}.btn-dark:hover{background-color:#1a2542}.form-group{margin-bottom:1.5rem}.form-control{border:1.5px solid var(--border-color);width:100%;font-size:1rem;font-family:var(--font-family);color:var(--text-dark);background-color:#fafafa;border-radius:8px;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.form-control:focus{border-color:var(--primary-color);background-color:var(--white);outline:none;box-shadow:0 0 0 4px #e01a221a}@media (width<=576px){.container{padding:0 1rem}}.header{-webkit-backdrop-filter:blur(20px);z-index:100;background-color:#ffffffd9;border-bottom:1px solid #0000000d;position:sticky;top:0;box-shadow:0 1px 2px #00000003}.header-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-icon{justify-content:center;align-items:center;display:flex;position:relative}.logo-c{color:var(--primary-color);font-size:1.25rem;font-weight:800;position:absolute;transform:translate(2px,-2px)}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-main{color:var(--dark-navy);font-size:1.5rem;font-weight:800}.logo-sub{color:var(--primary-color);align-self:flex-end;font-size:1.25rem;font-weight:800}.nav{gap:2.5rem;display:flex}.nav-link{color:var(--dark-navy);font-size:.9rem;font-weight:700;text-decoration:none;transition:color .3s cubic-bezier(.16,1,.3,1);position:relative}.nav-link:after{content:"";background-color:var(--primary-color);transform-origin:100%;width:100%;height:2px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.nav-link.active{color:var(--primary-color)}.nav-link.active:after{transform:scaleX(1)}.nav-wrapper{align-items:center;gap:2.5rem;display:flex}.mobile-menu-btn{color:var(--dark-navy);cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}@media (width<=992px){.mobile-menu-btn{display:flex}.nav-wrapper{background-color:var(--white);border-top:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:99;flex-direction:column;gap:2rem;padding:2rem;transition:all .3s ease-in-out;position:fixed;top:80px;left:0;right:0;transform:translateY(-10px);box-shadow:0 10px 15px -3px #0000001a}.nav-wrapper.open{opacity:1;visibility:visible;transform:translateY(0)}.nav{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.nav-link{font-size:1.1rem}}.footer{background:radial-gradient(circle at 50% 0%, #17243c 0%, var(--dark-navy) 100%);color:var(--white);border-top:1px solid #ffffff0d;margin-top:4rem;padding:4rem 0 2rem}.footer-top{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;display:flex}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.logo-icon-footer{justify-content:center;align-items:center;display:flex;position:relative}.logo-c-footer{color:var(--primary-color);font-size:1.25rem;font-weight:800;position:absolute;transform:translate(2px,-2px)}.logo-text-footer{flex-direction:column;line-height:1.1;display:flex}.logo-main-footer{color:var(--white);font-size:1.5rem;font-weight:800}.logo-sub-footer{color:var(--primary-color);align-self:flex-end;font-size:1.25rem;font-weight:800}.footer-operated-by{color:#a0aec0;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.footer-operated-by strong{color:var(--white)}.social-links{gap:1rem;display:flex}.social-links a{color:var(--white);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.social-links a:hover{color:var(--primary-color);transform:translateY(-2px)}.footer-links{flex-wrap:wrap;gap:2.5rem;display:flex}.footer-column{flex-direction:column;gap:.75rem;display:flex}.footer-column h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-column a{color:#a0aec0;font-size:.9rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block}.footer-column a:hover{color:var(--white);transform:translate(2px)}.footer-bottom{color:#a0aec0;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}@media (width<=768px){.footer-top{flex-direction:column;align-items:flex-start}.footer-brand{max-width:100%}.footer-links{justify-content:space-between;gap:2rem;width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=576px){.footer-links{flex-direction:column;align-items:flex-start;gap:1.75rem}}.app-showcase-section{background-color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.app-showcase-section:before{content:"";opacity:.15;pointer-events:none;z-index:0;background-image:url(/chikpuk-bg.png);background-position:50%;background-repeat:no-repeat;background-size:50%;position:absolute;inset:0}.app-showcase-container{z-index:1;align-items:center;gap:4rem;display:flex;position:relative}.app-showcase-content{flex:1}.badge{background:var(--primary-color);color:var(--white);border-radius:30px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #e01a2233}.app-showcase-content .section-title{text-align:left;margin-bottom:1.5rem}.app-showcase-content .section-title span{background:linear-gradient(135deg, var(--primary-color) 0%, #ff4b4b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-description{color:var(--text-light);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.app-features{margin:0 0 3rem;padding:0;list-style:none}.app-features li{color:var(--dark-navy);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.125rem;font-weight:500;display:flex}.app-features .feature-icon{color:var(--primary-color);margin:0}.app-download-buttons{flex-wrap:wrap;gap:1rem;display:flex}.store-btn{background-color:var(--dark-navy);color:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;min-width:180px;padding:.75rem 1.5rem;transition:all .3s;display:flex}.store-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #09122533}.store-btn:before{content:"";background-repeat:no-repeat;background-size:contain;width:24px;height:24px;margin-right:12px;display:block}.apple-btn:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\" fill=\"white\"><path d=\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"/></svg>")}.google-btn:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"white\"><path d=\"M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z\"/></svg>")}.btn-content{flex-direction:column;align-items:flex-start;display:flex}.btn-subtext{text-transform:uppercase;letter-spacing:.5px;opacity:.8;font-size:.65rem}.btn-text{font-size:1.125rem;font-weight:600}.app-showcase-visual{flex:.5;justify-content:center;align-items:center;display:flex;position:relative}.phone-container{cursor:pointer;width:320px;height:650px;transform-style:preserve-3d;position:relative}.phone-container:before{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(#00000026 0%,#0000 70%);width:120%;height:120%;transition:transform .2s cubic-bezier(.25,.46,.45,.94);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(-100px)}.phone-module{width:100%;height:100%;transform-style:preserve-3d;z-index:2;background:#f8f9fa;border:14px solid #111;border-radius:36px;transition:transform .15s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0;box-shadow:0 0 0 2px #444,0 30px 60px -15px #0009}.phone-glare{pointer-events:none;z-index:20;mix-blend-mode:overlay;border-radius:22px;transition:background .1s linear;position:absolute;inset:0}.hardware-btn{z-index:1;background:#333;border-top-left-radius:4px;border-bottom-left-radius:4px;width:4px;position:absolute}.volume-up{height:40px;top:120px;left:-18px}.volume-down{height:40px;top:170px;left:-18px}.power{border-radius:0 4px 4px 0;height:50px;top:180px;left:auto;right:-18px}.phone-camera-hole{z-index:10;background:#000;border-radius:50%;width:16px;height:16px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:inset 0 -1px 3px #ffffff4d}.phone-screen{background-color:#f8f9fa;border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden}.app-ui-img{object-fit:cover;width:100%;height:100%}.mock-app-header{background-color:var(--white);padding:40px 15px 15px;box-shadow:0 2px 10px #0000000d}.mock-app-top{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.mock-logo{color:var(--primary-color);letter-spacing:-.5px;margin:0;font-size:1.4rem;font-weight:800}.mock-avatar{background-color:var(--light-gray);border:2px solid var(--primary-color);border-radius:50%;width:32px;height:32px}.mock-search-bar{background-color:#f0f2f5;border-radius:10px;align-items:center;padding:8px 12px;display:flex}.mock-search-bar input{color:#888;background:0 0;border:none;width:100%;margin-left:8px;font-size:.85rem}.mock-banner{background:linear-gradient(135deg, var(--primary-color), #ff4b52);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;height:100px;margin:15px;padding:0 20px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #e01a224d}.phone-container:hover .mock-banner{transform:scale(1.02)translateY(-2px);box-shadow:0 8px 20px #e01a2266}.banner-text span{font-size:1.5rem;font-weight:800;line-height:1.2;display:block}.banner-text p{opacity:.9;margin:0;font-size:.75rem}.banner-btn{color:var(--primary-color);background:#fff;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700}.mock-section-title{color:var(--dark-navy);margin:0 15px 10px;font-size:.9rem;font-weight:700}.mock-categories{gap:12px;margin-bottom:20px;padding:0 15px;display:flex;overflow-x:auto}.mock-categories::-webkit-scrollbar{display:none}.mock-cat{flex-direction:column;align-items:center;gap:6px;display:flex}.cat-icon{background-color:#ffe8e9;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s;display:flex}.phone-container:hover .mock-cat:nth-child(2n) .cat-icon{background-color:#ffd1d4;transform:translateY(-4px)}.phone-container:hover .mock-cat:nth-child(odd) .cat-icon{transform:translateY(2px)}.mock-cat span{color:var(--dark-navy);font-size:.7rem;font-weight:600}.mock-product-grid{grid-template-columns:1fr 1fr;gap:12px;padding:0 15px;display:grid}.mock-product{background-color:var(--white);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.prod-img{background-color:#f8f9fa;justify-content:center;align-items:center;height:80px;font-size:2.5rem;display:flex}.prod-info{padding:8px}.prod-name{color:var(--dark-navy);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:.7rem;font-weight:600;display:block;overflow:hidden}.prod-bottom{justify-content:space-between;align-items:center;display:flex}.prod-price{color:var(--primary-color);font-size:.8rem;font-weight:700}.prod-add{background-color:var(--primary-color);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:700;display:flex}.mock-bottom-nav{background-color:var(--white);z-index:10;justify-content:space-around;align-items:center;width:100%;height:70px;padding-bottom:15px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 -5px 20px #0000000d}.nav-item{opacity:.4;font-size:1.25rem;transition:opacity .2s}.nav-item.active{opacity:1;transform:scale(1.1)}@media (width<=992px){.app-showcase-container{text-align:center;flex-direction:column}.app-showcase-content .section-title{text-align:center}.app-features li{justify-content:flex-start}.app-download-buttons{justify-content:center;margin-bottom:3rem}}@media (width<=576px){.phone-container{width:280px;height:580px}}@media (width<=480px){.app-download-buttons{flex-direction:column;align-items:center;width:100%}.store-btn{justify-content:center;width:100%;max-width:280px}}.hero{background-color:var(--dark-navy);height:700px;color:var(--white);display:flex}.hero-left{background:linear-gradient(135deg,#0b1120fa 0%,#0b1120eb 100%),radial-gradient(circle at 15% 25%,#e01a2226 0%,#0000 60%);flex:1.1;justify-content:flex-start;align-items:center;padding-left:max(2rem,50vw - 640px);padding-right:2rem;display:flex}.hero-right{flex:1.4;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center left;width:100%;height:100%;transition:all .5s;display:block}.hero:hover .hero-img{filter:brightness(1.05)}.hero-right:after{content:"";background:linear-gradient(to right, var(--dark-navy) 0%, transparent 100%);width:180px;position:absolute;top:0;bottom:0;left:0}.hero-content{width:100%;max-width:650px}.hero-subtitle{color:var(--primary-color);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.65rem;font-size:1.05rem;font-weight:800}.hero-content h1{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 40%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.15}.hero-content p{color:#e2e8f0;max-width:90%;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.65}.hero-actions{gap:1.25rem;display:flex}.stats-banner{-webkit-backdrop-filter:blur(12px);z-index:10;max-width:var(--max-width);background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;margin:-50px auto 0;position:relative;box-shadow:0 25px 50px -12px #0f172a14}.stats-container{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;padding:2.5rem 2rem;display:flex}.stat-item{flex:1;align-items:center;gap:1.25rem;min-width:180px;padding:0 1.5rem;transition:all .3s;display:flex}.stat-item:hover{transform:translateY(-2px)}.stat-item:not(:last-child){border-right:1px solid #0000000f}.stat-icon-wrapper{background:#e01a220d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.stat-item:hover .stat-icon-wrapper{background:#e01a221f;transform:scale(1.08)rotate(5deg)}.stat-number{color:var(--dark-navy);letter-spacing:-.01em;font-size:1.75rem;font-weight:800;line-height:1.2}.stat-text p{color:var(--text-light);font-size:.95rem;font-weight:600}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.feature-card{background-color:var(--white);text-align:center;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 30px #00000004}.feature-card:hover{border-color:#e01a221f;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px -15px #0000000d,0 0 0 1px #e01a220f}.feature-icon{width:58px;height:58px;color:var(--primary-color);background:#e01a220d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.75rem;padding:.9rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.feature-card:hover .feature-icon{background:#e01a221a;transform:scale(1.1)rotate(5deg)}.feature-card h3{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.25rem;font-weight:700}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.section-title span{color:var(--primary-color)}.cta-banner{background-position:50%;background-size:cover;border-radius:24px;align-items:center;min-height:420px;margin:3.5rem 0;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #0f172a1f}.cta-overlay{z-index:1;background:linear-gradient(90deg,#0b1120f2 0%,#0b1120b3 60%,#0000 100%);position:absolute;inset:0}.cta-content{z-index:2;max-width:600px;color:var(--white);padding:4.5rem;position:relative}.cta-content h2{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.cta-content p{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.65}@media (width<=992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{flex-direction:column;height:auto}.hero-left{justify-content:flex-start;padding:5rem 2rem}.hero-right{width:100%;min-height:400px}.hero-right:after{background:linear-gradient(to bottom, var(--dark-navy) 0%, transparent 100%);width:100%;height:120px;inset:0 0 auto}.hero-content h1{font-size:2.5rem}.stats-container{flex-direction:column;gap:2rem;padding:3rem 2rem}.stat-item:not(:last-child){border-bottom:1px solid #0000000f;border-right:none;width:100%;padding-bottom:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.cta-overlay{background:linear-gradient(#0b112066 0%,#0b1120cc 50%,#0b1120f2 100%)}.cta-content{margin-top:auto;padding:3rem 2rem}}@media (width<=576px){.features-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}}.breadcrumbs{padding:2.5rem 0 0;font-size:.95rem;font-weight:600}.breadcrumb-link{color:var(--dark-navy)}.breadcrumb-separator{color:var(--primary-color);margin:0 .5rem}.breadcrumb-current{color:var(--primary-color)}.about-hero{align-items:center;gap:5rem;padding:3.5rem 0;display:flex}.about-content{flex:1.1}.about-content h1{color:var(--dark-navy);letter-spacing:-.02em;background:linear-gradient(135deg, var(--dark-navy) 20%, #1e293b 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:800}.about-content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.about-content .btn-dark{background:var(--dark-navy);color:var(--white);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.95rem 2.25rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px -5px #0b112033}.about-content .btn-dark:hover{background:#152038;transform:translateY(-2px);box-shadow:0 15px 30px -5px #0b11204d}.about-image{flex:.9;position:relative}.about-image:before{content:"";z-index:1;pointer-events:none;border:2px solid #e01a2214;border-radius:24px;position:absolute;inset:15px -15px -15px 15px}.rounded-image{object-fit:cover;z-index:2;border-radius:20px;width:100%;transition:all .5s;position:relative;box-shadow:0 25px 50px -12px #0f172a1f}.about-image:hover .rounded-image{transform:scale(1.02);box-shadow:0 30px 60px -12px #0f172a29}.stats-banner-dark{background:linear-gradient(135deg, var(--dark-navy) 0%, #152038 100%);color:var(--white);border:1px solid #ffffff14;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a26}.stats-container{flex-wrap:wrap;justify-content:space-around;gap:2.5rem;padding:3.5rem 2rem;display:flex}.stat-item-light{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.85rem;min-width:150px;display:flex}.stat-item-light:not(:last-child){border-right:1px solid #ffffff1a}.stat-icon-outline{color:var(--primary-color);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.stat-item-light:hover .stat-icon-outline{background:#e01a2226;border-color:#e01a224d;transform:scale(1.1)rotate(5deg)}.stat-text-light h3{letter-spacing:-.01em;margin-bottom:.25rem;font-size:2rem;font-weight:800}.stat-text-light p{color:#94a3b8;font-size:.95rem;font-weight:600}.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;display:grid}.value-card{background-color:var(--white);text-align:center;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 30px #00000004}.value-card:hover{border-color:#e01a221f;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px -15px #0000000d,0 0 0 1px #e01a220f}.value-icon{width:58px;height:58px;color:var(--primary-color);background:#e01a220d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.75rem;padding:.9rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.value-card:hover .value-icon{background:#e01a221a;transform:scale(1.1)rotate(5deg)}.value-card h4{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.2rem;font-weight:700}.value-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.mission-vision-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.mv-card{background:var(--white);text-align:center;border:1px solid #00000008;border-radius:20px;padding:3.5rem 3rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000008}.mv-card:before{content:"";background:linear-gradient(90deg, var(--primary-color) 0%, #ff5258 100%);height:4px;position:absolute;top:0;left:0;right:0}.mv-card:hover{border-color:#e01a2226;transform:translateY(-8px);box-shadow:0 25px 50px -15px #00000014}.mv-icon{width:72px;height:72px;color:var(--primary-color);background:#e01a220d;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;padding:1rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.mv-card:hover .mv-icon{background:#e01a221a;transform:scale(1.1)rotate(-5deg)}.mv-card h3{color:var(--dark-navy);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.mv-card p{color:var(--text-light);font-size:1.05rem;line-height:1.75}.timeline-container{max-width:850px;margin:0 auto;padding:1.5rem 0;position:relative}.timeline-container:before{content:"";background:linear-gradient(180deg, var(--primary-color) 0%, #cbd5e1 100%);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:24px}.timeline-item{margin-bottom:2.25rem;padding-left:65px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--primary-color);border:5px solid var(--white);border-radius:50%;width:24px;height:24px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:8px;left:14px;box-shadow:0 0 0 4px #e01a2226,0 4px 10px #0000001a}.timeline-date{color:var(--primary-color);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.35rem;font-weight:800;display:block}.timeline-content h3{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.5rem;font-weight:700}.timeline-content p{color:var(--text-light);font-size:.95rem;line-height:1.65}.timeline-content{background:var(--white);border:1px solid #00000008;border-radius:18px;padding:2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px -10px #0000000a}.timeline-item:hover .timeline-content{border-color:#e01a2226;transform:translateY(-5px);box-shadow:0 20px 40px -12px #00000014}.timeline-item:hover .timeline-dot{transform:scale(1.1);box-shadow:0 0 0 6px #e01a2240,0 4px 12px #e01a2226}.leadership-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:1rem;display:grid}.leader-card{text-align:center;background:var(--white);border:1px solid #00000008;border-radius:20px;padding:3rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px -10px #00000008}.leader-card:hover{border-color:#e01a2226;transform:translateY(-8px);box-shadow:0 25px 50px -15px #00000014}.leader-image-placeholder{color:#94a3b8;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:3px dashed #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px -10px #00000014}.leader-card:hover .leader-image-placeholder{border:3px solid var(--primary-color);color:var(--primary-color);transform:scale(1.05)rotate(5deg);box-shadow:0 15px 30px -10px #e01a2233}.leader-card h4{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.3rem;font-weight:800}.leader-card p{color:var(--primary-color);font-size:.95rem;font-weight:600}.about-cta{background:var(--dark-navy) url(/hero-store.webp) center/cover no-repeat;background-attachment:fixed;padding:6rem 0;position:relative}.about-cta:before{content:"";background:linear-gradient(135deg,#0b1120f2 0%,#0b1120cc 100%);position:absolute;inset:0}.about-cta-content{z-index:2;text-align:center;max-width:650px;margin:0 auto;position:relative}.about-cta-content h2{color:var(--white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.about-cta-content p{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.65}.about-cta-content .btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px -5px #e01a2266}.about-cta-content .btn-primary:hover{background:linear-gradient(135deg, #c1151c 0%, var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 15px 30px -5px #e01a2280}@media (width<=992px){.about-hero{text-align:center;flex-direction:column;gap:3.5rem;padding:3rem 1rem}.about-content p{margin-left:auto;margin-right:auto}.about-image:before{display:none}.values-grid{grid-template-columns:repeat(2,1fr)}.leadership-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.stats-container{flex-direction:column;padding:2.5rem 1.5rem}.stat-item-light:not(:last-child){border-bottom:1px solid #ffffff14;border-right:none;width:100%;padding-bottom:2rem}.mission-vision-grid,.leadership-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=576px){.values-grid{grid-template-columns:1fr}}.board-gradient{background:linear-gradient(135deg, var(--dark-navy) 0%, var(--primary-color) 100%)!important;border:3px solid #ffffff1a!important}.exec-gradient{background:linear-gradient(135deg,#1e293b 0%,#3b82f6 100%)!important;border:3px solid #ffffff1a!important}.adv-gradient{background:linear-gradient(135deg, #d97706 0%, var(--dark-navy) 100%)!important;border:3px solid #ffffff1a!important}.leader-monogram{color:var(--white);letter-spacing:1px;font-size:2.25rem;font-weight:800}.franchise-hero{min-height:calc(100vh - 80px);color:var(--white);align-items:center;padding:3.5rem 0;display:flex;position:relative;overflow:hidden}.franchise-hero-bg{z-index:1;filter:brightness(.95);background-position:100%;background-size:cover;position:absolute;inset:0}.franchise-hero-overlay{z-index:2;background:linear-gradient(135deg,#0b1120fa 0%,#0b1120eb 50%,#0b1120a6 100%),radial-gradient(circle at 80% 20%,#e01a2226 0%,#0000 60%),radial-gradient(circle at 20% 80%,#1e293b4d 0%,#0000 60%);position:absolute;inset:0}.franchise-container{z-index:3;align-items:center;gap:5rem;width:100%;display:flex;position:relative}.franchise-left{flex-direction:column;flex:1.1;justify-content:center;padding-right:1rem;display:flex}.franchise-left h1{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 40%,#f1f5f9 70%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:800;line-height:1.15}.franchise-subtitle{color:#94a3b8;margin-bottom:1.75rem;font-size:clamp(1.1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.franchise-benefits{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0;list-style:none;display:grid}.franchise-benefits li{color:#f1f5f9;-webkit-backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000026}.franchise-benefits li:hover{background:#ffffff14;border-color:#e01a2266;transform:translateY(-3px);box-shadow:0 10px 25px #e01a2233}.franchise-benefits li svg{color:var(--primary-color);background:#e01a2226;border-radius:50%;flex-shrink:0;padding:3px}.franchise-right{flex:.9;justify-content:center;align-items:center;display:flex}.enquiry-form-card{-webkit-backdrop-filter:blur(20px);width:100%;color:var(--text-dark);background:#fffffff5;border:1px solid #fff9;border-radius:24px;padding:3.5rem 3rem;transition:all .3s;position:relative;box-shadow:0 25px 50px -12px #00000026,0 0 40px #e01a2205}.enquiry-form-card:before{content:"";background:linear-gradient(90deg, var(--primary-color) 0%, #ff5258 100%);border-top-left-radius:24px;border-top-right-radius:24px;height:5px;position:absolute;top:0;left:0;right:0}.enquiry-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;flex:1;gap:.4rem;display:flex}.form-group.full-width{flex:none;width:100%}.form-group label{color:#475569;letter-spacing:.02em;margin-left:2px;font-size:.85rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:var(--text-dark);background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:.95rem 1.25rem;font-family:inherit;font-size:.95rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#cbd5e1}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);background-color:var(--white);box-shadow:0 0 0 4px #e01a2214}.form-group select{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2364748b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 1.25rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.75rem}.enquiry-form .btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%);color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px -5px #e01a2259}.enquiry-form .btn-primary:hover:not(:disabled){background:linear-gradient(135deg, #c1151c 0%, var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 15px 30px -5px #e01a2273}.enquiry-form .btn-primary:active:not(:disabled){transform:scale(.98)}.enquiry-form .btn-primary:disabled{box-shadow:none;cursor:not-allowed;color:#94a3b8;background:#cbd5e1}.form-success-message{text-align:center;padding:3rem 1.5rem;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.steps-container{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:4rem;display:flex;position:relative}.steps-container:before{content:"";z-index:1;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 50%,#e2e8f0 100%);height:2px;position:absolute;top:55px;left:10%;right:10%}.step-connector{display:none}.step-card{text-align:center;background:var(--white);z-index:2;border:1px solid #00000008;border-radius:20px;flex:1;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 30px #00000004}.step-card:hover{border-color:#e01a221f;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px -15px #0000000d,0 0 0 1px #e01a220f}.step-number{background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%);width:32px;height:32px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex;position:absolute;top:-14px;right:20px;box-shadow:0 6px 12px #e01a2240}.step-icon{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #0000000a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:inset 0 2px 4px #ffffffe6,0 8px 16px -4px #0000000a}.step-card:hover .step-icon{background:linear-gradient(135deg,#e01a2214 0%,#e01a2203 100%);border-color:#e01a2233;transform:scale(1.05)}.step-card h4{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.step-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.support-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;display:grid}.support-card{background:var(--white);text-align:center;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 30px #00000004}.support-card:hover{border-color:#e01a221f;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px -15px #0000000d,0 0 0 1px #e01a220f}.support-card svg{width:58px;height:58px;color:var(--primary-color);background:#e01a220d;border-radius:16px;margin-bottom:1.75rem;padding:.9rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.support-card:hover svg{background:#e01a221a;transform:scale(1.1)rotate(5deg)}.support-card h4{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.2rem;font-weight:700}.support-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.faq-container{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--white);border:1px solid #0000000a;border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 20px -5px #00000008}.faq-item:hover{border-color:#e01a2226;box-shadow:0 10px 25px -10px #0000000d}.faq-item.open{border-color:var(--primary-color);box-shadow:0 15px 30px -10px #e01a2214}.faq-question{cursor:pointer;background:var(--white);justify-content:space-between;align-items:center;padding:1.5rem 2rem;transition:background-color .2s;display:flex}.faq-question:hover{background-color:#fafafa}.faq-question h4{color:var(--dark-navy);margin:0;font-size:1.1rem;font-weight:600;transition:color .2s}.faq-item.open .faq-question h4{color:var(--primary-color)}.faq-question svg{color:var(--primary-color);flex-shrink:0;margin-left:1rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.16,1,.3,1),opacity .3s;display:grid}.faq-item.open .faq-answer{opacity:1;grid-template-rows:1fr}.faq-answer-content{min-height:0;padding:0 2rem 1.5rem;overflow:hidden}.faq-answer p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.65}@media (width<=1200px){.franchise-container{gap:3rem}}@media (width<=992px){.franchise-container{flex-direction:column;gap:4rem;padding:2rem 0}.franchise-left{text-align:center;align-items:center;padding-right:0}.franchise-left h1{font-size:2.8rem}.franchise-benefits{justify-content:center;width:100%;max-width:600px}.steps-container{flex-wrap:wrap;gap:2rem}.steps-container:before{display:none}.step-card{flex:calc(50% - 2rem);max-width:none}.support-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.franchise-benefits{grid-template-columns:1fr}.enquiry-form-card{padding:2.5rem 2rem}.step-card{flex:100%}}@media (width<=576px){.franchise-hero{padding:3rem 0}.franchise-left h1{font-size:2.25rem}.form-row{flex-direction:column;gap:1.25rem}.enquiry-form-card{border-radius:20px;padding:2rem 1.25rem}.enquiry-form-card:before{border-top-left-radius:20px;border-top-right-radius:20px}.support-grid{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.stores-page{background-color:var(--light-gray);padding:3rem 0 5rem}.page-header{text-align:center;margin-bottom:3rem}.page-title{color:var(--dark-navy);letter-spacing:-.02em;background:linear-gradient(135deg, var(--dark-navy) 20%, #1e293b 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800}.breadcrumbs{font-size:.95rem;font-weight:500}.store-search-bar{background:var(--white);border:1px solid #00000008;border-radius:20px;gap:1.25rem;margin-bottom:3rem;padding:1.5rem;display:flex;box-shadow:0 10px 30px -10px #0000000a}.search-input-group{flex:2;align-items:center;display:flex;position:relative}.search-icon{color:#94a3b8;position:absolute;left:1.25rem}.search-input-group input{width:100%;color:var(--text-dark);background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:1rem 1.25rem 1rem 3.25rem;font-size:.95rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.search-input-group input:hover{border-color:#cbd5e1}.search-input-group input:focus{border-color:var(--primary-color);background-color:var(--white);box-shadow:0 0 0 4px #e01a2214}.city-select-group{flex:1}.city-select-group select{width:100%;color:var(--dark-navy);cursor:pointer;appearance:none;background-color:#f8fafc;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2364748b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 1.25rem center;background-repeat:no-repeat;background-size:16px;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:1rem 2.75rem 1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.city-select-group select:hover{border-color:#cbd5e1}.city-select-group select:focus{border-color:var(--primary-color);background-color:var(--white);box-shadow:0 0 0 4px #e01a2214}.btn-search{background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%);color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:0 2.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 20px -4px #e01a224d}.btn-search:hover{background:linear-gradient(135deg, #c1151c 0%, var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 12px 24px -4px #e01a2273}.btn-search:active{transform:scale(.98)}.stores-content{align-items:stretch;gap:2.5rem;display:flex}.stores-map-container{flex:1.2}.real-map{z-index:1;background-color:#f1f5f9;border:1px solid #0000000a;border-radius:20px;width:100%;height:100%;min-height:550px;position:relative;overflow:hidden;box-shadow:0 15px 35px -10px #00000014}.leaflet-popup-content-wrapper{background:var(--dark-navy)!important;color:var(--white)!important;border-radius:12px!important;padding:.25rem .5rem!important;box-shadow:0 10px 25px #00000026!important}.leaflet-popup-content{line-height:1.4!important;font-family:var(--font-family)!important;margin:12px 16px!important;font-size:.9rem!important}.leaflet-popup-content strong{color:var(--white)!important;font-size:.95rem!important}.leaflet-popup-tip{background:var(--dark-navy)!important}.leaflet-container{z-index:1}.custom-leaflet-icon{background:0 0;border:none}.stores-list{flex-direction:column;flex:.8;gap:1.5rem;display:flex}.store-card{background:var(--white);border:1px solid #00000008;border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px -8px #0000000a}.store-card:hover{border-color:#0000000f;transform:translateY(-4px);box-shadow:0 15px 30px -10px #00000014}.store-card.active{border:2px solid var(--primary-color);transform:translateY(-4px);box-shadow:0 15px 35px -5px #e01a2226}.no-stores-found{background:var(--white);text-align:center;border:2px dashed #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.no-stores-found h3{color:var(--dark-navy);margin:1.25rem 0 .5rem;font-size:1.35rem;font-weight:700}.no-stores-found p{color:var(--text-light);max-width:250px;font-size:.95rem;line-height:1.5}.store-card-img{background-position:50%;background-size:cover;width:150px;transition:all .5s}.store-card:hover .store-card-img{transform:scale(1.05)}.store-card-info{z-index:2;background:var(--white);flex-direction:column;flex:1;padding:1.5rem;display:flex;position:relative}.store-name{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.15rem;font-weight:800;line-height:1.3}.store-address,.store-city{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.5}.store-timing{color:#94a3b8;margin-top:.75rem;margin-bottom:1rem;font-size:.85rem;font-weight:500}.store-directions{color:var(--primary-color);align-self:flex-start;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;position:relative}.store-directions:after{content:"";background-color:var(--primary-color);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.store-directions:hover{color:var(--primary-hover)}.store-directions:hover:after{transform-origin:0 100%;background-color:var(--primary-hover);transform:scaleX(1)}.btn-view-more{background-color:var(--white);color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;text-align:center;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #e01a220d}.btn-view-more:hover{background-color:var(--primary-color);color:var(--white);box-shadow:0 8px 20px -4px #e01a224d}.btn-view-more:active{transform:scale(.98)}.btn-view-less{color:#475569;box-shadow:none;background-color:#f1f5f9;border-color:#cbd5e1}.btn-view-less:hover{color:#1e293b;box-shadow:none;background-color:#e2e8f0;border-color:#94a3b8}@media (width<=992px){.stores-content{flex-direction:column;gap:2rem}.real-map{height:450px;min-height:auto}.stores-map-container,.stores-list{width:100%}}@media (width<=768px){.stores-page{padding:2rem 0 4rem}.store-search-bar{border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem}.city-select-group{width:100%}.btn-search{width:100%;padding:1rem}.store-card{flex-direction:row}.store-card-img{width:140px}}@media (width<=576px){.store-card{flex-direction:column}.store-card-img{width:100%;height:160px}.page-title{font-size:2.25rem}}.contact-page{z-index:1;background-image:url(/hero-store.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-bottom:-4rem;padding:3rem 0;display:flex;position:relative}.contact-page:before{content:"";z-index:-1;background:radial-gradient(circle at 10% 20%,#f1f5f9f5 0%,#f8fafce6 100%);position:absolute;inset:0}.contact-wrapper{background:var(--white);border:1px solid #00000005;border-radius:24px;width:100%;margin-top:1rem;margin-bottom:1rem;display:flex;overflow:hidden;box-shadow:0 30px 60px -15px #0f172a14,0 0 50px #00000005}.contact-info{background:linear-gradient(135deg, var(--dark-navy) 0%, #152038 100%);color:var(--white);flex-direction:column;flex:1;justify-content:space-between;padding:4.5rem 3.5rem;display:flex;overflow:hidden}.contact-info:before{content:"";pointer-events:none;background:radial-gradient(circle,#e01a2214 0%,#0000 70%);width:250px;height:250px;position:absolute;top:-80px;left:-80px}.contact-title{color:var(--white);letter-spacing:-.02em;background:linear-gradient(135deg,#fff 40%,#e2e8f0 100%);-webkit-text-fill-color:transparent;z-index:2;-webkit-background-clip:text;margin-bottom:1.75rem;font-size:2.25rem;font-weight:800;position:relative}.info-items-container{z-index:2;flex-direction:column;gap:2rem;display:flex;position:relative}.info-item{align-items:flex-start;gap:1.25rem;transition:all .3s;display:flex}.info-item:hover{transform:translate(6px)}.info-icon{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-top:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.info-icon svg{color:var(--primary-color);transition:transform .3s}.info-item:hover .info-icon{background:#e01a2226;border-color:#e01a2259;transform:scale(1.05)}.info-item:hover .info-icon svg{transform:scale(1.1)}.info-text h4{color:var(--white);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.info-text p,.info-text .contact-link{color:#94a3b8;word-break:break-all;overflow-wrap:break-word;font-size:.95rem;line-height:1.6;display:block}.info-text .contact-link{text-decoration:none;transition:color .2s}.info-text .contact-link:hover{color:var(--primary-color)}.social-links-dark{z-index:2;gap:.85rem;margin-top:3.5rem;display:flex;position:relative}.social-links-dark a{width:42px;height:42px;color:var(--white);background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.social-links-dark a:hover{background-color:var(--primary-color);border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 20px #e01a2259}.contact-form-container{background-color:var(--white);flex-direction:column;flex:1.4;justify-content:center;padding:4.5rem 4rem;display:flex}.form-header{margin-bottom:1.5rem}.form-header h3{color:var(--dark-navy);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.form-header p{color:var(--text-light);font-size:.95rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{gap:1.25rem;display:flex}.form-row .form-group{flex:1}.contact-form .form-group{flex-direction:column;flex:1;gap:.4rem;display:flex}.contact-form .form-group label{color:#475569;letter-spacing:.02em;text-align:left;margin-left:2px;font-size:.85rem;font-weight:700}.contact-form .form-control{width:100%;font-size:.95rem;font-family:var(--font-family);color:var(--text-dark);background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:1rem 1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.contact-form .form-control:hover{border-color:#cbd5e1}.contact-form .form-control:focus{border-color:var(--primary-color);background-color:var(--white);box-shadow:0 0 0 4px #e01a2214}.contact-form textarea.form-control{resize:vertical;min-height:130px}.contact-form .btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%);color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;padding:1.1rem 2.25rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px -5px #e01a2259}.contact-form .btn-primary:hover:not(:disabled){background:linear-gradient(135deg, #c1151c 0%, var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 15px 30px -5px #e01a2273}.contact-form .btn-primary:active:not(:disabled){transform:scale(.98)}.contact-form .btn-primary:disabled{box-shadow:none;cursor:not-allowed;color:#94a3b8;background:#cbd5e1}.contact-form-container .form-success-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;animation:.5s ease-out fadeIn;display:flex}.contact-form-container .form-success-message svg{margin-bottom:1.5rem}.contact-form-container .form-success-message h3{color:var(--dark-navy);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.contact-form-container .form-success-message p{color:var(--text-light);max-width:340px;font-size:1rem;line-height:1.6}@media (width<=992px){.contact-page{padding:3rem 0}.contact-wrapper{border-radius:20px;flex-direction:column;margin-top:1rem;margin-bottom:1rem}.contact-info{max-width:100%;padding:3.5rem 2.5rem}.contact-title{text-align:center;margin-bottom:2.5rem}.info-items-container{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.info-item{margin-bottom:0}.social-links-dark{justify-content:center;margin-top:2.5rem}.contact-form-container{padding:3.5rem 2.5rem}.form-header{text-align:center;margin-bottom:2rem}.contact-form .btn-primary{width:100%}}@media (width<=768px){.contact-info{padding:2.5rem 1.5rem}.info-items-container{grid-template-columns:1fr;gap:1.5rem}.contact-form-container{padding:2.5rem 1.5rem}.form-row{flex-direction:column;gap:1.25rem}}@media (width<=576px){.contact-info,.contact-form-container{padding:2rem 1.25rem}.contact-title{margin-bottom:2rem;font-size:2.25rem}.form-header h3{font-size:1.5rem}}.careers-page{z-index:1;background-image:url(/hero-store.webp);background-position:50%;background-size:cover;background-attachment:fixed;padding-bottom:5rem;position:relative}.careers-page:before{content:"";z-index:-1;background-color:#f8f9faeb;position:absolute;inset:0}.careers-hero{align-items:center;gap:5rem;min-height:calc(100vh - 120px);padding:3.5rem 2rem;display:flex;position:relative}.careers-hero-content{z-index:2;flex:1.1;position:relative}.careers-hero-content h1{color:var(--dark-navy);letter-spacing:-.02em;background:linear-gradient(135deg, var(--dark-navy) 20%, #1e293b 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:800;line-height:1.15}.careers-hero-content p{color:var(--text-light);max-width:550px;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.careers-hero-content .btn-dark{background:var(--dark-navy);color:var(--white);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.95rem 2.25rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px -5px #0b112033}.careers-hero-content .btn-dark:hover{background:#152038;transform:translateY(-2px);box-shadow:0 15px 30px -5px #0b11204d}.careers-hero-content .btn-dark:active{transform:scale(.98)}.careers-hero-image{flex:.9;justify-content:center;display:flex;position:relative}.careers-hero-image:before{content:"";z-index:1;pointer-events:none;border:2px solid #e01a2214;border-radius:24px;position:absolute;inset:15px -15px -15px 15px}.careers-hero-image img{object-fit:cover;z-index:2;border-radius:20px;width:100%;max-height:480px;transition:all .5s;position:relative;box-shadow:0 25px 50px -12px #0f172a1f}.careers-hero-image:hover img{transform:scale(1.02);box-shadow:0 30px 60px -12px #0f172a29}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;display:grid}.benefit-card{background:var(--white);text-align:center;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px -10px #00000008}.benefit-card:hover{border-color:#e01a2226;transform:translateY(-8px);box-shadow:0 25px 50px -15px #00000014}.benefit-icon{width:58px;height:58px;color:var(--primary-color);background:#e01a220d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.75rem;padding:.9rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.benefit-card:hover .benefit-icon{background:#e01a221a;transform:scale(1.1)rotate(5deg)}.benefit-card h4{color:var(--dark-navy);letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.2rem;font-weight:700}.benefit-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.jobs-container{flex-direction:column;gap:1.75rem;max-width:850px;margin:0 auto;display:flex}.job-card{background:var(--white);border:1px solid #0000000a;border-radius:20px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 10px 30px -10px #0000000a}.job-card:hover{border-color:#0000000f;box-shadow:0 20px 45px -12px #00000014}.job-header{background:#f8fafc;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:2rem;padding:2.25rem 2.5rem;display:flex}.job-title{color:var(--dark-navy);letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.5rem;font-weight:800}.job-meta{color:var(--text-light);gap:1.25rem;font-size:.9rem;font-weight:600;display:flex}.job-meta span{background:var(--white);border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .85rem;display:inline-flex}.job-meta span svg{color:var(--primary-color)}.apply-btn{white-space:nowrap;background:linear-gradient(135deg, var(--primary-color) 0%, #ff3b42 100%)!important;color:var(--white)!important;border:none!important;border-radius:10px!important;align-items:center!important;gap:.5rem!important;padding:.85rem 1.75rem!important;font-weight:600!important;display:inline-flex!important;box-shadow:0 8px 20px -4px #e01a224d!important}.apply-btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.apply-btn:hover svg{transform:translate(4px)}.apply-btn:hover{background:linear-gradient(135deg, #c1151c 0%, var(--primary-color) 100%)!important;transform:translateY(-2px)!important;box-shadow:0 12px 24px -4px #e01a2266!important}.job-body{padding:2.5rem}.job-section{margin-bottom:2rem}.job-section:last-child{margin-bottom:0}.job-section h4{color:var(--dark-navy);letter-spacing:-.01em;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.15rem;font-weight:700;display:flex}.job-section h4 svg{color:var(--primary-color);box-sizing:content-box;background:#e01a220d;border-radius:8px;padding:6px}.job-section p{color:var(--text-light);font-size:.95rem;line-height:1.7}.job-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style-type:none;display:flex}.job-list li{color:var(--text-light);padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.job-list li:before{content:"✓";color:var(--primary-color);font-size:.9rem;font-weight:800;position:absolute;top:1px;left:0}@media (width<=992px){.careers-hero{text-align:center;flex-direction:column;gap:3.5rem;min-height:auto;padding:4rem 1rem}.careers-hero-content p{margin-left:auto;margin-right:auto}.careers-hero-image:before{display:none}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.job-header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem}.apply-btn{justify-content:center;width:100%}.job-body{padding:2rem 1.5rem}}@media (width<=576px){.benefits-grid{grid-template-columns:1fr}.job-meta{flex-direction:column;align-items:flex-start;gap:.65rem;width:100%}.job-meta span{width:100%}.careers-hero-content h1{font-size:2.25rem}}
