/* ===== FARMÁCIA LUZ — REDE INOVA DROGARIAS ===== */
/* Cores: Vermelho #D4151C / Branco / Cinza escuro */

/* ---------- RESET & BASE ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#222;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:#D4151C;text-decoration:none;transition:color .2s}
a:hover{color:#a01015}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* ---------- UTILITY ---------- */
.wrap{max-width:1180px;margin:0 auto;padding:0 20px}

/* ---------- TOPBAR ---------- */
.topbar{background:#D4151C;color:#fff;font-size:13px;padding:6px 0}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.topbar-item{color:#fff;white-space:nowrap}
a.topbar-item:hover{color:#ffd}

/* ---------- HEADER ---------- */
.header{background:#fff;border-bottom:3px solid #D4151C;padding:10px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#222}
.logo img{height:52px;width:auto;border-radius:6px}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-weight:800;font-size:18px;color:#D4151C;line-height:1.2}
.logo-tag{font-size:12px;color:#666}

/* NAV */
.nav{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:600}
.nav a{color:#333;padding:6px 0;border-bottom:2px solid transparent;transition:all .2s}
.nav a:hover,.nav a.active{color:#D4151C;border-bottom-color:#D4151C}
.nav-cta{background:#25D366!important;color:#fff!important;padding:8px 18px!important;border-radius:8px;border-bottom:none!important;font-weight:700;display:inline-flex;align-items:center;gap:6px}
.nav-cta:hover{background:#1da851!important;color:#fff!important}

/* HAMBURGER */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:10px;-webkit-tap-highlight-color:transparent}
.hamburger span{display:block;width:24px;height:3px;background:#D4151C;margin:4px 0;border-radius:2px;transition:all .3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* ---------- HERO ---------- */
.hero{padding:48px 0 40px;background:linear-gradient(135deg,#fff 60%,#fef2f2 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:32px;align-items:center}
.hero-eyebrow{display:inline-block;background:#D4151C;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}
.hero h1{font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.15;color:#1a1a1a;margin-bottom:14px}
.hero h1 span{color:#D4151C}
.hero-desc{font-size:17px;color:#555;margin-bottom:24px;max-width:520px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.hero-badges{display:flex;gap:16px;flex-wrap:wrap}
.hero-badge-item{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:10px;padding:10px 16px;font-size:13px;line-height:1.4}
.hero-badge-item strong{display:block;color:#D4151C;font-size:11px;text-transform:uppercase;letter-spacing:.5px}
.hero-image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.12);margin-right:-40px}
.hero-image-wrap img{width:100%;display:block;object-fit:cover}
.hero-rede-badge{position:absolute;top:16px;right:16px;background:#D4151C;color:#fff;font-weight:800;font-size:14px;padding:10px 16px;border-radius:10px;text-align:center;line-height:1.2;box-shadow:0 4px 12px rgba(212,21,28,.4)}
.hero-pill{position:absolute;bottom:16px;left:16px;background:rgba(255,255,255,.95);color:#333;font-size:13px;font-weight:600;padding:8px 16px;border-radius:20px;backdrop-filter:blur(6px)}

/* ---------- BUTTONS ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all .25s;border:2px solid transparent;text-decoration:none}
.btn-green{background:#25D366;color:#fff;border-color:#25D366}
.btn-green:hover{background:#1da851;border-color:#1da851;color:#fff}
.btn-outline{background:#fff;color:#D4151C;border-color:#D4151C}
.btn-outline:hover{background:#D4151C;color:#fff}
.btn-primary{background:#D4151C;color:#fff;border-color:#D4151C}
.btn-primary:hover{background:#a01015;border-color:#a01015;color:#fff}
.btn-light{background:#f5f5f5;color:#333;border-color:#ddd}
.btn-light:hover{background:#eee}
.btn-sm{padding:8px 16px;font-size:13px}
.btn-white{background:#fff;color:#D4151C;border-color:#fff}
.btn-white:hover{background:#f5f5f5;color:#a01015}

/* ---------- FEATURES STRIP ---------- */
.features-strip{background:#D4151C;padding:28px 0;color:#fff}
.features-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature-item{display:flex;align-items:flex-start;gap:12px}
.feature-icon{font-size:28px;line-height:1}
.feature-item h4{font-size:15px;font-weight:700;margin-bottom:2px}
.feature-item p{font-size:13px;opacity:.85}

/* ---------- WHATSAPP CTA ---------- */
.wa-cta{background:linear-gradient(135deg,#25D366,#128C7E);padding:48px 0;color:#fff;position:relative;overflow:hidden}
.wa-cta::before{content:'';position:absolute;top:0;left:0;width:300%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='rgba(255,255,255,0.06)'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");background-repeat:repeat;animation:wa-scroll 25s linear infinite;pointer-events:none}
@keyframes wa-scroll{0%{transform:translateX(0)}100%{transform:translateX(-33.33%)}}
.wa-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;position:relative;z-index:1}
.wa-cta h2{font-size:clamp(22px,3vw,32px);font-weight:800;margin-bottom:10px}
.wa-cta p{font-size:16px;opacity:.9;max-width:500px;margin-bottom:12px}
.wa-number{font-size:20px;font-weight:700}
.wa-numbers{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.wa-numbers a{color:#fff;font-size:17px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px}
.wa-numbers a:hover{text-decoration:underline;color:#fff}

/* ---------- SECTIONS ---------- */
.section-label{display:inline-block;background:#fef2f2;color:#D4151C;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.section-title{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a1a;margin-bottom:12px}
.section-desc{font-size:16px;color:#666;max-width:600px;margin-bottom:28px}
.data-section{padding:56px 0;background:#fafafa}
.content-section{padding:48px 0}

/* TRUST STRIP */
.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}
.trust-item{text-align:center;padding:20px 12px;background:#fff;border-radius:12px;border:1px solid #eee;transition:box-shadow .2s}
.trust-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.trust-icon{font-size:28px;margin-bottom:6px}
.trust-value{font-size:18px;font-weight:800;color:#D4151C}
.trust-label{font-size:12px;color:#888}

/* DATA GRID */
.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.data-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;transition:box-shadow .2s}
.data-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}
.data-card-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#999;font-weight:700;margin-bottom:4px}
.data-card-value{font-size:15px;font-weight:600;color:#222}
.data-card-value a{color:#D4151C}

/* POLICIES */
.policies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.policy-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:28px;text-align:center;transition:all .25s}
.policy-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);border-color:#D4151C}
.policy-card-icon{font-size:36px;margin-bottom:10px}
.policy-card h3{font-size:17px;margin-bottom:8px;color:#222}
.policy-card p{font-size:14px;color:#666;margin-bottom:14px}
.policy-card a{font-weight:700;font-size:14px;color:#D4151C}

/* ---------- CONTACT / LOCATION ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:56px 0;align-items:start}
.contact-info-list{display:flex;flex-direction:column;gap:18px}
.contact-info-item{display:flex;gap:14px;align-items:flex-start}
.contact-info-icon{font-size:24px;min-width:32px;text-align:center;line-height:1.4}
.contact-info-item strong{display:block;font-size:14px;color:#222;margin-bottom:2px}
.contact-info-item p{font-size:14px;color:#555;margin:0}
.contact-info-item a{color:#D4151C}
.map-embed{border-radius:14px;overflow:hidden;border:2px solid #eee;aspect-ratio:16/11}
.map-embed iframe{width:100%;height:100%;border:none}

/* CONTACT PAGE */
.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero{background:linear-gradient(135deg,#D4151C,#a01015);color:#fff;padding:40px 0 32px}
.page-hero h1{font-size:clamp(26px,4vw,40px);font-weight:800;margin-bottom:8px}
.page-hero-meta{font-size:14px;opacity:.85}
.breadcrumb{font-size:13px;margin-bottom:12px;opacity:.75}
.breadcrumb a{color:#fff;text-decoration:underline}

/* CONTENT CARD (policies) */
.content-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:36px 40px;max-width:860px;margin:0 auto;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.content-card h3{font-size:18px;color:#D4151C;margin:28px 0 10px;font-weight:700}
.content-card p{font-size:15px;color:#444;margin-bottom:12px}
.content-card ul{margin:8px 0 16px 20px;list-style:disc}
.content-card li{font-size:14px;color:#555;margin-bottom:6px}
.content-card li strong{color:#222}

/* ---------- FOOTER ---------- */
.footer{background:linear-gradient(135deg,#D4151C 0%,#a01015 100%);color:rgba(255,255,255,.85);padding:48px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px}
.footer-brand .logo-name{color:#fff!important;font-size:22px!important;text-shadow:0 2px 4px rgba(0,0,0,.2)}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.75);margin:10px 0 14px;line-height:1.6}
.footer-rt{font-size:13px;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.2);padding-top:10px;margin-top:8px}
.footer-col h4{font-size:14px;color:#fff;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.footer-col ul{display:flex;flex-direction:column;gap:8px}
.footer-col a{color:rgba(255,255,255,.7);font-size:14px;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.6)}
.footer-bottom strong{color:rgba(255,255,255,.8)!important}
.footer-bottom a{color:rgba(255,255,255,.7)}
.footer-bottom a:hover{color:#fff}

/* ---------- COOKIE BANNER ---------- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#fff;padding:16px 20px;z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,.3);transform:translateY(100%);transition:transform .4s ease}
.cookie-banner.show{transform:translateY(0)}
.cookie-row{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cookie-row p{flex:1;font-size:13px;color:#ccc;min-width:240px}
.cookie-row a{color:#D4151C}
.btn-accept{background:#D4151C;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:700;cursor:pointer;font-size:14px;transition:background .2s}
.btn-accept:hover{background:#a01015}
.btn-deny{background:transparent;color:#999;border:1px solid #555;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}
.btn-deny:hover{border-color:#999;color:#fff}

/* ---------- WHATSAPP FLOATING BUTTON ---------- */
.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.whatsapp-float a{display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:12px 20px;border-radius:50px;font-weight:700;font-size:14px;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:all .3s;text-decoration:none}
.whatsapp-float a:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,211,102,.5);color:#fff}
.whatsapp-float a svg{flex-shrink:0}
.whatsapp-float-label{font-size:12px;color:#fff;background:rgba(0,0,0,.7);padding:4px 12px;border-radius:12px;margin-bottom:-4px;text-align:center}

/* ---------- DEPOIMENTOS ---------- */
.testimonials{padding:56px 0;background:#fff}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.testimonial-card{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:28px;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:12px;left:20px;font-size:48px;color:#D4151C;opacity:.2;font-family:Georgia,serif;line-height:1}
.testimonial-text{font-size:15px;color:#555;font-style:italic;margin-bottom:16px;padding-top:10px}
.testimonial-author{font-size:14px;font-weight:700;color:#222}
.testimonial-role{font-size:12px;color:#999}
.testimonial-stars{color:#f59e0b;font-size:14px;margin-bottom:8px}

/* ---------- GOOGLE REVIEW CTA ---------- */
.google-review-cta{background:linear-gradient(135deg,#D4151C 0%,#a01015 100%);padding:56px 0;position:relative;overflow:hidden}
.google-review-inner{display:flex;align-items:center;gap:36px;flex-wrap:wrap;justify-content:center;text-align:center;position:relative;z-index:1}
.google-review-stars{font-size:64px;letter-spacing:8px;line-height:1;color:#f5b301;text-shadow:0 0 20px rgba(245,179,1,.7),0 0 40px rgba(245,179,1,.4),0 4px 8px rgba(0,0,0,.3);animation:glow-stars 2s ease-in-out infinite}
@keyframes glow-stars{0%,100%{transform:scale(1);text-shadow:0 0 20px rgba(245,179,1,.7),0 0 40px rgba(245,179,1,.4),0 4px 8px rgba(0,0,0,.3)}50%{transform:scale(1.08);text-shadow:0 0 30px rgba(245,179,1,.9),0 0 60px rgba(245,179,1,.6),0 4px 12px rgba(0,0,0,.4)}}
.google-review-text h2{font-size:clamp(24px,3.5vw,34px);font-weight:900;color:#fff;margin-bottom:10px;text-shadow:0 2px 6px rgba(0,0,0,.25);letter-spacing:-.5px}
.google-review-text p{font-size:16px;color:rgba(255,255,255,.9);max-width:560px;line-height:1.6}
.google-review-text p strong{color:#ffd700;font-weight:800}
.btn-google-review{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#333;border:none;padding:18px 36px;border-radius:14px;font-weight:800;font-size:17px;cursor:pointer;transition:all .3s;text-decoration:none;box-shadow:0 6px 24px rgba(0,0,0,.25);white-space:nowrap}
.btn-google-review:hover{background:#f5f5f5;transform:translateY(-3px) scale(1.02);box-shadow:0 10px 36px rgba(0,0,0,.35);color:#222}

/* ---------- TRABALHE CONOSCO / REPRESENTANTES ---------- */
.forms-section{padding:56px 0;background:#fafafa}
.forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.form-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:36px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.form-card-icon{font-size:40px;margin-bottom:12px}
.form-card h3{font-size:22px;font-weight:800;color:#1a1a1a;margin-bottom:6px}
.form-card>p{font-size:14px;color:#666;margin-bottom:24px}
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:13px;font-weight:700;color:#444;margin-bottom:5px;text-transform:uppercase;letter-spacing:.3px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:2px solid #e5e5e5;border-radius:10px;font-size:14px;font-family:inherit;color:#222;background:#fafafa;transition:border-color .2s,box-shadow .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#D4151C;box-shadow:0 0 0 3px rgba(212,21,28,.1);background:#fff}
.form-group textarea{resize:vertical;min-height:80px}
.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.btn-form{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;transition:all .25s;border:none;text-decoration:none;margin-top:8px}
.btn-form-red{background:#D4151C;color:#fff}
.btn-form-red:hover{background:#a01015}
.btn-form-green{background:#25D366;color:#fff}
.btn-form-green:hover{background:#1da851}

/* ---------- RESPONSIVE ---------- */

/* ---- TABLET (max 900px) ---- */
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-image-wrap{max-width:100%;margin:0 auto}
  .features-strip-inner{grid-template-columns:repeat(2,1fr)}
  .trust-strip{grid-template-columns:repeat(3,1fr)}
  .contact-grid,.contact-page-grid{grid-template-columns:1fr}
  .forms-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .testimonials-grid{grid-template-columns:1fr}
}

/* ---- MOBILE (max 700px) ---- */
@media(max-width:700px){

  /* TOPBAR */
  .topbar-left{display:none}
  .topbar{padding:8px 0}
  .topbar .wrap{justify-content:center}
  .topbar-right{justify-content:center;gap:8px}
  .topbar-right .topbar-item{font-size:12px}

  /* HEADER / LOGO */
  .header{padding:8px 0}
  .logo img{height:40px}
  .logo-name{font-size:15px}
  .logo-tag{font-size:10px;max-width:160px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .header-inner{gap:8px}

  /* NAV MOBILE */
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:0;border-bottom:3px solid #D4151C;box-shadow:0 8px 20px rgba(0,0,0,.1);max-height:80vh;overflow-y:auto}
  .nav.open{display:flex}
  .nav a{padding:14px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;border-left:none;color:#333;width:100%}
  .nav a:last-child{border-bottom:none}
  .nav a:active{background:#fef2f2}
  .nav-cta{margin:8px 16px 12px!important;border-radius:10px!important;text-align:center;justify-content:center;padding:14px 20px!important}
  .hamburger{display:block}

  /* HERO */
  .hero{padding:28px 0 24px}
  .hero h1{font-size:24px;margin-bottom:10px}
  .hero-desc{font-size:15px;margin-bottom:18px}
  .hero-eyebrow{font-size:11px;padding:5px 12px;margin-bottom:12px}
  .hero-btns{flex-direction:column;gap:10px}
  .hero-btns .btn{width:100%;justify-content:center;padding:14px 20px;font-size:14px}
  .hero-badges{flex-direction:column;gap:10px}
  .hero-badge-item{padding:8px 12px;font-size:12px}
  .hero-badge-item strong{font-size:10px}
  .hero-image-wrap{border-radius:12px;margin-top:8px}
  .hero-rede-badge{font-size:11px;padding:8px 12px;top:10px;right:10px;border-radius:8px}
  .hero-pill{font-size:11px;padding:6px 12px;bottom:10px;left:10px}

  /* FEATURES STRIP */
  .features-strip{padding:20px 0}
  .features-strip-inner{grid-template-columns:1fr;gap:16px}
  .feature-item{gap:10px}
  .feature-icon{font-size:24px}
  .feature-item h4{font-size:14px}
  .feature-item p{font-size:12px}

  /* WHATSAPP CTA */
  .wa-cta{padding:32px 0}
  .wa-cta-inner{flex-direction:column;text-align:center;gap:20px}
  .wa-cta h2{font-size:20px}
  .wa-cta p{font-size:14px}
  .wa-numbers{align-items:center}
  .wa-numbers a{font-size:15px}
  .wa-cta-inner .btn{width:100%;justify-content:center;font-size:16px!important;padding:14px 24px!important}

  /* SECTIONS */
  .section-label{font-size:11px;margin-bottom:8px}
  .section-title{font-size:22px;margin-bottom:8px}
  .section-desc{font-size:14px;margin-bottom:20px}
  .data-section{padding:36px 0}
  .content-section{padding:32px 0}

  /* TRUST STRIP */
  .trust-strip{grid-template-columns:repeat(2,1fr);gap:10px}
  .trust-item{padding:14px 8px;border-radius:10px}
  .trust-icon{font-size:22px}
  .trust-value{font-size:14px}
  .trust-label{font-size:10px}

  /* DATA GRID */
  .data-grid{grid-template-columns:1fr}

  /* TESTIMONIALS */
  .testimonials{padding:36px 0}
  .testimonials-grid{grid-template-columns:1fr;gap:16px}
  .testimonial-card{padding:20px 18px;border-radius:12px}
  .testimonial-text{font-size:14px;margin-bottom:12px}
  .testimonial-author{font-size:13px}

  /* GOOGLE REVIEW */
  .google-review-cta{padding:36px 0}
  .google-review-inner{flex-direction:column;gap:16px}
  .google-review-stars{font-size:42px;letter-spacing:4px}
  .google-review-text h2{font-size:20px}
  .google-review-text p{font-size:14px}
  .btn-google-review{font-size:14px;padding:14px 24px;border-radius:12px;width:100%;justify-content:center;white-space:normal;text-align:center}

  /* POLICIES GRID */
  .policies-grid{gap:14px}
  .policy-card{padding:20px;border-radius:12px}
  .policy-card-icon{font-size:28px;margin-bottom:6px}
  .policy-card h3{font-size:15px}
  .policy-card p{font-size:13px}

  /* LOCATION / CONTACT */
  .contact-grid{padding:36px 0;gap:24px}
  .map-embed{border-radius:12px;aspect-ratio:16/12}

  /* FORMS */
  .forms-section{padding:36px 0}
  .form-card{padding:20px 16px;border-radius:12px}
  .form-card-icon{font-size:32px;margin-bottom:8px}
  .form-card h3{font-size:18px}
  .form-card>p{font-size:13px;margin-bottom:18px}
  .form-group label{font-size:12px}
  .form-group input,.form-group select,.form-group textarea{padding:12px;font-size:16px;border-radius:8px}
  .form-row{grid-template-columns:1fr}
  .btn-form{padding:14px 20px;font-size:14px;border-radius:10px}

  /* CONTENT CARD (políticas) */
  .content-card{padding:24px 16px;border-radius:12px}
  .content-card h3{font-size:16px;margin:22px 0 8px}
  .content-card p{font-size:14px}
  .content-card li{font-size:13px}

  /* PAGE HERO */
  .page-hero{padding:28px 0 22px}
  .page-hero h1{font-size:22px}
  .breadcrumb{font-size:12px;margin-bottom:8px}

  /* FOOTER */
  .footer{padding:32px 0 0}
  .footer-grid{grid-template-columns:1fr;gap:24px;margin-bottom:24px}
  .footer-brand p{font-size:13px}
  .footer-col h4{font-size:13px;margin-bottom:8px}
  .footer-col a{font-size:13px}
  .footer-bottom{flex-direction:column;text-align:center;gap:10px;padding:16px 0;font-size:12px}

  /* COOKIE BANNER */
  .cookie-banner{padding:12px 16px}
  .cookie-row{flex-direction:column;gap:10px;text-align:center}
  .cookie-row p{font-size:12px;min-width:auto}
  .cookie-row .btn-accept,.cookie-row .btn-deny{width:100%;padding:12px;font-size:13px}

  /* WHATSAPP FLOAT */
  .whatsapp-float{bottom:16px;right:16px}
  .whatsapp-float a{padding:10px 16px;font-size:13px;border-radius:40px}
  .whatsapp-float-label{font-size:11px;padding:3px 10px}

  /* GENERAL MOBILE SPACING */
  .wrap{padding:0 16px}
}

/* ---- VERY SMALL PHONES (max 380px) ---- */
@media(max-width:380px){
  .logo-tag{display:none}
  .logo-name{font-size:14px}
  .logo img{height:36px}
  .hero h1{font-size:21px}
  .hero-desc{font-size:14px}
  .trust-strip{grid-template-columns:1fr 1fr;gap:8px}
  .trust-item{padding:10px 6px}
  .trust-value{font-size:13px}
  .google-review-stars{font-size:36px;letter-spacing:2px}
  .btn-google-review{font-size:13px;padding:12px 16px}
  .section-title{font-size:20px}
  .topbar-right{gap:4px}
  .topbar-right .topbar-item{font-size:11px}
  .wa-cta h2{font-size:18px}
  .form-card h3{font-size:16px}
}
