@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;800;900&display=swap');

* {
    font-family: 'Inter', sans-serif;
}

.site-logo {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid rgba(30, 58, 138, 0.18);
    box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.6);
}

.footer-logo {
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid rgba(245, 158, 11, 0.2);
}

.site-tagline {
    max-width: 18rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e3a8a;
    font-weight: 700;
    line-height: 1.2;
    font-size: 0.58rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dark .site-tagline {
    color: #fbbf24;
}

.flag-select-shell {
    position: relative;
}

.flag-select-native {
    position: relative;
    z-index: 2;
    opacity: 0;
    color: transparent !important;
    width: 100%;
    min-height: 3.25rem;
}

.flag-select-display {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 3.4rem 0.75rem 1.2rem;
    border: 1px solid rgba(107, 114, 128, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.flag-select-shell:focus-within .flag-select-display {
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.55);
}

.flag-select-visual {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: rgba(226, 232, 240, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.42);
}

.flag-select-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flag-select-fallback {
    font-size: 0.95rem;
    line-height: 1;
}

.flag-select-label {
    font-weight: 600;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flag-select-icon {
    position: absolute;
    right: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    z-index: 2;
    pointer-events: none;
}

#country-code option,
#market option {
    color: #0f172a;
    background: #f8fafc;
}

.dark .flag-select-display {
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
    border-color: rgba(148, 163, 184, 0.72);
    box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.06);
}

.dark .flag-select-visual {
    background: rgba(30, 41, 59, 0.98);
    border-color: rgba(148, 163, 184, 0.36);
}

.dark .flag-select-icon {
    color: #cbd5e1;
}

.dark #country-code option,
.dark #market option {
    color: #f8fafc;
    background: #0f172a;
}

.role-select {
    border-radius: 1rem;
    font-weight: 600;
}

.role-select option {
    color: #0f172a;
    background: #f8fafc;
}

.dark .role-select {
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
    border-color: rgba(148, 163, 184, 0.72);
}

.dark .role-select option {
    color: #f8fafc;
    background: #0f172a;
}

.searchable-country-shell {
    position: relative;
}

.searchable-country-visual {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(226, 232, 240, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.42);
    z-index: 2;
}

.searchable-country-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.searchable-country-fallback {
    font-size: 0.95rem;
    line-height: 1;
}

.searchable-country-input {
    padding-left: 3.6rem !important;
    padding-right: 3.2rem !important;
    font-weight: 600;
}

.searchable-country-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    z-index: 2;
    pointer-events: none;
}

.dark .searchable-country-visual {
    background: rgba(30, 41, 59, 0.98);
    border-color: rgba(148, 163, 184, 0.36);
}

.dark .searchable-country-icon {
    color: #cbd5e1;
}

.font-heading {
    font-family: 'Outfit', sans-serif;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Gradients from Sednova style but adapted to African Warmth / Professional */
.gradient-glow {
    background: radial-gradient(circle at 50% 30%, rgba(245, 158, 11, 0.15) 0%, transparent 60%);
}

.dark .gradient-glow {
    background: radial-gradient(circle at 50% 30%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
}

/* Animations adapted from Sednova */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.hero-cover {
    position: relative;
    max-width: 72rem;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 30px 80px -35px rgba(15, 23, 42, 0.65);
}

.hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 20%, rgba(15, 23, 42, 0.55) 100%);
}

.hero-cover-image {
    width: 100%;
    height: clamp(22rem, 48vw, 34rem);
    object-fit: cover;
    display: block;
}

.hero-cover-badge {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    max-width: 28rem;
    padding: 1rem 1.15rem;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, 0.56);
    backdrop-filter: blur(8px);
    text-align: left;
}

.hero-cover-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fbbf24;
}

.hero-cover-text {
    color: #f8fafc;
    line-height: 1.5;
}

.brand-affirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 1rem 1rem 0;
}

.brand-affirmation-logo {
    width: clamp(9rem, 16vw, 12.5rem);
    height: clamp(9rem, 16vw, 12.5rem);
    object-fit: cover;
    border-radius: 999px;
    border: 5px solid rgba(245, 158, 11, 0.28);
    box-shadow: 0 28px 70px -28px rgba(15, 23, 42, 0.6);
}

.brand-affirmation-text {
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    padding: 0.8rem 1.1rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(30, 58, 138, 0.08));
    border: 1px solid rgba(245, 158, 11, 0.18);
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    font-weight: 900;
    text-align: center;
    color: #102a67;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-wrap: balance;
    max-width: 18ch;
    text-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 55px -38px rgba(15, 23, 42, 0.45);
}

.dark .brand-affirmation-text {
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(30, 58, 138, 0.18));
    border-color: rgba(245, 158, 11, 0.26);
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }

/* Service Card Hover Effect */
.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -15px rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.4);
}

.dark .service-card:hover {
    box-shadow: 0 20px 40px -15px rgba(245, 158, 11, 0.2);
    border-color: rgba(245, 158, 11, 0.3);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem;
}

.mobile-menu-panel {
    display: grid;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.45);
}

.dark .mobile-menu-panel {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(71, 85, 105, 0.42);
}

.mobile-menu-link,
.mobile-menu-cta {
    display: block;
    padding: 0.85rem 1rem;
    border-radius: 0.95rem;
    font-weight: 600;
    text-align: left;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mobile-menu-link:hover {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.mobile-menu-cta {
    background: linear-gradient(90deg, #f59e0b, #d97706);
    color: #fff;
}

.about-photo-frame,
.success-photo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    box-shadow: 0 20px 45px -28px rgba(15, 23, 42, 0.45);
    min-height: 12rem;
}

.success-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(8%) scale(0.98);
    transition: opacity 0.52s ease, transform 0.52s ease;
    pointer-events: none;
}

.success-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.about-photo {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
}

.success-photo {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    display: block;
}

.success-slider-controls {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.2rem;
    touch-action: manipulation;
}

.success-slider-dot {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.2);
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.success-slider-dot.is-active {
    background: #f59e0b;
    transform: scale(1.15);
}

.dark .success-slider-dot {
    background: rgba(255, 255, 255, 0.26);
}

.dark .success-slider-dot.is-active {
    background: #fbbf24;
}

.gallery-card {
    position: relative;
    grid-column: span 4;
    min-height: 18rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.75rem;
    background: #dbe4ef;
    box-shadow: 0 18px 48px -28px rgba(15, 23, 42, 0.45);
    isolation: isolate;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.62) 100%);
    z-index: 1;
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px -30px rgba(15, 23, 42, 0.55);
    border-color: rgba(245, 158, 11, 0.45);
}

.gallery-card-wide {
    grid-column: span 8;
}

.gallery-card-tall {
    min-height: 24rem;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.06);
}

.gallery-caption {
    position: absolute;
    inset-inline: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #fff;
    text-align: left;
}

.gallery-caption strong {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.gallery-caption span {
    max-width: 28rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(8px);
}

.gallery-modal.hidden {
    display: none;
}

.gallery-modal-panel {
    position: relative;
    max-width: min(1100px, 100%);
    max-height: calc(100vh - 3rem);
}

.gallery-modal-image {
    width: 100%;
    max-height: calc(100vh - 3rem);
    object-fit: contain;
    border-radius: 1.25rem;
    box-shadow: 0 30px 80px -25px rgba(0, 0, 0, 0.6);
}

.gallery-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 81;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.contact-strip {
    position: relative;
    overflow: hidden;
    border-radius: 1.4rem;
    padding-bottom: 3.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
    touch-action: pan-y;
}

.contact-slider-track {
    position: relative;
    min-height: 16rem;
}

.contact-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(8%) scale(0.98);
    transition: opacity 0.52s ease, transform 0.52s ease;
    pointer-events: none;
}

.contact-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.contact-strip-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    border-radius: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 40px -30px rgba(15, 23, 42, 0.45);
}

.contact-slider-controls {
    position: absolute;
    left: 50%;
    bottom: 0.85rem;
    z-index: 2;
    display: flex;
    gap: 0.6rem;
    transform: translateX(-50%);
    touch-action: manipulation;
}

.contact-slider-dot {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.contact-slider-dot.is-active {
    background: #f59e0b;
    transform: scale(1.15);
}

.dark .contact-slider-dot {
    background: rgba(255, 255, 255, 0.3);
}

.dark .contact-slider-dot.is-active {
    background: #fbbf24;
}

.partnership-highlight {
    padding: 1.2rem 1.3rem;
    border-radius: 1.4rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(30, 58, 138, 0.08));
    border: 1px solid rgba(245, 158, 11, 0.22);
    box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.4);
}

.partnership-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.partnership-brand-lockup {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.partnership-logo-image {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid rgba(245, 158, 11, 0.18);
    background: #fff;
}

.partnership-brand-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.partnership-brand-note {
    margin-top: 0.35rem;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.4;
}

.partnership-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(148, 163, 184, 0.3);
}

.luxe-logo-mark {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.luxe-logo-top {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0.06em;
    color: #2b22c7;
}

.luxe-logo-bottom {
    margin-top: 0.35rem;
    font-size: clamp(0.95rem, 2vw, 1.3rem);
    font-weight: 800;
    letter-spacing: 0.45em;
    color: #6c63ff;
}

.partnership-kicker {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1e3a8a;
}

.partnership-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
    color: #0f172a;
}

.dark .partnership-highlight {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(30, 58, 138, 0.14));
    border-color: rgba(245, 158, 11, 0.3);
}

.dark .partnership-logo-image {
    background: #fff;
}

.dark .partnership-brand-name {
    color: #f8fafc;
}

.dark .partnership-brand-note {
    color: #cbd5e1;
}

.dark .partnership-kicker {
    color: #fbbf24;
}

.dark .partnership-text {
    color: #f8fafc;
}

.contact-details-panel {
    padding: 1.1rem 1.2rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.contact-details-title {
    margin-bottom: 0.85rem;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1e3a8a;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.contact-detail-item {
    display: block;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    color: #0f172a;
    font-weight: 600;
    box-shadow: 0 14px 30px -28px rgba(15, 23, 42, 0.35);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.contact-detail-item:hover {
    transform: translateY(-2px);
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.footer-contact-panel {
    max-width: 52rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.footer-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.85fr);
    gap: 1rem;
    align-items: start;
}

.footer-contact-column {
    display: grid;
    gap: 0.75rem;
}

.footer-contact-label {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.footer-contact-panel .contact-details-title {
    text-align: center;
    color: #fbbf24;
}

.footer-contact-panel .contact-detail-item {
    background: transparent;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #cbd5e1;
    box-shadow: none;
}

.footer-contact-panel .contact-detail-item:hover {
    background: rgba(245, 158, 11, 0.08);
    color: #f8fafc;
}

.dark .contact-details-panel {
    background: rgba(15, 23, 42, 0.36);
    border-color: rgba(148, 163, 184, 0.22);
}

.dark .contact-details-title {
    color: #fbbf24;
}

.dark .contact-detail-item {
    background: rgba(15, 23, 42, 0.7);
    color: #f8fafc;
}

.dark .contact-detail-item:hover {
    background: rgba(245, 158, 11, 0.14);
    color: #fcd34d;
}

.cv-upload-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.2rem;
    border: 1px dashed rgba(100, 116, 139, 0.85);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.cv-upload-field:hover {
    border-color: rgba(245, 158, 11, 0.9);
    background: rgba(245, 158, 11, 0.08);
    transform: translateY(-1px);
}

.cv-upload-text {
    font-weight: 600;
    color: #475569;
}

.cv-upload-note {
    font-size: 0.88rem;
    color: #64748b;
}

.dark .cv-upload-field {
    background: rgba(15, 23, 42, 0.3);
    border-color: rgba(148, 163, 184, 0.75);
}

.dark .cv-upload-text {
    color: #e2e8f0;
}

.dark .cv-upload-note {
    color: #94a3b8;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.role-card {
    position: relative;
    padding: 1.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 34%),
        linear-gradient(180deg, #eeece6 0%, #e4e0d7 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 45px -35px rgba(15, 23, 42, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dark .role-card {
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.92) 100%);
    border-color: rgba(148, 163, 184, 0.16);
}

.role-card:hover {
    transform: translateY(-10px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 30px 60px -36px rgba(15, 23, 42, 0.5);
}

.role-accent {
    width: 4rem;
    height: 0.35rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    background: linear-gradient(90deg, #f59e0b, #1e3a8a);
    transform-origin: left center;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.role-card:hover .role-accent {
    transform: scaleX(1.18);
}

.role-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    color: #1e3a8a;
    margin-bottom: 1.15rem;
    transition: transform 0.35s ease, color 0.35s ease;
}

.dark .role-title {
    color: #f8fafc;
}

.role-card:hover .role-title {
    transform: translateX(4px);
}

.role-summary,
.role-label,
.role-fit,
.role-list {
    color: #111827;
}

.dark .role-summary,
.dark .role-label,
.dark .role-fit,
.dark .role-list {
    color: #e5e7eb;
}

.role-summary {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.role-label,
.role-fit {
    font-weight: 800;
    font-size: 0.98rem;
    margin-bottom: 1rem;
}

.role-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    gap: 0.95rem;
    line-height: 1.45;
}

.role-list li {
    position: relative;
    padding-left: 0.2rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.role-card:hover .role-list li {
    transform: translateX(4px);
}

.role-list li::before {
    content: "- ";
}

@media (max-width: 1024px) {
    .gallery-card,
    .gallery-card-wide {
        grid-column: span 6;
    }

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

@media (max-width: 640px) {
    .flag-select-display {
        gap: 0.65rem;
        padding: 0.72rem 3rem 0.72rem 0.9rem;
    }

    .flag-select-visual,
    .searchable-country-visual {
        width: 1.65rem;
        height: 1.65rem;
    }

    .flag-select-label,
    .searchable-country-input,
    .role-select {
        font-size: 0.95rem;
    }

    .flag-select-icon {
        right: 2.55rem;
    }

    .searchable-country-input {
        padding-left: 3rem !important;
        padding-right: 2.8rem !important;
    }

    .searchable-country-icon {
        right: 0.85rem;
    }

    .searchable-country-shell,
    .flag-select-shell {
        width: 100%;
    }

    .site-logo {
        width: 3rem;
        height: 3rem;
    }

    .hero-cover {
        border-radius: 1.35rem;
    }

    .hero-cover-image {
        height: 18rem;
    }

    .hero-cover-badge {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        max-width: none;
        padding: 0.9rem 1rem;
    }

    .hero-cover-label {
        font-size: 0.72rem;
        letter-spacing: 0.13em;
    }

    .hero-cover-text {
        font-size: 0.92rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .contact-strip {
        padding-bottom: 2.8rem;
        border-radius: 1.1rem;
    }

    .contact-strip-image {
        height: 12.5rem;
        border-radius: 1rem;
    }

    .contact-slider-track {
        min-height: 12.5rem;
    }

    .contact-slider-controls {
        bottom: 0.65rem;
        gap: 0.5rem;
    }

    .contact-slider-dot,
    .success-slider-dot {
        width: 0.72rem;
        height: 0.72rem;
    }

    .success-photo-frame {
        min-height: 11rem;
    }

    .success-photo {
        height: 11rem;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-layout {
        grid-template-columns: 1fr;
    }

    .partnership-logos {
        flex-direction: column;
        align-items: flex-start;
    }

    .partnership-brand-lockup {
        width: 100%;
    }

    .partnership-divider {
        width: 100%;
        height: 1px;
    }

    .luxe-logo-bottom {
        letter-spacing: 0.28em;
    }

    .about-photo {
        height: 12rem;
    }

    .success-photo {
        height: 11rem;
    }

    .gallery-card,
    .gallery-card-wide {
        grid-column: auto;
        min-height: 16rem;
    }

    .gallery-card-tall {
        min-height: 20rem;
    }

    .gallery-caption {
        inset-inline: 1rem;
        bottom: 1rem;
    }

    .gallery-caption strong {
        font-size: 1.05rem;
    }

    .gallery-caption span {
        font-size: 0.88rem;
    }

    .footer-logo {
        width: 5.25rem;
        height: 5.25rem;
    }

    .roles-grid {
        grid-template-columns: 1fr;
    }

    .role-card {
        padding: 1.2rem;
    }

    .role-title {
        font-size: 1.6rem;
    }
}

/* Custom Selection */
::selection {
    background: rgba(245, 158, 11, 0.3);
    color: inherit;
}

/* ── Multi-step form ── */

.form-stepper {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-inline: auto;
    max-width: 42rem;
}

.form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.form-step:hover {
    transform: translateY(-2px);
}

.form-step:focus-visible .form-step-circle {
    outline: 3px solid rgba(245, 158, 11, 0.25);
    outline-offset: 3px;
}

.form-step-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 2px solid rgba(107, 114, 128, 0.4);
    background: rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6b7280;
    box-shadow: 0 10px 24px -20px rgba(15, 23, 42, 0.45);
    transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.form-step.active .form-step-circle {
    border-color: #F59E0B;
    background: #F59E0B;
    color: #fff;
    box-shadow: 0 18px 35px -18px rgba(245, 158, 11, 0.85);
}

.form-step.done .form-step-circle {
    border-color: #F59E0B;
    background: transparent;
    color: #F59E0B;
    box-shadow: 0 12px 28px -20px rgba(245, 158, 11, 0.45);
}

.form-step-label {
    font-size: 0.86rem;
    font-weight: 600;
    color: #9ca3af;
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
}

.form-step.active .form-step-label,
.form-step.done .form-step-label {
    color: #F59E0B;
}

.form-step-line {
    flex: 1;
    height: 3px;
    background: rgba(107, 114, 128, 0.25);
    margin-bottom: 2rem;
    border-radius: 999px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.form-step-line.done {
    background: #F59E0B;
}

.form-panel-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1.5rem;
    padding: 1.9rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 28px 50px -42px rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px);
}

.dark .form-panel-card {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(71, 85, 105, 0.38);
}

.form-section-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #F59E0B;
    margin-bottom: 1.25rem;
}

.form-field-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.dark .form-field-label {
    color: #f1f5f9;
}

.form-field-hint {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 8px;
    line-height: 1.4;
}

.dark .form-field-hint {
    color: #94a3b8;
}

.form-optional {
    font-weight: 400;
    font-size: 0.78rem;
    color: #9ca3af;
    margin-left: 4px;
}

.form-input {
    width: 100%;
    padding: 0.75rem 1.1rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(107, 114, 128, 0.45);
    border-radius: 0.75rem;
    font-size: 0.95rem;
    color: #111827;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.form-input:focus {
    border-color: #F59E0B;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.dark .form-input {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(148, 163, 184, 0.4);
    color: #f1f5f9;
}

.dark .form-input:focus {
    border-color: #F59E0B;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.form-input::placeholder {
    color: #9ca3af;
}

.dark .form-input::placeholder {
    color: #64748b;
}

.form-textarea {
    border-radius: 1rem;
    resize: vertical;
    min-height: 130px;
    line-height: 1.6;
}

.searchable-country-input.form-input {
    border-radius: 0.75rem;
}

/* Role pill grid */
.role-pill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.role-pill-btn {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(107, 114, 128, 0.35);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.6);
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    font-family: 'Inter', sans-serif;
    line-height: 1.35;
}

.role-pill-btn:hover {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.06);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -24px rgba(15, 23, 42, 0.35);
}

.role-pill-btn.selected {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.12);
    color: #92400e;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.22);
}

.role-pill-full {
    grid-column: span 2;
}

.dark .role-pill-btn {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.3);
    color: #cbd5e1;
}

.dark .role-pill-btn:hover {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.1);
}

.dark .role-pill-btn.selected {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.18);
    color: #fcd34d;
}

/* CV upload zone */
.cv-upload-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border: 1.5px dashed rgba(107, 114, 128, 0.45);
    border-radius: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    color: #6b7280;
    text-align: center;
}

.cv-upload-zone:hover {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.04);
    transform: translateY(-1px);
    box-shadow: 0 16px 34px -30px rgba(15, 23, 42, 0.35);
}

.cv-upload-zone.has-file {
    border-color: rgba(245, 158, 11, 0.9);
    background: rgba(245, 158, 11, 0.08);
}

.dark .cv-upload-zone {
    border-color: rgba(148, 163, 184, 0.35);
}

.dark .cv-upload-zone:hover {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.07);
}

.cv-upload-zone-main {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 3px;
}

.dark .cv-upload-zone-main {
    color: #e2e8f0;
}

.cv-upload-zone-sub {
    font-size: 0.8rem;
    color: #9ca3af;
}

.cv-upload-status {
    margin-top: 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #92400e;
}

.dark .cv-upload-status {
    color: #fcd34d;
}

/* Or divider */
.form-or-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
    font-size: 0.8rem;
    color: #9ca3af;
}

.form-or-divider::before,
.form-or-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(148, 163, 184, 0.3);
}

/* Step panels */
.form-step-panel {
    display: none;
}

.form-step-panel.active {
    display: block;
    animation: panelFadeIn 0.35s ease;
}

@keyframes panelFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Nav row */
.form-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 0.5rem;
}

.form-progress-text {
    font-size: 0.8rem;
    color: #9ca3af;
    white-space: nowrap;
    font-weight: 600;
}

.form-btn-back {
    padding: 0.75rem 1.4rem;
    border: 1px solid rgba(107, 114, 128, 0.4);
    border-radius: 0.75rem;
    background: transparent;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    font-family: 'Inter', sans-serif;
}

.form-btn-back:hover {
    background: rgba(107, 114, 128, 0.1);
    color: #374151;
    transform: translateY(-1px);
}

.dark .form-btn-back {
    border-color: rgba(148, 163, 184, 0.3);
    color: #94a3b8;
}

.dark .form-btn-back:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
}

.form-btn-next {
    padding: 0.85rem 2rem;
    background: linear-gradient(90deg, #F59E0B, #D97706);
    border: none;
    border-radius: 0.75rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.form-btn-next:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 20px 34px -24px rgba(217, 119, 6, 0.65);
}

.form-btn-next:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 640px) {
    .form-step-label {
        font-size: 0.72rem;
    }
    .form-step-circle {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 0.9rem;
    }
    .form-stepper {
        gap: 0.55rem;
    }
    .form-step-line {
        margin-bottom: 1.7rem;
    }
    .form-panel-card {
        padding: 1.25rem;
        border-radius: 1.1rem;
    }
    .role-pill-grid {
        grid-template-columns: 1fr;
    }
    .role-pill-full {
        grid-column: span 1;
    }
    .form-btn-next {
        flex: 1;
    }
}
