/* ============================================================
   PÁGINA — HOME
   Depende de los globales ya en style.css:
   .da-eyebrow, .da-btn / .da-btn-primary / .da-btn-ghost,
   .da-section-head, .da-cta-final, .da-cta-row
   Encolar SOLO en portada (is_front_page). Ver funciones.php
============================================================ */

/* ============================================================
   01 — HERO
============================================================ */
.da-hero { padding: 96px 0 60px; }
.da-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: end; }
.da-hero h1 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 18px 0 26px;
  max-width: 640px;
}
.da-hero p.da-lead { font-size: 18px; color: #3C4A44; max-width: 480px; margin-bottom: 34px; }
.da-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.da-hero-side { border-left: 1px solid #C7C2AE; padding-left: 32px; font-size: 14.5px; color: #3C4A44; }
.da-hero-side strong { display: block; color: #16231F; font-weight: 600; font-size: 15px; margin-bottom: 6px; }
.da-horizon { width: 100%; height: 64px; display: block; margin-top: 64px; }

@media (max-width: 860px) {
  .da-hero-grid { grid-template-columns: 1fr; }
  .da-hero-side { border-left: none; padding-left: 0; border-top: 1px solid #C7C2AE; padding-top: 20px; }
  .da-hero h1 { font-size: 36px; }
}

/* ============================================================
   02 — PRUEBA INMEDIATA (franja corta)
============================================================ */
.da-franja {
  padding: 56px 0;
  border-top: 1px solid #C7C2AE;
  border-bottom: 1px solid #C7C2AE;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.da-franja p { font-size: 22px; font-weight: 500; line-height: 1.5; color: #16231F; }
.da-franja p em { color: #3C4A44; font-style: italic; font-weight: 400; }
@media (max-width: 860px) { .da-franja p { font-size: 18px; } }

/* ============================================================
   03 — SERVICIOS
============================================================ */
.da-servicios { padding: 76px 0; background: #E6E9DE; }
.da-serv-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: #C7C2AE; border: 1px solid #C7C2AE; }
.da-serv-card { background: #E6E9DE; padding: 28px 22px; min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; transition: background 0.15s ease; }
.da-serv-card:hover { background: #F0F2EA; }
.da-serv-num { font-family: "Schibsted Grotesk", sans-serif; font-size: 12px; color: #8C6A1D; font-weight: 600; }
.da-serv-card h3 { font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; font-size: 18px; margin-top: 14px; }
.da-serv-card p { font-size: 13.5px; color: #3C4A44; margin-top: 8px; }
@media (max-width: 860px) { .da-serv-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   04 — PARA TU NEGOCIO
============================================================ */
.da-sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.da-sector-card {
  border: 1px solid #C7C2AE;
  padding: 26px 24px;
  border-radius: 2px;
  background: #F0F2EA;
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.da-sector-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.da-sector-card .da-tag { font-family: "Schibsted Grotesk", sans-serif; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; color: #123A31; font-weight: 600; }
.da-sector-card h3 { font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; font-size: 19px; margin: 10px 0 8px; }
.da-sector-card p { font-size: 14px; color: #3C4A44; }
.da-sector-card .da-arrow { position: absolute; right: 20px; top: 24px; font-size: 18px; color: #DAD5C6; }
@media (max-width: 860px) { .da-sector-grid { grid-template-columns: 1fr; } }

/* ============================================================
   05 — QUIEBRE VISUAL (comodín foto / vídeo / animación)
============================================================ */
.da-quiebre { padding: 90px 0; }
.da-quiebre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.da-quiebre-media {
  aspect-ratio: 4/3;
  border-radius: 2px;
  overflow: hidden;
  background: #E6E9DE;
}
.da-quiebre-media img,
.da-quiebre-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.da-quiebre-text h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.01em;
  margin: 14px 0 16px;
  line-height: 1.2;
}
.da-quiebre-text p { font-size: 15.5px; color: #3C4A44; max-width: 440px; }
@media (max-width: 860px) {
  .da-quiebre-grid { grid-template-columns: 1fr; }
  .da-quiebre-media { order: -1; }
}

/* ============================================================
   06 — RESCATE KIT DIGITAL (banner-teaser en Home)
============================================================ */
.da-rescate { background: #123A31; color: #F0F2EA; border-radius: 2px; }
.da-rescate-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; padding: 56px 60px; }
.da-rescate .da-eyebrow { color: #C99A2E; }
.da-rescate h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  color: #F0F2EA;
  font-size: 30px;
  margin: 14px 0 16px;
  letter-spacing: -0.01em;
}
.da-rescate p { color: #CBD8D2; font-size: 15px; max-width: 420px; }
.da-rescate-symptoms { list-style: none; font-size: 14px; }
.da-rescate-symptoms li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.15); color: #D9E3DE; }
.da-rescate-symptoms li:first-child { border-top: none; }
.da-rescate .da-btn-primary { background: #C99A2E; color: #123A31; margin-top: 22px; }
.da-rescate .da-btn-primary:hover { background: #DDB24A; }
@media (max-width: 860px) { .da-rescate-inner { grid-template-columns: 1fr; padding: 40px 28px; } }

/* ============================================================
   07 — PROYECTOS
============================================================ */
.da-proy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.da-proy-card { border: 1px solid #C7C2AE; background: #E6E9DE; }
.da-proy-thumb {
  height: 150px;
  background: #DAD5C6;
  display: flex; align-items: center; justify-content: center;
  font-family: "Schibsted Grotesk", sans-serif; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #3C4A44;
}
.da-proy-thumb img { width: 100%; height: 100%; object-fit: cover; }
.da-proy-body { padding: 20px 20px 24px; }
.da-proy-body .da-tag { font-family: "Schibsted Grotesk", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: #8C6A1D; font-weight: 600; }
.da-proy-body h3 { font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; font-size: 17px; margin: 8px 0 6px; }
.da-proy-body p { font-size: 13.5px; color: #3C4A44; }
@media (max-width: 860px) { .da-proy-grid { grid-template-columns: 1fr; } }

/* ============================================================
   08 — COMUNICACIÓN / EDITORIAL
============================================================ */
.da-editorial { background: #E6E9DE; }
.da-edit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.da-edit-meta { font-family: "Schibsted Grotesk", sans-serif; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; color: #123A31; font-weight: 600; margin-bottom: 10px; }
.da-edit-card h3 { font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; font-size: 17px; line-height: 1.3; margin-bottom: 8px; }
.da-edit-card p { font-size: 13.5px; color: #3C4A44; }
.da-edit-source { margin-top: 44px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #C7C2AE; padding-top: 24px; font-size: 13.5px; color: #3C4A44; }
@media (max-width: 860px) { .da-edit-grid { grid-template-columns: 1fr; } }

/* ============================================================
   09 — PRUEBA SOCIAL
============================================================ */
.da-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.da-testi-card { border-left: 2px solid #1F5C4E; padding-left: 22px; }
.da-testi-card p {
  font-family: "Schibsted Grotesk", sans-serif;
  font-style: italic;
  font-size: 15.5px;
  color: #3C4A44;
  margin-bottom: 16px;
  line-height: 1.55;
}
.da-testi-name { font-weight: 600; font-size: 14px; }
.da-testi-role { font-family: "Schibsted Grotesk", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: #3C4A44; }
@media (max-width: 860px) { .da-testi-grid { grid-template-columns: 1fr; gap: 32px; } }
