body {
            font-family: 'Montserrat', sans-serif;
            color: #2E2E2E;
        }

        /* Wider container override */
        .container {
            max-width: 1320px;
        }

        /* NAVBAR */
        .navbar-sundek {
            background-color: transparent;
            padding: 0 1.5rem;
            min-height: 70px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            transition: background-color 0.3s ease;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }
        .navbar-sundek.nav-scrolled {
            background-color: rgba(8,28,43,0.95) !important;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            transition: background-color 0.3s ease;
        }
        .navbar-inner {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1500px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .navbar-sundek .navbar-brand img {
            height: 80px;
        }
        .navbar-sundek .navbar-brand {
            padding: 0.5rem 0;
            margin-right: 2rem;
        }
        .navbar-sundek .nav-link {
            color: #fff !important;
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 1.4rem 1rem !important;
            white-space: nowrap;
        }
        .navbar-sundek .nav-link:hover {
            color: #F58220 !important;
        }
        .navbar-sundek .dropdown-menu {
            background-color: #081c2b;
            border: none;
            border-radius: 0;
            margin-top: 0;
            min-width: 240px;
        }
        .navbar-sundek .dropdown-item {
            color: #ccc;
            font-size: 0.85rem;
            padding: 0.5rem 1.25rem;
        }
        .navbar-sundek .dropdown-item:hover {
            background-color: rgba(255,255,255,0.1);
            color: #fff;
        }
       .nav-phone {
        color: #fff !important;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }
    .nav-phone:hover {
        color: #F58220 !important;
        text-decoration: none;
    }
    .nav-phone i {
        color: #F58220;
        margin-right: 0.3rem;
    }
        .btn-submit-plans {
            background-color: #F58220;
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 0.6rem 1.25rem;
            border: none;
            border-radius: 2px;
            white-space: nowrap;
        }
        .btn-submit-plans:hover {
            background-color: #d9700f;
            color: #fff;
        }
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        .navbar-toggler-icon-custom {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            background: no-repeat center center;
            background-size: 100% 100%;
        }
        .navbar-toggler .bar {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #fff;
            margin: 5px auto;
            border-radius: 1px;
        }

        /* HERO */
       /* HERO */
.hero-section {
    position: relative;
    min-height: 670px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 70px;
}
.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    z-index: 0;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(8,28,43,0.98) 0%, rgba(8,28,43,0.100) 90%, rgba(8,28,43,0.2) 60%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    padding: 4rem 0;
}
        .hero-label {
            color: #F58220;
            font-size: 1.2rem;
            font-weight: 700;


            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 1rem;
        }
        .hero-heading {
            color: #fff;
            font-size: 4rem;
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 1.25rem;
        }
        .hero-sub {
            color: rgba(255,255,255,0.85);
            font-size: 1.4rem;
            margin-bottom: 2rem;
            line-height: 1.6;
        }
        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
        .btn-hero {
            display: inline-flex;
            align-items: center;
            gap: 0;
            font-size: 0.88rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 2px;
            text-decoration: none;
            transition: all 0.2s;
            overflow: hidden;
            border: 2px solid transparent;
        }
        .btn-hero:hover {
            text-decoration: none;
        }
        .btn-hero .icon-box {
            width: 46px;
            min-width: 46px;
            align-self: stretch;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }
        .btn-hero .btn-label {
            padding: 0.75rem 1.1rem;
        }
        .btn-hero-primary {
            background-color: #F58220;
            color: #fff;
            border-color: #F58220;
        }
        .btn-hero-primary .icon-box {
            background-color: rgba(0,0,0,0.15);
        }
        .btn-hero-primary:hover {
            background-color: #d9700f;
            border-color: #d9700f;
            color: #fff;
        }
        .btn-hero-outline {
            background: rgba(20,32,60,0.55);
            color: #fff;
            border-color: rgba(255,255,255,0.45);
        }
        .btn-hero-outline .icon-box {
            background-color: rgba(0,0,0,0.2);
        }
        .btn-hero-outline:hover {
            background: rgba(20,32,60,0.75);
            border-color: rgba(255,255,255,0.8);
            color: #fff;
        }

        /* FEATURES BAR */
        .features-bar {
            background-color: #081c2b;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            padding: 2.5rem 0;
            margin-top: 0;
        }
        .hero-section {
            margin-bottom: 0;
        }
        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 0 2rem;
        }
        .features-bar .col-lg-3:not(:last-child) .feature-item {
            border-right: 1px solid rgba(255,255,255,0.15);
        }
        .feature-icon {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(255,255,255,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F58220;
            font-size: 2.5rem;
        }
        .feature-item h6 {
            font-size: 0.78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #fff;
            margin-bottom: 0.3rem;
            line-height: 1.3;
        }
        .feature-item p {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 0;
            line-height: 1.4;
        }

        /* TRUSTED BY */
        .trusted-section {
            background-color: #f5f6f7;
            padding: 3rem 0 0 0;
        }
        .trusted-section h5 {
            font-size: 1.2rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #1a2744;
            margin-bottom: 0;
        }
        .trusted-heading {
            margin-bottom: 1.5rem;
        }
        .trusted-heading::after {
            content: '';
            display: block;
            width: 40px;
            height: 3px;
            background-color: #F58220;
            margin-top: 0.6rem;
        }
        .partner-logos {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2rem;
        }
        .partner-logos img {
            width: 110px;
            height: auto;
            opacity: 1;
            filter: grayscale(30%);
            transition: opacity 0.2s;
        }
        .partner-logos img:hover {
            opacity: 1;
        }
        .partner-logo-placeholder {
            height: 40px;
            padding: 0 0.5rem;
            display: flex;
            align-items: center;
            font-size: 1.1rem;
            font-weight: 700;
            color: #555;
            white-space: nowrap;
        }
        .view-all-link {
            color: #F58220;
            font-size: 0.82rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: 1.5rem;
        }
        .view-all-link:hover {
            color: #d9700f;
            text-decoration: none;
        }

        .checklist-cta {
            background: #dde0e2;
            padding: 2rem 2rem 3rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-top: -3rem;
            padding-top: 3rem;
        }
        .checklist-cta-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 0.75rem;
        }
        .checklist-cta .cta-icon {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #081c2b;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F58220;
            font-size: 2.8rem;
        }
        .checklist-cta h5 {
            font-size: 1.15rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #1a2744;
            line-height: 1.3;
            margin-bottom: 0;
        }
        .checklist-cta p {
            font-size: 0.9rem;
            color: #555;
            margin-bottom: 1.25rem;
            line-height: 1.5;
        }
        .btn-checklist {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: 2px solid #F58220;
            color: #F58220;
            background: transparent;
            font-size: 0.78rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 0.7rem 1.25rem;
            border-radius: 2px;
            text-decoration: none;
            transition: all 0.2s;
            align-self: flex-start;
        }
        .btn-checklist:hover {
            background: #F58220;
            color: #fff;
            text-decoration: none;
        }

        /* ── ACCOUNTABILITY SECTION ── */
        .accountability-section {
            background: #fff;
            padding: 0rem 0 0;
        }
        .acct-label {
            color: #F58220;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1rem;
        }
        .acct-heading {
            font-size: 2.6rem;
            font-weight: 800;
            color: #081c2b;
            line-height: 1.05;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            white-space: nowrap;
        }
        .acct-process {
            display: flex;

            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem;
            font-size: 1.2rem;
            font-weight: 600;
            color: #081c2b;
            margin-bottom: 1.5rem;
        }
        .acct-process .fa-arrow-right {
            color: #F58220;
            font-size: 1rem;
        }
        .acct-divider {
            width: 50px;
            height: 3px;
            background: #F58220;
            margin-bottom: 1.5rem;
        }
        .acct-subheading {
            font-size: 1.5rem;
            font-weight: 700;
            color: #081c2b;
            margin-bottom: 1.25rem;
        }
        .acct-promise {
            display: flex;
            align-items: center;
            gap: 1.25rem;
        }
        .acct-promise-icon {
            flex-shrink: 0;
            color: #F58220;
            font-size: 2.4rem;
            line-height: 1;
        }
        .acct-promise p {
            font-size: 1rem;
            color: #444;
            margin: 0;
            line-height: 1.5;
        }
        .acct-photo-wrap {
            position: relative;
            border-radius: 4px;
            overflow: hidden;
        }
        .acct-photo {
            width: 100%;
            height: 420px;
            object-fit: cover;
            display: block;
        }
        .acct-photo-wrap::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to left, rgba(8,28,43,0.0) 40%, rgba(8,28,43,0.55) 100%);
        }

        /* ── SERVICES SECTION ── */
        .services-section {
            background: #f0f0f0;
            padding: 0 0 4rem;
        }
        .service-col {
            padding: 2rem 2.5rem;
        }
        .service-col-mid {
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }
        .service-header {
            display: flex;
            align-items: center;
            gap: 1.25rem;
            margin-bottom: 2rem;
        }
        .service-icon-circle {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #081c2b;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.6rem;
        }
        .service-header h5 {
            font-size: 1rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #081c2b;
            line-height: 1.3;
            margin: 0;
        }
        .service-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .service-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
            font-size: 1.05rem;
            color: #444;
            margin-bottom: 1rem;
            line-height: 1.5;
        }
        .svc-icon {
            flex-shrink: 0;
            width: 32px;
            color: #F58220;
            font-size: 1.8rem;
            padding-top: 2px;
        }
        .service-list-check .svc-icon {
            color: #F58220;
            font-size: 1.8rem;
        }

        /* ── PROCESS SECTION ── */
        .process-section {
            background: #f2e8de;
            padding: 3rem 0 4rem;
            border-top: 1px solid #e8e2d9;
        }
        .process-step {
            text-align: center;
            padding: 0 0.5rem;
        }
        .process-icon {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 2px solid #ccc;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: #081c2b;
        }
        .process-step h6 {
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #081c2b;
            margin-bottom: 0.4rem;
            letter-spacing: 0.5px;
        }
        .process-step p {
            font-size: 1rem;
            color: #666;
            margin: 0;
            line-height: 1.5;
        }
        .process-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 0;
            padding-top: 0;
            margin-top: 0;
            align-self: center;
            color: #F58220;
            font-size: 1.75rem;
        }

        /* ── TOOLS & RESOURCES SECTION ── */
        .resources-section {
            background: #fff;
            padding: 5rem 0 0;
        }
        .res-label {
            color: #00B4BA;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1rem;
        }
        .res-heading {
            font-size: 3rem;
            font-weight: 800;
            color: #081c2b;
            line-height: 1.1;
            margin-bottom: 1.25rem;
        }
        .res-sub {
            font-size: 1.05rem;
            color: #444;
            line-height: 1.7;
            margin-bottom: 1.25rem;
        }
        .res-divider {
            width: 50px;
            height: 3px;
            background: #00B4BA;
        }
        .res-photo {
            width: 100%;
            height: 420px;
            object-fit: cover;
            display: block;
        }

        /* ── RESOURCE CARDS ── */
        .res-cards-section {
            background: #fff;
            padding: 3rem 0;
        }
        .res-card {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 1.75rem 1.5rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        .res-card-highlight {
            background: #fdf0e6;
            border-color: #f0c9a0;
        }
        .res-card-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: #F58220;
            color: #fff;
            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 0.3rem 0.6rem;
            border-radius: 0 4px 0 4px;
        }
        .res-card-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #081c2b;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F58220;
            font-size: 1.6rem;
            margin-bottom: 1.25rem;
        }
        .res-card h6 {
            font-size: 0.9rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #081c2b;
            margin-bottom: 0.75rem;
            line-height: 1.3;
        }
        .res-card p {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.6;
            flex: 1;
            margin-bottom: 1.25rem;
        }
        .res-card-link {
            color: #F58220;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: auto;
        }
        .res-card-link:hover {
            color: #d9700f;
            text-decoration: none;
        }

        /* ── SUPPORT BAR ── */
        .support-bar {
            background: #eef0f2;
            padding: 2rem 0;
            border-top: 1px solid #ddd;
        }
        .support-item {
            display: flex;
            align-items: center;

            gap: 1.25rem;
            padding: 0.75rem 1.5rem;
        }
        .support-item-mid {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }
        .support-icon {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #081c2b;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #081c2b;
            font-size: 1.4rem;
        }
        .support-item h6 {
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #081c2b;
            margin-bottom: 0.25rem;
        }
        .support-item p {
            font-size: 0.85rem;
            color: #555;
            margin: 0;
            line-height: 1.5;
        }
        .btn-connect {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #F58220;
            color: #fff;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 1rem 1.5rem;
            border-radius: 2px;
            text-decoration: none;
            white-space: nowrap;
            transition: background 0.2s;
        }
        .btn-connect:hover {
            background: #d9700f;
            color: #fff;
            text-decoration: none;
        }

/* ── CONTACT US SIDE TAB ── */
.contact-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: #00B4BA;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.4rem 0.9rem;
    gap: 0.85rem;
    border-radius: 4px 0 0 4px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.contact-tab.tab-visible {
    opacity: 1;
}

.contact-tab-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
.contact-tab-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}
.contact-tab-icons a {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}

.contact-tab-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #00B4BA;
    padding: 0.85rem 1.5rem;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.contact-tab-mobile.tab-visible {
    opacity: 1;
}
.contact-tab-mobile span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.contact-tab-mobile a {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}


.contact-tab,
.contact-tab:hover {
    color: #fff;
    text-decoration: none;
}
.contact-tab-mobile,
.contact-tab-mobile:hover {
    color: #fff;
    text-decoration: none;
}

/* ── MEET THE TEAM SECTION ── */
.team-section {
    background: #fff;
    padding: 5rem 0 4rem;
}
.team-section-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #081c2b;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.team-accent {
    width: 40px;
    height: 3px;
    background: #F58220;
    margin: 0 auto 3rem;
}
.team-card {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: -webkit-transform 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-bottom: 1.5rem;
}
.team-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}
.team-card-photo {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-card-body {
    padding: 1.25rem 1.5rem;
    border-top: 3px solid #F58220;
}
.team-card-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: #081c2b;
    margin-bottom: 0.4rem;
}
.team-card-title {
    font-size: 0.875rem;
    color: #F58220;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.team-extra {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}
.btn-team-toggle {
    background: none;
    border: 2px solid #081c2b;
    color: #081c2b;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.85rem 2rem;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btn-team-toggle:hover {
    background: #081c2b;
    color: #fff;
}

/* Team modal overrides */
.bioModels .modal-header {
    background: #081c2b;
    border-bottom: none;
    padding: 1.25rem 1.5rem;
}
.bioModels .bioH5 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
.bioModels .bioH5 span {
    display: block;
    color: #F58220;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: none;
    margin-top: 0.25rem;
}
.bioModels .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.bioModels .modal-body {
    padding: 1.5rem;
    display: block !important;
}
.bioModels .bioImage {
    float: left;
    width: 220px;
    margin: 0 1.5rem 0.5rem 0;
    clear: left;
}
.bioModels .bioImage img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}
.bioModels .bioText {
    display: block;
}
.bioModels .bioText p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}
.bioModels .insights a {
    color: #F58220;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
}
.BioModal {
    max-width: 780px;
}

.bioModels .modal-content {
    background-color: #fff;
}

/* ── TESTIMONIALS SECTION ── */
.testimonials-section {
    background: #081c2b;
    padding: 5rem 0;
}
.testimonials-label {
    color: #00B4BA;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
}
.testimonials-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}
.testimonials-accent {
    width: 40px;
    height: 3px;
    background: #F58220;
    margin-bottom: 3rem;
}
.testi-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 3px solid #F58220;
    border-radius: 4px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testi-quote-icon {
    color: #F58220;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.8;
}
.testi-body {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    font-style: italic;
    flex: 1;
    margin-bottom: 1.5rem;
}
.testi-divider {
    width: 30px;
    height: 2px;
    background: #00B4BA;
    margin-bottom: 1rem;
}
.testi-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}
.testi-title {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
    line-height: 1.4;
}


/* ── RESOURCES SECTION ── */
.resources-section {
    background: #f0f0f0;
    padding: 5rem 0;
}
.resources-label {
    color: #F58220;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
    text-align: center;
}
.resources-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #081c2b;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5rem;
}
.resources-accent {
    width: 40px;
    height: 3px;
    background: #F58220;
    margin: 0 auto 3rem;
}
.resource-card {
    background: #fff;
    border-radius: 4px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: block;
    text-decoration: none;
}
.resource-card:hover {
    border-bottom-color: #F58220;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-decoration: none;
}
.resource-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #081c2b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.75rem;
    color: #F58220;
}
.resource-card h5 {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #081c2b;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}
.resource-card p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.resource-card-link {
    color: #F58220;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.resource-card:hover .resource-card-link {
    color: #d9700f;
}

/* ── FOOTER ── */
.footer-sundek {
    background: #051318;
    padding: 4rem 0 3rem;
}
.footer-social a {
    color: rgba(255,255,255,0.55);
    font-size: 1.4rem;
    margin: 0 0.6rem;
    transition: color 0.2s;
    text-decoration: none;
}
.footer-social a:hover {
    color: #F58220;
    text-decoration: none;
}
.footer-nav {
    margin: 1.5rem 0 1rem;
}
.footer-nav a {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 0 0.6rem;
    transition: color 0.2s;
}
.footer-nav a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-nav span {
    color: rgba(255,255,255,0.2);
}
.footer-phone {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 0.25rem;
}
.footer-phone:hover {
    color: #F58220;
    text-decoration: none;
}
.footer-phone-label {
    color: rgba(255,255,255,0.4);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}
.footer-copyright {
    color: rgba(255,255,255,0.3);
    font-size: 0.78rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.footer-logo img {
    height: 94px;
    opacity: 0.75;
    transition: opacity 0.2s;
}
.footer-logo img:hover {
    opacity: 1;
}
.footer-divider {
    width: 40px;
    height: 2px;
    background: #F58220;
    margin: 0 auto 2rem;
}

/* ── SUBMIT PLANS MODAL ── */
.plans-modal .modal-dialog {
    max-width: 620px;
    margin-top: 5rem;
}
.plans-modal .modal-content {
    border: none;
    border-radius: 6px;
    overflow: hidden;
}
.plans-modal .modal-header {
    background: #081c2b;
    border-bottom: 3px solid #F58220;
    padding: 1.5rem 1.75rem;
}
.plans-modal .modal-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.plans-modal .modal-title span {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255,255,255,0.65);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0.2rem;
}
.plans-modal .close {
    color: #fff;
    opacity: 0.7;
    text-shadow: none;
    font-size: 1.5rem;
}
.plans-modal .close:hover {
    opacity: 1;
    color: #fff;
}
.plans-modal .modal-body {
    padding: 1.75rem;
    background: #fff;
}
.plans-form .form-group {
    margin-bottom: 0rem;
}
.plans-form label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #081c2b;
    margin-bottom: 0.35rem;
}
.plans-form .form-control {
    border: 1px solid #d0d3d6;
    border-radius: 3px;
    font-size: 0.9rem;
    padding: 0.6rem 0.85rem;
    color: #2E2E2E;
    font-family: 'Montserrat', sans-serif;
}
.plans-form .form-control:focus {
    border-color: #00B4BA;
    box-shadow: 0 0 0 2px rgba(0,180,186,0.15);
    outline: none;
}
.plans-file-upload {
    border: 2px dashed #cdd0d3;
    border-radius: 4px;
    padding: 1.25rem;
    text-align: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: border-color 0.2s;
}
.plans-file-upload:hover {
    border-color: #00B4BA;
}
.plans-file-upload i {
    font-size: 1.75rem;
    color: #00B4BA;
    margin-bottom: 0.5rem;
    display: block;
}
.plans-file-upload p {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
    line-height: 1.5;
}
.plans-file-upload input[type="file"] {
    display: none;
}
.plans-alt-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    text-align: center;
    margin: 1.25rem 0 0.75rem;
    position: relative;
}
.plans-alt-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(50% - 70px);
    height: 1px;
    background: #e0e0e0;
}
.plans-alt-label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50% - 70px);
    height: 1px;
    background: #e0e0e0;
}
.plans-alt-options {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.plans-alt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1.5px solid #d0d3d6;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    cursor: pointer;
}
.plans-alt-btn:hover {
    border-color: #081c2b;
    color: #081c2b;
    text-decoration: none;
}
.plans-alt-btn i {
    font-size: 1rem;
}
.plans-alt-btn.email-btn i { color: #F58220; }
.plans-alt-btn.dropbox-btn i { color: #0061FF; }
.plans-alt-btn.gdrive-btn i { color: #34A853; }
.plans-modal .modal-footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.75rem;
}
.btn-plans-submit {
    background: #F58220;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    padding: 0.7rem 1.75rem;
    font-family: 'Montserrat', sans-serif;
    transition: background 0.2s;
    cursor: pointer;
}
.btn-plans-submit:hover {
    background: #d9700f;
    color: #fff;
}
.plans-privacy {
    font-size: 0.75rem;
    color: #999;
    margin: 0;
}

.plans-form .plans-file-upload {
    margin-top: 0.5rem;
}

.plans-form .form-group:last-of-type {
    margin-top: 0.5rem;
}

.plans-file-upload {
    margin-top: 0;
    padding-top: 0;
}

.modal-content { background: none; }


        /* ── RESPONSIVE: TABLET (max 991px) ── */
        @media (max-width: 991.98px) {

            /* Navbar â€” solid bg when hamburger is visible */
            .navbar-sundek {
                background-color: rgba(8,28,43,0.97) !important;
                position: fixed;
                padding: 0 1rem;
            }
            .navbar-sundek .navbar-brand img {
                height: 40px;
            }
            /* Push toggler to the far right */
            .navbar-sundek .navbar-toggler {
                margin-left: auto;
                padding: 0.4rem 0.6rem;
            }
            /* Full-width dropdown panel below the nav bar */
            .navbar-sundek .navbar-collapse {
                flex-basis: 100%;
                width: 100%;
                background: #051318;
                padding: 0;
                margin: 0 -1rem;
                border-top: 1px solid rgba(255,255,255,0.1);
            }
            .navbar-sundek .navbar-nav {
                width: 100%;
            }
            .navbar-sundek .nav-item {
                width: 100%;
            }
            .navbar-sundek .nav-link {
                padding: 0.85rem 1.25rem !important;
                border-bottom: 1px solid rgba(255,255,255,0.07);
                width: 100%;
                display: block;
            }
            .navbar-sundek .dropdown-menu {
                background: rgba(0,0,0,0.2);
                padding: 0;
                margin: 0;
                width: 100%;
                position: static;
                float: none;
                border: none;
                border-radius: 0;
                box-shadow: none;
            }
            .navbar-sundek .dropdown-item {
                padding: 0.65rem 2rem;
                border-bottom: 1px solid rgba(255,255,255,0.05);
                color: rgba(255,255,255,0.75);
            }
            .nav-cta-mobile {
                margin-top: 0;
                padding: 1rem 1.25rem;
                border-top: 1px solid rgba(255,255,255,0.1);
            }
            .nav-cta-mobile .btn-submit-plans {
                display: block;
                text-align: center;
                width: 100%;
                padding: 0.75rem;
            }

            /* Hero */
            .hero-section {
                min-height: 520px;
                padding-top: 70px;
                background-position: center center;
            }
            .hero-section::before {
                background: linear-gradient(to bottom, rgba(8,28,43,0.8) 0%, rgba(8,28,43,0.75) 100%);
            }
            .hero-content {
                padding: 3rem 0;
            }
            .hero-label {
                font-size: 0.9rem;
            }
            .hero-heading {
                font-size: 2.2rem;
            }
            .hero-sub {
                font-size: 1rem;
            }

            /* Features bar â€” 2 columns on tablet */
            .features-bar {
                padding: 2rem 0;
            }
            .features-bar .col-lg-3:not(:last-child) .feature-item {
                border-right: none;
            }
            .features-bar .col-md-6:nth-child(1) .feature-item,
            .features-bar .col-md-6:nth-child(2) .feature-item {
                border-bottom: 1px solid rgba(255,255,255,0.15);
                padding-bottom: 1.5rem;
                margin-bottom: 1.5rem;
            }
            .features-bar .col-md-6:nth-child(odd) .feature-item {
                border-right: 1px solid rgba(255,255,255,0.15);
            }
            .feature-item {
                padding: 0 1rem;
            }

            /* Trusted / Checklist */
            .checklist-cta {
                margin-top: 2rem;
                padding: 1.5rem;
            }

            /* Accountability */
            .accountability-section {
                padding: 3rem 0;
            }
            .acct-heading {
                font-size: 2.2rem;
            }
            .acct-photo {
                height: 320px;
                margin-top: 2rem;
            }

            /* Services */
            .service-col-mid {
                border-left: none;
                border-right: none;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
            }

            /* Process */
            .process-arrow {
                padding-bottom: 3rem;
                font-size: 1rem;
            }
        }

        /*RESPONSIVE: MOBILE (max 767px)  */
        @media (max-width: 767.98px) {

            /* Hero */
            .hero-section {
                min-height: auto;
                padding-top: 70px;
                background-position: 70% center;
            }
            .hero-section::before {
                background: rgba(8,28,43,0.82);
            }
            .hero-content {
                padding: 2.5rem 0 2rem;
            }
            .hero-label {
                font-size: 0.78rem;
                letter-spacing: 1px;
            }
            .hero-heading {
                font-size: 1.75rem;
                line-height: 1.2;
            }
            .hero-sub {
                font-size: 0.95rem;
                margin-bottom: 1.5rem;
            }
            .hero-buttons {
                flex-direction: column;
                gap: 0.6rem;
            }
            .btn-hero {
                width: 100%;
            }
            .btn-hero .btn-label {
                flex: 1;
                text-align: left;
            }

            /* Features bar â€” single column on mobile */
            .features-bar {
                padding: 1.5rem 0;
            }
            .features-bar .col-md-6 {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .features-bar .col-md-6:nth-child(odd) .feature-item {
                border-right: none;
            }
            .features-bar .col-md-6 .feature-item {
                border-bottom: 1px solid rgba(255,255,255,0.12);
                padding: 0 1rem 1.25rem;
                margin-bottom: 1.25rem;
            }
            .features-bar .col-md-6:last-child .feature-item {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .feature-icon {
                width: 64px;
                height: 64px;
                font-size: 2rem;
            }
            .feature-item h6 {
                font-size: 0.75rem;
            }

            /* Trusted by section */
            .trusted-section {
                padding: 2rem 0;
            }
            .partner-logos {
                gap: 1.25rem;
            }
            .partner-logo-placeholder {
                font-size: 0.9rem;
            }

            /* Checklist CTA */
            .checklist-cta {
                margin-top: 1.5rem;
                padding: 1.25rem;
            }
            .checklist-cta h5 {
                font-size: 1rem;
            }
            .btn-checklist {
                width: 100%;
                justify-content: center;
            }

            /* Accountability */
            .acct-heading {
                font-size: 1.8rem;
            }
            .acct-subheading {
                font-size: 1.1rem;
            }
            .acct-photo {
                height: 260px;
                margin-top: 2rem;
            }
            .acct-photo-wrap::after {
                display: none;
            }

            /* Services */
            .service-col {
                padding: 1.5rem 1rem;
            }
            .service-col-mid {
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
            }

            /* Process — stack on mobile */
            .process-section {
                padding: 2rem 0 3rem;
            }
            .process-section .row {
                flex-direction: column;
                align-items: center;
            }
            .process-step {
                width: 100%;
                max-width: 260px;
                text-align: center;
                padding: 1.5rem 0;
            }
            .process-icon {
                width: 72px;
                height: 72px;
                font-size: 1.6rem;
                margin-bottom: 0.75rem;
            }
            .process-step h6 {
                font-size: 0.9rem;
                margin-bottom: 0.3rem;
            }
            .process-step p {
                font-size: 0.88rem;
            }
            .process-arrow {
                transform: rotate(90deg);
                font-size: 1.25rem;
                margin: 0;
                padding: 0;
                align-self: center;
            }
			.contact-tab { display: none; }
    		.contact-tab-mobile { display: flex; }
			.team-section { padding: 3rem 0; }
            .team-section-heading { font-size: 1.8rem; }
            .bioModels .bioImage {
                float: none;
                width: 100%;
                margin: 0 0 1.25rem 0;
            }
			    .testimonials-heading {
        	font-size: 1.65rem;
            }
            .testi-card {
                margin-bottom: 1.25rem;
            }
			.resources-heading { font-size: 1.65rem; }
    		.resource-card { margin-bottom: 1rem; }
        }

        /* Resources mobile */
        @media (max-width: 991.98px) {
            .res-heading { font-size: 2.2rem; }
            .res-photo { height: 300px; margin-top: 2rem; }
            .res-cards-section .col-lg { flex: 0 0 50%; max-width: 50%; margin-bottom: 1rem; }
            .support-item-mid { border-left: none; border-right: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 1rem 1.5rem; }
            .btn-connect { width: 100%; justify-content: center; margin-top: 1rem; }
        }
        @media (max-width: 767.98px) {
            .resources-section { padding: 3rem 0 0; }
            .res-heading { font-size: 1.8rem; }
            .res-photo { height: 220px; }
            .res-cards-section .col-lg { flex: 0 0 100%; max-width: 100%; }
            .res-card { margin-bottom: 1rem; }
            .support-item { flex-direction: row; }
            .res-card h6 { font-size: 1.1rem; }
            .res-card-icon { width: 90px; height: 90px; font-size: 2rem; }
			.contact-tab { display: none; }
    		.contact-tab-mobile { display: flex; }
        }

        /* ── PROJECT APPLICATIONS SECTION ── */
        .projects-section {
            background: #fff;
            padding: 5rem 0 0;
        }
        .proj-heading {
            font-size: 2.2rem;
            font-weight: 800;
            color: #081c2b;
            line-height: 1.15;
            margin-bottom: 0.75rem;
            text-transform: uppercase;
        }
        .proj-accent {
            width: 40px;
            height: 3px;
            background: #F58220;
            margin-bottom: 1.5rem;
        }
        .proj-desc {
            font-size: 1rem;
            color: #444;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        .btn-lookbook {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            border: 1.5px solid #081c2b;
            color: #081c2b;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 0.85rem 1.25rem;
            border-radius: 2px;
            text-decoration: none;
            margin-bottom: 0.75rem;
            transition: background 0.2s, color 0.2s;
        }
        .btn-lookbook:hover {
            background: #081c2b;
            color: #fff;
            text-decoration: none;
        }
        .btn-lookbook:hover .lk-icon {
            color: #F58220;
        }
        .btn-lookbook:hover .lk-arrow {
            color: #F58220;
        }
        .btn-lookbook .lk-icon {
            font-size: 1.4rem;
            color: #F58220;
            flex-shrink: 0;
        }
        .btn-lookbook .lk-arrow {
            margin-left: auto;
            color: #F58220;
            font-size: 1rem;
        }

        /* Image grid */
        .proj-grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: -4px;
        }
        .proj-card {
            position: relative;
            border-radius: 4px;
            overflow: hidden;
            background-color: #b0b5ba;
            background-size: cover;
            background-position: center;
            width: calc(33.333% - 8px);
            height: 210px;
            margin: 4px;
        }
        .proj-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(8,28,43,0.92) 0%, rgba(8,28,43,0.25) 55%, rgba(8,28,43,0.0) 100%);
        }
        .proj-card-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            padding: 1rem 1rem 0.9rem;
        }
        .proj-card-label h6 {
            font-size: 0.9rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            margin: 0 0 0.5rem;
            line-height: 1.3;
            letter-spacing: 0.3px;
        }
        .proj-card-accent {
            width: 30px;
            height: 3px;
            background: #F58220;
        }

        /* Right panel */
        .proj-award-header {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
        }
        .proj-right {
            border-left: 1px solid #cdd0d3;
            padding-left: 1.75rem;
        }
        .proj-award-icon {
            font-size: 2.8rem;
            color: #F58220;
            flex-shrink: 0;
            line-height: 1;
            margin-right: 1rem;
            padding-top: 0.1rem;
        }
        .proj-award-heading {
            font-size: 1.4rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #081c2b;
            line-height: 1.2;
            margin: 0;
        }
        .proj-award-desc {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        .proj-award-photo {
            width: 100%;
            height: 140px;
            object-fit: cover;
            border-radius: 4px;
            display: block;
            margin-bottom: 0.5rem;
        }
        .btn-award {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
            border: 2px solid #F58220;
            color: #F58220;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 0.9rem 1.25rem;
            border-radius: 2px;
            text-decoration: none;
            margin-top: 0.75rem;
            width: 100%;
            transition: background 0.2s, color 0.2s;
        }
        .btn-award:hover {
            background: #F58220;
            color: #fff;
            text-decoration: none;
        }

        /* Bottom bar */
        .projects-bottom-bar {
            background: #dde0e3;
            margin-top: 3rem;
            padding: 1.75rem 0;
            border-top: 1px solid #cdd0d3;
        }
        .proj-bottom-inner {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }
        .proj-bottom-icon {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 2px solid #00B4BA;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00B4BA;
            font-size: 1.7rem;
        }
        .proj-bottom-text {
            font-size: 1rem;
            color: #444;
            line-height: 1.6;
            margin: 0;
        }

        /* Projects section responsive */
        @media (max-width: 991.98px) {
            .proj-right {
                border-left: none;
                border-top: 1px solid #cdd0d3;
                padding-left: 0;
                padding-top: 2rem;
                margin-top: 2rem;
            }
            .proj-grid {
                margin: 0;
            }
            .proj-card {
                height: 180px;
            }
        }
        @media (max-width: 767.98px) {
            .projects-section {
                padding: 3rem 0 0;
            }
            .proj-heading {
                font-size: 1.7rem;
            }
            .proj-grid {
                margin: 0;
            }
            .proj-card {
                width: calc(50% - 8px);
                height: 160px;
            }
            .proj-right {
                padding-left: 15px;
                padding-right: 15px;
            }
            .proj-award-photo {
                height: 180px;
            }
        }
        @media (max-width: 480px) {
            .proj-card {
                width: calc(100% - 8px);
                height: 150px;
            }
        }

        /* ── RESPONSIVE: SMALL MOBILE (max 480px) ── */
        @media (max-width: 480px) {
            .hero-heading {
                font-size: 1.5rem;
            }
            .hero-label {
                font-size: 0.72rem;
            }
            .partner-logos {
                gap: 1rem;
            }
            .partner-logo-placeholder {
                font-size: 0.82rem;
            }
        }