/* =========================================================
   GLOBAL BASE STYLES
========================================================= */
:root {
    --color-dark: #0f172a;
    --color-dark-light: #1e293b;
    --color-primary: #0ea5e9;
    --color-primary-soft: #38bdf8;
    --color-text: #334155;
    --color-muted: #64748b;
    --color-light: #f8fafc;
    --radius: 14px;
    --topbar-height: 38px;
    --navbar-height: 74px;
    --site-header-height: calc(var(--topbar-height) + var(--navbar-height));
}

body {
    background: var(--color-light);
    color: var(--color-text);
    padding-top: var(--site-header-height);
    font-family: "Inter", sans-serif;
}

/* Utility Spacing */
.section {
    padding: 40px 0;
}

/* Text improvements */
h1, h2, h3, h4, h5 {
    color: var(--color-dark);
    font-weight: 700;
}
p {
    line-height: 1.7;
}

/* Hover Effects */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.transition {
    transition: all 0.3s ease;
}

/* Card Enhancements */
.card {
    border-radius: var(--radius);
}

.rounded-3 {
    border-radius: 12px !important;
}

.rounded-4 {
    border-radius: 16px !important;
}

/* =========================================================
   SITE HEADER + TOP BAR
========================================================= */
.site-header {
    z-index: 1030;
}

.topbar {
    height: var(--topbar-height);
    background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 55%, #0c4a6e 100%);
    color: #e2e8f0;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
    height: var(--topbar-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar__left,
.topbar__right {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.topbar__right {
    justify-content: flex-end;
}

.topbar__item,
.topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #cbd5e1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.topbar__item:hover,
.topbar__link:hover {
    color: #fff;
}

.topbar__item i,
.topbar__link i {
    color: #38bdf8;
    font-size: 0.78rem;
}

.topbar__promo {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.25);
    color: #bae6fd;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.topbar__promo i {
    color: #fbbf24;
}

.topbar__social {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding-right: 0.65rem;
    margin-right: 0.15rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar__social a {
    color: #94a3b8;
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.topbar__social a:hover {
    color: #fff;
    transform: translateY(-1px);
}

/* =========================================================
   NAVBAR
========================================================= */
.main-navbar {
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--color-text) !important;
    font-weight: 500;
    padding: 8px 14px;
    transition: 0.2s ease-in-out;
}

.nav-link.active,
.nav-link:hover {
    color: var(--color-primary) !important;
}

/* Buttons */
.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-primary:hover {
    background: #0284c7;
}
.btn-outline-primary:hover {
    background: var(--color-primary);
    color: #fff !important;
}


/* =========================================================
   HERO SECTION (Homepage)
========================================================= */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4.5rem;
    color: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-bg__image {
    position: absolute;
    inset: 0;
    background:
        url('https://images.unsplash.com/photo-1497366216548-37526070297c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80')
        center/cover no-repeat;
    opacity: 0.14;
    transform: scale(1.02);
}

.hero-bg__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.97) 0%, rgba(30, 64, 175, 0.92) 48%, rgba(109, 40, 217, 0.9) 100%);
}

.hero-bg__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.hero-bg__glow--left {
    top: -120px;
    left: -80px;
    background: #38bdf8;
}

.hero-bg__glow--right {
    bottom: -140px;
    right: -60px;
    background: #a78bfa;
}

.hero-bg__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 95%);
}

.hero-container {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.18);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #fde68a;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-headline {
    margin-bottom: 1.25rem;
    font-size: clamp(2.25rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
}

.hero-lead {
    max-width: 34rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.hero-actions .btn {
    border-radius: 999px;
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border: none;
    color: #1e293b;
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.35);
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #fcd34d, #fbbf24);
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.4);
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    backdrop-filter: blur(8px);
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    transform: translateY(-2px);
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.hero-trust__avatars {
    display: flex;
    align-items: center;
}

.hero-trust__avatars img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.9);
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}

.hero-trust__avatars img + img {
    margin-left: -12px;
}

.hero-trust__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hero-trust__text strong {
    font-size: 1rem;
    color: #fff;
}

.hero-trust__text span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65);
}

/* Right showcase panel */
.hero-showcase {
    position: relative;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.hero-showcase__visual {
    position: relative;
    margin-bottom: 1rem;
    border-radius: 1.125rem;
    overflow: hidden;
}

.hero-showcase__image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1.125rem;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.hero-showcase:hover .hero-showcase__image {
    transform: scale(1.03);
}

.hero-showcase__chip {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.hero-showcase__chip i {
    color: #fbbf24;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-stat-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hero-stat-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.hero-stat-card__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.1rem;
}

.hero-stat-card--blue .hero-stat-card__icon {
    background: rgba(56, 189, 248, 0.2);
    color: #7dd3fc;
}

.hero-stat-card--violet .hero-stat-card__icon {
    background: rgba(167, 139, 250, 0.22);
    color: #c4b5fd;
}

.hero-stat-card--amber .hero-stat-card__icon {
    background: rgba(251, 191, 36, 0.22);
    color: #fde68a;
}

.hero-stat-card--emerald .hero-stat-card__icon {
    background: rgba(52, 211, 153, 0.2);
    color: #6ee7b7;
}

.hero-stat-card__value {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.hero-stat-card__label {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 4rem 0 3.5rem;
    }

    .hero-showcase {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-showcase__image {
        height: 190px;
    }
}

.hero-shell {
    margin-top: 10px;
}
.hero-card {
    background: linear-gradient(135deg, var(--color-dark), var(--color-dark-light));
    color: white;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
}
.hero-subtitle {
    font-size: 18px;
    opacity: .85;
}

.hero-badge {
    background: rgba(255,255,255,0.12);
    display: inline-flex;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Right visual panel */
.hero-visual-card {
    background: rgba(255,255,255,0.12);
    padding: 18px;
    border-radius: 16px;
    backdrop-filter: blur(5px);
}
.hero-visual-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.hero-visual-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
    gap: 10px;
}
.hero-stat .value {
    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   AUTO-SCROLL CLIENT LOGOS
========================================================= */
.scroll-row {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 12px 0;
    scrollbar-width: none;
}
.scroll-row::-webkit-scrollbar { display: none; }

.logo-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    height: 70px;
    display: flex;
    align-items: center;
}
.logo-box img {
    max-height: 55px;
    object-fit: contain;
}


/* =========================================================
   ABOUT US SECTION
========================================================= */
.about-section {
    position: relative;
    padding: 5.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.about-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-section__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.about-section__glow--left {
    top: 40px;
    left: -140px;
    background: rgba(99, 102, 241, 0.14);
}

.about-section__glow--right {
    right: -100px;
    bottom: 80px;
    background: rgba(14, 165, 233, 0.12);
}

.about-section__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 85%);
}

.about-section__inner {
    position: relative;
    z-index: 1;
}

.about-header {
    max-width: 720px;
    margin: 0 auto 3.25rem;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.16);
    color: #4f46e5;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-title {
    margin-bottom: 0.75rem;
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
}

.about-subtitle {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-muted);
}

.about-showcase {
    margin-bottom: 2rem;
}

.about-visual {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-visual__frame {
    position: relative;
    flex: 1;
    min-height: 340px;
    border-radius: 1.5rem;
    overflow: hidden;
}

.about-visual__ring {
    position: absolute;
    inset: -10px;
    border-radius: 1.65rem;
    border: 2px solid rgba(99, 102, 241, 0.18);
    z-index: 0;
    pointer-events: none;
}

.about-visual__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.about-visual__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.35) 100%);
    pointer-events: none;
}

.about-visual__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.about-visual__badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-visual__badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.about-visual__badge-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.05rem;
}

.about-visual__badge-icon--blue {
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
}

.about-visual__badge-icon--green {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.about-visual__badge strong {
    display: block;
    font-size: 0.9rem;
    color: var(--color-dark);
    line-height: 1.2;
}

.about-visual__badge span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.76rem;
    color: var(--color-muted);
    line-height: 1.3;
}

.about-panel {
    position: relative;
    height: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.about-panel__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #6366f1, #8b5cf6);
}

.about-panel__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6366f1;
}

.about-panel__title {
    margin-bottom: 1rem;
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.about-panel__text {
    margin-bottom: 1.35rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--color-muted);
}

.about-features {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.about-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about-feature-card:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateX(4px);
}

.about-feature-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1rem;
}

.about-feature-card__icon--blue {
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
}

.about-feature-card__icon--violet {
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
}

.about-feature-card__icon--emerald {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.about-feature-card__content strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.94rem;
    color: var(--color-dark);
}

.about-feature-card__content span {
    display: block;
    font-size: 0.84rem;
    line-height: 1.45;
    color: var(--color-muted);
}

.about-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-about-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.32);
}

.btn-about-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-about-secondary:hover {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #93c5fd;
    transform: translateY(-2px);
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.about-highlight i {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
    font-size: 1.1rem;
}

.about-highlight strong {
    display: block;
    font-size: 1.05rem;
    color: var(--color-dark);
    line-height: 1.2;
}

.about-highlight span {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.8rem;
    color: var(--color-muted);
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.about-pillar {
    position: relative;
    height: 100%;
    padding: 1.75rem 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-pillar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.about-pillar--mission::before { background: #0ea5e9; }
.about-pillar--vision::before { background: #f59e0b; }
.about-pillar--offer::before { background: #10b981; }

.about-pillar:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.about-pillar:hover::before {
    opacity: 1;
}

.about-pillar__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.15rem;
}

.about-pillar__number {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #cbd5e1;
}

.about-pillar__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.35rem;
}

.about-pillar--mission .about-pillar__icon {
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
}

.about-pillar--vision .about-pillar__icon {
    background: rgba(245, 158, 11, 0.14);
    color: #d97706;
}

.about-pillar--offer .about-pillar__icon {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.about-pillar--mission:hover { border-color: rgba(14, 165, 233, 0.25); }
.about-pillar--vision:hover { border-color: rgba(245, 158, 11, 0.28); }
.about-pillar--offer:hover { border-color: rgba(16, 185, 129, 0.25); }

.about-pillar__title {
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-dark);
}

.about-pillar__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--color-muted);
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 4rem 0;
    }

    .about-visual__badges {
        grid-template-columns: 1fr;
    }

    .about-highlights {
        grid-template-columns: 1fr;
    }

    .about-pillars {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .about-panel {
        padding: 1.5rem;
    }

    .about-panel__actions {
        flex-direction: column;
    }

    .btn-about-cta,
    .btn-about-secondary {
        justify-content: center;
        width: 100%;
    }
}

/* =========================================================
   SHARED HOMEPAGE SECTION HEADERS
========================================================= */
.section-header {
    margin-bottom: 2.75rem;
}

.section-header--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.section-header__content {
    max-width: 640px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.section-eyebrow--blue {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.16);
    color: #0284c7;
}

.section-eyebrow--violet {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.16);
    color: #4f46e5;
}

.section-eyebrow--light {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #e0e7ff;
}

.section-eyebrow--amber {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #d97706;
}

.section-eyebrow--emerald {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #059669;
}

.section-title {
    margin-bottom: 0.6rem;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
}

.section-subtitle {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.btn-section-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.btn-section-link:hover {
    color: #1d4ed8;
    background: #eff6ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
}

/* =========================================================
   HOME BANNER CAROUSEL
========================================================= */
.home-banner-section {
    padding: 2.5rem 0 0;
    background: #fff;
}

.home-banner-carousel {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid #e2e8f0;
}

.home-banner-carousel__image {
    display: block;
    width: 100%;
    height: clamp(220px, 32vw, 420px);
    object-fit: cover;
}

.home-banner-carousel__indicators {
    margin-bottom: 1rem;
    gap: 0.35rem;
}

.home-banner-carousel__indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: transform 0.2s ease, background 0.2s ease;
}

.home-banner-carousel__indicators .active {
    background: #fff;
    transform: scale(1.15);
}

.home-banner-carousel__control {
    width: 8%;
}

.home-banner-carousel__control-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-banner-carousel__control:hover .home-banner-carousel__control-icon {
    background: rgba(15, 23, 42, 0.9);
    transform: scale(1.05);
}

/* =========================================================
   FEATURED JOBS (Homepage)
========================================================= */
.jobs-section {
    position: relative;
    padding: 5.5rem 0;
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 55%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.jobs-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.jobs-section__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
}

.jobs-section__glow--left {
    top: -120px;
    left: -80px;
    background: rgba(14, 165, 233, 0.25);
}

.jobs-section__glow--right {
    bottom: -100px;
    right: -60px;
    background: rgba(99, 102, 241, 0.2);
}

.jobs-section__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent 85%);
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.35rem;
}

.job-card-v2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.job-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(14, 165, 233, 0.14);
    border-color: rgba(14, 165, 233, 0.25);
}

.job-card-v2__header {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.job-card-v2__icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.job-card-v2:hover .job-card-v2__icon {
    transform: scale(1.05);
}

.job-card-v2--sky .job-card-v2__icon { background: rgba(14, 165, 233, 0.14); color: #0284c7; }
.job-card-v2--indigo .job-card-v2__icon { background: rgba(99, 102, 241, 0.14); color: #4f46e5; }
.job-card-v2--emerald .job-card-v2__icon { background: rgba(16, 185, 129, 0.14); color: #059669; }
.job-card-v2--amber .job-card-v2__icon { background: rgba(245, 158, 11, 0.14); color: #d97706; }
.job-card-v2--rose .job-card-v2__icon { background: rgba(244, 63, 94, 0.14); color: #e11d48; }
.job-card-v2--violet .job-card-v2__icon { background: rgba(139, 92, 246, 0.14); color: #7c3aed; }

.job-card-v2__meta {
    flex: 1;
    min-width: 0;
}

.job-card-v2__title {
    margin: 0 0 0.35rem;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--color-dark);
}

.job-card-v2__location {
    margin: 0;
    font-size: 0.84rem;
    color: var(--color-muted);
}

.job-card-v2__location i {
    color: #ef4444;
    margin-right: 0.3rem;
}

.job-card-v2__featured {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.12);
    color: #f59e0b;
    font-size: 0.8rem;
}

.job-card-v2__desc {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--color-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-card-v2__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.job-card-v2__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
}

.job-card-v2__tag--type {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.job-card-v2__tag--exp {
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
}

.job-card-v2__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.35rem;
}

.job-card-v2__verified {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.job-card-v2__verified i {
    color: #10b981;
}

.jobs-section__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(99, 102, 241, 0.08));
    border: 1px solid rgba(14, 165, 233, 0.15);
}

.jobs-section__cta-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.jobs-section__cta-content > i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-size: 1.1rem;
}

.jobs-section__cta-content strong {
    display: block;
    font-size: 1rem;
    color: var(--color-dark);
}

.jobs-section__cta-content span {
    display: block;
    font-size: 0.86rem;
    color: var(--color-muted);
}

.btn-jobs-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.25rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #bfdbfe;
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-jobs-explore:hover {
    color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.btn-job-apply {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.btn-job-apply:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

/* =========================================================
   TESTIMONIALS
========================================================= */
.testimonials-section {
    position: relative;
    padding: 4.5rem 0 4rem;
    background: linear-gradient(155deg, #0f0a2e 0%, #1e1b4b 38%, #312e81 72%, #3730a3 100%);
    overflow: hidden;
}

.testimonials-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.testimonials-section__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.testimonials-section__orb--left {
    width: 420px;
    height: 420px;
    top: -100px;
    left: -100px;
    background: rgba(139, 92, 246, 0.55);
}

.testimonials-section__orb--right {
    width: 460px;
    height: 460px;
    bottom: -140px;
    right: -100px;
    background: rgba(14, 165, 233, 0.38);
}

.testimonials-section__orb--center {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 45%;
    background: rgba(244, 114, 182, 0.22);
}

.testimonials-section__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.75) 1px, transparent 1px);
    background-size: 26px 26px;
}

.testimonials-section__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 35%, transparent 100%);
}

/* Marquee strip */
.testimonials-marquee {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
    padding: 0.85rem 0;
    border-block: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 23, 42, 0.25);
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonials-marquee__track {
    display: flex;
    width: max-content;
    animation: testimonials-marquee 42s linear infinite;
}

.testimonials-marquee__group {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding-right: 2.5rem;
}

.testimonials-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    white-space: nowrap;
    font-size: 0.84rem;
    color: rgba(224, 231, 255, 0.88);
}

.testimonials-marquee__item em {
    font-style: normal;
    opacity: 0.9;
}

.testimonials-marquee__item strong {
    color: #c7d2fe;
    font-weight: 700;
}

.testimonials-marquee__stars {
    display: inline-flex;
    gap: 0.12rem;
    color: #fbbf24;
    font-size: 0.68rem;
}

.testimonials-marquee__stars .is-dim {
    opacity: 0.25;
}

@keyframes testimonials-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Header */
.testimonials-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.25rem;
}

.testimonials-head__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.9rem, 3.5vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #fff;
}

.testimonials-head__subtitle {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(199, 210, 254, 0.9);
}

/* Trust bar */
.testimonials-trust {
    display: grid;
    grid-template-columns: auto 1px minmax(0, 1.2fr) 1px auto;
    align-items: center;
    gap: 1.5rem 2rem;
    margin-bottom: 2rem;
    padding: 1.35rem 1.75rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.testimonials-trust__divider {
    width: 1px;
    height: 72px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.testimonials-trust__score {
    text-align: center;
    min-width: 110px;
}

.testimonials-trust__score-value {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
}

.testimonials-trust__score-stars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.4rem 0 0.35rem;
    color: #fbbf24;
    font-size: 0.9rem;
}

.testimonials-trust__score-stars .is-dim {
    opacity: 0.28;
}

.testimonials-trust__score-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(199, 210, 254, 0.85);
}

.testimonials-trust__bars {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.testimonials-trust__bar-row {
    display: grid;
    grid-template-columns: 42px 1fr 36px;
    align-items: center;
    gap: 0.55rem;
}

.testimonials-trust__bar-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(224, 231, 255, 0.9);
    white-space: nowrap;
}

.testimonials-trust__bar-label i {
    color: #fbbf24;
    font-size: 0.62rem;
}

.testimonials-trust__bar-track {
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.testimonials-trust__bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    transition: width 0.6s ease;
}

.testimonials-trust__bar-count {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(199, 210, 254, 0.75);
    text-align: right;
}

.testimonials-trust__badges {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.testimonials-trust__badge {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.testimonials-trust__badge > i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #a5b4fc;
    font-size: 0.95rem;
}

.testimonials-trust__badge strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.testimonials-trust__badge span {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(199, 210, 254, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Featured hero card */
.testimonial-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
    gap: 0;
    margin-bottom: 2rem;
    border-radius: 1.65rem;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.32);
    overflow: hidden;
}

.testimonial-hero__frame {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, #8b5cf6, #0ea5e9, #f472b6, #8b5cf6);
    background-size: 300% 300%;
    animation: testimonial-frame-shift 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes testimonial-frame-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.testimonial-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(160deg, #eef2ff 0%, #e0e7ff 50%, #fae8ff 100%);
}

.testimonial-hero__photo {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.28);
}

.testimonial-hero__photo--initial {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}

.testimonial-hero__badge {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    color: #7c3aed;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    white-space: nowrap;
}

.testimonial-hero__content {
    position: relative;
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.testimonial-hero__rating {
    color: #f59e0b;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.testimonial-hero__rating .is-dim {
    opacity: 0.25;
}

.testimonial-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(168, 85, 247, 0.12));
    color: #6366f1;
    font-size: 0.72rem;
    font-weight: 700;
}

.testimonial-hero__quote-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-size: 3.5rem;
    color: rgba(99, 102, 241, 0.08);
    line-height: 1;
}

.testimonial-hero__text {
    position: relative;
    margin: 0 0 1.5rem;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    line-height: 1.8;
    color: #334155;
    font-weight: 500;
}

.testimonial-hero__author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.15rem;
    border-top: 1px solid #e2e8f0;
}

.testimonial-hero__author strong {
    display: block;
    font-size: 1.05rem;
    color: #0f172a;
}

.testimonial-hero__author span {
    display: block;
    font-size: 0.84rem;
    color: #64748b;
}

.testimonial-hero__verified {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Review wall slider */
.testimonials-wall {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.testimonials-wall__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.testimonials-wall__title {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

.testimonials-wall__hint {
    margin: 0;
    font-size: 0.84rem;
    color: rgba(199, 210, 254, 0.82);
}

.testimonials-wall__controls {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.testimonials-wall__btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.testimonials-wall__btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.06);
}

.testimonials-wall__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.testimonials-wall__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.testimonials-wall__track::-webkit-scrollbar {
    height: 6px;
}

.testimonials-wall__track::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
}

.testimonials-wall__dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
}

.testimonials-wall__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
}

.testimonials-wall__dot.is-active {
    background: #fff;
    transform: scale(1.2);
}

.testimonial-card {
    flex: 0 0 min(310px, 84vw);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.2);
}

.testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.testimonial-card__rating {
    color: #f59e0b;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.testimonial-card__rating .is-dim {
    opacity: 0.25;
}

.testimonial-card__quote {
    color: rgba(99, 102, 241, 0.18);
    font-size: 1.25rem;
}

.testimonial-card--violet { border-top: 3px solid #8b5cf6; }
.testimonial-card--sky { border-top: 3px solid #0ea5e9; }
.testimonial-card--rose { border-top: 3px solid #f43f5e; }
.testimonial-card--amber { border-top: 3px solid #f59e0b; }
.testimonial-card--emerald { border-top: 3px solid #10b981; }

.testimonial-card__text {
    margin: 0 0 1rem;
    flex: 1;
    font-size: 0.92rem;
    line-height: 1.75;
    color: #475569;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

.testimonial-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #eef2ff;
}

.testimonial-card__avatar--initial {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}

.testimonial-card__author-info strong {
    display: block;
    font-size: 0.9rem;
    color: #0f172a;
}

.testimonial-card__author-info span {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}

/* CTA band */
.testimonials-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1.75rem;
    padding: 1.25rem 1.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.testimonials-cta__avatars {
    display: flex;
    align-items: center;
}

.testimonials-cta__avatar {
    width: 42px;
    height: 42px;
    margin-left: -10px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #4338ca;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.testimonials-cta__avatars > :first-child {
    margin-left: 0;
}

.testimonials-cta__avatar--initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #818cf8, #a78bfa);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
}

.testimonials-cta__text {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(224, 231, 255, 0.92);
}

.testimonials-cta__text strong {
    color: #fff;
}

.btn-testimonials-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff 0%, #eef2ff 100%);
    color: #4338ca;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-testimonials-cta:hover {
    color: #312e81;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.24);
}

@media (prefers-reduced-motion: reduce) {
    .testimonials-marquee__track {
        animation: none;
    }

    .testimonial-hero__frame {
        animation: none;
    }
}

/* =========================================================
   SUCCESS STORIES — Victory Lane
========================================================= */
.success-stories-section.wins-lane {
    position: relative;
    padding: 3.5rem 0;
    background: linear-gradient(160deg, #042f2e 0%, #0f4c45 45%, #115e59 100%);
    overflow: hidden;
}

.wins-lane__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wins-lane__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255,255,255,0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.15) 1px, transparent 1px);
    background-size: 40px 40px;
}

.wins-lane__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
}

.wins-lane__glow--gold {
    width: 320px;
    height: 320px;
    top: -60px;
    right: 10%;
    background: rgba(251, 191, 36, 0.4);
}

.wins-lane__glow--teal {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -80px;
    background: rgba(45, 212, 191, 0.25);
}

.wins-lane__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.wins-lane__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fde68a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wins-lane__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #fff;
}

.wins-lane__subtitle {
    margin: 0;
    max-width: 520px;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(204, 251, 241, 0.85);
}

.wins-lane__stats {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.wins-stat {
    min-width: 100px;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.wins-stat--highlight {
    background: rgba(251, 191, 36, 0.12);
    border-color: rgba(251, 191, 36, 0.28);
}

.wins-stat__num {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.wins-stat--highlight .wins-stat__num {
    color: #fbbf24;
}

.wins-stat__lbl {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(204, 251, 241, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wins-journey {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.25rem;
    margin-bottom: 1.75rem;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wins-journey__step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.wins-journey__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(45, 212, 191, 0.2);
    color: #5eead4;
    font-size: 0.75rem;
}

.wins-journey__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.wins-journey__arrow {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.65rem;
    padding: 0 0.15rem;
}

.wins-marquee {
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding: 0.75rem 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.wins-marquee__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: wins-marquee-scroll 35s linear infinite;
}

@keyframes wins-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.wins-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(204, 251, 241, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
}

.wins-marquee__item i {
    color: #fbbf24;
}

.wins-scroll {
    position: relative;
    margin-bottom: 1.75rem;
}

.wins-scroll__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wins-scroll__title {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.wins-scroll__hint {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(204, 251, 241, 0.75);
}

.wins-scroll__nav {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.wins-scroll__btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wins-scroll__btn:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.05);
}

.wins-scroll__fade {
    position: absolute;
    top: 3.5rem;
    bottom: 0;
    width: 48px;
    pointer-events: none;
    z-index: 2;
}

.wins-scroll__fade--left {
    left: 0;
    background: linear-gradient(90deg, #042f2e, transparent);
}

.wins-scroll__fade--right {
    right: 0;
    background: linear-gradient(270deg, #115e59, transparent);
}

.wins-scroll__track {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0.15rem 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(251, 191, 36, 0.45) transparent;
    -webkit-overflow-scrolling: touch;
}

.wins-scroll__track::-webkit-scrollbar {
    height: 6px;
}

.wins-scroll__track::-webkit-scrollbar-thumb {
    background: rgba(251, 191, 36, 0.45);
    border-radius: 999px;
}

.wins-card {
    position: relative;
    flex: 0 0 min(300px, 85vw);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 260px;
    max-height: 280px;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wins-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

.wins-card--gold { border-top: 3px solid #fbbf24; }
.wins-card--teal { border-top: 3px solid #14b8a6; }
.wins-card--mint { border-top: 3px solid #34d399; }
.wins-card--sky { border-top: 3px solid #38bdf8; }
.wins-card--lime { border-top: 3px solid #a3e635; }

.wins-card__top {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.wins-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.wins-card__avatar--initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d9488, #059669);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
}

.wins-card__identity {
    flex: 1;
    min-width: 0;
}

.wins-card__identity strong {
    display: block;
    font-size: 0.9rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wins-card__identity span {
    display: block;
    font-size: 0.74rem;
    color: #059669;
    font-weight: 600;
}

.wins-card__badge {
    flex-shrink: 0;
    max-width: 82px;
    padding: 0.22rem 0.4rem;
    border-radius: 0.45rem;
    background: #fef3c7;
    color: #b45309;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.wins-card__title {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wins-card__text {
    margin: 0;
    flex: 1;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wins-card__quote {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #047857;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wins-card__index {
    position: absolute;
    right: 0.85rem;
    bottom: 0.65rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.06);
    line-height: 1;
    pointer-events: none;
}

.wins-lane__footer {
    position: relative;
    margin-top: 1rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wins-lane__footer-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.08), transparent, rgba(45, 212, 191, 0.08));
}

.wins-lane__footer-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.15rem 1.5rem;
}

.wins-lane__footer-content > i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #042f2e;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.wins-lane__footer-content > div {
    flex: 1;
    min-width: 180px;
}

.wins-lane__footer-content strong {
    display: block;
    font-size: 1rem;
    color: #fff;
}

.wins-lane__footer-content span {
    display: block;
    font-size: 0.84rem;
    color: rgba(204, 251, 241, 0.8);
}

.btn-wins-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    background: #fff;
    color: #0f766e;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.btn-wins-cta:hover {
    color: #042f2e;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   BLOG SECTION (Homepage)
========================================================= */
.blog-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
}

.blog-card {
    height: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.blog-card__image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-card__image {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image {
    transform: scale(1.05);
}

.blog-card__category {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.blog-card__body {
    padding: 1.35rem 1.4rem 1.5rem;
}

.blog-card__date {
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
    color: var(--color-muted);
}

.blog-card__date i {
    margin-right: 0.35rem;
    color: #94a3b8;
}

.blog-card__title {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
}

.blog-card__title a {
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card__title a:hover {
    color: #2563eb;
}

.blog-card__excerpt {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--color-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.blog-card__link:hover {
    gap: 0.65rem;
    color: #1d4ed8;
}

/* =========================================================
   CTA SECTION
========================================================= */
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0;
}

.cta-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-section__image {
    position: absolute;
    inset: 0;
    background:
        url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80')
        center/cover no-repeat;
    opacity: 0.16;
}

.cta-section__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 52%, #db2777 100%);
}

.cta-section__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 68%);
}

.cta-section__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.cta-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fde68a;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cta-section__title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
}

.cta-section__text {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.cta-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.btn-cta-primary,
.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1.75rem;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-cta-primary {
    background: #fff;
    color: #4f46e5;
    border: none;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
}

.btn-cta-primary:hover {
    color: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.26);
}

.btn-cta-outline {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    backdrop-filter: blur(8px);
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .testimonials-trust {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .testimonials-trust__divider {
        display: none;
    }

    .testimonials-trust__score {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .testimonials-trust__badges {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-hero {
        grid-template-columns: 1fr;
    }

    .testimonial-hero__visual {
        padding: 2rem 1.5rem 1.25rem;
    }

    .testimonial-hero__photo,
    .testimonial-hero__photo--initial {
        width: 120px;
        height: 120px;
        font-size: 2.25rem;
    }

    .testimonial-hero__content {
        padding: 1.5rem;
    }

    .wins-lane__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .wins-scroll__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .wins-journey__arrow {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .section-header--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-banner-section {
        padding-top: 1.5rem;
    }

    .jobs-section,
    .testimonials-section,
    .success-stories-section,
    .blog-section,
    .cta-section {
        padding: 3.5rem 0;
    }

    .jobs-grid {
        grid-template-columns: 1fr;
    }

    .jobs-section__cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .jobs-section__cta-content {
        justify-content: center;
    }

    .btn-jobs-explore {
        justify-content: center;
    }

    .testimonials-cta {
        border-radius: 1.25rem;
        flex-direction: column;
        text-align: center;
    }

    .btn-testimonials-cta {
        width: 100%;
        justify-content: center;
    }

    .testimonial-hero__verified {
        width: 100%;
        justify-content: center;
    }

    .testimonials-marquee {
        margin-bottom: 1.75rem;
    }

    .wins-lane__footer-content {
        flex-direction: column;
        text-align: center;
    }

    .btn-wins-cta {
        width: 100%;
        justify-content: center;
    }

    .cta-section__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cta-primary,
    .btn-cta-outline {
        justify-content: center;
    }
}

.about-card {
    background: #ffffff;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}
.about-title {
    font-weight: 700;
    font-size: 26px;
}


/* =========================================================
   FEATURED JOB CARDS
========================================================= */
.job-card {
    border-radius: var(--radius);
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}
.job-icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.job-title {
    font-weight: 600;
}

/* =========================================================
   CMS LEGAL / INFO PAGES
========================================================= */
.cms-page__hero {
    position: relative;
    padding: 2.25rem 0 2rem;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 42%, #0c4a6e 100%);
}

.cms-page__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cms-page__hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.38;
}

.cms-page__hero-glow--left {
    width: 340px;
    height: 340px;
    top: -90px;
    left: -60px;
    background: rgba(14, 165, 233, 0.32);
}

.cms-page__hero-glow--right {
    width: 280px;
    height: 280px;
    bottom: -80px;
    right: -20px;
    background: rgba(99, 102, 241, 0.28);
}

.cms-page__hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
}

.cms-page__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    color: #94a3b8;
}

.cms-page__breadcrumb a {
    color: #bae6fd;
    text-decoration: none;
}

.cms-page__breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.cms-page__breadcrumb i {
    font-size: 0.62rem;
    opacity: 0.7;
}

.cms-page__hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.cms-page__title {
    margin: 0.45rem 0 0.55rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.cms-page__subtitle {
    margin: 0;
    max-width: 640px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.cms-page__updated {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-weight: 600;
    color: #e2e8f0;
    white-space: nowrap;
}

.cms-page__updated i {
    color: #38bdf8;
}

.cms-page__body {
    padding: 2.25rem 0 4rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.cms-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 1.5rem;
    align-items: start;
}

.cms-page__content-card {
    padding: 1.75rem 1.85rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.cms-page__sidebar {
    position: sticky;
    top: calc(var(--site-header-height) + 1rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cms-page__nav-card,
.cms-page__help-card {
    padding: 1.2rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.cms-page__nav-card h2 {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-dark);
}

.cms-page__nav-card h2 i {
    color: #0ea5e9;
    margin-right: 0.35rem;
}

.cms-page__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.cms-page__nav-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.8rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cms-page__nav-link > i:first-child {
    width: 18px;
    text-align: center;
    color: #0ea5e9;
    font-size: 0.82rem;
}

.cms-page__nav-link span {
    flex: 1;
}

.cms-page__nav-dot {
    font-size: 0.42rem;
    color: #0ea5e9;
}

.cms-page__nav-link:hover {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #0369a1;
    transform: translateX(3px);
}

.cms-page__nav-link.is-active {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(37, 99, 235, 0.1));
    border-color: rgba(14, 165, 233, 0.35);
    color: #0c4a6e;
}

.cms-page__help-card {
    display: flex;
    gap: 0.8rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(99, 102, 241, 0.06));
    border-color: rgba(14, 165, 233, 0.18);
}

.cms-page__help-card > i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: #2563eb;
}

.cms-page__help-card strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    color: var(--color-dark);
}

.cms-page__help-card p {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}

.cms-page__empty {
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px dashed #cbd5e1;
}

.cms-page__empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 1.75rem;
}

.cms-page__empty h2 {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.cms-page__empty p {
    margin: 0 0 1.25rem;
    color: #64748b;
}

/* Legal / CMS prose */
.cms-legal-content .legal-prose,
.cms-page__content .legal-prose {
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.75;
}

.legal-prose .legal-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1.35rem;
}

.legal-prose h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #e0f2fe;
}

.legal-prose h3 {
    margin: 1.25rem 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.legal-prose p {
    margin: 0 0 0.9rem;
}

.legal-prose ul,
.legal-prose ol {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.legal-prose li {
    margin-bottom: 0.4rem;
}

.legal-prose a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.legal-prose a:hover {
    text-decoration: underline;
}

.legal-callout {
    margin: 1.25rem 0 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid transparent;
}

.legal-callout strong {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
    color: #0f172a;
}

.legal-callout p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.legal-callout--info {
    background: rgba(14, 165, 233, 0.08);
    border-color: rgba(14, 165, 233, 0.2);
}

.legal-callout--info strong i {
    color: #0284c7;
}

.legal-callout--warning {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.25);
}

.legal-callout--warning strong i {
    color: #d97706;
}

.legal-meta {
    margin-top: 1.5rem !important;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.84rem !important;
    color: #64748b !important;
}

/* Legacy CMS HTML cleanup inside content card */
.cms-page__content .MsoNormal,
.cms-page__content p[style] {
    margin-bottom: 0.9rem !important;
    line-height: 1.75 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    color: #334155 !important;
}

.cms-page__content h1,
.cms-page__content h2,
.cms-page__content h3 {
    color: #0f172a;
    font-weight: 800;
}

.cms-page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.cms-page__content table td,
.cms-page__content table th {
    border: 1px solid #e2e8f0;
    padding: 0.55rem 0.7rem;
}

@media (max-width: 991.98px) {
    .cms-page__layout {
        grid-template-columns: 1fr;
    }

    .cms-page__sidebar {
        position: static;
        order: -1;
    }

    .cms-page__hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .cms-page__content-card {
        padding: 1.25rem 1.1rem;
    }
}


/* =========================================================
   TESTIMONIALS & SUCCESS STORIES
========================================================= */
.testimonial-card,
.story-card {
    background: #ffffff;
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.small-avatar img,
.story-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}


/* =========================================================
   COUNTERS
========================================================= */
.counter-section {
    background: #ffffff;
    padding: 25px;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.counter-box {
    text-align: center;
}
.counter-number {
    font-size: 32px;
    font-weight: 700;
}


/* =========================================================
   HOW IT WORKS
========================================================= */
.hiw-card {
    background: #ffffff;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
.hiw-icon {
    background: var(--color-primary-soft);
    padding: 12px;
    border-radius: 12px;
    font-size: 20px;
}


/* =========================================================
   BLOG LIST
========================================================= */
.blog-pro-card {
    background: #ffffff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.blog-pro-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.blog-pro-content {
    padding: 20px;
}
.blog-pro-title {
    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   FORMS (Login / Register)
========================================================= */
.form-box {
    max-width: 450px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: var(--radius);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.form-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}


/* =========================================================
   SITE FOOTER
========================================================= */
.site-footer {
    margin-top: 0;
    color: #cbd5e1;
}

.site-footer__cta {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #4f46e5 100%);
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}

.site-footer__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.site-footer__cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.site-footer__cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #e0f2fe;
}

.site-footer__cta-copy h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.site-footer__cta-copy p {
    margin: 0;
    max-width: 520px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.site-footer__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.site-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.site-footer__cta-btn--primary {
    background: #fff;
    color: #1d4ed8;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.site-footer__cta-btn--primary:hover {
    color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.site-footer__cta-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.site-footer__cta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

.site-footer__main {
    position: relative;
    padding: 3.5rem 0 2.5rem;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.site-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-footer__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.25;
}

.site-footer__glow--left {
    width: 400px;
    height: 400px;
    top: -120px;
    left: -100px;
    background: rgba(14, 165, 233, 0.35);
}

.site-footer__glow--right {
    width: 360px;
    height: 360px;
    bottom: -140px;
    right: -80px;
    background: rgba(99, 102, 241, 0.3);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 2rem 2.5rem;
}

.site-footer__brand-name {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.site-footer__logo-link {
    display: inline-block;
    margin-bottom: 1rem;
}

.site-footer__logo {
    max-height: 52px;
    width: auto;
}

.site-footer__about {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #94a3b8;
    max-width: 340px;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.site-footer__social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.site-footer__social a:hover {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
    transform: translateY(-2px);
}

.site-footer__apps {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.site-footer__app-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
    max-width: 200px;
}

.site-footer__app-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.site-footer__app-btn i {
    font-size: 1.5rem;
}

.site-footer__app-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-footer__app-btn small {
    font-size: 0.62rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-footer__app-btn strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
}

.site-footer__heading {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.site-footer__heading--spaced {
    margin-top: 1.5rem;
}

.site-footer__links,
.site-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links li {
    margin-bottom: 0.55rem;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a i {
    width: 16px;
    font-size: 0.78rem;
    color: #0ea5e9;
    opacity: 0.85;
}

.site-footer__links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.site-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #94a3b8;
}

.site-footer__contact-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(14, 165, 233, 0.12);
    color: #38bdf8;
    font-size: 0.82rem;
}

.site-footer__contact a {
    color: #cbd5e1;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.site-footer__contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer__bottom {
    padding: 1.15rem 0;
    background: #0b1220;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer__copyright {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.site-footer__legal-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.site-footer__legal-nav a {
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: none;
}

.site-footer__legal-nav a:hover {
    color: #38bdf8;
}

.site-footer__legal-sep {
    color: #475569;
    font-size: 0.78rem;
}

/* Legacy footer class aliases (if referenced elsewhere) */
.footer-dark { margin-top: 0; }

@media (max-width: 991.98px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__cta-actions {
        width: 100%;
    }

    .site-footer__cta-btn {
        flex: 1;
        justify-content: center;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}


/* =========================================================
   RESPONSIVE ADJUSTMENTS
========================================================= */
@media (max-width: 992px) {
    .hero-title { font-size: 32px; }
    .hero-card { padding: 30px 20px; }

    .topbar__social {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}
@media (max-width: 576px) {
    :root {
        --topbar-height: 34px;
        --navbar-height: 68px;
    }

    .topbar {
        font-size: 0.74rem;
    }

    .topbar__left,
    .topbar__right {
        gap: 0.55rem;
    }
}

/* =========================================================
   HIRING PARTNERS SECTION
========================================================= */
.partners-section {
    position: relative;
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.partners-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.partners-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.partners-header {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.partners-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.18);
    color: #0284c7;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.partners-title {
    margin-bottom: 0.65rem;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
}

.partners-subtitle {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.partners-marquee {
    position: relative;
    z-index: 1;
    margin-bottom: 1.75rem;
}

.partners-marquee__track {
    overflow: hidden;
    padding: 0.5rem 0;
}

.partners-marquee__content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: max-content;
    animation: partnersScroll 40s linear infinite;
}

.partners-marquee:hover .partners-marquee__content {
    animation-play-state: paused;
}

@keyframes partnersScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partners-marquee__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.partners-marquee__fade--left {
    left: 0;
    background: linear-gradient(90deg, #f8fafc 10%, transparent 100%);
}

.partners-marquee__fade--right {
    right: 0;
    background: linear-gradient(270deg, #f1f5f9 10%, transparent 100%);
}

.partners-logo-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 88px;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 4px 16px rgba(15, 23, 42, 0.05),
        0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.partners-logo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, 0.25);
    box-shadow:
        0 14px 32px rgba(14, 165, 233, 0.12),
        0 4px 12px rgba(15, 23, 42, 0.06);
}

.partners-logo-card img {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(35%) opacity(0.88);
    transition: filter 0.25s ease, transform 0.25s ease;
}

.partners-logo-card:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.04);
}

.partners-footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.partners-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    color: var(--color-muted);
    font-size: 0.9rem;
}

.partners-stat i {
    color: var(--color-primary);
    font-size: 1.1rem;
}

.partners-stat strong {
    color: var(--color-dark);
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .partners-section {
        padding: 3.5rem 0;
    }

    .partners-marquee__fade {
        width: 48px;
    }

    .partners-logo-card {
        width: 140px;
        height: 76px;
    }
}

/* =========================================================
   CLIENT LOGO SLIDER — LEGACY (other pages)
========================================================= */

.client-section .section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-dark);
}

.client-scroll-wrapper {
    overflow: hidden;
    position: relative;
}

.client-scroll {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
    white-space: nowrap;
    will-change: transform;
    cursor: grab;
    user-select: none;
}

.client-scroll:active {
    cursor: grabbing;
}

.client-logo-box {
    background: #ffffff;
    padding: 12px 24px;
    border-radius: 14px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;

    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.client-logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

.client-logo-box img {
    max-height: 55px;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.25s;
}

.client-logo-box:hover img {
    filter: grayscale(0%);
}

.client-scroll {
    cursor: grab;
}
.client-scroll.dragging {
    cursor: grabbing;
}


/* =========================================================
   JOBS LISTING PAGE
========================================================= */
.jobs-page__hero {
    position: relative;
    padding: 3rem 0 2.5rem;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 42%, #0c4a6e 100%);
}

.jobs-page__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.jobs-page__hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.4;
}

.jobs-page__hero-glow--left {
    width: 380px;
    height: 380px;
    top: -120px;
    left: -80px;
    background: rgba(14, 165, 233, 0.35);
}

.jobs-page__hero-glow--right {
    width: 320px;
    height: 320px;
    bottom: -100px;
    right: -40px;
    background: rgba(99, 102, 241, 0.3);
}

.jobs-page__hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
}

.jobs-page__hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.jobs-page__title {
    margin: 0.5rem 0 0.65rem;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.jobs-page__subtitle {
    margin: 0;
    max-width: 560px;
    font-size: 1rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.jobs-page__hero-stats {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.jobs-page__stat {
    min-width: 96px;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.jobs-page__stat strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.jobs-page__stat span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.jobs-page__stat--accent strong {
    color: #fbbf24;
}

.jobs-page__quick-search {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.jobs-page__quick-search-field {
    position: relative;
}

.jobs-page__quick-search-field i {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 0.9rem;
    pointer-events: none;
}

.jobs-page__quick-search-field input {
    width: 100%;
    height: 48px;
    padding: 0 1rem 0 2.5rem;
    border: none;
    border-radius: 0.85rem;
    background: #fff;
    color: var(--color-dark);
    font-size: 0.92rem;
}

.jobs-page__quick-search-field input:focus {
    outline: 2px solid rgba(14, 165, 233, 0.45);
    outline-offset: 0;
}

.jobs-page__quick-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    height: 48px;
    padding: 0 1.35rem;
    border: none;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jobs-page__quick-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.jobs-page__body {
    padding: 2.5rem 0 4rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.jobs-page__layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

.jobs-page__sidebar {
    position: sticky;
    top: calc(var(--site-header-height) + 1rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.jobs-filters {
    padding: 1.35rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.jobs-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.jobs-filters__head h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-dark);
}

.jobs-filters__head h2 i {
    color: #0ea5e9;
    margin-right: 0.35rem;
}

.jobs-filters__clear {
    font-size: 0.78rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.jobs-filters__clear:hover {
    text-decoration: underline;
}

.jobs-filters__field {
    margin-bottom: 1rem;
}

.jobs-filters__field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
}

.jobs-filters__input-wrap {
    position: relative;
}

.jobs-filters__input-wrap i {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.82rem;
    pointer-events: none;
}

.jobs-filters__input-wrap input {
    width: 100%;
    height: 42px;
    padding: 0 0.85rem 0 2.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    font-size: 0.88rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jobs-filters__input-wrap input:focus {
    border-color: #38bdf8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.jobs-filters__hint {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.74rem;
    color: #94a3b8;
}

.jobs-filters__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    height: 44px;
    margin-top: 0.25rem;
    border: none;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jobs-filters__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}

.jobs-filters__summary {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.jobs-filters__summary i {
    color: #0ea5e9;
    margin-right: 0.25rem;
}

.jobs-page__cta-card {
    display: flex;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(99, 102, 241, 0.08));
    border: 1px solid rgba(14, 165, 233, 0.18);
}

.jobs-page__cta-card > i {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: #2563eb;
    font-size: 1rem;
}

.jobs-page__cta-card strong {
    display: block;
    font-size: 0.92rem;
    color: var(--color-dark);
    margin-bottom: 0.25rem;
}

.jobs-page__cta-card p {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}

.jobs-page__active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.jobs-page__active-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
}

.jobs-page__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
}

.jobs-page__chip--static {
    background: #f1f5f9;
    color: #475569;
}

.jobs-grid--listing {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.job-card-v2--listing {
    height: 100%;
}

.job-card-v2__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.job-card-v2__title a:hover {
    color: #0284c7;
}

.job-card-v2__company {
    margin: 0 0 0.25rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #2563eb;
}

.job-card-v2__company i {
    margin-right: 0.25rem;
    font-size: 0.78rem;
}

.job-card-v2__badge {
    flex-shrink: 0;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.job-card-v2__tag--salary {
    background: rgba(16, 185, 129, 0.1);
    color: #047857;
}

.job-card-v2__tag--date {
    background: rgba(148, 163, 184, 0.15);
    color: #475569;
}

.job-card-v2__footer--listing {
    flex-wrap: wrap;
}

.job-card-v2__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.btn-job-view {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-job-view:hover {
    border-color: #94a3b8;
    color: #0f172a;
}

.jobs-page__empty {
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 1.35rem;
    background: #fff;
    border: 1px dashed #cbd5e1;
}

.jobs-page__empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 1.75rem;
}

.jobs-page__empty h3 {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-dark);
}

.jobs-page__empty p {
    margin: 0 0 1.25rem;
    color: #64748b;
}

.jobs-pagination {
    margin-top: 2rem;
}

.jobs-pagination .pagination {
    gap: 0.35rem;
}

.jobs-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-weight: 600;
    transition: all 0.2s ease;
}

.jobs-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.jobs-pagination .page-link:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.jobs-pagination .page-item.active .page-link:hover {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
}

@media (max-width: 991.98px) {
    .jobs-page__layout {
        grid-template-columns: 1fr;
    }

    .jobs-page__sidebar {
        position: static;
    }

    .jobs-page__quick-search {
        grid-template-columns: 1fr;
    }

    .jobs-page__hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .jobs-page__hero {
        padding: 2rem 0 1.75rem;
    }

    .jobs-page__hero-stats {
        width: 100%;
    }

    .jobs-page__stat {
        flex: 1;
        min-width: 0;
    }
}

/* =========================================================
   CONTACT PAGE
========================================================= */
.contact-page__hero {
    position: relative;
    padding: 3rem 0 2.5rem;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 42%, #0c4a6e 100%);
}

.contact-page__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-page__hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.4;
}

.contact-page__hero-glow--left {
    width: 360px;
    height: 360px;
    top: -100px;
    left: -70px;
    background: rgba(14, 165, 233, 0.35);
}

.contact-page__hero-glow--right {
    width: 300px;
    height: 300px;
    bottom: -90px;
    right: -30px;
    background: rgba(99, 102, 241, 0.3);
}

.contact-page__hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
}

.contact-page__hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.contact-page__title {
    margin: 0.5rem 0 0.65rem;
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.contact-page__subtitle {
    margin: 0;
    max-width: 560px;
    font-size: 1rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.contact-page__quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-page__quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.contact-page__quick-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.contact-page__quick-link i {
    color: #38bdf8;
}

.contact-page__body {
    padding: 2.5rem 0 4rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.75rem;
    align-items: start;
}

.contact-page__card,
.contact-page__info-card,
.contact-page__map-card {
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.contact-page__card {
    padding: 1.5rem;
}

.contact-page__card-head {
    margin-bottom: 1.25rem;
}

.contact-page__card-head h2 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-dark);
}

.contact-page__card-head h2 i {
    color: #0ea5e9;
    margin-right: 0.4rem;
}

.contact-page__card-head p {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
}

.contact-page__required {
    color: #ef4444;
}

.contact-page__alert {
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    font-size: 0.88rem;
}

.contact-page__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
}

.auth-field__wrap--textarea {
    align-items: flex-start;
}

.auth-field__icon--textarea {
    top: 0.95rem;
    transform: none;
}

.auth-field__textarea {
    min-height: 140px;
    padding-top: 0.85rem;
    padding-left: 2.65rem;
    resize: vertical;
    line-height: 1.55;
}

.auth-field__select {
    appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
}

.contact-page__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    height: 48px;
    margin-top: 0.25rem;
    border: none;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
}

.contact-page__info-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-page__info-card,
.contact-page__map-card {
    padding: 1.35rem;
}

.contact-page__info-card h3,
.contact-page__map-card h3 {
    margin: 0 0 1.1rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-dark);
}

.contact-page__info-card h3 i,
.contact-page__map-card h3 i {
    color: #0ea5e9;
    margin-right: 0.35rem;
}

.contact-page__info-item {
    display: flex;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.contact-page__info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-page__info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
    font-size: 0.95rem;
}

.contact-page__info-item strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-page__info-item p {
    margin: 0 0 0.25rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

.contact-page__info-item p:last-child {
    margin-bottom: 0;
}

.contact-page__info-item a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.contact-page__info-item a:hover {
    text-decoration: underline;
}

.contact-page__info-tag {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

.contact-page__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.contact-page__social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-page__social a:hover {
    background: #0ea5e9;
    color: #fff;
    transform: translateY(-2px);
}

.contact-page__map {
    position: relative;
    width: 100%;
    padding-top: 62%;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #f1f5f9;
}

.contact-page__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-page__modal {
    padding: 2rem 1.75rem;
    text-align: center;
    border: none;
    border-radius: 1.25rem;
}

.contact-page__modal-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-size: 1.75rem;
}

.contact-page__modal h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-dark);
}

.contact-page__modal p {
    margin: 0 0 1.25rem;
    color: #64748b;
    line-height: 1.6;
}

.contact-page__modal-actions {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .contact-page__layout {
        grid-template-columns: 1fr;
    }

    .contact-page__hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .contact-page__form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-page__hero {
        padding: 2rem 0 1.75rem;
    }
}


/* ============================================
   BLOG PAGE STYLES
============================================ */

.blog-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.blog-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-bottom: 1px solid #e5e7eb;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.blog-desc {
    color: #64748b;
    line-height: 1.5;
}

.blog-readmore {
    text-decoration: none;
    font-weight: 600;
    color: var(--color-primary);
}

.blog-readmore:hover {
    text-decoration: underline;
}

/* Page heading */
.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

/* Gradient backgrounds */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}


/* ============================================
   RESUME STYLES
============================================ */

.resume-view {
    background: #f8fafc;
    padding: 40px 0;
}

.resume-sheet {
    background: #ffffff;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Logo Header */
.resume-logo-header {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 15px 30px;
    text-align: left;
    border-bottom: 3px solid #0ea5e9;
}

.resume-logo {
    max-height: 40px;
    max-width: 150px;
    object-fit: contain;
}

.resume-logo-placeholder {
    background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
}

.resume-logo-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Resume Hero */
.resume-hero {
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    padding: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.resume-hero__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

.resume-hero__photo--placeholder {
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
}

.resume-hero__main {
    flex: 1;
    color: #ffffff;
}

.resume-hero__main h1 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 8px;
}

.headline {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 15px;
    font-weight: 500;
}

.resume-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    opacity: 0.95;
}

.resume-contact span {
    display: flex;
    align-items: center;
}

/* Resume Body */
.resume-body {
    padding: 40px;
}

.resume-section {
    margin-bottom: 35px;
}

.resume-section:last-child {
    margin-bottom: 0;
}

.resume-section__title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0ea5e9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resume-application-details {
    background: #f0f9ff;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #0ea5e9;
}

.resume-profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.resume-profile-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
}

.resume-profile-row:last-child {
    border-bottom: none;
}

.resume-profile-label {
    font-weight: 600;
    color: #64748b;
}

.resume-profile-value {
    color: #0f172a;
    text-align: right;
}

.resume-empty {
    color: #94a3b8;
    font-style: italic;
}

.resume-summary {
    line-height: 1.8;
    color: #334155;
}

.resume-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.resume-skill-tag {
    background: #e0f2fe;
    color: #0369a1;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.resume-timeline-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.resume-timeline-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.resume-timeline-item h4 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.resume-timeline-item .meta {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 10px;
}

.resume-timeline-item p {
    color: #334155;
    line-height: 1.7;
}

.resume-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.resume-mini-card {
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #0ea5e9;
}

.resume-mini-card strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 5px;
}

.resume-mini-card span {
    color: #64748b;
    font-size: 13px;
}

/* =========================================================
   AUTH PAGES (Register + Login)
========================================================= */
.auth-register,
.auth-login {
    position: relative;
    min-height: calc(100vh - var(--site-header-height));
    padding: 2.5rem 0 3.5rem;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 40%, #0c4a6e 100%);
    overflow: hidden;
}

.auth-register__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.auth-register__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.45;
}

.auth-register__glow--left {
    width: 420px;
    height: 420px;
    top: -80px;
    left: -100px;
    background: rgba(14, 165, 233, 0.35);
}

.auth-register__glow--right {
    width: 380px;
    height: 380px;
    bottom: -60px;
    right: -60px;
    background: rgba(99, 102, 241, 0.3);
}

.auth-register__grid {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image:
        linear-gradient(#fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 48px 48px;
}

.auth-register__container {
    position: relative;
}

.auth-register__shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1040px;
    margin: 0 auto;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-register__brand {
    padding: 2.5rem 2.25rem;
    background: linear-gradient(160deg, rgba(14, 165, 233, 0.2) 0%, rgba(99, 102, 241, 0.15) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-register__brand-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.auth-register__logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px;
}

.auth-register__logo-fallback {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    font-size: 1.35rem;
}

.auth-register__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: fit-content;
}

.auth-register__headline {
    margin: 0 0 0.85rem;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #fff;
}

.auth-register__tagline {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.85);
}

.auth-register__perks {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.auth-register__perks li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: rgba(241, 245, 249, 0.92);
}

.auth-register__perks i {
    color: #34d399;
    font-size: 0.85rem;
}

.auth-register__trust {
    display: flex;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.25rem;
}

.auth-register__trust-item {
    flex: 1;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-register__trust-item strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
}

.auth-register__trust-item span {
    display: block;
    font-size: 0.72rem;
    color: rgba(203, 213, 225, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.auth-register__form-panel {
    padding: 2.5rem 2.25rem;
    background: #fff;
}

.auth-register__card {
    max-width: 400px;
    margin: 0 auto;
}

.auth-register__card-head {
    margin-bottom: 1.35rem;
}

.auth-register__card-head h2 {
    margin: 0 0 0.35rem;
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
}

.auth-register__card-head p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
}

.auth-register__referral {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #eff6ff, #f0fdf4);
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.auth-register__referral > i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0ea5e9;
    color: #fff;
    flex-shrink: 0;
}

.auth-register__referral strong {
    display: block;
    font-size: 0.88rem;
    color: #0f172a;
}

.auth-register__referral span {
    font-size: 0.8rem;
    color: #64748b;
}

.auth-register__alert {
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    font-size: 0.88rem;
}

.auth-field {
    margin-bottom: 1.1rem;
}

.auth-field__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
}

.auth-field__wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.auth-field__icon {
    position: absolute;
    left: 0.95rem;
    color: #94a3b8;
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 1;
}

.auth-field__input {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 2.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #f8fafc;
    font-size: 0.92rem;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-field__input:focus {
    outline: none;
    border-color: #0ea5e9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.auth-field__input::placeholder {
    color: #94a3b8;
}

.auth-field__toggle {
    position: absolute;
    right: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.auth-field__toggle:hover {
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
}

.auth-field__hint {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.76rem;
    color: #94a3b8;
}

.auth-register__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
    padding: 0.85rem 1.25rem;
    border: none;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-register__submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.38);
}

.auth-login__extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.auth-login__remember {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    cursor: pointer;
    font-size: 0.86rem;
    color: #475569;
    user-select: none;
}

.auth-login__remember input {
    width: 16px;
    height: 16px;
    accent-color: #0ea5e9;
    cursor: pointer;
}

.auth-login__forgot {
    font-size: 0.84rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.auth-login__forgot:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.auth-login__links {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
}

.auth-login__links a {
    font-size: 0.82rem;
    color: #64748b;
    text-decoration: none;
}

.auth-login__links a:hover {
    color: #2563eb;
}

.auth-login__links a i {
    margin-right: 0.35rem;
    color: #94a3b8;
}

.auth-login .auth-register__brand {
    background: linear-gradient(160deg, rgba(99, 102, 241, 0.22) 0%, rgba(14, 165, 233, 0.18) 100%);
}

.auth-register__login {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
}

.auth-register__login a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.auth-register__login a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.auth-register__legal {
    margin: 0.85rem 0 0;
    text-align: center;
    font-size: 0.74rem;
    line-height: 1.5;
    color: #94a3b8;
}

@media (max-width: 991.98px) {
    .auth-register__shell,
    .auth-login__shell {
        grid-template-columns: 1fr;
    }

    .auth-register__brand {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 2rem 1.5rem;
    }

    .auth-register__trust {
        margin-top: 0;
    }

    .auth-register__form-panel {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .auth-register,
    .auth-login {
        padding: 1.25rem 0 2rem;
    }

    .auth-register__shell,
    .auth-login__shell {
        border-radius: 1.15rem;
    }

    .auth-register__trust {
        flex-direction: column;
    }
}

