/* Fuente personalizada */
@font-face {
    font-family: 'Tasa Orbiter';
    src: url('../font/tasa-orbiter-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tasa Orbiter';
    src: url('../font/tasa-orbiter-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tasa Orbiter';
    src: url('../font/tasa-orbiter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tasa Orbiter';
    src: url('../font/tasa-orbiter-700.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tasa Orbiter';
    src: url('../font/tasa-orbiter-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
.strip-block--header {
    position: relative;
}
/* Reset y Variables */
:root {
    --primary-color: #008089;
    --secondary-color: #2c2c2c;
    --accent-color: #0099A8;
    --text-color: #2c2c2c;
    --text-light: #666;
    --bg-light: #E8F9FA;
    --bg-white: #ffffff;
    --border-radius: 16px;
    --transition: all 0.3s ease;
}

.no-bg {
    background-color: transparent !important;
}
p.letra-chica {
    margin-top: 10px;
   line-height: 1;
    font-size: 12px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tasa Orbiter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
    font-size: 16px!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Breadcrumb */
.breadcrumb {
    padding: 16px 0;
    font-size: 14px;
    color: var(--text-light);
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    background-color: rgba(220, 247, 252, 1);
    padding: 20px 0 60px;
}
.hero-section.hero-seguros-complementarios {
    background-color: rgba(183, 239, 247, 1);
}
.hero-section.hero-seguros-complementarios .hero-image video {
    max-height: 21.0625em;
    height: auto;
    width: auto;
    max-width: 100%;
    margin-bottom: -60px;
}
.hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-text {
    padding-right: 40px;
}

.hero-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.2;
}

.hero-title .highlight {
    color: var(--primary-color);
}

.hero-title.catastrofico {
        font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 800;
}
.hero-image {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-height: 21.5625em;
    display: block;
    max-width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    transform: translateX(0);
}

/* Info Section - SOY REDSALUD */
.info-section {
    background-color: var(--bg-white);
    padding: 48px 0;
}

.info-content {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.soy-redsalud-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soy-redsalud-logo img {
    max-width: 290px;
    height: auto;
}

.info-text {
    flex: 1;
}

.info-text p {
    font-size: 1.125em;
    line-height: 1.7;
    color: var(--text-color);
}

/* Insurance Cards */
.insurance-cards {
    padding: 60px 0;
    background-color: var(--bg-white);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.insurance-card {
    background-color: var(--card-bg, #f0f0f0);
    border-radius: 24px;
    padding: 28px 24px 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.insurance-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.text-left {
    text-align: left !important;
}
.card-badge {
    position: static;
    display: inline-block;
    padding: 2px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 16px;
    width: fit-content;
}

.badge-nuevo {
    background-color: #FF6B9D;
    color: white;
}

.badge-plan {
    background-color: var(--primary-color);
    color: white;
}

.badge-seguro {
    background-color: var(--primary-color);
    color: white;
}

.card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-size: 28px;
    font-weight: 800;
    color: #4a4a4a;
    margin-bottom: 20px;
    min-height: auto;
    line-height: 1.2;
}

.card-subtitle {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 8px;
    font-weight: 400;
}

.card-price {
    margin-bottom: 24px;
}

.price-amount {
    font-size: 2em;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
    line-height: 1;
}

.price-unit {
    font-size: 12px;
    color: var(--text-light);
    display: block;
    margin-top: 2px;
}

.card-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 28px;
    min-height: auto;
    margin-top: auto;
}

.company-label {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 600;
}

.company-logo {
        max-height: 4.5em;
    max-width: 7.6875em;
    height: auto;
    width: auto;
}

.card-footer {
    margin-top: 0;
}

/* Video hover en tarjetas */
.card-video {
        position: absolute;
    bottom: 0;
    right: -63px;
    border-radius: 24px 0 24px 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
    height: 16.125em;
    width: 16.125em;
}

.card-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insurance-card:hover .card-video {
    opacity: 1;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-size: 1.125em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-primary {
    background-color: #00838F;
    color: white;
    padding: 10px 40px;    position: relative;
    z-index: 2;}

.btn-primary:hover {
    background-color: #006b73;
}

.btn-primary-large {
    background-color: var(--primary-color);
    color: white;
    padding: 14px 36px;
    font-size: 16px;
}

.btn-primary-large:hover {
    background-color: #006b73;
}

.btn-secondary {
    background-color: rgb(191 239 230);
    color: rgb(44 44 44);
    border: 2px solid transparent;
}

.btn-secondary:hover {
    background-color: rgb(195 226 152);
}

/* Action Buttons */
.action-buttons {
    background-color: var(--bg-white);
    padding: 40px 0;
}

.buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Benefits Section */
.benefits-section .container {
    background-color: rgba(241, 245, 248, 1);
    max-width: 1200px;
    padding: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-right: auto;
    margin-left: auto;
}

.section-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    text-align: center;
    margin-bottom: 64px;
    color: var(--secondary-color);
    line-height: 1.3;
}

.section-title .highlight {
    color: var(--primary-color);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-item {
    text-align: center;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-item h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--primary-color);
    min-height: 50px;
    line-height: 1.3;
}

.benefit-item p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

/* Legal Notice */
.legal-notice {
    background-color: var(--bg-white);
    padding: 40px 0;
}

.small-text {
    font-size: 0.875em;
    color: rgb(44 44 44);
    line-height: 1.6;
    margin-bottom: 12px;
    text-align: center;
}

/* Te puede interesar Section */
.interest-section {
    background-color: var(--primary-color);
    padding: 80px 0;
    color: white;
}

.section-title-dark {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
    color: white;
}

.highlight-green {
    color: #8CC63F;
}

.interest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.interest-card {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 32px;
    transition: var(--transition);
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.interest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.interest-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.interest-badge {
    background-color: var(--primary-color);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    margin-bottom: 20px;
}

.interest-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.4;
    flex: 1;
    margin-bottom: 20px;
}

.btn-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    transition: var(--transition);
    align-self: flex-start;
}

.btn-circle:hover {
    background-color: #006b73;
    transform: scale(1.1);
}

/* Product Columns Section */
.product-columns-section {
    background-color: var(--bg-white);
    padding: 60px 0;
}

.product-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.product-column {
    display: flex;
    flex-direction: column;
}

.column-header {
    text-align: center;
    margin-bottom: 32px;
}

.column-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-bottom: 8px;
}

.column-subtitle {
    color: var(--primary-color);
    font-weight: 800;
}

.column-description {
    font-size: 17px;
    color: var(--primary-color);
    line-height: 1.6;
    margin-top: 16px;
}

.column-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.column-cards .insurance-card {
    width: 100%;
}
.section-vida-camara{
    margin: 20px 0;
}

/* Características del Seguro Section */
.caracteristicas-section {
    background-color: transparent;
    padding: 40px 0;
}
.caracteristicas-section .container{
        background-color: #B7EFF7;
    border-radius: 16px;
}
.caracteristicas-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.caracteristicas-left {
    text-align: left;
}

.caracteristicas-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.3;
    margin-bottom: 32px;
}

.caracteristicas-list {
    list-style: none;
    margin-bottom: 40px;
}

.caracteristicas-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
}

.list-arrow {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: -4px;
}

.list-text {
    color: var(--secondary-color);
}

.caracteristicas-buttons-desktop {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: flex-start;
}

.btn-contacto {
    background-color: rgb(191, 239, 230);
    border: 2px solid #00a3ad;
    color:rgb(0 128 137);
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(0 128 137);
}

.btn-contacto:hover {
    background-color: #006a72;
    color: #ffffff;
}

.btn-descargar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    color: #00a3ad;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.btn-descargar:hover {
    background-color: rgb(195, 226, 152);
}

.vida-camara-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.vida-camara-logo div{
    background: #ffffff;
    padding: 10px 40px;
    margin-right: -24px;
    border-top-left-radius: 2rem;
}

.caracteristicas-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: fit-content; /* Ajustar el ancho al contenido */
}

.precio-box {
    background-color: transparent;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.precio-label {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 16px;
    font-weight: 600;
}

.precio-container {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.precio-amount {
    font-size: 64px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    display: block;
    text-align: center;
}

.precio-mes {
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.precio-uf {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 24px;
    font-weight: 400;
}

.btn-cotizar {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Tasa Orbiter', sans-serif;
    width: fit-content;
    text-decoration: none;
}

.btn-cotizar:hover {
    background-color: #006a72;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 128, 137, 0.3);
}

.caracteristicas-mobile-section {
    display: none;
}

.vida-camara-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.logo-label {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 600;
}

.vida-camara-logo img {
    max-width: 140px;
    height: auto;
}

.caracteristicas-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

.caracteristicas-footer .vida-camara-logo {
    align-self: flex-end;
}

.footer-disclaimer {
    font-size: 11px !important;
    color: #999 !important;
}

/* Accordion Section */
.accordion-section {
    background-color: var(--bg-white);
    padding: 60px 0;
}

.accordion {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item {
    background-color: #F5F5F5;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition);
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Tasa Orbiter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: left;
    transition: var(--transition);
}

.accordion-header:hover {
    background-color: #EBEBEB;
}

.accordion-header span {
    flex: 1;
}

.accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    margin-left: 16px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 28px;
}

.accordion-item.active .accordion-content {
    padding: 0 28px 24px 28px;
}

.accordion-content p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 12px;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-content ul li {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.accordion-content ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 600;
}

.accordion-content ul li:last-child {
    margin-bottom: 0;
}

.accordion-content ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.accordion-content ol li {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    counter-increment: item;
}

.accordion-content ol li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 11px;
}

.accordion-content ol li:last-child {
    margin-bottom: 0;
}

.accordion-content strong {
    /* font-weight: 600; */
    /* color: var(--secondary-color); */
}
.coh-style-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    height: auto;
}
.coh-style-table-container table {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-collapse: collapse;
}
.coh-color-light-gray {
    color: rgb(241 245 248);
}
table tbody tr {
    background-color: rgb(255 255 255);
}
table tbody tr:nth-child(2n) {
    background-color: rgba(241, 245, 248, 0.79);
}
.coh-style-body-l {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
table tbody tr td
 {
    padding: 0.625rem 0.75rem;
    font-weight: 400;
    color: var(--ssa-color-palette-black);
    line-height: 130%;
    font-size: 0.6875rem;
}
.text-align-center {
    text-align: center;
}
.accordion-content h3 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.5rem;
}

/* RedSalud Benefits Section */
.redsalud-benefits-section{
    margin-bottom: 60px;
}
.redsalud-benefits-section .container {
    background: #038081;
    padding: 60px 0;
    margin: 0 auto;
    border-radius: 32px;
}

.benefits-main-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
}

.benefits-grid-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon svg {
    width: 80px;
    height: 80px;
}

.benefit-icon-text {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    font-weight: 500;
    margin: 0;
}

/* Modal FAQ */
.modal-faq {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-faq.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 20px;
}

.modal-faq-content {
    background: white;
    border-radius: 24px;
    max-width: 800px;
    width: 100%;
    padding: 48px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    padding: 0;
    z-index: 10;
}

.modal-close:hover {
    background-color: #f5f5f5;
}

.modal-close svg {
    width: 24px;
    height: 24px;
    color: var(--secondary-color);
}

.modal-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2;
}

.modal-title .highlight {
    color: var(--primary-color);
}

.modal-faq-content .accordion {
    margin-top: 0;
}

.modal-faq-content .accordion-item {
    margin-bottom: 12px;
}

.modal-faq-content .accordion-item:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vida-camara-logo div {
        margin-right: 0;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        width: 85%;
        text-align: center;
    }
    .btn-contacto {
        width: 100%;
    }
    .btn-cotizar{
        width: 100%;
        text-align: center;
    }
    .btn-descargar {
        width: 100%;
        font-size: 0.825rem;
    }
    p.letra-chica {
        margin-top: 30px;
    }
    .caracteristicas-content {
        padding: 10px;
    }
    .hero-section.hero-seguros-complementarios .hero-image video {
        height: 14.25em;
        width: auto;
        margin-bottom: -40px;
    }
    .container {
        padding: 0 16px;
    }
    
    .hero-section {
        padding: 16px 0 40px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .hero-text {
        padding-right: 0;
        text-align: center;
    }
    
    .hero-image {
        justify-content: center;
    }
    
    .info-content {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .info-text p {
        font-size: 15px;
    }
    
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .column-title {
        font-size: 24px;
    }
    
    .insurance-card {
        padding: 28px 24px;
    }
    
    .card-title {
        font-size: 20px;
        min-height: auto;
    }
    
    .price-amount {
        font-size: 28px;
    }
    
    .buttons-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn {
        width: 100%;
    }
    
    .btn-primary {
        width: auto;
    }
    
    .card-video {
        height: 16em;
        width: 16em;
        opacity: 1;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .benefit-item h3 {
        min-height: auto;
    }
    
    .interest-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .caracteristicas-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .caracteristicas-left {
        display: none;
    }

    .caracteristicas-right {
        width: 100%;
    }

    .precio-box {
        padding: 24px;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .precio-label {
        font-size: 14px;
    }

    .precio-container {
        padding: 20px 24px;
        border-radius: 12px;
        border-width: 2px;
    }

    .precio-amount {
        font-size: 48px;
    }

    .precio-mes {
        font-size: 24px;
    }

    .precio-uf {
        font-size: 16px;
    }

    .caracteristicas-mobile-section {
        display: block;
        margin-bottom: 24px;
    }

    .caracteristicas-mobile-title {
        font-size: 20px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .caracteristicas-mobile-list {
        list-style: none;
        margin-bottom: 24px;
    }

    .caracteristicas-mobile-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .caracteristicas-buttons-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .caracteristicas-buttons-mobile .btn-contacto,
    .caracteristicas-buttons-mobile .btn-descargar {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .caracteristicas-buttons-mobile .btn-contacto {
        padding: 14px 24px;
    }


    .vida-camara-logo {
        justify-content: center;
        margin-top: 24px;
    }

    .caracteristicas-footer {
        margin-top: 32px;
    }

    .caracteristicas-footer p {
        font-size: 11px;
        text-align: center;
    }

    /* Accordion responsive */
    .accordion-section {
        padding: 40px 0;
    }

    .accordion {
        gap: 12px;
    }

    .accordion-header {
        padding: 20px 20px;
        font-size: 16px;
    }

    .accordion-content {
        padding: 0 20px;
    }

    .accordion-item.active .accordion-content {
        padding: 0 20px 20px 20px;
    }

    .accordion-content p,
    .accordion-content ul li,
    .accordion-content ol li {
        font-size: 14px;
    }
    

    /* RedSalud Benefits responsive */
    .redsalud-benefits-section {
        padding: 40px 10px;
    }

    .benefits-main-title {
        font-size: 24px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .benefits-grid-icons {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .benefit-icon-text {
        font-size: 15px;
    }

    /* Modal FAQ responsive */
    .modal-faq-content {
        padding: 32px 24px;
        border-radius: 16px;
        max-height: 85vh;
    }

    .modal-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .modal-close {
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-content {
        gap: 32px;
    }
    
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .interest-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* RedSalud Benefits responsive tablet */
    .benefits-grid-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (min-width: 1025px) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
