:root {
    --brand-black: #0D0D0D;
    --brand-text-primary: #FFFFFF;
    --brand-text-muted: #D6D6D6;
    --brand-copper: #BB7333;
    --brand-copper-light: #E0A76F;
    --brand-copper-dark: #BA4A1E;
    --brand-copper-gradient: linear-gradient(135deg, #E0A76F, #BA4A1E);
    --brand-border-copper: rgba(187, 115, 51, 0.35);
    --brand-glow-copper: rgba(187, 115, 51, 0.15);
    --brand-card-dark: #161616;
    --font-heading: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
}

html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.main-header .logo-default {
    display: block !important;
}

.main-header .logo-scrolled {
    display: none !important;
}

.main-header.scrolled .logo-default {
    display: none !important;
}

.main-header.scrolled .logo-scrolled {
    display: block !important;
}

.bg-navy {
    background: #0d0d0d;
}

.text-gold {
    color: #BB7333;
}

.hero-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.hero-subtitle {
    color: #BB7333;
    font-size: 24px;
    font-weight: 600;
}

.hero-description {
    color: rgba(255, 255, 255, .75);
    max-width: 600px;
}

.hero-tag {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(187, 115, 51, .3);
    background: rgba(187, 115, 51, .1);
    color: #BB7333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-gold {
    background: #BB7333;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
}

.btn-gold:hover .btn-outline-custom {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
}

.hero-image {
    max-width: 500px;
}

.hero-card {
    position: absolute;
    background: #fff;
    color: #0d0d0d;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.hero-card-left {
    top: 60px;
    left: -40px;
}

.hero-card-right {
    bottom: 80px;
    right: -40px;
}

.hero-badge {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: #BB7333;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
}

@media(max-width:991px) {


    .hero-title {
        font-size: 42px;
    }

}

.hero-image-wrapper {
    width: 460px;
    height: 500px;
    position: relative;
}

.hero-image-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 1;

    /* Match the reference image */
    filter:
        grayscale(55%) brightness(68%) contrast(88%) saturate(65%);

    mix-blend-mode: normal;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to bottom,
            rgba(20, 20, 18, 0.10) 0%,
            rgba(20, 20, 18, 0.18) 50%,
            rgba(20, 20, 18, 0.30) 100%);

    pointer-events: none;
}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
    z-index: 2;
}

.floating-card-left {
    top: 64px;
    left: -40px;
}

.floating-card-right {
    bottom: 96px;
    right: -32px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(187, 115, 51, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle span {
    color: #BB7333;
    font-size: 18px;
    font-weight: 700;
}

.custom-progress {
    height: 6px;
    background: #F0EBE2;
}

.custom-progress .progress-bar {
    background: #BB7333;
}

.hero-badge {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: #BB7333;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}



@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

.delay-2 {
    animation-delay: 1.5s;
}

/* ==========================================
WHO WE SERVE
========================================== */

.who-we-serve-section {
    background: #ffffff;
    padding: 96px 0;
}

@media(min-width:992px) {
    .who-we-serve-section {
        padding: 128px 0;
    }
}

/* Header */

.who-we-serve-header {
    margin-bottom: 56px;
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(187, 115, 51, .3);
    background: rgba(187, 115, 51, .1);
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.section-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #0d0d0d;
    max-width: 768px;
    margin: 20px auto 0;
}

@media(min-width:992px) {
    .section-title {
        font-size: 48px;
    }
}

.section-description {
    max-width: 576px;
    margin: 16px auto 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #334155;
}

/* Cards */

.audience-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    border: 1px solid #F0EBE2;
    background: #F8F5F0;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .3s ease;
}

.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
    border-color: rgba(187, 115, 51, .3);
}

.featured-card {
    background: #0d0d0d;
    border-color: rgba(255, 255, 255, .05);
}

.card-content {
    position: relative;
    z-index: 2;
}

/* Glow Circle */

.card-glow {
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    transform: translate(48px, -48px);
    transition: transform .5s ease;
    background: rgba(187, 115, 51, .08);
}

.featured-card .card-glow {
    background: rgba(187, 115, 51, .10);
}

.audience-card:hover .card-glow {
    transform: translate(48px, -48px) scale(1.5);
}

/* Icon */

.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #0d0d0d;
    transition: background-color .3s ease;
}

.icon-box i {
    color: #ffffff;
    font-size: 24px;
}

.audience-card:hover .icon-box {
    background: #BB7333;
}

.featured-card .icon-box {
    background: rgba(187, 115, 51, .20);
}

.featured-card:hover .icon-box {
    background: #BB7333;
}

/* Featured Badge */

.partner-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(187, 115, 51, .20);
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Titles */

.audience-card h3 {
    margin-bottom: 12px;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #0d0d0d;
}

.featured-card h3 {
    color: #ffffff;
}

/* Description */

.audience-card p {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.625;
    color: #334155;
}

.featured-card p {
    color: rgba(255, 255, 255, .65);
}

/* List */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #334155;
}

.featured-card .feature-list li {
    color: rgba(255, 255, 255, .65);
}

.feature-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #BB7333;
}

/* Links */

.featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #BB7333;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
}

.featured-btn:hover {
    background: #E0A76F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(187, 115, 51, .25);
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d0d0d;
    text-decoration: none;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: color .25s ease;
}

.card-link:hover .card-link i,
.featured-btn i {
    transition: transform .25s ease;
}

.card-link:hover i,
.featured-btn:hover i {
    transform: translateX(4px);
}

/* ==========================================
COMMUNITY IMPACT
========================================== */

.community-impact-section {
    background: #0d0d0d;
    padding: 96px 0;
}

@media(min-width:992px) {
    .community-impact-section {
        padding: 128px 0;
    }
}

/* Header */

.impact-header {
    margin-bottom: 64px;
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(187, 115, 51, .3);
    background: rgba(187, 115, 51, .1);
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.impact-title {
    margin-top: 20px;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media(min-width:992px) {
    .impact-title {
        font-size: 48px;
    }
}

.text-gold {
    color: #BB7333;
}

.impact-description {
    max-width: 512px;
    margin: 16px auto 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: rgba(255, 255, 255, .60);
}

/* Stats Cards */

.stat-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    padding: 24px;
    transition: all .3s ease;
    height: 100%;
}

.stat-card:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(187, 115, 51, .30);
    transform: translateY(-4px);
}

.stat-icon {
    font-size: 20px;
    color: #BB7333;
    margin-bottom: 12px;
}

.stat-number {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-weight: 700;
    color: #BB7333;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 1;
}

@media(min-width:992px) {
    .stat-number {
        font-size: 48px;
    }
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .60);
}

/* Impact Cards */

.impact-card {
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    transition: all .3s ease;
}

.impact-card:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(187, 115, 51, .20);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.impact-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(187, 115, 51, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
}

.impact-card:hover .impact-icon-box {
    background: rgba(187, 115, 51, .25);
}

.impact-icon-box i {
    color: #BB7333;
    font-size: 22px;
}

/* Content */

.impact-card h3 {
    margin: 0 0 8px;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.impact-card p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.625;
    color: rgba(255, 255, 255, .60);
}

/* Responsive */

@media(max-width:767px) {

    .impact-title {
        font-size: 32px;
    }

    .impact-card {
        padding: 24px;
        gap: 16px;
    }

    .stat-card {
        padding: 20px;
    }

    .stat-number {
        font-size: 32px;
    }

}

.icon-box svg,
.impact-icon-box svg,
.stat-icon svg {
    width: 22px;
    height: 22px;
    stroke: #BB7333;
    stroke-width: 2;
}


/* ==========================================
MISSION SECTION
========================================== */

.mission-section {
    background: #F8F5F0;
    padding: 96px 0;
}

@media(min-width:992px) {
    .mission-section {
        padding: 128px 0;
    }
}

/* Badge */

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(187, 115, 51, .3);
    background: rgba(187, 115, 51, .1);
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

/* Title */

.mission-title {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-size: 36px;
}

@media(min-width:576px) {
    .mission-title {
        font-size: 48px;
    }
}

@media(min-width:992px) {
    .mission-title {
        font-size: 60px;
    }
}

.gold-highlight {
    position: relative;
    display: inline-block;
    color: #BB7333;
}

.underline-svg {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
}

.title-divider {
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: #BB7333;
}

/* Description */

.mission-description {
    max-width: 672px;
    margin: 0 auto 56px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #334155;
}

.mission-description-1 {
    max-width: 672px;
    margin: 0 auto 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #334155;
}

/* Cards */

.mission-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.mission-card:hover {
    transform: translateY(-4px);
}

.mission-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 208px;
    border-radius: 16px;
}

.mission-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.mission-card:hover .mission-image {
    transform: scale(1.05);
}

.mission-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(15, 23, 42, .6),
            transparent);
}

/* Icon Badge */

.mission-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(187, 115, 51, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mission-icon svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2.2;
}

/* Content */

.mission-content h3 {
    margin-bottom: 8px;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0d0d0d;
    line-height: 1.4;
}

.mission-content p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #334155;
}

/* Mobile */

@media(max-width:767px) {

    .mission-description {
        font-size: 16px;
    }

    .mission-description-1 {
        font-size: 16px;
    }

    .mission-image-wrapper {
        height: 220px;
    }


}


/* ==========================================
COMMUNITY PARTNERSHIPS
========================================== */

.community-partnerships-section {
    position: relative;
    overflow: hidden;
    background: #0d0d0d;
    padding: 96px 0;
}

@media(min-width:992px) {
    .community-partnerships-section {
        padding: 128px 0;
    }
}

/* Background Glow */

.bg-glow {
    position: absolute;
    border-radius: 50%;
    background: rgba(187, 115, 51, .05);
    filter: blur(120px);
    pointer-events: none;
}

.bg-glow-right {
    width: 500px;
    height: 500px;
    top: 0;
    right: 0;
}

.bg-glow-left {
    width: 400px;
    height: 400px;
    left: 0;
    bottom: 0;
    filter: blur(100px);
}

/* Header */

.partnership-header {
    margin-bottom: 64px;
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(187, 115, 51, .3);
    background: rgba(187, 115, 51, .1);
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.partnership-title {
    margin-top: 20px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #fff;

}

@media(min-width:992px) {
    .partnership-title {
        font-size: 48px;
    }
}

.text-gold {
    color: #BB7333;
}

.partnership-description {
    max-width: 576px;
    margin: 16px auto 0;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: rgba(255, 255, 255, .60);


}

/* Cards */

.partner-card {
    height: 100%;
    padding: 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);


    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;


}

.partner-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(187, 115, 51, .30);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

/* Featured */

.featured-card {
    background: rgba(187, 115, 51, .10);
    border: 1px solid rgba(187, 115, 51, .30);
}

.featured-card:hover {
    background: rgba(187, 115, 51, .12);
}

/* Top Area */

.partner-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.partner-top h3 {
    margin: 0;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;


}

/* Icon */

.partner-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;


    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(187, 115, 51, .15);

    transition: background .3s ease;


}

.partner-card:hover .partner-icon {
    background: rgba(187, 115, 51, .25);
}

.featured-icon {
    background: rgba(187, 115, 51, .25);
}

.featured-card:hover .featured-icon {
    background: rgba(187, 115, 51, .40);
}

.partner-icon svg {
    width: 26px;
    height: 26px;
    stroke: #BB7333;
    stroke-width: 2;
}

/* Badge */

.primary-badge {
    display: inline-block;


    padding: 4px 12px;

    border-radius: 999px;

    background: rgba(187, 115, 51, .20);

    color: #BB7333;

    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;


}

/* Description */

.partner-desc {
    margin-bottom: 24px;


    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .60);


}

.featured-card .partner-desc {
    color: rgba(255, 255, 255, .75);
}

/* Highlights */

.partner-list {
    list-style: none;
    padding: 0;
    margin: 0;


    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;


}

.partner-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.partner-list li svg {
    width: 14px;
    height: 14px;
    stroke: #BB7333;
    stroke-width: 2.2;
    flex-shrink: 0;
}

.partner-list li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, .60);
}

.featured-card .partner-list li span {
    color: rgba(255, 255, 255, .70);
}

/* CTA */

.partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;


    padding: 16px 32px;

    border-radius: 999px;

    background: #BB7333;
    color: #fff;
    text-decoration: none;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;

    transition: all .25s ease;


}

.partner-btn:hover {
    background: #E0A76F;
    color: #fff;


    transform: translateY(-2px);

    box-shadow: 0 20px 40px rgba(187, 115, 51, .25);


}

.partner-btn svg {
    width: 18px;
    height: 18px;
    transition: transform .25s ease;
}

.partner-btn:hover svg {
    transform: translateX(4px);
}

/* Mobile */

@media(max-width:767px) {


    .partnership-title {
        font-size: 32px;
    }

    .partner-card {
        padding: 24px;
    }

    .partner-top {
        align-items: flex-start;
    }

    .partner-list {
        grid-template-columns: 1fr;
    }

}

/* ============================ */

/* Featured Program */

/* ============================ */

.services-section {
    background: #F8F5F0;
    padding: 96px 0;
}

@media(min-width:992px) {
    .services-section {
        padding: 128px 0;
    }
}

/* Header */

.services-header {
    margin-bottom: 56px;
}

.services-title {
    margin-top: 20px;
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #0d0d0d;
}

@media(min-width:992px) {
    .services-title {
        font-size: 48px;
    }
}

.services-description {
    max-width: 576px;
    margin: 16px auto 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;

}

/* Cards */

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;

    gap: 16px;

    background: #ffffff;
    border: 1px solid #F0EBE2;
    border-radius: 16px;

    padding: 24px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;

}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(187, 115, 51, .30);
    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
}

/* Top */

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Icon */

.service-icon {
    width: 44px;
    height: 44px;

    border-radius: 12px;

    background: #0d0d0d;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: background .3s ease;

}

.service-card:hover .service-icon {
    background: #BB7333;
}

.service-icon svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2;
}

/* Tags */

.service-tag {
    padding: 2px 8px;
    border-radius: 999px;

    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;

}

.tag-blue {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-gold {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-amber {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-green {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-teal {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

/* Content */

.service-card h3 {
    margin: 0;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0d0d0d;

}

.service-card p {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;

}

/* Link */

.service-link {
    margin-top: auto;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;

    color: #BB7333;
    text-decoration: none;

    transition: color .25s ease;

}


/* Mobile */

@media(max-width:767px) {

    .services-title {
        font-size: 32px;
    }

    .service-card {
        padding: 20px;
    }

}

/* ============================ */

/* Featured Program */

/* ============================ */

.credit-unions-section {
    background: #ffffff;
    padding: 96px 0;
}

@media(min-width:992px) {
    .credit-unions-section {
        padding: 128px 0;
    }
}

/* Title */

.credit-title {
    margin-top: 24px;
    margin-bottom: 20px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;

    color: #0d0d0d;


}

@media(min-width:992px) {
    .credit-title {
        font-size: 48px;
    }
}

.text-gold {
    color: #BB7333;
}

/* Content */

.credit-description {
    margin-bottom: 16px;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;

    color: #334155;


}

/* Button */

.credit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;


    margin-top: 32px;

    padding: 14px 28px;

    border-radius: 999px;

    background: #BB7333;
    color: #ffffff;
    text-decoration: none;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: all .25s ease;


}

.credit-btn:hover {
    background: #E0A76F;
    color: #fff;


    transform: translateY(-2px);

    box-shadow: 0 20px 40px rgba(187, 115, 51, .25);


}

.credit-btn svg {
    width: 16px;
    height: 16px;
    transition: transform .25s ease;
}

.credit-btn:hover svg {
    transform: translateX(4px);
}

/* Cards */

.reason-card {
    height: 100%;


    background: #F8F5F0;

    border: 1px solid #F0EBE2;
    border-radius: 16px;

    padding: 24px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;


}

.reason-card:hover {
    transform: translateY(-4px);


    border-color: rgba(187, 115, 51, .30);

    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);


}

/* Icon */

.reason-icon {
    width: 48px;
    height: 48px;


    border-radius: 12px;

    background: #0d0d0d;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 16px;

    transition: background .3s ease;


}

.reason-card:hover .reason-icon {
    background: #BB7333;
}

.reason-icon svg {
    width: 22px;
    height: 22px;


    stroke: #ffffff;
    stroke-width: 2;


}

/* Card Content */

.reason-card h3 {
    margin-bottom: 8px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;

    color: #0d0d0d;


}

.reason-card p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;

    color: #334155;

}

/* Mobile */

@media(max-width:767px) {

    .credit-title {
        font-size: 32px;
    }

    .reason-card {
        padding: 20px;
    }


}



/* ============================ */

/* Featured Program */

/* ============================ */

.featured-programs-section {
    background: #F8F5F0;
    padding: 96px 0;
}

.program-header {
    margin-bottom: 64px;
}

.program-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #0d0d0d;
    margin-bottom: 16px;
}

.text-gold {
    color: #BB7333;
}

.program-description {
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.75;
    color: #334155;
}

.program-row {
    margin-bottom: 80px;
}

.program-row:last-child {
    margin-bottom: 0;
}

.program-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

.program-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform .5s ease;
}

.program-image-wrapper:hover .program-image {
    transform: scale(1.05);
}

.program-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.program-image-wrapper:hover .program-overlay {
    opacity: .3;
}

.gold-overlay {
    background: linear-gradient(135deg, rgba(187, 115, 51, .25), rgba(186, 74, 30, .40));
}

.navy-overlay {
    background: linear-gradient(135deg, rgba(13, 13, 13, .25), rgba(187, 115, 51, .40));
}

.teal-overlay {
    background: linear-gradient(135deg, rgba(187, 115, 51, .25), rgba(186, 74, 30, .40));
}

.program-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.program-badge {
    display: inline-flex;
    align-self: flex-start;

    padding: 6px 16px;
    border-radius: 999px;

    color: #fff;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;

}

.gold-badge {
    background: linear-gradient(to right, #BB7333, #BA4A1E);
}

.navy-badge {
    background: linear-gradient(to right, #BB7333, #BA4A1E);
}

.teal-badge {
    background: linear-gradient(to right, #BB7333, #BA4A1E);
}

.program-content h3 {
    margin: 0;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;

    color: #0d0d0d;

}

.program-tagline {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.6;

    color: #BB7333;

}

.program-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.program-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.program-list li svg {
    width: 20px;
    height: 20px;
    stroke: #BB7333;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.program-list li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
}

.program-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;

    margin-top: 12px;

    padding: 14px 28px;
    border-radius: 999px;

    background: #0d0d0d;
    color: #fff;
    text-decoration: none;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: all .25s ease;

}

.program-btn:hover {
    background: #0d0d0d;
    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 12px 24px rgba(15, 23, 42, .20);

}

.program-btn svg {
    width: 16px;
    height: 16px;
    transition: transform .25s ease;
}

.program-btn:hover svg {
    transform: translateX(4px);
}

@media(max-width:991px) {

    .featured-programs-section {
        padding: 80px 0;
    }

    .program-title {
        font-size: 40px;
    }

    .program-description {
        font-size: 18px;
    }

    .program-row {
        margin-bottom: 64px;
    }

    .program-content {
        margin-top: 32px;
    }

}

@media(max-width:767px) {

    .program-title {
        font-size: 34px;
    }

    .program-description {
        font-size: 16px;
    }

    .program-content h3 {
        font-size: 26px;
    }

    .program-tagline {
        font-size: 18px;
    }

    .program-image {
        height: 300px;
    }

    .program-list li span {
        font-size: 15px;
    }

}


.homeownership-section {
    background: #F8F5F0;
    padding: 96px 0;
    overflow: hidden;
}

@media(min-width:992px) {
    .homeownership-section {
        padding: 128px 0;
    }
}

/* Header */

.homeownership-header {
    text-align: center;
    margin-bottom: 64px;
}

.homeownership-title {
    margin-top: 20px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;

    color: #0d0d0d;


}

@media(min-width:992px) {
    .homeownership-title {
        font-size: 48px;
    }
}

.homeownership-description {
    max-width: 512px;
    margin: 16px auto 0;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;

    color: #334155;


}

/* Desktop Timeline */

.desktop-timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;


    background: linear-gradient(to right,
            #F0EBE2,
            #BB7333,
            #F0EBE2);


}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.step-circle {
    position: relative;
    z-index: 2;


    width: 80px;
    height: 80px;

    border-radius: 50%;

    background: #fff;

    border: 2px solid #F0EBE2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: all .3s ease;


}

.timeline-step:hover .step-circle {
    border-color: #BB7333;
    box-shadow: 0 15px 30px rgba(187, 115, 51, .20);
}

.step-label {
    font-size: 12px;
    font-weight: 600;
    color: #BB7333;
    font-family: 'Montserrat', sans-serif;
}

.step-number {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1;
}

.step-card {
    width: 100%;
    background: #fff;


    border: 1px solid #F0EBE2;
    border-radius: 16px;

    padding: 20px;

    transition: all .3s ease;


}

.alt-card {
    background: #F8F5F0;
}

.timeline-step:hover .step-card {
    border-color: rgba(187, 115, 51, .30);
    box-shadow: 0 15px 30px rgba(15, 23, 42, .08);
}

.step-card h3 {
    margin-bottom: 8px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;

    color: #0d0d0d;


}

.step-card p {
    margin-bottom: 12px;


    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.7;

    color: #334155;


}

.step-badge {
    display: inline-block;


    padding: 2px 8px;

    border-radius: 999px;

    background: rgba(187, 115, 51, .15);
    color: #E0A76F;

    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;


}

/* Mobile Timeline */

.mobile-step {
    display: flex;
    gap: 16px;
}

.mobile-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-circle {
    width: 48px;
    height: 48px;


    border-radius: 50%;

    background: #0d0d0d;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);


}

.mobile-line {
    width: 2px;
    flex: 1;


    min-height: 32px;

    background: #F0EBE2;

    margin: 8px 0;


}

.mobile-card {
    flex: 1;


    padding: 20px;
    margin-bottom: 32px;

    background: #fff;

    border: 1px solid #F0EBE2;
    border-radius: 16px;


}

.mobile-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #BB7333;
}

.mobile-card h3 {
    margin-top: 4px;
    margin-bottom: 8px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;

    color: #0d0d0d;


}

.mobile-card p {
    margin-bottom: 12px;


    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;

    color: #334155;


}

/* Button */

.homeownership-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;


    padding: 14px 28px;

    border-radius: 999px;

    background: #0d0d0d;
    color: #fff;

    text-decoration: none;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: all .25s ease;


}

.homeownership-btn:hover {
    background: #0d0d0d;
    color: #fff;


    transform: translateY(-2px);

    box-shadow: 0 20px 40px rgba(15, 23, 42, .15);


}

/* Mobile */

@media(max-width:991px) {


    .homeownership-title {
        font-size: 32px;
    }


    .centsays-section {
        background: #ffffff;
        padding: 96px 0 128px;
    }

    .centsays-title {
        font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: -2px;
        color: #0d0d0d;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .centsays-description {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 1.8;
        color: #334155;
        max-width: 650px;
    }

    .signup-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 1.8;
        color: #334155;
        margin-bottom: 24px;
    }

    .notify-form {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .notify-input {
        flex: 1;
        height: 56px;
        border: 1px solid #E0D8CE;
        border-radius: 999px;
        background: #fff;
        padding: 0 24px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
    }

    .notify-input:focus {
        outline: none;
        border-color: #BB7333;
    }

    .notify-btn {
        height: 56px;
        padding: 0 28px;
        border: none;
        border-radius: 999px;
        background: #BB7333;
        color: #fff;
        font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 600;
        transition: .3s;
    }

    .notify-btn:hover
    /* Cards */

    .guide-card {
        position: relative;
        height: 100%;


        background: #F8F5F0;
        border: 1px solid #F0EBE2;
        border-radius: 24px;

        padding: 24px 18px;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        transition: .35s ease;


    }

    .guide-card:hover {
        transform: translateY(-6px);
        border-color: rgba(187, 115, 51, .3);
        box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
    }

    .soon-badge {
        position: absolute;
        top: 12px;
        right: 12px;


        background: #0d0d0d;
        color: #fff;

        padding: 3px 8px;

        border-radius: 999px;

        font-size: 10px;
        font-weight: 700;

        font-family: 'Montserrat', sans-serif;


    }

    .guide-icon {
        width: 72px;
        height: 72px;


        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 18px;

        box-shadow: 0 10px 20px rgba(0, 0, 0, .12);

        transition: .35s ease;


    }

    .guide-card:hover .guide-icon {
        transform: scale(1.08);
    }

    .guide-icon svg {
        width: 28px;
        height: 28px;
        stroke: #fff;
        stroke-width: 2.2;
    }

    /* Gradients */

    .blue-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .gold-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .green-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .amber-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .teal-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .rose-gradient {
        background: linear-gradient(135deg, #E0A76F, #BA4A1E);
    }

    .guide-content {
        flex: 1;
    }

    .guide-content h3 {
        font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #0d0d0d;
        margin-bottom: 10px;
    }

    .guide-content p {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        line-height: 1.8;
        color: #334155;
        opacity: .75;


        min-height: 92px;


    }

    .guide-tag {
        width: 100%;
        margin-top: 12px;


        padding: 8px 10px;

        border-radius: 999px;

        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-weight: 600;


    }

    /* Tag Colors */

    .tag-blue {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    .tag-gold {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    .tag-green {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    .tag-amber {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    .tag-teal {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    .tag-rose {
        background: rgba(187, 115, 51, 0.15);
        color: #BB7333;
        border: 1px solid rgba(187, 115, 51, 0.35);
    }

    @media(max-width:991px) {


        .centsays-title {
            font-size: 44px;
        }


    }

    @media(max-width:767px) {


        .centsays-title {
            font-size: 36px;
        }

        .notify-form {
            flex-direction: column;
        }

        .notify-input,
        .notify-btn {
            width: 100%;
        }


    }
}

.guide-card {
    position: relative;
    background: #F8F5F0;
    border: 1px solid #F0EBE2;
    border-radius: 16px;
    padding: 20px;
    height: 100%;


    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    text-align: center;
    cursor: pointer;

    transition: all .3s ease;


}

.guide-card:hover {
    transform: translateY(-4px);
    border-color: rgba(187, 115, 51, .30);
    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
}

.soon-badge {
    position: absolute;
    top: 12px;
    right: 12px;


    background: #0d0d0d;
    color: #fff;

    padding: 2px 6px;

    border-radius: 999px;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .05em;

    font-family: 'Montserrat', sans-serif;


}

.guide-icon {
    width: 64px;
    height: 64px;


    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);

    transition: transform .3s ease;


}

.guide-card:hover .guide-icon {
    transform: scale(1.1);
}

.guide-icon svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    stroke-width: 2.2;
}

.guide-content {
    text-align: center;
}

.guide-content h3 {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0d0d0d;
    margin: 0;
}

.guide-content p {
    margin-top: 4px;


    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 1.6;

    color: #334155;
    opacity: .7;


}

.guide-tag {
    width: 100%;


    padding: 4px 8px;

    border-radius: 999px;

    font-size: 10px;
    font-weight: 600;
    text-align: center;

    font-family: 'Montserrat', sans-serif;


}

.blue-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.gold-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.green-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.amber-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.teal-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.rose-gradient {
    background: linear-gradient(135deg, #E0A76F, #BA4A1E);
}

.tag-blue {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-gold {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-green {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-amber {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-teal {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.tag-rose {
    background: rgba(187, 115, 51, 0.15);
    color: #BB7333;
    border: 1px solid rgba(187, 115, 51, 0.35);
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;


    border-radius: 999px;

    border: 1px solid rgba(187, 115, 51, .30);
    background: rgba(187, 115, 51, .10);

    color: #BB7333;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .15em;


}

.centsays-title {
    margin-top: 20px;
    margin-bottom: 16px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;

    color: #0d0d0d;


}

.centsays-description {
    max-width: 600px;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;

    color: #334155;


}

.signup-text {
    margin-bottom: 24px;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;

    color: #334155;


}

.notify-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.notify-input {
    flex: 1;


    height: 48px;

    padding: 0 16px;

    border: 1px solid #E0D8CE;
    border-radius: 999px;

    background: #fff;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    transition: .3s;


}

.notify-input:focus {
    outline: none;
    border-color: #BB7333;
}

.notify-btn {
    height: 48px;


    padding: 0 20px;

    border: none;
    border-radius: 999px;

    background: #BB7333;
    color: #fff;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: .3s;


}


@media(max-width:991px) {


    .centsays-title {
        font-size: 36px;
    }

    .notify-form {
        flex-direction: column;
    }

    .notify-input,
    .notify-btn {
        width: 100%;
    }

}


.testimonials-section {
    background: #F8F5F0;
    padding: 96px 0;
}

@media(min-width:992px) {
    .testimonials-section {
        padding: 128px 0;
    }
}

/* Header */

.testimonials-header {
    text-align: center;
    margin-bottom: 56px;
}

.testimonials-title {
    margin-top: 20px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;

    color: #0d0d0d;


}

@media(min-width:992px) {
    .testimonials-title {
        font-size: 48px;
    }
}

.testimonials-description {
    max-width: 576px;
    margin: 16px auto 0;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;

    color: #334155;


}

/* Cards */

.testimonial-card {
    height: 100%;


    background: #ffffff;

    border: 1px solid #F0EBE2;
    border-radius: 16px;

    padding: 28px;

    display: flex;
    flex-direction: column;
    gap: 20px;

    transition: all .3s ease;


}

.testimonial-card:hover {
    transform: translateY(-4px);


    border-color: rgba(187, 115, 51, .30);

    box-shadow: 0 20px 40px rgba(15, 23, 42, .10);


}

.testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote-icon {
    width: 24px;
    height: 24px;


    color: rgba(187, 115, 51, .60);


}

.testimonial-badge {
    background: rgba(187, 115, 51, .10);
    color: #BB7333;


    padding: 4px 10px;

    border-radius: 999px;

    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .08em;


}

.testimonial-text {
    flex: 1;


    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;

    color: #334155;

    margin: 0;


}

/* Author */

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;


    padding-top: 20px;

    border-top: 1px solid #F0EBE2;


}

.author-image {
    width: 44px;
    height: 44px;


    object-fit: cover;

    border-radius: 50%;

    border: 2px solid rgba(187, 115, 51, .20);


}

.author-name {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;


    color: #0d0d0d;


}

.author-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;


    color: #64748B;


}

/* Mobile */

@media(max-width:767px) {


    .testimonials-title {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 24px;
    }


}

.contact-section {
    background: #ffffff;
    padding: 96px 0;
}

@media(min-width:992px) {
    .contact-section {
        padding: 128px 0;
    }
}

/* Left Side */

.contact-title {
    margin-top: 20px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;

    color: #0d0d0d;


}

.text-gold {
    color: #BB7333;
}

.contact-description {
    margin-top: 20px;


    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #334155;


}

.contact-info-list {
    margin-top: 40px;


    display: flex;
    flex-direction: column;
    gap: 20px;


}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-icon-box {
    width: 44px;
    height: 44px;


    border-radius: 12px;

    background: #F8F5F0;

    display: flex;
    align-items: center;
    justify-content: center;


}

.contact-icon-box svg {
    width: 18px;
    height: 18px;


    color: #BB7333;


}

.contact-info-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #334155;
}

/* Response Card */

.response-card {
    margin-top: 40px;


    background: #F8F5F0;

    border: 1px solid #F0EBE2;
    border-radius: 16px;

    padding: 24px;


}

.response-card h4 {
    margin-bottom: 10px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;

    color: #0d0d0d;


}

.response-card p {
    margin: 0;


    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;

    color: #334155;


}

/* Form */

.contact-form {
    background: #F8F5F0;


    border: 1px solid #F0EBE2;
    border-radius: 24px;

    padding: 32px;


}

@media(min-width:992px) {
    .contact-form {
        padding: 40px;
    }
}

.contact-form label {
    display: block;


    margin-bottom: 6px;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #0d0d0d;


}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;


    padding: 14px 16px;

    border: 1px solid #E0D8CE;
    border-radius: 12px;

    background: #fff;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    transition: .3s;


}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #BB7333;
}

.contact-form textarea {
    resize: none;
}

.form-group {
    margin-top: 20px;
}

/* Button */

.contact-btn {
    margin-top: 24px;


    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: none;

    padding: 14px 28px;

    border-radius: 999px;

    background: #BB7333;
    color: #fff;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: all .3s ease;


}

.contact-btn:hover {
    background: #E0A76F;


    transform: translateY(-2px);

    box-shadow: 0 15px 30px rgba(187, 115, 51, .25);


}

.contact-btn svg {
    width: 16px;
    height: 16px;
}

/* Mobile */

@media(max-width:767px) {


    .contact-title {
        font-size: 36px;
    }

    .contact-form {
        padding: 24px;
    }

    .contact-btn {
        width: 100%;
    }


}


.hero-section {
    position: relative;
    min-height: 100vh;
    background: #0d0d0d;
    overflow: hidden;


    display: flex;
    align-items: center;


}

/* Background */

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-gradient {
    position: absolute;
    inset: 0;


    background: linear-gradient(135deg,
            #0d0d0d 0%,
            #0d0d0d 50%,
            #0d0d0d 100%);


}

.hero-glow {
    position: absolute;
    border-radius: 50%;
}

.hero-glow-right {
    width: 600px;
    height: 600px;


    top: 0;
    right: 0;

    background: rgba(187, 115, 51, .08);

    filter: blur(120px);


}

.hero-glow-left {
    width: 400px;
    height: 400px;


    left: 0;
    bottom: 0;

    background: rgba(187, 115, 51, .05);

    filter: blur(100px);


}

.hero-grid {
    position: absolute;
    inset: 0;


    opacity: .04;

    background-image:
        linear-gradient(rgba(187, 115, 51, 1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(187, 115, 51, 1) 1px, transparent 1px);

    background-size: 60px 60px;


}

/* Container */

.hero-container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .hero-container {
        padding-top: 95px !important;
    }
}

@media (max-width: 767px) {
    .hero-container {
        padding-top: 90px !important;
    }
}

.inner-hero-container {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Tags */

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;


    margin-bottom: 24px;


}

.hero-tag {
    padding: 6px 12px;


    border-radius: 999px;

    border: 1px solid rgba(187, 115, 51, .30);
    background: rgba(187, 115, 51, .10);

    color: #BB7333;

    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .12em;

    font-family: 'Montserrat', sans-serif;


}

/* Heading */

.hero-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;


    line-height: 1.05;
    letter-spacing: -0.03em;

    color: #fff;

    margin-bottom: 24px;


}

.hero-title-gold {
    position: relative;
    display: inline-block;


    color: #BB7333;


}

.hero-underline {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}

.hero-subtitle {
    max-width: 540px;


    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;

    color: #BB7333;

    margin-bottom: 20px;


}

.hero-description {
    max-width: 560px;


    color: rgba(255, 255, 255, .70);

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;

    margin-bottom: 24px;


}

/* Shimmer */

.shimmer {
    background: linear-gradient(90deg,
            #E0A76F 25%,
            #BB7333 50%,
            #E0A76F 75%);


    background-size: 200% 100%;

    animation: shimmer 2s infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Buttons */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;


    margin-bottom: 32px;


}

.hero-btn-primary,
.hero-btn-secondary {
    text-decoration: none;


    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 14px 28px;

    border-radius: 999px;

    transition: .3s ease;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;


}

.hero-btn-primary {
    background: #BB7333;
    color: #fff;
}

.hero-btn-primary:hover {
    background: #E0A76F;
    color: #fff;


    transform: translateY(-2px);


}

.hero-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .20);
}

.hero-btn-secondary:hover {
    border-color: rgba(187, 115, 51, .60);
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.play-icon {
    width: 28px;
    height: 28px;


    border-radius: 50%;

    background: rgba(255, 255, 255, .10);

    display: flex;
    align-items: center;
    justify-content: center;


}

/* Stats */

.hero-stats {
    display: flex;
    gap: 32px;


    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, .10);


}

.hero-stat-number {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.hero-stat-label {
    margin-top: 4px;


    font-size: 12px;
    color: rgba(255, 255, 255, .50);

    font-family: 'Montserrat', sans-serif;


}

/* Right Side */

.hero-image-wrapper {
    position: relative;


    width: 460px;
    height: 500px;


}

.hero-image-card {
    position: absolute;
    inset: 0;


    overflow: hidden;

    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .10);


}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .95;
    filter: none;
    mix-blend-mode: normal;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(13, 13, 13, .75),
            rgba(13, 13, 13, .15),
            transparent);
}

/* Floating Cards */

.floating-card {
    position: absolute;


    background: #fff;

    border-radius: 16px;

    padding: 16px;

    box-shadow: 0 25px 50px rgba(0, 0, 0, .20);

    animation: float 4s ease-in-out infinite;


}

.floating-card-left {
    left: -40px;
    top: 60px;
}

.floating-card-right {
    right: -32px;
    bottom: 90px;


    animation-delay: 1.5s;


}

@media (max-width: 767px) {
    .floating-card-left {
        left: 10px !important;
    }

    .floating-card-right {
        right: 10px !important;
    }
}

.floating-icon {
    width: 40px;
    height: 40px;


    border-radius: 50%;

    background: rgba(187, 115, 51, .20);

    color: #BB7333;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;


}

.floating-title {
    color: #0d0d0d;


    font-size: 14px;
    font-weight: 700;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;


}

.floating-subtitle {
    color: #334155;


    font-size: 12px;

    font-family: 'Montserrat', sans-serif;


}

.impact-progress {
    width: 100%;
    height: 6px;


    background: #F0EBE2;

    border-radius: 999px;

    margin-top: 8px;


}

.impact-bar {
    width: 78%;
    height: 100%;


    border-radius: 999px;

    background: #BB7333;


}

/* Bottom Pill */

.hero-bottom-pill {
    position: absolute;


    left: 50%;
    bottom: -20px;

    transform: translateX(-50%);

    background: #BB7333;
    color: #fff;

    padding: 10px 20px;

    border-radius: 999px;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;


}

/* Animation */

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }


    50% {
        transform: translateY(-10px);
    }


}

/* Mobile */

@media(max-width:991px) {


    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-stats {
        gap: 20px;
    }


}

@media(max-width:767px) {


    .hero-title {
        font-size: 42px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
    }

    .hero-stats {
        flex-wrap: wrap;
    }


}

.floating-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.floating-text {
    display: flex;
    flex-direction: column;
}

.floating-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1.2;
}

.floating-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #334155;
    margin-top: 2px;
    line-height: 1.2;
}

.final-cta-section {
    position: relative;
    overflow: hidden;

    background: #F8F5F0;

    padding: 96px 0;

}

@media(min-width:992px) {
    .final-cta-section {
        padding: 128px 0;
    }
}

/* Background Circles */

.cta-circle {
    position: absolute;

    border-radius: 50%;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

}

.cta-circle-1 {
    width: 700px;
    height: 700px;

    border: 1px solid rgba(187, 115, 51, .10);

}

.cta-circle-2 {
    width: 500px;
    height: 500px;

    border: 1px solid rgba(187, 115, 51, .15);

}

.cta-circle-3 {
    width: 300px;
    height: 300px;

    border: 1px solid rgba(187, 115, 51, .20);

}

/* Content */

.final-cta-content {
    position: relative;
    z-index: 2;

    max-width: 850px;
    margin: auto;

    text-align: center;

}

/* Logo */

.cta-logo {
    width: 80px;
    height: 80px;

    margin: 0 auto 32px;

    border-radius: 50%;

    background: #BB7333;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 20px 40px rgba(187, 115, 51, .30);

    animation: float 4s ease-in-out infinite;

}

.cta-logo span {
    color: #fff;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;

    line-height: 1;

}

/* Title */

.cta-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 64px;
    font-weight: 700;

    line-height: 1.05;
    letter-spacing: -0.03em;

    color: #0d0d0d;

    margin-bottom: 24px;

}

.text-gold {
    color: #BB7333;
}

/* Description */

.cta-description {
    max-width: 650px;

    margin: 0 auto;

    color: #334155;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.8;

}

/* Buttons */

.cta-buttons {
    margin-top: 40px;

    display: flex;
    justify-content: center;
    gap: 16px;

    flex-wrap: wrap;

}

.cta-btn-primary,
.cta-btn-secondary {
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 16px 32px;

    border-radius: 999px;

    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: .3s ease;

}

.cta-btn-primary {
    background: #BB7333;
    color: #fff;
}

.cta-btn-primary:hover {
    background: #E0A76F;
    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 20px 40px rgba(187, 115, 51, .25);

}

.cta-btn-secondary {
    border: 2px solid rgba(15, 23, 42, .20);

    color: #0d0d0d;
    background: transparent;

}

.cta-btn-secondary:hover {
    border-color: #BB7333;

    color: #BB7333;

}

.cta-btn-primary svg {
    width: 16px;
    height: 16px;

    transition: .3s;

}

.cta-btn-primary:hover svg {
    transform: translateX(4px);
}

/* Floating Animation */

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}

/* Mobile */

@media(max-width:991px) {

    .cta-title {
        font-size: 48px;
    }

}

@media(max-width:767px) {

    .cta-title {
        font-size: 38px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
    }

    .cta-circle-1 {
        width: 450px;
        height: 450px;
    }

    .cta-circle-2 {
        width: 320px;
        height: 320px;
    }

    .cta-circle-3 {
        width: 200px;
        height: 200px;
    }

}

.cta-circle {
    position: absolute;
    top: 50%;
    left: 50%;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    animation: pulseCircle 8s ease-in-out infinite;
}

.cta-circle-1 {
    width: 700px;
    height: 700px;

    border: 1px solid rgba(187, 115, 51, .10);
}

.cta-circle-2 {
    width: 500px;
    height: 500px;

    border: 1px solid rgba(187, 115, 51, .15);

    animation-delay: 1s;
}

.cta-circle-3 {
    width: 300px;
    height: 300px;

    border: 1px solid rgba(187, 115, 51, .20);

    animation-delay: 2s;
}

@keyframes pulseCircle {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .7;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
}

.final-cta-section {
    position: relative;
    overflow: hidden;
    background: #F8F5F0;
}

.final-cta-section::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 800px;
    height: 800px;

    transform: translate(-50%, -50%);

    background: radial-gradient(circle,
            rgba(187, 115, 51, .06) 0%,
            rgba(187, 115, 51, 0) 70%);

    pointer-events: none;
}

.final-cta-section {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at center,
            rgba(187, 115, 51, .08) 0%,
            rgba(187, 115, 51, .04) 25%,
            rgba(248, 245, 240, 1) 60%),
        #F8F5F0;

    padding: 128px 0;
}

.final-cta-section::before {
    content: "";

    position: absolute;

    width: 900px;
    height: 900px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(187, 115, 51, .08) 0%,
            rgba(187, 115, 51, .04) 30%,
            transparent 70%);

    pointer-events: none;
}

.featured-card {
    background: #0d0d0d;
    border-color: rgba(255, 255, 255, .05);
}

.featured-card:hover {
    background: #0d0d0d;
    border-color: rgba(255, 255, 255, .05);
}


@media(min-width:991px) {
    section {
        padding: 100px 9% !important;
    }
}

/* ==========================================
PROGRAM HIGHLIGHT
========================================== */

.program-highlight-box {
    border: 2px solid rgba(187, 115, 51, 0.35);
}

.program-highlight-content {
    z-index: 2;
}

.program-highlight-subtitle {
    color: #BB7333;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.program-highlight-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.4;
    font-style: italic;
}

.program-highlight-title strong {
    color: #BB7333;
    font-weight: 700;
}

/* ==========================================
BACKGROUND UTILITIES
========================================== */

.bg-1 {
    background: #ffffff;
}

.bg-2 {
    background: #F8F5F0;
}

/* ==========================================
INNER PAGE TEMPLATE (generic sections)
========================================== */

.inner-section {
    padding: 64px 0;
}

.inner-section:nth-of-type(even) {
    background: #F8F5F0;
}

.inner-section-title {
    font-family: 'Oceanwide Semibold', 'Oceanwide', 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #0d0d0d;
    margin: 16px 0;
}

@media(min-width:992px) {
    .inner-section-title {
        font-size: 40px;
    }
}

.inner-section-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 24px;
}

.inner-section-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #BB7333;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: opacity .2s ease;
}

.inner-section-btn:hover {
    opacity: .85;
    color: #ffffff;
}

.inner-section-image-wrapper {
    border-radius: 24px;
    overflow: hidden;
}

.inner-section-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.inner-section-image-only {
    text-align: center;
}

.inner-section-image-only .inner-section-image {
    max-width: 100%;
    margin: 0 auto;
}

.inner-section-content {
    font-family: 'Montserrat', sans-serif;
    color: #334155;
    line-height: 1.7;
}