/* TeleElectric — estilos del diseño aprobado (v2, con fotos reales). Prefijo .te- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

.te{--navy:#0c1e3a;--navy2:#12305a;--amber:#ffb400;--amber-d:#e39c00;--ink:#0e1c2b;--muted:#5c6b7a;--line:#e6ebf1;--bg:#f5f8fc}
.te *{margin:0;padding:0;box-sizing:border-box}
.te{font-family:'Inter',sans-serif;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased}
.te h1,.te h2,.te h3,.te .te-logo{font-family:'Poppins',sans-serif;line-height:1.15;letter-spacing:-.01em}
.te a{text-decoration:none;color:inherit}
.te img{display:block;max-width:100%}
.te-wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.te-btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:15px;padding:14px 26px;border-radius:10px;cursor:pointer;transition:.18s;border:0}
.te-amber{background:var(--amber);color:#3a2a00}
.te-amber:hover{background:var(--amber-d);transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,180,0,.35);color:#3a2a00}
.te-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.te-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff}
.te-navy{background:var(--navy);color:#fff}
.te-navy:hover{background:var(--navy2);transform:translateY(-2px);color:#fff}
/* color de texto de los botones (gana a .te a{color:inherit}) */
.te-btn.te-amber,.te-btn.te-amber:visited,.te-btn.te-amber:hover{color:#3a2a00!important}
.te-btn.te-navy,.te-btn.te-navy:visited,.te-btn.te-navy:hover{color:#fff!important}
.te-btn.te-ghost,.te-btn.te-ghost:visited,.te-btn.te-ghost:hover{color:#fff!important}
.te-ic{width:20px;height:20px;flex:none}

/* Cabecera + menú móvil */
.te-header{position:sticky;top:0;z-index:9990;background:rgba(12,30,58,.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}
.te-nav{display:flex;align-items:center;justify-content:space-between;height:74px;position:relative}
.te-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:21px}
.te-logo b{color:var(--amber)}
.te-logo img{height:42px!important;width:auto!important;max-height:42px;object-fit:contain;display:block;background:#fff;padding:7px 14px;border-radius:10px;box-sizing:content-box}
.te-bolt{width:34px;height:34px;background:var(--amber);border-radius:9px;display:grid;place-items:center;color:var(--navy)}
.te-menu{display:flex;gap:24px;list-style:none}
.te-menu a{color:#dfe7f1;font-weight:500;font-size:14.5px;transition:.15s;white-space:nowrap}
.te-menu a:hover{color:var(--amber)}
.te-navcta{display:flex;align-items:center;gap:14px}
.te-phone-top{color:#fff;font-weight:700;font-family:'Poppins';font-size:17px;white-space:nowrap}
.te-phone-top small{display:block;font-family:'Inter';font-weight:400;font-size:11px;color:#8fa5c0;letter-spacing:.04em;text-transform:uppercase}
.te-mnav-cb{display:none}
.te-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}
.te-burger span{width:26px;height:2px;background:#fff;border-radius:2px}

/* Hero */
.te-hero{position:relative;color:#fff;padding:96px 0 104px;background:linear-gradient(115deg,rgba(9,20,40,.95),rgba(9,20,40,.8) 55%,rgba(9,20,40,.58)),var(--navy) var(--te-hero,none) center/cover}
.te-hero .te-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;position:relative;z-index:2}
.te-badge24{position:absolute;top:26px;right:24px;width:74px;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.35);z-index:3}
.te-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,180,0,.16);color:var(--amber);font-weight:600;font-size:13px;padding:7px 15px;border-radius:30px;letter-spacing:.03em;border:1px solid rgba(255,180,0,.25)}
.te-hero h1{font-size:47px;font-weight:800;margin:20px 0 18px;color:#fff}
.te-hero h1 span{color:var(--amber)}
.te-lead{font-size:18px;color:#cfdaea;max-width:30em}
.te-cta{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.te-badges{display:flex;gap:24px;margin-top:40px;flex-wrap:wrap}
.te-badge{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#c3d0e2}
.te-badge .te-ck{width:22px;height:22px;background:rgba(255,180,0,.18);color:var(--amber);border-radius:50%;display:grid;place-items:center;flex:none}
.te-callcard{background:#fff;color:var(--ink);border-radius:16px;padding:28px;box-shadow:0 30px 70px rgba(3,10,26,.5)}
.te-callcard .te-h{display:flex;align-items:center;gap:11px;margin-bottom:4px}
.te-callcard .te-cc-ic{width:40px;height:40px;border-radius:10px;background:var(--amber);color:var(--navy);display:grid;place-items:center;flex:none}
.te-callcard h3{font-size:20px}
.te-callcard>p{font-size:14px;color:var(--muted);margin:6px 0 18px}
.te-field{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:9px;font-size:14.5px;font-family:inherit;margin-bottom:11px}
.te-field:focus{outline:none;border-color:var(--amber)}
.te-callcard .te-btn{width:100%;justify-content:center}
.te-tiny{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}
.te-tiny a{color:var(--amber-d);text-decoration:underline}

/* Franja confianza */
.te-trust{background:var(--amber);color:#3a2a00}
.te-trust .te-wrap{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:16px 24px;font-weight:600;font-size:14.5px}
.te-trust span{display:flex;align-items:center;gap:9px}

/* Secciones */
.te-pad{padding:82px 0}
.te-center{text-align:center;max-width:680px;margin:0 auto 50px}
.te-kicker{color:var(--amber-d);font-weight:700;font-size:13px;letter-spacing:.09em;text-transform:uppercase}
.te-title{font-size:34px;font-weight:800;margin:10px 0 14px}
.te-center p{color:var(--muted);font-size:17px}
.te-soft{background:var(--bg)}
.te-mt{margin-top:34px;text-align:center}

/* Servicios (tarjetas) */
.te-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.te-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 24px;transition:.2s}
.te-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(12,30,58,.12);border-color:transparent}
.te-card .te-ci{width:52px;height:52px;border-radius:13px;background:#eaf1fb;color:var(--navy2);display:grid;place-items:center;margin-bottom:16px;transition:.2s}
.te-card:hover .te-ci{background:var(--amber);color:var(--navy)}
.te-card h3{font-size:18px;margin-bottom:7px}
.te-card p{color:var(--muted);font-size:14.5px}

/* Quiénes somos */
.te-about{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}
.te-about .te-ph{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/4.4;background:var(--navy) var(--te-about,none) center/cover}
.te-about .te-exp{position:absolute;left:20px;bottom:20px;background:var(--amber);color:var(--navy);border-radius:14px;padding:16px 22px;font-family:'Poppins'}
.te-about .te-exp b{font-size:32px;font-weight:800;display:block;line-height:1}
.te-about .te-exp small{font-size:12.5px;font-weight:600}
.te-about h2{font-size:32px;font-weight:800;margin:10px 0 16px}
.te-about p{color:var(--muted);font-size:16px;margin-bottom:14px}
.te-check{list-style:none;margin:22px 0 28px}
.te-check li{display:flex;align-items:center;gap:12px;padding:9px 0;font-weight:500;font-size:15.5px}
.te-check .te-ck2{width:26px;height:26px;border-radius:50%;background:#eaf1fb;color:var(--navy2);display:grid;place-items:center;flex:none}

/* Cifras */
.te-stats{position:relative;color:#fff;padding:62px 0;text-align:center;background:linear-gradient(rgba(9,20,40,.9),rgba(9,20,40,.93)),var(--navy) var(--te-stats,none) center/cover}
.te-stats .te-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.te-stats b{font-family:'Poppins';font-size:42px;font-weight:800;color:var(--amber);display:block;line-height:1}
.te-stats span{font-size:14.5px;color:#c3d0e2;margin-top:8px;display:block}

/* Por qué */
.te-why{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.te-why .te-item{text-align:center}
.te-why .te-wi{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:var(--navy);color:var(--amber);display:grid;place-items:center}
.te-why h3{font-size:19px;margin-bottom:8px}
.te-why p{color:var(--muted);font-size:15px}

/* Galería (fondo que cubre — robusto frente a img{height:auto} del tema) */
.te-gal{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.te-gal span{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:#dfe6ef center/cover no-repeat;display:block;transition:transform .35s}
.te-gal span:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(12,30,58,.16)}

/* Logos: distribuidoras + asociados */
.te-logos{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0}
.te-logos .te-lab{text-align:center;color:var(--muted);font-size:13.5px;font-weight:500;margin-bottom:18px}
.te-logos .te-row{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap}
.te-logos img{height:44px;width:auto;object-fit:contain}

/* Banda CTA */
.te-band{position:relative;overflow:hidden;color:#fff;border-radius:22px;padding:54px 46px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;background:linear-gradient(100deg,rgba(9,20,40,.96),rgba(9,20,40,.8)),var(--navy) var(--te-band,none) center/cover}
.te-band h2{font-size:30px;font-weight:800;color:#fff}
.te-band p{color:#c3d0e2;margin-top:8px}
.te-band .te-bcta{display:flex;gap:14px;flex-wrap:wrap}

/* Contacto */
.te-contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}
.te-cinfo .te-li{display:flex;gap:16px;margin-bottom:22px}
.te-cinfo .te-ci2{width:46px;height:46px;border-radius:11px;background:var(--navy);color:var(--amber);display:grid;place-items:center;flex:none}
.te-cinfo h4{font-size:13px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}
.te-cinfo .te-v{font-family:'Poppins';font-weight:600;font-size:17px}
.te-cinfo .te-v a{color:inherit}
.te-cform{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px;box-shadow:0 14px 40px rgba(12,30,58,.08)}
.te-two{display:grid;grid-template-columns:1fr 1fr;gap:11px}

/* Páginas interiores (zonas, cie, legales) */
.te-banner{position:relative;color:#fff;padding:66px 0;text-align:center;background:linear-gradient(rgba(9,20,40,.88),rgba(9,20,40,.9)),var(--navy) var(--te-hero,none) center/cover}
.te-banner h1{color:#fff;font-size:38px;font-weight:800}
.te-banner p{color:#c3d0e2;margin-top:10px}
.te-page{padding:64px 0 84px}
.te-page .te-wrap{max-width:860px}
.te-page h2{font-size:23px;font-weight:700;margin:30px 0 10px;color:var(--navy)}
.te-page h3{font-size:18px;font-weight:600;margin:22px 0 8px}
.te-page p{margin-bottom:14px;color:#39485a;font-size:16px}
.te-page ul{margin:0 0 16px 20px}
.te-page ul li{margin-bottom:6px;color:#39485a}
.te-chips{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 26px}
.te-chips span{background:#eaf1fb;color:var(--navy2);font-weight:600;font-size:13.5px;padding:7px 15px;border-radius:30px}

@media(max-width:900px){
  .te-hero .te-grid,.te-contact,.te-about{grid-template-columns:1fr}
  .te-cards,.te-why{grid-template-columns:1fr 1fr}
  .te-stats .te-row{grid-template-columns:1fr 1fr;gap:32px}
  .te-gal{grid-template-columns:1fr 1fr}
  .te-hero h1{font-size:36px}
  .te-badge24{width:58px;top:16px;right:16px}
  /* menú móvil */
  .te-burger{display:flex}
  .te-navcta .te-btn{display:none}
  .te-menu{display:none;position:absolute;top:74px;left:-24px;right:-24px;background:var(--navy);flex-direction:column;gap:0;padding:8px 0;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3)}
  .te-menu li{padding:0 24px}
  .te-menu a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:16px}
  .te-mnav-cb:checked ~ .te-menu{display:flex}
}
@media(max-width:600px){.te-cards,.te-why,.te-two{grid-template-columns:1fr}.te-fgrid{grid-template-columns:1fr}}

/* Pie */
.te-footer{background:#08152a;color:#a8b7ca;padding:56px 0 26px}
.te-fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}
.te-footer .te-logo{margin-bottom:16px}
.te-footer p{font-size:14.5px}
.te-footer h5{color:#fff;font-family:'Poppins';font-size:15px;margin-bottom:16px}
.te-footer ul{list-style:none}
.te-footer li{margin-bottom:10px}
.te-footer li a{font-size:14.5px;transition:.15s}
.te-footer li a:hover{color:var(--amber)}
.te-copy{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:22px;font-size:13.5px;color:#7889a0}

/* Banner de cookies */
.te-cookies{position:fixed;left:16px;right:16px;bottom:16px;z-index:99998;background:#0c1e3a;color:#dfe7f1;border-radius:14px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;box-shadow:0 16px 44px rgba(0,0,0,.4);max-width:1000px;margin:0 auto}
.te-cookies p{font-size:14px;margin:0;flex:1;min-width:240px}
.te-cookies a{color:var(--amber);text-decoration:underline}
.te-cookies .te-ck-btns{display:flex;gap:10px}
.te-cookies button{cursor:pointer;border:0;border-radius:9px;padding:11px 20px;font-weight:600;font-size:14px;font-family:inherit}
.te-cookies .te-ck-ok{background:var(--amber);color:#3a2a00}
.te-cookies .te-ck-no{background:transparent;color:#dfe7f1;border:1.5px solid rgba(255,255,255,.35)}
