/* Branding page */

/* Hero */
.branding-hero {
    background-image: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1920&q=80');
    height: 450px;
    background-position: center 85%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.branding-title {
    color: white;
    font-size: 6rem;
    font-weight: 900;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.85);
    text-align: center;
    letter-spacing: 1.5px;
    margin: 0;
    padding-top: 160px;
}

/* Main page container */
.page {
    /*background: #f9fafb;*/
    padding: 70px 20px 100px;
    display: flex;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Section wrapper */
.branding-section {
    max-width: 1280px;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 14px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.005);
    box-sizing: border-box;
    text-align: center;
}

/* Title */
.branding-section-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 35px;
    color: #001b5e;
}

/* Intro text */
.branding-text {
    font-size: 2.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 50px;
    text-wrap: pretty;
}

/* Cards container */
.branding-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

/* Individual card */
.branding-card {
    background: linear-gradient(135deg, #e6f0ff, #ffffff);
    box-shadow: 0 14px 35px rgba(0, 27, 94, 0.12);
    border-radius: 16px;
    width: 280px;
    padding: 40px 30px;
    box-sizing: border-box;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: default;
    color: #001b5e;
    position: relative;
    overflow: hidden;
}

.branding-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(0, 27, 94, 0.22);
}

/* Card icon placeholder */
.branding-card::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #001b5e;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 0.1;
    transition: opacity 0.35s ease;
}

.branding-card:hover::before {
    opacity: 0.2;
}

/* Card title */
.card-title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 18px;
}

/* Card description */
.card-text {
    font-size: 19px;
    line-height: 1.6;
    color: #344055;
}

/* Responsive tweaks */
@media (max-width: 900px) {
    .branding-cards {
        flex-direction: column;
        align-items: center;
    }

    .branding-card {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .branding-section-title {
        font-size: 2.4rem;
    }

    .branding-text {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .card-title {
        font-size: 22px;
    }

    .card-text {
        font-size: 16px;
    }
}

/* PROMOS */
/*.promos-hero {*/
/*    background-image: url('https://images.unsplash.com/photo-1524985069026-dd778a71c7b4?auto=format&fit=crop&w=1920&q=80');*/
/*    height: 450px;*/
/*    background-position: center 75%;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.promos-section {
    max-width: 900px;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 14px;
    /*box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);*/
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.promos-section-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #001b5e;
}

.promos-text {
    font-size: 2rem;
    line-height: 1.7;
    color: #444;
}

/*.event-hero {*/
/*    background-image: url('https://images.unsplash.com/photo-1582719478148-d6a6d02b47e2?auto=format&fit=crop&w=1920&q=80');*/
/*    height: 450px;*/
/*    background-position: center 80%;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.event-section {
    max-width: 900px;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.event-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #001b5e;
    margin-bottom: 20px;
}

.event-text {
    font-size: 22px;
    color: #444;
    line-height: 1.7;
}

/*.food-hero {*/
/*    background-image: url('https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=1920&q=80');*/
/*    height: 450px;*/
/*    background-position: center 75%;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.food-section {
    max-width: 900px;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;

}

.food-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #001b5e;
    margin-bottom: 20px;
}

.food-text {
    font-size: 22px;
    color: #444;
    line-height: 1.7;
}

/*.editing-hero {*/
/*    background-image: url('https://images.unsplash.com/photo-1581090700227-1e8f09c9c8a6?auto=format&fit=crop&w=1920&q=80');*/
/*    height: 450px;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.editing-section {
    max-width: 900px;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.editing-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #001b5e;
    margin-bottom: 20px;
}

.editing-text {
    font-size: 22px;
    color: #444;
    line-height: 1.7;
}

.page-hero {
    height: 450px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: #001b5e;
    margin-bottom: 20px;
}

.section-text {
    font-size: 22px;
    color: #444;
    line-height: 1.7;
}

/*=========================================*/

/* Hero Section */
.hero.expo-hero {
    position: relative;
    height: 520px;
    background-image: url('https://images.unsplash.com/photo-1505373877841-8d25f7d46678?q=80&w=1112&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero__title.expo-title {
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

.hero-content .expo-subtitle {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    color: white !important;
}

/* Main Page Container */
.page.expo-page {
    max-width: 800px;
    margin: 60px auto 80px;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
    box-sizing: border-box;
}

/* Sections */
.section.expo-section {
    margin-bottom: 80px;
    text-align: center;
}

/* Section Titles */
.title.expo-section-title {
    font-size: 4.2rem !important;
    font-weight: 900;
    color: #001b5e;
    margin-bottom: 40px;
}

/* Paragraph text */
.expo-text {
    font-size: 1.9rem !important;
    line-height: 1.8;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Image wrapper */
.expo-image-wrapper {
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    overflow: hidden;
}

.expo-image {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* Benefits Section */
.light-bg {
    background-color: #f9fafc;
    border-radius: 14px;
    padding: 50px 30px;
    margin-top: 50px;
}

.expo-list {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 25px;
    list-style-type: disc;
    font-size: 1.8rem !important;
    color: #333 !important;
    text-align: left;
}

.expo-list li {
    margin-bottom: 20px;
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero__title.expo-title {
        font-size: 3.8rem !important;
    }

    .expo-subtitle {
        font-size: 1.8rem !important;
        max-width: 100%;
    }

    .title.expo-section-title {
        font-size: 2.8rem !important;
    }

    .expo-text {
        font-size: 1.6rem !important;
        max-width: 100%;
    }

    .expo-list {
        font-size: 1.4rem !important;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .hero__title.expo-title {
        font-size: 3rem !important;
    }

    .expo-subtitle {
        font-size: 1.5rem !important;
    }

    .title.expo-section-title {
        font-size: 2.35rem !important;
    }

    .expo-text {
        font-size: 1.4rem !important;
    }

    .expo-list {
        font-size: 1.35rem !important;
        padding-left: 15px;
    }
}


/* Container */
.hire-studio {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #222;
}

/* Title */
.hire-title {
    font-size: 3.6rem;
    font-weight: 900;
    color: #056EB9;
    margin-bottom: 30px;
    text-align: center;
}

/* Intro paragraph */
.hire-intro {
    font-size: 1.8rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: center;
    color: #444;
}

/* Card style sections */
.hire-card {
    background-color: #000;
    border-radius: 12px;
    padding: 30px 35px;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

/* Section headings */
.hire-card h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #034a82;
    margin-bottom: 20px;
}

/* List inside cards */
.hire-list {
    font-size: 1.6rem;
    color: #444;
    line-height: 1.6;
    list-style-type: disc;
    padding-left: 22px;
}

.hire-list li {
    margin-bottom: 15px;
}

/* Paragraph in card */
.hire-card p {
    font-size: 1.6rem;
    color: #444;
    line-height: 1.8;
}

/* CTA Button */
.hire-cta {
    text-align: center;
    margin-top: 50px;
}

.hire-cta .btn-primary {
    background-color: #056EB9;
    color: white !important;
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.hire-cta .btn-primary:hover,
.hire-cta .btn-primary:focus {
    background-color: #035a8a;
    outline: none;
}

.live-streaming-hero {
    background-image: url('https://images.unsplash.com/photo-1553377102-7479aacccd00?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.live-streaming-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.live-streaming-hero .hero__title {
    position: relative;
    color: #fff;
    z-index: 10;
}


.filming-hero {
    background-size: cover;
    background-position: center;
    min-height: 460px;
    position: relative;
}

.filming-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    color: white;
}


.section-career {
    padding: 60px 0;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.job-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.job-title {
    font-size: 1.25rem;
    color: #056EB9;
    margin-bottom: 16px;
    font-weight: 700;
}

.job-meta p {
    margin: 8px 0;
    color: #333;
    font-size: 0.95rem;
}

.job-meta i {
    margin-right: 8px;
    color: #056EB9;
}

.job-meta li {
    color: #1c1c1c;
}