/* =========================
   TOKENS
========================= */

:root {
    --site-width: 1250px;
    --color-navy-950: #002774;
    --color-navy-900: #002774;
    --color-navy-800: #002774;
    --color-navy-700: #002774;
    --color-green-600: #119a0f;
    --color-green-500: #119a0f;
    --color-green-400: #119a0f;
    --color-sand-100: #f5f7fb;
    --color-sand-200: #eef3f7;
    --color-text-900: #1c2738;
    --color-text-700: #536072;
    --color-border: rgba(12, 34, 58, 0.1);
    --shadow-soft: 0 24px 60px rgba(8, 23, 45, 0.08);
    --shadow-card: 0 18px 45px rgba(10, 29, 52, 0.12);
}

/* =========================
   BASE
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--color-text-900);
    line-height: 1.6;
    background-color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

i[class^="ri-"],
i[class*=" ri-"] {
    font-size: 1.2em;
    line-height: 1;
}

.header-socials a i {
    font-size: 15px;
}

.footer-socials a i {
    font-size: 1em;
}

.container {
    width: min(var(--site-width), calc(100% - 40px));
    margin: 0 auto;
}

/* =========================
   HEADER
========================= */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(8, 28, 48, 0.08);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: var(--site-width);
    height: 100px;
    margin: 0 auto;
    padding: 10px 2%;
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    flex-shrink: 0;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: grid;
    gap: 4px;
    min-width: 190px;
}

.brand-kicker {
    color: var(--color-navy-900);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-copy p {
    color: var(--color-text-700);
    font-size: 0.84rem;
    line-height: 1.4;
}

nav {
    display: flex;
    flex: 1;
    justify-content: center;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

nav a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-navy-700);
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

nav a:hover {
    color: var(--color-green-600);
    background: rgba(17, 154, 15, 0.1);
    box-shadow: 0 8px 18px rgba(10, 29, 52, 0.08);
}

nav a.active {
    color: var(--color-navy-900);
    background: #fff;
    box-shadow: 0 10px 22px rgba(10, 29, 52, 0.08);
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.header-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--color-navy-700);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(10, 29, 52, 0.08);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.header-socials a i {
    font-size: 20px;
}

.header-socials a:hover {
    transform: translateY(-3px);
    color: #fff;
    background-color: var(--color-green-600);
    box-shadow: 0 16px 28px rgba(10, 29, 52, 0.16);
}

/* =========================
   HERO
========================= */

.hero {
    position: relative;
    min-height: 720px;
    margin-top: 100px;
    padding: 20px 20px 120px;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    background: var(--color-navy-950);
}

.hero-home::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #071a34;
}

.video-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 78px;
    background: linear-gradient(180deg, rgba(0, 39, 116, 0), rgba(0, 39, 116, 0.7));
    pointer-events: none;
}

.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 100vh;
    min-width: 100%;
    min-height: 56.25vw;
    pointer-events: none;
    filter: brightness(0.7) saturate(1) contrast(1.04);
    transform: translate(-50%, -50%) scale(1.08);
    animation: cinematicZoom 18s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #00277400;
}

.hero-glow {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: screen;
    background:
        radial-gradient(circle at 50% 35%, rgba(52, 148, 75, 0.08), transparent 35%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.03), transparent 25%);
}

.hero-shell {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    align-items: stretch;
    gap: 18px;
    width: min(var(--site-width), 100%);
    margin: 0 auto;
}

.hero-video-showcase {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hero-video-caption {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: min(var(--site-width), 100%);
    padding: 0 20px;
    text-align: center;
}

.hero-video-caption p {
    max-width: 520px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.hero-summary {
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding: 0 20px 28px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 50px;

    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeUp 0.55s ease-out forwards;
    animation-delay: 0.08s;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 24px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    color: #f5f7fb;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeUp 0.45s ease-out forwards;
    animation-delay: 0.12s;
}

.hero-title {
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: #002774;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    opacity: 0;
    transform: translateY(25px);
    animation: heroFadeUp 0.5s ease-out forwards;
    animation-delay: 0.18s;
}

.hero-title-blue,
.hero-title-green {
    display: block;
}

.hero-title-blue {
    color: #002774;
}

.hero-title-green {
    color: #119a0f;
}

.hero-description {
    max-width: 680px;
    margin-bottom: 34px;
    font-size: clamp(1.0rem, 1.6vw, 1 rem);
    font-weight: 400;
    line-height: 1.85;
    color: #002774;
    text-shadow: none;
    opacity: 0;
    transform: translateY(25px);
    animation: heroFadeUp 0.55s ease-out forwards;
    animation-delay: 0.24s;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    opacity: 0;
    transform: translateY(25px);
    animation: heroFadeUp 0.55s ease-out forwards;
    animation-delay: 0.3s;
}

.btn-elegante {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    background: linear-gradient(135deg, #119a0f, #119a0f);
    box-shadow:
        0 10px 30px rgba(37, 211, 102, 0.28),
        0 3px 10px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.btn-elegante i {
    font-size: 1.3em;
}

.btn-elegante,
.btn-cotizar,
.btn-submit,
.btn-reset {
    background: linear-gradient(135deg, #119a0f, #119a0f);
    box-shadow:
        0 10px 30px rgba(37, 211, 102, 0.28),
        0 3px 10px rgba(0, 0, 0, 0.18);
}

.btn-elegante:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 40px rgba(37, 211, 102, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.22);
    filter: brightness(1.05);
}

.btn-secundario,
.btn-primario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 30px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn-secundario {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(12px);
}

.btn-secundario:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.16);
}

.btn-primario {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, var(--color-navy-800), var(--color-navy-700));
    box-shadow:
        0 12px 30px rgba(6, 17, 31, 0.22),
        0 3px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
}

.btn-primario:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(22, 50, 86, 0.34),
        0 8px 20px rgba(0, 0, 0, 0.22);
    filter: brightness(1.05);
}

.btn-secundario-light {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, #119a0f, #119a0f);
    box-shadow:
        0 10px 30px rgba(37, 211, 102, 0.28),
        0 3px 10px rgba(0, 0, 0, 0.18);
    color: #fff;
}

.btn-secundario-light:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(37, 211, 102, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.22);
    filter: brightness(1.05);
}

.hero-panel {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 28, 50, 0.72) 0%, rgba(5, 17, 31, 0.88) 100%);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeUp 0.55s ease-out forwards;
    animation-delay: 0.16s;
}

.hero-panel-light {
    border-color: rgba(15, 42, 71, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-card);
    color: var(--color-navy-900);
}

.hero-panel-label,
.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--color-green-400);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-panel h2 {
    margin-bottom: 14px;
    font-size: 1.7rem;
    line-height: 1.15;
}

.hero-panel p {
    color: rgba(255, 255, 255, 0.82);
}

.hero-panel-light .hero-panel-label {
    color: var(--color-green-500);
}

.hero-panel-light p,
.hero-panel-light .hero-metric span {
    color: var(--color-text-700);
}

.hero-panel-light .hero-metric {
    border-top-color: rgba(15, 42, 71, 0.08);
}

.hero-metrics {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.hero-metric {
    display: grid;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-metric strong {
    font-size: 1.6rem;
    line-height: 1;
}

.hero-metric span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.hero-bottom-fade {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(11, 18, 32, 0), var(--color-sand-100) 90%);
}

/* =========================
   SECCIONES GENERALES
========================= */

.section-intro {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}

.section-intro p {
    color: var(--color-text-700);
    font-size: 1.05rem;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--color-navy-900);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 10px 0 0;
    background: var(--color-green-500);
}

.section-intro .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   HOME - CONFIANZA
========================= */

.trust-strip {
    position: relative;
    z-index: 5;
    margin-top: 0;
    padding: 0 0 40px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.trust-card {
    padding: 26px 24px;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.trust-card i {
    margin-bottom: 18px;
    color: var(--color-green-500);
    font-size: 1.35rem;
}

.trust-card h3 {
    margin-bottom: 10px;
    color: var(--color-navy-900);
    font-size: 1.05rem;
}

.trust-card p {
    color: var(--color-text-700);
    font-size: 0.95rem;
}

/* =========================
   HOME - SERVICIOS
========================= */

.services {
    padding: 88px 20px 100px;
    background:
        radial-gradient(circle at top, rgba(52, 148, 75, 0.08), transparent 26%),
        var(--color-sand-100);
}

.services-home {
    text-align: left;
}

.services-home-container {
    width: min(1480px, calc(100% - 40px));
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.services-grid-home {
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: 0;
    box-shadow: none;
}

.service-card {
    padding: 34px 28px;
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-bottom: 3px solid transparent;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--color-green-500);
    box-shadow: var(--shadow-card);
}

.service-card-home:hover {
    transform: none;
    border-bottom-color: transparent;
    box-shadow: none;
}

.service-card-home {
    padding: 0;
    border: 0;
    border-radius: 26px;
    background: transparent;
    box-shadow: none;
    text-align: center;
    transition: none;
}

.service-card-home-link {
    display: block;
    height: 100%;
    color: inherit;
}

.service-card-home-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 42px 30px 38px;
    border-radius: 26px;
    background: linear-gradient(135deg, #0b317e 0%, #0a2763 100%);
    box-shadow:
        0 12px 30px rgba(6, 17, 31, 0.22),
        0 3px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition:
        box-shadow 0.62s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-home-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015) 42%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.service-card-home-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0);
    opacity: 0;
    transition: opacity 0.34s ease, border-color 0.34s ease;
    pointer-events: none;
}

.service-card-home-inner > * {
    position: relative;
    z-index: 1;
}

.service-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(52, 148, 75, 0.14), rgba(52, 148, 75, 0.04));
    color: var(--color-navy-700);
    font-size: 28px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-card-home .service-icon-placeholder {
    width: 110px;
    height: 110px;
    margin: 0 auto 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 3.3rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: background-color 0.26s ease, color 0.26s ease, transform 0.26s ease;
}

.service-card:hover .service-icon-placeholder {
    color: #fff;
    background: linear-gradient(135deg, var(--color-green-500), var(--color-green-600));
    transform: scale(1.1);
}

.service-card-home:hover .service-icon-placeholder {
    color: #7ee081;
    background: rgba(255, 255, 255, 0.06);
    transform: none;
}

.service-card-home:hover .service-card-home-inner {
    filter: brightness(1.03);
    box-shadow:
        0 16px 34px rgba(22, 50, 86, 0.26),
        0 6px 14px rgba(0, 0, 0, 0.18);
    transition:
        box-shadow 0.24s ease-out,
        filter 0.24s ease-out;
}

.service-card-home:hover .service-card-home-inner::before {
    opacity: 1;
}

.service-card-home:hover .service-card-home-inner::after {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.22);
}

.service-card h3 {
    margin-bottom: 12px;
    color: var(--color-navy-900);
    font-size: 1.25rem;
    font-weight: 700;
}

.service-card p {
    margin-bottom: 20px;
    color: var(--color-text-700);
}

.service-card a {
    color: var(--color-green-600);
    font-weight: 700;
}

.service-card-home h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.1rem;
    transition: color 0.22s ease;
}

.service-card-home p {
    flex: 1;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.6;
    transition: color 0.22s ease;
}

.service-card-home-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #7ee081;
    font-weight: 700;
    overflow: hidden;
    transition: color 0.22s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.service-card-home-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.08);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.32s ease;
    z-index: 0;
}

.service-card-home-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
}

.service-card-home-cta {
    z-index: 0;
}

.service-card-home-cta > * {
    position: relative;
    z-index: 2;
}

.service-card-home:nth-child(odd) h3,
.service-card-home:nth-child(odd) .service-icon-placeholder {
    color: #7ee081;
}

.service-card-home:nth-child(odd):hover .service-icon-placeholder {
    color: #ffffff;
}

.service-card-home:nth-child(odd) .service-card-home-cta {
    color: #ffffff;
}

.service-card-home-link:hover .service-card-home-cta::before,
.service-card-home-link:focus-visible .service-card-home-cta::before,
.service-card-home-cta:hover::before {
    transform: scaleX(1);
}

.service-card-home-link:hover .service-card-home-cta::after,
.service-card-home-link:focus-visible .service-card-home-cta::after,
.service-card-home-cta:hover::after {
    opacity: 1;
}

.service-card-home:hover h3 {
    color: #7ee081;
}

.service-card-home:hover p,
.service-card-home:hover .service-card-home-cta {
    color: #ffffff;
}

.service-card-home:nth-child(odd):hover h3,
.service-card-home:nth-child(odd):hover .service-card-home-cta {
    color: #ffffff;
}

.service-feature {
    scroll-margin-top: 140px;
}

/* =========================
   HOME - POR QUE ELEGIRNOS
========================= */

.why-forcex {
    position: relative;
    overflow: hidden;
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4f9 100%);
}

.why-forcex::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.78), rgba(242, 246, 251, 0.82)),
        url('../../img/fondo025.webp') center / cover no-repeat;
    opacity: 0.58;
    pointer-events: none;
}

.why-forcex .container {
    position: relative;
    z-index: 1;
}

.why-forcex-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
}

.why-forcex-copy {
    position: static;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.why-forcex-copy p {
    color: var(--color-text-700);
    font-size: 1.05rem;
    margin: 0;
}

.why-forcex-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(15, 42, 71, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 45px rgba(12, 34, 58, 0.08);
}

.why-item-icon {
    order: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(17, 154, 15, 0.16), rgba(17, 154, 15, 0.05)),
        #f6fbf6;
    color: var(--color-green-600);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.why-item-icon i {
    font-size: 2rem;
}

.why-item h3 {
    order: 2;
    margin-bottom: 10px;
    color: var(--color-navy-900);
    font-size: 1.12rem;
    line-height: 1.3;
}

.why-item p {
    order: 3;
    margin: 0;
    color: var(--color-text-700);
    line-height: 1.7;
}

/* =========================
   HOME - CTA FINAL
========================= */

.home-cta {
    padding: 72px 20px 100px;
    background: linear-gradient(180deg, #f2f6fb 0%, #ffffff 100%);
}

.home-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #002774, #002774);
    box-shadow: var(--shadow-card);
    color: #fff;
}

.home-cta-box h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.08;
}

.home-cta-box p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
}

.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    min-width: fit-content;
}

/* =========================
   VIDEO
========================= */

.video-section {
    width: 100%;
    padding: 80px 20px;
    background-color: #f4f4f4;
}

.video-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.video-content h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.video-content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 2px;
    background: #119a0f;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* =========================
   PAGINAS INTERNAS
========================= */

.page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 210px;
    margin-top: 100px;
    padding: 72px 20px 42px;
    background-position: center;
    background-size: cover;
    text-align: left;
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(0, 39, 116, 0.92) 0%, rgba(0, 39, 116, 0.84) 48%, rgba(0, 39, 116, 0.76) 100%);
}

.page-header::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: min(1180px, calc(100% - 48px));
    height: calc(100% - 52px);
    border-left: 4px solid rgba(17, 154, 15, 0.95);
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(17, 154, 15, 0.2), rgba(17, 154, 15, 0.02) 12%, rgba(255, 255, 255, 0) 42%);
    transform: translate(-50%, -50%);
}

.page-header > * {
    position: relative;
    z-index: 1;
}

.page-header h1,
.page-header p {
    width: min(860px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.page-header h1::before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(52, 148, 75, 0.28), rgba(52, 148, 75, 0.08)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-header h1 {
    margin: 0;
    font-size: clamp(1.95rem, 3.7vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.02;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.page-header p {
    max-width: 640px;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.84);
    box-shadow: none;
}

.header-servicios {
    background:
        linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
        url('../../img/photo-1586528116311-ad8dd3c8310d.avif') center / cover;
}

.header-nosotros {
    background:
        linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
        url('../../img/bann-nos.webp') top / cover;
}

.header-cotizaciones {
    background:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url('https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1600&q=80') top / cover;
}

/* =========================
   SERVICIOS DETALLE
========================= */

.services-full-section {
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.services-editorial {
    max-width: none;
    background:
        radial-gradient(circle at top, rgba(52, 148, 75, 0.06), transparent 22%),
        #f6f9fc;
}

.services-stack {
    display: grid;
    gap: 28px;
    max-width: var(--site-width);
    margin: 0 auto;
}

.service-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 34px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.service-feature-reverse {
    grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
}

.service-feature-reverse .service-feature-copy {
    order: 2;
}

.service-feature-reverse .service-feature-media {
    order: 1;
}

.service-icon-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(52, 148, 75, 0.14), rgba(52, 148, 75, 0.04));
    color: var(--color-navy-700);
    font-size: 1.9rem;
}

.service-feature h3 {
    margin-bottom: 15px;
    color: var(--color-navy-900);
    font-size: 1.65rem;
    font-weight: 700;
}

.service-feature p {
    margin-bottom: 24px;
    color: var(--color-text-700);
    font-size: 1rem;
    line-height: 1.8;
}

.service-description {
    margin-bottom: 24px;
}

.service-description p {
    margin-bottom: 14px;
}

.service-description p:last-child {
    margin-bottom: 0;
}

.service-feature-media img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 18px 38px rgba(10, 29, 52, 0.16);
}

img.lazy-media {
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.32s ease, filter 0.4s ease;
}

img.lazy-media.is-loaded {
    opacity: 1;
    filter: blur(0);
}

.btn-cotizar {
    display: inline-block;
    align-self: flex-start;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.btn-cotizar:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(37, 211, 102, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.22);
    filter: brightness(1.05);
}

/* =========================
   NOSOTROS
========================= */

.about-story {
    padding: 90px 20px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.about-story .container {
    display: grid;
    gap: 30px;
    max-width: var(--site-width);
    margin: 0 auto;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 40px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.about-split-feature {
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
    padding: 34px 36px;
    overflow: visible;
}

.about-split-reverse {
    grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
}

.about-split-reverse .about-copy {
    order: 2;
}

.about-split-reverse .about-media {
    order: 1;
}

.about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
}

.about-split-feature .about-copy {
    max-width: 700px;
}

.about-copy p {
    margin-bottom: 18px;
    color: var(--color-text-700);
    font-size: 1.03rem;
    line-height: 1.78;
    text-align: justify;
}

.about-media {
    min-height: 100%;
}

.about-media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(10, 29, 52, 0.16);
}

.about-split-feature .about-media {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-top: -22px;
    margin-right: -54px;
    margin-bottom: -22px;
}

.about-split-feature .about-media img {
    min-height: 470px;
    padding: 0;
    object-fit: cover;
    background: transparent;
    border-radius: 28px;
    box-shadow: 0 26px 52px rgba(10, 29, 52, 0.2);
}

.about-values-panel {
    padding: 80px 20px;
    background: #f6f9fc;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-value-card {
    padding: 28px 24px;
    border: 1px solid rgba(15, 42, 71, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.about-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(52, 148, 75, 0.14), rgba(52, 148, 75, 0.04));
    color: var(--color-navy-800);
    font-size: 1.55rem;
}

.about-value-card span {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--color-green-500);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.about-value-card h3 {
    color: var(--color-navy-900);
    font-size: 1.2rem;
}

.agents-network {
    padding: 0 20px 90px;
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.agents-network-image {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow-card);
}

.agents-network-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
    background: #fff;
}

.agents-network-box {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 26px;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(11, 31, 56, 0.96), rgba(22, 50, 86, 0.92));
    box-shadow: var(--shadow-card);
}

.agents-network .section-intro {
    margin-bottom: 32px;
}

.agents-network .section-title,
.agents-network .section-intro p {
    color: var(--color-navy-900);
}

.agents-network .section-title::after {
    background: rgba(8, 23, 45, 0.18);
}

.agents-network .eyebrow {
    color: var(--color-green-600);
}

.agents-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: center;
}

.agents-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* =========================
   COTIZACIONES
========================= */

.quote-section {
    padding: 80px 20px;
    background:
        radial-gradient(circle at top left, rgba(6, 62, 121, 0.08), transparent 30%),
        linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
}

.claims-section {
    background:
        radial-gradient(circle at top left, rgba(17, 154, 15, 0.08), transparent 24%),
        linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
}

.claims-shell {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(8, 52, 99, 0.1);
    box-shadow: 0 28px 80px rgba(11, 45, 80, 0.13);
}

.claims-form-container {
    width: 100%;
    max-width: none;
    padding: 42px 46px 38px;
}

.claims-form-container .form-intro {
    max-width: 860px;
    margin: 0 auto 24px;
    text-align: center;
}

.claims-form-container .form-intro p {
    margin: 0 auto;
}

.quote-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.65fr);
    max-width: var(--site-width);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(8, 52, 99, 0.1);
    box-shadow: 0 28px 80px rgba(11, 45, 80, 0.13);
}

.quote-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    min-height: 100%;
    padding: 34px 30px 40px;
    background: url('../../img/contacto.webp') no-repeat top center,
            linear-gradient(160deg, #002774 0%, #002774 60%, #002774 100%);
}

.claims-visual {
    background:
        radial-gradient(circle at top left, rgba(17, 154, 15, 0.12), transparent 32%),
        linear-gradient(160deg, #002774 0%, #002f88 55%, #0a2763 100%);
}

.quote-visual-media {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.quote-visual-media img {
    width: 100%;
     border-radius: 15px;
    height: auto;
    display: block;
    object-fit: contain;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.38) 90%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.38) 90%, transparent 100%);
}

.quote-visual-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(41, 196, 112, 0.12), transparent 30%);
}

.quote-visual-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 320px;
    margin-top: 0;
    color: #fff;
}

.quote-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #119a0f;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.quote-kicker::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #119a0f, #119a0f);
}

.quote-visual-copy h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.15;
}

.quote-visual-copy p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.quote-visual-points {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quote-visual-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}

.quote-visual-points i {
    flex: none;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #119a0f;
    font-size: 1.1rem;
}

.quote-photo-caption {
    z-index: 2;
    width: calc(100% - 28px);
    max-width: 340px;
    margin-top: 200px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: rgba(9, 28, 49, 0.3);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.quote-photo-caption strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.quote-photo-caption span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    line-height: 1.6;
    text-transform: uppercase;
}

.claims-side-note {
    position: relative;
    z-index: 2;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(9, 28, 49, 0.24);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
}

.claims-side-note strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-container {
    position: relative;
    padding: 38px 40px 34px;
    background: #fff;
}

.form-intro {
    margin-bottom: 24px;
}

.form-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #002774;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.form-intro h2 {
    margin: 0 0 8px;
    color: #002774;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.form-intro p {
    max-width: 700px;
    margin: 0;
    color: #5f7388;
    line-height: 1.65;
}

.claims-static-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.claims-meta-card {
    padding: 16px 18px;
    border: 1px solid rgba(10, 61, 112, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247, 250, 253, 0.98), rgba(240, 246, 251, 0.98));
}

.claims-meta-card span {
    display: block;
    margin-bottom: 6px;
    color: #5f7388;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.claims-meta-card strong {
    color: #002774;
    font-size: 0.96rem;
    line-height: 1.5;
}

.claims-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.claims-choice-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(10, 61, 112, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95));
    color: #002774;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.claims-choice-card:hover {
    border-color: rgba(17, 154, 15, 0.32);
    box-shadow: 0 10px 24px rgba(11, 45, 80, 0.08);
}

.claims-choice-card input {
    accent-color: #119a0f;
}

.claims-disclaimer {
    margin: 8px 0 18px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(0, 39, 116, 0.04);
    color: #5f7388;
    line-height: 1.7;
}

.claims-disclaimer p {
    margin: 0;
}

.claims-disclaimer p + p {
    margin-top: 10px;
}

.form-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 16px;
    color: #002774;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.form-title span {
    width: 24px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #119a0f, #119a0f);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-group.full-width {
    grid-column: 1 / -1;
}

.input-group label {
    color: #60748b;
    font-size: 0.92rem;
    font-weight: 600;
}

.input-group input,
.input-group select,
.input-group textarea {
    padding: 12px 15px;
    border: 1px solid rgba(10, 61, 112, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95));
    font: inherit;
    font-size: 1rem;
    color: #002774;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: none;
    border-color: rgba(19, 159, 104, 0.55);
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.12);
    transform: translateY(-1px);
}

.input-group textarea {
    min-height: 120px;
    resize: vertical;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.privacy-check {
    margin-top: 2px;
    margin-bottom: 4px;
}

.privacy-check label {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    color: #5f7388;
    font-size: 0.95rem;
    line-height: 1.6;
    cursor: pointer;
}

.privacy-check input {
    margin-top: 4px;
    accent-color: #119a0f;
}

.form-footer {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    justify-content: flex-start;
}

.form-security-note {
    max-width: 520px;
    margin: 0;
    color: #6d7d8e;
    font-size: 0.84rem;
    line-height: 1.6;
}

.btn-submit {
    min-width: 240px;
    padding: 15px 34px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.success-box {
    padding: 48px 28px;
    text-align: left;
    animation: entradaSuave 0.5s ease-out;
}

.success-box i {
    margin-bottom: 20px;
    color: #119a0f;
    font-size: 4rem;
}

.success-box h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.8rem;
}

.success-box p {
    margin-bottom: 30px;
    color: #666;
}

.btn-reset {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.btn-reset:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(37, 211, 102, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.22);
    filter: brightness(1.05);
}

/* =========================
   FOOTER
========================= */

.contact-section {
    position: relative;
    padding: 80px 20px 22px;
    background: linear-gradient(135deg, rgba(0,39,116,.86), rgba(0,39,116,.78)), url(../../img/banner-inicio-01.webp) center / cover;
    color: #fff;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
    max-width: var(--site-width);
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1.15;
}

.footer-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(88, 179, 107, 0.95);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-brand p {
    max-width: 420px;
    color: rgba(255, 255, 255, 0.72);
}

.footer-affiliations {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.footer-affiliations img {
    height: 58px;
    width: auto;
    max-width: 150px;
    filter: grayscale(0.05) brightness(1.04);
    opacity: 0.72;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.footer-affiliations img:hover {
    transform: translateY(-2px);
    opacity: 1;
    filter: grayscale(0) brightness(1.08);
}

.contact-details p {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 500;
}

.contact-details i {
    margin-top: 3px;
    color: rgba(88, 179, 107, 0.95);
}

.contact-details a {
    color: #fff;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #119a0f;
}

.footer-links-list {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links-list a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.footer-socials a:hover {
    transform: translateY(-3px);
    background: rgba(88, 179, 107, 0.18);
    border-color: rgba(88, 179, 107, 0.45);
}

.copyright-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    text-align: center;
}

.libro-reclamaciones {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
}

.libro-reclamaciones:hover {
    color: #fff;
    background: rgba(88, 179, 107, 0.16);
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #fff;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.floating-whatsapp-copy {
    position: relative;
    margin-right: 12px;
    max-width: 260px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #fff;
    color: #4a4a4a;
    font-size: 0.98rem;
    line-height: 1.3;
    font-weight: 400;
    box-shadow: 0 12px 28px rgba(12, 34, 58, 0.18);
    animation: whatsappBubblePulse 11s ease-in-out infinite;
    transform-origin: right center;
}

.floating-whatsapp-copy::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    transform: translateY(-50%);
}

.floating-whatsapp i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #119a0f, #119a0f);
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    box-shadow: 0 20px 38px rgba(21, 121, 56, 0.28);
}

.floating-whatsapp:hover {
    transform: translateY(-3px);
    filter: brightness(1.03);
}

.floating-whatsapp.has-copy:hover .floating-whatsapp-copy,
.floating-whatsapp.has-copy:focus-visible .floating-whatsapp-copy {
    animation: none;
    opacity: 1;
    transform: translateX(0) scale(1);
    display: inline-block;
}

.grecaptcha-badge {
    left: 20px !important;
    right: auto !important;
    bottom: 20px !important;
    z-index: 1100 !important;
}

/* =========================
   ANIMACIONES
========================= */

@keyframes cinematicZoom {
    0% {
        transform: translate(-50%, -50%) scale(1.08);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.18);
    }
}

@keyframes heroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(26px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes entradaSuave {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes whatsappBubblePulse {
    0%, 18% {
        opacity: 0;
        transform: translateX(12px) scale(0.96);
    }

    22%, 38% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    44%, 100% {
        opacity: 0;
        transform: translateX(12px) scale(0.96);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .hero {
        min-height: 620px;
        padding: 20px 18px 90px;
    }

    .hero-shell,
    .why-forcex-grid {
        grid-template-columns: 1fr;
    }

    .why-forcex-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-summary {
        margin-top: -36px;
    }

    .about-split,
    .about-split-reverse,
    .agents-network-box,
    .service-feature,
    .service-feature-reverse {
        grid-template-columns: 1fr;
    }

    .about-split-reverse .about-copy,
    .about-split-reverse .about-media,
    .service-feature-reverse .service-feature-copy,
    .service-feature-reverse .service-feature-media {
        order: initial;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        height: auto;
        padding: 14px 16px 18px;
        gap: 14px;
    }

    .brand-copy {
        text-align: center;
    }

    nav {
        width: 100%;
    }

    nav ul {
        gap: 8px;
        border-radius: 24px;
    }

    .header-socials {
        justify-content: center;
    }

    .hero {
        min-height: 480px;
        height: auto;
        margin-top: 100px;
        padding-top: 16px;
        padding-bottom: 60px;
    }

    .video-bg iframe {
        width: 220vh;
        height: 100vh;
    }

    .hero-badge {
        padding: 9px 14px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hero-video-caption {
        top: 22px;
        padding: 0 16px;
    }

    .hero-title {
        font-size: 2.35rem;
    }

    .hero-description {
        line-height: 1.7;
    }

    .hero-actions,
    .home-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-elegante,
    .btn-secundario,
    .btn-primario {
        width: 100%;
    }

    .hero-bottom-fade {
        height: 90px;
    }

    .page-header {
        min-height: 190px;
        margin-top: 172px;
        padding: 54px 20px 34px;
    }

    .page-header h1 {
        font-size: 1.85rem;
    }

    .page-header p {
        padding: 0;
        font-size: 0.93rem;
    }

    .page-header h1::before {
        width: 44px;
        height: 44px;
        margin-bottom: 14px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .claims-static-meta,
    .claims-choice-grid {
        grid-template-columns: 1fr;
    }

    .quote-shell {
        grid-template-columns: 1fr;
    }

    .claims-shell {
        max-width: var(--site-width);
    }

    .quote-visual {
        min-height: 320px;
        padding: 30px 22px 36px;
    }

    .quote-visual-media {
        max-width: 360px;
    }

    .quote-photo-caption {
        width: calc(100% - 20px);
        max-width: none;
    }

    .quote-visual-copy {
        max-width: none;
        margin-top: 0;
    }

    .quote-visual-copy {
        max-width: none;
    }

    .form-container {
        padding: 28px 20px;
    }

    .claims-form-container {
        padding: 28px 20px;
    }

    .trust-strip {
        margin-top: 0;
    }

    .trust-grid,
    .services-grid-home {
        grid-template-columns: 1fr;
    }

    .service-card-home {
        border-radius: 24px;
    }

    .service-card-home-inner {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .service-card-home .service-icon-placeholder {
        width: 94px;
        height: 94px;
        font-size: 2.8rem;
    }

    .home-cta-box {
        padding: 32px 24px;
    }

    .hero-summary {
        margin-top: -22px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-split {
        padding: 22px;
        border-radius: 24px;
    }

    .about-split-feature {
        padding: 24px;
    }

    .about-media img {
        min-height: 260px;
    }

    .about-split-feature .about-media img {
        min-height: 300px;
        padding: 0;
    }

    .about-split-feature .about-media {
        margin: 0;
    }

    .service-feature {
        padding: 22px;
        border-radius: 24px;
    }

    .service-feature-media img {
        min-height: 240px;
    }

    .about-values-grid,
    .agents-list {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .copyright-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 560px) {
    .floating-whatsapp-copy {
        display: none;
    }

    .why-forcex-list {
        grid-template-columns: 1fr;
    }

    .floating-whatsapp i {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 400px;
    }

    .video-bg iframe {
        width: 260vh;
    }

    .hero-title {
        margin-bottom: 18px;
        font-size: 2.2rem;
    }

    .page-header::after {
        width: calc(100% - 24px);
        height: calc(100% - 28px);
    }

    .hero-description {
        margin-bottom: 28px;
        font-size: 0.98rem;
    }

    .container {
        width: min(var(--site-width), calc(100% - 24px));
    }

    .services-home-container {
        width: min(1480px, calc(100% - 24px));
    }

    .hero-panel,
    .trust-card,
    .service-card,
    .why-item,
    .home-cta-box,
    .about-split,
    .about-value-card,
    .agents-network-box,
    .agents-list span {
        border-radius: 22px;
    }

    .why-item-icon {
        width: 66px;
        height: 66px;
        border-radius: 20px;
    }

    .why-item-icon i {
        font-size: 1.8rem;
    }
}
