:root {
    --navy: #030B19;
    --gold: #996F35;
}

body {
    background: var(--navy);
    color: #fff;
    font-family: Figtree, sans-serif;
}

html {
    scroll-behavior: smooth;
}

.muted {
    color: rgba(255, 255, 255, 0.75);
}

.footer-blurb {
    max-width: 280px;
}

.measure {
    max-width: 40rem;
}

.site-header,
.site-footer {
    background: var(--navy);
}

.site-header {
    border-bottom: 1px solid var(--gold);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.site-header .nav-link {
    color: var(--gold);
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
    color: #fff;
}

.navbar-brand {
    text-decoration: none;
}

.site-logo {
    height: 82px;
    width: auto;
}

.navbar-brand .brand-legal {
    font-size: 1.7rem;
    letter-spacing: 0.22em;
}

.navbar-brand .brand-consultant {
    font-size: 0.82rem;
    letter-spacing: 0.28em;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.header-social a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-social a:hover {
    color: #fff;
    border-color: #fff;
}

.navbar-toggler {
    border-color: var(--gold);
}

.navbar-toggler-icon {
    filter: invert(58%) sepia(40%) saturate(500%) hue-rotate(6deg);
}

@media (max-width: 991.98px) {
    .site-logo {
        height: 60px;
    }

    .navbar-brand .brand-legal {
        font-size: 1.15rem;
        letter-spacing: 0.16em;
    }

    .navbar-brand .brand-consultant {
        font-size: 0.62rem;
        letter-spacing: 0.2em;
    }

    .site-header .navbar-collapse:not(.show) {
        display: none !important;
    }

    .site-header .navbar-collapse {
        padding-top: 1rem;
        text-align: center;
    }

    .site-header .navbar-nav {
        align-items: center;
    }

    .site-header .nav-link {
        text-align: center;
    }

    .header-social {
        justify-content: center;
    }
}

.footer-logo {
    height: 64px;
    width: auto;
}

.brand-legal {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    line-height: 1.1;
}

.brand-consultant {
    display: block;
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.32em;
    margin-top: 0.15rem;
}

.footer-title {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 0.45rem;
    overflow-wrap: anywhere;
}

.footer-link:hover {
    color: var(--gold);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.footer-social a {
    width: 46px;
    height: 46px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    margin-right: 0;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social a:hover {
    color: #fff;
    border-color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(153, 111, 53, 0.4);
}

.text-gold {
    color: var(--gold) !important;
}

.hero {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--gold);
    scroll-margin-top: 5rem;
}

.hero-deco {
    position: absolute;
    right: -2rem;
    bottom: -3rem;
    font-size: 18rem;
    color: var(--gold);
    opacity: 0.08;
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.2rem, 4.6vw, 3.5rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.hero-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 34rem;
}

.hero-online {
    font-size: 0.95rem;
    font-weight: 600;
    background: rgba(153, 111, 53, 0.2);
    border: 1px solid var(--gold);
    border-radius: 50px;
    padding: 0.35rem 0.85rem;
}

.hero-stat {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.hero-stat-label {
    font-size: 1.05rem;
    font-weight: 600;
}

.hero-partner-title {
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    font-weight: 700;
    line-height: 1.15;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-stack img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--gold);
    margin-left: -10px;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.partner-globe {
    font-size: 1.75rem;
    color: var(--gold);
}

.partner-name span {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.1;
}

.partner-name small {
    display: block;
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.hero-form {
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 16px;
    padding: 1.75rem;
}

.form-success {
    color: #fff;
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-bottom: 1.25rem;
}

.hero-form .form-label {
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.hero-form .form-control {
    background: transparent;
    border: 1px solid var(--gold);
    color: #fff;
    border-radius: 8px;
    padding: 0.7rem 0.9rem;
}

.hero-form .form-control::placeholder {
    color: rgba(153, 111, 53, 0.75);
}

.hero-form .form-control:focus {
    background: transparent;
    border-color: var(--gold);
    color: #fff;
    box-shadow: 0 0 0 1px var(--gold);
}

.hero-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.btn-gold {
    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.9rem 1.25rem;
    border: 0;
}

.btn-gold:hover {
    opacity: 0.9;
    background: var(--gold);
    color: var(--navy);

}

.categories {
    background: var(--navy);
}

.categories-title {
    color: var(--gold);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
}

.categories-sub {
    color: var(--gold);
    opacity: 0.8;
}

.category-card {
    display: block;
    height: 100%;
    padding: 2.25rem 1.5rem 2.5rem;
    min-height: 220px;
    border-radius: 1.25rem;
    color: inherit;
    background: transparent;
    border: 1px solid var(--gold);
    cursor: default;
}

.category-card h3 {
    color: var(--gold);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.category-card p {
    color: var(--gold);
    opacity: 0.8;
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.45;
}

.category-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border: 1px solid var(--gold);
    color: var(--gold);
}

.how {
    background: var(--navy);
}

.how-steps {
    position: relative;
}

.how-steps::before {
    content: "";
    position: absolute;
    top: 2.75rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: var(--gold);
    opacity: 0.35;
}

.how-card {
    position: relative;
    z-index: 1;
    background: var(--navy);
    border: 1px solid var(--gold);
    border-radius: 1.25rem;
    padding: 2rem 1.25rem 2.25rem;
    min-height: 280px;
    height: 100%;
}

.how-badge-wrap {
    position: relative;
    display: inline-block;
}

.how-num {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    font-size: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.how-icon {
    position: absolute;
    top: -6px;
    right: -18px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid var(--gold);
    background: var(--navy);
    color: var(--gold);
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.how-card h3 {
    color: var(--gold);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.how-card p {
    color: var(--gold);
    opacity: 0.8;
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .how-steps::before {
        display: none;
    }
}

.join-wrap {
    background: var(--navy);
}

.join-banner {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gold);
    border-radius: 1.5rem;
    padding: 4.5rem 1.5rem;
}

.join-banner::before,
.join-banner::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    opacity: 0.45;
    pointer-events: none;
    box-shadow:
        0 0 0 14px var(--navy),
        0 0 0 15px var(--gold),
        0 0 0 28px var(--navy),
        0 0 0 29px var(--gold);
}

.join-banner::before {
    top: -110px;
    left: -110px;
}

.join-banner::after {
    right: -110px;
    bottom: -110px;
}

.join-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    margin: 0;
}

.btn-join {
    position: relative;
    z-index: 1;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 0.55rem 1.6rem;
    font-weight: 600;
}

.btn-join:hover {
    background: var(--gold);
    color: var(--navy);
}

.why {
    background: var(--navy);
}

.why-left {
    position: sticky;
    top: 7rem;
    padding-bottom: 2rem;
}

.why-label {
    color: var(--gold);
    font-size: 1.15rem;
}

.why-title {
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.15;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 5rem 0;
}

.why-item:first-child {
    padding-top: 0;
}

.why-num {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
    flex-shrink: 0;
    min-width: 5.5rem;
}

.why-num::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: var(--gold);
}

.why-item p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .why-left {
        position: static;
        margin-bottom: 2rem;
    }

    .why-item {
        padding: 1.75rem 0;
    }
}

.about-us {
    background: var(--navy);
}

.about-lead {
    color: var(--gold);
    opacity: 0.85;
    max-width: 46rem;
    line-height: 1.7;
}

.about-card {
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 1.25rem;
    padding: 2.5rem;
    height: 100%;
}

.about-icon {
    width: 52px;
    height: 52px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.about-card h3 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.about-card h3.h5 {
    font-size: 1.1rem;
    line-height: 1.35;
}

.about-card p {
    color: var(--gold);
    opacity: 0.85;
    margin-bottom: 0;
    line-height: 1.6;
}

.team {
    background: var(--navy);
}

.team-lead {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.7;
}

.team-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid var(--gold);
    background: var(--navy);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.team-photo-initials {
    color: var(--gold);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.team-name {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.team-role {
    color: var(--gold);
    opacity: 0.8;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.reviews {
    background: var(--navy);
}

.reviews-label {
    color: var(--gold);
    display: inline-block;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 0.2rem;
    font-size: 1rem;
}

.reviews-sub {
    color: #fff;
    max-width: 36rem;
}

.reviews-marquee {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    height: 640px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #030B19 8%, #030B19 92%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #030B19 8%, #030B19 92%, transparent);
}

.reviews-col {
    overflow: hidden;
}

.reviews-track {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.reviews-col-up .reviews-track {
    animation: review-up 28s linear infinite;
}

.reviews-col-down .reviews-track {
    animation: review-down 28s linear infinite;
}

.reviews-marquee:hover .reviews-track {
    animation-play-state: paused;
}

@keyframes review-up {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes review-down {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}

.review-card {
    border: 1px solid var(--gold);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    background: var(--navy);
    flex-shrink: 0;
}

.review-stars {
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 0.15rem;
}

.review-quote {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.review-name {
    display: block;
    color: #fff;
    font-size: 0.95rem;
}

.review-role {
    display: block;
    color: var(--gold);
    opacity: 0.8;
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .reviews-marquee {
        grid-template-columns: 1fr;
        height: 480px;
    }

    .reviews-col-down,
    .reviews-col-up:last-child {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reviews-col-up .reviews-track,
    .reviews-col-down .reviews-track {
        animation: none;
    }
}

.wa-widget {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50px;
    padding: 0.7rem 1.15rem;
    font-weight: 600;
    text-decoration: none;
}

.wa-widget i {
    font-size: 1.2rem;
}

.wa-widget:hover {
    color: var(--navy);
    opacity: 0.9;
}

.contact-us {
    background: var(--navy);
    scroll-margin-top: 5rem;
}

.contact-lead {
    color: var(--gold);
    opacity: 0.85;
    line-height: 1.7;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    text-decoration: none;
}

.contact-item:hover {
    color: #fff;
}

.contact-icon {
    width: 48px;
    height: 48px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    font-size: 0.95rem;
}

.contact-item small {
    display: block;
    color: var(--gold);
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.about-page {
    background: var(--navy);
}

.about-photo {
    border: 1px solid var(--gold);
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--navy);
    line-height: 0;
}

.about-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.about-story {
    color: var(--gold);
    opacity: 0.9;
    line-height: 1.75;
    font-size: 1.05rem;
}

.about-cover {
    width: 100%;
    line-height: 0;
}

.about-cover-img {
    width: 100%;
    height: auto;
    display: block;
}

.services-page {
    background: var(--navy);
}

.service-card {
    display: flex;
    flex-direction: column;
    background: var(--navy);
    border: 1px solid var(--gold);
    border-radius: 1rem;
    padding: 2rem;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    border: 1px solid var(--gold);
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.7rem;
    margin-bottom: 1.25rem;
}

.service-card-title {
    color: var(--gold);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.service-rep {
    color: #fff;
    opacity: 0.85;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.service-location {
    color: var(--gold);
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
}

.service-text {
    color: #fff;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.btn-service {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid var(--gold);
    font-weight: 600;
    padding: 0.75rem 1rem;
}

.btn-service:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

.team-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.team-card-link:hover .team-name {
    color: #fff;
}

.team-card-link:hover .team-role {
    color: var(--gold);
}

.team-page {
    background: var(--navy);
}

.team-founder {
    border-bottom: 1px solid rgba(153, 111, 53, 0.45);
}

@media (min-width: 992px) {
    .team-founder {
        --bs-gutter-x: 4.5rem;
    }
}

.team-founder-name {
    color: #fff;
    font-size: 2.15rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.team-founder-role {
    color: var(--gold);
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
}

.team-founder-text {
    color: #fff;
    opacity: 0.9;
    font-size: 1.08rem;
    line-height: 1.85;
}

.team-founder-photo {
    border: 1px solid var(--gold);
    border-radius: 1rem;
    overflow: hidden;
    background: var(--navy);
    line-height: 0;
}

.team-founder-photo img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
}

.team-back {
    color: var(--gold);
    text-decoration: none;
}

.team-back:hover {
    color: #fff;
}

.team-detail-photo {
    width: 220px;
    height: 220px;
}

.team-detail-name {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.team-detail-roles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-detail-roles li {
    color: var(--gold);
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.team-detail-heading {
    color: var(--gold);
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid var(--gold);
}

.team-detail-text {
    color: #fff;
    opacity: 0.85;
    line-height: 1.75;
    white-space: pre-wrap;
    margin-bottom: 1.75rem;
}

.team-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}

.team-detail-list li {
    color: #fff;
    margin-bottom: 0.45rem;
}

.team-detail-list a {
    color: var(--gold);
    text-decoration: none;
}

.team-detail-list a:hover {
    color: #fff;
}

.pagination {
    --bs-pagination-bg: transparent;
    --bs-pagination-border-color: var(--gold);
    --bs-pagination-color: var(--gold);
    --bs-pagination-hover-bg: transparent;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-border-color: var(--gold);
    --bs-pagination-focus-bg: transparent;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-bg: var(--gold);
    --bs-pagination-active-border-color: var(--gold);
    --bs-pagination-active-color: var(--navy);
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: var(--gold);
    --bs-pagination-disabled-color: var(--gold);
}
