/* ===========================================================
   FONGASEL NORTE · CSS del sitio
   Dirección híbrida: oscuro + dinámico, palabras tricolor en movimiento.
   Depende de brand.css (tokens, botones, keyframes).
   =========================================================== */

body{ overflow-x:hidden; }
.container{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
section{ position:relative; }

/* ---------------- NAV ---------------- */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:60;
}
.topbar{ background:var(--ink); }
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; padding:7px 0; }
.topbar-phones{ display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.topbar-phones a{ display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display); font-weight:700; font-size:12.5px; color:#cfe0f0; text-decoration:none; transition:color .2s; }
.topbar-phones a:hover{ color:#fff; }
.topbar-phones a .ico{ width:13px; height:13px; opacity:.85; }
.topbar-phones .tag{ font-size:9.5px; text-transform:uppercase; letter-spacing:.05em; color:#7c8ba0; margin-left:3px; font-weight:700; }
.topbar-social{ display:flex; gap:8px; }
.topbar-social a{ width:25px; height:25px; border-radius:7px; background:rgba(255,255,255,.1); display:grid; place-items:center; color:#fff; transition:background .2s; }
.topbar-social a .ico{ width:13px; height:13px; }
.topbar-social a:hover{ background:var(--blue); }
.navbar-wrap{ padding:14px 0; transition:background .3s ease, box-shadow .3s ease, padding .3s ease; }
.site-header.scrolled .navbar-wrap{ background:rgba(255,255,255,.92); backdrop-filter:blur(14px); box-shadow:0 6px 24px rgba(11,23,38,.08); }
.site-header .tri-bar{ position:absolute; left:0; right:0; bottom:0; opacity:0; transition:opacity .3s; }
.site-header.scrolled .tri-bar{ opacity:1; }
.navbar{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand{ display:flex; align-items:center; gap:13px; flex:none; }
.brand img{ height:50px; width:auto; transition:height .3s; }
.brand-text{ display:flex; flex-direction:column; line-height:1; }
.brand-text .bn{ font-family:var(--font-display); font-weight:800; font-size:19px; letter-spacing:.01em; color:#fff; transition:color .3s; }
.brand-text .bs{ font-family:var(--font-display); font-weight:600; font-size:10.5px; letter-spacing:.22em; text-transform:uppercase; color:#9fb0c2; transition:color .3s; margin-top:3px; }
.scrolled .brand-text .bn{ color:var(--ink); }
.scrolled .brand-text .bs{ color:var(--slate); }

.nav-links{ display:flex; align-items:center; gap:32px; }
.nav-links a{ position:relative; font-family:var(--font-display); font-weight:600; font-size:15.5px; color:rgba(255,255,255,.88); padding:6px 0; transition:color .25s; }
.scrolled .nav-links a{ color:var(--slate); }
.nav-links a:hover{ color:#fff; }
.scrolled .nav-links a:hover{ color:var(--blue); }
.nav-links a.active{ color:#fff; }
.scrolled .nav-links a.active{ color:var(--ink); }
.nav-links a.active::after{ content:""; position:absolute; left:0; right:0; bottom:-4px; height:3px; border-radius:3px; background:var(--grad-tri); }

.nav-actions{ display:flex; align-items:center; gap:14px; flex:none; }
.nav-phone{ display:inline-flex; align-items:center; gap:9px; font-family:var(--font-display); font-weight:800; font-size:15.5px; padding:11px 20px; border-radius:var(--r-pill); background:rgba(255,255,255,.12); color:#fff; border:1.5px solid rgba(255,255,255,.2); transition:.25s; }
.scrolled .nav-phone{ background:var(--blue); border-color:var(--blue); }
.nav-phone:hover{ transform:translateY(-2px); }
.burger{ display:none; background:transparent; border:0; cursor:pointer; flex-direction:column; gap:5px; padding:8px; }
.burger span{ width:24px; height:2.5px; background:#fff; border-radius:2px; transition:.25s; }
.scrolled .burger span{ background:var(--ink); }

/* mobile drawer */
.drawer{ position:fixed; inset:0; z-index:80; overflow:hidden; background:rgba(11,23,38,.5); backdrop-filter:blur(6px); opacity:0; pointer-events:none; transition:opacity .3s; }
.drawer.open{ opacity:1; pointer-events:auto; }
.drawer-panel{ position:absolute; top:0; right:0; bottom:0; width:min(82vw,360px); background:#fff; padding:26px; display:flex; flex-direction:column; gap:6px; transform:translateX(100%); transition:transform .32s cubic-bezier(.4,0,.2,1); }
.drawer.open .drawer-panel{ transform:translateX(0); }
.drawer-panel .dh{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
.drawer-panel a{ font-family:var(--font-display); font-weight:700; font-size:20px; color:var(--ink); padding:14px 0; border-bottom:1px solid var(--line); }
.drawer-close{ background:var(--mist); border:0; width:42px; height:42px; border-radius:50%; font-size:20px; cursor:pointer; }
.drawer-social{ display:flex; gap:12px; margin-top:18px; }
.drawer-social a{ width:44px; height:44px; border-radius:12px; background:var(--mist); color:var(--ink-2); display:grid; place-items:center; border-bottom:0; padding:0; transition:background .2s, color .2s; }
.drawer-social a svg{ width:19px; height:19px; }
.drawer-social a:hover{ background:var(--blue); color:#fff; }

/* ---------------- HERO HÍBRIDO ---------------- */
.hero{ position:relative; min-height:100vh; display:flex; align-items:center; background:radial-gradient(130% 120% at 78% -10%, #173a5c 0%, #0d2138 40%, #0B1726 78%); color:#fff; overflow:hidden; padding:172px 0 70px; }
.hero .mesh{ position:absolute; border-radius:50%; filter:blur(90px); pointer-events:none; }
.hero .m1{ width:560px; height:560px; background:#15A9DC; left:-160px; top:60px; opacity:.34; animation:float-y 9s ease-in-out infinite; }
.hero .m2{ width:520px; height:520px; background:#E23A2C; right:6%; bottom:-160px; opacity:.3; animation:float-y 11s ease-in-out infinite reverse; }
.hero .m3{ width:300px; height:300px; background:#F6C518; right:34%; top:-60px; opacity:.16; }

/* diagonal tricolor wedge (de la opción C) */
.hero .wedge{ position:absolute; top:0; right:0; bottom:0; width:46%; background:var(--grad-tri); background-size:230% 230%; animation:grad-pan 10s linear infinite alternate; clip-path:polygon(28% 0,100% 0,100% 100%,0 100%); opacity:.92; }
.hero .wedge::after{ content:""; position:absolute; inset:0; background:linear-gradient(160deg, rgba(11,23,38,.0) 40%, rgba(11,23,38,.45)); }
.hero .wedge-line{ position:absolute; top:0; bottom:0; right:46%; width:2px; background:linear-gradient(180deg,transparent,rgba(255,255,255,.5),transparent); transform:skewX(-22deg) translateX(0); transform-origin:top; }

.hero-grid{ position:relative; z-index:3; display:grid; grid-template-columns:1.04fr .96fr; gap:40px; align-items:center; width:100%; }
.hero-badge{ display:inline-flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:800; font-size:13px; letter-spacing:.13em; padding:10px 18px; border-radius:var(--r-pill); background:rgba(226,58,44,.16); color:#ff9087; border:1px solid rgba(226,58,44,.42); }
.hero-badge .dot{ width:9px; height:9px; border-radius:50%; background:var(--red); animation:pulse-ring 1.8s infinite; }
.hero h1{ font-size:clamp(38px,5vw,68px); font-weight:900; letter-spacing:-.03em; line-height:1.02; margin:22px 0 0; }
.word{ background-size:200% auto; -webkit-background-clip:text; background-clip:text; color:transparent; animation:grad-pan 4s linear infinite alternate; }
.w-font{ background-image:linear-gradient(100deg,#1FC0E8,#0E63B3,#1FC0E8); }
.w-gas{ background-image:linear-gradient(100deg,#F7A93C,#E23A2C,#F7A93C); }
.w-elec{ background-image:linear-gradient(100deg,#FFE36B,#F4B400,#FFE36B); }
.hero .lead{ color:#bccadb; font-size:clamp(16px,1.3vw,19px); line-height:1.6; max-width:540px; margin:24px 0 32px; }
.hero .cta-row{ display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.btn-ghost-d{ background:rgba(255,255,255,.07); color:#fff; border:1.5px solid rgba(255,255,255,.24); }
.btn-ghost-d:hover{ background:rgba(255,255,255,.14); }
.hero-stats{ display:flex; gap:34px; margin-top:38px; flex-wrap:wrap; }
.hero-stats .st b{ font-family:var(--font-display); font-weight:800; font-size:clamp(24px,2.4vw,30px); display:block; }
.hero-stats .st span{ font-size:13px; color:#9fb0c2; }

.hero-art{ position:relative; display:flex; align-items:center; justify-content:center; min-height:440px; }

/* bloque 24h del hero (estilo opción 3) */
.hero .big24{ position:relative; z-index:3; text-align:center; color:#fff; }
.hero .big24 .dropC{ width:clamp(78px,9vw,108px); margin:0 auto 12px; filter:drop-shadow(0 16px 30px rgba(0,0,0,.4)); animation:float-y 5.2s ease-in-out infinite; }
.hero .big24 .num{ font-family:var(--font-display); font-weight:900; font-size:clamp(92px,12vw,156px); line-height:.86; letter-spacing:-.045em; text-shadow:0 20px 44px rgba(0,0,0,.32); }
.hero .big24 .lab{ font-family:var(--font-display); font-weight:800; text-transform:uppercase; letter-spacing:.3em; font-size:clamp(15px,1.7vw,22px); margin-top:10px; }
.hero .big24 .sub{ font-size:clamp(14px,1.1vw,16px); opacity:.92; line-height:1.5; margin:16px auto 0; max-width:270px; }

.scroll-cue{ position:absolute; bottom:26px; left:50%; transform:translateX(-50%); z-index:4; display:flex; flex-direction:column; align-items:center; gap:7px; color:rgba(255,255,255,.6); font-size:12px; font-family:var(--font-display); letter-spacing:.1em; }
.scroll-cue .mouse{ width:22px; height:34px; border:2px solid rgba(255,255,255,.4); border-radius:12px; position:relative; }
.scroll-cue .mouse::after{ content:""; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:7px; background:#fff; border-radius:2px; animation:scrolly 1.6s infinite; }
@keyframes scrolly{ 0%{ opacity:0; transform:translate(-50%,0); } 40%{ opacity:1; } 80%{ opacity:0; transform:translate(-50%,10px); } }

/* ---------------- TRUST BAR ---------------- */
.trustbar{ background:var(--ink); color:#fff; padding:0; }
.trustbar .row{ display:grid; grid-template-columns:repeat(4,1fr); }
.trustbar .ti{ display:flex; align-items:center; gap:14px; padding:26px 24px; border-right:1px solid rgba(255,255,255,.08); min-width:0; }
.trustbar .ti > div{ min-width:0; }
.trustbar .ti:last-child{ border-right:0; }
.trustbar .ti .ic{ width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.08); display:grid; place-items:center; flex:none; }
.trustbar .ti b{ font-family:var(--font-display); font-size:15.5px; display:block; }
.trustbar .ti span{ font-size:12.5px; color:#9fb0c2; }

/* ---------------- SECTION HEADERS ---------------- */
.sec{ padding:96px 0; }
.sec.alt{ background:var(--mist); }
.sec-head{ max-width:680px; margin-bottom:52px; }
.sec-head.center{ margin-inline:auto; text-align:center; }
.kicker{ display:inline-flex; align-items:center; gap:9px; font-family:var(--font-display); font-weight:800; letter-spacing:.14em; text-transform:uppercase; font-size:13px; color:var(--blue); margin-bottom:16px; }
.kicker::before{ content:""; width:26px; height:3px; border-radius:3px; background:var(--grad-tri); }
.sec-head h2{ font-size:clamp(30px,3.6vw,46px); font-weight:800; letter-spacing:-.025em; color:var(--ink); }
.sec-head p{ color:var(--slate); font-size:18px; line-height:1.6; margin-top:16px; }

/* ---------------- SERVICE CARDS ---------------- */
.svc-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.svc-card{ position:relative; background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:30px; overflow:hidden; transition:transform .28s ease, box-shadow .28s ease, border-color .28s; }
.svc-card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:5px; background:var(--accent,var(--blue)); transform:scaleY(0); transform-origin:top; transition:transform .3s ease; }
.svc-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:transparent; }
.svc-card:hover::before{ transform:scaleY(1); }
.svc-ic{ width:60px; height:60px; border-radius:16px; display:grid; place-items:center; font-size:28px; margin-bottom:20px; background:var(--accent-soft,rgba(14,99,179,.1)); }
.svc-card h3{ font-family:var(--font-display); font-size:22px; font-weight:800; color:var(--ink); }
.svc-card p{ color:var(--slate); font-size:15px; line-height:1.6; margin-top:10px; }
.svc-card ul{ margin:18px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:9px; }
.svc-card ul li{ display:flex; align-items:flex-start; gap:9px; font-size:14.5px; color:var(--ink-2); font-weight:500; }
.svc-card ul li::before{ content:"✓"; color:var(--accent,var(--blue)); font-weight:900; flex:none; }
.svc-tag{ display:inline-block; margin-top:20px; font-family:var(--font-display); font-weight:700; font-size:14px; color:var(--accent,var(--blue)); }
.svc-card.feature{ grid-column:span 1; }
.badge-hot{ position:absolute; top:20px; right:20px; font-family:var(--font-display); font-weight:800; font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:6px 11px; border-radius:var(--r-pill); background:var(--red); color:#fff; }

/* ---------------- STEPS / CÓMO TRABAJAMOS ---------------- */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; counter-reset:step; }
.step{ position:relative; padding-top:8px; }
.step .num{ font-family:var(--font-display); font-weight:900; font-size:54px; line-height:1; background:var(--grad-tri); -webkit-background-clip:text; background-clip:text; color:transparent; opacity:.9; }
.step h4{ font-family:var(--font-display); font-size:19px; font-weight:800; color:var(--ink); margin-top:8px; }
.step p{ color:var(--slate); font-size:14.5px; line-height:1.6; margin-top:8px; }
.step::after{ content:""; position:absolute; top:30px; left:64px; right:-22px; height:2px; background:repeating-linear-gradient(90deg,var(--line) 0 8px,transparent 8px 16px); }
.step:last-child::after{ display:none; }

/* ---------------- WHY US ---------------- */
.why-grid{ display:block; max-width:760px; margin-inline:auto; }
.why-list{ display:flex; flex-direction:column; gap:22px; margin-top:10px; }
.why-item{ display:flex; gap:18px; align-items:flex-start; }
.why-item .wic{ width:52px; height:52px; border-radius:14px; flex:none; display:grid; place-items:center; font-size:24px; background:var(--mist); }
.why-item h4{ font-family:var(--font-display); font-size:18.5px; font-weight:800; color:var(--ink); }
.why-item p{ color:var(--slate); font-size:14.5px; line-height:1.6; margin-top:5px; }

/* ---------------- URGENCIAS BAND ---------------- */
.urg-band{ position:relative; background:linear-gradient(120deg,#B5271C,#E23A2C 55%,#F58A2B); color:#fff; overflow:hidden; padding:64px 0; }
.urg-band::before{ content:""; position:absolute; right:-80px; top:-80px; width:360px; height:360px; border-radius:50%; background:rgba(255,255,255,.1); }
.urg-inner{ position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.urg-inner h2{ font-size:clamp(28px,3.4vw,42px); font-weight:900; letter-spacing:-.02em; }
.urg-inner p{ font-size:17px; opacity:.94; margin-top:10px; max-width:520px; }
.urg-phone{ display:inline-flex; align-items:center; gap:12px; background:#fff; color:var(--red-deep); font-family:var(--font-display); font-weight:900; font-size:clamp(22px,2.6vw,30px); padding:18px 30px; border-radius:var(--r-pill); box-shadow:0 18px 44px rgba(0,0,0,.25); transition:transform .2s; }
.urg-phone:hover{ transform:scale(1.04); }

/* ---------------- ZONA ---------------- */
.zona-grid{ display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
.zona-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.zona-chips span{ font-family:var(--font-display); font-weight:600; font-size:14px; padding:9px 16px; border-radius:var(--r-pill); background:#fff; border:1px solid var(--line); color:var(--ink-2); }

/* ---------------- CTA STRIP ---------------- */
.cta-strip{ background:var(--ink); color:#fff; padding:80px 0; text-align:center; position:relative; overflow:hidden; }
.cta-strip .glow{ position:absolute; width:500px; height:500px; border-radius:50%; filter:blur(100px); background:#0E63B3; opacity:.3; left:50%; top:-40%; transform:translateX(-50%); }
.cta-strip h2{ position:relative; font-size:clamp(30px,3.6vw,46px); font-weight:900; letter-spacing:-.02em; }
.cta-strip p{ position:relative; color:#bccadb; font-size:18px; margin:16px auto 30px; max-width:560px; }
.cta-strip .cta-row{ position:relative; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ---------------- PAGE HEADER (sub páginas) ---------------- */
.page-head{ background:radial-gradient(120% 130% at 80% -20%, #173a5c, #0B1726 70%); color:#fff; padding:202px 0 72px; position:relative; overflow:hidden; }
.page-head .mesh{ position:absolute; border-radius:50%; filter:blur(90px); }
.page-head .pm1{ width:420px; height:420px; background:#15A9DC; left:-120px; top:-60px; opacity:.28; }
.page-head .pm2{ width:420px; height:420px; background:#E23A2C; right:-80px; bottom:-160px; opacity:.26; }
.page-head .crumbs{ position:relative; font-family:var(--font-display); font-weight:600; font-size:13.5px; letter-spacing:.04em; color:#9fb0c2; margin-bottom:14px; }
.page-head .crumbs a:hover{ color:#fff; }
.page-head h1{ position:relative; font-size:clamp(34px,5vw,60px); font-weight:900; letter-spacing:-.03em; }
.page-head p{ position:relative; color:#bccadb; font-size:19px; line-height:1.6; max-width:600px; margin-top:18px; }

/* ---------------- SERVICE DETAIL ---------------- */
.svc-detail{ max-width:760px; margin-inline:auto; padding:56px 0; border-bottom:1px solid var(--line); }
.svc-detail .sd-ic{ width:64px; height:64px; border-radius:16px; display:grid; place-items:center; font-size:30px; margin-bottom:18px; }
.svc-detail h2{ font-size:clamp(26px,3vw,38px); font-weight:800; letter-spacing:-.02em; color:var(--ink); }
.svc-detail .sd-lead{ color:var(--slate); font-size:17px; line-height:1.65; margin:14px 0 22px; }
.sd-list{ list-style:none; padding:0; margin:0 0 24px; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.sd-list li{ display:flex; gap:10px; align-items:flex-start; font-size:15px; font-weight:500; color:var(--ink-2); }
.sd-list li::before{ content:"✓"; font-weight:900; color:var(--accent,var(--blue)); flex:none; }

/* ---------------- NOSOTROS ---------------- */
.values{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.value{ background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:30px; }
.value .vic{ width:54px; height:54px; border-radius:14px; display:grid; place-items:center; font-size:25px; margin-bottom:16px; background:var(--mist); }
.value h3{ font-family:var(--font-display); font-size:20px; font-weight:800; color:var(--ink); }
.value p{ color:var(--slate); font-size:15px; line-height:1.6; margin-top:10px; }
.stats-band{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.stat{ text-align:center; }
.stat b{ font-family:var(--font-display); font-weight:900; font-size:clamp(38px,4.6vw,60px); background:var(--grad-tri); -webkit-background-clip:text; background-clip:text; color:transparent; line-height:1; }
.stat span{ display:block; margin-top:8px; color:var(--slate); font-size:15px; font-weight:600; }

/* ---------------- CONTACTO ---------------- */
.contact-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:start; }
.form-card{ background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:34px; box-shadow:var(--shadow-sm); }
.field{ margin-bottom:18px; }
.field label{ display:block; font-family:var(--font-display); font-weight:700; font-size:14px; color:var(--ink-2); margin-bottom:7px; }
.field input,.field select,.field textarea{ width:100%; font-family:var(--font-body); font-size:15.5px; color:var(--ink); padding:13px 15px; border:1.5px solid var(--line); border-radius:var(--r-sm); background:#fbfdff; transition:border-color .2s, box-shadow .2s; }
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(14,99,179,.12); }
.field textarea{ resize:vertical; min-height:120px; }
.field.err input,.field.err select,.field.err textarea{ border-color:var(--red); box-shadow:0 0 0 3px rgba(226,58,44,.12); }
.field .msg{ display:none; color:var(--red); font-size:13px; margin-top:6px; font-weight:600; }
.field.err .msg{ display:block; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-ok{ display:none; text-align:center; padding:40px 20px; }
.form-ok.show{ display:block; }
.form-ok .check{ width:70px; height:70px; border-radius:50%; background:rgba(31,138,91,.12); color:#1F8A5B; display:grid; place-items:center; font-size:36px; margin:0 auto 18px; }
.form-error{ display:none; text-align:center; padding:28px 20px; margin-top:6px; }
.form-error.show{ display:block; }
.form-error .xic{ width:58px; height:58px; border-radius:50%; background:rgba(226,58,44,.1); color:var(--red); display:grid; place-items:center; margin:0 auto 14px; }
.form-error .xic svg{ width:27px; height:27px; }
.btn[disabled]{ opacity:.62; cursor:not-allowed; pointer-events:none; }
.consent{ display:flex; gap:10px; align-items:flex-start; font-size:13px; color:var(--slate); margin-bottom:20px; }
.consent input{ width:auto; margin-top:3px; }

.contact-aside{ display:flex; flex-direction:column; gap:16px; }
.ci-card{ display:flex; gap:16px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius:var(--r-md); padding:22px; transition:transform .2s, box-shadow .2s; }
.ci-card:hover{ box-shadow:var(--shadow-md); }
.ci-card .cic{ width:50px; height:50px; border-radius:13px; display:grid; place-items:center; font-size:23px; flex:none; }
.ci-card .ci-body{ flex:1; min-width:0; }
.ci-card .lbl{ font-family:var(--font-display); font-weight:700; font-size:13px; color:var(--slate); text-transform:uppercase; letter-spacing:.06em; }
.ci-card .val{ font-family:var(--font-display); font-weight:800; font-size:19px; color:var(--ink); margin-top:3px; }
.ci-card .sub{ font-size:13px; color:var(--slate); margin-top:3px; }
.ci-actions{ display:flex; gap:9px; margin-top:14px; flex-wrap:wrap; }
.ci-btn{ display:inline-flex; align-items:center; gap:7px; font-family:var(--font-display); font-weight:700; font-size:13px; padding:9px 14px; border-radius:var(--r-pill); background:var(--mist); color:var(--ink-2); transition:background .2s, color .2s; }
.ci-btn:hover{ background:var(--blue); color:#fff; }
.ci-btn svg{ width:14px; height:14px; }
.ci-btn.wa{ background:rgba(37,211,102,.13); color:#1aa84f; }
.ci-btn.wa:hover{ background:#25D366; color:#fff; }
.ci-urg{ background:linear-gradient(120deg,#B5271C,#E23A2C); border:0; color:#fff; }
.ci-urg .cic{ background:rgba(255,255,255,.18); }
.ci-urg .lbl{ color:rgba(255,255,255,.8); }
.ci-urg .val{ color:#fff; }
.ci-urg .sub{ color:rgba(255,255,255,.85); }
.ci-urg .ci-btn{ background:rgba(255,255,255,.18); color:#fff; }
.ci-urg .ci-btn:hover{ background:#fff; color:var(--red-deep); }
.ci-urg .ci-btn.wa{ background:rgba(255,255,255,.18); color:#fff; }
.ci-urg .ci-btn.wa:hover{ background:#25D366; color:#fff; }
.ci-social{ display:flex; gap:10px; margin-top:14px; }
.ci-social a{ width:42px; height:42px; border-radius:12px; display:grid; place-items:center; flex:none; background:var(--mist); color:var(--ink-2); transition:transform .2s, background .2s, color .2s; }
.ci-social a svg{ width:19px; height:19px; }
.ci-social a.ig:hover{ background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5); color:#fff; }
.ci-social a.fb:hover{ background:#1877F2; color:#fff; }

/* ---------------- FOOTER ---------------- */
.site-footer{ background:var(--ink); color:#fff; padding:64px 0 28px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:36px; }
.footer-brand img{ height:120px; width:auto; margin-bottom:8px; }
.footer-brand p{ color:#9fb0c2; font-size:14px; line-height:1.6; max-width:280px; }
.footer-col h4{ font-family:var(--font-display); font-size:14px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#fff; margin-bottom:18px; }
.footer-col a, .footer-col p{ display:block; color:#9fb0c2; font-size:14.5px; text-decoration:none; margin-bottom:11px; transition:color .2s; }
.footer-col a:hover{ color:#fff; }
.foot-phone-row{ display:flex; align-items:center; gap:9px; margin-bottom:11px; }
.foot-phone-row a.foot-tel{ color:#9fb0c2; font-size:14.5px; text-decoration:none; margin:0; transition:color .2s; }
.foot-phone-row a.foot-tel:hover{ color:#fff; }
.foot-phone-row .foot-tag{ font-size:10.5px; text-transform:uppercase; letter-spacing:.05em; color:#6b7d92; margin-left:5px; }
.foot-wa{ width:26px; height:26px; border-radius:8px; background:rgba(37,211,102,.16); color:#3ddc78; display:grid; place-items:center; flex:none; transition:background .2s, color .2s; }
.foot-wa svg{ width:14px; height:14px; }
.foot-wa:hover{ background:#25D366; color:#fff; }
.footer-social-label{ font-family:var(--font-display); font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#9fb0c2; margin:18px 0 10px; }
.footer-social{ display:flex; gap:10px; margin-top:0; }
.footer-social a{ width:42px; height:42px; border-radius:12px; background:rgba(255,255,255,.08); display:grid; place-items:center; font-size:17px; margin:0; transition:background .2s, transform .2s; color:#fff; }
.footer-social a:hover{ transform:translateY(-2px); }
.footer-social a.ig:hover{ background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5); }
.footer-social a.fb:hover{ background:#1877F2; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:46px; padding-top:22px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; color:#7c8ba0; font-size:13px; }

/* ---------------- FLOATING ACTIONS ---------------- */
.floating{ position:fixed; right:22px; bottom:22px; z-index:70; display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.fab{ display:inline-flex; align-items:center; gap:11px; font-family:var(--font-display); font-weight:800; font-size:15px; padding:14px 20px; border-radius:var(--r-pill); box-shadow:var(--shadow-lg); cursor:pointer; transition:transform .2s; color:#fff; }
.fab:hover{ transform:translateY(-3px) scale(1.02); }
.fab .fic{ font-size:20px; }
.fab-wa{ background:#25D366; color:#063; color:#06371d; }
.fab-urg{ background:var(--red); position:relative; }
.fab-urg::before{ content:""; position:absolute; inset:0; border-radius:var(--r-pill); animation:pulse-ring 2s infinite; }
@media (max-width:560px){ .fab span.lab{ display:none; } .fab{ width:56px; height:56px; justify-content:center; padding:0; border-radius:50%; } }

/* ---------------- ICON SIZING ---------------- */
[data-ico]{ display:inline-flex; align-items:center; justify-content:center; }
[data-ico] svg{ display:block; }
.trustbar .ti .ic svg{ width:23px; height:23px; }
.svc-ic svg{ width:29px; height:29px; }
.wic svg{ width:26px; height:26px; }
.value .vic svg{ width:26px; height:26px; }
.svc-detail .sd-ic svg{ width:30px; height:30px; }
.ci-card .cic svg{ width:23px; height:23px; }
.footer-social a svg{ width:18px; height:18px; }
.form-ok .check svg{ width:34px; height:34px; }

/* ---------------- REVEAL ANIM ---------------- */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in{ opacity:1; transform:none; }
.reveal.d1{ transition-delay:.08s; } .reveal.d2{ transition-delay:.16s; } .reveal.d3{ transition-delay:.24s; }
@media (prefers-reduced-motion:reduce){ *{ animation:none !important; } .reveal{ opacity:1; transform:none; } }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width:1024px){
  .hero-grid{ grid-template-columns:1fr; gap:50px; }
  .hero .wedge{ width:60%; opacity:.5; }
  .hero-art{ min-height:360px; }
  .zona-grid, .contact-grid{ grid-template-columns:1fr; gap:34px; }
  .svc-grid, .values{ grid-template-columns:1fr 1fr; }
  .steps{ grid-template-columns:1fr 1fr; }
  .step::after{ display:none; }
  .trustbar .row{ grid-template-columns:1fr 1fr; }
  .trustbar .ti:nth-child(2){ border-right:0; }
  .stats-band{ grid-template-columns:1fr 1fr; gap:34px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .sd-list{ grid-template-columns:1fr; }
}
@media (max-width:760px){
  .nav-links, .nav-phone{ display:none; }
  .burger{ display:flex; }
  .svc-grid, .values, .steps, .form-row{ grid-template-columns:1fr; }
  .sec{ padding:66px 0; }
  .container{ padding:0 20px; }
  .hero{ padding:190px 0 60px; }
  .page-head{ padding:214px 0 60px; }
  .topbar-inner{ gap:8px 14px; padding:8px 0; }
  .topbar-phones{ gap:14px; }
  .topbar-phones a{ font-size:11.5px; }
  .topbar-phones .tag{ display:none; }
  .urg-inner{ flex-direction:column; align-items:flex-start; }
  .footer-grid{ grid-template-columns:1fr; gap:30px; }
}
