*{margin:0;padding:0;box-sizing:border-box}

:root {
    --webinon-primary: #2563eb;
    --webinon-primary-hover: #1d4ed8;
    --webinon-accent: #0ea5e9;
    --webinon-dark: #0f172a;
    --webinon-slate: #1e293b;
    --webinon-muted: #334155;
    --webinon-text: #0f172a;
    --webinon-text-muted: #475569;
    --webinon-bg: #f8fafc;
    --webinon-card: #ffffff;
    --webinon-border: #e2e8f0;
    /* CRAZY THEME */
    --crazy-bg: #0a0a0f;
    --crazy-surface: #12121a;
    --crazy-surface2: #1a1a24;
    --crazy-neon1: #00ff9f;
    --crazy-neon2: #ff00aa;
    --crazy-neon3: #ffea00;
    --crazy-text: #e4e4e7;
    --crazy-text-dim: #71717a;
    --crazy-border: rgba(255,255,255,0.08);
}

/* ========== CRAZY THEME OVERRIDES ========== */
body.crazy-theme {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--crazy-text);
    background-color: var(--crazy-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.crazy-theme .header {
    background: var(--crazy-surface);
    border-bottom: 2px solid var(--crazy-neon1);
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.15);
}

.crazy-theme .logo-text {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
    letter-spacing: 0.02em;
}

.crazy-theme .logo-icon {
    background: linear-gradient(135deg, var(--crazy-neon1) 0%, #00cc7a 100%);
    box-shadow: 0 0 20px rgba(0, 255, 159, 0.5);
}

.crazy-theme .nav-link {
    color: var(--crazy-text-dim);
    font-weight: 600;
}

.crazy-theme .nav-link:hover {
    color: var(--crazy-neon1);
    text-shadow: 0 0 20px rgba(0, 255, 159, 0.5);
}

.crazy-theme .dropdown-arrow { color: var(--crazy-text-dim); }

.crazy-theme .hero {
    background: linear-gradient(160deg, #0a0a0f 0%, #0d0d14 30%, #12121a 60%, #1a0a1f 100%);
    position: relative;
}

.crazy-theme .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 70% 20%, rgba(255, 0, 170, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 20% 80%, rgba(0, 255, 159, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.crazy-theme .decorative-shape {
    background: linear-gradient(90deg, var(--crazy-neon1), var(--crazy-neon2));
    opacity: 0.2;
    filter: blur(4px);
}

.crazy-theme .decorative-circle {
    background: radial-gradient(circle, var(--crazy-neon2) 0%, transparent 70%);
    opacity: 0.25;
}

.crazy-theme .hero-glow-1 { background: var(--crazy-neon1); opacity: 0.2; filter: blur(100px); }
.crazy-theme .hero-glow-2 { background: var(--crazy-neon2); opacity: 0.15; filter: blur(80px); }

.crazy-theme .hero-label {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--crazy-neon1);
    margin-bottom: 16px;
    text-shadow: 0 0 30px rgba(0, 255, 159, 0.4);
    opacity: 0;
    animation: heroTitleFadeIn 1s ease-out 0.3s forwards;
}

.crazy-theme .hero-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.5rem, 6vw, 72px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.crazy-theme .hero-title-accent {
    background: linear-gradient(90deg, var(--crazy-neon1), var(--crazy-neon2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 0 24px rgba(0, 255, 159, 0.4));
}

.crazy-theme .hero-tagline {
    color: var(--crazy-text-dim);
    font-size: 18px;
    font-weight: 500;
}

.crazy-theme .btn-primary {
    background: var(--crazy-neon1);
    color: #0a0a0f;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.4);
    border: none;
}

.crazy-theme .btn-primary:hover {
    background: #00ffb3;
    box-shadow: 0 0 50px rgba(0, 255, 159, 0.6);
    transform: translateY(-3px);
}

.crazy-theme .hero-image-wrapper {
    border: 2px solid var(--crazy-border);
    box-shadow: 0 0 60px rgba(0, 255, 159, 0.1), inset 0 0 60px rgba(0,0,0,0.3);
    background: var(--crazy-surface2);
}

.crazy-theme .hero-image-overlay {
    background: linear-gradient(135deg, rgba(10,10,15,0.4) 0%, rgba(255,0,170,0.05) 100%);
}

.crazy-theme .main-content { background: var(--crazy-bg); padding: 100px 0; }

.crazy-theme .section-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
    letter-spacing: 0.05em;
}

.crazy-theme .section-text { color: var(--crazy-text-dim); }

.crazy-theme .city-item {
    background: var(--crazy-surface);
    border: 1px solid var(--crazy-border);
    border-radius: 8px;
}

.crazy-theme .city-item:hover {
    border-color: var(--crazy-neon1);
    box-shadow: 0 0 20px rgba(0, 255, 159, 0.2);
    background: var(--crazy-surface2);
}

.crazy-theme .city-name { color: var(--crazy-text); }
.crazy-theme .city-date { color: var(--crazy-neon1); font-weight: 700; }

.crazy-theme .event-card {
    background: var(--crazy-surface);
    border: 2px solid var(--crazy-border);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

.crazy-theme .event-card:hover {
    border-color: var(--crazy-neon2);
    box-shadow: 0 0 40px rgba(255, 0, 170, 0.15);
}

.crazy-theme .card-title {
    color: var(--crazy-neon1);
    letter-spacing: 0.15em;
}

.crazy-theme .format-item {
    background: var(--crazy-surface2);
    border: 1px solid var(--crazy-border);
}

.crazy-theme .format-item:hover { border-color: var(--crazy-neon1); }
.crazy-theme .format-label { color: var(--crazy-text-dim); }
.crazy-theme .format-value { color: var(--crazy-text); }

.crazy-theme .expectation-item {
    background: var(--crazy-surface2);
    border-left-color: var(--crazy-neon1);
    color: var(--crazy-text);
}

.crazy-theme .expectation-item:hover {
    border-left-color: var(--crazy-neon2);
    box-shadow: 0 0 15px rgba(255, 0, 170, 0.1);
}

.crazy-theme .expectation-icon { color: var(--crazy-neon1); }

.crazy-theme .agenda-section {
    background: var(--crazy-surface);
    border-top: 2px solid var(--crazy-border);
}

.crazy-theme .agenda-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
    letter-spacing: 0.05em;
}

.crazy-theme .agenda-text { color: var(--crazy-text-dim); }

.crazy-theme .unique-event-section {
    background: var(--crazy-surface2);
    position: relative;
}

.crazy-theme .event-bg-mesh {
    background-image: none !important;
    background: 
        radial-gradient(ellipse 100% 100% at 50% 0%, rgba(255, 0, 170, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 80% 100%, rgba(0, 255, 159, 0.06) 0%, transparent 50%);
}

.crazy-theme .unique-event-card {
    background: var(--crazy-surface);
    border: 2px solid var(--crazy-border);
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
}

.crazy-theme .unique-event-card:hover {
    border-color: var(--crazy-neon1);
    box-shadow: 0 0 40px rgba(0, 255, 159, 0.1);
}

.crazy-theme .unique-event-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
    letter-spacing: 0.05em;
}

.crazy-theme .unique-event-content p { color: var(--crazy-text-dim); }

.crazy-theme .hiring-section {
    background: linear-gradient(135deg, #150a1a 0%, #2d1a3d 50%, #4a0a4a 100%);
}

.crazy-theme .hiring-shape {
    background: radial-gradient(circle, rgba(255, 0, 170, 0.4) 0%, rgba(255, 234, 0, 0.1) 50%, transparent 70%);
}

.crazy-theme .hiring-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}

.crazy-theme .btn-hiring {
    border-color: var(--crazy-neon1);
    color: var(--crazy-neon1);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.crazy-theme .btn-hiring:hover {
    background: var(--crazy-neon1);
    color: #0a0a0f;
    box-shadow: 0 0 40px rgba(0, 255, 159, 0.5);
}

.crazy-theme .hiring-graphic-overlay {
    background: linear-gradient(135deg, rgba(45, 10, 61, 0.3) 0%, transparent 50%);
}

.crazy-theme .contact-section {
    background: var(--crazy-surface);
}

.crazy-theme .contact-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
    letter-spacing: 0.05em;
}

.crazy-theme .contact-subtitle { color: var(--crazy-text-dim); }

.crazy-theme .contact-card {
    background: var(--crazy-surface2);
    border: 2px solid var(--crazy-border);
}

.crazy-theme .contact-card:hover {
    border-color: var(--crazy-neon1);
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.15);
}

.crazy-theme .contact-icon {
    background: rgba(0, 255, 159, 0.1);
    color: var(--crazy-neon1);
}

.crazy-theme .contact-card-title { color: var(--crazy-text); }
.crazy-theme .contact-link { color: var(--crazy-neon1); }
.crazy-theme .contact-link:hover { color: #00ffb3; text-shadow: 0 0 15px rgba(0,255,159,0.4); }
.crazy-theme .contact-address,
.crazy-theme .contact-hours { color: var(--crazy-text); }
.crazy-theme .contact-description { color: var(--crazy-text-dim); }

.crazy-theme .contact-cta {
    background: var(--crazy-surface2);
    border: 2px solid var(--crazy-neon1);
}

.crazy-theme .contact-cta-text { color: var(--crazy-text-dim); }
.crazy-theme .contact-cta-button {
    background: var(--crazy-neon1);
    color: #0a0a0f;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.crazy-theme .contact-cta-button:hover {
    background: #00ffb3;
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.5);
}

.crazy-theme .main-footer {
    background: var(--crazy-surface);
    border-top: 2px solid var(--crazy-border);
}

.crazy-theme .footer-heading { color: var(--crazy-text); }
.crazy-theme .footer-link { color: var(--crazy-text-dim); }
.crazy-theme .footer-link:hover { color: var(--crazy-neon1); }
.crazy-theme .footer-email-link { color: var(--crazy-neon1); }
.crazy-theme .footer-email-link:hover { color: #00ffb3; }
.crazy-theme .footer-copyright,
.crazy-theme .footer-policy-link { color: var(--crazy-text-dim); }
.crazy-theme .footer-policy-link:hover { color: var(--crazy-neon1); }
.crazy-theme .footer-policy-separator { color: var(--crazy-border); }
.crazy-theme .footer-decoration {
    height: 4px;
    background: linear-gradient(90deg, var(--crazy-neon1), var(--crazy-neon2), var(--crazy-neon3));
}

.crazy-theme .jobs-modal-overlay { background: rgba(0,0,0,0.9); backdrop-filter: blur(8px); }
.crazy-theme .jobs-modal-content {
    background: var(--crazy-surface);
    border: 2px solid var(--crazy-border);
    box-shadow: 0 0 80px rgba(0, 255, 159, 0.1);
}

.crazy-theme .jobs-modal-header { border-bottom-color: var(--crazy-border); background: var(--crazy-surface); }
.crazy-theme .jobs-modal-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: var(--crazy-text);
}

.crazy-theme .jobs-modal-close { color: var(--crazy-text-dim); }
.crazy-theme .jobs-modal-close:hover { background: var(--crazy-surface2); color: var(--crazy-neon1); }

.crazy-theme .job-card {
    background: var(--crazy-surface2);
    border: 1px solid var(--crazy-border);
}

.crazy-theme .job-card:hover {
    border-color: var(--crazy-neon1);
    box-shadow: 0 0 25px rgba(0, 255, 159, 0.15);
}

.crazy-theme .job-title { color: var(--crazy-text); }
.crazy-theme .job-type {
    background: rgba(0, 255, 159, 0.15);
    color: var(--crazy-neon1);
    border: 1px solid var(--crazy-neon1);
}

.crazy-theme .job-department { color: var(--crazy-text-dim); }
.crazy-theme .job-description { color: var(--crazy-text-dim); }
.crazy-theme .job-tag {
    background: var(--crazy-surface);
    border: 1px solid var(--crazy-border);
    color: var(--crazy-text-dim);
}

.crazy-theme .job-apply-btn {
    background: var(--crazy-neon1);
    color: #0a0a0f;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    box-shadow: 0 0 20px rgba(0, 255, 159, 0.3);
}

.crazy-theme .job-apply-btn:hover {
    background: #00ffb3;
    box-shadow: 0 0 40px rgba(0, 255, 159, 0.5);
}

/* Crazy theme – Apply page */
body.crazy-theme .apply-page {
    background: var(--crazy-bg);
}
body.crazy-theme .apply-page::before,
body.crazy-theme .apply-page::after {
    background: radial-gradient(circle, rgba(0, 255, 159, 0.08) 0%, transparent 70%);
}
body.crazy-theme .apply-header {
    background: var(--crazy-surface);
    border-bottom: 2px solid var(--crazy-neon1);
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.1);
}
body.crazy-theme .apply-back-link {
    color: var(--crazy-text-dim);
}
body.crazy-theme .apply-back-link:hover {
    color: var(--crazy-neon1);
    background: rgba(0, 255, 159, 0.08);
}
body.crazy-theme .apply-hero-title {
    font-family: 'Syne', sans-serif;
    color: var(--crazy-text);
    background: linear-gradient(135deg, #fff 0%, var(--crazy-text-dim) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.crazy-theme .apply-hero-subtitle { color: var(--crazy-text-dim); }
body.crazy-theme .apply-form-container {
    background: var(--crazy-surface);
    border: 2px solid var(--crazy-border);
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
}
body.crazy-theme .form-section-title { color: var(--crazy-neon1); border-bottom-color: var(--crazy-border); }
body.crazy-theme .form-section-title::after { background: linear-gradient(90deg, var(--crazy-neon1), var(--crazy-neon2)); }
body.crazy-theme .form-label { color: var(--crazy-text); }
body.crazy-theme .form-label .required { color: var(--crazy-neon1); }
body.crazy-theme .form-group:focus-within .form-label { color: var(--crazy-neon1); }
body.crazy-theme .form-input,
body.crazy-theme .form-select,
body.crazy-theme .form-textarea {
    background: var(--crazy-surface2);
    border-color: var(--crazy-border);
    color: var(--crazy-text);
}
body.crazy-theme .form-input:focus,
body.crazy-theme .form-select:focus,
body.crazy-theme .form-textarea:focus {
    border-color: var(--crazy-neon1);
    box-shadow: 0 0 0 3px rgba(0, 255, 159, 0.15);
}
body.crazy-theme .city-option-label,
body.crazy-theme .job-option-label {
    background: var(--crazy-surface2);
    border-color: var(--crazy-border);
}
body.crazy-theme .city-option input:checked + .city-option-label,
body.crazy-theme .job-option input:checked + .job-option-label {
    border-color: var(--crazy-neon1);
    background: rgba(0, 255, 159, 0.08);
}
body.crazy-theme .city-name-display,
body.crazy-theme .job-title-display { color: var(--crazy-text); }
body.crazy-theme .city-date-display { color: var(--crazy-neon1); }
body.crazy-theme .job-department-display { color: var(--crazy-text-dim); }
body.crazy-theme .form-submit-btn {
    background: var(--crazy-neon1);
    color: #0a0a0f;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    box-shadow: 0 0 30px rgba(0, 255, 159, 0.3);
}
body.crazy-theme .form-submit-btn:hover {
    background: #00ffb3;
    box-shadow: 0 0 50px rgba(0, 255, 159, 0.5);
}
body.crazy-theme .success-highlight { color: var(--crazy-neon1); }
body.crazy-theme .apply-page .contact-section { background: var(--crazy-bg); }
body.crazy-theme .apply-page .contact-title { color: var(--crazy-text); }
body.crazy-theme .apply-page .contact-subtitle { color: var(--crazy-text-dim); }
body.crazy-theme .apply-page .contact-card {
    background: var(--crazy-surface);
    border-color: var(--crazy-border);
}
body.crazy-theme .apply-page .contact-link { color: var(--crazy-neon1); }
body.crazy-theme .apply-page .contact-cta-button {
    background: var(--crazy-neon1);
    color: #0a0a0f;
}

/* End crazy theme */

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--webinon-text);
    line-height: 1.6;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: auto;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: #ffffff;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--webinon-primary) 0%, var(--webinon-accent) 100%);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.logo-play {
    color: #ffffff;
    font-size: 12px;
    margin-left: 3px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--webinon-text);
    letter-spacing: -0.4px;
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: var(--webinon-text);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: -0.1px;
}

.nav-link:hover {
    color: var(--webinon-primary);
}

.dropdown-arrow {
    font-size: 10px;
    color: #666;
}

.hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 35%, #1e3a5f 70%, #2563eb 100%);
    padding: 120px 0;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.decorative-shape {
    position: absolute;
    background: linear-gradient(90deg, var(--webinon-primary), var(--webinon-accent));
    border-radius: 6px;
    opacity: 0.15;
    filter: blur(3px);
}

.shape-1 {
    width: 200px;
    height: 40px;
    top: 100px;
    left: 10%;
    transform: rotate(-15deg);
}

.shape-2 {
    width: 150px;
    height: 35px;
    top: 200px;
    left: 15%;
    transform: rotate(25deg);
}

.shape-3 {
    width: 180px;
    height: 40px;
    top: 300px;
    left: 8%;
    transform: rotate(-20deg);
}

.shape-4 {
    width: 120px;
    height: 30px;
    top: 150px;
    right: 20%;
    transform: rotate(15deg);
}

.decorative-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--webinon-accent) 0%, transparent 70%);
    opacity: 0.2;
    filter: blur(2px);
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
    pointer-events: none;
}

.hero-glow-1 {
    width: 400px;
    height: 400px;
    background: var(--webinon-primary);
    top: -100px;
    right: -50px;
    animation: pulseGlow 8s ease-in-out infinite;
}

.hero-glow-2 {
    width: 300px;
    height: 300px;
    background: var(--webinon-accent);
    bottom: -80px;
    left: -80px;
    animation: pulseGlow 10s ease-in-out infinite 2s;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 0.35; transform: scale(1.1); }
}

.circle-1 {
    width: 60px;
    height: 60px;
    top: 250px;
    right: 25%;
}

.circle-2 {
    width: 40px;
    height: 40px;
    top: 350px;
    right: 30%;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    color: #ffffff;
    opacity: 0;
    transform: translateX(-40px);
    animation: heroContentFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

.hero-title {
    opacity: 0;
    animation: heroTitleFadeIn 1s ease-out 0.4s forwards;
}

.hero-subtitle {
    opacity: 0;
    animation: heroSubtitleFadeIn 1s ease-out 0.6s forwards;
}

.hero-tagline {
    opacity: 0;
    animation: heroTaglineFadeIn 1s ease-out 0.8s forwards;
}

.btn-primary {
    opacity: 0;
    animation: heroButtonFadeIn 1s ease-out 1s forwards;
}

@keyframes heroContentFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroTitleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSubtitleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes heroTaglineFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 0.92;
        transform: translateY(0);
    }
}

@keyframes heroButtonFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.15;
    letter-spacing: -1.2px;
}

.hero-subtitle {
    font-size: 17px;
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.hero-tagline {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 48px;
    letter-spacing: -0.2px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--webinon-primary) 0%, #1d4ed8 100%);
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--webinon-primary-hover) 0%, #1e40af 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.5);
    transform: translateY(-2px);
}

.btn-primary:active {
    transform: translateY(0);
}

.hero-image {
    position: relative;
    z-index: 1;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.08);
    height: 500px;
    background: linear-gradient(135deg, var(--webinon-slate) 0%, var(--webinon-primary) 100%);
}

.hero-image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    transform: translateX(40px) scale(1.08);
    animation: heroImageFadeIn 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transition: transform 0.3s ease;
}

.hero-image-main:hover {
    transform: scale(1.02);
}

.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.2) 0%, rgba(37, 99, 235, 0.05) 100%);
    pointer-events: none;
}

@keyframes heroImageFadeIn {
    0% {
        opacity: 0;
        transform: translateX(40px) scale(1.08);
        filter: blur(10px);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

.main-content {
    padding: 100px 0;
}

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

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

@media (max-width: 968px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .event-card {
        max-width: 100%;
        padding: 40px;
    }

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

.recordings-section {
    max-width: 600px;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.recordings-section.visible {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--webinon-text);
    text-rendering: optimizeLegibility;
    margin-bottom: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-title.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-text {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.75;
    letter-spacing: -0.1px;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.section-text.visible {
    opacity: 1;
}

.cities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.city-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    min-height: 60px;
    height: 60px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease, all 0.3s ease;
}

.city-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.city-item.visible:nth-child(1) { transition-delay: 0.1s; }
.city-item.visible:nth-child(2) { transition-delay: 0.2s; }
.city-item.visible:nth-child(3) { transition-delay: 0.3s; }
.city-item.visible:nth-child(4) { transition-delay: 0.4s; }
.city-item.visible:nth-child(5) { transition-delay: 0.5s; }
.city-item.visible:nth-child(6) { transition-delay: 0.6s; }
.city-item.visible:nth-child(7) { transition-delay: 0.7s; }
.city-item.visible:nth-child(8) { transition-delay: 0.8s; }

.city-item:hover {
    background-color: #f1f5f9;
    border-color: var(--webinon-primary);
    transform: translateX(4px) translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.city-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--webinon-text);
    letter-spacing: -0.2px;
}

.city-date {
    font-size: 14px;
    color: var(--webinon-primary);
    font-weight: 600;
}

.event-card {
    background: var(--webinon-card);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 0 0 1px var(--webinon-border);
    border: 1px solid var(--webinon-border);
    width: 100%;
    max-width: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease;
}

.event-card.visible {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.event-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.card-content {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--webinon-text);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-title-spacing {
    margin-top: 24px;
}

.card-text {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.card-text-green {
    color: var(--webinon-primary);
    font-weight: 600;
    font-size: 17px;
}

.event-format-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 4px;
}

.format-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease, transform 0.5s ease, all 0.3s ease;
}

.format-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.format-item.visible:nth-child(1) { transition-delay: 0.1s; }
.format-item.visible:nth-child(2) { transition-delay: 0.2s; }
.format-item.visible:nth-child(3) { transition-delay: 0.3s; }
.format-item.visible:nth-child(4) { transition-delay: 0.4s; }

.format-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.format-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.format-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--webinon-text);
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.expectations-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.expectation-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background-color: var(--webinon-bg);
    border-radius: 8px;
    border-left: 4px solid var(--webinon-primary);
    font-size: 14px;
    color: var(--webinon-text);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease, all 0.3s ease;
}

.expectation-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.event-card.visible .expectation-item.visible:nth-child(1) { transition-delay: 0.1s; }
.event-card.visible .expectation-item.visible:nth-child(2) { transition-delay: 0.2s; }
.event-card.visible .expectation-item.visible:nth-child(3) { transition-delay: 0.3s; }
.event-card.visible .expectation-item.visible:nth-child(4) { transition-delay: 0.4s; }
.event-card.visible .expectation-item.visible:nth-child(5) { transition-delay: 0.5s; }

.expectation-item:hover {
    background-color: #f0f0f0;
    transform: translateX(6px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left-width: 4px;
}

.expectation-icon {
    color: var(--webinon-primary);
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.btn-card {
    margin-top: 24px;
    width: 100%;
    padding: 14px 28px;
    font-size: 14px;
}

.agenda-section {
    padding: 100px 0;
    background-color: #fafbfc;
    border-top: 1px solid #e8e8e8;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.agenda-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.agenda-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--webinon-text);
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: -0.8px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.agenda-section.visible .agenda-title {
    opacity: 1;
    transform: translateY(0);
}

.agenda-text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.1px;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.agenda-section.visible .agenda-text {
    opacity: 1;
}

.conference-agenda-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.agenda-list {
    max-width: 900px;
    margin: 0 auto;
}

.agenda-item {
    display: flex;
    gap: 40px;
    padding: 36px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color 0.2s ease;
}

.agenda-item:hover {
    background-color: #fafbfc;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

.agenda-item:last-child {
    border-bottom: none;
}

.agenda-time {
    font-size: 14px;
    font-weight: 600;
    color: var(--webinon-text);
    min-width: 120px;
    letter-spacing: 0.2px;
}

.agenda-content {
    flex: 1;
}

.agenda-speaker-info {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.speaker-avatar {
    flex-shrink: 0;
}

.avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    border: 2px solid #f0f0f0;
}

.speaker-details {
    flex: 1;
}

.speaker-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--webinon-text);
    letter-spacing: -0.2px;
}

.panel-speakers {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

.talk-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-left: 64px;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.talk-bullet {
    color: var(--webinon-primary);
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.unique-event-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.unique-event-section.visible {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.event-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.unique-event-card {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 64px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(232, 232, 232, 0.6);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.unique-event-section.visible .unique-event-card {
    opacity: 1;
    transform: scale(1);
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.unique-event-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--webinon-text);
    margin-bottom: 32px;
    letter-spacing: -0.8px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.unique-event-section.visible .unique-event-title {
    opacity: 1;
    transform: translateY(0);
}

.unique-event-content {
    margin-bottom: 40px;
}

.unique-event-content p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.75;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.unique-event-section.visible .unique-event-content p:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.unique-event-section.visible .unique-event-content p:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.unique-event-section.visible .unique-event-content p:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.unique-event-content p:last-child {
    margin-bottom: 0;
}

.btn-register {
    width: 100%;
    max-width: 300px;
}

.speaker-profiles-section {
    padding: 100px 0;
    background-color: #fafbfc;
    border-top: 1px solid #e8e8e8;
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.speaker-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.speaker-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.speaker-card-avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.speaker-avatar-large {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    border: 3px solid #f0f0f0;
}

.speaker-card-info {
    text-align: center;
}

.speaker-card-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--webinon-text);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: -0.3px;
}

.speaker-arrow {
    color: var(--webinon-primary);
    font-size: 16px;
}

.speaker-card-role {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 400;
}

.speaker-card-divider {
    height: 1px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
}

.speaker-card-company {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-logo {
    font-size: 16px;
    font-weight: 600;
    color: var(--webinon-text);
    letter-spacing: 0.5px;
}

.company-logo-growthhackers {
    color: var(--webinon-primary);
}

.company-logo-ebay {
    color: #0064d2;
}

.company-logo-adobe {
    color: #ed2224;
}

.hiring-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #2563eb 100%);
    background-color: #1e3a5f;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.hiring-section.visible {
    opacity: 1;
}

.hiring-background-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.hiring-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, rgba(14, 165, 233, 0.2) 50%, transparent 70%);
    filter: blur(60px);
    opacity: 0.8;
}

.shape-top-left {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -150px;
}

.shape-top-right {
    width: 350px;
    height: 350px;
    top: -100px;
    right: -100px;
}

.shape-bottom-left {
    width: 380px;
    height: 380px;
    bottom: -120px;
    left: -120px;
}

.shape-bottom-right {
    width: 320px;
    height: 320px;
    bottom: -80px;
    right: -80px;
}

.hiring-content-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.hiring-text-content {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hiring-section.visible .hiring-text-content {
    opacity: 1;
    transform: translateX(0);
}

.hiring-visual-content {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hiring-section.visible .hiring-visual-content {
    opacity: 1;
    transform: translateX(0);
}

.hiring-text-content {
    color: #ffffff;
}

.hiring-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

.hiring-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.75;
    margin-bottom: 24px;
    letter-spacing: -0.1px;
}

.hiring-description:last-of-type {
    margin-bottom: 40px;
}

.btn-hiring {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-hiring:hover {
    background-color: #ffffff;
    color: var(--webinon-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.25);
}

.hiring-visual-content {
    position: relative;
}

.hiring-image-placeholder {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hiring-graphic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.hiring-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hiring-graphic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.15) 0%, rgba(37, 99, 235, 0.05) 50%, transparent 100%);
    pointer-events: none;
}

.main-footer {
    background-color: #ffffff;
    padding: 80px 0 40px;
    border-top: 1px solid #e8e8e8;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.main-footer.visible {
    opacity: 1;
    transform: translateY(0);
}

.footer-content {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.main-footer.visible .footer-content {
    opacity: 1;
}

.footer-column {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.main-footer.visible .footer-column:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.main-footer.visible .footer-column:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.main-footer.visible .footer-column:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--webinon-text);
    margin-bottom: 24px;
    letter-spacing: -0.2px;
}

.footer-heading-spacing {
    margin-top: 32px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    font-size: 15px;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: -0.1px;
    display: inline-block;
}

.footer-link:hover {
    color: var(--webinon-primary);
}

.footer-email {
    margin-top: 8px;
}

.footer-email-link {
    color: var(--webinon-text);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-email-link:hover {
    color: var(--webinon-primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.1px;
}

.footer-policies {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-policy-link {
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: -0.1px;
}

.footer-policy-link:hover {
    color: var(--webinon-primary);
}

.footer-policy-separator {
    color: #d0d0d0;
    font-size: 14px;
}

.jobs-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jobs-modal.active {
    display: flex;
    opacity: 1;
}

.jobs-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.jobs-modal-content {
    position: relative;
    z-index: 1001;
    background-color: #ffffff;
    border-radius: 16px;
    max-width: 1100px;
    width: 90%;
    max-height: 90vh;
    margin: auto;
    overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    animation: modalSlideIn 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.jobs-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 48px;
    border-bottom: 2px solid #f0f0f0;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.jobs-modal-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--webinon-text);
    letter-spacing: -0.8px;
    margin: 0;
}

.jobs-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.jobs-modal-close:hover {
    background-color: #f0f0f0;
    color: var(--webinon-text);
}

.jobs-list {
    padding: 40px 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.job-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 28px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.job-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: var(--webinon-primary);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.job-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--webinon-text);
    margin: 0;
    letter-spacing: -0.5px;
    flex: 1;
    line-height: 1.3;
}

.job-type {
    font-size: 12px;
    font-weight: 600;
    color: var(--webinon-primary);
    background-color: rgba(37, 99, 235, 0.12);
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.job-department {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.job-description {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
    letter-spacing: -0.1px;
}

.job-requirements {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.job-tag {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.job-apply-btn {
    background-color: var(--webinon-primary);
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: auto;
    width: 100%;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.job-apply-btn:hover {
    background-color: var(--webinon-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.45);
}

.job-apply-btn:active {
    transform: translateY(0);
}

.footer-decoration {
    height: 4px;
    background: linear-gradient(90deg, var(--webinon-primary) 0%, var(--webinon-accent) 100%);
}

.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
    margin-top: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.contact-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8e8e8, transparent);
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--webinon-text);
    margin-bottom: 16px;
    letter-spacing: -0.8px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.contact-section.visible .contact-title {
    opacity: 1;
    transform: translateY(0);
}

.contact-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.contact-section.visible .contact-subtitle {
    opacity: 1;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    border: 2px solid #e8e8e8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-section.visible .contact-card:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.contact-section.visible .contact-card:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.contact-section.visible .contact-card:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.08), transparent);
    transition: left 0.5s ease;
}

.contact-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--webinon-primary);
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.18);
}

.contact-card:hover::before {
    left: 100%;
}

.contact-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--webinon-primary);
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(37, 99, 235, 0.12) 100%);
}

.contact-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--webinon-text);
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.contact-link {
    display: inline-block;
    font-size: 16px;
    color: var(--webinon-primary);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.contact-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--webinon-primary);
    transition: width 0.3s ease;
}

.contact-link:hover {
    color: var(--webinon-primary-hover);
    transform: translateX(4px);
}

.contact-link:hover::after {
    width: 100%;
}

.contact-address {
    font-size: 16px;
    color: var(--webinon-text);
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-hours {
    font-size: 16px;
    color: var(--webinon-text);
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-description {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    line-height: 1.5;
}

.contact-cta {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.04) 100%);
    border-radius: 16px;
    border: 2px solid rgba(37, 99, 235, 0.12);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.contact-section.visible .contact-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.contact-cta-text {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.6;
}

.contact-cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--webinon-primary) 0%, var(--webinon-primary-hover) 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.contact-cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
}

@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-title {
        font-size: 42px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .event-card {
        max-width: 100%;
        padding: 40px 32px;
    }

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

    .nav {
        gap: 20px;
        flex-wrap: wrap;
    }

    .nav-link {
        font-size: 13px;
    }

    .speakers-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .agenda-item {
        flex-direction: column;
        gap: 16px;
    }

    .agenda-time {
        min-width: auto;
    }

    .talk-title {
        margin-left: 0;
    }

    .unique-event-card {
        padding: 48px 32px;
    }

    .agenda-item:hover {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hiring-content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hiring-title {
        font-size: 42px;
    }

    .hiring-image-placeholder {
        height: 350px;
    }

    .cities-list {
        grid-template-columns: 1fr;
    }

    .btn-primary {
        font-size: 14px;
        padding: 12px 24px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-card {
        padding: 32px 24px;
    }

    .contact-cta {
        padding: 32px 24px;
    }

    .contact-cta-text {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 48px 0 64px;
        min-height: auto;
    }

    .hero-glow-1,
    .hero-glow-2 {
        filter: blur(50px);
        opacity: 0.2;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .hero-tagline {
        font-size: 17px;
        margin-bottom: 28px;
    }

    .section-title,
    .agenda-title {
        font-size: 26px;
    }

    .header {
        padding: 16px 0;
    }

    .header .container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .nav {
        justify-content: flex-end;
        gap: 20px;
    }

    .nav-link {
        font-size: 13px;
        padding: 8px 0;
        min-height: 44px;
        align-items: center;
    }

    .event-card {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .format-item {
        padding: 14px;
        min-height: auto;
    }

    .expectation-item {
        padding: 12px 14px;
        font-size: 14px;
        min-height: 44px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 14px 24px;
        min-height: 48px;
        white-space: normal;
        line-height: 1.4;
        border-radius: 10px;
        -webkit-tap-highlight-color: transparent;
    }

    .city-item {
        min-height: 52px;
        padding: 14px 18px;
        animation-delay: 0s !important;
    }

    .format-item {
        animation-delay: 0s !important;
    }

    .expectation-item {
        animation-delay: 0s !important;
    }

    .footer-column {
        animation-delay: 0s !important;
    }

    .unique-event-content p {
        animation-delay: 0s !important;
    }

    .unique-event-card {
        padding: 32px 20px;
        border-radius: 14px;
    }

    .unique-event-title {
        font-size: 24px;
    }

    .hiring-section {
        padding: 64px 0;
    }

    .hiring-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .hiring-description {
        font-size: 15px;
    }

    .btn-hiring {
        padding: 14px 28px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: transparent;
    }

    .footer-heading {
        font-size: 14px;
    }

    .footer-link {
        font-size: 14px;
        padding: 4px 0;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
    }

    .jobs-modal-content {
        width: 95%;
        max-height: 95vh;
        border-radius: 16px;
    }

    .jobs-list {
        grid-template-columns: 1fr;
        padding: 20px 16px;
        gap: 20px;
    }

    .jobs-modal-header {
        padding: 20px 16px;
    }

    .jobs-modal-title {
        font-size: 22px;
    }

    .job-card {
        padding: 20px;
    }

    .job-apply-btn {
        min-height: 48px;
        -webkit-tap-highlight-color: transparent;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-title {
        font-size: 26px;
    }

    .contact-subtitle {
        font-size: 15px;
    }

    .contact-card {
        padding: 28px 20px;
    }

    .contact-link,
    .contact-cta-button {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        -webkit-tap-highlight-color: transparent;
    }

    .contact-cta {
        padding: 24px 20px;
    }

    .contact-cta-text {
        font-size: 15px;
    }

    .main-content {
        padding: 48px 0;
    }

    .agenda-section {
        padding: 48px 0;
    }

    .contact-section {
        padding: 48px 0;
    }

    .main-footer {
        padding: 48px 0 32px;
    }
}

/* ========== AI & WEBINARS THEME (PMI-inspired) ========== */
:root {
    --ai-bg: #ffffff;
    --ai-surface: #f8fafc;
    --ai-primary: #1e3a5f;
    --ai-primary-dark: #152a47;
    --ai-accent: #5b21b6;
    --ai-accent-hover: #4c1d95;
    --ai-text: #1e293b;
    --ai-text-muted: #64748b;
    --ai-border: #e2e8f0;
    --ai-teal: #0f766e;
    --ai-promo: #c2410c;
}

body.ai-webinars-theme {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ai-text);
    background: var(--ai-bg);
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

/* Promo banner */
.ai-webinars-theme .promo-banner {
    background: var(--ai-promo);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    position: relative;
}
.ai-webinars-theme .promo-banner.hidden { display: none; }
.ai-webinars-theme .promo-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.ai-webinars-theme .promo-text { font-size: 14px; font-weight: 500; }
.ai-webinars-theme .promo-link { color: #fff; text-decoration: underline; font-weight: 600; }
.ai-webinars-theme .promo-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0 8px;
    line-height: 1;
}

/* Header */
.ai-webinars-theme .header {
    background: var(--ai-bg);
    border-bottom: 1px solid var(--ai-border);
    padding: 16px 0;
}
.ai-webinars-theme .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.ai-webinars-theme .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--ai-text);
}
.ai-webinars-theme .logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--ai-accent) 0%, #7c3aed 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-webinars-theme .logo-play { color: #fff; font-size: 12px; margin-left: 2px; }
.ai-webinars-theme .logo-text { font-size: 20px; font-weight: 700; }
.ai-webinars-theme .nav {
    display: flex;
    gap: 28px;
    align-items: center;
}
.ai-webinars-theme .nav-link {
    color: var(--ai-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.ai-webinars-theme .nav-link:hover { color: var(--ai-accent); }
.ai-webinars-theme .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ai-webinars-theme .header-link {
    color: var(--ai-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.ai-webinars-theme .btn-register {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    color: var(--ai-accent);
    border: 2px solid var(--ai-accent);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.ai-webinars-theme .btn-register:hover {
    background: var(--ai-accent);
    color: #fff;
}

/* Hero AI */
.ai-webinars-theme .hero-ai {
    position: relative;
    padding: 60px 0 80px;
    overflow: hidden;
}
.ai-webinars-theme .hero-ai-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #312e81 40%, #5b21b6 100%);
    z-index: 0;
}
.ai-webinars-theme .hero-ai-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 70% 30%, rgba(255,255,255,0.08) 0%, transparent 50%);
    z-index: 0;
}
.ai-webinars-theme .hero-ai .hero-container { position: relative; z-index: 1; }
.ai-webinars-theme .hero-ai-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    min-height: 420px;
}
.ai-webinars-theme .hero-ai-image {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.ai-webinars-theme .hero-ai-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 360px;
}
.ai-webinars-theme .hero-ai-content {
    text-align: left;
    max-width: none;
}
.ai-webinars-theme .hero-ai-content .hero-breadcrumb {
    margin-bottom: 16px;
}
.ai-webinars-theme .hero-ai-content .hero-buttons {
    justify-content: flex-start;
}
.ai-webinars-theme .hero-breadcrumb {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-bottom: 24px;
}
.ai-webinars-theme .hero-content-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.ai-webinars-theme .hero-ai .hero-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
}
.ai-webinars-theme .hero-ai .hero-tagline {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
}
.ai-webinars-theme .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.ai-webinars-theme .btn-hero-outline {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: var(--ai-accent);
    border: 2px solid var(--ai-accent);
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.ai-webinars-theme .btn-hero-outline:hover {
    background: rgba(255,255,255,0.95);
}
.ai-webinars-theme .btn-hero-solid {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    background: var(--ai-accent);
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.ai-webinars-theme .btn-hero-solid:hover { background: var(--ai-accent-hover); color: #fff; }

/* Tabs */
.ai-webinars-theme .tabs-nav {
    background: var(--ai-bg);
    border-bottom: 1px solid var(--ai-border);
}
.ai-webinars-theme .tabs-inner {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.ai-webinars-theme .tab-link {
    padding: 16px 20px;
    color: var(--ai-text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}
.ai-webinars-theme .tab-link:hover { color: var(--ai-text); }
.ai-webinars-theme .tab-link.active {
    color: var(--ai-text);
    border-bottom-color: var(--ai-text);
}

/* About section */
.ai-webinars-theme .about-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f3ff 0%, #ede9fe 100%);
}
.ai-webinars-theme .about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}
.ai-webinars-theme .about-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ai-webinars-theme .about-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.ai-webinars-theme .about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.ai-webinars-theme .about-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--ai-primary);
    line-height: 1.2;
}
.ai-webinars-theme .about-subhead {
    font-size: 20px;
    font-weight: 600;
    color: var(--ai-text);
    margin-bottom: 20px;
}
.ai-webinars-theme .about-content p {
    color: var(--ai-text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
}
.ai-webinars-theme .about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ai-webinars-theme .about-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}
.ai-webinars-theme .about-check {
    color: #0d9488;
    font-size: 18px;
    flex-shrink: 0;
}
.ai-webinars-theme .about-list strong { display: block; color: var(--ai-text); margin-bottom: 4px; }
.ai-webinars-theme .about-list p { margin: 0; font-size: 15px; }

/* AI features section */
.ai-webinars-theme .ai-features-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
}
.ai-webinars-theme .ai-features-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}
.ai-webinars-theme .ai-features-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ai-webinars-theme .ai-features-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.ai-webinars-theme .ai-features-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.ai-webinars-theme .ai-features-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--ai-primary);
    line-height: 1.2;
}
.ai-webinars-theme .ai-features-intro {
    color: var(--ai-text-muted);
    line-height: 1.7;
    margin-bottom: 28px;
}
.ai-webinars-theme .ai-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}
.ai-webinars-theme .ai-features-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.ai-webinars-theme .ai-feature-icon {
    color: var(--ai-accent);
    font-size: 18px;
    flex-shrink: 0;
}
.ai-webinars-theme .ai-features-list strong { display: block; color: var(--ai-text); margin-bottom: 4px; }
.ai-webinars-theme .ai-features-list p { margin: 0; color: var(--ai-text-muted); font-size: 15px; }
.ai-webinars-theme .ai-features-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.ai-webinars-theme .btn-outline-dark {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    background: #fff;
    color: var(--ai-accent);
    border: 2px solid var(--ai-accent);
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.ai-webinars-theme .btn-outline-dark:hover { background: var(--ai-surface); color: var(--ai-accent); }
.ai-webinars-theme .link-arrow {
    color: var(--ai-accent);
    font-weight: 600;
    text-decoration: none;
}
.ai-webinars-theme .link-arrow:hover { text-decoration: underline; }

/* Courses section */
.ai-webinars-theme .courses-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}
.ai-webinars-theme .courses-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--ai-primary);
    text-align: center;
    margin-bottom: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.ai-webinars-theme .courses-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}
.ai-webinars-theme .course-card {
    background: var(--ai-bg);
    border: 1px solid var(--ai-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.ai-webinars-theme .course-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.ai-webinars-theme .course-card-featured .course-card-image { height: 220px; }
.ai-webinars-theme .course-card-image {
    height: 180px;
    overflow: hidden;
    background: var(--ai-surface);
}
.ai-webinars-theme .course-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ai-webinars-theme .course-card-tags {
    display: flex;
    gap: 8px;
    padding: 12px 16px 0;
}
.ai-webinars-theme .course-tag {
    font-size: 12px;
    font-weight: 600;
    background: var(--ai-primary);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}
.ai-webinars-theme .course-card-body { padding: 20px; }
.ai-webinars-theme .course-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--ai-text);
    margin-bottom: 8px;
    line-height: 1.3;
}
.ai-webinars-theme .course-card-badge {
    font-size: 14px;
    color: var(--ai-accent);
    font-weight: 600;
    margin-bottom: 12px;
}
.ai-webinars-theme .course-card-desc {
    font-size: 15px;
    color: var(--ai-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}
.ai-webinars-theme .btn-course {
    display: inline-block;
    padding: 10px 20px;
    background: var(--ai-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.ai-webinars-theme .btn-course:hover { background: var(--ai-accent-hover); }

/* Stats footer */
.ai-webinars-theme .locations-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
}
.ai-webinars-theme .locations-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--ai-primary);
    text-align: center;
    margin-bottom: 12px;
}
.ai-webinars-theme .locations-intro {
    text-align: center;
    color: var(--ai-text-muted);
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.ai-webinars-theme .locations-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.ai-webinars-theme .location-item {
    padding: 16px 28px;
    background: var(--ai-bg);
    border: 2px solid var(--ai-border);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ai-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ai-webinars-theme .location-item:hover {
    border-color: var(--ai-accent);
    box-shadow: 0 4px 12px rgba(91, 33, 182, 0.12);
}

.ai-webinars-theme .stats-footer {
    background: var(--ai-teal);
    color: #fff;
    padding: 60px 0;
}

/* Community section */
.ai-webinars-theme .community-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #faf5ff 0%, #f3e8ff 100%);
}
.ai-webinars-theme .community-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}
.ai-webinars-theme .community-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--ai-primary);
    line-height: 1.2;
}
.ai-webinars-theme .community-intro {
    color: var(--ai-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}
.ai-webinars-theme .community-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.ai-webinars-theme .community-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--ai-text);
}
.ai-webinars-theme .community-check {
    color: #0d9488;
    flex-shrink: 0;
}
.ai-webinars-theme .btn-community {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: var(--ai-accent);
    border: 2px solid var(--ai-accent);
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.ai-webinars-theme .btn-community:hover { background: var(--ai-surface); }

/* Shop banner */
.ai-webinars-theme .shop-banner {
    background: var(--ai-teal);
    color: #fff;
    padding: 60px 0;
}
.ai-webinars-theme .shop-banner-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.ai-webinars-theme .shop-banner-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.ai-webinars-theme .shop-banner-sub {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 24px;
}
.ai-webinars-theme .btn-shop-banner {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    background: #fff;
    color: var(--ai-teal);
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.ai-webinars-theme .btn-shop-banner:hover { background: #e0f2f1; color: var(--ai-teal); }
.ai-webinars-theme .shop-banner-image {
    border-radius: 12px;
    overflow: hidden;
    max-width: 320px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.ai-webinars-theme .shop-banner-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Footnotes */
.ai-webinars-theme .footnotes-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}
.ai-webinars-theme .footnotes-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
}
.ai-webinars-theme .footnotes-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--ai-primary);
}
.ai-webinars-theme .footnotes-list {
    font-size: 14px;
    color: var(--ai-text-muted);
    line-height: 1.8;
    padding-left: 20px;
    margin: 0;
}

.ai-webinars-theme .stats-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.ai-webinars-theme .stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ai-webinars-theme .stat-text {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.95;
}
.ai-webinars-theme .stat-text sup { font-size: 12px; }

/* Hiring AI */
.ai-webinars-theme .hiring-ai {
    padding: 80px 0;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    border: none;
    opacity: 1;
    transform: none;
}
.ai-webinars-theme .hiring-ai .hiring-background-shapes { display: none; }
.ai-webinars-theme .hiring-ai .hiring-text-content,
.ai-webinars-theme .hiring-ai .hiring-visual-content { opacity: 1; transform: none; }
.ai-webinars-theme .hiring-ai .hiring-title {
    font-size: 32px;
    color: var(--ai-primary);
}
.ai-webinars-theme .hiring-ai .hiring-description {
    color: var(--ai-text-muted);
    font-size: 16px;
}
.ai-webinars-theme .hiring-ai .btn-hiring {
    display: inline-block;
    padding: 12px 24px;
    background: var(--ai-accent);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.ai-webinars-theme .hiring-ai .btn-hiring:hover { background: var(--ai-accent-hover); }

/* Contact */
.ai-webinars-theme .contact-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f3ff 0%, #ede9fe 100%);
    opacity: 1;
    transform: none;
}
.ai-webinars-theme .contact-section .contact-title,
.ai-webinars-theme .contact-section .contact-subtitle,
.ai-webinars-theme .contact-section .contact-card,
.ai-webinars-theme .contact-section .contact-cta { opacity: 1; transform: none; }
.ai-webinars-theme .contact-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--ai-primary);
    margin-bottom: 12px;
}
.ai-webinars-theme .contact-subtitle { color: var(--ai-text-muted); margin-bottom: 40px; }
.ai-webinars-theme .contact-card {
    background: var(--ai-surface);
    border: 1px solid var(--ai-border);
    padding: 32px;
    border-radius: 8px;
}
.ai-webinars-theme .contact-card-title { color: var(--ai-text); margin-bottom: 12px; }
.ai-webinars-theme .contact-link { color: var(--ai-accent); font-weight: 600; text-decoration: none; }
.ai-webinars-theme .contact-cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: var(--ai-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.ai-webinars-theme .contact-cta-button:hover { background: var(--ai-accent-hover); }

/* Footer */
.ai-webinars-theme .main-footer {
    padding: 60px 0 32px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid var(--ai-border);
    opacity: 1;
    transform: none;
}
.ai-webinars-theme .main-footer .footer-content,
.ai-webinars-theme .main-footer .footer-column { opacity: 1; transform: none; }
.ai-webinars-theme .footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--ai-text);
    margin-bottom: 16px;
}
.ai-webinars-theme .footer-link,
.ai-webinars-theme .footer-email-link {
    color: var(--ai-text-muted);
    text-decoration: none;
    font-size: 14px;
}
.ai-webinars-theme .footer-link:hover,
.ai-webinars-theme .footer-email-link:hover { color: var(--ai-accent); }
.ai-webinars-theme .footer-decoration { display: none; }
.ai-webinars-theme .footer-bottom {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--ai-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.ai-webinars-theme .footer-copyright { font-size: 14px; color: var(--ai-text-muted); }
.ai-webinars-theme .footer-policy-link {
    color: var(--ai-text-muted);
    text-decoration: none;
    font-size: 14px;
}
.ai-webinars-theme .footer-policy-link:hover { color: var(--ai-accent); }

/* AI theme mobile */
@media (max-width: 968px) {
    .ai-webinars-theme .header-inner { justify-content: space-between; }
    .ai-webinars-theme .nav { display: none; }
    .ai-webinars-theme .hero-ai-split {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: auto;
    }
    .ai-webinars-theme .hero-ai-image { order: 2; }
    .ai-webinars-theme .hero-ai-content { order: 1; text-align: center; }
    .ai-webinars-theme .hero-ai-content .hero-buttons { justify-content: center; }
    .ai-webinars-theme .hero-ai-image img { min-height: 260px; }
    .ai-webinars-theme .community-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ai-webinars-theme .shop-banner-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ai-webinars-theme .shop-banner-image { max-width: none; margin: 0 auto; }
    .ai-webinars-theme .footnotes-inner { grid-template-columns: 1fr; }
    .ai-webinars-theme .about-grid,
    .ai-webinars-theme .ai-features-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ai-webinars-theme .about-left,
    .ai-webinars-theme .ai-features-left {
        order: 1;
    }
    .ai-webinars-theme .about-content,
    .ai-webinars-theme .ai-features-content {
        order: 2;
    }
    .ai-webinars-theme .about-image img,
    .ai-webinars-theme .ai-features-image img {
        max-height: 280px;
        object-fit: cover;
    }
    .ai-webinars-theme .courses-grid {
        grid-template-columns: 1fr;
    }
    .ai-webinars-theme .course-card-featured .course-card-image { height: 200px; }
    .ai-webinars-theme .stats-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ai-webinars-theme .hiring-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .ai-webinars-theme .promo-banner-inner { flex-wrap: wrap; padding-right: 40px; }
    .ai-webinars-theme .hero-buttons { flex-direction: column; }
    .ai-webinars-theme .btn-hero-outline,
    .ai-webinars-theme .btn-hero-solid { width: 100%; text-align: center; }
    .ai-webinars-theme .tabs-inner { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
    .ai-webinars-theme .tab-link { white-space: nowrap; }
    .ai-webinars-theme .about-heading,
    .ai-webinars-theme .ai-features-heading,
    .ai-webinars-theme .courses-heading,
    .ai-webinars-theme .community-heading { font-size: 26px; }
    .ai-webinars-theme .shop-banner-heading { font-size: 24px; }
    .ai-webinars-theme .stat-number { font-size: 36px; }
    .ai-webinars-theme .footer-bottom { flex-direction: column; text-align: center; }
}

/* AI theme – Apply page */
body.ai-webinars-theme .apply-page {
    background: var(--ai-bg);
}
body.ai-webinars-theme .apply-header {
    background: var(--ai-bg);
    border-bottom: 1px solid var(--ai-border);
}
body.ai-webinars-theme .apply-back-link { color: var(--ai-text-muted); }
body.ai-webinars-theme .apply-back-link:hover { color: var(--ai-accent); }
body.ai-webinars-theme .apply-hero-title {
    color: var(--ai-primary);
    background: none;
    -webkit-text-fill-color: inherit;
}
body.ai-webinars-theme .apply-hero-subtitle { color: var(--ai-text-muted); }
body.ai-webinars-theme .apply-form-container {
    background: var(--ai-bg);
    border: 1px solid var(--ai-border);
}
body.ai-webinars-theme .form-section-title { color: var(--ai-primary); }
body.ai-webinars-theme .form-label { color: var(--ai-text); }
body.ai-webinars-theme .form-label .required { color: var(--ai-accent); }
body.ai-webinars-theme .form-input,
body.ai-webinars-theme .form-select,
body.ai-webinars-theme .form-textarea {
    background: var(--ai-bg);
    border-color: var(--ai-border);
    color: var(--ai-text);
}
body.ai-webinars-theme .form-input:focus,
body.ai-webinars-theme .form-select:focus,
body.ai-webinars-theme .form-textarea:focus {
    border-color: var(--ai-accent);
}
body.ai-webinars-theme .city-option-label,
body.ai-webinars-theme .job-option-label {
    background: var(--ai-surface);
    border-color: var(--ai-border);
}
body.ai-webinars-theme .city-option input:checked + .city-option-label,
body.ai-webinars-theme .job-option input:checked + .job-option-label {
    border-color: var(--ai-accent);
    background: rgba(91, 33, 182, 0.06);
}
body.ai-webinars-theme .city-date-display { color: var(--ai-accent); }
body.ai-webinars-theme .form-submit-btn {
    background: var(--ai-accent);
    color: #fff;
}
body.ai-webinars-theme .form-submit-btn:hover { background: var(--ai-accent-hover); }
body.ai-webinars-theme .success-highlight { color: var(--ai-accent); }
body.ai-webinars-theme .apply-page .contact-section { background: var(--ai-surface); }
body.ai-webinars-theme .apply-page .contact-title { color: var(--ai-primary); }
body.ai-webinars-theme .apply-page .contact-cta-button {
    background: var(--ai-accent);
    color: #fff;
}
