/* ============================================
   MWD PROJECT — EliteClean Olten
   Shared stylesheet for multi-page site
============================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-font-smoothing:antialiased}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:#0A0E0C;color:#F0FDFA;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none}
::selection{background:rgba(20,184,166,.3);color:#F0FDFA}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#0A0E0C}
::-webkit-scrollbar-thumb{background:#1A2F2A;border-radius:9999px}
::-webkit-scrollbar-thumb:hover{background:#0F766E}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}

:root{
  --dark:#0A0E0C;--dark-50:#111916;--dark-100:#0F1512;--dark-200:#162420;--dark-300:#1A2F2A;
  --brand-50:#F0FDFA;--brand-100:#CCFBF1;--brand-200:#99F6E4;--brand-300:#5EEAD4;
  --brand-400:#2DD4BF;--brand-500:#14B8A6;--brand-600:#0D9488;--brand-700:#0F766E;
  --brand-800:#115E59;--brand-900:#134E4A;
}

.wrap{max-width:80rem;margin:0 auto}
.section-padding{padding:5rem 1rem}
@media(min-width:640px){.section-padding{padding:5rem 1.5rem}}
@media(min-width:1024px){.section-padding{padding:7rem 2rem}}

.glass-card{background:rgba(17,25,22,.8);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(19,78,74,.3);border-radius:1rem}
.text-gradient{background:linear-gradient(to right,#2DD4BF,#5EEAD4,#2DD4BF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ---------- HEADER ---------- */
.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .5s,border-color .5s,box-shadow .5s}
.header.scrolled{background:rgba(10,14,12,.95);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(19,78,74,.2);box-shadow:0 4px 30px rgba(10,14,12,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem}
@media(min-width:1024px){.header-inner{height:5rem;padding:0 2rem}}
.logo-link{display:flex;align-items:center;gap:.75rem}
.logo-img{height:2.5rem;width:2.5rem;border-radius:50%;object-fit:cover;border:1px solid rgba(20,184,166,.3);transition:border-color .3s}
@media(min-width:1024px){.logo-img{height:3rem;width:3rem}}
.logo-link:hover .logo-img{border-color:rgba(45,212,191,.6)}
.logo-text{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:#F0FDFA}
@media(min-width:1024px){.logo-text{font-size:1.25rem}}
.logo-teal{color:#2DD4BF}
.sparkle-logo{display:inline-block;vertical-align:top;margin-left:-3px;margin-top:-3px}
.desktop-nav{display:none;align-items:center;gap:2rem}
@media(min-width:1024px){.desktop-nav{display:flex}}
.nav-link{font-size:.875rem;font-weight:500;color:rgba(204,251,241,.7);transition:color .3s;position:relative}
.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#2DD4BF;transition:width .3s}
.nav-link:hover{color:#2DD4BF}
.nav-link:hover::after{width:100%}
.nav-link.active{color:#2DD4BF}
.nav-link.active::after{width:100%}
.cta-btn{display:none;padding:.625rem 1.25rem;background:#14B8A6;color:#0A0E0C;font-weight:600;font-size:.875rem;border-radius:.5rem;transition:background .3s,box-shadow .3s}
@media(min-width:1024px){.cta-btn{display:inline-flex}}
.cta-btn:hover{background:#2DD4BF;box-shadow:0 0 20px rgba(20,184,166,.3)}
.menu-toggle{display:flex;padding:.5rem;color:#99F6E4;transition:color .3s}
@media(min-width:1024px){.menu-toggle{display:none}}
.menu-toggle:hover{color:#2DD4BF}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0A0E0C;padding:5rem 1rem 1.5rem;z-index:48;overflow-y:auto}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:.75rem 1rem;color:#CCFBF1;font-weight:500;border-radius:.5rem;transition:background .2s,color .2s}
.mobile-menu a:hover{background:rgba(17,25,22,.5);color:#2DD4BF}
.mobile-menu .mobile-cta{display:block;text-align:center;margin-top:1rem;padding:.75rem;background:#14B8A6;color:#0A0E0C;font-weight:600;border-radius:.5rem}
body.menu-open{overflow:hidden}

/* ---------- HERO ---------- */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero video,.hero-poster-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:rgba(10,14,12,.65)}
.hero-overlay-gradient{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,14,12,.8),rgba(10,14,12,.4),transparent)}
.hero-content{position:relative;max-width:80rem;margin:0 auto;padding:6rem 1rem 4rem}
@media(min-width:640px){.hero-content{padding:6rem 1.5rem 4rem}}
@media(min-width:1024px){.hero-content{padding:6rem 2rem 4rem}}
.hero-inner{max-width:48rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(20,184,166,.1);border:1px solid rgba(20,184,166,.2);margin-bottom:2rem;font-size:.875rem;font-weight:500;color:#5EEAD4}
.hero-badge svg{width:16px;height:16px;stroke:#2DD4BF;fill:none;stroke-width:2}
.hero h1{font-size:clamp(2rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}
.hero-sub{font-size:1.125rem;color:rgba(240,253,250,.6);max-width:36rem;margin-bottom:2.5rem;line-height:1.6}
@media(min-width:640px){.hero-sub{font-size:1.25rem}}
.hero-sub strong{color:#5EEAD4;font-weight:600}
.hero-ctas{display:flex;flex-direction:column;gap:1rem}
@media(min-width:640px){.hero-ctas{flex-direction:row}}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#14B8A6;color:#0A0E0C;font-weight:700;font-size:1rem;border-radius:.75rem;transition:background .3s,box-shadow .3s}
.btn-primary:hover{background:#2DD4BF;box-shadow:0 0 30px rgba(20,184,166,.35)}
.btn-primary svg{width:18px;height:18px;transition:transform .3s}
.btn-primary:hover svg{transform:translateX(4px)}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:rgba(17,25,22,.8);border:1px solid rgba(15,118,110,.3);color:#CCFBF1;font-weight:600;font-size:1rem;border-radius:.75rem;transition:background .3s,border-color .3s}
.btn-secondary:hover{background:#162420;border-color:rgba(20,184,166,.5)}
.btn-secondary svg{width:18px;height:18px;color:#2DD4BF}
.hero-trust{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;font-size:.875rem;color:rgba(240,253,250,.4)}
.hero-trust span{display:flex;align-items:center;gap:.5rem}
.hero-trust .dot{width:6px;height:6px;border-radius:50%;background:#14B8A6;flex-shrink:0}
.hero-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,#0A0E0C,transparent)}

/* ---------- PAGE HERO (subpages) ---------- */
.page-hero{padding:8rem 1rem 3rem;text-align:center;background:linear-gradient(to bottom,rgba(17,25,22,.6),#0A0E0C);border-bottom:1px solid rgba(19,78,74,.15);position:relative;overflow:hidden}
@media(min-width:640px){.page-hero{padding:9rem 1.5rem 4rem}}
@media(min-width:1024px){.page-hero{padding:10rem 2rem 5rem}}
.page-hero .section-label{margin-bottom:1rem}
.page-hero .section-title{margin-bottom:1rem}
.page-hero .section-desc{margin-bottom:0}
.page-hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;background:rgba(20,184,166,.04);filter:blur(100px);pointer-events:none}

/* ---------- TRUST BAR ---------- */
.trust-bar{padding:1.5rem 1rem;border-top:1px solid rgba(19,78,74,.2);border-bottom:1px solid rgba(19,78,74,.2);background:rgba(17,25,22,.5)}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}
.trust-item{display:flex;align-items:center;gap:.75rem}
@media(min-width:1024px){.trust-item{gap:1rem}}
.trust-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.75rem;background:rgba(20,184,166,.1);border:1px solid rgba(20,184,166,.2);display:flex;align-items:center;justify-content:center}
@media(min-width:1024px){.trust-icon{width:3rem;height:3rem}}
.trust-icon svg{width:20px;height:20px;stroke:#2DD4BF;fill:none;stroke-width:2}
.trust-label{font-size:.875rem;font-weight:600;color:#F0FDFA}
.trust-desc{font-size:.75rem;color:rgba(240,253,250,.4);display:none}
@media(min-width:640px){.trust-desc{display:block}}

/* ---------- SECTIONS SHARED ---------- */
.section-label{font-size:.75rem;font-weight:600;color:#14B8A6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}
.section-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}
.section-desc{margin-top:1rem;color:rgba(240,253,250,.4);max-width:32rem;margin-left:auto;margin-right:auto}
.bg-dark-alt{background:#0F1512}

/* ---------- SERVICES ---------- */
.services-grid{display:grid;gap:1.5rem;margin-top:3rem}
@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}
.service-card{padding:1.5rem;display:flex;flex-direction:column;transition:border-color .5s,box-shadow .5s}
@media(min-width:1024px){.service-card{padding:2rem}}
.service-card:hover{border-color:rgba(20,184,166,.3);box-shadow:0 0 40px rgba(20,184,166,.08)}
.service-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.service-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2}
.service-icon-1{background:linear-gradient(135deg,#14B8A6,#0D9488)}
.service-icon-2{background:linear-gradient(135deg,#2DD4BF,#14B8A6)}
.service-icon-3{background:linear-gradient(135deg,#0D9488,#0F766E)}
.service-card h3{font-size:1.25rem;font-weight:700;color:#F0FDFA;margin-bottom:.25rem}
.service-card .subtitle{font-size:.875rem;color:#2DD4BF;font-weight:500;margin-bottom:1rem}
.service-card p.desc{color:rgba(240,253,250,.5);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}
.service-features{list-style:none;margin-bottom:1.5rem}
.service-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(240,253,250,.6);margin-bottom:.5rem}
.service-features .dot{width:4px;height:4px;border-radius:50%;background:#14B8A6;flex-shrink:0}
.service-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#2DD4BF;transition:color .3s,gap .3s}
.service-link:hover{color:#5EEAD4;gap:.75rem}
.service-link svg{width:16px;height:16px}

/* ---------- GALLERY ---------- */
.gallery{padding:5rem 1rem;background:rgba(17,25,22,.3);border-top:1px solid rgba(19,78,74,.15);border-bottom:1px solid rgba(19,78,74,.15)}
@media(min-width:1024px){.gallery{padding:7rem 2rem}}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2.5rem}
@media(min-width:640px){.gallery-grid{gap:1rem}}
@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}
.gallery-item{position:relative;overflow:hidden;border-radius:.75rem;aspect-ratio:4/3;background:#111916}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.05)}
.gallery-item .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,14,12,.7),transparent,transparent);opacity:0;transition:opacity .3s}
.gallery-item:hover .overlay{opacity:1}
.gallery-item .label{position:absolute;bottom:.75rem;left:.75rem;font-size:.75rem;font-weight:600;color:#F0FDFA;background:rgba(10,14,12,.6);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:9999px;border:1px solid rgba(20,184,166,.2);opacity:0;transition:opacity .3s}
.gallery-item:hover .label{opacity:1}

/* ---------- ABOUT ---------- */
.about-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr);gap:5rem}}
.about-image{position:relative}
.about-image-inner{aspect-ratio:4/5;border-radius:1rem;background:linear-gradient(135deg,#162420,#1A2F2A);border:1px solid rgba(19,78,74,.2);overflow:hidden;display:flex;align-items:center;justify-content:center}
.about-image-inner img{width:75%;height:auto;opacity:.6}
.about-badge{position:absolute;bottom:-1rem;right:-1rem;padding:1.25rem;border:1px solid rgba(20,184,166,.2);box-shadow:0 0 30px rgba(20,184,166,.08)}
.about-badge p:first-child{font-size:.875rem;font-weight:600;color:#2DD4BF}
.about-badge p:last-child{font-size:.75rem;color:rgba(240,253,250,.4)}
.about h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}
.about-text{color:rgba(240,253,250,.55);line-height:1.6;margin-bottom:2rem}
.about-text p{margin-bottom:1rem}
.about-meta{display:grid;gap:1rem}
@media(min-width:640px){.about-meta{grid-template-columns:repeat(3,1fr)}}
.about-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(240,253,250,.5)}
.about-meta-item svg{width:16px;height:16px;stroke:#14B8A6;fill:none;stroke-width:2;flex-shrink:0}

/* ---------- PROCESS ---------- */
.process-grid{display:grid;gap:2rem;position:relative;margin-top:3rem}
@media(min-width:768px){.process-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}
.process-line{display:none;position:absolute;top:4rem;left:20%;right:20%;height:1px;background:linear-gradient(to right,transparent,rgba(20,184,166,.2),transparent)}
@media(min-width:768px){.process-line{display:block}}
.process-step{text-align:center}
.process-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1rem;background:rgba(20,184,166,.1);border:1px solid rgba(20,184,166,.2);margin-bottom:1.5rem;transition:border-color .3s,box-shadow .3s}
.process-step:hover .process-icon{border-color:rgba(20,184,166,.4);box-shadow:0 0 25px rgba(20,184,166,.12)}
.process-icon svg{width:28px;height:28px;stroke:#2DD4BF;fill:none;stroke-width:2}
.process-num{font-size:.75rem;font-weight:700;color:rgba(20,184,166,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}
.process-step h3{font-size:1.25rem;font-weight:700;color:#F0FDFA;margin-bottom:.75rem}
.process-step p{color:rgba(240,253,250,.5);line-height:1.6;max-width:20rem;margin:0 auto}

/* ---------- PRICING ---------- */
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem}
@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.price-card{position:relative;border-radius:1rem;padding:1.5rem;transition:transform .3s}
@media(min-width:1024px){.price-card{padding:2rem}}
.price-card:hover{transform:translateY(-4px)}
.price-card.popular{background:linear-gradient(to bottom,rgba(20,184,166,.15),rgba(17,25,22,.8));border:2px solid rgba(20,184,166,.4);box-shadow:0 0 40px rgba(20,184,166,.1)}
.price-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);padding:.25rem .75rem;background:#14B8A6;color:#0A0E0C;font-size:.75rem;font-weight:700;border-radius:9999px}
.price-rooms{font-size:.875rem;color:rgba(240,253,250,.5);font-weight:500;margin-bottom:.5rem}
.price-amount{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#F0FDFA}
.price-prefix{font-size:1rem;font-weight:500;color:rgba(240,253,250,.4)}
.included-box{padding:2rem;margin-top:3rem}
@media(min-width:1024px){.included-box{padding:2.5rem}}
.included-box h3{font-size:1.125rem;font-weight:700;color:#F0FDFA;margin-bottom:1.5rem}
.included-grid{display:grid;gap:1rem}
@media(min-width:640px){.included-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.included-grid{grid-template-columns:repeat(3,1fr)}}
.included-item{display:flex;align-items:center;gap:.75rem}
.check-icon{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;background:rgba(20,184,166,.15);display:flex;align-items:center;justify-content:center}
.check-icon svg{width:12px;height:12px;stroke:#2DD4BF;fill:none;stroke-width:3}
.included-item span{font-size:.875rem;color:rgba(240,253,250,.6)}
.included-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(19,78,74,.2);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}
@media(min-width:640px){.included-footer{flex-direction:row;align-items:center}}
.included-footer p{font-size:.875rem;color:rgba(240,253,250,.4)}
.btn-sm{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#14B8A6;color:#0A0E0C;font-weight:600;font-size:.875rem;border-radius:.75rem;transition:background .3s,box-shadow .3s;white-space:nowrap}
.btn-sm:hover{background:#2DD4BF;box-shadow:0 0 20px rgba(20,184,166,.3)}
.btn-sm svg{width:16px;height:16px}

/* ---------- GUARANTEE ---------- */
.guarantee-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.guarantee-grid{grid-template-columns:repeat(2,1fr);gap:5rem}}
.guarantee-badge-inline{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(20,184,166,.1);border:1px solid rgba(20,184,166,.2);margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:#5EEAD4}
.guarantee-badge-inline svg{width:16px;height:16px;stroke:#2DD4BF;fill:none;stroke-width:2}
.guarantee-text{color:rgba(240,253,250,.5);line-height:1.6;margin-bottom:2rem;max-width:32rem}
.guarantee-list{display:flex;flex-direction:column;gap:.75rem}
.guarantee-item{display:flex;align-items:flex-start;gap:.75rem}
.guarantee-item span{font-size:.875rem;color:rgba(240,253,250,.6)}
.guarantee-visual{display:flex;align-items:center;justify-content:center}
.guarantee-circle{position:relative;width:18rem;height:18rem}
@media(min-width:1024px){.guarantee-circle{width:20rem;height:20rem}}
.guarantee-circle .ring-outer{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,rgba(20,184,166,.1),rgba(15,118,110,.05));border:1px solid rgba(20,184,166,.2)}
.guarantee-circle .ring-inner{position:absolute;inset:1rem;border-radius:50%;background:linear-gradient(135deg,rgba(20,184,166,.07),transparent);border:1px solid rgba(20,184,166,.1)}
.guarantee-circle .center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.guarantee-circle .center svg{width:40px;height:40px;stroke:#2DD4BF;fill:none;stroke-width:2;margin-bottom:1rem}
.guarantee-circle .percent{font-size:1.5rem;font-weight:800;color:#F0FDFA;margin-bottom:.25rem}
.guarantee-circle .label{font-size:.875rem;font-weight:600;color:#2DD4BF;margin-bottom:.5rem}
.guarantee-circle .sub{font-size:.75rem;color:rgba(240,253,250,.4);line-height:1.5}

/* ---------- TESTIMONIALS ---------- */
.testimonials-grid{display:grid;gap:1.25rem;margin-top:3rem}
@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.testimonial-card{padding:1.5rem;display:flex;flex-direction:column;transition:border-color .3s}
.testimonial-card:hover{border-color:rgba(20,184,166,.25)}
.stars{display:flex;gap:2px;margin-bottom:1rem}
.stars svg{width:14px;height:14px;fill:#2DD4BF;stroke:#2DD4BF;stroke-width:1}
.testimonial-card .quote{font-size:.875rem;color:rgba(240,253,250,.55);line-height:1.6;flex-grow:1}
.testimonial-card .author{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(19,78,74,.2)}
.testimonial-card .author-name{font-size:.875rem;font-weight:600;color:#F0FDFA}
.testimonial-card .author-info{font-size:.75rem;color:rgba(240,253,250,.4)}
.testimonials-cta{text-align:center;margin-top:2.5rem;font-size:.875rem;color:rgba(240,253,250,.3)}

/* ---------- FAQ ---------- */
.faq-container{max-width:48rem;margin:0 auto}
.faq-list{padding:1.5rem}
@media(min-width:640px){.faq-list{padding:2rem}}
@media(min-width:1024px){.faq-list{padding:2.5rem}}
.faq-item{border-bottom:1px solid rgba(19,78,74,.15)}
.faq-item:last-child{border-bottom:none}
.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;text-align:left;color:#F0FDFA}
.faq-btn:hover .faq-q{color:#2DD4BF}
.faq-q{font-size:.875rem;font-weight:600;padding-right:1rem;transition:color .3s}
@media(min-width:640px){.faq-q{font-size:1rem}}
.faq-chevron{flex-shrink:0;width:18px;height:18px;stroke:#14B8A6;fill:none;stroke-width:2;transition:transform .3s}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq-item.open .faq-answer{max-height:12rem;padding-bottom:1.25rem}
.faq-answer p{font-size:.875rem;color:rgba(240,253,250,.5);line-height:1.6;padding-right:2rem}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;gap:2rem}
@media(min-width:1024px){.contact-grid{grid-template-columns:3fr 2fr;gap:3rem}}
.form-card{padding:1.5rem}
@media(min-width:640px){.form-card{padding:2rem}}
@media(min-width:1024px){.form-card{padding:2.5rem}}
.form-row{display:grid;gap:1.25rem;margin-bottom:1.25rem}
@media(min-width:640px){.form-row{grid-template-columns:repeat(2,1fr)}}
.form-group{margin-bottom:1.25rem}
.form-label{display:block;font-size:.875rem;font-weight:500;color:rgba(240,253,250,.6);margin-bottom:.5rem}
.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;background:rgba(22,36,32,.8);border:1px solid rgba(19,78,74,.2);border-radius:.75rem;color:#F0FDFA;font-family:inherit;font-size:.9375rem;transition:border-color .3s,box-shadow .3s;outline:none}
.form-input::placeholder,.form-textarea::placeholder{color:rgba(240,253,250,.25)}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:rgba(20,184,166,.5);box-shadow:0 0 0 3px rgba(20,184,166,.15)}
.form-select{appearance:none;cursor:pointer}
.form-textarea{resize:none}
.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:#14B8A6;color:#0A0E0C;font-weight:700;font-size:.875rem;border-radius:.75rem;border:none;cursor:pointer;transition:background .3s,box-shadow .3s;width:100%}
@media(min-width:640px){.form-submit{width:auto}}
.form-submit:hover{background:#2DD4BF;box-shadow:0 0 25px rgba(20,184,166,.3)}
.form-submit:disabled{opacity:.5;cursor:not-allowed}
.form-submit svg{width:16px;height:16px}
.form-success{padding:2.5rem;text-align:center;display:none}
.form-success.show{display:block}
.form-success .icon-wrap{width:4rem;height:4rem;border-radius:50%;background:rgba(20,184,166,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.form-success .icon-wrap svg{width:24px;height:24px;stroke:#2DD4BF;fill:none;stroke-width:2}
.form-success h3{font-size:1.25rem;font-weight:700;color:#F0FDFA;margin-bottom:.5rem}
.form-success p{color:rgba(240,253,250,.5)}
.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border:2px dashed rgba(20,184,166,.2);border-radius:.75rem;background:rgba(22,36,32,.4);cursor:pointer;transition:border-color .3s,background .3s}
.upload-zone:hover{border-color:rgba(20,184,166,.4);background:rgba(22,36,32,.6)}
.upload-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(20,184,166,.1);display:flex;align-items:center;justify-content:center;transition:background .3s}
.upload-zone:hover .upload-icon{background:rgba(20,184,166,.2)}
.upload-icon svg{width:20px;height:20px;stroke:#2DD4BF;fill:none;stroke-width:2}
.upload-text{text-align:center;font-size:.875rem;color:rgba(240,253,250,.5)}
.upload-text strong{color:#2DD4BF;font-weight:500}
.upload-hint{font-size:.75rem;color:rgba(240,253,250,.3);margin-top:.25rem}
.upload-preview{display:none;align-items:center;gap:.75rem;padding:1rem;background:rgba(22,36,32,.6);border:1px solid rgba(20,184,166,.2);border-radius:.75rem}
.upload-preview.show{display:flex}
.upload-file-icon{width:2rem;height:2rem;border-radius:.5rem;background:rgba(20,184,166,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.upload-file-icon svg{width:14px;height:14px;stroke:#2DD4BF;fill:none;stroke-width:2}
.upload-file-info{flex-grow:1;min-width:0}
.upload-file-name{font-size:.875rem;color:#F0FDFA;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.upload-file-size{font-size:.75rem;color:rgba(240,253,250,.4)}
.upload-remove{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:rgba(240,253,250,.05);display:flex;align-items:center;justify-content:center;transition:background .3s;cursor:pointer;border:none}
.upload-remove:hover{background:rgba(239,68,68,.15)}
.upload-remove svg{width:14px;height:14px;stroke:rgba(240,253,250,.4);fill:none;stroke-width:2}
.upload-remove:hover svg{stroke:#F87171}
.sidebar-card{padding:1.5rem}
.sidebar-card h3{font-size:1.125rem;font-weight:700;color:#F0FDFA;margin-bottom:1.25rem}
.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}
.contact-item svg{width:18px;height:18px;stroke:#14B8A6;fill:none;stroke-width:2;flex-shrink:0;margin-top:2px}
.contact-item span,.contact-item a{font-size:.875rem;color:rgba(240,253,250,.6);transition:color .3s}
.contact-item a:hover{color:#2DD4BF}
.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.service-tag{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:rgba(20,184,166,.1);color:#5EEAD4;border-radius:9999px;border:1px solid rgba(20,184,166,.15)}
.whatsapp-card{display:flex;align-items:center;gap:.75rem;padding:1.5rem;transition:border-color .3s}
.whatsapp-card:hover{border-color:rgba(34,197,94,.3)}
.wa-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(34,197,94,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s}
.whatsapp-card:hover .wa-icon{background:rgba(34,197,94,.25)}
.wa-icon svg{width:1.5rem;height:1.5rem;fill:#4ADE80}
.whatsapp-card .wa-text{font-size:.875rem;font-weight:600;color:#F0FDFA;transition:color .3s}
.whatsapp-card:hover .wa-text{color:#4ADE80}
.whatsapp-card .wa-sub{font-size:.75rem;color:rgba(240,253,250,.4)}

/* ---------- FOOTER ---------- */
.footer{border-top:1px solid rgba(19,78,74,.15);background:rgba(17,25,22,.3)}
.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:3rem 1rem}
@media(min-width:640px){.footer-grid{padding:3rem 1.5rem}}
@media(min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:3rem;padding:4rem 2rem}}
.footer-brand{grid-column:span 2}
@media(min-width:1024px){.footer-brand{grid-column:span 1}}
.footer-brand .brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.footer-brand .brand img{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;border:1px solid rgba(20,184,166,.2)}
.footer-brand .brand span{font-size:1.125rem;font-weight:700;color:#F0FDFA}
.footer-brand .brand .teal{color:#2DD4BF}
.footer-brand p{font-size:.875rem;color:rgba(240,253,250,.4);line-height:1.6;max-width:20rem}
.footer h4{font-size:.875rem;font-weight:600;color:#F0FDFA;margin-bottom:1rem}
.footer-links a,.footer-contact p,.footer-contact a,.footer-region p{font-size:.875rem;color:rgba(240,253,250,.4);display:block;margin-bottom:.625rem;transition:color .3s}
.footer-links a:hover,.footer-contact a:hover{color:#2DD4BF}
.footer-bottom{padding:2rem 1rem;border-top:1px solid rgba(19,78,74,.15);display:flex;flex-direction:column;align-items:center;gap:1rem}
@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;padding:2rem 1.5rem}}
@media(min-width:1024px){.footer-bottom{padding:2rem}}
.footer-bottom-left{display:flex;align-items:center;gap:1rem}
.footer-bottom p,.footer-bottom a{font-size:.75rem;color:rgba(240,253,250,.3)}
.footer-bottom a:hover{color:#2DD4BF}

/* ---------- WHATSAPP FLOAT ---------- */
.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:3.5rem;height:3.5rem;border-radius:50%;background:#22C55E;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(34,197,94,.2);transition:background .3s,box-shadow .3s,transform .3s}
.wa-float:hover{background:#4ADE80;box-shadow:0 0 30px rgba(34,197,94,.35);transform:scale(1.05)}
.wa-float svg{width:1.75rem;height:1.75rem;fill:#fff}

/* ---------- COOKIE BANNER ---------- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(17,25,22,.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(19,78,74,.3);padding:1.25rem 1rem;transform:translateY(100%);transition:transform .4s ease;display:none}
.cookie-banner.show{display:block;transform:translateY(0)}
.cookie-inner{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:280px;font-size:.8125rem;color:rgba(240,253,250,.7);line-height:1.5}
.cookie-text a{color:#2DD4BF;text-decoration:underline;text-underline-offset:2px}
.cookie-buttons{display:flex;gap:.5rem;flex-shrink:0}
.cookie-btn{padding:.5rem 1.25rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .3s,border-color .3s}
.cookie-accept{background:#14B8A6;color:#0A0E0C;border:none}
.cookie-accept:hover{background:#2DD4BF}
.cookie-decline{background:transparent;color:rgba(240,253,250,.6);border:1px solid rgba(19,78,74,.3)}
.cookie-decline:hover{border-color:rgba(20,184,166,.5);color:#F0FDFA}
@media(max-width:639px){.cookie-inner{flex-direction:column;text-align:center}.cookie-buttons{width:100%;justify-content:center}}

/* ---------- SCROLL REVEAL ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}