:root{
  --cyan:#00b4d8;
  --blue:#0077b6;
  --blue-dark:#03045e;
  --bg:#ffffff;
  --bg-soft:#f8fafc;
  --bg-band:#eaf6fb;
  --text:#0f172a;
  --text-soft:#475569;
  --border:#e2e8f0;
  --shadow:0 6px 24px rgba(15,23,42,.08);
  --shadow-lg:0 18px 50px rgba(0,119,182,.18);
  --radius:14px;
  --radius-lg:20px;
  --whatsapp:#25d366;
}

html{scroll-behavior:smooth}
.sateknik-home, .sateknik-home *{box-sizing:border-box}
/* v3.1: Hero de páginas categoría (lavadoras, frigos, etc.) */
.sateknik-cat-page .cat-hero{
  background:linear-gradient(135deg,#03045e 0%,#0077b6 60%,#00b4d8 100%);
  color:#fff;padding:4.5rem 0 3.5rem;
  position:relative;overflow:hidden;
}
.sateknik-cat-page .cat-hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 80% 30%,rgba(0,180,216,.4),transparent 50%);
  pointer-events:none;
}
.sateknik-cat-page .cat-hero-grid{
  display:grid;grid-template-columns:1.2fr .9fr;gap:3rem;
  align-items:center;position:relative;z-index:1;
}
.sateknik-cat-page .cat-hero-content h1{
  font-size:clamp(1.85rem,3.8vw,2.8rem);
  font-weight:800;line-height:1.1;letter-spacing:-.02em;
  margin-bottom:1rem;color:#fff;
}
.sateknik-cat-page .cat-hero-content p.lead{
  font-size:1.05rem;opacity:.95;margin-bottom:1.5rem;max-width:540px;
}
.sateknik-cat-page .cat-hero-content .hero-badge{margin-bottom:1rem}
.sateknik-cat-page .cat-hero-content .hero-ctas{margin-bottom:1.25rem}
/* v3.12: estilos para single post (artículos del blog) */
.sateknik-post-page .post-content{
  font-size:1.05rem;line-height:1.8;color:var(--text);
}
.sateknik-post-page .post-content h2{
  font-size:clamp(1.4rem,2.5vw,1.8rem);
  color:var(--blue-dark);font-weight:800;
  margin:2.5rem 0 1rem;line-height:1.25;letter-spacing:-.01em;
}
.sateknik-post-page .post-content h3{
  font-size:1.25rem;color:var(--blue);
  font-weight:700;margin:2rem 0 .8rem;
}
.sateknik-post-page .post-content p{margin-bottom:1.1rem}
.sateknik-post-page .post-content a{
  color:var(--blue);text-decoration:underline;font-weight:500;
}
.sateknik-post-page .post-content a:hover{color:var(--cyan)}
.sateknik-post-page .post-content strong{color:var(--blue-dark)}
.sateknik-post-page .post-content ul,
.sateknik-post-page .post-content ol{
  margin:1rem 0 1.5rem 1.5rem;padding:0;
}
.sateknik-post-page .post-content ul li,
.sateknik-post-page .post-content ol li{
  margin-bottom:.5rem;line-height:1.7;
}
.sateknik-post-page .post-content table{
  width:100%;border-collapse:collapse;
  margin:1.5rem 0;
  background:var(--bg-soft);border-radius:10px;overflow:hidden;
}
.sateknik-post-page .post-content table th{
  background:var(--blue);color:#fff;padding:.85rem 1rem;
  text-align:left;font-weight:700;
}
.sateknik-post-page .post-content table td{
  padding:.7rem 1rem;border-bottom:1px solid var(--border);
}
.sateknik-post-page .post-content blockquote{
  border-left:4px solid var(--cyan);
  background:var(--bg-soft);
  padding:1rem 1.25rem;border-radius:0 10px 10px 0;
  margin:1.5rem 0;font-style:italic;color:var(--text-soft);
}
.sateknik-post-page .post-content img{
  max-width:100%;height:auto;border-radius:12px;
  margin:1.5rem auto;display:block;
}

/* v3.6: MÁS COLOR — alternar fondos para que no se vea todo blanco */
.sateknik-cat-page .section:nth-of-type(odd){background:#fafdff}
.sateknik-cat-page .section.section-soft{
  background:linear-gradient(180deg,#eaf6fb 0%,#f5fbfd 100%) !important;
}
.sateknik-cat-page .section.section-band{
  background:linear-gradient(135deg,#dbf1f8 0%,#bfe8f5 100%) !important;
}
/* Sección "La marca" / sobre la marca con sutil acento */
.sateknik-cat-page .section:has(> .container > .section-header > .section-eyebrow){position:relative}
/* Bordes/separadores de color entre secciones */
.sateknik-cat-page .section + .section{position:relative}
.sateknik-cat-page .section + .section::before{
  content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:60px;height:3px;border-radius:2px;
  background:linear-gradient(90deg,var(--cyan),var(--blue));
}

/* Sección "modelos" con fondo gradiente */
.sateknik-cat-page ul[style*="margin:0 auto"]{
  background:linear-gradient(135deg,#f0fbff 0%,#fafdff 100%);
  padding:1.5rem !important;border-radius:16px;
  border:1px solid #d6e9f1;
}

/* Cards de "Por qué Sateknik" con tonos */
.sateknik-cat-page .benefits-grid .benefit-card{
  background:linear-gradient(135deg,#fff 0%,#f5fbfd 100%);
  border:1px solid #d6e9f1;
}
.sateknik-cat-page .benefits-grid .benefit-card:hover{
  background:linear-gradient(135deg,#fff 0%,#eaf6fb 100%);
}

/* Cards de servicios con borde de color al hover */
.sateknik-cat-page .services-grid .service-card{
  background:#fff;
  border:1px solid #d6e9f1;
}

/* Trust strip con un poco de fondo */
.sateknik-cat-page .trust-strip{
  background:linear-gradient(180deg,#fff 0%,#fafdff 100%);
  border-bottom:2px solid #eaf6fb;
}

/* Reseñas card más vivas */
.sateknik-cat-page .review-card{
  background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);
  border:1px solid #d6e9f1;
}

/* Marcas grid con color por defecto más vivo */
.sateknik-cat-page .brands-grid .brand-card{
  background:linear-gradient(135deg,#ffffff 0%,#dbf1f8 100%) !important;
  border:1px solid #b8dde9;
  color:var(--blue-dark);
}

/* Pills de barrios y errores con más contraste */
.sateknik-cat-page span[style*="border-radius:50px"]{
  background:linear-gradient(135deg,#fff 0%,#eaf6fb 100%) !important;
  border:1px solid #b8dde9 !important;
}

/* v3.4: form en hero categoría — usa el mismo .hero-card que la home */
.sateknik-cat-page .cat-hero-form{display:flex;align-items:flex-start;justify-content:center}
.sateknik-cat-page .cat-hero-form .hero-card{
  background:#fff;color:var(--text);
  padding:1.75rem;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  width:100%;max-width:420px;
}

/* Mensajes de feedback del formulario */
.sateknik-home .sk-feedback{
  margin-top:.75rem;padding:.7rem .9rem;border-radius:10px;
  font-size:.9rem;font-weight:500;text-align:center;
  display:none;
}
.sateknik-home .sk-feedback.sk-success{display:block;background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}
.sateknik-home .sk-feedback.sk-error{display:block;background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}
.sateknik-home .sk-feedback.sk-loading{display:block;background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}

/* v3.2: imagen hero con object-fit cover (oculta texto branded de las imágenes) */
.sateknik-cat-page .cat-hero-image{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  max-width:420px;margin:0 auto;
  aspect-ratio:4/3;
  box-shadow:0 25px 60px rgba(0,0,0,.4);
  background:linear-gradient(135deg,#0077b6,#00b4d8);
}
.sateknik-cat-page .cat-hero-image::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(0,180,216,.15),transparent 60%,rgba(0,119,182,.2));
  pointer-events:none;
}
.sateknik-cat-page .cat-hero-image img{
  width:100%;height:100%;
  object-fit:cover;object-position:center right;
  display:block;
  transform:scale(1.15);
  transition:transform .4s ease;
}
.sateknik-cat-page .cat-hero-image:hover img{transform:scale(1.08)}

@media (max-width:992px){
  .sateknik-cat-page .cat-hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center}
  .sateknik-cat-page .cat-hero-content .hero-ctas{justify-content:center}
  .sateknik-cat-page .cat-hero-content .hero-trust{justify-content:center}
  .sateknik-cat-page .cat-hero-image img{max-width:280px}
}
@media (max-width:768px){
  .sateknik-cat-page .cat-hero{padding:2.5rem 0 2rem}
  .sateknik-cat-page .cat-hero-content h1{font-size:1.65rem}
  .sateknik-cat-page .cat-hero-image img{max-width:220px;padding:1rem}
}

/* v3.0: Wrapper de páginas categoría — el contenido SEO existente se respeta y se le da estilo limpio */
.sateknik-cat-page .sateknik-cat-content{padding:2.5rem 0 3rem;background:#fff}
.sateknik-cat-page .sateknik-cat-content .container{max-width:900px}
.sateknik-cat-page .sateknik-cat-content h1{
  font-size:clamp(1.75rem,3.5vw,2.5rem);
  color:var(--blue-dark);font-weight:800;line-height:1.15;
  margin-bottom:1.25rem;letter-spacing:-.01em;
}
.sateknik-cat-page .sateknik-cat-content h2{
  font-size:clamp(1.3rem,2.5vw,1.75rem);
  color:var(--blue-dark);font-weight:800;line-height:1.2;
  margin:2rem 0 1rem;
}
.sateknik-cat-page .sateknik-cat-content h3{
  font-size:1.15rem;color:var(--blue);
  font-weight:700;margin:1.5rem 0 .75rem;
}
.sateknik-cat-page .sateknik-cat-content p{
  font-size:1.02rem;line-height:1.75;
  color:var(--text);margin-bottom:1rem;
}
.sateknik-cat-page .sateknik-cat-content ul,
.sateknik-cat-page .sateknik-cat-content ol{
  margin:0 0 1.25rem 1.5rem;line-height:1.75;
}
.sateknik-cat-page .sateknik-cat-content ul li,
.sateknik-cat-page .sateknik-cat-content ol li{margin-bottom:.5rem;font-size:1rem}
.sateknik-cat-page .sateknik-cat-content a{color:var(--blue);text-decoration:underline;font-weight:500}
.sateknik-cat-page .sateknik-cat-content a:hover{color:var(--cyan)}
.sateknik-cat-page .sateknik-cat-content strong{color:var(--blue-dark);font-weight:700}
.sateknik-cat-page .sateknik-cat-content img{
  max-width:100%;height:auto;
  border-radius:12px;margin:1.5rem auto;display:block;
}
.sateknik-cat-page .sateknik-cat-content blockquote{
  border-left:4px solid var(--cyan);
  background:var(--bg-soft);
  padding:1rem 1.25rem;border-radius:0 12px 12px 0;
  margin:1.5rem 0;font-style:italic;
}
@media (max-width:768px){
  .sateknik-cat-page .sateknik-cat-content{padding:1.5rem 0 2rem}
  .sateknik-cat-page .sateknik-cat-content .container{padding:0 1rem}
}

/* v2.8: word-wrap suave SIN guiones automáticos (evita "Pro-...vincia" tipo errores) */
.sateknik-home p, .sateknik-home h1, .sateknik-home h2, .sateknik-home h3, .sateknik-home h4, .sateknik-home span, .sateknik-home a{
  overflow-wrap:break-word;
  word-wrap:break-word;
  hyphens:none;
  -webkit-hyphens:none;
}
.sateknik-home input, .sateknik-home select, .sateknik-home textarea, .sateknik-home button{
  max-width:100% !important;
}
.sateknik-home{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif !important;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  width:100%;
  max-width:100%;
}
/* v2.3: prevenir overflow horizontal en móvil */
body.home, body.home #content, body.home main { overflow-x: hidden; max-width:100vw; }
/* v2.1: overrides agresivos para evitar conflicto con Orbital theme */
.sateknik-home img{max-width:100%;display:block;margin:0}
.sateknik-home a{color:inherit;text-decoration:none}
.sateknik-home h1,.sateknik-home h2,.sateknik-home h3,.sateknik-home h4,.sateknik-home p,.sateknik-home ul,.sateknik-home figure{margin:0;padding:0;overflow:visible !important;text-overflow:clip !important;font-family:'Inter',sans-serif !important;color:inherit !important}
.sateknik-home h1,.sateknik-home h2,.sateknik-home h3,.sateknik-home h4{font-weight:800;line-height:1.2}
.sateknik-home ul{list-style:none}
.sateknik-home .container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
/* v2.1: orbital ".entry-content > p:empty" hack y restaurar layout */
body.home .entry-content > p:empty{display:none}
.sateknik-home p:empty{display:none}

/* ===== HEADER ===== */
.sateknik-home .top-bar{
  background:var(--blue-dark);
  color:#fff;
  font-size:.85rem;
  padding:.5rem 0;
}
.sateknik-home .top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.sateknik-home .top-bar a{display:inline-flex;align-items:center;gap:.4rem;opacity:.9}
.sateknik-home .top-bar a:hover{opacity:1}
.sateknik-home .top-bar .info-items{display:flex;gap:1.5rem;flex-wrap:wrap}

.sateknik-home .header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.sateknik-home .header .container{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:.9rem;padding-bottom:.9rem;gap:1rem;
}
.sateknik-home .logo{display:flex;align-items:center;gap:.7rem;font-weight:800;font-size:1.45rem;color:var(--blue-dark)}
.sateknik-home .logo img{height:44px;width:auto}
.sateknik-home .nav{display:flex;align-items:center;gap:1.75rem}
.sateknik-home .nav a{font-weight:500;color:var(--text);font-size:.95rem;transition:color .2s}
.sateknik-home .nav a:hover{color:var(--cyan)}
.sateknik-home .header-cta{display:flex;align-items:center;gap:.6rem}

/* ===== BUTTONS ===== */
.sateknik-home .btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 1.5rem;border-radius:50px;
  font-weight:600;font-size:.95rem;
  transition:all .25s ease;
  border:2px solid transparent;
  cursor:pointer;white-space:nowrap;
}
.sateknik-home .btn-primary{background:var(--cyan);color:#fff;box-shadow:0 6px 16px rgba(0,180,216,.35)}
.sateknik-home .btn-primary:hover{background:var(--blue);transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,119,182,.4)}
.sateknik-home .btn-whatsapp{background:var(--whatsapp);color:#fff;box-shadow:0 6px 16px rgba(37,211,102,.35)}
.sateknik-home .btn-whatsapp:hover{background:#1ea951;transform:translateY(-2px)}
.sateknik-home .btn-outline{background:transparent;color:#fff;border-color:#fff}
.sateknik-home .btn-outline:hover{background:#fff;color:var(--blue-dark)}
.sateknik-home .btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3)}
.sateknik-home .btn-ghost:hover{background:rgba(255,255,255,.2)}
.sateknik-home .btn-sm{padding:.55rem 1rem;font-size:.85rem}

/* ===== HERO ===== */
.sateknik-home .hero{
  position:relative;
  background:linear-gradient(135deg,rgba(3,4,94,.85) 0%,rgba(0,119,182,.75) 60%,rgba(0,180,216,.6) 100%),
             url('https://sateknik.com/wp-content/uploads/2024/06/IMG_20240625_121045_595-1024x576.jpg');
  background-size:cover;background-position:center;
  color:#fff;
  padding:6rem 0 5rem;
  overflow:hidden;
}
.sateknik-home .hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 80% 20%,rgba(0,180,216,.3),transparent 50%);
  pointer-events:none;
}
.sateknik-home .hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;position:relative}
.sateknik-home .hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(255,255,255,.15);backdrop-filter:blur(10px);
  padding:.45rem 1rem;border-radius:50px;
  font-size:.85rem;font-weight:500;
  border:1px solid rgba(255,255,255,.25);
  margin-bottom:1.25rem;
}
.sateknik-home .hero-badge .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.3)}
.sateknik-home .hero h1{
  font-size:clamp(2rem,4.5vw,3.4rem);
  line-height:1.1;font-weight:800;
  margin-bottom:1.25rem;
  letter-spacing:-.02em;
}
.sateknik-home .hero h1 .highlight{color:var(--cyan)}
.sateknik-home .hero p.lead{font-size:1.1rem;opacity:.95;margin-bottom:1.75rem;max-width:560px}
.sateknik-home .hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}
.sateknik-home .hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem;opacity:.95}
.sateknik-home .hero-trust span{display:inline-flex;align-items:center;gap:.4rem}

.sateknik-home .hero-card{
  background:#fff;color:var(--text);
  padding:1.75rem;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
}
.sateknik-home .hero-card h3{font-size:1.15rem;margin-bottom:1rem;color:var(--blue-dark)}
.sateknik-home .hero-card .form-row{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem}
.sateknik-home .hero-card label{font-size:.8rem;font-weight:600;color:var(--text-soft)}
.sateknik-home .hero-card input,.hero-card select,.hero-card textarea{
  width:100%;padding:.7rem .9rem;
  border:1px solid var(--border);border-radius:10px;
  font-family:inherit;font-size:.95rem;
}
/* v3.3: form más compacto - textarea con altura controlada */
.sateknik-home .hero-card textarea{
  min-height:60px !important;
  max-height:100px !important;
  height:60px;
  resize:vertical;
}
.sateknik-home .hero-card .form-row{margin-bottom:.55rem !important;gap:.4rem !important}
.sateknik-home .hero-card h3{margin-bottom:.85rem !important}
.sateknik-home .hero-card label{font-size:.78rem !important}
.sateknik-home .hero-card input,.sateknik-home .hero-card select{padding:.55rem .75rem !important;font-size:.9rem}
.sateknik-home .hero-card input:focus,.hero-card select:focus,.hero-card textarea:focus{
  outline:none;border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,180,216,.15);
}
.sateknik-home .hero-card .btn{width:100%;justify-content:center;margin-top:.5rem}
.sateknik-home .hero-card small{display:block;text-align:center;color:var(--text-soft);font-size:.75rem;margin-top:.7rem}

/* ===== TRUST STRIP ===== */
.sateknik-home .trust-strip{background:#fff;padding:1.5rem 0;border-bottom:1px solid var(--border)}
.sateknik-home .trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.sateknik-home .trust-item{display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--text-soft)}
.sateknik-home .trust-item .icon{font-size:1.5rem;color:var(--cyan)}
.sateknik-home .trust-item strong{display:block;color:var(--text);font-size:.95rem}
.sateknik-home .trust-item span{font-size:.8rem}

/* ===== SECTIONS ===== */
.sateknik-home .section{padding:5rem 0}
.sateknik-home .section-soft{background:var(--bg-soft)}
.sateknik-home .section-band{background:var(--bg-band)}
.sateknik-home .section-header{text-align:center;max-width:720px;margin:0 auto 3rem}
.sateknik-home .section-eyebrow{
  display:inline-block;
  color:var(--cyan);font-weight:600;font-size:.85rem;
  text-transform:uppercase;letter-spacing:.1em;
  margin-bottom:.6rem;
}
.sateknik-home .section-header h2{
  font-size:clamp(1.8rem,3.5vw,2.5rem);
  font-weight:800;color:var(--blue-dark);
  margin-bottom:.8rem;letter-spacing:-.01em;
}
.sateknik-home .section-header h2 .accent{color:var(--cyan)}
.sateknik-home .section-header p{color:var(--text-soft);font-size:1.05rem}

/* ===== POR QUÉ ELEGIRNOS ===== */
.sateknik-home .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.sateknik-home .benefit-card{
  background:#fff;padding:2rem 1.5rem;
  border-radius:var(--radius-lg);
  border:1px solid var(--border);
  text-align:center;
  transition:all .3s ease;
  position:relative;overflow:hidden;
}
.sateknik-home .benefit-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--cyan),var(--blue));
  transform:scaleX(0);transform-origin:left;
  transition:transform .4s ease;
}
.sateknik-home .benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.sateknik-home .benefit-card:hover::before{transform:scaleX(1)}
.sateknik-home .benefit-icon{
  width:64px;height:64px;
  margin:0 auto 1rem;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.7rem;
  box-shadow:0 8px 20px rgba(0,180,216,.3);
}
.sateknik-home .benefit-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--blue-dark)}
.sateknik-home .benefit-card p{color:var(--text-soft);font-size:.9rem;line-height:1.55}

/* ===== SERVICIOS ===== */
.sateknik-home .services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.sateknik-home .service-card{
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--border);
  transition:all .3s ease;
  display:flex;flex-direction:column;
  cursor:pointer;
}
.sateknik-home .service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--cyan)}
.sateknik-home .service-img{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f1f5f9;padding:1rem}
.sateknik-home .service-img img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}
.sateknik-home .service-card:hover .service-img img{transform:scale(1.08)}
.sateknik-home .service-img::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(3,4,94,.6));
  opacity:0;transition:opacity .3s;
}
.sateknik-home .service-card:hover .service-img::after{opacity:1}
.sateknik-home .service-body{padding:1.1rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:.5rem}
.sateknik-home .service-body h3{font-size:1.05rem;color:var(--blue-dark);font-weight:700}
.sateknik-home .service-body .arrow{
  margin-top:auto;color:var(--cyan);font-weight:600;font-size:.85rem;
  display:inline-flex;align-items:center;gap:.3rem;
  transition:gap .25s;
}
.sateknik-home .service-card:hover .arrow{gap:.6rem}

/* ===== RECAMBIOS / ESHOP ===== */
.sateknik-home .parts-hero{
  background:linear-gradient(135deg,var(--bg-soft) 0%,var(--bg-band) 100%);
  border-radius:var(--radius-lg);
  padding:3rem 2.5rem;
  position:relative;
  overflow:hidden;
  margin-bottom:2rem;
}
.sateknik-home .parts-hero::before{
  content:'🔧';
  position:absolute;right:-30px;bottom:-40px;
  font-size:14rem;opacity:.06;
  transform:rotate(-15deg);
  pointer-events:none;
}
.sateknik-home .parts-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;position:relative;z-index:1}
.sateknik-home .parts-hero h3{font-size:1.7rem;color:var(--blue-dark);margin-bottom:.6rem;font-weight:800;line-height:1.2}
.sateknik-home .parts-hero p{color:var(--text-soft);margin-bottom:1.5rem}
.sateknik-home .parts-search{
  background:#fff;
  border-radius:50px;
  padding:.4rem .4rem .4rem 1.5rem;
  display:flex;align-items:center;gap:.5rem;
  box-shadow:var(--shadow);
  border:2px solid transparent;
  transition:border-color .2s;
}
.sateknik-home .parts-search:focus-within{border-color:var(--cyan)}
.sateknik-home .parts-search input{
  flex:1;border:none;outline:none;
  font-family:inherit;font-size:1rem;padding:.6rem 0;
  background:transparent;
}
.sateknik-home .parts-search button{
  background:var(--cyan);color:#fff;
  border:none;border-radius:50px;
  padding:.7rem 1.5rem;font-weight:600;
  cursor:pointer;font-family:inherit;font-size:.95rem;
  display:inline-flex;align-items:center;gap:.4rem;
  transition:background .2s;
}
.sateknik-home .parts-search button:hover{background:var(--blue)}
.sateknik-home .parts-helper{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.85rem;color:var(--text-soft)}
.sateknik-home .parts-helper a{color:var(--blue);font-weight:500}
.sateknik-home .parts-helper a:hover{text-decoration:underline}

.sateknik-home .parts-shop-card{
  background:#fff;
  border-radius:var(--radius-lg);
  padding:1.75rem;
  border:2px solid var(--cyan);
  text-align:center;
  box-shadow:var(--shadow);
}
.sateknik-home .parts-shop-card .logo-eshop{
  font-size:1.4rem;font-weight:800;color:var(--blue-dark);
  margin-bottom:.4rem;
}
.sateknik-home .parts-shop-card .tagline{color:var(--text-soft);font-size:.9rem;margin-bottom:1.25rem}
.sateknik-home .parts-shop-card .features{
  display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;
  margin-bottom:1.25rem;font-size:.8rem;color:var(--text-soft);
}
.sateknik-home .parts-shop-card .features span{display:inline-flex;align-items:center;gap:.3rem}

.sateknik-home .parts-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  margin-top:1rem;
}
.sateknik-home .part-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:1rem .8rem;text-align:center;
  transition:all .25s ease;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
}
.sateknik-home .part-card:hover{
  border-color:var(--cyan);transform:translateY(-3px);
  box-shadow:var(--shadow);
}
.sateknik-home .part-card .ic{
  width:50px;height:50px;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.3rem;
}
.sateknik-home .part-card span{font-size:.85rem;font-weight:600;color:var(--blue-dark)}

/* ===== BLOG ===== */
.sateknik-home .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.sateknik-home .blog-card{
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--border);
  transition:all .3s ease;
  display:flex;flex-direction:column;
}
.sateknik-home .blog-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
  border-color:var(--cyan);
}
.sateknik-home .blog-img{
  aspect-ratio:16/10;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  font-size:3rem;color:#fff;
}
.sateknik-home .blog-img img{width:100%;height:100%;object-fit:cover}
.sateknik-home .blog-img .cat{
  position:absolute;top:.9rem;left:.9rem;
  background:#fff;color:var(--blue-dark);
  padding:.3rem .8rem;border-radius:50px;
  font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;
}
.sateknik-home .blog-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}
.sateknik-home .blog-meta{font-size:.8rem;color:var(--text-soft);margin-bottom:.6rem;display:flex;gap:.8rem}
.sateknik-home .blog-meta span{display:inline-flex;align-items:center;gap:.3rem}
.sateknik-home .blog-card h3{
  font-size:1.1rem;color:var(--blue-dark);
  margin-bottom:.6rem;line-height:1.35;font-weight:700;
}
.sateknik-home .blog-card .excerpt{color:var(--text-soft);font-size:.9rem;margin-bottom:1rem;flex:1}
.sateknik-home .blog-card .read-more{
  color:var(--cyan);font-weight:600;font-size:.85rem;
  display:inline-flex;align-items:center;gap:.3rem;
  transition:gap .25s;
}
.sateknik-home .blog-card:hover .read-more{gap:.6rem}

.sateknik-home .blog-cta{text-align:center;margin-top:2.5rem}

/* ===== FAQ ===== */
.sateknik-home .faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.sateknik-home .faq-item{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  transition:border-color .2s, box-shadow .2s;
}
.sateknik-home .faq-item[open]{border-color:var(--cyan);box-shadow:var(--shadow)}
.sateknik-home .faq-item summary{
  padding:1.1rem 1.5rem;
  font-weight:600;color:var(--blue-dark);font-size:1rem;
  cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  list-style:none;
}
.sateknik-home .faq-item summary::-webkit-details-marker{display:none}
.sateknik-home .faq-item summary::after{
  content:'+';
  font-size:1.5rem;color:var(--cyan);font-weight:300;
  transition:transform .25s ease;flex-shrink:0;
}
.sateknik-home .faq-item[open] summary::after{transform:rotate(45deg)}
.sateknik-home .faq-item .answer{padding:0 1.5rem 1.25rem;color:var(--text-soft);line-height:1.7}

/* ===== REACONDICIONADOS BAND ===== */
.sateknik-home .refurb-band{
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);
  color:#fff;padding:4rem 0;
  position:relative;overflow:hidden;
}
.sateknik-home .refurb-band::after{
  content:'';position:absolute;right:-100px;top:-100px;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,180,216,.3),transparent 70%);
}
.sateknik-home .refurb-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.sateknik-home .refurb-tag{
  display:inline-block;background:var(--cyan);color:#fff;
  padding:.3rem .8rem;border-radius:50px;
  font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;
  margin-bottom:1rem;
}
.sateknik-home .refurb-band h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:1rem;font-weight:800;line-height:1.2}
.sateknik-home .refurb-band p{opacity:.9;margin-bottom:1.5rem;font-size:1.05rem;max-width:520px}
.sateknik-home .refurb-features{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.75rem}
.sateknik-home .refurb-features span{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem}
.sateknik-home .refurb-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.sateknik-home .stat-box{
  background:rgba(255,255,255,.1);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.2);
  padding:1.5rem;border-radius:var(--radius-lg);text-align:center;
}
.sateknik-home .stat-box .num{font-size:2.2rem;font-weight:800;color:var(--cyan);line-height:1}
.sateknik-home .stat-box .lbl{font-size:.85rem;opacity:.9;margin-top:.4rem}

/* ===== MARCAS ===== diseño rediseñado v2.4 */
.sateknik-home .brands-grid{
  display:grid;grid-template-columns:repeat(8,1fr);gap:.75rem;
}
.sateknik-home .brand-card{
  position:relative;
  aspect-ratio:1.6/1;
  background:linear-gradient(135deg,#ffffff 0%,#eaf6fb 100%);
  border:1px solid #d6e9f1;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;color:var(--blue-dark);font-size:.9rem;
  text-align:center;padding:.6rem;
  text-decoration:none;
  letter-spacing:.01em;
  box-shadow:0 2px 8px rgba(0,119,182,.06);
  transition:all .3s cubic-bezier(.4,.0,.2,1);
  overflow:hidden;
}
.sateknik-home .brand-card::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  opacity:0;
  transition:opacity .3s ease;
  z-index:0;
}
.sateknik-home .brand-card::after{
  content:'';
  position:absolute;top:0;left:-100%;width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
  transition:left .6s ease;
  z-index:1;
}
.sateknik-home .brand-card:hover{
  transform:translateY(-4px);
  border-color:var(--cyan);
  color:#fff;
  box-shadow:0 12px 30px rgba(0,119,182,.3);
}
.sateknik-home .brand-card:hover::before{opacity:1}
.sateknik-home .brand-card:hover::after{left:100%}
.sateknik-home .brand-card .brand-name{position:relative;z-index:2;display:block;line-height:1.2;transition:color .3s ease}
.sateknik-home .brand-card:hover .brand-name{color:#fff}

/* ===== COBERTURA ===== */
.sateknik-home .coverage-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.sateknik-home .city-card{
  background:#fff;
  border:2px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.5rem 1rem;text-align:center;
  transition:all .3s ease;cursor:pointer;
}
.sateknik-home .city-card:hover{border-color:var(--cyan);transform:translateY(-4px);box-shadow:var(--shadow)}
.sateknik-home .city-card .pin{
  width:48px;height:48px;
  margin:0 auto .8rem;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.3rem;
}
.sateknik-home .city-card h4{color:var(--blue-dark);font-size:1rem;margin-bottom:.2rem}
.sateknik-home .city-card span{font-size:.8rem;color:var(--text-soft)}

.sateknik-home .coverage-note{
  text-align:center;margin-top:2rem;
  padding:1.25rem;background:#fff;
  border-radius:var(--radius);
  border:1px dashed var(--cyan);
  color:var(--text-soft);font-size:.95rem;
}

/* ===== RESEÑAS ===== */
.sateknik-home .reviews-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}
.sateknik-home .google-badge{
  display:flex;align-items:center;gap:.8rem;
  background:#fff;padding:1rem 1.4rem;border-radius:var(--radius);
  border:1px solid var(--border);box-shadow:var(--shadow);
}
.sateknik-home .google-badge .stars{color:#fbbf24;font-size:1.2rem;letter-spacing:2px}
.sateknik-home .google-badge .rating-num{font-size:1.8rem;font-weight:800;color:var(--blue-dark)}
.sateknik-home .google-badge .rating-info{font-size:.85rem;color:var(--text-soft)}

.sateknik-home .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.sateknik-home .review-card{
  background:#fff;padding:1.75rem;
  border-radius:var(--radius-lg);
  border:1px solid var(--border);
  position:relative;
}
.sateknik-home .review-card::before{
  content:'\201C';
  position:absolute;top:.5rem;left:1.25rem;
  font-size:4rem;color:var(--cyan);opacity:.2;
  font-family:Georgia,serif;line-height:1;
}
.sateknik-home .review-stars{color:#fbbf24;margin-bottom:.75rem;font-size:1rem;letter-spacing:1px}
.sateknik-home .review-text{color:var(--text);font-size:.95rem;margin-bottom:1.25rem;line-height:1.6;position:relative;z-index:1}
.sateknik-home .review-author{display:flex;align-items:center;gap:.75rem}
.sateknik-home .review-avatar{
  width:42px;height:42px;border-radius:50%;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;
}
.sateknik-home .review-author .name{font-weight:600;color:var(--blue-dark);font-size:.9rem}
.sateknik-home .review-author .meta{font-size:.75rem;color:var(--text-soft)}

/* ===== CTA FINAL ===== */
.sateknik-home .cta-final{
  background:linear-gradient(135deg,var(--cyan) 0%,var(--blue) 100%);
  color:#fff;padding:5rem 0;text-align:center;
}
.sateknik-home .cta-final h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:1rem;font-weight:800}
.sateknik-home .cta-final p{opacity:.95;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}
.sateknik-home .cta-final .btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}

/* ===== FOOTER ===== */
.sateknik-home .footer{background:#0a0e27;color:#cbd5e1;padding:4rem 0 0}
.sateknik-home .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}
.sateknik-home .footer-col h4{color:#fff;font-size:1rem;margin-bottom:1.2rem;font-weight:700}
.sateknik-home .footer-col ul{list-style:none}
.sateknik-home .footer-col li{margin-bottom:.55rem}
.sateknik-home .footer-col a{color:#cbd5e1;font-size:.9rem;transition:color .2s}
.sateknik-home .footer-col a:hover{color:var(--cyan)}
.sateknik-home .footer-about p{font-size:.9rem;line-height:1.7;margin:1rem 0}
.sateknik-home .footer-logo{font-size:1.5rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.6rem}
.sateknik-home .footer-contact-item{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem;font-size:.9rem}
.sateknik-home .footer-contact-item .ic{color:var(--cyan);font-size:1.1rem;flex-shrink:0;margin-top:.1rem}
.sateknik-home .footer-social{display:flex;gap:.6rem;margin-top:1.25rem}
.sateknik-home .footer-social a{
  width:40px;height:40px;border-radius:50%;
  background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
  transition:all .25s ease;
}
.sateknik-home .footer-social a:hover{background:var(--cyan);transform:translateY(-3px)}
.sateknik-home .footer-disclaimer{
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.08);
  padding:1.5rem 0;
}
.sateknik-home .footer-disclaimer p{
  font-size:.78rem;color:#94a3b8;line-height:1.6;
  text-align:center;max-width:900px;margin:0 auto;
  font-style:italic;
}
.sateknik-home .footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding:1.5rem 0;
  text-align:center;font-size:.85rem;color:#94a3b8;
}
.sateknik-home .footer-bottom .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}

/* ===== FLOATING WHATSAPP ===== */
.sateknik-home .float-wa{
  position:fixed;bottom:24px;right:24px;z-index:99;
  width:60px;height:60px;border-radius:50%;
  background:var(--whatsapp);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.8rem;
  box-shadow:0 8px 24px rgba(37,211,102,.5);
  animation:pulse 2.5s infinite;
}
@keyframes pulse{
  0%,100%{box-shadow:0 8px 24px rgba(37,211,102,.5)}
  50%{box-shadow:0 8px 24px rgba(37,211,102,.5),0 0 0 14px rgba(37,211,102,0)}
}

/* ===== RESPONSIVE ===== */
@media (max-width:992px){
  .sateknik-home .hero-grid{grid-template-columns:1fr}
  .sateknik-home .hero-card{max-width:480px;margin:0 auto}
  .sateknik-home .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .services-grid{grid-template-columns:repeat(3,1fr)}
  .sateknik-home .brands-grid{grid-template-columns:repeat(6,1fr)}
  .sateknik-home .coverage-grid{grid-template-columns:repeat(3,1fr)}
  .sateknik-home .reviews-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .refurb-grid{grid-template-columns:1fr}
  .sateknik-home .parts-hero-grid{grid-template-columns:1fr}
  .sateknik-home .parts-grid{grid-template-columns:repeat(3,1fr)}
  .sateknik-home .blog-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .footer-grid{grid-template-columns:1fr 1fr}
  .sateknik-home .nav{display:none}
}
/* ===== RESPONSIVE MOBILE v2.4 — FIX OVERFLOW HORIZONTAL ===== */
@media (max-width:768px){
  /* CRITICAL: forzar que NADA exceda el ancho del viewport */
  .sateknik-home,
  .sateknik-home *{max-width:100vw !important}
  .sateknik-home .container{padding:0 1rem !important;max-width:100vw}

  /* Botones — quitar nowrap que hacía que se desborden */
  .sateknik-home .btn{white-space:normal !important;text-align:center;padding:.75rem 1rem;font-size:.9rem;line-height:1.3}
  .sateknik-home .btn-sm{padding:.5rem .8rem;font-size:.8rem}

  /* Top bar simplificada */
  .sateknik-home .top-bar .info-items{display:none}
  .sateknik-home .top-bar{padding:.4rem 0;font-size:.75rem}
  .sateknik-home .top-bar .container{justify-content:center}

  /* Header */
  .sateknik-home .header .container{padding-top:.7rem;padding-bottom:.7rem;gap:.5rem;flex-wrap:wrap}
  .sateknik-home .logo img{height:36px}
  .sateknik-home .header-cta{flex-shrink:0}
  .sateknik-home .header-cta .btn:not(.btn-whatsapp){display:none}

  /* Hero — más compacto y sin overflow */
  .sateknik-home .hero{padding:2.5rem 0 2rem}
  .sateknik-home .hero h1{font-size:1.65rem;line-height:1.15;letter-spacing:-.01em}
  .sateknik-home .hero p.lead{font-size:.92rem}
  .sateknik-home .hero-ctas{flex-direction:column;gap:.6rem;width:100%}
  .sateknik-home .hero-ctas .btn{width:100%;justify-content:center}
  .sateknik-home .hero-trust{flex-direction:column;gap:.4rem;font-size:.8rem;align-items:flex-start}
  .sateknik-home .hero-card{max-width:100%;width:100%;padding:1.25rem;margin-top:1.5rem}
  .sateknik-home .hero-card .btn{width:100%}

  /* Trust strip */
  .sateknik-home .trust-strip-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
  .sateknik-home .trust-item{font-size:.8rem}
  .sateknik-home .trust-item strong{font-size:.85rem}

  /* Por qué Sateknik */
  .sateknik-home .benefits-grid{grid-template-columns:1fr;gap:1rem}
  .sateknik-home .benefit-card{padding:1.5rem 1rem}

  /* Servicios — 2 columnas en móvil */
  .sateknik-home .services-grid{grid-template-columns:repeat(2,1fr) !important;gap:.6rem}
  .sateknik-home .service-card .service-body{padding:.6rem .75rem}
  .sateknik-home .service-card h3{font-size:.85rem;margin-bottom:.2rem}
  .sateknik-home .service-card .arrow{font-size:.75rem}
  .sateknik-home .service-img{aspect-ratio:1.2/1;padding:.5rem}

  /* Recambios mobile v2.7 — más compacto */
  .sateknik-home .parts-hero{padding:1rem .75rem;border-radius:12px}
  .sateknik-home .parts-hero h3{font-size:1.05rem;margin-bottom:.5rem}
  .sateknik-home .parts-hero h3::before{display:none} /* el emoji 🔍 ya está implícito */
  .sateknik-home .parts-hero > .parts-hero-grid > div > p{display:none} /* ocultar descripción larga en móvil */
  .sateknik-home .parts-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .parts-search{flex-direction:row;border-radius:50px;padding:.3rem .3rem .3rem 1rem;gap:.4rem;max-width:100%;width:100%;box-sizing:border-box}
  .sateknik-home .parts-search input{width:100%;min-width:0;padding:.5rem 0;font-size:.85rem;border:none;background:transparent}
  .sateknik-home .parts-search button{flex-shrink:0;width:auto;padding:.55rem 1rem;font-size:.85rem;justify-content:center}
  .sateknik-home .parts-helper{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.75rem}
  .sateknik-home .parts-helper > span{display:none} /* ocultar "Búsquedas habituales:" en móvil */
  .sateknik-home .parts-helper a{background:#fff;padding:.3rem .7rem;border-radius:50px;font-size:.75rem;border:1px solid var(--border)}
  .sateknik-home .parts-shop-card{padding:1.25rem;margin-top:1rem}

  /* Reacondicionados */
  .sateknik-home .refurb-band{padding:2.5rem 0}
  .sateknik-home .refurb-features{flex-direction:column;gap:.6rem}
  .sateknik-home .refurb-stats{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .stat-box{padding:1rem}
  .sateknik-home .stat-box .num{font-size:1.6rem}

  /* Marcas */
  .sateknik-home .brands-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}
  .sateknik-home .brand-card{font-size:.75rem;padding:.4rem;aspect-ratio:1.8/1}

  /* Cobertura */
  .sateknik-home .coverage-grid{grid-template-columns:repeat(2,1fr)}

  /* Reseñas */
  .sateknik-home .reviews-grid{grid-template-columns:1fr}

  /* CTA final */
  .sateknik-home .cta-final{padding:3rem 0}
  .sateknik-home .cta-final .btns{flex-direction:column}
  .sateknik-home .cta-final .btn{width:100%;justify-content:center}

  /* Footer */
  .sateknik-home .footer-grid{grid-template-columns:1fr;gap:1.75rem}
  .sateknik-home .footer-bottom .container{flex-direction:column;text-align:center}
  .sateknik-home .footer-disclaimer p{font-size:.72rem;padding:0 .5rem}

  /* Sections globales */
  .sateknik-home .section{padding:2.5rem 0}
  .sateknik-home .section-header{margin-bottom:2rem}
  .sateknik-home .section-header h2{font-size:1.5rem;line-height:1.15}
  .sateknik-home .section-header p{font-size:.92rem}
}

/* v2.9: Blog cards en móvil — layout vertical limpio, sin solapamientos */
@media (max-width:768px){
  .sateknik-home .blog-grid{grid-template-columns:1fr;gap:.85rem}
  .sateknik-home .blog-card{
    flex-direction:row !important;
    border-radius:12px;
    overflow:hidden;
    align-items:stretch;
    min-height:120px;
  }
  .sateknik-home .blog-img{
    flex:0 0 120px;width:120px;
    aspect-ratio:auto;height:auto;min-height:auto;
    position:relative;
  }
  .sateknik-home .blog-img img{width:100%;height:100%;object-fit:cover;display:block}
  /* Categoría oculta en móvil */
  .sateknik-home .blog-img .cat{display:none !important}

  /* Body con flex column SIMPLE, sin justify-content:center ni margin-top:auto */
  .sateknik-home .blog-body{
    padding:.7rem .85rem;
    flex:1;min-width:0;
    display:block; /* NO flex — evita solapamientos */
  }

  .sateknik-home .blog-meta{
    font-size:.7rem;
    margin:0 0 .3rem;gap:.5rem;
    display:flex;flex-wrap:wrap;
  }

  /* h3: 2 líneas con altura forzada, sin hyphens */
  .sateknik-home .blog-card h3{
    font-size:.88rem;line-height:1.3;font-weight:700;
    margin:0 0 .4rem;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
    overflow:hidden;text-overflow:ellipsis;
    max-height:2.6em; /* respaldo si line-clamp falla */
    hyphens:none !important;-webkit-hyphens:none !important;
    word-break:normal !important;overflow-wrap:normal !important;
  }

  .sateknik-home .blog-card .excerpt{display:none !important}

  .sateknik-home .blog-card .read-more{
    display:inline-block;
    font-size:.75rem;
    color:var(--cyan);font-weight:600;
    margin-top:.2rem; /* NO auto — se posiciona después del h3 */
  }

  .sateknik-home .blog-cta{margin-top:1.5rem}
  .sateknik-home .blog-cta .btn{width:100%}
}

@media (max-width:480px){
  .sateknik-home .brands-grid{grid-template-columns:repeat(2,1fr)}
  /* IMPORTANTE: servicios se mantienen en 2 columnas también en pantallas pequeñas */
  .sateknik-home .services-grid{grid-template-columns:repeat(2,1fr) !important;gap:.5rem}
  .sateknik-home .service-card h3{font-size:.8rem}
  .sateknik-home .service-img{aspect-ratio:1/1;padding:.4rem}
  .sateknik-home .coverage-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .parts-grid{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .trust-strip-grid{grid-template-columns:1fr;gap:.5rem}
  .sateknik-home .refurb-stats{grid-template-columns:repeat(2,1fr)}
  .sateknik-home .hero h1{font-size:1.45rem}
  .sateknik-home .section-header h2{font-size:1.35rem}
}
