/**
 * _rochela-proposal.css
 * Módulo: Rediseño moderno de la página principal La Rochela
 * Contiene: shell, hero, tabs de tipología, panels, acabados, calculadora, responsive
 * Extraído de style.css (líneas 5030–5989) — 2026-06
 * Cargado desde: views/Include/head.html.twig
 */

/* Rochela proposal redesign */
.rochela-proposal-page {
    background: #fff;
}

/* Unifica el fondo del body cuando se carga la página Rochela */
body:has(.rochela-proposal-page) {
    background: #fff !important;
}

.rochela-proposal-shell {
    position: relative;
    background: #fff;
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(13, 28, 36, 0.12);
}

.rochela-proposal-page,
.rochela-proposal-page p,
.rochela-proposal-page li,
.rochela-proposal-page input,
.rochela-proposal-page textarea,
.rochela-proposal-page button,
.rochela-proposal-page a {
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-shell-header {
    --spa-white: #ffffff;
    --spa-yellow: #FAE000;
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    z-index: 8;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 14px;
    pointer-events: none;
}

.rochela-proposal-shell-header .spa-home-brand,
.rochela-proposal-shell-header .spa-home-social,
.rochela-proposal-shell-header .spa-home-header-actions,
.rochela-proposal-shell-header .spa-home-nav,
.rochela-proposal-shell-header .spa-home-nav-link,
.rochela-proposal-shell-header .spa-home-nav-button,
.rochela-proposal-shell-header .spa-home-menu-toggle {
    pointer-events: auto;
}

.rochela-proposal-shell-header .spa-home-brand img {
    width: 180px;
    max-width: 100%;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,0.18));
}

.rochela-proposal-shell-header .spa-home-social {
    position: absolute;
    top: -2px;
    right: 10px;
    gap: 14px;
}

.rochela-proposal-shell-header .spa-home-social-label {
    font-size: 0.9rem;
    letter-spacing: 0.28rem;
}

.rochela-proposal-shell-header .spa-home-header-actions {
    padding-top: 38px;
    gap: 18px;
    align-items: flex-end;
}

.rochela-proposal-shell-nav {
    margin-left: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 9px 11px 9px 18px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 999px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 12px 24px rgba(10, 18, 24, 0.05);
}

.rochela-proposal-shell-nav .spa-home-nav-link,
.rochela-proposal-shell-nav .spa-home-nav-button {
    position: relative;
    color: #11202a;
    font-size: 1.05rem;
    letter-spacing: 0.14rem;
    padding: 14px 22px;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 999px;
    background: transparent;
    border: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Separadores verticales entre items (igual que el home) */
.rochela-proposal-shell-nav .spa-home-nav-link:not(:first-child)::before,
.rochela-proposal-shell-nav .spa-home-nav-button::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 1px;
    height: 34px;
    transform: translateY(-50%);
    background: rgba(17, 32, 42, 0.18);
}

.rochela-proposal-shell-nav .spa-home-nav-link:hover,
.rochela-proposal-shell-nav .spa-home-nav-link.is-active,
.rochela-proposal-shell-nav .spa-home-nav-button:hover {
    background-color: rgba(255, 255, 255, 0.92);
    color: #0f1f27;
}

.rochela-proposal-hero {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    align-items: stretch;
    grid-template-areas:
        "image panel"
        "tabs tabs";
}

.rochela-proposal-hero-image {
    grid-area: image;
}

.rochela-proposal-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    display: block;
}

.rochela-proposal-hero-panel {
    grid-area: panel;
    background: #183847;
    color: #fff;
    padding: 72px 48px 130px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rochela-proposal-topnav {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
    gap: 0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 999px;
    padding: 5px 6px;
    max-width: 100%;
    overflow-x: auto;
}

.rochela-proposal-topnav-link {
    position: relative;
    color: rgba(255,255,255,0.86);
    text-decoration: none;
    font-size: 0.76rem;
    letter-spacing: 0.02rem;
    padding: 9px 13px;
    border-radius: 999px;
    transition: .25s ease;
    white-space: nowrap;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-topnav-link:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.12);
}

.rochela-proposal-topnav-link:hover,
.rochela-proposal-topnav-link.is-active {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.rochela-proposal-brand-block {
    max-width: 650px;
    margin: auto 0;
}

.rochela-proposal-logo {
    width: 260px;
    max-width: 100%;
    margin-bottom: 28px;
}

.rochela-proposal-brand-block p {
    color: rgba(255,255,255,0.92);
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.rochela-proposal-actions .btn {
    border-radius: 999px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 14px 44px !important;
    height: auto !important;
    background-color: #FABE00 !important;
    color: #183847 !important;
    font-family: 'AkzidenzGroteskBold', 'Helvetica Neue', Arial, sans-serif !important;
    transition: all .2s ease !important;
    box-shadow: 0 4px 14px rgba(250, 190, 0, 0.25) !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0.04em !important;
}

.rochela-proposal-actions .btn:hover {
    background-color: #E08E1A !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(224, 142, 26, 0.35) !important;
    transform: translateY(-2px);
}

.rochela-proposal-outline,
.rochela-proposal-outline-dark {
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff;
    background: transparent;
    border-radius: 999px;
    padding: 10px 18px;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-outline-dark {
    border-color: rgba(24,56,71,0.24);
    color: #183847;
}

.rochela-proposal-types-wrap {
    grid-area: tabs;
    padding: 0 80px;
    margin-top: -108px;
    position: relative;
    z-index: 3;
}

.rochela-proposal-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    align-items: end;
}

.rochela-proposal-type-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 24px 20px;
    color: #5C7682;
    border-right: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: #F3F4F6;
    background-clip: padding-box;
    cursor: pointer;
    min-height: 108px;
    transition: all .2s ease;
    opacity: 0.85;
}

.rochela-proposal-type-card:last-child {
    border-right: 0;
}

.rochela-proposal-type-card:hover:not(.is-active) {
    opacity: 1;
}

/* Color overrides for tab text copy */
.rochela-proposal-type-card .rochela-proposal-type-copy strong,
.rochela-proposal-type-card .rochela-proposal-type-copy small {
    transition: color .2s ease;
}

/* Inactive states with signature backgrounds */
.rochela-proposal-type-card.is-light:not(.is-active) {
    background: #4A7A62;
    color: #ffffff;
}
.rochela-proposal-type-card.is-light:not(.is-active) .rochela-proposal-type-copy strong,
.rochela-proposal-type-card.is-light:not(.is-active) .rochela-proposal-type-copy small {
    color: #ffffff;
}
.rochela-proposal-type-card.is-light:not(.is-active) .rochela-proposal-type-icon-image img {
    filter: brightness(0) invert(1);
}
.rochela-proposal-type-card.is-light:not(.is-active) .rochela-proposal-type-icon {
    color: #ffffff;
}

.rochela-proposal-type-card.is-yellow:not(.is-active) {
    background: #FABE00;
    color: #183847;
}
.rochela-proposal-type-card.is-yellow:not(.is-active) .rochela-proposal-type-copy strong,
.rochela-proposal-type-card.is-yellow:not(.is-active) .rochela-proposal-type-copy small {
    color: #183847;
}
.rochela-proposal-type-card.is-yellow:not(.is-active) .rochela-proposal-type-icon-image img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(1211%) hue-rotate(158deg) brightness(91%) contrast(92%);
}
.rochela-proposal-type-card.is-yellow:not(.is-active) .rochela-proposal-type-icon {
    color: #183847;
}

.rochela-proposal-type-card.is-orange:not(.is-active) {
    background: #E08E1A;
    color: #ffffff;
}
.rochela-proposal-type-card.is-orange:not(.is-active) .rochela-proposal-type-copy strong,
.rochela-proposal-type-card.is-orange:not(.is-active) .rochela-proposal-type-copy small {
    color: #ffffff;
}
.rochela-proposal-type-card.is-orange:not(.is-active) .rochela-proposal-type-icon {
    color: #ffffff;
}

.rochela-proposal-type-card.is-orange-dark:not(.is-active) {
    background: #C66504;
    color: #ffffff;
}
.rochela-proposal-type-card.is-orange-dark:not(.is-active) .rochela-proposal-type-copy strong,
.rochela-proposal-type-card.is-orange-dark:not(.is-active) .rochela-proposal-type-copy small {
    color: #ffffff;
}
.rochela-proposal-type-card.is-orange-dark:not(.is-active) .rochela-proposal-type-icon {
    color: #ffffff;
}

/* Active state (All active tabs turn white and merge with content panel) */
.rochela-proposal-type-card.is-active {
    background: #ffffff;
    color: #183847;
    border-bottom: 1px solid transparent;
    z-index: 5;
    opacity: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.rochela-proposal-type-card.is-active .rochela-proposal-type-copy strong,
.rochela-proposal-type-card.is-active .rochela-proposal-type-copy small {
    color: #183847;
}
.rochela-proposal-type-card.is-active .rochela-proposal-type-icon-image img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(1211%) hue-rotate(158deg) brightness(91%) contrast(92%);
}
.rochela-proposal-type-card.is-active .rochela-proposal-type-icon {
    color: #183847;
}

.rochela-proposal-type-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 48px;
    color: #183847;
}

.rochela-proposal-type-icon-image img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(1211%) hue-rotate(158deg) brightness(91%) contrast(92%);
    transition: filter .2s ease;
}


.rochela-proposal-type-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    gap: 2px;
}

.rochela-proposal-type-copy strong {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: 'AkzidenzGroteskBold', 'Helvetica Neue', Arial, sans-serif;
    color: #183847;
}

.rochela-proposal-type-copy small {
    font-size: 12px;
    opacity: 0.85;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
    color: #183847;
}

.rochela-proposal-type-panel {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #fff;
    border-top: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 22px 24px 24px;
    box-shadow: 0 12px 30px rgba(18,33,43,0.06);
}

.rochela-proposal-type-panel.is-active {
    display: flex;
}

.rochela-proposal-type-panel-copy {
    max-width: 760px;
}

.rochela-proposal-type-panel-copy small {
    display: block;
    color: #8f6d02;
    font-size: 11px;
    letter-spacing: 0.12rem;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-type-panel-copy h3 {
    font-size: 1.6rem;
    color: #183847;
    margin-bottom: 10px;
    font-family: 'KiffoBDB', Georgia, "Times New Roman", serif;
    line-height: 1.05;
}

.rochela-proposal-type-panel-copy p {
    color: #40515d;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 12px;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-type-panel-copy ul {
    margin: 0;
    padding-left: 18px;
    color: #2e3942;
    font-size: 13px;
    line-height: 1.7;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-type-panel-actions {
    flex: 0 0 auto;
}

.rochela-proposal-title {
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    letter-spacing: 0.12em;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-family: 'AkzidenzGroteskLight', 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
}

.rochela-proposal-subtitle {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 1.25rem;
    margin-bottom: 6px;
    font-family: 'AkzidenzGroteskBold', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-note {
    color: #757f8a;
    max-width: 820px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-benefit-grid {
    display: grid;
    grid-template-columns: 0.78fr 2fr 0.78fr;
    gap: 20px;
    align-items: center;
}

.rochela-proposal-main-card,
.rochela-proposal-side-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 18px 50px rgba(18,33,43,0.12);
}

.rochela-proposal-main-card img,
.rochela-proposal-side-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rochela-proposal-main-card {
    min-height: 430px;
}

.rochela-proposal-side-card {
    min-height: 330px;
}

.rochela-proposal-main-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    color: #fff;
}

.rochela-proposal-main-overlay h3 {
    font-size: 48px;
    margin-bottom: 14px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.25);
    font-family: 'KiffoBDB', Georgia, "Times New Roman", serif;
}

.rochela-proposal-benefit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.rochela-proposal-benefit-tags > span {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px 6px 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    color: #173645;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid rgba(24,56,71,0.08);
}

.rochela-proposal-benefit-tags .tag-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    margin-right: 8px;
}

.rochela-proposal-benefit-tags .is-green .tag-icon { background: #26bf82; }
.rochela-proposal-benefit-tags .is-blue .tag-icon { background: #2d75df; }
.rochela-proposal-benefit-tags .is-purple .tag-icon { background: #7c39d8; }

.rochela-proposal-side-card-caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: rgba(255,255,255,0.95);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.rochela-proposal-side-card-caption span {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #173645;
    margin-bottom: 8px;
    font-family: 'AkzidenzGroteskBold', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-side-card-caption p {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #42515d;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-side-card-caption ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rochela-proposal-side-card-caption li {
    font-size: 0.8rem;
    color: #50606c;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-side-card-caption li:last-child {
    margin-bottom: 0;
}

.rochela-proposal-finishes {
    align-items: center;
}

.rochela-proposal-finishes-media {
    background: transparent;
}

.rochela-proposal-finishes-media-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 18px;
    overflow: hidden;
    background: #f7f9fa;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.rochela-proposal-finishes-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(32px) saturate(1.5);
    transform: scale(1.15);
    opacity: 0.3;
    transition: background-image 0.25s ease-in-out, opacity 0.25s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.rochela-proposal-finishes-main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    display: block;
    transition: opacity 0.25s ease-in-out;
}

@media (max-width: 767.98px) {
    .rochela-proposal-finishes-media-wrapper {
        height: 350px;
    }
}

.rochela-proposal-finishes-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.rochela-proposal-finishes-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.rochela-proposal-finishes-thumbs img:hover {
    border-color: rgba(224, 142, 26, 0.5);
    transform: translateY(-2px);
}

.rochela-proposal-finishes-thumbs img.is-active {
    border-color: #E08E1A;
    box-shadow: 0 6px 16px rgba(224, 142, 26, 0.3);
}

.rochela-proposal-finishes-title {
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    letter-spacing: 0.05em;
    color: #183847;
    margin-bottom: 24px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.rochela-proposal-finishes-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #E08E1A;
    border-radius: 2px;
}

.rochela-proposal-finishes-list {
    margin: 28px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rochela-proposal-finishes-list li {
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #37444f;
    line-height: 1.5;
    position: relative;
    padding-left: 24px;
}

.rochela-proposal-finishes-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #E08E1A;
    border-radius: 50%;
}

/* ── Sección Calcula tu inversión ─────────────────────────────── */
.rochela-proposal-invest-section {
    background: #ffffff;
    padding: 40px 80px 56px;
    display: flex;
    justify-content: center;
    position: relative;   /* necesario para z-index */
    z-index: 1;           /* cubre la box-shadow descendente del .rochela-proposal-shell */
}

/* Limita el ancho del card y lo centra dentro del flex */
.rochela-proposal-invest-section .rochela-proposal-invest-box {
    width: 100%;
    max-width: 680px;
}

/* El wrapper col-12 también necesita posicionamiento para que z-index funcione */
.col-12.px-0:has(.rochela-proposal-invest-section) {
    position: relative;
    z-index: 1;
    background: #ffffff;
}


/* ── Card amarillo base ──────────────────────────────────────── */
.rochela-proposal-invest-box {
    background: linear-gradient(135deg, #f3c11c 0%, #f7d047 100%);
    border-radius: 24px;
    padding: 32px 36px;
    box-shadow: 0 15px 35px rgba(215, 155, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.05);
    
    /* Animation initial states */
    opacity: 0;
    transform: translateY(30px);
    
    /* Transition when animate-in is active */
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
                transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rochela-proposal-invest-box.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect ONLY when animated-in */
.rochela-proposal-invest-box.animate-in:hover {
    transform: translateY(-6px) scale(1.005);
    box-shadow: 0 25px 50px rgba(215, 155, 0, 0.35), 0 10px 25px rgba(0, 0, 0, 0.08);
}

.rochela-proposal-invest-box h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 8px;
    color: #1e252d;
    font-family: 'KiffoBDB', Georgia, "Times New Roman", serif;
}

.rochela-proposal-invest-box p {
    color: rgba(30,37,45,0.86);
    line-height: 1.55;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-invest-box p a {
    color: rgba(30,37,45,0.86);
    text-decoration: none;
}

.rochela-proposal-invest-box label {
    display: block;
    font-weight: 700;
    color: #4b3b00;
    margin: 14px 0 8px;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-invest-box .form-control {
    border: 2px solid transparent;
    border-radius: 999px;
    min-height: 48px;
    padding: 0 20px;
    background: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rochela-proposal-invest-box .form-control:focus {
    outline: none;
    border-color: #1e252d;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(30, 37, 45, 0.15);
    transform: translateY(-1px);
}

.rochela-proposal-invest-button {
    margin-top: 18px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    padding: 12px 32px;
    font-family: 'AkzidenzGroteskMedium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rochela-proposal-invest-button:hover {
    background: #1e252d;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.rochela-proposal-invest-button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}



.rochela-proposal-support-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(18,33,43,0.1);
}

.rochela-proposal-support-card h3 {
    color: #173645;
    font-size: 2rem;
    margin-bottom: 12px;
    font-family: 'KiffoBDB', Georgia, "Times New Roman", serif;
}

.rochela-proposal-support-card p {
    color: #50606c;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-family: 'AkzidenzGroteskRegular', 'Helvetica Neue', Arial, sans-serif;
}

.rochela-proposal-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 1199.98px) {
    .rochela-proposal-shell-header {
        grid-template-columns: 132px 1fr;
        gap: 12px;
        left: 14px;
        right: 14px;
    }
    .rochela-proposal-shell-nav .spa-home-nav-link,
    .rochela-proposal-shell-nav .spa-home-nav-button {
        font-size: 0.74rem;
        padding: 8px 11px;
    }
    .rochela-proposal-type-copy strong { font-size: 18px; }
    .rochela-proposal-type-copy small { font-size: 11px; }
    .rochela-proposal-type-card { padding: 18px 14px; min-height: 96px; gap: 12px; }
    .rochela-proposal-types-wrap { margin-top: -96px; }
    .rochela-proposal-hero-panel { padding-bottom: 116px; }
    .rochela-proposal-benefit-grid { grid-template-columns: 1fr; }
    .rochela-proposal-side-card { min-height: 240px; }
}

@media (max-width: 991.98px) {
    .rochela-proposal-shell-header {
        grid-template-columns: 1fr;
        top: 12px;
        left: 12px;
        right: 12px;
    }
    .rochela-proposal-shell-header .spa-home-brand {
        display: none;
    }
    .rochela-proposal-shell-header .spa-home-social {
        position: static;
        justify-content: flex-end;
        margin-left: auto;
    }
    .rochela-proposal-shell-header .spa-home-header-actions {
        padding-top: 0;
    }
    .rochela-proposal-hero { grid-template-columns: 1fr; }
    .rochela-proposal-hero {
        grid-template-areas:
            "image"
            "panel"
            "tabs";
    }
    .rochela-proposal-hero-image img { min-height: 320px; }
    .rochela-proposal-hero-panel { padding: 24px 28px 80px; }
    .rochela-proposal-topnav {
        align-self: flex-start;
        margin-left: 0;
        max-width: 100%;
    }
    .rochela-proposal-types { grid-template-columns: 1fr 1fr; }
    .rochela-proposal-types-wrap { margin-top: -60px; }
    .rochela-proposal-type-card { padding: 16px 14px; min-height: 80px; gap: 12px; }
    .rochela-proposal-type-copy strong { font-size: 18px; }
    .rochela-proposal-type-copy small { font-size: 11px; }
    .rochela-proposal-main-card { min-height: 360px; }
    .rochela-proposal-invest-section { padding: 32px 40px 40px; }
    .rochela-proposal-type-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .rochela-proposal-shell-header .spa-home-social {
        display: none;
    }
    .rochela-proposal-hero-panel { padding: 22px 18px 32px; }
    .rochela-proposal-shell-nav {
        width: calc(100% - 54px);
        margin-right: 0;
    }
    .rochela-proposal-topnav {
        width: 100%;
        padding: 8px 8px;
    }
    .rochela-proposal-topnav-link {
        font-size: 12px;
        padding: 10px 12px;
        letter-spacing: 0.04rem;
    }
    .rochela-proposal-types { grid-template-columns: 1fr; }
    .rochela-proposal-types-wrap { margin-top: 0; }
    .rochela-proposal-type-card { border-right: 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
    .rochela-proposal-type-card:last-child { border-bottom: 0; }
    .rochela-proposal-type-copy strong { font-size: 18px; }
    .rochela-proposal-type-copy small { font-size: 12px; }
    .rochela-proposal-types-wrap,
    .rochela-proposal-type-panels {
        padding-left: 0;
        padding-right: 0;
    }
    .rochela-proposal-type-card {
        border-radius: 0;
        min-height: 68px;
        transform: none !important;
    }
    .rochela-proposal-type-panel {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 18px;
    }
    .rochela-proposal-title { letter-spacing: 0.08em; }
    .rochela-proposal-main-overlay h3 { font-size: 34px; }
    .rochela-proposal-main-card { min-height: 280px; }
    .rochela-proposal-benefit-tags > span { font-size: 12px; padding: 8px 12px; }
    .rochela-proposal-support-card,
    .rochela-proposal-invest-box { padding: 20px 18px; }
    .rochela-proposal-invest-section { padding: 24px 16px 40px; }
}

/* Tab-linked panel override for casas */
.rochela-proposal-type-panel[data-rochela-type-panel="casas"].is-active {
    display: block;
}

body {
    overflow-x: hidden;
}

/* Secondary Instagram Reel Button */
.btn-instagram-reel {
    border-radius: 999px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 14px 44px !important;
    height: auto !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    font-family: 'AkzidenzGroteskBold', 'Helvetica Neue', Arial, sans-serif !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    text-transform: none !important;
    letter-spacing: 0.04em !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-instagram-reel i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-instagram-reel:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #FABE00 !important;
    color: #FABE00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(250, 190, 0, 0.15);
}

.btn-instagram-reel:hover i {
    transform: scale(1.15) rotate(5deg);
}

.btn-instagram-reel:active {
    transform: translateY(1px);
}

/* Modal Lightbox styles for Instagram Reel */
.rochela-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rochela-video-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.rochela-video-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 15, 20, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.rochela-video-modal-content {
    position: relative;
    width: 90%;
    max-width: 420px;
    height: calc(100vh - 120px);
    max-height: 750px;
    background: #0a0f14;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
    z-index: 1051;
    transform: scale(0.9) translateY(40px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rochela-video-modal.is-active .rochela-video-modal-content {
    transform: scale(1) translateY(0);
}

.rochela-video-modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 1053;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rochela-video-modal-close:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #FABE00;
    color: #FABE00;
    transform: scale(1.1) rotate(90deg);
}

.rochela-video-modal-iframe-wrap {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.rochela-video-modal-iframe-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

#rochelaReelContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .rochela-video-modal-content {
        width: 95%;
        height: 85vh;
        border-radius: 16px;
    }
}

