body {
    font-family: 'Inter', sans-serif;
}

.nav-link {
    color: #334155;
    font-weight: 500;
    position: relative;
    transition: color 0.2s ease;
}

.nav-link:hover,
.footer-link:hover,
.mobile-link:hover {
    color: #24376f;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 0;
    height: 2px;
    background: #19c7c9;
    transition: width 0.2s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.mobile-menu {
    background: #ffffff;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 60;
}

.mobile-menu.open {
    display: block;
}

.site-actions {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.site-header {
    background: linear-gradient(180deg, #24376f, #6d2d92) !important;
    border-bottom: 0 !important;
    box-shadow: 0 8px 18px rgba(35, 8, 12, 0.22);
}

.brand-link {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 0.65rem;
    min-width: 0;
}

.brand-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    text-align: center;
}

.brand-mark {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(19, 15, 40, 0.12);
    display: block;
    flex-shrink: 0;
    height: 2.25rem;
    object-fit: contain;
    padding: 0.18rem;
    width: 2.25rem;
}

.brand-title {
    color: #24376f;
    font-size: 1.4rem;       /* Adjust if needed */
    font-weight: 600;
    display: block;
    margin: 0;
    white-space: nowrap;
    line-height: 1.05;
}

/* Sub-text under the title */
.brand-subtitle {
    color: #19c7c9;
    text-align: center;
    font-size: 0.55rem;    /* Make smaller */
    display: block;
    line-height: 1.1;
    margin-top: -0.55rem;
    white-space: nowrap;   /* Keep in one line */
}

.icon-btn {
    align-items: center;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #24376f;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.site-header .brand-title {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.site-header .brand-subtitle {
    color: #7deaea !important;
    display: block;
    font-size: 0.24rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1;
    margin-top: 0.16rem !important;
    text-align: center !important;
    white-space: nowrap;
    text-transform: uppercase;
}

.site-header .nav-link,
.site-header .menu-group__toggle,
.site-header .menu-group__content a,
.site-header .mobile-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

.site-header .nav-link:hover,
.site-header .menu-group__content a:hover,
.site-header .mobile-link:hover {
    color: #9ef3f2 !important;
}

.site-header .nav-link::after {
    background: #19c7c9;
}

.site-header .icon-btn {
    background: transparent;
    border-color: transparent;
    color: #ffffff;
    height: 2.2rem;
    width: 2.2rem;
}

.site-header .mobile-menu,
.site-header #mobile-menu,
.site-header .mobile-menu.open {
    background: linear-gradient(180deg, #24376f, #130f28);
}

.site-header #mobile-menu .menu-group {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header #mobile-menu .menu-group__toggle i {
    color: #19c7c9;
}

.site-header .brand-mark {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    height: 2.05rem;
    padding: 0.14rem;
    width: 2.05rem;
}

.site-header .brand-link {
    gap: 0.72rem;
}

.site-header .site-actions {
    gap: 0.3rem;
}

.site-header .menu-group__toggle {
    font-size: 0.82rem;
}

.site-header nav {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
}

.search-panel {
    background: rgba(13, 26, 39, 0.45);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.25s ease;
    z-index: 70;
}

.search-panel.open {
    opacity: 1;
    pointer-events: auto;
}

.promo-popup {
    align-items: center;
    background: rgba(13, 26, 39, 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.25s ease;
    z-index: 85;
}

.promo-popup.open {
    opacity: 1;
    pointer-events: auto;
}

.promo-popup__card {
    background: linear-gradient(145deg, #fff9e7, #ffffff);
    border: 1px solid rgba(215, 181, 109, 0.4);
    border-radius: 2rem;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.24);
    max-width: 34rem;
    padding: 2rem;
    position: relative;
    width: 100%;
}

.promo-popup__close {
    align-items: center;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2.25rem;
}

.promo-popup__badge {
    color: #6d2d92;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.search-panel__card {
    background: white;
    border-radius: 2rem;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
    margin: 5rem auto 0;
    max-width: 42rem;
    padding: 1.5rem;
    width: calc(100% - 2rem);
}

.search-panel__input {
    border: 1px solid #dbe2ea;
    border-radius: 1rem;
    outline: none;
    padding: 1rem 1rem 1rem 3rem;
    width: 100%;
}

.search-panel__input:focus {
    border-color: #24376f;
    box-shadow: 0 0 0 4px rgba(23, 50, 77, 0.08);
}

.search-result {
    border: 1px solid #e2e8f0;
    border-radius: 1.1rem;
    color: inherit;
    display: block;
    padding: 0.95rem 1rem;
    text-decoration: none;
}

.search-result:hover {
    border-color: #24376f;
    background: #f8fafc;
}

.menu-group {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.75rem;
}

.menu-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.menu-group__toggle {
    align-items: center;
    background: transparent;
    color: #334155;
    display: flex;
    font-size: 0.88rem;
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: 0.22em;
    padding: 0.25rem 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.menu-group__toggle i {
    color: #19c7c9;
    transition: transform 0.2s ease;
}

.menu-group.open .menu-group__toggle i {
    transform: rotate(180deg);
}

.menu-group__content {
    display: none;
    padding-left: 1.5rem;
    padding-top: 0.85rem;
}

.menu-group.open .menu-group__content {
    display: block;
}

.menu-group__content a {
    color: #334155;
    display: block;
    font-size: 0.88rem;
    letter-spacing: 0.22em;
    padding: 0.65rem 0;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-link,
.footer-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer-credit {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    font-size: 0.92rem;
    text-align: center;
}

.footer-credit a {
    color: #19c7c9;
    font-weight: 600;
    text-decoration: none;
}

.footer-credit a:hover {
    color: white;
}

.footer-socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.footer-socials a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 2.85rem;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    width: 2.85rem;
}

.footer-socials a:hover {
    background: rgba(215, 181, 109, 0.18);
    border-color: rgba(215, 181, 109, 0.5);
    color: #9ef3f2;
    transform: translateY(-1px);
}

.catalogue-hero {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(125, 20, 39, 0.78)),
        radial-gradient(circle at top right, rgba(215, 181, 109, 0.35), transparent 35%);
    color: #ffffff;
}

.catalogue-grid {
    display: grid;
    gap: 1.5rem;
}

.catalogue-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.75rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.catalogue-card__visual {
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    overflow: hidden;
    position: relative;
}

.catalogue-card__visual::before {
    background-image: var(--catalogue-watermark);
    background-position: center;
    background-repeat: no-repeat;
    background-size: min(42%, 220px);
    content: '';
    inset: 0;
    opacity: 0.07;
    position: absolute;
    z-index: 0;
}

.catalogue-card__visual img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.catalogue-card__media {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalogue-card__media img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.catalogue-card__body {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
}

.catalogue-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.catalogue-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.55rem 0.95rem;
    text-transform: uppercase;
}

.catalogue-copy {
    color: #475569;
    line-height: 1.8;
}

.catalogue-quote {
    align-items: center;
    background: #24376f;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.2em;
    padding: 0.95rem 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.catalogue-quote:hover {
    background: #130f28;
    transform: translateY(-1px);
}

.social-icon {
    display: block;
    fill: currentColor;
    height: 1.1rem;
    width: 1.1rem;
}

.preloader {
    align-items: center;
    background: linear-gradient(135deg, #24376f, #130f28 52%, #6d2d92);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    position: fixed;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    z-index: 100;
}

.preloader.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.preloader__logo-wrap {
    animation: spinSlow 4s linear infinite;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    display: flex;
    height: 8rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 0.75rem;
    width: 8rem;
}

.preloader__logo {
    border-radius: 999px;
    height: 100%;
    object-fit: contain;
    padding: 0.55rem;
    width: 100%;
}

.preloader__brand {
    color: #19c7c9;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.45em;
    margin: 0;
    text-transform: uppercase;
}

.preloader__word {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-top: 1rem;
    text-align: center;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.preloader__word.swap {
    opacity: 0;
    transform: translateY(8px);
}

.hero-slider {
    position: relative;
}

.slide {
    display: none;
    min-height: calc(100vh - 84px);
    position: relative;
}

.slide.is-active {
    display: block;
}

.slide__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.slide__overlay {
    background: linear-gradient(90deg, rgba(13, 26, 39, 0.88), rgba(23, 50, 77, 0.62), rgba(13, 26, 39, 0.18));
    inset: 0;
    position: absolute;
}

.slide__content {
    margin: 0 auto;
    max-width: 80rem;
    padding: 8rem 1rem 8.5rem;
    position: relative;
    z-index: 1;
}

.slide__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 7vw, 4.75rem);
    font-weight: 700;
    line-height: 0.98;
    margin-top: 1rem;
    max-width: 12ch;
    text-wrap: balance;
}

.slide__title--farming {
    max-width: 14ch;
}

.slide__title--quote {
    max-width: 13ch;
}

.slide--quote-generator {
    background:
        radial-gradient(circle at top left, rgba(215, 181, 109, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.14), transparent 26%),
        linear-gradient(135deg, #6d2d92 0%, #24376f 58%, #130f28 100%);
}

.slide--quote-generator .slide__overlay {
    background: linear-gradient(90deg, rgba(13, 26, 39, 0.48), rgba(106, 15, 33, 0.26), rgba(13, 26, 39, 0.12));
}

.slide__graphic-card {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    max-width: 26rem;
    padding: 1.4rem;
}

.slide__quote-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.slide__quote-pills span {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #e2e8f0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.65rem 0.9rem;
    text-transform: uppercase;
}

.quotation-shell {
    background:
        radial-gradient(circle at top right, rgba(215, 181, 109, 0.2), transparent 24%),
        linear-gradient(180deg, #f8fafc, #eef2f7 68%, #ffffff);
}

.quotation-grid {
    display: grid;
    gap: 2rem;
}

.quotation-hero {
    align-items: end;
    display: grid;
    gap: 1.5rem;
}

.quotation-hero__stats {
    display: grid;
    gap: 1rem;
}

.quotation-hero__badge {
    background: linear-gradient(145deg, rgba(23, 50, 77, 0.98), rgba(106, 15, 33, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.8rem;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
    color: #ffffff;
    display: grid;
    gap: 0.35rem;
    padding: 1.5rem;
}

.quotation-hero__badge-label,
.quotation-subtitle {
    color: #6d2d92;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0;
    text-transform: uppercase;
}

.quotation-hero__badge strong {
    font-size: 1rem;
}

.quotation-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.quotation-hero__chips span {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(215, 181, 109, 0.35);
    border-radius: 999px;
    color: #24376f;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.quotation-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: 1.75rem;
}

.quotation-steps {
    display: grid;
    gap: 0.85rem;
}

.quotation-step {
    align-items: start;
    background: linear-gradient(180deg, #fffdf7, #ffffff);
    border: 1px solid #ebe4d2;
    border-radius: 1.35rem;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto 1fr;
    padding: 1rem;
}

.quotation-step__number {
    align-items: center;
    background: #24376f;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.quotation-step__title {
    color: #24376f;
    font-size: 0.96rem;
    font-weight: 800;
    margin: 0;
}

.quotation-step__copy {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.2rem 0 0;
}

.lifestyle-grid {
    display: grid;
    gap: 1rem;
}

.lifestyle-card {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #dbe2ea;
    border-radius: 1.4rem;
    color: #24376f;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lifestyle-card:hover,
.lifestyle-card.is-active {
    border-color: #24376f;
    box-shadow: 0 16px 34px rgba(23, 50, 77, 0.12);
    transform: translateY(-2px);
}

.lifestyle-card.is-active {
    background: linear-gradient(135deg, #24376f, #6d2d92);
    color: #ffffff;
}

.lifestyle-card__emoji {
    font-size: 1.35rem;
}

.lifestyle-card__name {
    font-size: 1rem;
    font-weight: 800;
}

.lifestyle-card__copy {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.88;
}

.lifestyle-card__budget {
    font-size: 0.96rem;
    margin-top: 0.3rem;
}

.quotation-label {
    color: #475569;
    display: grid;
    font-size: 0.94rem;
    font-weight: 600;
    gap: 0.55rem;
}

.quotation-input,
.quotation-select {
    appearance: none;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 1rem;
    color: #24376f;
    min-height: 3.2rem;
    outline: none;
    padding: 0.9rem 1rem;
    width: 100%;
}

.quotation-input:focus,
.quotation-select:focus {
    border-color: #24376f;
    box-shadow: 0 0 0 4px rgba(23, 50, 77, 0.08);
}

.quotation-button {
    align-items: center;
    background: #24376f;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.18em;
    min-height: 3.2rem;
    padding: 0.85rem 1.4rem;
    text-transform: uppercase;
    width: 100%;
}

.quotation-button:hover {
    background: #130f28;
}

.quotation-button--secondary {
    background: linear-gradient(135deg, #24376f, #6d2d92);
    text-decoration: none;
}

.quotation-button--ghost {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    color: #24376f;
}

.quotation-button--ghost:hover {
    background: #f8fafc;
}

.game-reveal {
    background:
        radial-gradient(circle at top right, rgba(215, 181, 109, 0.18), transparent 30%),
        linear-gradient(145deg, #fffdf8, #f8fafc);
    border: 1px solid #ebe4d2;
    border-radius: 1.8rem;
    padding: 1.35rem;
}

.game-reveal__header {
    align-items: start;
    display: grid;
    gap: 1rem;
}

.game-reveal__headline {
    color: #24376f;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
    line-height: 1.15;
    margin: 0.45rem 0 0;
}

.game-reveal__message {
    color: #475569;
    line-height: 1.8;
    margin: 1rem 0 0;
}

.game-rank {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.1rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
}

.game-rank__label,
.game-metric__label {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.game-rank strong,
.game-metric strong {
    color: #24376f;
    font-size: 1rem;
}

.game-metrics {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.game-metric {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e2e8f0;
    border-radius: 1.1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
}

.affordability-meter {
    margin-top: 1.25rem;
}

.affordability-meter__track {
    background: #e2e8f0;
    border-radius: 999px;
    height: 1rem;
    overflow: hidden;
}

.affordability-meter__fill {
    background: linear-gradient(90deg, #dc2626, #f59e0b);
    border-radius: 999px;
    height: 100%;
    transition: width 0.35s ease;
    width: 0;
}

.affordability-meter__fill[data-tone='warning'] {
    background: linear-gradient(90deg, #f59e0b, #facc15);
}

.affordability-meter__fill[data-tone='success'] {
    background: linear-gradient(90deg, #16a34a, #22c55e);
}

.affordability-meter__labels {
    color: #64748b;
    display: flex;
    font-size: 0.82rem;
    justify-content: space-between;
    margin-top: 0.55rem;
}

.game-actions {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.quotation-phase {
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
}

.quotation-phase__label {
    color: #475569;
    font-size: 0.95rem;
}

.quotation-phase__value {
    color: #24376f;
    font-size: 1rem;
    font-weight: 800;
    text-align: right;
}

.quotation-note {
    border-radius: 1rem;
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 0.95rem 1rem;
}

.quotation-note--info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

.quotation-note--warn {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
}

.quotation-table {
    border-collapse: collapse;
    width: 100%;
}

.quotation-table th,
.quotation-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.85rem 0.4rem;
    text-align: left;
}

.quotation-table th {
    color: #64748b;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.quotation-table td {
    color: #24376f;
    font-size: 0.92rem;
}

.quotation-total {
    background: linear-gradient(135deg, #24376f, #6d2d92);
    border-radius: 1.6rem;
    color: #ffffff;
    padding: 1.4rem;
}

.quotation-total p {
    margin: 0;
}

.quotation-total__amount {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1;
    margin-top: 0.6rem;
}

@media (min-width: 1024px) {
    .quotation-hero {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .quotation-grid {
        grid-template-columns: 0.95fr 1.05fr;
    }
}

@media (min-width: 700px) {
    .lifestyle-grid,
    .game-metrics,
    .game-actions,
    .game-reveal__header {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.slide__eyebrow,
.section-label {
    color: #19c7c9;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    margin: 0;
    text-transform: uppercase;
}

.slider-controls {
    align-items: center;
    bottom: 2.25rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5;
}

.slider-btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: white;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.slider-dot {
    background: rgba(255, 255, 255, 0.45);
    border: 0;
    border-radius: 999px;
    height: 0.7rem;
    width: 0.7rem;
}

.slider-dot.is-active {
    background: white;
}

@media (max-width: 640px) {
    .quotation-card,
    .game-reveal {
        padding: 1.2rem;
    }

    .affordability-meter__labels {
        font-size: 0.72rem;
        gap: 0.75rem;
    }

    .brand-mark {
        height: 2.05rem;
        width: 2.05rem;
    }

    .brand-title,
    .site-header .brand-title {
        font-size: 0.9rem;
    }

    .brand-subtitle,
    .site-header .brand-subtitle {
        font-size: 0.24rem;
        letter-spacing: 0.06em;
        margin-top: 0.14rem;
        text-align: center;
    }

    .icon-btn {
        height: 2.55rem;
        width: 2.55rem;
    }

    .site-header .brand-mark {
        height: 2.05rem;
        padding: 0.14rem;
        width: 2.05rem;
    }

    .site-header {
        box-shadow: 0 6px 14px rgba(35, 8, 12, 0.22);
    }

    .slide__content {
        padding: 6.75rem 0.9rem 7.75rem;
    }

    .slide__title {
        font-size: 3rem;
        line-height: 1.02;
        max-width: 11ch;
    }

    .slide__title--farming {
        max-width: 12ch;
    }
}

.section-title {
    color: #24376f;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-top: 1rem;
    text-align: center;
}

.section-copy {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.feature-card,
.page-card,
.stat-card,
.testimonial-card {
    border-radius: 1.75rem;
}

.feature-card {
    background: white;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 1.75rem;
}

.feature-card h3 {
    color: #24376f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1rem;
}

.feature-card p {
    color: #64748b;
    line-height: 1.7;
    margin-top: 0.7rem;
}

.feature-icon,
.page-card__icon {
    color: #24376f;
    height: 1.5rem;
    width: 1.5rem;
}

.stat-card {
    background: linear-gradient(180deg, #24376f, #130f28);
    color: white;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat-card::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    content: '';
    height: 100%;
    left: -120%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: 60%;
}

.stat-card:hover {
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
    transform: translateY(-3px);
}

.stat-card:hover::after {
    left: 140%;
    transition: left 0.9s ease;
}

.stat-card span {
    color: #19c7c9;
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
}

.stat-card p {
    margin-top: 0.5rem;
}

.page-card {
    background: white;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    color: inherit;
    display: block;
    padding: 1.8rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-card:hover {
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
    transform: translateY(-4px);
}

.page-card h3 {
    color: #24376f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1rem;
}

.page-card p {
    color: #64748b;
    line-height: 1.7;
    margin-top: 0.7rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 2rem;
}

.testimonial-card p {
    line-height: 1.9;
}

.testimonial-card h3 {
    color: white;
    font-weight: 700;
}

.testimonial-card div p {
    color: rgba(255, 255, 255, 0.72);
}

.contact-icon {
    align-items: center;
    background: rgba(23, 50, 77, 0.08);
    border-radius: 999px;
    color: #24376f;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.form-input {
    background: white;
    border: 1px solid #dbe2ea;
    border-radius: 1rem;
    outline: none;
    padding: 0.9rem 1rem;
    width: 100%;
}

.form-input:focus {
    border-color: #24376f;
    box-shadow: 0 0 0 4px rgba(23, 50, 77, 0.08);
}

.page-hero {
    background: linear-gradient(135deg, #24376f, #130f28 58%, #6d2d92);
    color: white;
}

.page-hero__content {
    margin: 0 auto;
    max-width: 80rem;
    padding: 5.5rem 1rem;
}

.page-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 1rem;
}

.page-hero__copy {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.9;
    margin-top: 1.25rem;
    max-width: 48rem;
}

.content-card {
    background: white;
    border-radius: 2rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    padding: 2rem;
}

.content-card h2 {
    color: #24376f;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
}

.content-card h3 {
    color: #24376f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.content-card p,
.content-card li {
    color: #64748b;
    line-height: 1.9;
    margin-top: 0.9rem;
}

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

.content-card li {
    padding-left: 1.4rem;
    position: relative;
}

.content-card li::before {
    color: #19c7c9;
    content: '•';
    left: 0;
    position: absolute;
}

.apartment-hero {
    background:
        radial-gradient(circle at top right, rgba(215, 181, 109, 0.28), transparent 26%),
        linear-gradient(135deg, #24376f, #130f28 58%, #6d2d92);
}

.apartment-side-card,
.apartment-form-card {
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.apartment-success-grid {
    display: grid;
    gap: 1rem;
}

.apartment-mini-ad {
    background: linear-gradient(180deg, #fffdf8, #f8fafc);
    border: 1px solid #ebe4d2;
    border-radius: 1.5rem;
    color: inherit;
    display: block;
    padding: 1.2rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.apartment-mini-ad:hover {
    border-color: #19c7c9;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.apartment-mini-ad__tag {
    color: #6d2d92;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.apartment-mini-ad strong {
    color: #24376f;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

.apartment-mini-ad p {
    margin: 0.55rem 0 0;
}

@media (min-width: 760px) {
    .apartment-success-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.investment-hero {
    background:
        radial-gradient(circle at top right, rgba(25, 199, 201, 0.22), transparent 24%),
        linear-gradient(135deg, #24376f, #130f28 58%, #6d2d92);
}

.investment-grid {
    display: grid;
    gap: 2rem;
}

.investment-card {
    border: 1px solid rgba(36, 55, 111, 0.08);
}

.investment-card--highlight {
    background: linear-gradient(145deg, #f7fbff, #ffffff);
}

.investment-mini {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    padding: 1rem;
}

.investment-mini strong,
.investment-step strong,
.investment-stack__item strong,
.investment-price-card strong {
    color: #24376f;
    display: block;
    font-size: 1rem;
}

.investment-mini p,
.investment-step p,
.investment-stack__item p,
.investment-price-card p {
    margin: 0.45rem 0 0;
}

.investment-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.investment-pill-row span {
    background: rgba(25, 199, 201, 0.1);
    border: 1px solid rgba(25, 199, 201, 0.2);
    border-radius: 999px;
    color: #24376f;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.investment-stack {
    display: grid;
    gap: 1rem;
}

.investment-stack__item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    padding: 1.15rem;
}

.investment-lease {
    background:
        radial-gradient(circle at top right, rgba(25, 199, 201, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.investment-steps {
    display: grid;
    gap: 1rem;
}

.investment-step {
    align-items: start;
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    padding: 1rem;
}

.investment-step__number {
    align-items: center;
    background: linear-gradient(135deg, #24376f, #6d2d92);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    height: 2.1rem;
    justify-content: center;
    width: 2.1rem;
}

.investment-pricing {
    display: grid;
    gap: 1rem;
}

.investment-price-card {
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    padding: 1.25rem;
}

.investment-price-card__tag {
    color: #6d2d92;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.investment-price-card strong {
    font-size: 1.4rem;
    margin-top: 0.5rem;
}

.investment-cta {
    background:
        radial-gradient(circle at top right, rgba(25, 199, 201, 0.18), transparent 28%),
        linear-gradient(135deg, #24376f, #130f28 52%, #6d2d92);
    border-radius: 2rem;
    padding: 2rem;
}

@media (min-width: 900px) {
    .investment-grid,
    .investment-pricing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .investment-stack,
    .investment-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bee-rich-wrapper {
    font-family: 'Inter', sans-serif;
}

.bee-rich-hero {
    background: linear-gradient(135deg, #ffd43b 0%, #ffb800 50%, #8b4513 100%);
}

.bee-rich-pattern {
    background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.1) 1px, transparent 0);
    background-size: 20px 20px;
}

.bee-rich-card {
    transition: all 0.3s ease;
}

.bee-rich-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
    .search-panel__card {
        margin-top: 4.5rem;
        padding: 1rem;
    }

    .slide__content {
        padding-bottom: 10rem;
    }

    .slider-controls {
        bottom: 1rem;
        gap: 0.8rem;
    }

    .slider-btn {
        height: 2.6rem;
        width: 2.6rem;
    }
}
