/* Funday Games — game-show team building page accents */

.breadcrumbs { display: none !important; }

/* Funday Games logo placements */
header {
    background: #1B1B1B !important;
    overflow: visible;
}

header .container,
header .site-header,
header .site-header > .grid-flex {
    height: 100%;
    align-items: center;
}

header .site-header .main-navigation {
    width: auto !important;
    flex: 1;
}

header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li > a {
    color: rgba(255, 255, 255, 0.72);
}

header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li > a:hover,
header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li.current-menu-item > a {
    color: #ffffff;
}

header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li {
    border-bottom-color: transparent;
}

body.mobile-nav-open {
    overflow: hidden;
}

@media screen and (max-width: 870px) {
    header .site-header .main-navigation {
        position: static;
        justify-content: flex-end;
    }

    header .site-header .main-navigation .menu-toggle {
        cursor: pointer;
        flex-shrink: 0;
        z-index: 100001;
    }

    header .site-header .main-navigation .navigation-box {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 78px;
        width: 100%;
        height: calc(100vh - 78px);
        max-height: calc(100vh - 78px);
        z-index: 100000;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 16px 20px 32px;
        overflow-y: auto;
        background-color: #1B1B1B !important;
    }

    header .site-header .main-navigation.activ .navigation-box {
        display: flex !important;
    }

    header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul {
        flex-direction: column;
        width: 100%;
    }

    header .site-header .main-navigation .navigation-box .button-orange {
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }

    header .site-header .main-navigation .navigation-box {
        background-color: #1B1B1B !important;
    }

    header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li {
        border-bottom-color: #2a2a2e;
    }

    header .site-header .main-navigation .navigation-box .menu-menu-1-container > ul > li > a {
        color: #ffffff;
    }
}

.site-logo {
    display: block;
    width: auto;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.site-logo--header {
    height: 38px;
    max-width: 148px;
}

.site-logo--footer {
    height: 56px;
    max-width: 180px;
}

header .site-header .site-branding {
    display: flex;
    align-items: center;
    align-self: center;
    height: 78px;
    flex-shrink: 0;
}

header .site-header .site-branding .custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 78px;
}

header .site-header .site-branding .custom-logo,
header .site-header .site-branding .site-logo--header {
    width: auto !important;
    max-width: 148px;
    height: 38px;
    object-fit: contain;
    object-position: center center;
    vertical-align: middle;
}

.partner-logos-strip {
    max-width: 920px;
    margin: 40px auto 0;
    padding: 0 20px;
    opacity: 0.92;
}

.partner-logos-strip img {
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(1.05);
}

@media screen and (max-width: 870px) {
    .site-logo--header {
        height: 34px;
        max-width: 132px;
    }

    header .site-header .site-branding,
    header .site-header .site-branding .custom-logo-link {
        height: 78px;
    }

    header .site-header .site-branding .site-logo--header {
        height: 34px;
        max-width: 132px;
    }

    .site-logo--footer {
        height: 48px;
        max-width: 160px;
    }

    .partner-logos-strip img {
        max-height: 40px;
    }
}

@media screen and (max-width: 690px) {
    header .site-header .main-navigation .navigation-box {
        top: 60px;
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
    }

    .site-logo--header {
        height: 30px;
        max-width: 116px;
    }

    header .site-header .site-branding,
    header .site-header .site-branding .custom-logo-link {
        height: 60px;
    }

    header .site-header .site-branding .site-logo--header {
        height: 30px;
        max-width: 116px;
    }

    .site-logo--footer {
        height: 42px;
        max-width: 140px;
    }

    .partner-logos-strip {
        margin-top: 28px;
    }

    .partner-logos-strip img {
        max-height: 32px;
    }
}

.section-top.hero-gsbr {
    height: 720px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #0d0d10;
}

.section-top.hero-gsbr::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.22) 100%);
    z-index: 1;
}

.section-top.hero-gsbr h1,
.section-top.hero-gsbr .sub_title,
.section-top.hero-gsbr .content {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.section-top.hero-gsbr .company-main-banner-poster {
    display: none;
}

.section-top.hero-gsbr .container {
    position: relative;
    z-index: 2;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.section-top.hero-gsbr .intro__box-content {
    max-width: 920px;
    margin: 0 auto;
}

.section-top.hero-gsbr h1 {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.section-top.hero-gsbr h1 span {
    color: #F29900;
}

.section-top.hero-gsbr .sub_title {
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    letter-spacing: 0.12em;
    margin-top: 1rem;
    text-transform: uppercase;
}

.section-top.hero-gsbr .content {
    max-width: 640px;
    margin: 1.25rem auto 0;
    font-size: 1.05rem;
}

.hero-cta-wrap {
    margin-top: 2rem;
    justify-content: center;
}

.hero-cta-wrap .button-orange {
    font-size: 1rem;
    padding: 16px 36px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.section-reviews-gsbr {
    background: linear-gradient(203deg, #5D2192 29.8%, #240557 93.57%);
    color: #fff;
    padding: 56px 0;
}

.reviews-stat-box {
    text-align: center;
    margin-bottom: 36px;
}

.reviews-stat-box .stat-number {
    font-family: Montserrat, Inter, sans-serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1;
    color: #F29900;
}

.reviews-stat-box .stat-label {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 8px;
}

.reviews-stat-box .stars-row {
    font-size: 1.4rem;
    color: #F29900;
    margin-top: 10px;
    letter-spacing: 4px;
}

.quote-carousel {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.6;
    font-style: italic;
    min-height: 80px;
}

.quote-carousel .quote-author {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 0.85rem;
    opacity: 0.85;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-experience-gsbr {
    padding: 72px 0;
    background: #191b1d;
    color: #fff;
    text-align: center;
}

.section-experience-gsbr h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    max-width: 900px;
    margin: 0 auto 12px;
    line-height: 1.35;
}

.section-tagline-sub,
.section-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.9;
}

.section-tagline-sub {
    margin-top: 16px;
}

.section-intro.center {
    text-align: center;
    margin-bottom: 36px;
}

.section-perfect-for.inverse .section-intro {
    color: rgba(255, 255, 255, 0.88);
}

.format-desc {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-top: 8px;
    opacity: 0.9;
}

.format-tag {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F29900;
}

.section-why-different {
    padding: 72px 0;
}

.section-why-different h2 {
    margin-bottom: 12px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.why-card {
    background: #f8f8fa;
    border-radius: 16px;
    padding: 28px 22px;
    border: 2px solid #ececf0;
}

.why-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
    color: #1B1B1B;
}

.why-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
    color: #444;
}

.why-expertise {
    max-width: 820px;
    margin: 56px auto 0;
    text-align: center;
}

.why-expertise h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

.why-expertise p {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
}

.why-list li {
    position: relative;
    padding-left: 22px;
    font-size: 0.92rem;
    line-height: 1.45;
}

.why-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #F29900;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 690px) {
    .why-grid,
    .why-list {
        grid-template-columns: 1fr;
    }
}

.word-rotator {
    display: inline-block;
    min-width: 180px;
    color: #F29900;
    font-weight: 900;
    text-transform: uppercase;
}

/* Alternating bands — matches template .inverse (#1B1B1B) */
.section-band-light {
    background: #ffffff !important;
    color: #1B1B1B;
}

.section-perfect-for.inverse {
    padding: 64px 0;
    background: #1B1B1B !important;
    color: #ffffff;
}

.section-perfect-for.inverse h2 {
    text-align: center;
    margin-bottom: 36px;
    color: #ffffff;
}

#projects.section-projects.inverse {
    background: #1B1B1B !important;
}

#projects.section-projects.inverse .projects__box-text,
#projects.section-projects.inverse h2 {
    color: #ffffff;
}

#faqs.section-faqs.inverse {
    background: #1B1B1B !important;
}

.perfect-for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.perfect-for-item {
    background: #f8f8fa;
    border-radius: 12px;
    padding: 22px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 2px solid transparent;
    transition: border-color 0.2s, transform 0.2s;
    color: #1B1B1B;
}

.section-perfect-for.inverse .perfect-for-item {
    background: #2a2a2e;
    color: #ffffff;
    border-color: #3a3a40;
}

.perfect-for-item:hover {
    border-color: #F29900;
    transform: translateY(-2px);
}

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

.section-addons h2 {
    text-align: center;
    margin-bottom: 40px;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.addon-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.addon-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.addon-card-content {
    padding: 24px;
}

.addon-card-content h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.addon-card-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
}

.book-cta-bar {
    text-align: center;
    padding: 48px 0;
    background: #191b1d;
    color: #fff;
}

.book-cta-bar h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 870px) {
    .perfect-for-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .section-top.hero-gsbr {
        height: auto;
        min-height: 520px;
        padding: 60px 0;
    }
}

@media screen and (max-width: 690px) {
    .perfect-for-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .perfect-for-item {
        font-size: 0.75rem;
        padding: 16px 10px;
    }

    .section-perfect-for.inverse,
    #projects.section-projects.inverse,
    #faqs.section-faqs.inverse,
    .section-addons.inverse {
        background-color: #1B1B1B !important;
    }

    .section-band-light {
        background-color: #ffffff !important;
    }
}
