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

body,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

body {
    color: #1f2937;
}

/* Brand color overrides */
.bg-blue-50 {
    background-color: #f3e8ff !important;
}

.bg-blue-100 {
    background-color: #e9d5ff !important;
}

.bg-blue-600 {
    background-color: #7c3aed !important;
}

.hover\:bg-blue-700:hover {
    background-color: #6d28d9 !important;
}

.bg-orange-50,
.bg-red-50 {
    background-color: #f5f3ff !important;
}

.bg-orange-500,
.bg-red-500,
.bg-orange-600,
.bg-red-600 {
    background-color: #7c3aed !important;
}

.hover\:bg-orange-600:hover,
.hover\:bg-red-600:hover {
    background-color: #6d28d9 !important;
}

.text-blue-100 {
    color: #f3e8ff !important;
}

.text-blue-300 {
    color: #d8b4fe !important;
}

.text-blue-400 {
    color: #c084fc !important;
}

.text-blue-600 {
    color: #7c3aed !important;
}

.hover\:text-blue-600:hover {
    color: #7c3aed !important;
}

.hover\:text-blue-800:hover {
    color: #5b21b6 !important;
}

.border-blue-100 {
    border-color: #e9d5ff !important;
}

.border-blue-600 {
    border-color: #7c3aed !important;
}

.border-orange-100,
.border-red-500 {
    border-color: #d8b4fe !important;
}

.text-red-500 {
    color: #7c3aed !important;
}

.hover\:bg-blue-50:hover {
    background-color: #f3e8ff !important;
}

.hover\:bg-red-50:hover {
    background-color: #f5f3ff !important;
}

/* Hero Section Styles */
.hero-overlay {
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.82) 0%, rgba(147, 51, 234, 0.72) 100%);
}

.site-header {
    background:
        linear-gradient(180deg, rgba(243, 232, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 100%);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(124, 58, 237, 0.12);
}

.header-strip {
    background: linear-gradient(90deg, #2e1065 0%, #6d28d9 100%);
}

.header-pill {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.header-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
}

.brand-mark {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #7c3aed 0%, #c084fc 100%);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.28);
}

.brand-mark-core {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: white;
    box-shadow:
        0 0 0 0.28rem rgba(255, 255, 255, 0.22),
        0 0 0 0.56rem rgba(255, 255, 255, 0.1);
}

.brand-title {
    display: block;
    color: #111827;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.26em;
}

.brand-subtitle {
    display: block;
    margin-top: 0.28rem;
    color: #6b7280;
    font-size: 0.72rem;
    letter-spacing: 0.38em;
}

.header-link {
    color: #4b5563;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.header-link:hover,
.header-link.is-active {
    background: rgba(124, 58, 237, 0.1);
    color: #5b21b6;
    transform: translateY(-1px);
}

.header-primary-cta,
.header-secondary-cta,
.header-mobile-cta {
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.header-primary-cta {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: white;
    padding: 0.88rem 1.3rem;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22);
}

.header-primary-cta:hover,
.header-secondary-cta:hover,
.header-mobile-cta:hover {
    transform: translateY(-1px);
}

.header-secondary-cta {
    background: white;
    color: #5b21b6;
    border: 1px solid rgba(124, 58, 237, 0.18);
    padding: 0.88rem 1.2rem;
}

.header-mobile-cta {
    background: rgba(124, 58, 237, 0.12);
    color: #5b21b6;
    padding: 0.72rem 1rem;
    font-size: 0.88rem;
}

.header-menu-btn {
    width: 2.9rem;
    height: 2.9rem;
    border: 0;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.1);
    color: #5b21b6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-link {
    display: block;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    color: #374151;
    background: #faf5ff;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.mobile-nav-link:hover {
    background: #ede9fe;
    color: #5b21b6;
}

.hero-rebuild {
    position: relative;
    min-height: min(78vh, 760px);
    background:
        radial-gradient(circle at top left, rgba(216, 180, 254, 0.26) 0%, transparent 35%),
        linear-gradient(180deg, #2e1065 0%, #4c1d95 54%, #ffffff 54%, #ffffff 100%);
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-rebuild #hero-video {
    inset: 0;
    opacity: 0.22;
    mix-blend-mode: screen;
}

.hero-grid-glow {
    position: absolute;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.45;
}

.hero-grid-glow-left {
    top: 2rem;
    left: -8rem;
    background: rgba(216, 180, 254, 0.35);
}

.hero-grid-glow-right {
    top: 8rem;
    right: -8rem;
    background: rgba(255, 255, 255, 0.14);
}

.hero-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    color: white;
    flex-wrap: wrap;
}

.hero-kicker,
.hero-rating {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.65rem 0.9rem;
    font-size: 0.74rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.35rem, 5.4vw, 4.4rem);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.05em;
    max-width: 11ch;
}

.hero-title span {
    display: block;
    color: #e9d5ff;
}

.hero-copy {
    margin-top: 1rem;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.hero-primary-action,
.hero-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10.5rem;
    padding: 0.9rem 1.2rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    font-size: 0.95rem;
}

.hero-primary-action {
    background: white;
    color: #4c1d95;
}

.hero-secondary-action {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-primary-action:hover,
.hero-secondary-action:hover {
    transform: translateY(-2px);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.hero-metric-card {
    border-radius: 1.1rem;
    padding: 0.9rem 0.95rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.hero-metric-card strong {
    display: block;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.hero-metric-card span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    line-height: 1.45;
}

.hero-aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0;
}

.hero-aside-card {
    border-radius: 1.5rem;
    padding: 1.2rem;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.hero-aside-intro {
    background: rgba(255, 255, 255, 0.92);
}

.hero-panel-label {
    color: #7c3aed;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.hero-aside-card h2 {
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.hero-feature-list {
    display: grid;
    gap: 0.65rem;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
}

.hero-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.hero-feature-list i {
    color: #7c3aed;
    margin-top: 0.25rem;
}

/* Card Hover Effects */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

/* Animations */
.animate-fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

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

/* Mobile Menu Styles */
.mobile-menu {
    background: #ffffff !important;
    opacity: 1;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu.open {
    transform: translateX(0);
}

/* Navigation Item Styles */
.nav-item {
    position: relative;
}

.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #7c3aed;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-item:hover::after {
    width: 100%;
}

/* Video Styles */
#hero-video {
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-title {
        max-width: none;
    }

    .hero-topline {
        margin-bottom: 1rem;
    }

    .hero-kicker,
    .hero-rating {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-primary-action,
    .hero-secondary-action {
        width: 100%;
    }
}

/* Gradient Background */
.gradient-bg {
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.92) 0%, rgba(147, 51, 234, 0.82) 100%);
}

/* Job Card Styles */
.job-card {
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
