/**
 * Global Better Me Landing Page Styles
 * Color Scheme: Orange (#FF6B35), Peach backgrounds
 */

/* ===== GLOBAL STYLES ===== */
.global-better-me-landing {
    font-family: 'SVN-Gotham', sans-serif;
    color: #333;
    overflow-x: hidden;
}

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

/* ===== HERO SECTION ===== */
.gbm-hero {
    width: 100%;
    position: relative;
}

.gbm-hero::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 45.25%;
    display: block;

}

.gbm-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    position: absolute;
}

.gbm-hero-content {
    text-align: center;
    margin-bottom: 40px;
}

.gbm-hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gbm-title-main {
    display: block;
    color: #FF6B35;
}

.gbm-title-highlight {
    display: block;
    background: linear-gradient(90deg, #FF6B35 0%, #FF8C42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gbm-hero-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.gbm-hero-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.gbm-hero-images {
    text-align: center;
}

.gbm-hero-img {
    max-width: 100%;
    height: auto;
}

/* ===== FLOATING BUTTONS ===== */
.gbm-floating-buttons {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gbm-float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.gbm-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.gbm-float-phone {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
}

.gbm-float-chat {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
}

.gbm-float-register {
    background: linear-gradient(135deg, #2196F3 0%, #42A5F5 100%);
}

/* ===== TIME SECTION ===== */
.gbm-time-section {
    padding: 40px 0;
    background: #FFF;
}

.gbm-time-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.gbm-comparison-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gbm-mascot {
    margin-bottom: 20px;
}

.gbm-mascot-img {
    width: 120px;
    height: auto;
}

.gbm-section-title {
    font-family: SVN-Gotham;
    font-weight: 700;
    font-style: Bold;
    font-size: 47.91px;
    line-height: 58px;
    letter-spacing: -1.44px;
    color: #F36F20;
    margin-bottom: 20px;
}


.gbm-section-description {
    font-family: SVN-Gotham;
    font-weight: 300;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.48px;
    text-align: justify;
}

.gbm-content-frame2-img {
    width: max-content;
    height: auto;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.gbm-comparison-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gbm-comparison-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gbm-tagline {
    font-size: 18px;
    font-weight: 600;
    color: #FF6B35;
    font-style: italic;
}

.banner-frame2 {
    padding: 50px 130px 0;
    width: 100%;
}

/* ===== TOP CHARACTERS SECTION ===== */
.gbm-top-characters {
    padding: 40px 0;
    position: relative;
}

.gbm-character-banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gbm-section-title-top {
    font-size: 48px;
    font-weight: 900;
    color: #F36F20;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.gbm-section-subtitle-top {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 40px;
}

/* Tab Navigation */
.gbm-character-tabs {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    max-width: 50%;
}

.gbm-tab-btn {
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'SVN-Gotham', sans-serif;
    text-align: left;
    align-items: center;
    display: flex;
    background: none;
    margin-bottom: 10px;
}





.gbm-tab-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #A7A7A7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #A7A7A7;
    font-family: SVN-Gotham;
    line-height: 22px;

}

.gbm-tab-btn.active .gbm-tab-number {
    color: #F36F20;
    border: 1px solid #F36F20;
}

.gbm-tab-name {
    font-size: 20px;
    font-weight: 400;
    font-family: SVN-Gotham;
    line-height: 24px;
    color: #A7A7A7;
    position: relative;
    padding-left: 40px;
}

.gbm-tab-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #A7A7A7;
    position: absolute;
}

.gbm-tab-btn.active .gbm-tab-name {
    color: #F36F20;
}

.gbm-tab-btn.active .gbm-tab-name::before {
    background-color: #F36F20;
}

/* Tab Content */
.gbm-character-content-wrapper {
    position: relative;
}

.gbm-character-bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gbm-character-content {
    display: none;
    grid-template-columns: 780px 1fr;
    gap: 40px;
    align-items: start;
}

.gbm-character-content.active {
    display: grid;
}

.gbm-character-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 80px;
}



.gbm-character-info {
    padding-left: 79px;
    font-family: SVN-Gotham;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.48px;
    color: #333;
}

.gbm-character-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gbm-character-detail {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: SVN-Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.48px;
    color: #333;
}

.gbm-character-video {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gbm-character-video video {
    width: 100%;
    height: auto;
    display: block;
}

.gbm-character-right {
    position: relative;
}

.gbm-character-banner {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* ===== OFFICIAL SECTION ===== */
.gbm-official {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 40px 0;
}

.gbm-official .gbm-container {
    position: relative;
}

.gbm-official .gbm-container::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 32%;
    display: block;

}

.gbm-official-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 0;
    position: absolute;
}



/* ===== REGISTRATION FORM SECTION ===== */
.gbm-register {
    padding: 50px 0;
    background: url(https://365mc.com.vn/wp-content/uploads/2026/01/Banner-6-1.jpg) no-repeat;
    background-size: contain;
    position: relative;
    background-position-x: 78px;
    background-color: #f37020;
}

.gbm-registration-form {
    width: 90%;
    margin: 0 auto;
}

.gbm-register-wrapper {
    display: grid;
    grid-template-columns: 720px 1fr;
    gap: 40px;
    align-items: center;
}

.gbm-register-form-box {
    background: white;
    padding: 30px 35px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.gbm-register .gbm-form-title {
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: center;
}

.gbm-register .gbm-form-subtitle {
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.4;
    font-style: italic;
    text-align: center;
}

.gbm-register .gbm-form-group {
    margin-bottom: 15px;
}

.gbm-register .gbm-form-control {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #FF6B35;
    border-radius: 25px;
    font-size: 14px;
    font-family: 'SVN-Gotham', sans-serif;
    transition: all 0.3s ease;
    background: #FAFAFA;
    color: #333;
}

.gbm-register .gbm-form-control::placeholder {

    color: #a2a2a2;
}

.gbm-register .gbm-form-control:focus {
    outline: none;
    border-color: #FF6B35;
    background: white;
}

.gbm-register .gbm-form-control::placeholder {
    color: #AAAAAA;
    font-weight: 300;
}

.gbm-register .gbm-form-note {
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 12px;
    color: #FF6B35;
    margin: 15px 0 10px 0;
    font-weight: 400;
}

.gbm-register .gbm-file-upload-group {
    margin-bottom: 12px;
}

.gbm-register .gbm-file-upload-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    background: #FAFAFA;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.gbm-register .gbm-file-upload-label:hover {
    border-color: #FF6B35;
    background: white;
}

.gbm-register .gbm-file-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.gbm-register .gbm-file-placeholder {
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 300;
    flex: 1;
    padding-right: 10px;
}

.gbm-register .gbm-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-block;
    margin-top: -5px;
}

.gbm-register .gbm-file-icon img {
    width: 100%;
    height: 100%;
}

.gbm-register .gbm-form-disclaimer {
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 12px 0 20px 0;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
}

.gbm-register .gbm-submit-btn {
    width: 206px;
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'SVN-Gotham', sans-serif;
    text-transform: capitalize;
    margin: auto;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
}

.gbm-register .gbm-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

.gbm-register-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gbm-register .gbm-register-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== FEATURES SECTION ===== */
.gbm-features {
    background: #FFF;
    position: relative;
}

.gbm-features::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 32%;
    display: block;
}

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

.gbm-feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #FFF5F0;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.gbm-feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

.gbm-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.gbm-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gbm-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.gbm-feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ===== FAQ SECTION ===== */
.gbm-faq {
    padding: 40px 0;
    background: #f1f1f1;
}

.gbm-faq-list {
    max-width: 900px;
    margin: 50px auto 0;
}

.gbm-section-title-center {
    text-align: center;
    color: #f37020;
    font-size: 40px;
}

.gbm-faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}


.gbm-faq-question h4 {
    font-size: 16px;
    font-weight: 500;
    color: #f37020;
    margin: 0;
}

.gbm-faq-toggle {
    font-size: 28px;
    font-weight: 300;
    color: #FF6B35;
    transition: transform 0.3s ease;
}

.gbm-faq-item {
    border-bottom: 1px solid #fafafa;
    padding: 15px 0;
}


.gbm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.gbm-faq-item.active .gbm-faq-answer {
    max-height: 500px;
}

.gbm-faq-answer p {
    padding: 0 51px 0px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-weight: 300;
}


.gbm-faq-quiz {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.gbm-faq-quiz img {
    width: 100%;
    height: 100%;
}

.gbm-faq-toggle {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: auto;
    margin-top: -10px;
}

.gbm-faq-toggle img {
    width: 100%;
    height: 100%;
}
.gbm-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 992px) {
    .hidden-mobile {
        display: none;
    }

    .gbm-hero-title {
        font-size: 48px;
    }

    .gbm-time-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .gbm-official-content,
    .gbm-character-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gbm-section-title {
        font-size: 30.91px;
        text-align: center;
        margin-bottom: 28px;
        line-height: 40px;

    }

    .gbm-official {
        padding: 0;
    }

    .banner-frame2-img {
        width: 100%;
    }

    .gbm-register-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gbm-register-form-box {
        max-width: 600px;
        margin: 0 auto;
    }

    .gbm-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gbm-floating-buttons {
        right: 15px;
    }

    .gbm-float-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }


    .gbm-section-title-top {
        font-size: 36px;
    }

    .gbm-section-subtitle-top {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .gbm-hero::before {
        content: "";
        width: 100%;
        top: 0;
        left: 0;
        padding-bottom: 178.25%;
        display: block;
    }

    .gbm-hero-title {
        font-size: 36px;
    }

    .gbm-hero-subtitle {
        font-size: 20px;
    }

    .gbm-section-title-center {
        font-size: 28px;
    }

    .gbm-section-title-top {
        font-size: 28px;
    }

    .gbm-section-subtitle-top {
        font-size: 18px;
    }

    .gbm-section-highlight {
        font-size: 28px;
    }

    .gbm-features-grid {
        grid-template-columns: 1fr;
    }

    .gbm-footer-grid {
        grid-template-columns: 1fr;
    }

    .gbm-content-frame2-img {
        width: 167px;
    }

    .banner-frame2 {
        padding: unset;
        margin-top: 50px;
    }

    .banner-frame2 img {
        width: 100%;
        object-fit: contain;
    }

    .gbm-register-form-box {
        padding: 30px 20px;
    }

    .gbm-character-tabs {
        max-width: 100%;
    }

    .gbm-top-characters {
        position: unset;
    }

    .gbm-character-bg-wrapper {
        position: unset;
    }


    .gbm-register .gbm-form-title {
        font-size: 20px;
    }

    .gbm-register .gbm-form-subtitle {
        font-size: 13px;
    }

    .gbm-floating-buttons {
        flex-direction: row;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .gbm-tab-btn {
        font-size: 14px;
        gap: 5px;
    }

    .gbm-character-left {
        margin-top: -10px;
        padding-left: 57px;
    }

    .gbm-character-content-wrapper-video .gbm-character-left {
        padding-left: 0;
    }

    .gbm-tab-name {
        font-size: 19px;
        padding-left: 25px;
    }

    .gbm-top-characters {
        background: #f0f0f0;
        padding-bottom: 0;
    }

    .gbm-tab-name::before {
        width: 20px;
    }

    .gbm-character-bg img {
        width: 100%;
    }

    .gbm-section-title-top {
        text-align: center;
    }

    .gbm-section-subtitle-top {
        text-align: center;
        margin-bottom: 30px;
    }

    .gbm-tab-number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .gbm-character-info {
        padding: 20px;
    }

    .gbm-character-name {
        font-size: 18px;
    }

    .gbm-character-detail {
        font-size: 14px;
    }

    .gbm-register {
        padding: 118% 0 50px 0;
    }

    .gbm-register {

        background: url(https://365mc.com.vn/wp-content/uploads/2026/01/Banner-6-2.png) no-repeat;
        background-size: contain;
        position: relative;
        background-position-x: 0;
        background-color: #f37020;
    }

    .gbm-register-form-box {
        padding: 20px 20px;
    }

    .gbm-registration-form {
        width: 100%;
    }

    .gbm-register .gbm-form-control {
        padding: 3px 18px;
    }

    .gbm-register .gbm-submit-btn {
        width: 192px;
        background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
        margin: auto;
        display: flex;
        align-items: unset;
        height: 40px;
        text-align: center;
        justify-content: center;
        line-height: 36px;
        display: flex;
    }

    .gbm-features::before {
        display: none;
    }

    .gbm-features-title {
        font-size: 28px;
        color: #f37020;
        text-align: center;
        font-weight: 700;
    }

    .gbm-features-subtitle {
        font-size: 16px;
        color: #666;
        text-align: center;
        font-weight: 600;
    }

    .gbm-features-body {
        padding: 50px 20px;
    }

    .gbm-features-swiper {
        margin-top: 30px;
    }

    .gbm-features-swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .gbm-features-swiper .swiper-slide .gbm-features-item-title {
        margin-top: 15px;
    }

    .gbm-features-swiper {
        padding-bottom: 20px;
    }

    .gbm-features-img {
        width: 100%;
        object-fit: contain;
        margin-top: 20px;
    }

    .gbm-features-swiper .swiper-pagination-bullet {
        margin: 0 6px;
        width: 20px;
        height: 4px;
        border-radius: 5px;
    }

    .gbm-faq-question h4 {

        width: calc(100% - 100px);
    }
    .gbm-faq-answer p {
        font-size: 14px;
        margin-top: 5px;
    }
}