@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";
:root{--navy:#0b1426;--navy-light:#1a2332;--navy-mid:#0f1b2d;--charcoal:#1e293b;--slate:#334155;--accent-orange:#f97316;--accent-orange-hover:#ea580c;--accent-orange-glow:#f9731640;--accent-blue:#2563eb;--accent-blue-hover:#1d4ed8;--accent-blue-glow:#2563eb33;--accent-cyan:#06b6d4;--text-white:#fff;--text-light:#e2e8f0;--text-muted:#94a3b8;--text-dark:#0f172a;--text-dark-secondary:#475569;--surface-white:#fff;--surface-light:#f8fafc;--surface-card:#fff;--surface-card-border:#e2e8f0;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--ease-out:cubic-bezier(.25, .8, .25, 1);--transition:all .3s var(--ease-out)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--surface-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-accent{color:var(--accent-orange)}.text-blue{color:var(--accent-blue)}.btn{font-family:var(--font-heading);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-orange);color:var(--text-white);box-shadow:0 4px 15px var(--accent-orange-glow)}.btn-primary:hover{background:var(--accent-orange-hover);box-shadow:0 8px 25px var(--accent-orange-glow);transform:translateY(-2px)}.btn-secondary{background:var(--accent-blue);color:var(--text-white);box-shadow:0 4px 15px var(--accent-blue-glow)}.btn-secondary:hover{background:var(--accent-blue-hover);box-shadow:0 8px 25px var(--accent-blue-glow);transform:translateY(-2px)}.btn-outline{color:var(--text-white);background:0 0;border:2px solid #ffffff4d}.btn-outline:hover{border-color:var(--text-white);background:#ffffff1a}.btn-outline-dark{color:var(--text-dark);border:2px solid var(--surface-card-border);background:0 0}.btn-outline-dark:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.btn-whatsapp{color:var(--text-white);background:#25d366;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.header{z-index:1000;background:var(--navy);width:100%;position:fixed;top:0;left:0}.header-top{background:var(--navy-light);border-bottom:1px solid #ffffff0f;padding:.4rem 0;font-size:.85rem}.header-top .container{justify-content:space-between;align-items:center;display:flex}.header-contact{gap:1.5rem;display:flex}.header-contact a{color:var(--text-muted);align-items:center;gap:.4rem;transition:color .2s;display:flex}.header-contact a:hover{color:var(--accent-orange)}.header-hours{color:var(--text-muted)}.nav-main{border-bottom:1px solid #ffffff0f;padding:.8rem 0}.nav-main .container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);color:var(--text-white);align-items:center;gap:.75rem;font-size:1.4rem;font-weight:700;display:flex}.logo img{filter:brightness(1.1);width:auto;height:42px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-light);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover{color:var(--accent-orange)}.dropdown{position:relative}.dropdown>a{align-items:center;gap:.3rem;display:flex}.dropdown-menu{background:var(--surface-white);opacity:0;visibility:hidden;min-width:220px;transition:var(--transition);border:1px solid var(--surface-card-border);border-radius:12px;padding:.75rem 0;position:absolute;top:calc(100% + 12px);left:-1rem;transform:translateY(8px);box-shadow:0 15px 40px #00000026}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{list-style:none}.dropdown-menu a{color:var(--text-dark);padding:.65rem 1.5rem;font-size:.9rem;display:block}.dropdown-menu a:hover{background:var(--surface-light);color:var(--accent-orange)}.nav-ctas{align-items:center;gap:.75rem;display:flex}.nav-toggle{cursor:pointer;z-index:999;background:0 0;border:none;padding:.5rem;display:none;position:relative}.nav-toggle span{background:var(--text-white);width:24px;height:2px;transition:var(--transition);border-radius:2px;margin:5px 0;display:block}.hero{background:url(/images/hero_bg.png) 100%/cover no-repeat;align-items:center;min-height:75vh;padding-top:130px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:linear-gradient(90deg,#0b1426f2 0%,#0b142666 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-text h1,.hero-text p{text-shadow:0 2px 10px #000000b3}.hero-grid{z-index:1;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}.marquee-ribbon{background:var(--accent-orange);color:var(--text-white);white-space:nowrap;align-items:center;padding:.4rem 0;display:flex;position:relative;overflow:hidden}.marquee-content{gap:2rem;font-size:.95rem;font-weight:600;animation:20s linear infinite scrollText;display:flex}.marquee-separator{opacity:.5}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:992px){.hero-grid{grid-template-columns:1.1fr .9fr;gap:4rem}}.hero-text{text-align:left;flex-direction:column;align-items:flex-start;max-width:700px;display:flex}.hero-image{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0003}.hero-image img{width:100%;height:auto;display:block}.live-status-banner{color:#25d366;background:#25d36614;border:1px solid #25d36633;border-radius:50px;align-items:center;gap:.65rem;margin-bottom:1.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.live-pulse{background-color:#25d366;border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.live-pulse:after{content:"";background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:1.8s ease-in-out infinite pulse;position:absolute;top:0;left:0}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.hero h1{color:var(--text-white);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.hero p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.symptom-section{background:var(--surface-light);padding:6rem 0}.symptom-container{background:var(--surface-white);border:1px solid var(--surface-card-border);border-radius:24px;padding:3rem;box-shadow:0 20px 50px #0000000a}.symptom-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.symptom-tab-btn{background:var(--surface-light);border:1px solid var(--surface-card-border);font-family:var(--font-heading);color:var(--text-dark-secondary);cursor:pointer;transition:var(--transition);border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600}.symptom-tab-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#f973160d}.symptom-tab-btn.active{background:var(--accent-orange);color:var(--text-white);border-color:var(--accent-orange);box-shadow:0 4px 12px var(--accent-orange-glow)}.symptom-chips-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.symptom-chip-btn{background:var(--surface-light);border:1px solid var(--surface-card-border);color:var(--text-dark-secondary);cursor:pointer;transition:var(--transition);border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.symptom-chip-btn:hover,.symptom-chip-btn.active{background:var(--navy);color:var(--text-white);border-color:var(--navy)}.symptom-result-box{background:var(--surface-light);border:1px solid var(--surface-card-border);text-align:center;border-radius:16px;padding:2.5rem;animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.symptom-result-meta{flex-wrap:wrap;justify-content:center;gap:2rem;margin:1.5rem 0 2rem;display:flex}.symptom-meta-item{color:var(--text-dark-secondary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.symptom-meta-icon{font-size:1.25rem}.showcase-tabs{border-bottom:2px solid var(--surface-card-border);justify-content:center;gap:1.5rem;margin-bottom:3.5rem;padding-bottom:1rem;display:flex}.showcase-tab{font-family:var(--font-heading);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:1.2rem;font-weight:700;transition:color .3s;position:relative}.showcase-tab:hover{color:var(--text-dark)}.showcase-tab.active{color:var(--accent-orange)}.showcase-tab.active:after{content:"";background:var(--accent-orange);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-18px;left:0}.showcase-content-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.showcase-info h3{margin-bottom:1rem;font-size:2.2rem;font-weight:800}.showcase-info p{color:var(--text-dark-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.showcase-bullet-list{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.showcase-bullet-item{align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.showcase-image-container{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.showcase-image-container img{object-fit:cover;width:100%;height:420px;transition:transform .8s}.showcase-image-container:hover img{transform:scale(1.04)}.faq-section{background:var(--surface-white);padding:5rem 0}.accordion-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.accordion-item{border:1px solid var(--surface-card-border);background:var(--surface-light);transition:var(--transition);border-radius:12px;overflow:hidden}details.accordion-item summary{outline:none;list-style:none}details.accordion-item summary::-webkit-details-marker{display:none}.accordion-header{width:100%;font-family:var(--font-heading);color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:700;display:flex}.accordion-header:hover{background:#f9731608}.accordion-icon{color:var(--accent-orange);font-size:1.2rem;transition:transform .3s}details.accordion-item[open] .accordion-icon{transform:rotate(45deg)}.accordion-content{overflow:hidden}.accordion-inner{color:var(--text-dark-secondary);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}.section{padding:6rem 0}.section-dark{background:var(--navy)}.section-light{background:var(--surface-light)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.8rem;font-weight:800}.section-header p{color:var(--text-dark-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.stats-strip{background:var(--navy);padding:4rem 0;position:relative;overflow:hidden}.stats-strip:before{content:"";background:radial-gradient(#f973160f 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.stats-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.stat-item{text-align:center}.stat-number{font-family:var(--font-heading);color:var(--accent-orange);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:var(--text-muted);font-size:.95rem;font-weight:500}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{text-align:center;background:var(--surface-card);border:1px solid var(--surface-card-border);transition:var(--transition);border-radius:16px;padding:2.5rem 1.5rem}.feature-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000000f}.feature-icon{background:#f973161a;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.feature-card h4{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.feature-card p{color:var(--text-dark-secondary);font-size:.9rem;line-height:1.5}.brands-section{background:var(--surface-light);border-top:1px solid var(--surface-card-border);border-bottom:1px solid var(--surface-card-border);padding:3.5rem 0;overflow:hidden}.brands-section h3{text-align:center;color:var(--text-dark-secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:.9rem;font-weight:600}.brands-track{gap:3rem;width:max-content;animation:30s linear infinite marquee;display:flex}.brand-item{font-family:var(--font-heading);color:var(--text-dark-secondary);opacity:.5;white-space:nowrap;flex-shrink:0;padding:.5rem 1rem;font-size:1.1rem;font-weight:600;transition:opacity .3s}.brand-item:hover{opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.step-card{text-align:center;padding:2.5rem 2rem;position:relative}.step-number{background:var(--accent-orange);width:56px;height:56px;font-family:var(--font-heading);color:var(--text-white);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.4rem;font-weight:800;display:flex}.step-card h3{margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.step-card p{color:var(--text-dark-secondary);font-size:.95rem;line-height:1.6}.footer{background:var(--navy);color:var(--text-light);padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:var(--text-muted);margin-top:1rem;font-size:.95rem;line-height:1.7}.footer h4{color:var(--text-white);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;position:relative}.footer h4:after{content:"";background:var(--accent-orange);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer ul li{margin-bottom:.75rem}.footer ul a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer ul a:hover{color:var(--accent-orange)}.footer-contact-item{color:var(--text-muted);align-items:flex-start;gap:.6rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.footer-disclaimer{color:var(--slate);text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;margin-top:2rem;padding:1.25rem;font-size:.8rem;line-height:1.6}.footer-bottom{color:var(--slate);border-top:1px solid #ffffff0f;padding-top:2rem;font-size:.85rem}.footer-bottom-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between}}.footer-copyright{text-align:center;flex:1}@media (min-width:768px){.footer-copyright{text-align:left}}.footer-powered{flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}.footer-powered a{opacity:.85;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex}.footer-powered a:hover{opacity:1;transform:translateY(-1px)}.footer-links{flex:1;justify-content:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-links{justify-content:flex-end}}.footer-links a{color:var(--slate);transition:color .2s}.footer-links a:hover{color:var(--accent-orange)}@keyframes whatsapp-glow{0%{box-shadow:0 0 #25d366b3}to{box-shadow:0 0 0 20px #25d36600}}@keyframes call-glow{0%{box-shadow:0 0 #f97316b3}to{box-shadow:0 0 0 20px #f9731600}}.whatsapp-float{color:#fff;z-index:100;width:56px;height:56px;transition:var(--transition);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:1.2s cubic-bezier(.66,0,0,1) infinite whatsapp-glow;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 18px #25d36666}.whatsapp-float:hover{animation:none;transform:scale(1.1);box-shadow:0 6px 25px #25d36680}.whatsapp-float svg{fill:currentColor;width:30px;height:30px}.call-float{background-color:var(--accent-orange);color:#fff;width:56px;height:56px;box-shadow:0 4px 18px var(--accent-orange-glow);z-index:100;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;animation:1.2s cubic-bezier(.66,0,0,1) infinite call-glow;display:flex;position:fixed;bottom:100px;right:28px}.call-float:hover{box-shadow:0 6px 25px var(--accent-orange-glow);animation:none;transform:scale(1.1)}.call-float svg{fill:currentColor;width:26px;height:26px}.service-hero{background:var(--navy);padding-top:130px;padding-bottom:4rem;position:relative;overflow:hidden}.service-hero:before{content:"";background:radial-gradient(at 60% 40%,#2563eb1a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.service-hero-content{z-index:1;max-width:700px;position:relative}.service-hero h1{color:var(--text-white);letter-spacing:-.5px;margin-bottom:1rem;font-size:3rem;font-weight:800}.service-hero p{color:var(--text-muted);margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.service-hero .hero-eyebrow{margin-bottom:1.25rem}.service-content{background:var(--surface-light);padding:5rem 0}.service-detail-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.service-detail-card{background:var(--surface-card);border:1px solid var(--surface-card-border);transition:var(--transition);border-radius:14px;padding:2rem;position:relative;overflow:hidden}.service-detail-card:before{content:"";background:var(--accent-orange);border-radius:2px 0 0 2px;width:4px;height:100%;position:absolute;top:0;left:0}.service-detail-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f}.service-detail-card h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.service-detail-card p{color:var(--text-dark-secondary);font-size:.95rem;line-height:1.6}.service-brands{background:var(--surface-card);border:1px solid var(--surface-card-border);text-align:center;border-radius:14px;margin-top:2rem;padding:2rem}.service-brands h3{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.service-brands-list{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.service-brand-tag{background:var(--surface-light);border:1px solid var(--surface-card-border);color:var(--text-dark-secondary);border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.service-cta-strip{text-align:center;background:var(--navy);border-radius:20px;margin-top:3rem;padding:3rem}.service-cta-strip h3{color:var(--text-white);margin-bottom:.5rem;font-size:1.5rem}.service-cta-strip p{color:var(--text-muted);margin-bottom:1.5rem}.service-cta-strip .btn+.btn{margin-left:.75rem}.mobile-nav-overlay{background:var(--navy);z-index:1050;flex-direction:column;width:100%;height:100%;padding:5rem 2rem 2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-nav-close{color:var(--text-white);cursor:pointer;z-index:1060;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:1.25rem;right:1.5rem}.mobile-nav-links{flex-direction:column;gap:.5rem;display:flex}.mobile-nav-links a{font-family:var(--font-heading);color:var(--text-light);border-bottom:1px solid #ffffff0f;padding:1rem 0;font-size:1.3rem;font-weight:600;transition:color .2s}.mobile-nav-links a:hover{color:var(--accent-orange)}.mobile-nav-links .sub-link{color:var(--text-muted);padding-left:1.5rem;font-size:1rem;font-weight:400}.mobile-nav-ctas{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-grid{grid-template-columns:repeat(2,1fr)}.service-detail-grid{grid-template-columns:1fr}.showcase-content-grid{grid-template-columns:1fr;gap:2.5rem}.showcase-image-container img{height:300px}.showcase-tabs{-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:.75rem;padding-bottom:.75rem;overflow-x:auto}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero{align-items:flex-end;min-height:65vh;padding-top:100px;padding-bottom:2.5rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.section{padding:3.5rem 0}.nav-links,.nav-ctas{display:none}.nav-toggle{display:block}.nav-main{padding:.5rem 0}.logo{gap:.5rem;font-size:1.1rem}.logo img{height:32px}.header-hours{display:none}.header-top .container{justify-content:center}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero-ctas{flex-flow:wrap;gap:1rem}.service-hero{padding-top:100px;padding-bottom:2.5rem}.service-hero h1{font-size:1.8rem;line-height:1.2}.service-hero p{font-size:1rem}.service-hero-content{max-width:100%}.service-hero .hero-eyebrow{font-size:.9rem}.service-content{padding:3rem 0}.service-detail-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem!important}.service-detail-card,.service-brands{padding:1.5rem}.service-cta-strip{flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.25rem;display:flex}.service-cta-strip h3{font-size:1.25rem}.service-cta-strip .btn+.btn{margin-left:0}.service-hero-content>div{flex-direction:column!important}.showcase-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom-width:1px;justify-content:flex-start;gap:.5rem;margin-bottom:2rem;padding-bottom:.75rem;overflow-x:auto}.showcase-tabs::-webkit-scrollbar{display:none}.showcase-tab{white-space:nowrap;flex-shrink:0;padding:.4rem .75rem;font-size:.95rem}.showcase-content-grid{grid-template-columns:1fr;gap:2rem}.showcase-image-container img{height:240px}.showcase-info h3{font-size:1.6rem}.showcase-bullet-list{grid-template-columns:1fr;gap:.75rem}.symptom-container{padding:1.25rem}.symptom-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding-bottom:.5rem;overflow-x:auto}.symptom-tabs::-webkit-scrollbar{display:none}.symptom-tab-btn{white-space:nowrap;flex-shrink:0;padding:.5rem .9rem;font-size:.85rem}.symptom-result-box{padding:1.5rem 1rem}.symptom-result-meta{flex-direction:column;align-items:center;gap:1rem}.accordion-header{padding:1rem 1.25rem;font-size:1rem}.stats-strip{padding:2.5rem 0}.stat-number{font-size:2.2rem}.brands-section{padding:2.5rem 0}.booking-grid{gap:2rem!important}.footer{padding:3.5rem 0 2rem}.footer-bottom{text-align:center;gap:.75rem;flex-direction:column!important}}@media (max-width:480px){.hero h1,.stat-number{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.service-hero h1{font-size:1.6rem}.section-header h2{font-size:1.7rem}.btn-lg{padding:.85rem 1.5rem;font-size:1rem}.service-brands-list{gap:.5rem}.service-brand-tag{padding:.35rem .75rem;font-size:.8rem}.whatsapp-float,.call-float{width:48px;height:48px;right:16px}.call-float{bottom:84px}.whatsapp-float{bottom:20px}}.service-hero-grid{grid-template-columns:1.25fr 1fr;align-items:center;gap:4rem;display:grid}.service-hero-image-wrap{border:1px solid #ffffff1a;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000040}.service-hero-image-wrap img{object-fit:cover;width:100%;height:380px;display:block}.booking-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:900px){.service-hero-grid,.booking-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.service-hero-image-wrap img{height:280px}}
