/* ============================================================
   Seccoplac — Sitio estático
   Sistema de diseño replicado del sitio original (Elementor)
   ============================================================ */

:root {
    --rojo: #c70d0d;
    --rojo-2: #bd0f0f;
    --rojo-banda: #b01c1c;
    --rojo-oscuro: #9f1414;
    --acento: #d63637;
    --azul-form: #066aab;
    --whatsapp: #25d366;
    --texto: #28303d;
    --texto-2: #3d4459;
    --gris-fondo: #f7f7f8;
    --blanco: #ffffff;
    --radio: 9px;
    --sombra: 0 6px 24px rgba(20, 20, 40, .10);
    --fuente-titulos: 'Albert Sans', sans-serif;
    --fuente-cuerpo: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--fuente-cuerpo);
    color: var(--texto);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

h1, h2 { font-family: var(--fuente-titulos); font-weight: 900; line-height: 1.15; }
h1 { font-size: 42px; }
h2 { font-size: 34px; }
h3 { font-size: 20px; font-weight: 700; }

.seccion { padding: 64px 0; }
.seccion-titulo { text-align: center; margin-bottom: 8px; }
.seccion-kicker {
    text-align: center; color: var(--acento); font-weight: 600;
    font-size: 17px; letter-spacing: .4px; margin-bottom: 6px;
}
.seccion-sub { text-align: center; color: var(--texto-2); max-width: 640px; margin: 0 auto 40px; }

/* ============ BOTONES ============ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 30px; border-radius: var(--radio); border: none; cursor: pointer;
    font-family: var(--fuente-cuerpo); font-size: 17px; font-weight: 700;
    text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sombra); }
.btn-rojo { background: var(--rojo); color: #fff; }
.btn-blanco { background: #fff; color: var(--rojo); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-bloque { width: 100%; }

/* ============ HERO LANDINGS ============ */
.hero {
    background: linear-gradient(166deg, #c70d0d 16%, rgba(189, 15, 15, .92) 100%);
    color: #fff; padding: 28px 0 64px;
}
.hero-logo { width: 190px; margin-bottom: 36px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero-sub { font-size: 19px; opacity: .95; margin-bottom: 26px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 8px; }
.hero-badges li { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; }

/* Tarjeta de formulario */
.form-card {
    background: #fff; color: var(--texto); border-radius: 14px;
    padding: 30px 28px; box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}
.form-card h2, .form-card h3 { font-size: 24px; margin-bottom: 4px; }
.form-card .form-sub { color: var(--texto-2); font-size: 15px; margin-bottom: 18px; }
.campo { margin-bottom: 14px; }
.campo label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.campo input, .campo select, .campo textarea {
    width: 100%; padding: 12px 14px; border: 1px solid #d5d8e0; border-radius: 6px;
    font-family: var(--fuente-cuerpo); font-size: 15px; color: var(--texto); background: #fff;
}
.campo input:focus, .campo select:focus, .campo textarea:focus {
    outline: 2px solid var(--azul-form); border-color: transparent;
}
.campo textarea { resize: vertical; min-height: 84px; }
.form-btn {
    width: 100%; background: var(--azul-form); color: #fff; border: none;
    padding: 15px; border-radius: 6px; font-size: 17px; font-weight: 700;
    font-family: var(--fuente-cuerpo); cursor: pointer; transition: background .15s;
}
.form-btn:hover { background: #05578c; }
.form-btn:disabled { opacity: .6; cursor: wait; }
.form-error { color: var(--rojo); font-size: 14px; margin-top: 10px; display: none; }

/* ============ TARJETAS DE BENEFICIOS ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: var(--sombra); text-align: center;
}
.card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.card-body { padding: 20px 18px 24px; }
.card-body h3 { margin-bottom: 8px; }
.card-body p { color: var(--texto-2); font-size: 15px; }

/* ============ COMPARATIVA (PVC) ============ */
.comparativa { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 900px; margin: 0 auto; }
.comp-col { border-radius: 14px; padding: 30px 28px; box-shadow: var(--sombra); background: #fff; }
.comp-col.mala { border-top: 6px solid #9aa1b0; }
.comp-col.buena { border-top: 6px solid var(--rojo); }
.comp-col h3 { text-align: center; margin-bottom: 18px; font-size: 22px; }
.comp-col ul { list-style: none; }
.comp-col li { display: flex; gap: 10px; padding: 8px 0; font-size: 15px; align-items: flex-start; }
.comp-col li::before { flex-shrink: 0; font-weight: 900; }
.comp-col.mala li::before { content: "✕"; color: #9aa1b0; }
.comp-col.buena li::before { content: "✓"; color: var(--rojo); }

/* ============ GALERÍA ============ */
.galeria { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.galeria img { border-radius: 12px; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: var(--sombra); }
.galeria-pvc { grid-template-columns: repeat(3, 1fr); }
.galeria-pvc img { aspect-ratio: 4 / 5; }

/* ============ PROCESO ============ */
.proceso { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.paso { text-align: center; }
.paso img { border-radius: 14px; margin-bottom: 16px; box-shadow: var(--sombra); }
.paso .num {
    display: inline-flex; width: 34px; height: 34px; border-radius: 50%;
    background: var(--rojo); color: #fff; align-items: center; justify-content: center;
    font-weight: 800; margin-bottom: 10px;
}
.paso h3 { margin-bottom: 6px; }
.paso p { color: var(--texto-2); font-size: 15px; }

/* ============ GARANTÍA + PROMO ============ */
.garantia { background: var(--gris-fondo); }
.garantia-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.garantia-inner img { border-radius: 12px; box-shadow: var(--sombra); }
.promo-banner {
    background: linear-gradient(170deg, #d82727 9%, #ac2020 59%);
    color: #fff; border-radius: 18px; text-align: center; padding: 44px 30px;
}
.promo-banner .kicker { font-size: 20px; font-weight: 700; opacity: .95; }
.promo-banner h2 { font-size: 44px; margin: 6px 0 18px; }

/* ============ FORMULARIO PRINCIPAL ============ */
.form-seccion { background: var(--gris-fondo); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.form-grid > img { border-radius: 14px; box-shadow: var(--sombra); }

/* ============ TESTIMONIOS ============ */
.testimonios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonio {
    background: #fff; border-radius: 14px; padding: 26px 24px;
    box-shadow: var(--sombra); display: flex; flex-direction: column; gap: 14px;
}
.testimonio .estrellas { color: #f5a623; letter-spacing: 2px; }
.testimonio p { color: var(--texto-2); font-size: 15px; flex: 1; }
.testimonio .autor { font-weight: 700; }
.testimonio .lugar { font-size: 13px; color: var(--texto-2); font-weight: 400; }

/* ============ DISEÑOS ============ */
.disenos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.disenos img { border-radius: 12px; box-shadow: var(--sombra); aspect-ratio: 1; object-fit: cover; }
.disenos-4 { grid-template-columns: repeat(4, 1fr); }

/* ============ CIERRE / CTA FINAL ============ */
.cierre { text-align: center; }
.cierre h2 { margin-bottom: 8px; }
.cierre p { color: var(--texto-2); margin-bottom: 24px; }

/* ============ FOOTER ============ */
.footer { background: #1d222d; color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: center; }
.footer h2 { font-size: 26px; margin-bottom: 10px; }
.footer p { opacity: .85; font-size: 15px; }
.footer img { border-radius: 12px; }
.footer-bottom {
    margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center; font-size: 13px; opacity: .7;
}

/* ============ WHATSAPP FLOTANTE ============ */
.wa-flotante {
    position: fixed; right: 22px; bottom: 22px; z-index: 999;
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3); transition: transform .15s;
}
.wa-flotante:hover { transform: scale(1.08); }
.wa-flotante svg { width: 32px; height: 32px; fill: #fff; }

/* ============ INSTITUCIONAL ============ */
.topbar { background: var(--rojo); padding: 14px 0; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; }
.topbar img { width: 150px; }
.topbar .btn { padding: 10px 20px; font-size: 15px; }

.hero-full img { width: 100%; display: block; }

.franja-lideres {
    background: linear-gradient(166deg, #c70d0d 16%, rgba(189, 15, 15, .92) 100%);
    color: #fff; text-align: center; padding: 54px 20px;
}
.franja-lideres h1 { max-width: 820px; margin: 0 auto 14px; }
.franja-lideres p { max-width: 640px; margin: 0 auto 26px; font-size: 18px; opacity: .95; }

.quienes { background: var(--rojo-banda); color: #fff; }
.quienes-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.quienes h2 { margin-bottom: 16px; }
.quienes p { font-size: 17px; opacity: .97; }
.quienes img { border-radius: 14px; box-shadow: 0 14px 40px rgba(0,0,0,.3); }

.card-icono img { width: 92px; height: 92px; aspect-ratio: 1; object-fit: contain; margin: 26px auto 0; border-radius: 0; }

.locales-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.local-card {
    background: #fff; border-radius: 14px; box-shadow: var(--sombra);
    padding: 24px 18px; text-align: center;
}
.local-card h3 { color: var(--rojo); margin-bottom: 6px; font-size: 18px; }
.local-card p { color: var(--texto-2); font-size: 14px; }

.footer-rojo {
    background: linear-gradient(170deg, #d82727 9%, #ac2020 59%);
    color: #fff; padding: 56px 0 24px; text-align: center;
}
.footer-rojo img { width: 300px; margin: 0 auto 18px; }
.footer-rojo p { opacity: .95; }
.footer-rojo .footer-bottom { border-top-color: rgba(255,255,255,.3); }


.banda-roja {
    background: var(--rojo-banda); color: #fff; text-align: center;
    padding: 18px 20px; font-family: var(--fuente-titulos);
    font-weight: 900; font-size: 26px; letter-spacing: 1px;
}
.producto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.producto-grid.invertido > img { order: 2; }
.producto-grid > img { border-radius: 14px; box-shadow: var(--sombra); }
.producto-grid .kicker { color: var(--acento); font-weight: 700; letter-spacing: .5px; font-size: 15px; }
.producto-grid h2 { margin: 4px 0 14px; }
.producto-grid > div > p { color: var(--texto-2); margin-bottom: 20px; }
.features { list-style: none; margin-bottom: 24px; }
.features li { padding: 7px 0; display: flex; gap: 10px; font-size: 15px; align-items: flex-start; }
.features li::before { content: "✓"; color: var(--rojo); font-weight: 900; flex-shrink: 0; }
.features b { color: var(--texto); }

.cobertura {
    background: linear-gradient(170deg, #d82727 9%, #ac2020 59%);
    color: #fff; text-align: center;
}
.cobertura h2 { max-width: 760px; margin: 0 auto 16px; }
.cobertura p { max-width: 680px; margin: 0 auto 12px; opacity: .95; }
.cobertura .btn { margin-top: 18px; }

.faq-lista { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e2e4ea; }
.faq-item summary {
    cursor: pointer; padding: 18px 30px 18px 0; font-weight: 700; font-size: 16px;
    list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    color: var(--rojo); font-size: 24px; font-weight: 400;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-resp { padding: 0 0 18px; color: var(--texto-2); font-size: 15px; }

/* ============ PÁGINA GRACIAS ============ */
.gracias-page {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(166deg, #c70d0d 16%, rgba(189, 15, 15, .92) 100%); padding: 20px;
}
.gracias-card {
    background: #fff; border-radius: 18px; padding: 52px 44px; max-width: 560px;
    text-align: center; box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
}
.gracias-card .check {
    width: 76px; height: 76px; border-radius: 50%; background: #e8f7ee;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 22px;
    font-size: 38px; color: #1fa855;
}
.gracias-card h1 { font-size: 30px; margin-bottom: 12px; }
.gracias-card p { color: var(--texto-2); margin-bottom: 26px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
    h1 { font-size: 32px; }
    h2 { font-size: 27px; }
    .hero-grid, .form-grid, .producto-grid, .footer-grid { grid-template-columns: 1fr; }
    .producto-grid.invertido > img { order: 0; }
    .grid-3, .grid-4, .proceso, .testimonios { grid-template-columns: 1fr 1fr; }
    .galeria, .galeria-pvc { grid-template-columns: 1fr 1fr; }
    .disenos, .disenos-4 { grid-template-columns: repeat(3, 1fr); }
    .comparativa { grid-template-columns: 1fr; }
    .quienes-grid { grid-template-columns: 1fr; }
    .locales-grid { grid-template-columns: 1fr 1fr; }
    .garantia-inner { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 560px) {
    .grid-3, .grid-4, .proceso, .testimonios { grid-template-columns: 1fr; }
    .disenos, .disenos-4 { grid-template-columns: 1fr 1fr; }
    .seccion { padding: 46px 0; }
    .form-card { padding: 24px 18px; }
    .promo-banner h2 { font-size: 32px; }
}
