:root {
    --black-900: #03050a;
    --black-800: #080d18;
    --navy-800: #101832;
    --navy-600: #1c2646;
    --smoke: #141a2c;
    --white: #ffffff;
    --cloud: #d9dcea;
    --muted: #8e95ae;
    --gold: #e3c27a;
    --gold-dark: #b68632;
    --aurora-teal: #30f3d9;
    --aurora-blue: #4378ff;
    --aurora-purple: #ab6cfb;
    --header-offset: 0px;
    --body-font: "Poppins", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --display-font: "Playfair Display", "Times New Roman", serif;
}

.admin-jobs-list article {
    background: rgba(7, 9, 18, 0.85);
    border-radius: 22px;
    border: 1px solid rgba(227, 194, 122, 0.18);
    padding: 1rem 1.25rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.admin-jobs-list article + article {
    margin-top: 0.75rem;
}

.admin-job-card {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    background: radial-gradient(circle at 20% 0%, rgba(171, 108, 251, 0.18), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(48, 243, 217, 0.18), transparent 35%),
        linear-gradient(180deg, var(--black-800), var(--black-900));
    color: var(--cloud);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: var(--header-offset);
}

.hidden {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--gold);
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1200px, 94vw);
    margin: 0 auto;
    padding-inline: clamp(1rem, 4vw, 2rem);
}

.top-contact {
    background: rgba(3, 5, 10, 0.95);
    border-bottom: 1px solid rgba(227, 194, 122, 0.3);
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.top-contact-inner {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0;
    color: var(--cloud);
    flex-wrap: wrap;
}

.top-contact-inner a {
    color: var(--gold);
    font-weight: 600;
    transition: color 0.2s ease;
}

.top-contact-inner a:hover {
    color: var(--white);
}

.logo-badge {
    display: inline-flex;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(227, 194, 122, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.logo-badge img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .logo-badge img {
        width: 40px;
        height: 40px;
    }
    
    .logo-badge {
        padding: 0.3rem;
    }
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--white);
}

.logo-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-tagline {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.logo-cta {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gold);
}

@media (max-width: 768px) {
    .logo-copy {
        display: none;
    }
}

.section-heading {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 680px;
    margin-inline: auto;
}

.section-heading h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.section-heading p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.5rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 600;
    color: var(--gold);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(227, 194, 122, 0.4);
}

h1, h2, h3 {
    color: var(--white);
    font-weight: 700;
    font-family: var(--display-font);
    letter-spacing: -0.01em;
}

p.lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 42ch;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.75rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    border: 1px solid transparent;
    min-height: 48px;
    touch-action: manipulation;
}

.btn.primary {
    background: linear-gradient(120deg, var(--gold), var(--gold-dark));
    color: var(--black-900);
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(227, 194, 122, 0.4), 0 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(227, 194, 122, 0.5), 0 6px 15px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
}

.btn.secondary {
    border: 2px solid rgba(227, 194, 122, 0.5);
    color: var(--white);
    background: rgba(227, 194, 122, 0.08);
    backdrop-filter: blur(10px);
}

.btn.secondary:hover {
    background: rgba(227, 194, 122, 0.15);
    border-color: rgba(227, 194, 122, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 194, 122, 0.25);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(3, 5, 10, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(227, 194, 122, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    gap: 1.5rem;
}

.logo img {
    height: 60px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    list-style: none;
}

.site-nav a {
    color: var(--white);
    font-weight: 500;
}

.nav-toggle {
    border: none;
    background: transparent;
    display: none;
    flex-direction: column;
    gap: 0.3rem;
    cursor: pointer;
    padding: 0.5rem;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--white);
}

.mobile-services-link {
    display: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(227, 194, 122, 0.4);
    border-radius: 999px;
    padding: 0.35rem 0.95rem;
    font-size: 0.75rem;
    transition: all 0.25s ease;
    background: rgba(227, 194, 122, 0.08);
    box-shadow: 0 4px 15px rgba(227, 194, 122, 0.15);
}

.mobile-services-link:hover {
    border-color: rgba(227, 194, 122, 0.8);
    background: rgba(227, 194, 122, 0.15);
    color: var(--white);
    transform: translateY(-1px);
}

.desktop-only {
    display: block;
}

.hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    padding: clamp(4rem, 8vw, 6rem) 0 clamp(2.75rem, 5vw, 4rem);
    border-bottom: 2px solid rgba(227, 194, 122, 0.25);
    min-height: clamp(440px, 75vh, 640px);
}

.hero-bg-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    transform: translateZ(0);
}

@media (max-width: 900px) {
    .hero-bg-slide {
        background-position: center;
    }
}

.hero-bg-slide.active {
    opacity: 1;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(3, 5, 10, 0.3), rgba(16, 24, 50, 0.25));
    z-index: 1;
}

@media (max-width: 900px) {
    .hero::before {
        background: linear-gradient(180deg, rgba(3, 5, 10, 0.55) 0%, rgba(3, 5, 10, 0.25) 45%, rgba(3, 5, 10, 0.65) 100%);
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .hero::before {
        background: linear-gradient(180deg, rgba(3, 5, 10, 0.4) 0%, rgba(3, 5, 10, 0.1) 50%, rgba(3, 5, 10, 0.3) 100%);
        bottom: auto;
        height: 50vh;
        min-height: 280px;
        max-height: 380px;
        border-radius: 0;
    }
    
    .hero::after {
        bottom: auto;
        height: 50vh;
        min-height: 280px;
        max-height: 380px;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 0;
        min-height: auto;
        overflow: visible;
    }

    .hero-bg-slide {
        background-size: cover;
        background-position: center top;
    }

    .hero-bg-carousel {
        position: relative;
        height: 50vh;
        min-height: 280px;
        max-height: 380px;
        overflow: hidden;
    }

    .hero-overlay-elements {
        position: absolute;
        inset: 0;
    }

    .hero-eyebrow-card {
        position: absolute;
        top: 0.35rem;
        right: 0.75rem;
        transform: none;
        text-align: left;
        width: auto;
        max-width: 85%;
        padding: 0.4rem 0.75rem;
        z-index: 5;
    }

    .hero-eyebrow-card .eyebrow {
        font-size: 0.65rem;
        letter-spacing: 0.08em;
        margin: 0;
    }

    .hero-heading {
        font-size: clamp(1.75rem, 6vw, 2.3rem);
        padding: 1.75rem 1.5rem;
        line-height: 1.3;
        width: 100%;
    }

    .hero h1 {
        font-size: inherit;
    }
}

/* Mobile CTA section below hero */
.mobile-hero-cta {
    display: none;
}

.hero-desktop-cta {
    display: none;
}

.trust-showcase {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    position: relative;
    background: linear-gradient(135deg, rgba(10, 15, 28, 0.95), rgba(6, 10, 20, 0.92));
    border-bottom: 1px solid rgba(227, 194, 122, 0.15);
}

.trust-showcase::before {
    content: "";
    position: absolute;
    inset: 8% 12% auto;
    height: 240px;
    background: radial-gradient(circle at 20% 40%, rgba(67, 120, 255, 0.15), transparent 55%),
        radial-gradient(circle at 70% 20%, rgba(48, 243, 217, 0.12), transparent 60%);
    filter: blur(35px);
    opacity: 0.7;
    pointer-events: none;
}

.trust-showcase-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.trust-copy h2 {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    margin-bottom: 0.75rem;
}

.trust-copy > p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.trust-badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trust-badges li {
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(227, 194, 122, 0.35);
    color: var(--gold);
    font-weight: 600;
    font-size: 0.9rem;
    background: rgba(227, 194, 122, 0.08);
}

.trust-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.trust-card-feature {
    background: rgba(7, 9, 18, 0.75);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.trust-card-feature:hover {
    border-color: rgba(227, 194, 122, 0.45);
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.trust-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(227, 194, 122, 0.15);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.trust-card-feature h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.trust-card-feature p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .mobile-hero-cta {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
        background: linear-gradient(180deg, rgba(3, 5, 10, 0.98), rgba(8, 13, 24, 1));
        justify-content: center;
        align-items: stretch;
        max-width: 100%;
    }

    .mobile-hero-cta .btn {
        flex: 1;
        max-width: none;
        width: 100%;
        padding: 1.1rem 1.25rem;
        font-size: 1rem;
        min-height: 52px;
    }

    .trust-pill {
        flex-direction: row;
        align-items: flex-start;
    }
}

.hero-desktop-cta {
    position: absolute;
    bottom: clamp(1rem, 4vw, 3rem);
    left: clamp(1.25rem, 4vw, 4rem);
    display: flex;
    gap: 0.85rem;
    background: rgba(3, 5, 10, 0.6);
    border: 1px solid rgba(227, 194, 122, 0.35);
    border-radius: 18px;
    padding: 0.85rem 1.5rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    z-index: 5;
    pointer-events: auto;
}

.hero-desktop-cta .btn {
    min-width: 170px;
}

@media (max-width: 900px) {
    .hero-desktop-cta {
        display: none;
    }
}

@media (min-width: 901px) {
    .hero-desktop-cta {
        display: flex;
    }
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 30%, rgba(67, 120, 255, 0.08), transparent 55%),
                radial-gradient(circle at 75% 10%, rgba(48, 243, 217, 0.06), transparent 60%);
    z-index: 1;
}

.hero-overlay-elements {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    padding: 0;
    min-height: 0;
    pointer-events: none;
}

.hero-eyebrow-card {
    position: absolute;
    top: clamp(0.3rem, 0.9vw, 0.75rem);
    right: clamp(0.4rem, 1.25vw, 1rem);
    background: rgba(3, 5, 10, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(227, 194, 122, 0.4);
    border-radius: 12px;
    padding: 0.5rem 1.1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    max-width: clamp(200px, 26vw, 320px);
}

.hero-eyebrow-card .eyebrow {
    margin: 0;
    font-size: clamp(0.68rem, 1.2vw, 0.8rem);
    line-height: 1.2;
}

.hero-heading {
    margin: clamp(2rem, 4vw, 3rem) auto 0;
    text-align: center;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 600;
    color: var(--white);
    letter-spacing: -0.02em;
    text-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
    max-width: 720px;
}

.hero h1 {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3.25rem);
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero .lead {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-note {
    margin-top: 0.6rem;
    color: rgba(227, 194, 122, 0.9);
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}


.hero-slide-info {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    padding: 1.25rem 1.75rem;
    border-radius: 16px;
    border: 2px solid rgba(227, 194, 122, 0.5);
    max-width: 280px;
    z-index: 3;
}

.slide-tag {
    display: inline-block;
    background: linear-gradient(120deg, rgba(227, 194, 122, 0.3), rgba(227, 194, 122, 0.2));
    color: var(--gold);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    border: 1px solid rgba(227, 194, 122, 0.4);
}

.slide-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.slide-points li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 1.5rem;
    position: relative;
}

.slide-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}


.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trust-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    position: relative;
    padding-left: 1.25rem;
}

.trust-label::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

.services,
.process-section,
.compliance-section,
.use-case-section,
.lead-form,
.contact {
    padding: 4rem 0;
    position: relative;
    isolation: isolate;
}

.media-gallery {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(6, 10, 20, 0.95), rgba(3, 5, 10, 1));
    border-top: 1px solid rgba(227, 194, 122, 0.12);
}

.media-gallery .gallery-carousel {
    margin-top: 2rem;
}

.media-gallery .carousel-window {
    grid-auto-columns: minmax(320px, min(420px, 60vw));
    gap: 1.5rem;
}


.media-gallery-card {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(227, 194, 122, 0.25);
    background: rgba(7, 9, 18, 0.9);
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
    scroll-snap-align: start;
}

.media-gallery-img {
    position: relative;
    flex: 1;
    line-height: 0;
    overflow: hidden;
    min-height: clamp(220px, 50vh, 380px);
}

.media-gallery-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.75));
    pointer-events: none;
}

.media-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.media-gallery-card:hover .media-gallery-img img {
    transform: scale(1.05);
}

.media-gallery-caption {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    background: radial-gradient(circle at top, rgba(227, 194, 122, 0.18), rgba(3, 5, 10, 0.92));
}

.media-gallery-date {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--gold);
}

.media-gallery-indicator {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    .media-gallery .carousel-window {
        grid-auto-columns: minmax(85vw, 1fr);
    }

    .media-gallery-card {
        display: grid;
        grid-template-rows: auto auto;
        min-height: auto;
    }

    .media-gallery-img {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        background: transparent;
    }

    .media-gallery-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .media-gallery-img::after {
        display: none;
    }

    .media-gallery-caption {
        border-top: 1px solid rgba(227, 194, 122, 0.2);
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .media-gallery .carousel-window {
        grid-auto-columns: minmax(90vw, 1fr);
    }

    .media-gallery-card {
        border-radius: 22px;
        min-height: auto;
    }

    .media-gallery-img {
        min-height: auto;
        padding: 0;
    }

    .media-gallery-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.gallery-loader {
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.gallery-cta {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.gallery-empty-state {
    text-align: center;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.65);
}

.page-hero {
    padding: clamp(4rem, 8vw, 6rem) 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(6, 10, 20, 0.95), rgba(3, 5, 10, 0.95));
    border-bottom: 1px solid rgba(227, 194, 122, 0.15);
}

.page-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.page-hero p {
    max-width: 720px;
    margin: 0.75rem auto 0;
    color: rgba(255, 255, 255, 0.8);
}

.career-cta,
.admin-cta {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.admin-wrapper {
    padding: 4rem 0 5rem;
}

.admin-login-card,
.admin-panel-card {
    background: rgba(7, 9, 18, 0.92);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 28px;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.45);
}

.admin-login-card form,
.admin-panel-card form {
    display: grid;
    gap: 1rem;
}

.admin-login-card input {
    border-radius: 14px;
    border: 1px solid rgba(227, 194, 122, 0.25);
    background: rgba(3, 5, 10, 0.7);
    padding: 0.85rem 1rem;
    color: var(--white);
}

.admin-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .admin-panel-card .admin-grid {
        grid-template-columns: 1fr 0.85fr;
    }
}

.admin-grid > * {
    min-width: 0;
}

.admin-panel-card form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.admin-panel-card input,
.admin-panel-card textarea {
    width: 100%;
}

.admin-events-list,
.admin-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin-right: -0.25rem;
}

.admin-events-list::-webkit-scrollbar,
.admin-jobs-list::-webkit-scrollbar {
    width: 6px;
}

.admin-events-list::-webkit-scrollbar-track,
.admin-jobs-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.admin-events-list::-webkit-scrollbar-thumb,
.admin-jobs-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(227, 194, 122, 0.55), rgba(172, 130, 58, 0.75));
    border-radius: 6px;
}

.admin-events-list:hover::-webkit-scrollbar-thumb,
.admin-jobs-list:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(227, 194, 122, 0.85), rgba(172, 130, 58, 1));
}

.admin-dashboard .gallery-form-card form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.admin-dashboard .gallery-form-card label span {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.admin-dashboard .gallery-form-card input[type="file"] {
    border: 1px dashed rgba(227, 194, 122, 0.4);
    border-radius: 14px;
    padding: 0.9rem;
    background: rgba(7, 9, 18, 0.65);
    width: 100%;
}

.admin-dashboard .gallery-form-card input[type="text"] {
    border-radius: 14px;
    border: 1px solid rgba(227, 194, 122, 0.25);
    background: rgba(7, 9, 18, 0.65);
    color: var(--white);
}

.admin-dashboard .gallery-form-card .btn {
    width: 100%;
    justify-content: center;
}

.admin-event-card,
.admin-job-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(227, 194, 122, 0.15);
    border-radius: 18px;
    background: rgba(7, 10, 20, 0.75);
    width: 100%;
    min-width: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.admin-event-thumb {
    width: 84px;
    height: 84px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(227, 194, 122, 0.2);
}

.admin-event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-event-meta,
.admin-job-card > div {
    flex: 1;
    min-width: 0;
}

.admin-event-meta h4,
.admin-job-card h4 {
    font-size: 1rem;
    margin-bottom: 0.15rem;
}

.admin-event-date,
.admin-job-date,
.admin-job-description,
.admin-job-location {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    word-break: break-word;
}

.admin-job-card button,
.admin-event-card button {
    margin-left: auto;
    flex-shrink: 0;
    min-width: auto;
    padding: 0.45rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(227, 194, 122, 0.25), rgba(227, 194, 122, 0.05));
    border: 1px solid rgba(227, 194, 122, 0.5);
}

@media (max-width: 640px) {
    .admin-event-card,
    .admin-job-card {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-event-thumb {
        width: 100%;
        height: auto;
    }

    .admin-event-thumb img {
        height: 200px;
    }

    .admin-job-card button,
    .admin-event-card button {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
}

.admin-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.75rem;
    border-radius: 999px;
    background: rgba(227, 194, 122, 0.15);
    color: var(--gold);
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(227, 194, 122, 0.35);
}

.delete-btn {
    align-self: flex-start;
    border: 1px solid rgba(227, 92, 92, 0.6);
    background: rgba(227, 92, 92, 0.15);
    color: #ffb4b4;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.delete-btn:hover {
    background: rgba(227, 92, 92, 0.3);
    transform: translateY(-1px);
}

.form-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.form-error {
    color: #ff9b9b;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .admin-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.careers-section,
.event-gallery-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(3, 5, 10, 0.98), rgba(10, 15, 28, 0.95));
    border-bottom: 1px solid rgba(227, 194, 122, 0.12);
}

.careers-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.gallery-form-card,
.job-board,
.admin-login-card {
    background: rgba(3, 5, 10, 0.6);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 28px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.job-board h3,
.job-form-card h3,
.gallery-form-card h3 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.job-empty-state,
.gallery-empty-state {
    text-align: center;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.65);
    border: 1px dashed rgba(227, 194, 122, 0.4);
    border-radius: 18px;
    margin: 1.5rem 0 0;
}

.job-listings {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.job-card {
    background: linear-gradient(135deg, rgba(227, 194, 122, 0.1), rgba(7, 9, 18, 0.8));
    border: 1px solid rgba(227, 194, 122, 0.3);
    border-radius: 20px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.job-card-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.job-card h4 {
    font-size: 1.15rem;
    font-family: var(--body-font);
    color: var(--white);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(227, 194, 122, 0.4);
    color: var(--gold);
    background: rgba(227, 194, 122, 0.08);
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.job-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.job-contact {
    font-weight: 600;
    color: var(--gold);
    font-size: 0.95rem;
}

.job-card-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.job-posted-date {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.job-form-card form,
.gallery-form-card form {
    display: grid;
    gap: 1rem;
}

.job-form-card label,
.gallery-form-card label {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.job-form-card input,
.job-form-card textarea,
.job-form-card select,
.gallery-form-card input,
.gallery-form-card textarea {
    border-radius: 14px;
    border: 1px solid rgba(227, 194, 122, 0.25);
    background: rgba(3, 5, 10, 0.65);
    color: var(--white);
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    font-family: var(--body-font);
    resize: vertical;
}

.job-form-card input:focus,
.job-form-card textarea:focus,
.job-form-card select:focus,
.gallery-form-card input:focus,
.gallery-form-card textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(227, 194, 122, 0.15);
}

.inline-field {
    display: flex;
    flex-direction: column;
}

.full-width {
    width: 100%;
    justify-content: center;
}

.event-gallery-section {
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.95), rgba(3, 5, 10, 1));
}

.gallery-grid-shell {
    margin-top: 2rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.gallery-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(227, 194, 122, 0.2);
    background: rgba(7, 9, 18, 0.85);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.3);
}

.gallery-card .gallery-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.gallery-card h4 {
    font-size: 1.05rem;
    margin: 0;
    font-family: var(--body-font);
}

.gallery-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.gallery-card .gallery-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.gallery-form-card {
    margin-top: 2rem;
}

.gallery-form-card input[type="file"] {
    padding: 0.6rem;
    cursor: pointer;
    background: rgba(3, 5, 10, 0.8);
}

@media (max-width: 992px) {
    .careers-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .job-card {
        padding: 1.25rem;
    }

    .job-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

.services {
    padding: 5.5rem 0;
    background: linear-gradient(180deg, rgba(3, 5, 10, 0.95), rgba(10, 15, 28, 0.92));
    position: relative;
}

.service-carousel .carousel-window {
    grid-auto-columns: minmax(300px, 1fr);
}

.service-visual-card {
    background: rgba(7, 9, 18, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    scroll-snap-align: start;
}

.service-visual-card:hover {
    transform: translateY(-6px);
    border-color: rgba(227, 194, 122, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.service-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-visual-card:hover .service-img img {
    transform: scale(1.08);
}

.service-info {
    padding: 1.5rem;
}

.service-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    font-family: var(--display-font);
}

.service-info p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* Stats Section */
.stats-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(227, 194, 122, 0.1), rgba(3, 5, 10, 0.95));
    border-top: 1px solid rgba(227, 194, 122, 0.2);
    border-bottom: 1px solid rgba(227, 194, 122, 0.2);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-card {
    padding: 1.5rem;
}

.stat-number {
    display: block;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--gold);
    font-family: var(--display-font);
    line-height: 1.2;
}

.stat-label {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    font-weight: 500;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(3, 5, 10, 0.95), rgba(10, 15, 28, 0.92));
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.about-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1.25rem;
}

.about-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-features {
    display: grid;
    gap: 1.25rem;
}

.about-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    background: rgba(227, 194, 122, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(227, 194, 122, 0.15);
    transition: all 0.3s ease;
}

.about-feature:hover {
    background: rgba(227, 194, 122, 0.1);
    border-color: rgba(227, 194, 122, 0.3);
}

.feature-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.about-feature h4 {
    font-size: 1.05rem;
    color: var(--white);
    margin-bottom: 0.25rem;
    font-family: var(--body-font);
    font-weight: 600;
}

.about-feature p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.about-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid rgba(227, 194, 122, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.about-overlay-card {
    position: absolute;
    inset: auto 1.5rem 1.5rem 1.5rem;
    background: rgba(3, 5, 10, 0.85);
    border: 1px solid rgba(227, 194, 122, 0.35);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.about-overlay-card h2 {
    margin-bottom: 0.65rem;
}

.about-overlay-card p {
    margin-bottom: 0;
}

/* Clients Section */
.clients-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, rgba(6, 10, 20, 0.98), rgba(3, 5, 10, 1));
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}

.client-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(227, 194, 122, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.client-card:hover {
    background: rgba(227, 194, 122, 0.08);
    border-color: rgba(227, 194, 122, 0.4);
    transform: translateY(-4px);
}

.client-icon {
    font-size: 2.5rem;
}

.client-name {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-weight: 500;
}

/* Testimonials Section */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(3, 5, 10, 1), rgba(10, 15, 28, 0.95));
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: rgba(7, 9, 18, 0.8);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(227, 194, 122, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-style: italic;
}

.testimonial-content p::before {
    content: '"';
    font-size: 3rem;
    color: var(--gold);
    opacity: 0.3;
    position: absolute;
    margin-top: -1.5rem;
    margin-left: -0.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(227, 194, 122, 0.15);
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--black-900);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.author-info strong {
    display: block;
    color: var(--white);
    font-size: 1rem;
}

.author-info span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Coverage Section */
.coverage-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.95), rgba(3, 5, 10, 1));
}

.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.coverage-content h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}

.coverage-content > p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.coverage-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.city-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(227, 194, 122, 0.1);
    border: 1px solid rgba(227, 194, 122, 0.3);
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 500;
    transition: all 0.3s ease;
}

.city-tag:hover {
    background: rgba(227, 194, 122, 0.2);
    transform: scale(1.05);
}

.city-tag:first-child {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--black-900);
    font-weight: 700;
    border-color: transparent;
}

.coverage-map {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.coverage-map img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.cta-inline {
    text-align: center;
    padding: 3.5rem 2.5rem;
    background: linear-gradient(145deg, rgba(227, 194, 122, 0.08), rgba(7, 9, 18, 0.6));
    border-radius: 32px;
    border: 2px solid rgba(227, 194, 122, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-inline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(227, 194, 122, 0.12), transparent 60%);
    pointer-events: none;
}

.cta-inline h3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.cta-inline p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.cta-inline .btn {
    position: relative;
    z-index: 1;
}

.contact {
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.92), rgba(3, 5, 10, 1));
}

.services::before,
.compliance-section::before,
.lead-form::before,
.contact::before {
    content: "";
    position: absolute;
    inset: 5% 10% auto;
    height: 220px;
    background: radial-gradient(circle at 30% 40%, rgba(67, 120, 255, 0.13), transparent 70%),
        radial-gradient(circle at 70% 20%, rgba(48, 243, 217, 0.16), transparent 65%);
    filter: blur(30px);
    z-index: 0;
}

.lead-form {
    background: var(--black-900);
}



.carousel {
    position: relative;
    margin-top: 2.5rem;
}

.carousel-window {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    scrollbar-width: none;
}

.carousel-window::-webkit-scrollbar {
    display: none;
}

.carousel[data-active-index] .carousel-window {
    scroll-behavior: smooth;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(227, 194, 122, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: var(--white);
    cursor: pointer;
    z-index: 2;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

.carousel-nav::before {
    content: "";
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
}

.carousel-nav.prev {
    left: 0.5rem;
}

.carousel-nav.prev::before {
    transform: rotate(135deg);
}

.carousel-nav.next {
    right: 0.5rem;
}

.carousel-nav.next::before {
    transform: rotate(-45deg);
}

.carousel-nav:disabled {
    opacity: 0.35;
    pointer-events: none;
}

.carousel-nav:hover:not(:disabled) {
    background: rgba(227, 194, 122, 0.2);
    border-color: rgba(227, 194, 122, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.story-card {
    scroll-snap-align: start;
    background: rgba(7, 9, 18, 0.85);
    border: 1px solid rgba(227, 194, 122, 0.18);
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    min-height: 320px;
}

.story-card h3 {
    margin-bottom: 0.75rem;
}

.story-card p {
    color: rgba(255, 255, 255, 0.8);
}

.story-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    list-style: none;
    margin-top: 1.5rem;
}

.story-kpis li {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
    color: var(--muted);
}

.story-kpis span {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gold);
}

.service-carousel .service-card {
    scroll-snap-align: start;
    background: rgba(7, 9, 18, 0.85);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-carousel .service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(227, 194, 122, 0.3);
}

.service-card-media {
    position: relative;
    overflow: hidden;
}

.service-card-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-media img {
    transform: scale(1.05);
}

.service-pill {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: var(--white);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-card-body h3 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}

.service-card-body p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    line-height: 1.6;
}

.process-section {
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.95), rgba(6, 10, 20, 0.98));
}

.process-steps {
    display: grid;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    background: rgba(7, 9, 18, 0.6);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--black-900);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    font-family: var(--display-font);
}

.step-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--white);
}

.step-content p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

.compliance-section {
    background: linear-gradient(180deg, rgba(6, 10, 20, 0.98), rgba(3, 5, 10, 1));
}

.compliance-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.compliance-card {
    background: rgba(7, 9, 18, 0.7);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.compliance-card:hover {
    border-color: rgba(227, 194, 122, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.compliance-icon {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    display: block;
}

.compliance-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: var(--white);
}

.compliance-content p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 0.95rem;
}

.use-case-section {
    background: linear-gradient(180deg, rgba(3, 5, 10, 1), rgba(8, 12, 24, 0.95));
    padding: 4rem 0;
}

.benefits {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.benefit-card {
    background: rgba(7, 9, 18, 0.85);
    border: 1px solid rgba(227, 194, 122, 0.2);
    border-radius: 20px;
    padding: 1.75rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(227, 194, 122, 0.4);
    box-shadow: 0 12px 30px rgba(227, 194, 122, 0.15);
}

.benefit-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.benefit-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.form-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(5, 7, 13, 0.95));
    border-radius: 34px;
    padding: 3.5rem 3rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(227, 194, 122, 0.2);
    border: 2px solid rgba(227, 194, 122, 0.3);
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .form-card {
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }
}

.form-card::before {
    content: "";
    position: absolute;
    inset: -30% 20% auto;
    height: 260px;
    background: radial-gradient(circle at 60% 0%, rgba(227, 194, 122, 0.15), transparent 65%);
    filter: blur(25px);
    z-index: 0;
}

.form-card > * {
    position: relative;
    z-index: 1;
}

.form-cta {
    display: grid;
    gap: 1.25rem;
}

.form-cta .btn {
    width: 100%;
    justify-content: center;
}

.form-instructions,
.form-note {
    color: var(--muted);
}

.contact-grid {
    display: grid;
    gap: 1rem;
}

.contact-card {
    background: rgba(7, 9, 18, 0.85);
    border: 1px solid rgba(227, 194, 122, 0.12);
    border-radius: 22px;
    padding: 1.75rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(227, 194, 122, 0.3);
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(216, 175, 100, 0.12);
    display: grid;
    place-items: center;
    font-size: 1.3rem;
}

.contact-card h3 {
    margin-bottom: 0.35rem;
}

.contact-card p a {
    color: var(--gold);
    font-weight: 600;
}

.contact-grid {
    margin-top: 2.5rem;
}

.form-support {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: rgba(216, 175, 100, 0.07);
    border-radius: 16px;
    border: 1px dashed rgba(216, 175, 100, 0.5);
    font-size: 0.95rem;
}

.form-support a {
    color: var(--gold);
}

.cta-banner {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(227, 194, 122, 0.12), rgba(16, 24, 50, 0.95));
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(227, 194, 122, 0.2);
    border-bottom: 1px solid rgba(227, 194, 122, 0.2);
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/Rajasthan_Map.png') center/cover;
    opacity: 0.08;
    z-index: 0;
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.cta-content h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

.trust-strip {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(227, 194, 122, 0.1);
    border-top: 1px solid rgba(227, 194, 122, 0.1);
    background: rgba(3, 5, 10, 0.7);
    margin-top: -1rem;
}

.trust-strip ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    backdrop-filter: blur(14px);
}

.site-footer {
    background: var(--black-900);
    color: var(--white);
    padding: 3.5rem 0 2.5rem;
    border-top: 1px solid rgba(216, 175, 100, 0.18);
}

.footer-inner {
    display: grid;
    gap: 2.5rem;
    text-align: left;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-column h3 {
    font-family: var(--display-font);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--gold);
}

.footer-column ul {
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.footer-column ul a {
    color: var(--cloud);
    font-size: 0.95rem;
}

.footer-brand img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
    border: 2px solid rgba(227, 194, 122, 0.3);
}

.footer-copy {
    color: var(--muted);
    margin-bottom: 1rem;
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.875rem;
    background: linear-gradient(120deg, #25d366, #1fb457);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 900;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.whatsapp-float .wa-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.whatsapp-float span {
    line-height: 1;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6), 0 6px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(120deg, #22c55e, #16a34a);
}

@media (max-width: 640px) {
    .whatsapp-float {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        right: 1rem;
        bottom: 1.5rem;
    }
    
    .whatsapp-float .wa-icon {
        width: 20px;
        height: 20px;
    }
}


.copyright {
    margin-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    padding: 0.75rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}


.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.trust-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(7, 9, 18, 0.8));
    border-radius: 24px;
    border: 2px solid rgba(227, 194, 122, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.trust-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(227, 194, 122, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trust-card:hover {
    transform: translateY(-8px);
    border-color: rgba(227, 194, 122, 0.6);
    box-shadow: 0 20px 50px rgba(227, 194, 122, 0.2);
}

.trust-card:hover::before {
    opacity: 1;
}

.trust-icon {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    filter: drop-shadow(0 4px 8px rgba(227, 194, 122, 0.3));
}

.trust-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    font-family: var(--display-font);
}

.trust-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

@media (min-width: 640px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .process-steps {
        gap: 1.5rem;
    }

    .process-step {
        flex-direction: row;
        gap: 1.5rem;
    }
}

@media (min-width: 900px) {
    .header-inner {
        padding: 1rem 0;
    }

    .hero {
        padding: 5rem 0 4rem;
        min-height: clamp(500px, 78vh, 700px);
    }

    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 900px) {
    .site-nav {
        position: absolute;
        inset: 70px 1rem auto;
        background: rgba(3, 5, 10, 0.95);
        border-radius: 20px;
        flex-direction: column;
        padding: 1.5rem;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        transform: translateY(-20px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease, transform 0.35s ease;
        border: 1px solid rgba(227, 194, 122, 0.3);
    }

    .site-nav.open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }

    .site-nav ul {
        flex-direction: column;
        gap: 1rem;
    }

    .site-nav .btn.primary {
        width: 100%;
    }

    .nav-toggle {
        display: flex;
    }

    .mobile-services-link {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
        margin-right: 0.25rem;
    }

    body.nav-open {
        overflow: hidden;
    }

    .process-step {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .step-number {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .compliance-grid {
        grid-template-columns: 1fr;
    }

    .cta-inline {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }

    .banner-inner {
        text-align: center;
        justify-content: center;
    }
    
    .cta-banner {
        padding: 3rem 0;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading {
        margin-bottom: 2rem;
    }

    .section-heading h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .section-heading p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .services,
    .process-section,
    .compliance-section,
    .use-case-section,
    .lead-form,
    .contact {
        padding: 3rem 0;
    }


    .top-contact-inner {
        font-size: 0.85rem;
        gap: 0.75rem;
    }

    .carousel-nav {
        width: 36px;
        height: 36px;
    }

    .carousel-nav.prev {
        left: 0.25rem;
    }

    .carousel-nav.next {
        right: 0.25rem;
    }

    .gallery-card img {
        height: 200px;
    }

    .service-img {
        height: 180px;
    }

    .service-info {
        padding: 1.25rem;
    }

    .service-info h3 {
        font-size: 1.15rem;
    }

    .service-info p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .service-visual-card {
        border-radius: 16px;
    }

    /* Mobile responsive for new sections */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image {
        order: -1;
    }

    .about-image img {
        min-height: 250px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .client-card {
        padding: 1rem 0.5rem;
    }

    .client-icon {
        font-size: 2rem;
    }

    .client-name {
        font-size: 0.75rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .coverage-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .coverage-map {
        order: -1;
    }

    .city-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }

    .about-section,
    .clients-section,
    .testimonials-section,
    .coverage-section {
        padding: 3rem 0;
    }

    .stats-section {
        padding: 1.5rem 0;
    }

    /* Add trust badges inside stats section on mobile */
    .stats-section .mobile-trust-badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        border-top: 1px solid rgba(227, 194, 122, 0.2);
    }

    .stats-section .mobile-trust-badges .trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.4rem 0.75rem;
        background: rgba(227, 194, 122, 0.1);
        border: 1px solid rgba(227, 194, 122, 0.3);
        border-radius: 999px;
        font-size: 0.75rem;
        color: var(--gold);
        font-weight: 500;
    }

    .stats-section .mobile-trust-badges .trust-badge::before {
        content: "✓";
        font-weight: 700;
    }

    /* Admin panel mobile fixes */
    .admin-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .admin-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-login-card,
    .admin-panel-card {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .admin-login-card input,
    .admin-panel-card input,
    .admin-panel-card textarea,
    .admin-panel-card select {
        font-size: 16px;
    }

    .job-card {
        padding: 1.25rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .admin-panel-card,
    .job-board,
    .gallery-form-card {
        padding: 1.25rem;
    }

    .admin-grid {
        gap: 1.25rem;
    }
}

/* Hide mobile trust badges on desktop */
.mobile-trust-badges {
    display: none;
}
