/* ==========================================================================
   VETASUR - INDUSTRIAL COBRE PREMIUM
   Inspirado en minería, metalurgia, acero y energía
   70% Blanco Técnico | 20% Cobre Industrial | 10% Verde Corporativo
   ========================================================================== */

:root {
    /* COLORES PRINCIPALES */
    --vs-brand-green: #000000;      /* Titulares y elementos de marca */
    --vs-action-green: #A2663F;     /* CTA principal cobre */

    /* COBRES */
    --vs-copper: #A2663F;
    --vs-copper-dark: #7D4E32;
    --vs-copper-medium: #A2663F;
    --vs-copper-light: #D7AA8D;
    --vs-copper-pale: #F6ECE6;

    /* VERDES SECUNDARIOS */
    --vs-green-medium: #C9905A;
    --vs-green-soft: #C9905A;
    --vs-green-light: #E8D0BB;
    --vs-green-pale: #F8EFE9;

    /* AZUL TÉCNICO */
    --vs-tech-blue: #0EA5C8;

    /* FONDOS */
    --vs-bg-main: #FAFCF9;
    --vs-bg-soft: #F8F4EF;

    /* BORDES */
    --vs-border-color: #D8BCA9;

    /* CUADRÍCULA INDUSTRIAL */
    --vs-grid-color: rgba(162, 102, 63, 0.08);
}

/* ==========================================================================
   BASE
   ========================================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--vs-bg-main);
    color: #4F4F4F;
    margin: 0;
    overflow-x: hidden; /* Evita desborde y scroll horizontal en móviles */
    line-height: 1.6;
}

/* ==========================================================================
   NAVBAR (REESTRUCTURADA PARA COMPATIBILIDAD CON BOOTSTRAP MÓVIL)
   ========================================================================== */

.vs-navbar {
    width: 100%;
    background: var(--vs-bg-main);
    border-bottom: 1px solid var(--vs-border-color);
    padding: 0.8rem 1.5rem;
    position: relative;
    top: auto;
    z-index: 1000;
}

[id="inicio"],
[id="catalogo"],
[id="empresa"],
[id="cotizar"] {
    scroll-margin-top: 1rem;
}

@media (min-width: 992px) {
    .vs-navbar {
        position: sticky;
        top: 0;
        padding: 1rem 3rem;
    }

    [id="inicio"],
    [id="catalogo"],
    [id="empresa"],
    [id="cotizar"] {
        scroll-margin-top: 7rem;
    }
}

.vs-brand {
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.vs-logo {
    width: 175px;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .vs-logo {
        width: 125px !important;
    }

    .vs-brand {
        align-items: center;
    }

    .vs-brand-slogan {
        display: inline-block;
        width: 135px;
        font-size: 0.58rem;
        letter-spacing: 0.05em;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

.vs-brand-slogan {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(90deg, var(--vs-copper), var(--vs-copper-medium), var(--vs-copper-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.95;
}

.hero-feature-grid {
    max-width: 720px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(162, 102, 63, 0.14);
    border-radius: 999px;
    padding: 0.9rem 1.1rem;
    color: var(--vs-brand-green);
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.feature-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .feature-icon {
        width: 42px;
        height: 42px;
    }
}

.vs-menu a.nav-link {
    text-decoration: none;
    color: #5b5b5b !important;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all .25s ease;
}

.vs-menu a.nav-link:hover {
    color: var(--vs-copper) !important;
}

/* BOTÓN NAVBAR */
.btn-nav-cotizar {
    background-color: var(--vs-copper) !important;
    color: #ffffff !important;
    padding: 0.6rem 1.3rem;
    border-radius: 4px;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all .25s ease;
    display: inline-block;
}

.btn-nav-cotizar:hover {
    background-color: var(--vs-copper-dark) !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 70vh;
    padding: 4rem 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f3efe8 0%, #e8e6df 45%, #edf2ea 100%);
}

@media (min-width: 768px) {
    .hero-section {
        padding: 5rem 3rem;
        min-height: 75vh;
    }
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(192,116,42,.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(192,116,42,.015) 1px, transparent 1px);
    background-size: 50px 50px, 50px 50px;
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 18% 35%, rgba(192,116,42,.14), transparent 45%),
        radial-gradient(ellipse at 85% 15%, rgba(53,94,59,.18), transparent 40%),
        radial-gradient(ellipse at 85% 60%, rgba(74,124,63,.15), transparent 45%),
        radial-gradient(ellipse at 65% 85%, rgba(90,140,105,.12), transparent 35%),
        radial-gradient(ellipse at 55% 50%, rgba(192,116,42,.08), transparent 30%);
    pointer-events: none;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   TIPOGRAFÍA Y TITULARES
   ========================================================================== */

.vs-category-lead,
.vs-small-lead {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--vs-green-medium);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.vs-main-title {
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: var(--vs-brand-green);
    line-height: 1.2;
    margin: 1.5rem 0;
}

@media (min-width: 768px) {
    .vs-main-title {
        font-size: 3rem;
        line-height: 1.15;
    }
}

.vs-main-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin-top: 1rem;
    background: linear-gradient(90deg, var(--vs-copper), var(--vs-green-soft));
}

.vs-sub-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--vs-brand-green);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .vs-sub-title {
        font-size: 2rem;
    }
}

.vs-description {
    font-size: 1rem;
    color: #5f5f5f;
    line-height: 1.6;
    max-width: 700px;
}

@media (min-width: 768px) {
    .vs-description {
        font-size: 1.05rem;
        line-height: 1.7;
    }
}

/* ==========================================================================
   BOTONES Y ACCIONES
   ========================================================================== */

.vs-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .vs-actions {
        flex-direction: row;
        gap: 1rem;
        margin-top: 2.5rem;
    }
}

.vs-btn {
    padding: 0.9rem 1.8rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: all .25s ease;
    width: 100%;
}

@media (min-width: 768px) {
    .vs-btn {
        width: auto;
    }
}

.vs-btn-solid {
    background-color: var(--vs-copper);
    color: #ffffff;
}

.vs-btn-solid:hover {
    background-color: var(--vs-copper-dark);
}

.vs-btn-outline {
    border: 1.5px solid var(--vs-copper);
    color: var(--vs-copper-dark);
    background: transparent;
}

.vs-btn-outline:hover {
    background: var(--vs-copper-pale);
}

/* ==========================================================================
   MÉTRICAS RESPONSIVAS (Grid inteligente híbrido)
   ========================================================================== */

.vs-metrics-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr; /* 1 columna en móviles */
    border-top: 1px solid var(--vs-border-color);
    border-bottom: 1px solid var(--vs-border-color);
    background: #ffffff;
}

.metric-item {
    padding: 1.5rem;
    border-right: 1px solid var(--vs-border-color);
    border-bottom: 1px solid var(--vs-border-color);
    text-align: center;
}

/* Control de bordes en teléfonos */
@media (max-width: 767px) {
    .metric-item:nth-child(n) {
        border-right: none;
    }
    .metric-item:last-child {
        border-bottom: none;
    }
}

/* 1x3 columnas en pantallas Desktop */
@media (min-width: 768px) {
    .vs-metrics-bar {
        grid-template-columns: repeat(3, 1fr);
    }
    .metric-item {
        padding: 2rem;
        border-bottom: none;
        text-align: left;
    }
    .metric-item:last-child {
        border-right: none;
    }
}

.metric-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--vs-copper-dark);
}

@media (min-width: 768px) {
    .metric-num {
        font-size: 1.8rem;
    }
}

.metric-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ==========================================================================
   BLOQUE DESTACADO EMPRESA
   ========================================================================== */

.vs-block-highlight {
    background: linear-gradient(135deg, #1e1e1e, #2f2f2f);
    color: white;
}

/* ==========================================================================
   CATÁLOGO DE PRODUCTOS INDUSTRIALES
   ========================================================================== */

.vs-product-block {
    width: 100%;
    background: var(--vs-bg-main);
}

.vs-product-actions {
    border-top: 1px solid var(--vs-border-color);
    border-left: none;
    background-color: #f9f9f9;
}

@media (min-width: 992px) {
    .vs-product-actions {
        border-left: 1px solid var(--vs-border-color) !important;
        border-top: none !important;
    }
}

/* BADGES */
.vs-status-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.3rem 0.75rem;
    border: 1px solid var(--vs-copper-light);
    background: var(--vs-copper-pale);
    color: var(--vs-copper-dark);
    border-radius: 2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
}

/* ==========================================================================
   FORMULARIO DE COTIZACIÓN
   ========================================================================== */

.vs-input {
    border: 1px solid var(--vs-border-color) !important;
    border-radius: 4px !important;
    padding: 0.75rem 1rem !important;
    background-color: #ffffff !important;
    font-size: 0.9rem !important;
    color: var(--vs-brand-green);
}

.vs-input:focus {
    border-color: var(--vs-copper) !important;
    box-shadow: 0 0 0 3px rgba(192,116,42,.12) !important;
    outline: none !important;
}

.vs-input::placeholder {
    color: #94a3b8;
}

.vs-btn-submit {
    width: 100%;
    background-color: var(--vs-copper);
    color: #ffffff;
    border: none;
    padding: 1rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: all .25s ease;
}

.vs-btn-submit:hover {
    background-color: var(--vs-copper-dark);
}

.legal-consent {
    color: #6b6b6b;
    font-size: 0.82rem;
    line-height: 1.5;
}

.legal-consent a,
.legal-page a {
    color: var(--vs-copper-dark);
    font-weight: 600;
}

.legal-page {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--vs-bg-main);
}

.legal-header {
    border-bottom: 2px solid var(--vs-copper);
    padding-bottom: 1.5rem;
}

.legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.legal-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--vs-border-color);
    border-left: 3px solid var(--vs-copper);
    background: #ffffff;
    color: var(--vs-brand-green) !important;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.legal-nav a:hover {
    background-color: var(--vs-copper-pale);
    border-color: var(--vs-copper);
}

.legal-nav span {
    color: var(--vs-copper);
    font-weight: 700;
}

.legal-section {
    scroll-margin-top: 2rem;
}

.legal-section-title {
    color: var(--vs-brand-green);
    border-left: 4px solid var(--vs-copper);
    padding-left: 0.75rem;
    margin-bottom: 1.5rem;
}

.legal-section h3 {
    color: var(--vs-brand-green);
    font-size: 1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-section p,
.legal-section li {
    color: #555;
    text-align: justify;
    hyphens: auto;
}

.legal-section p {
    max-width: 78ch;
}

.legal-highlight {
    background-color: var(--vs-copper-pale);
    border-left: 4px solid var(--vs-copper);
    padding: 1rem 1.25rem;
    margin: 1rem 0;
}

/* ==========================================================================
   INPUT GROUP - PREFIJO TELEFÓNICO
   ========================================================================== */

.input-group .input-group-text.vs-input {
    border-right: none !important;
    border-radius: 4px 0 0 4px !important;
}

.input-group .form-control.vs-input {
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
}

.input-group .form-control.vs-input:focus {
    border-left: none !important;
}

/* ==========================================================================
   SELECTOR DE PAÍS CON BANDERA
   ========================================================================== */

.vs-country-picker {
    position: relative;
    width: 100%;
}

.vs-country-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background-color: #ffffff;
    border: 1px solid var(--vs-border-color);
    border-radius: 4px;
    padding: 0.75rem 1rem;
    color: var(--vs-brand-green);
    font-size: 0.9rem;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.vs-country-btn:hover,
.vs-country-btn:focus {
    border-color: var(--vs-copper);
    box-shadow: 0 0 0 3px rgba(192,116,42,.12);
    outline: none;
}

.vs-country-selected {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex: 1;
}

.vs-country-flag {
    width: 24px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.08);
    flex-shrink: 0;
}

.vs-country-caret {
    color: var(--vs-copper);
    font-size: 0.95rem;
    line-height: 1;
}

.vs-country-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--vs-border-color);
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    max-height: 260px;
    overflow-y: auto;
    display: none;
    z-index: 20;
}

.vs-country-menu.show {
    display: block;
}

.vs-country-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: #ffffff;
    border: none;
    text-align: left;
    padding: 0.7rem 0.9rem;
    color: var(--vs-brand-green);
    transition: background-color .2s ease;
}

.vs-country-option:hover,
.vs-country-option.is-selected {
    background: #f8f3ec;
}

.vs-country-option + .vs-country-option {
    border-top: 1px solid rgba(220,197,165,.5);
}

/* ==========================================================================
   HERO SECTION CON CARRUSEL
   ========================================================================== */

.hero-section-carousel {
    position: relative;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
}

.hero-section-carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.28), rgba(16, 16, 16, 0.52));
    z-index: 2;
    pointer-events: none;
}

@media (min-width: 768px) {
    .hero-section-carousel {
        min-height: 75vh;
    }
}

/* Hero Carousel Styles - Simple y limpio */
#heroCarousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1b1b1b;
}

#heroCarousel .carousel-inner {
    position: relative;
    height: 100%;
    z-index: 1;
}

#heroCarousel .carousel-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
    background-color: #1b1b1b;
    z-index: 0;
}

#heroCarousel .carousel-item.active,
#heroCarousel .carousel-item.carousel-item-start,
#heroCarousel .carousel-item.carousel-item-end {
    opacity: 1;
    z-index: 1;
}

.carousel-bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: brightness(0.78) saturate(1.1) contrast(1.06);
    background-color: #1b1b1b;
}

/* Indicadores del carrusel - Estilo rectangular personalizado */
.carousel-indicators-custom {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    z-index: 30;
    pointer-events: auto;
}

.carousel-indicator-btn {
    width: 36px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    display: block;
}

.carousel-indicator-btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
    width: 48px;
}

.carousel-indicator-btn.active {
    width: 48px;
    background-color: var(--vs-copper);
}

@media (max-width: 767px) {
    .carousel-indicators-custom {
        bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px));
        z-index: 40;
    }

    .carousel-indicator-btn {
        width: 24px;
        height: 3px;
        -webkit-appearance: none;
        appearance: none;
        touch-action: manipulation;
    }

    .carousel-indicator-btn.active {
        width: 30px;
    }
}

@supports (-webkit-touch-callout: none) {
    .hero-section-carousel {
        min-height: 100svh;
        height: 100svh;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3),
       only screen and (device-width: 390px) and (device-height: 844px) and (min-resolution: 3dppx) {
    .hero-section-carousel {
        min-height: 100svh;
        height: 100svh;
    }

    .carousel-indicators-custom {
        bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
        z-index: 60;
    }

    .carousel-content {
        padding: 1.8rem 1rem calc(5.5rem + env(safe-area-inset-bottom, 0px));
    }

    .vs-main-title {
        font-size: 2.05rem;
    }
}

.carousel-hero .carousel-inner {
    height: 100%;
}

.carousel-hero .carousel-item {
    height: 100%;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .carousel-content {
        padding: 5rem 3rem;
    }
}

/* Animacion super fluida y prolongada para el carrusel */
.carousel-hero .carousel-item {
    transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Indicadores funcionales y estilizados */
.carousel-hero .carousel-indicators {
    bottom: 2rem;
    gap: 0.8rem;
}

.carousel-hero .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.carousel-hero .carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel-hero .carousel-indicators li.active {
    width: 14px;
    background-color: var(--vs-copper);
}

/* Controles de navegacion (flechas) */
.carousel-hero .carousel-control-prev,
.carousel-hero .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(162, 102, 63, 0.65);
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-hero .carousel-control-prev:hover,
.carousel-hero .carousel-control-next:hover {
    background-color: var(--vs-copper);
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8);
}

.carousel-hero .carousel-control-prev {
    left: 30px;
}

.carousel-hero .carousel-control-next {
    right: 30px;
}

.carousel-hero .carousel-control-prev-icon,
.carousel-hero .carousel-control-next-icon {
    filter: invert(1);
    width: 24px;
    height: 24px;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
}

.carousel-content .vs-content-block,
.carousel-content .vs-actions,
.carousel-content .vs-btn {
    pointer-events: auto;
}

@media (min-width: 768px) {
    .carousel-content {
        padding: 5rem 3rem;
    }
}

@media (max-width: 767px) {
    .carousel-content {
        padding: 2.2rem 1rem 5.3rem;
        align-items: flex-start;
    }

    .vs-content-block {
        max-width: 100%;
    }

    .vs-category-lead {
        font-size: 0.57rem;
        letter-spacing: 0.12em;
        line-height: 1.5;
    }

    .vs-main-title {
        font-size: 2.2rem;
        line-height: 1.06;
        margin: 0.75rem 0 0.9rem;
    }

    .vs-description {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .vs-actions {
        margin-top: 1rem;
    }
}

.vs-content-block {
    max-width: 700px;
}

.vs-section {
    position: relative;
    width: 100%;
}

/* Justificar texto */
.text-justify {
    text-align: justify;
}

/* ==========================================================================
   QUOTE SECTION STYLES
   ========================================================================== */

.vs-quote-section {
    background: linear-gradient(135deg, #FAFCF9 0%, #F8F4EF 100%);
    border-top: 1px solid var(--vs-border-color);
}

.vs-quote-info-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.vs-quote-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.vs-benefit-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.vs-benefit-icon {
    width: 32px;
    height: 32px;
    background-color: var(--vs-copper);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.vs-benefit-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--vs-brand-green);
    margin: 0 0 0.25rem 0;
}

.vs-benefit-text {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

@media (max-width: 991px) {
    .vs-quote-benefits {
        gap: 1rem;
        margin-top: 1.5rem;
    }
}

.vs-footer {
    background-color: #1E1E1E;
    color: #FAFCF9;
    border-top: 3px solid var(--vs-copper);
    padding: 0;
    margin-top: 5rem;
}

.vs-footer-content {
    padding: 3rem 0;
}

.vs-footer-title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--vs-copper);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.vs-footer-logo {
    display: block;
    width: min(100%, 220px);
    height: auto;
    margin-bottom: 1.5rem;
}

.vs-footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #D0D0D0;
    margin-bottom: 1.5rem;
}

.vs-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-footer-list li {
    margin-bottom: 0.75rem;
}

.vs-footer-list a {
    color: #D0D0D0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.vs-footer-list a:hover {
    color: var(--vs-copper);
}

/* Social Links */
.vs-footer-social {
    display: flex;
    gap: 1rem;
}

.vs-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(162, 102, 63, 0.2);
    border-radius: 50%;
    color: var(--vs-copper);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(162, 102, 63, 0.4);
}

.vs-social-link:hover {
    background-color: var(--vs-copper);
    color: #1E1E1E;
    border-color: var(--vs-copper);
}

/* Footer Divider */
.vs-footer-divider {
    height: 1px;
    background-color: rgba(162, 102, 63, 0.3);
    margin: 2rem 0;
}

/* Footer Bottom */
.vs-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .vs-footer-bottom {
        flex-direction: row;
    }
}

.vs-footer-copyright {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

.vs-footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
}

.vs-footer-legal a {
    color: #888;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.vs-footer-legal a:hover {
    color: var(--vs-copper);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .vs-footer-content {
        padding: 2rem 0;
    }

    .vs-footer-title {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .vs-footer-text {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .vs-footer-list a {
        font-size: 0.9rem;
    }

    .vs-footer-bottom {
        gap: 1.5rem;
        text-align: center;
    }

    .vs-footer-legal {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}