:root {
    --font-base: "Inter", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --color-primary: #0f8b8d;
    --color-primary-dark: #0b6465;
    --color-primary-light: rgba(15, 139, 141, 0.12);
    --color-accent: #ff5a5f;
    --color-ink: #1c2731;
    --color-muted: #5f6c76;
    --radius-pill: 999px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --shadow-soft: 0 22px 45px -30px rgba(12, 64, 67, 0.65);
    --shadow-card: 0 28px 58px -24px rgba(28, 39, 49, 0.4);
}

body {
    font-family: var(--font-base);
    color: var(--color-ink);
    background-color: #f7f8fa;
}

body.frontend-page {
    background: radial-gradient(circle at 10% 20%, rgba(23, 190, 187, 0.12) 0%, transparent 45%), radial-gradient(circle at 90% 8%, rgba(255, 90, 95, 0.12) 0%, transparent 55%), linear-gradient(180deg, #ffffff 0%, #f6f8fb 45%, #eef3f7 100%);
    min-height: 100vh;
}

.js-header-fix-moment .site-header__bar {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(12, 34, 46, 0.08);
    box-shadow: 0 12px 28px -18px rgba(12, 34, 46, 0.25);
}

.js-header-fix-moment .site-header__menu li > a {
    color: var(--color-muted);
}

.js-header-fix-moment .site-header__menu li > a:hover,
.js-header-fix-moment .site-header__menu li.active > a {
    color: var(--color-primary);
}

.js-header-fix-moment .site-header__cta {
    background: linear-gradient(120deg, var(--color-primary) 0%, #14a2b0 100%);
    border: none;
    color: #fff;
    box-shadow: 0 18px 40px -24px rgba(15, 139, 141, 0.6);
}

.js-header-fix-moment .site-header__cta-label {
    color: #ffffff;
}

.js-header-fix-moment .site-header__cta-meta {
    color: rgba(255, 255, 255, 0.85);
}

.js-header-fix-moment .site-header__toggle {
    background: var(--color-primary);
    color: #fff;
}
.js-header-fix-moment .bravo_topbar a,
.js-header-fix-moment .bravo_topbar i
{
    color: #08141b !important;
}
.footer-modern {
    background: #08141b;
    color: rgba(255, 255, 255, 0.88);

    position: relative;
    overflow: hidden;
}

.footer-modern__top {
    padding: 4.5rem 0 3.5rem;
}

.footer-modern::before,
.footer-modern::after {
    content: "";
    position: absolute;
    filter: blur(80px);
}

.footer-modern::before {
    top: -180px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(23, 190, 187, 0.2);
}

.footer-modern::after {
    bottom: -200px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: rgba(255, 90, 95, 0.18);
}

.footer-modern__grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr) minmax(0, 320px);
}

.footer-modern__brand {
    display: grid;
    gap: 1rem;
}

.footer-modern__logo {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.footer-modern__logo img {
    height: 46px;
}

.footer-modern__about {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.footer-modern__socials {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.footer-modern__social-link {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-modern__social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer-modern__links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.75rem;
}

.footer-modern__column h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.footer-modern__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-modern__column ul li {
    margin-bottom: 0.55rem;
}

.footer-modern__column ul li a {
    color: rgba(255, 255, 255, 0.68);
}

.footer-modern__column ul li a:hover {
    color: #fff;
}

.footer-modern__column .list-group-item {
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0.08);
    padding-left: 0;
    padding-right: 0;
}

.footer-modern__column .list-group-item a {
    color: inherit;
}

.footer-modern__column .list-group-item:first-child {
    padding-top: 0.9rem;
}

.footer-modern__column .list-group-item:last-child {
    padding-bottom: 0.9rem;
}

.footer-modern__newsletter h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.footer-modern__newsletter p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1rem;
}

.footer-modern__form-group {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 0.35rem;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-modern__form-group input {
    flex: 1;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 0.65rem 0.95rem;
}

.footer-modern__form-group input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer-modern__form-group button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(120deg, rgba(23, 190, 187, 0.8) 0%, rgba(15, 139, 141, 0.9) 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
}

.footer-modern__form-group button .fa-spinner {
    display: none;
}

.footer-modern__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.75rem 0;
    color: rgba(255, 255, 255, 0.6);
}

.footer-modern__bottom-grid {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.footer-modern__legal a,
.footer-modern__meta a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-modern__legal a:hover,
.footer-modern__meta a:hover {
    color: #fff;
}

.user-page .footer-modern {
    margin-top: 2.5rem;
    border-radius: 32px 32px 0 0;
    padding-top: 3rem;
    box-shadow: 0 -24px 60px -40px rgba(12, 34, 46, 0.4);
}

.user-page .footer-modern__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.user-page .footer-modern__links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.user-page .footer-modern__bottom {
    padding: 1.25rem 0 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-page .footer-modern__bottom-grid {
    justify-content: space-between;
    gap: 1rem;
}

.footer-modern--compact {
    padding-top: 2rem;
    margin-top: 1.5rem;
}

.footer-modern--compact .footer-modern__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.25rem 0;
}

.footer-modern__compact {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2rem 0 1.5rem;
    flex-wrap: wrap;
}

.footer-modern__compact-brand {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.8);
    display: grid;
    gap: 0.75rem;
}

.footer-modern__compact-brand p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-modern__compact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex: 1;
    min-width: 260px;
}

.footer-modern--compact .footer-modern__column {
    min-width: 180px;
}

.footer-modern--compact .footer-modern__column h4 {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .footer-modern__compact {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-modern__compact-links {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .footer-modern__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-modern__top {
        padding: 3.5rem 0 3rem;
    }
}

@media (max-width: 576px) {
    .footer-modern__form-group {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-modern__form-group button {
        width: 100%;
        justify-content: center;
    }
}
/* Header tweaks */
.bravo_header {
    position: relative;
    z-index: 20;
    border-radius: 0 0 26px 26px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px -28px rgba(28, 39, 49, 0.45);
}

.u-header--bg-transparent .bravo_header {
    background: rgba(10, 28, 34, 0.35);
    backdrop-filter: blur(22px);
}

.header-action-list {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
}

.header-action-list > li {
    list-style: none;
}

.host-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.35rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(120deg, var(--color-primary) 0%, #17bebb 100%);
    color: #fff !important;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.host-cta__button:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 26px 50px -24px rgba(23, 190, 187, 0.6);
}

.header-action-list .topbar-items > li + li {
    margin-left: 0;
}

.u-header__navbar-brand-text {
    font-weight: 700;
    letter-spacing: 0.08em;
}

.bravo-more-menu {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-light);
    color: var(--color-primary);
    transition: background 0.2s ease, color 0.2s ease;
}

.bravo-more-menu:hover {
    background: var(--color-primary);
    color: #fff;
}

/* Hero */
.hero-modern-wrapper {
    position: relative;
    border-radius: 0 0 48px 48px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-modern-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 34, 46, 0.92) 0%, rgba(15, 139, 141, 0.88) 55%, rgba(18, 20, 23, 0.75) 100%);
    mix-blend-mode: multiply;
}

.hero-modern-content {
    position: relative;
    display: grid;
    gap: 2.25rem;
}

.hero-modern-headline {
    max-width: 100%;
    margin: 0 auto;
}

.hero-modern-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.hero-modern-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    display: inline-block;
}

.hero-modern-title {
    font-size: clamp(2.8rem, 4.6vw, 4.4rem);
    line-height: 1.05;
    font-weight: 700;
    margin: 1.25rem 0 0.75rem;
}

.hero-modern-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.5rem;
}

.hero-modern-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.hero-modern-tag,
.hero-modern-tag--static {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.hero-modern-tag:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.hero-modern-tag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    font-size: 0.9rem;
}

.hero-modern-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

/* User Dashboard */
.user-page .bravo_wrap {
    background: radial-gradient(circle at 5% 10%, rgba(20, 170, 170, 0.15) 0%, transparent 45%),
                radial-gradient(circle at 90% 0%, rgba(255, 90, 95, 0.12) 0%, transparent 45%),
                var(--color-sand);
}

.user-dashboard {
    position: relative;
    padding: 3rem 0 4rem;
    background: transparent;
}

.user-dashboard .container-fluid {
    max-width: 1360px;
}

.user-dashboard__main {
    display: grid;
    gap: 1.75rem;
}

.card-shadow {
    background: var(--color-elevated);
    border-radius: 28px;
    padding: 2.25rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(15, 24, 36, 0.06);
}

.user-dashboard__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.user-dashboard__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

.user-dashboard__hero-content h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.user-dashboard__hero-content p {
    color: var(--color-muted);
    margin-bottom: 1rem;
}

.user-dashboard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    color: var(--color-muted);
}

.user-dashboard__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-pill);
    background: rgba(15, 24, 36, 0.05);
    font-weight: 500;
}

.user-dashboard__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.user-dashboard__hero-actions .btn {
    border-radius: 14px;
    padding: 0.75rem 1.4rem;
    font-weight: 600;
}

.user-dashboard__hero-actions .btn-outline-primary {
    border: 1px solid rgba(15, 124, 134, 0.35);
    color: var(--color-primary);
}

.user-dashboard__hero-actions .btn-outline-primary:hover {
    background: var(--color-primary);
    color: #fff;
}

.user-dashboard__stats {
    display: grid;
    gap: 1rem;
}

.user-dashboard__stats article {
    background: rgba(15, 124, 134, 0.08);
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 24, 36, 0.06);
}

.user-dashboard__stats span {
    display: block;
    font-size: 0.9rem;
    color: var(--color-muted);
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.user-dashboard__stats strong {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-ink);
}

.user-dashboard__content {
    padding: 0;
}

.user-dashboard__content .user-form-settings {
    padding: 2rem;
}

.user-dashboard__mobile-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--color-elevated);
    border-radius: var(--radius-pill);
    padding: 0.5rem 0.95rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(15, 24, 36, 0.08);
    box-shadow: 0 12px 30px -20px rgba(12, 34, 46, 0.45);
    color: var(--color-muted);
}

.user-dashboard__mobile-toggle i {
    font-size: 1.15rem;
}

.user-dashboard__sidebar {
    background: linear-gradient(180deg, #091820 0%, #0f2b33 100%);
    border-radius: 32px;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.85);
    min-height: 100%;
    position: relative;
    box-shadow: 0 40px 70px -45px rgba(7, 15, 20, 0.8);
}

.user-dashboard__sidebar::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.user-dashboard__sidebar-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.user-dashboard__close {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: pointer;
}

.user-dashboard__identity {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.user-dashboard__identity .logo {
    margin: 0;
}

.user-dashboard__identity .avatar,
.user-dashboard__identity .avatar-text {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px -18px rgba(0, 0, 0, 0.8);
}

.user-dashboard__identity-copy h5 {
    color: #fff;
    margin: 0.35rem 0;
    font-size: 1.35rem;
}

.user-dashboard__email {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.user-dashboard__referral {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 0.85rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.user-dashboard__referral span {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.user-dashboard__referral strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
}

.user-dashboard__referral button {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 0.45rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-dashboard__referral button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.user-dashboard__sidebar-actions .btn {
    border-radius: 16px;
    font-weight: 600;
    padding: 0.75rem 1.2rem;
    width: 100%;
    justify-content: center;
}

.user-dashboard__menu-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.75rem;
}

.user-dashboard__menu .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.user-dashboard__menu .main-menu > li > a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    position: relative;
    transition: background 0.2s ease;
}

.user-dashboard__menu .main-menu > li > a:hover,
.user-dashboard__menu .main-menu > li.active > a {
    background: rgba(255, 255, 255, 0.12);
}

.user-dashboard__menu .icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.user-dashboard__menu .children {
    list-style: none;
    margin: 0.4rem 0 0.2rem 2.4rem;
    padding: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.user-dashboard__menu .children li a {
    display: block;
    padding: 0.4rem 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.user-dashboard__menu .children li.active a {
    color: #fff;
    font-weight: 600;
}

.user-dashboard__sidebar-footer {
    display: grid;
    gap: 0.45rem;
}

.user-dashboard__logout,
.user-dashboard__back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.user-dashboard__back-link {
    color: #1abc9c;
}

.user-dashboard__back-link:hover,
.user-dashboard__logout:hover {
    color: #fff;
}

.legacy-user-form {
    background: transparent;
    padding: 0;
}

.legacy-user-form__body {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 15px 45px -30px rgba(12, 34, 46, 0.4);
}

.bravo_user_profile:not(.user-dashboard) .legacy-user-form__body {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.user-dashboard__content .user-form-settings {
    background: transparent;
}

.user-dashboard__content .user-form-settings .card,
.user-dashboard__content .user-form-settings .panel {
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .user-dashboard__hero {
        grid-template-columns: minmax(0, 1fr);
    }

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

@media (max-width: 768px) {
    .user-dashboard {
        padding-top: 2rem;
    }

    .user-dashboard__stats {
        grid-template-columns: minmax(0, 1fr);
    }

    .user-dashboard__identity {
        flex-direction: column;
        text-align: center;
    }

    .user-dashboard__referral {
        flex-direction: column;
    }

    .user-dashboard__hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .user-dashboard__content .user-form-settings {
        padding: 1.25rem;
    }

    .user-dashboard__menu .children {
        margin-left: 1.4rem;
    }
}

.hero-modern-primary {
    padding: 0.85rem 2.4rem;
    border-radius: var(--radius-pill);
    font-weight: 600;
    letter-spacing: 0.04em;
    box-shadow: var(--shadow-card);
}

.hero-modern-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.hero-modern-secondary:hover {
    color: #fff;
}

.hero-modern-search {
    position: relative;
    padding: 2.25rem 2.35rem 2.5rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: radial-gradient(140% 140% at 100% 0%, rgba(255, 255, 255, 0.82) 0%, rgba(235, 245, 245, 0.96) 35%, rgba(255, 255, 255, 0.94) 100%);
    box-shadow: 0 40px 80px -45px rgba(12, 34, 46, 0.55);
}

.hero-modern-search__glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}

.hero-modern-search__glow--one {
    top: -160px;
    right: -80px;
    background: rgba(23, 190, 187, 0.45);
}

.hero-modern-search__glow--two {
    bottom: -180px;
    left: -100px;
    background: rgba(255, 90, 95, 0.35);
}

.hero-modern-search__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.65rem;
}

.hero-modern-search__header {
    display: grid;
    gap: 0.85rem;
}

.hero-modern-search__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--color-primary);
}

.hero-modern-search__eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 1px;
    background: var(--color-primary);
}

.hero-modern-search__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-ink);
    margin: 0;
}

.hero-modern-search__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-modern-search__step {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(15, 139, 141, 0.08);
    border-radius: var(--radius-pill);
    padding: 0.4rem 0.85rem;
}

.hero-modern-search__step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-modern-search__step-text {
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.9rem;
}

.hero-modern-search__divider {
    width: 28px;
    height: 1px;
    background: rgba(28, 39, 49, 0.12);
}

.hero-modern-search__body {
    display: grid;
    gap: 1rem;
}

.hero-modern-tabs {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.hero-modern-tabs .nav-link {
    border-radius: var(--radius-pill);
    padding: 0.6rem 1.35rem;
    background: rgba(15, 139, 141, 0.08);
    color: var(--color-muted);
    font-weight: 600;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    transition: all 0.2s ease;
}

.hero-modern-tabs .nav-link:hover {
    border-color: rgba(15, 139, 141, 0.35);
    color: var(--color-primary);
}

.hero-modern-tabs .nav-link.active {
    background: linear-gradient(120deg, var(--color-primary) 0%, #17bebb 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 18px 38px -24px rgba(10, 64, 67, 0.55);
}

.hero-modern-tabs__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    color: inherit;
    font-size: 1.1rem;
}

.hero-modern-tabs .nav-link.active .hero-modern-tabs__icon {
    background: rgba(255, 255, 255, 0.22);
}

.hero-modern-tabs__text {
    white-space: nowrap;
}

.hero-modern-pane-group {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: inset 0 0 0 1px rgba(28, 39, 49, 0.05);
}

.hero-modern-pane {
    padding-top: 0.5rem;
}



.hero-modern-pane-inner .form-control,
.hero-modern-pane-inner .select2-selection {
    border-radius: 14px !important;
    border-color: rgba(28, 39, 49, 0.12);
    min-height: 52px;
    box-shadow: none;
}

.hero-modern-pane-inner .form-control:focus {
    border-color: var(--color-primary);
}

.hero-modern-pane-inner .btn {
    border-radius: var(--radius-pill);
    font-weight: 600;
}

.hero-modern-feature {
    padding: 3rem 0 4rem;
    background: #f7f8fa;
}

.hero-modern-feature__grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hero-modern-feature__item {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.75rem 1.6rem;
    box-shadow: 0 28px 58px -32px rgba(28, 39, 49, 0.35);
    border: 1px solid rgba(28, 39, 49, 0.06);
    display: grid;
    gap: 0.75rem;
}

.hero-modern-feature__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--color-primary-light);
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.hero-modern-feature__item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-ink);
    margin: 0;
}

.hero-modern-feature__item p {
    margin: 0;
    color: var(--color-muted);
}

.hero-showcase {
    padding: 4rem 0 4.5rem;
}

.hero-showcase__header {
    max-width: 720px;
    margin: 0 auto 2.25rem;
    text-align: center;
    display: grid;
    gap: 0.75rem;
}

.hero-showcase__header h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
}

.hero-showcase__header p {
    color: var(--color-muted);
    margin: 0 auto;
}

.hero-showcase__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
}

.hero-showcase__grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hero-showcase__item {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.85rem 1.65rem;
    display: grid;
    gap: 0.75rem;
    box-shadow: 0 24px 52px -30px rgba(12, 34, 46, 0.35);
    border: 1px solid rgba(28, 39, 49, 0.08);
    position: relative;
    overflow: hidden;
}

.hero-showcase__item::after {
    content: "";
    position: absolute;
    inset: auto -40% -60% auto;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at 100% 100%, rgba(23, 190, 187, 0.2), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-showcase__item:hover::after {
    opacity: 1;
}

.hero-showcase__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(15, 139, 141, 0.12);
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.hero-showcase__item h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-ink);
}

.hero-showcase__item p {
    margin: 0;
    color: var(--color-muted);
}

.hero-showcase__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: var(--color-primary);
}

.hero-showcase__link:hover {
    color: var(--color-primary-dark);
}

.hero-journey {
    padding: 4.5rem 0 4.75rem;
}

.hero-journey__wrap {
    background: linear-gradient(135deg, rgba(15, 139, 141, 0.12) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 32px;
    padding: 2.75rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    box-shadow: 0 40px 70px -35px rgba(12, 34, 46, 0.45);
    position: relative;
    overflow: hidden;
}

.hero-journey__wrap::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -40px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 90, 95, 0.18), transparent 65%);
    filter: blur(30px);
}

.hero-journey__intro {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1rem;
}

.hero-journey__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    background: rgba(15, 139, 141, 0.16);
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.hero-journey__intro h2 {
    font-size: clamp(2rem, 4vw, 2.7rem);
    margin: 0;
    font-weight: 700;
}

.hero-journey__intro p {
    margin: 0;
    color: var(--color-muted);
}

.hero-journey__cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero-journey__timeline {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.65rem;
}

.hero-journey__timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 139, 141, 0.28) 0%, rgba(15, 139, 141, 0) 100%);
}

.hero-journey__step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    position: relative;
}

.hero-journey__step-dot {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #17bebb 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 15px 30px -18px rgba(15, 139, 141, 0.6);
    position: relative;
    z-index: 1;
}

.hero-journey__step-body h3 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.hero-journey__step-body p {
    margin: 0;
    color: var(--color-muted);
}
@media (max-width: 992px) {
    .bravo_header {
        border-radius: 0 0 20px 20px;
    }

    .hero-modern-headline {
        text-align: center;
    }

    .hero-modern-actions {
        justify-content: center;
    }

    .hero-modern-search {
        padding: 1.6rem;
    }

    .hero-modern-search__meta {
        gap: 0.65rem;
    }

    .hero-modern-feature {
        padding: 2.5rem 0;
    }

    .hero-journey__wrap {
        grid-template-columns: minmax(0, 1fr);
        padding: 2.25rem;
    }

    .hero-journey__timeline::before {
        left: 20px;
    }
}

@media (max-width: 768px) {
    .host-cta__button {
        padding: 0.5rem 1.1rem;
    }

    .hero-modern-search__inner {
        gap: 1.25rem;
    }

    .hero-modern-pane-group {
        padding: 1rem;
    }

    .hero-modern-search__title {
        font-size: 1.55rem;
    }

    .hero-modern-tabs {
        gap: 0.5rem;
    }

    .hero-modern-feature__grid {
        gap: 1.25rem;
    }

    .hero-showcase__grid {
        gap: 1.35rem;
    }

    .hero-journey__step {
        grid-template-columns: 42px minmax(0, 1fr);
    }
}

@media (max-width: 576px) {
    .hero-modern-stat {
        min-width: 100%;
    }

    .hero-modern-title {
        font-size: 2.6rem;
    }

    .hero-modern-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-modern-search {
        padding: 1.25rem;
    }

    .hero-modern-pane-inner {
        padding: 1rem 1.1rem 1.1rem;
    }

    .hero-modern-search__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-modern-search__divider {
        display: none;
    }

    .hero-modern-feature {
        padding: 2rem 0;
    }

    .hero-showcase {
        padding: 3rem 0;
    }

    .hero-journey__wrap {
        padding: 1.75rem;
    }

    .hero-journey__cta {
        gap: 0.5rem;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-journey__timeline::before {
        left: 18px;
    }
}

.cta-spotlight {
    position: relative;
    padding: 4.25rem 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.cta-spotlight__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 34, 46, 0.85) 0%, rgba(15, 139, 141, 0.58) 100%);
    z-index: 1;
}

.cta-spotlight .container {
    position: relative;
    z-index: 2;
}

.cta-spotlight__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    color: #ffffff;
}

.cta-spotlight__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.cta-spotlight__title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0.75rem 0 0.5rem;
}

.cta-spotlight__subtitle {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
}

.cta-spotlight__button {
    min-width: 220px;
    padding: 0.85rem 2.4rem;
    border-radius: var(--radius-pill);
    font-weight: 600;
    box-shadow: 0 24px 45px -24px rgba(15, 139, 141, 0.65);
}

@media (max-width: 768px) {
    .cta-spotlight__content {
        align-items: flex-start;
    }

    .cta-spotlight__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .cta-spotlight {
        padding: 3.5rem 0;
    }

    .cta-spotlight__button {
        width: 100%;
        text-align: center;
    }
}

.trending-spaces {
    padding: 4.5rem 0 4.75rem;
}

.trending-spaces__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.trending-spaces__header h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin: 0;
}

.trending-spaces__header p {
    margin: 0;
    color: var(--color-muted);
    max-width: 520px;
}

.trending-spaces__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.65rem;
}

.trending-spaces__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--color-primary);
}

.trending-spaces__view-all:hover {
    color: var(--color-primary-dark);
}

.trending-spaces__tabs {
    margin-bottom: 1.75rem;
}

.trending-spaces__tabs .nav-pills {
    gap: 0.75rem;
    flex-wrap: wrap;
}

.trending-spaces__tabs .nav-link {
    border-radius: 18px;
    padding: 0.75rem 1.35rem;
    border: 1px solid rgba(15, 139, 141, 0.16);
    background: #ffffff;
    display: grid;
    gap: 0.35rem;
    align-items: start;
    min-width: 220px;
    transition: all 0.2s ease;
}

.trending-spaces__tabs .nav-link.active {
    background: linear-gradient(120deg, rgba(15, 139, 141, 0.12) 0%, rgba(15, 139, 141, 0.28) 100%);
    border-color: rgba(15, 139, 141, 0.4);
    color: var(--color-primary-dark);
    box-shadow: 0 16px 32px -24px rgba(12, 34, 46, 0.35);
}

.trending-spaces__tab-label {
    font-weight: 600;
    color: var(--color-ink);
}

.trending-spaces__tab-desc {
    font-size: 0.85rem;
    color: var(--color-muted);
}

.active .trending-spaces__tab-label, .active .trending-spaces__tab-desc {
    color: #ffffff;
}


.trending-spaces__tab-desc-highlight {
    color: #ffffff;
}

.trending-spaces__card {
    height: 100%;
    border-radius: 24px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px -32px rgba(12, 34, 46, 0.35);
    border: 1px solid rgba(28, 39, 49, 0.05);
}

.trending-spaces__card .card-img-top {
    border-radius: 24px 24px 0 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.trending-spaces__card .card-body {
    padding-bottom: 1.25rem;
}

.space-card-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(6, 11, 25, 0.9) 0%, rgba(12, 29, 45, 0.65) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 0.65rem 0.9rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 30px -25px rgba(5, 9, 17, 0.9);
}

.space-card-price__amounts {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-weight: 600;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.space-card-price__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    opacity: 0.85;
}

.space-card-price__old {
    text-decoration: line-through;
    opacity: 0.8;
    font-size: 0.95rem;
}

.space-card-price__current {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.space-card-price__unit {
    font-size: 0.9rem;
    opacity: 0.9;
    text-transform: capitalize;
}

.space-card-price__badge {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.trending-spaces__empty {
    padding: 2.5rem;
    text-align: center;
    border-radius: 24px;
    background: rgba(15, 139, 141, 0.08);
    color: var(--color-primary);
    font-weight: 600;
}

@media (max-width: 768px) {
    .trending-spaces__card {
        border-radius: 20px;
    }

    .trending-spaces__card .card-img-top {
        height: 200px;
    }

    .trending-spaces__header {
        align-items: flex-start;
    }

    .trending-spaces__header h2 {
        font-size: 2.2rem;
    }

    .trending-spaces__tabs .nav-link {
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .trending-spaces {
        padding: 3.25rem 0 3.75rem;
    }

    .trending-spaces__tabs .nav-pills {
        gap: 0.45rem;
    }

    .trending-spaces__tabs .nav-link {
        min-width: 100%;
    }

    .trending-spaces__card .card-img-top {
        height: 180px;
    }
}

.how-works {
    position: relative;
    padding: 4.5rem 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.how-works__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12,34,46,0.86) 0%, rgba(12,34,46,0.65) 100%);
    z-index: 1;
}

.how-works .container {
    position: relative;
    z-index: 2;
}

.how-works__header {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
    display: grid;
    gap: 0.75rem;
}

.how-works__header h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin: 0;
}

.how-works__header p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0 auto;
}

.how-works__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
}

.how-works__grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.how-works__card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 1.75rem 1.6rem;
    box-shadow: 0 32px 60px -30px rgba(10, 40, 44, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    gap: 1.1rem;
}

.how-works__step {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.how-works__step-number {
    font-size: 1rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.35rem 1.05rem;
    letter-spacing: 0.12em;
}

.how-works__step-line {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.25);
}

.how-works__content {
    display: grid;
    gap: 1rem;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
}

.how-works__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.how-works__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.how-works__content h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.how-works__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
    .how-works__grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .how-works__content {
        grid-template-columns: 52px minmax(0, 1fr);
    }
}

@media (max-width: 576px) {
    .how-works {
        padding: 3.5rem 0;
    }

    .how-works__card {
        padding: 1.5rem;
    }
}

