@font-face {
    font-family: 'YouTube Sans';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSans-Regular.otf') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'YouTube Sans Medium';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSans-Medium.otf') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'YouTube Sans Bold';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSans-Bold.otf') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'YouTube Sans SemiBold';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSansDark-Semibold.otf') format('woff2');
    font-weight: 700;
}


@font-face {
    font-family: 'YouTube Sans ExtraBold';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSans-Extrabold.otf') format('woff2');
    font-weight: 900;
}

@font-face {
    font-family: 'YouTube Sans darkBold';
    src: url('../fonts/YouTube_Sans/OTF/YouTubeSansDark-Bold.otf') format('woff2');
    font-weight: 900;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'YouTube Sans', sans-serif;
}

body {
    background: #fff;
    color: #222;
    overflow-x: hidden;
    padding-top: 70px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10%;
    border-bottom: 2px solid #f3f3f3;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
}

a:hover {
    color: #EA4335 !important;
    text-decoration: none !important;
}

header img {
    height: 28px;
}

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

nav a {
    text-decoration: none;
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}


nav a:hover {
    color: #EA4335 !important;
    text-decoration: none !important;
}


nav a.active {
    color: #EA4335;
    font-weight: 700;
    /* border-bottom: 2px solid #ff002f; */
}

.btn-login {
    background: #7354fa;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.btn-login:hover {
    background: #5c3ff0;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: center;
    padding: 40px 14%;
    position: relative;
    width: 100%;
    gap: 4rem;
    background: url(../images/3\ 2.png) no-repeat center center;
    background-size: 100% 100%;
    height: calc(100vh - 50px);
}

/* .hero-image {
    padding-top: 2%;
} */

.hero-text h1 {
    font-size: 55px;
    line-height: 1;
    font-weight: bold;
    font-family: 'YouTube Sans ExtraBold';
    color: #212121;
}

.hero-text h1 span {
    color: #E64835;
    font-weight: bold;
    font-family: 'YouTube Sans ExtraBold';
}

.hero-text p {
    margin: 16px 0;
    font-size: 28px;
    color: #212121;
    font-family: 'YouTube Sans';
    line-height: 1.2;
}

.btn-register {
    background: #EA4335;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    font-family: 'YouTube Sans Bold';
    cursor: pointer;
}

.apply-btn {
    background: #EA4335;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    font-family: 'YouTube Sans Bold';
    cursor: pointer;
}

.btn-register:hover {
    background: #d80000;
}




footer {
    padding: 50px;
    font-size: 28px;
    width: 100%;
    background: #F1F3F4;
    color: #202124;
    font-family: 'YouTube Sans Bold';
}

.footer span {
    color: #202124;
    font-size: 28px;
}

.footer {

    color: #202124;
    font-family: 'YouTube Sans Bold';

}

.text-brand {
    color: #666666;
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
}

@media (max-width: 600px) {



}

.join-section {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    background: #FFFFFF;
}

.join-title {
    font-size: 100px;
    color: #4285F4;
    margin-bottom: 2rem;
    font-weight: 500;
}

.join-title span {
    color: #EA4335;
    /* red color for 'join?' */
    font-weight: 500;
}

.join-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.join-step {
    text-align: center;
    flex: 1;
    min-width: 200px;
}


.circle.blue {
    background-color: #5569ff;
}

.circle.green {
    background-color: #00c060;
}

.circle.yellow {
    background-color: #fccc00;
}

.dotted-line {
    flex: 1;
    border-top: 2px dashed #aaa;
    margin: 0 1rem;
}

p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .join-container {
        flex-direction: column;
    }

    .dotted-line {
        display: none;
    }

    .circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 1.5rem;
    }

    .join-title {
        font-size: 1.8rem;
    }
}

.expect-section {
    text-align: center;
    padding: 3rem 1rem;
    position: relative;
    background: #F2F2F2;

}

.expect-title {
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #202124;
    font-family: 'Youtube Sans ExtraBold';
}

.expect-title span {
    color: #FBBC04;
    font-weight: 500;
    font-family: 'Youtube Sans ExtraBold';
}



/* ===== Grid Layout ===== */
.expect-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    max-width: 1300px;
    margin: 3rem auto;
}

/* ===== Each Box ===== */
.expect-box {
    padding: 2rem 1.5rem;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* ===== Hover Animation ===== */
.expect-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* ===== Box Colors ===== */
.blue {
    background-color: #4f7bff;
}

.green {
    background-color: #00b357;
}

.red {
    background-color: #e61b23;
}

.yellow {
    background-color: #ffcc00;
}

/* ⭐ FIRST ROW — EXACT POSITIONS */
.expect-box:nth-child(1) {
    grid-column: span 2;
}

.expect-box:nth-child(2) {
    grid-column: span 2;
}

.expect-box:nth-child(3) {
    grid-column: span 2;
}

/* ⭐ SECOND ROW — CENTERED PERFECTLY */
.card4 {
    grid-column: 2 / span 2;
}

/* under space between 1 & 2 */
.card5 {
    grid-column: 4/ span 2;
}

/* under space between 2 & 3 */



/* ===== Text Styles in Boxes ===== */
.expect-box h3 {
    font-size: 50px;
    margin-bottom: 0.4rem;
    line-height: 1.4;
    font-family: 'Youtube Sans Bold';
}

.expect-box p {
    font-size: 28px;
    margin: 0;
    color: #FFFFFF;
    font-family: 'Youtube Sans Medium';
}


.icon {
    font-size: 2.5rem;
    color: #ffcc00;
    margin-bottom: 1rem;
}

.expect-item h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.expect-item p {
    color: #202124;
    font-size: 1.2rem;
    line-height: 1.5;
}




/* --- BLUEPRINT SECTION --- */
.blueprint-section {
    text-align: center;
    padding: 4rem 1rem;
    position: relative;
    /* background: #F1F3F4; */
    margin: 0;
    /* padding: 0; */
    background:
        linear-gradient(#e5e5e5 1px, transparent 1px),
        linear-gradient(90deg, #e5e5e5 1px, transparent 1px);
    background-size: 200px 200px;
    /* grid spacing */
    background-color: #FFFFFF;
    /* clean white-grey base */
}



.highlight {
    color: #ff3b3b;
    font-weight: 600;
}

.blueprint-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    justify-content: center;
}



.learn-btn {
    margin-top: 2rem;
    background: #ff5148;
    border: none;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
}

/* --- REWARDS SECTION --- */
.rewards-section {
    background: #f4f4f4;
    text-align: center;
    padding: 4rem 1rem;
}

.rewards-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.reward-grid {
    display: grid;

    /* grid-template-columns: repeat(auto-fit, minmax(250px, 2fr)); */
    gap: 1rem;
}

.reward-card {
    border-radius: 10px;
    padding: 2rem;
    color: #fff;
    font-weight: 500;
}

.reward-card.blue {
    background: #4b6aff;
}

.reward-card.yellow {
    background: #ffbf00;
}

.reward-card.green {
    background: #00b86b;
}

.reward-card.red {
    background: #ff5148;
}



/* --- CTA SECTION --- */
.cta-section {
    text-align: center;
    padding: 3rem 1rem;
    background: url(../images/Group\ 4173.png);
    height: 80vh;
    background-position: center;
}

.cta-section h2 {
    font-size: 100px;
    width: 800px;
    margin: auto;
}

.register-btn {
    margin-top: 1rem;
    background: #ff5148;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0.8rem 2rem;
    cursor: pointer;
    font-weight: 600;
}




/* --- CARD STYLE --- */


/* --- HEADER --- */
.week-header {
    background: #ffc107;
    /* yellow */
    color: #fff;
    padding: 1.4rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
}

/* folded right corner */
.week-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 50px solid #F1F3F4;
    border-left: 50px solid transparent;
}

/* small top notches */

/* --- BODY --- */
.week-content {
    background: #f5f5f5;
    text-align: center;
    padding: 1.5rem;
}

.week-content h4 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0.8rem;
}

.week-content p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
}

.expect-subtitle {
    display: block;
    position: relative;
    margin: 1rem auto;
}

/* Text block */
.expect-text {
    display: inline-block;
    vertical-align: middle;
}

.expect-text p {
    font-size: 28px;
    color: #666666;
    line-height: 1.6;
    margin: 1rem 0;
    font-family: 'Youtube Sans';
    font-weight: 500;
}


.expect-p {
    font-family: 'Youtube Sans SemiBold' !important;
    color: #202124 !important;
    font-size: 28px !important;
    margin: 0.5rem 0 !important;
}

/* Image block */
.img-yt {
    display: inline-block;
    vertical-align: bottom;
}

.img-yt img {
    width: 100px;
    height: auto;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {

    .expect-text,
    .img-yt {
        display: block;
        width: 100%;
        text-align: center;
    }

    .img-yt img {
        margin-top: 1rem;
        width: 70px;
    }
}


.faq-section {
    /* text-align: center; */
    padding: 4rem 1rem;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'YouTube Sans';

}

.faq-section-bg {
    background: #F1F3F4;
}

.faq-section h2 {
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #212121;
    font-family: 'YouTube Sans extraBold';
}

.faq-section p {
    color: #F1F3F4;
    /* margin-bottom: 2.5rem; */
    /* font-family: 'YouTube Sans SemiBold'; */
}

.faq-subs {
    color: #666666 !important;
    /* margin-bottom: 2.5rem; */
    font-size: 28px;
    font-family: 'YouTube Sans SemiBold';

}

.inner-question p {
    font-family: 'YouTube Sans SemiBold';
    font-size: 28px;
}


.faq-link {
    border-top: 1px solid #F1F3F4;
    opacity: 1;
}

/* FAQ container */
.faq-container {
    text-align: left;
}

/* Question button */
.faq-question {
    width: 100%;
    background: #34A853;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1.5rem;
    font-size: 28px;
    font-weight: 500;
    border-radius: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.35s ease;
    color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: 'Youtube Sans SemiBold';
}

.faq-text {
    font-family: 'YouTube Sans SemiBold';
}


/* SVG arrow */
.arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}

/* Answer box */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #34A853;
    color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    transition: all 0.5s cubic-bezier(0.45, 0, 0.25, 1);
    padding: 0 1.5rem;
    opacity: 0;
    transform: translateY(-10px);
    font-family: 'Youtube Sans SemiBold';
    margin-top: -10px;
    font-size: 24px;
    /* border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent; */
}

/* Active (expanded) */
.faq-item.active .faq-answer {
    max-height: 100%;
    padding: 1rem 1.5rem 1.5rem;
    opacity: 1;
    transform: translateY(0);
    /* border-left: 3px solid #d9d9d9;
    border-right: 3px solid #d9d9d9;
    border-bottom: 3px solid #d9d9d9; */
}

/* Rotate arrow */
.faq-item.active .arrow {
    transform: rotate(180deg);
}

/* Spacing between FAQs */
.faq-item+.faq-item {
    margin-top: 1rem;
}


.p-head {
    font-family: 'YouTube Sans Medium' !important;
    margin: 0 !important;
    font-size: 28px !important;
    color: #666666 !important;
    /* max-width: 500px !important; */
    margin-bottom: 20px !important;
}

.join-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0 40px; */
}

/* Dotted connector line */
.join-line::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 150px;
    right: 150px;
    border-top: 2px dashed #333;
    z-index: 0;
}

.join-item {
    position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;

}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 80px;
    position: relative;
    z-index: 2;
    font-family: 'YouTube Sans darkBold';
}

/* Circle colors */
.circle.blue {
    background: #4285F4;
}

.circle.green {
    background: #34A853;
}

.circle.yellow {
    background: #FBBC04;
}

.circle.red {
    background: #EA4335;
}



.blueprint-section h2 {
    font-size: 100px;
    font-weight: 500;
    color: #212121;
    /* margin-bottom: 80px; */
    font-family: 'YouTube Sans extraBold';
}

.blueprint-section h2 .highlight {
    color: #4285F4;
    font-weight: 500;
    font-family: 'YouTube Sans extraBold';
}

.blueprint-section p {
    font-size: 28px;
    font-weight: 500;
    color: #212121;
    font-family: 'YouTube Sans SemiBold';
    margin: 0rem 0px;

}

.blueprint {
    position: relative;
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    /* centers items horizontally */
    align-items: start;
    /* aligns items to top of each grid cell */
    gap: 50px 40px;
    /* row and column spacing */
    margin-top: 5%;
}

/* Week cards */
.week-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.week-card h4 {
    margin: 15px 0 10px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #202124;
    font-family: 'Youtube Sans Bold';
}

.week-card p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.1;
    font-family: 'Youtube Sans';
    padding: 4px;
}

/* Header bar */
.week-header {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
    margin: -20px -25px 10px;
    font-family: 'Youtube Sans Bold';
}

/* Week positions */
.week-card.left {
    justify-self: start;
    margin-top: -10%;
}

.week-card.right {
    justify-self: end;
    margin-top: 10%;
}



/* Colored headers */
/* 🎨 Color-coded headers */
.week-card.blue .week-header {
    background: #4285F4;
    /* Google Blue */
}

.week-card.green .week-header {
    background: #34A853;
    /* Google Green */
}

.week-card.yellow .week-header {
    background: #FBBC04;

}

.week-card.red .week-header {
    background: #EA4335;
    /* Google Red */
}

/* Learn more button */
.btn.learn-more {
    background: #5367ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn.learn-more:hover {
    background: #4354d0;
}

.blueprint-img .top {
    position: absolute;
    left: 5rem;
    top: 16rem;

}

.blueprint-img .bottom {
    position: absolute;
    right: 5rem;
    bottom: 8rem;
}


/* ===== Popup Overlay ===== */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.8);
    display: none;
    z-index: 9 !important;
}

/* ===== Popup Box ===== */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    border-radius: 28px;
    padding: 5% 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    width: 500px;
    max-width: 90%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
    border: 1px solid #212121;
}

/* Active state */
.popup.active {
    opacity: 1;
    display: block;
    transform: translate(-50%, -50%) scale(1);
}

.overlay.active {
    display: block;

}


/* ===== Popup Heading ===== */
.popup h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #EA4335;
    margin-bottom: 3rem;
    font-family: 'YouTube Sans Bold';
}

.popup h2 span {
    color: #EA4335;
    font-family: 'YouTube Sans Bold';

}

/* ===== Input Box ===== */
.input-box {
    margin-bottom: 16px;
    text-align: left;
    color: #212121;
    position: relative;
}

.input-box input {
    width: 100%;
    padding: 12px;
    border: 2px solid #F1F3F4;
    border-radius: 8px;
    font-size: 1.4rem;
    outline: none;
    transition: 0.2s;

}



.input-box input:focus {
    border-color: #EA4335;
}

/* ===== Error Text ===== */
.error-text {
    font-size: 0.98REM;
    color: #EA4335;
    margin-top: 4px;
    display: block;
}

/* ===== Forgot Password ===== */
.forgot {
    text-align: right;
    margin-bottom: 20px;
}

.forgot a {
    color: #20212480;
    font-family: 'YouTube Sans Medium';
    font-size: 13px;
    text-decoration: none;
}

.forgot a:hover {
    text-decoration: underline;
}

/* ===== Login Button ===== */
.btn.login-btn {
    background: #EA4335;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 12px 70px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'YouTube Sans Bold';
    margin: 1rem 0;
}

.btn.login-btn:hover {
    background: #e00046;
    color: #FFFFFF;
}

/* ===== Signup Text ===== */
.signup-text {
    margin-top: 18px;
    font-size: 1.2rem;
    color: #212121;
}

.signup-text a {
    color: #EA4335;
    font-weight: 600;
    text-decoration: none;
    font-family: 'YouTube Sans Bold';

}

.signup-text a:hover {
    text-decoration: underline;
}

/* ===== Response Message ===== */
.response {
    margin-top: 16px;
    text-align: center;
    font-weight: 500;
}

.response.success {
    color: #00b050;
}

.response.error {
    color: #ff004f;
}

/* ===== Responsive Popup ===== */
@media (max-width: 480px) {
    .popup {
        width: 90%;
        padding: 30px 20px;
    }

    .popup h2 {
        font-size: 20px;
    }

    .btn.login-btn {
        width: 100%;
    }
}


.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.category-tags span {
    background: #F1F3F4;
    padding: 10px;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666666;
    text-align: center;
    font-family: 'YouTube Sans SemiBold';
}

.category-tags span:hover {
    background: #F1F3F6;
}

.category-tags span.selected {
    background: #EA4335;
    color: #FFFFFF;
    font-family: 'YouTube Sans SemiBold';
}

.error-text {
    font-size: 12px;
    color: #ff004f;
    margin-top: 4px;
    display: block;
}

.response {
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

.response.success {
    color: #00b050;
}

.response.error {
    color: #ff004f;
}



/* Section Background */
.shorts-section {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 4rem 14rem;
    position: relative;
    overflow-y: unset;
    overflow-x: clip;
}

/* Container */
.shorts-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    gap: 2rem;
}

/* Content */
.shorts-content {
    text-align: left;
    max-width: 1400px;
}

.shorts-content h1 {
    font-size: 100px;
    font-weight: 500;
    line-height: 1.2;
    color: #EA4335;
    font-family: 'YouTube Sans ExtraBold';
}

.shorts-content h1 span {
    color: #202124;
    font-weight: 500;
    font-family: 'YouTube Sans ExtraBold';
}

.shorts-content .desc {
    font-size: 28px;
    margin-top: 1rem;
    line-height: 1.6;
    font-family: 'YouTube Sans SemiBold';
    color: #202124;
    font-weight: 600;
}

.shorts-content .details {
    font-size: 28px;
    /* margin-top: 1.5rem; */
    line-height: 1.6;
    font-family: 'YouTube Sans';
    color: #666666;
}



.left-icon {
    position: absolute;
    top: 1rem;
    left: -2rem;

}

.right-icon {
    position: absolute;
    bottom: -8rem;
    right: -3rem;
    z-index: 9;
}


.summary-title {
    font-size: 100px;
    color: #4285F4;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Youtube Sans extraBold';
}


.summary-subtitle {
    font-size: 28px;
    color: #202124;
    margin-bottom: 1rem;
    font-family: 'Youtube Sans SemiBold';
}

.mobile-br {
    display: none;
}

.summary-subtitle span {
    color: #202124;
    font-family: 'Youtube Sans ExtraBold';
}



.summary-note {
    font-size: 24px;
    color: #666666;
    margin-bottom: 1rem;
    font-family: 'Youtube Sans';
}

.summary-note span {
    font-family: 'Youtube Sans SemiBold';
}

/* Headings below circles */
.timeline-text h3 {
    margin: 0.5 rem 0;
    font-size: 28px;
    font-family: 'Youtube Sans Bold';

}

/* Color-coded text */
.blue-text {
    color: #4285F4;
}

.green-text {
    color: #34A853;
}

.yellow-text {
    color: #FBBC04;
}

.red-text {
    color: #EA4335;
}

.timeline-text p {
    font-size: 28px;
    color: #666666;
    line-height: 1.2;
    font-weight: 500;
    font-weight: 'YouTube Sans';
}





.scroll-loader {
    position: fixed;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #EA4335, #EA4335);
    z-index: 9999;
    transition: width 0.2s ease-out;
    top: 70px;
}

.creator-rewards {
    padding: 100px 4%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

/* .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
} */

/* Heading section */
.rewards-heading {
    display: flex;
    align-items: center;
    justify-content: center;

}

.rewards-heading h2 {
    font-size: 100px;
    font-weight: 500;
    color: #202124;
    line-height: 1.3;
    font-family: 'Youtube Sans extraBold';
}

.rewards-heading h2 span {
    color: #EA4335;
    font-weight: 500;
    font-family: 'Youtube Sans extraBold';
}

/* .cart-img {
    position: absolute;
    left: -2rem;
    bottom: 0;
} */

/* Reward cards grid */
.rewards-grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 2rem;
    align-items: start;
    position: relative;
}

.reward-card {
    padding: 30px 25px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.reward-card:hover {
    transform: translateY(-6px);
}

.reward-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 2rem;
    font-family: 'Youtube Sans Bold';
}

.reward-card p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #FFFFFF;
    font-family: 'Youtube Sans Medium';
}

/* Zig-zag pattern */
.reward-card:nth-child(1) {
    background-color: #4763ff;
    grid-column: 1;
    grid-row: 1;
    min-height: 200px;
}

.reward-card:nth-child(2) {
    background-color: #16a349;
    grid-column: 2;
    grid-row: 1;
    margin-top: 60px;
    min-height: 200px;
    /* slight stagger */
}

/* Center the 3rd card between columns */
.reward-card:nth-child(3) {
    background-color: #f13232;
    grid-column: 1 / span 2;
    /* justify-self: center; */
    width: 50%;
    /* control centered width */
    /* margin-top: 40px; */
    margin-left: 80px;
    min-height: 200px;
}

.container-rewards {
    display: flex;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

/* Responsive layout */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

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

    .reward-card:nth-child(2),
    .reward-card:nth-child(3) {
        margin-top: 0;
        width: 100%;
    }

    .reward-card {
        width: 100%;
    }

    .rewards-heading {
        text-align: center;
    }


}


.growth-section {
    background: #F1F3F4;
    padding: 80px 8%;
    text-align: center;
}

.growth-title {
    font-size: 100px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 3rem !important;
    text-align: center;
    margin: auto;
    font-family: 'Youtube Sans extraBold';
}

.growth-title span {
    color: #FBBC04;
    /* Yellow accent */
    font-weight: 500;
    font-family: 'Youtube Sans extraBold';
}

/* Grid layout */
.growth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* Add divider lines between columns */
.growth-grid::before,
.growth-grid::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.8px;
    background: #202124;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);

}

.growth-grid::before {
    left: 33.33%;
}

.growth-grid::after {
    left: 66.66%;
}

.growth-item {
    padding: 0 20px;
}

.growth-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #202124;
    font-family: 'Youtube Sans Bold';
}

.growth-item p {
    font-size: 1rem;
    color: #202124;
    line-height: 1.6;
    font-family: 'Youtube Sans Medium';
}

/* Responsive layout */
@media (max-width: 900px) {
    .growth-grid {
        grid-template-columns: 1fr;
    }

    .growth-grid::before,
    .growth-grid::after {
        display: none;
    }

    .growth-item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

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


.bootcamp-section {
    background-color: #ffffff;
    /* Bright green background */
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bootcamp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
}

/* Center text block */
.bootcamp-content {
    z-index: 2;
    text-align: center;

}

.bootcamp-content h2 {
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #202124;
    font-family: 'YouTube Sans ExtraBold';
}

.bootcamp-content span {
    color: #EA4335;
    font-family: 'YouTube Sans ExtraBold';
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
}

/* Button */
.btn-registers {
    background: #ffffff;
    color: #EA4335;
    font-weight: 700;
    border: none;
    padding: 12px 20px;
    font-size: 22px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-family: 'YouTube Sans Bold';
}

.btn-registers:hover {
    transform: scale(1.05);
    background: #fff8f8;
}

/* Illustrations */
.bootcamp-img {

    height: auto;
    position: absolute;
    z-index: 1;
}

.bootcamp-img.left {
    left: -2rem;
    top: 2rem;
}

.bootcamp-img.right {
    right: -4%;
    bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {}


.join-criteria {
    background: #F2F2F2;
    padding: 100px 8% 0;
    text-align: center;
    color: #212121;
    position: relative;
}

.title {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.title h2 {
    font-size: 100px;
    font-weight: 700;
    color: #212121;
    font-family: 'YouTube Sans ExtraBold'
}

.title h2 span {
    color: #EA4335;
    font-family: 'YouTube Sans ExtraBold'
}

.plane-icon {
    position: absolute;
    right: -70px;
    top: -40px;
    width: 65px;
}



.criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    /* baseline row height */
    grid-auto-rows: 200px;
}

/* Vertical dividers between columns */
.criteria-item {
    position: relative;
    padding: 0px;
    /* color: #202124;
    font-size: 2rem; */
}

.criteria-item p {
    color: #202124;
    font-size: 1.4rem;
    font-family: 'YouTube Sans Medium';
    line-height: 1.4;
}

.criteria-item:nth-child(3n+1)::after,
.criteria-item:nth-child(3n+2)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    /* half of column-gap to center divider */
    width: 3px;
    background: #202124;
}

.criteria-item:last-child:before,
.criteria-item:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 3px;
    background: #202124;
}

.criteria-item:last-child:before {
    left: 32.33%;
}

.criteria-item:last-child::after {
    left: 67.66%;
}

.criteria-item.full-width {
    grid-column: 1 / span 3;
    margin-top: 20px;
}

/* Footer note */
.disclaimer {
    font-size: 24px;
    color: #666666;
    margin-top: 50px;
    line-height: 1.5;
    max-width: 900px;
    margin: 50px auto;
}

.disclaimer span {
    color: #202124;
    font-family: 'YouTube Sans Bold';
}

/* Responsive */
@media (max-width: 900px) {
    .criteria-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .criteria-grid::before,
    .criteria-grid::after {
        display: none;
    }

    .criteria-item.full-width {
        grid-column: 1;
    }

    .title h2 {
        font-size: 2rem;
    }

    .plane-icon {
        position: absolute;
        right: -30px;
        top: -30px;
        width: 35px;
    }

    .join-criteria {
        padding: 2%;
        text-align: center;
        color: #212121;
    }

    .title {
        margin-bottom: 12px;
    }
}

.learn-bottm {
    font-size: 28px;
    color: #666666;
    font-family: 'YouTube Sans SemiBold';
    margin: 5% 0 2%;
}

.trends-title {
    display: flex;
    align-items: center;
}

.levels-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 40px 6%;
    /* max-width: 900px; */
    margin: 0 auto;
}

.level-card {
    position: relative;
    background-color: #34A853;
    color: #fff;
    padding: 1.2rem 1.5rem;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.level-card-two {
    position: relative;
    background-color: #34A853;
    color: #fff;
    padding: 1.2rem 1.5rem;
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.level-card-two.card-content h3 b {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-family: 'Youtube Sans Bold';
}

.level-card-two .card-content p {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #F1F3F4;
}


.level-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.level-card .card-content h3 b {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-family: 'Youtube Sans Bold';
}

.level-card .card-content p {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #F1F3F4;
}

.lock-icon {
    position: absolute;
    top: -13px;
    right: 12px;

}

.lock-icon img {
    width: 32px;
    height: 32px;
}

/* Responsive */
@media (max-width: 480px) {
    .level-card {
        padding: 1rem;
    }

    .level-card .card-content h3 {
        font-size: 0.95rem;
    }

    .level-card .card-content p {
        font-size: 0.85rem;
    }

    .lock-icon img {
        width: 20px;
        height: 20px;
    }
}


/* === Popup Box === */
.popup-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 50px 30px;
    z-index: 20;
    transition: all 0.3s ease;
    border: 1px solid #202124;
}

.popup-box.active {
    display: block;
    transform: translate(-50%, -50%) scale(1);
}



.popup-title {
    font-size: 3rem;
    color: #EA4335;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'YouTube Sans ExtraBold';
}

.popup-subtext {
    font-size: 1.3rem;
    color: #066666;
    margin-bottom: 30px;
    font-family: 'YouTube Sans Medium';
}

/* === OTP Inputs === */
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px;
}

.otp-box {
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border: 3px solid #F1F3F4;
    border-radius: 12px;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.otp-box:focus {
    border-color: #EA4335;
    outline: none;
    transform: scale(1.05);
}

/* === Submit Button === */
.submit-btn {
    background: #EA4335;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 6px 30px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    font-family: 'YouTube Sans Bold';
}

.submit-btn:hover {
    background: #EA4338;
    transform: translateY(-1px);
}

/* === Responsive === */
@media (max-width: 480px) {
    .popup-box {
        width: 95%;
        padding: 30px 20px;
    }

    .popup-title {
        font-size: 1.8rem;
    }

    .popup-subtext {
        font-size: 0.95rem;
    }

    .otp-box {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}



/* Overlay */
#thankOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(255, 255, 255, 0.8);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#thankOverlay.active {
    display: block;
    opacity: 1;
}

.thank-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 90%;
    max-width: 800px;
    height: 70vh;

    /* ✅ Background image + color */
    background:
        url("../images/Group 3162 1 (1).png") no-repeat center center / cover,
        #FFFFFF;
    /* background color under image */

    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 20;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #212121;
}

.thank-popup.active {
    display: block;
}

/* Popup Content */
.thank-content {
    padding: 60px 30px 0;

    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.thank-title {
    font-size: 100px;
    color: #EA4335;
    font-weight: 700;
    margin-bottom: 12px;
}

.thank-text {
    font-size: 1.2rem;
    color: #212121;
    max-width: 700px;
    margin: 0 auto 40px;
}

.cart-rward {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Responsive */
@media (max-width: 768px) {
    .thank-content {
        padding: 40px 20px 0;
    }

    .thank-title {
        font-size: 2rem;
    }

    .thank-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .thank-popup {
        width: 95%;
        border-radius: 12px;
    }

    .thank-title {
        font-size: 1.8rem;
    }

    .thank-text {
        font-size: 0.95rem;
    }
}


.box {
    padding: 28px 20px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 1.4em;
    font-weight: 500;
    font-family: 'Youtube Sans Medium';
}






.benefit-card {
    background: #4285F4;
    color: #fff;
    padding: 35px 30px;
    width: 100%;
    max-width: 730px;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
}

.item {
    display: flex;
    gap: 15px;
}

.icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

.text h3 {
    font-size: 28px;
    color: #FBBC04;
    font-family: 'YouTube Sans Bold';
    /* Yellow title */
    margin-bottom: 3px;
}

.text p {
    font-size: 24px;
    line-height: 1.4em;
    color: #FFFFFF;
    font-family: 'YouTube Sans Medium';
}

.benefit-card hr {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    margin: 18px 0;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 480px) {
    .benefit-card {
        padding: 25px 20px;
    }

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

    .text p {
        font-size: 12px;
    }
}


.rules-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 140px;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Base card styling */
.box {
    border-radius: 30px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    font-size: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Youtube Sans Medium';
}

/* COLORS */
.box.blue {
    background: #4285F4;
}

.box.yellow {
    background: #FBBC04;
}

.box.red {
    background: #EA4335;
}

.box.green {
    background: #34A853;
}

.box.green-light {
    background: #FBBC04;
}

/* WIDTH VARIANTS (12-column system) */
.big-w {
    grid-column: span 4;
}

/* medium width */
.large-w {
    grid-column: span 5;
}

/* big width */
.small-w {
    grid-column: span 3;
    grid-row: span 2;
}

/* small width */
.wide-w {
    grid-column: span 7;
}

/* long green bar */
.mid-w {
    grid-column: span 5;
}

/* blue bottom card */

/* HEIGHT VARIANTS */
.tall-h {
    grid-row: span 2;
    grid-column: span 4;
}

/* big red card */
.medium-h {
    grid-row: span 1.5;
    grid-column: span 3;
}

/* custom height */
.big-h {
    grid-row: span 2;
}

/* Center YouTube icon */
.center-icon {
    grid-column: span 5;
    grid-row: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-icon-mob {
    display: none;
}

.bagss {
    display: flex;
    align-items: center;
}

.bagss-mob {
    display: none;
}

/* .bag-icon{
    position: absolute;
    left: 0;
    bottom: 0;
} */

.center-icon img {
    width: 130px;
}

.center-icon-mob img {
    width: 100px;
}

.trophy-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.thumb-right-img {
    left: -2rem;
    position: absolute;
    top: 10rem;
}

.thumb-img {
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
}

.map-img {
    position: absolute;
    left: -6rem;
    top: 4rem;
}

.snack-img {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* ================= PHONE FRAME ================= */

.phone-section {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.phone-frame {
    width: 660px;
    max-width: 100vw;
    aspect-ratio: 1.1 / 1.3;
    background-image: url("../images/Group\ 5117@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    /* /* padding-left: 4rem; */
    padding-top: 8rem;
    */
}

.phone-inner {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    max-height: 500px;
    height: 100%;
    padding: 0 4% 0% 12%;

}

.phone-inner::before {
    content: "";
    position: absolute;
    /* start a little below the dot */
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 1px;
    /* line length — tweak if needed */
    background: #212121;
    z-index: 1;
    border-radius: 1px;
}

/* ================= SLIDER ================= */

.swiper {
    width: 100%;
    height: 100%;
}

.week-card {

    margin: auto;
    border-radius: 14px;
    padding: 20px;
    color: white;
    text-align: left;
    width: 95%;
}

.blue-card {
    background: #4285F4;
}

.green-card {
    background: #00b357;
}

.red-card {
    background: #EA4335;
}

.yellow-card {
    background: #FBBC04;
}

.week-card h3 {
    margin: 0;
    font-size: 50px;
    font-family: 'YouTube Sans SemiBold';
    background: rgba(33, 33, 33, 0.1);
    /* 👈 only background transparent */
    /* opacity: 0.1; */
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    color: #FFFFFF;
    margin: 10px 0;
}

.week-card .title {
    font-size: 28px;
    font-family: 'YouTube Sans SemiBold';
    margin: 10px 0 5px;
    font-weight: bold;
}

.week-card .desc {
    font-size: 24px;
    font-family: 'YouTube Sans';
    opacity: 1;
}

.swiper-pagination-bullet {
    background: #EA4335 !important;
}

.timeline-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.timeline-bg .line {
    width: 1px;
    height: 120px;
    background: #212121;
    position: absolute;
    top: 0;
}

.timeline-bg .line:nth-child(1) {
    left: 20%;
}

.timeline-bg .line:nth-child(2) {
    left: 50%;
}

.timeline-bg .line:nth-child(3) {
    left: 80%;
}




/* Hanging dots */
.hanger {
    display: flex;
    justify-content: space-between;
}

.hanger span {
    width: 10px;
    height: 10px;
    background: #F1F3F4;
    border-radius: 50%;
    border: 1px solid #212121;
}

/* wrapper containing hanger + card */
.week-card-wrapper {
    position: relative;
    /* width: 80%; */
    margin: 90px auto 0;
    z-index: 3;
    pointer-events: none;
    /* slide clicks pass through if needed */
}

/* Hanger: two dots spaced across the wrapper */
.hanger {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: none;
    z-index: 9;
    top: 20px;
}

/* the dot */
.hanger-dot {
    width: 12px;
    height: 12px;
    background: #F1F3F4;
    border-radius: 50%;
    border: 2px solid #212121;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

/* vertical line created from each dot via ::before
     This guarantees perfect alignment (line is centered under dot)
  */
.hanger-dot::before {
    content: "";
    position: absolute;
    top: -120px;
    /* start a little below the dot */
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 120px;
    /* line length — tweak if needed */
    background: #212121;
    z-index: 1;
    border-radius: 1px;
}

/* optional subtle shadow extension so line doesn't look too harsh */
.hanger-dot::after {
    content: "";
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 120px;
    background: transparent;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
    z-index: 0;
}

/* ensure card sits above lines */
.week-card {
    border-radius: 14px;
    padding: 12px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 6;
    pointer-events: auto;
    height: 350px;
}

.swiper-pagination-bullet {
    width: 16px !important;
    /* increase width */
    height: 16px !important;
    /* increase height */
    /* optional color */
    background: #FFFFFF !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #EA4335 !important;
    /* active color */
    /* transform: scale(1.3); */
    /* make active dot bigger */
}

/* tweak for mobile / smaller phone widths */



.terms-page {
    width: 100%;
    max-width: 980px;
}

.terms-header {
    text-align: left;
    margin-bottom: 18px;
    padding: 0 4px;
}

.terms-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: var(--accent-soft);
    color: #ffd6d6;
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.terms-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.terms-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 650;
    margin-bottom: 6px;
}

.terms-subtitle {
    font-size: 13px;
    color: var(--text-muted);
    max-width: 560px;
    line-height: 1.4;
}

.terms-card {
    background: linear-gradient(135deg, #191919, #101010);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 140px);
}

.terms-top-bar {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-subtle);
    background: radial-gradient(circle at top left, #282828 0, #151515 45%);
}

.terms-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, #ff7f7f, #ff0000);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.top-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.top-main {
    font-size: 13px;
    font-weight: 600;
}

.top-sub {
    font-size: 11px;
    color: var(--text-muted);
}

.status-pill {
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(0, 200, 83, 0.12);
    border: 1px solid rgba(0, 200, 83, 0.4);
    color: #9fe8b1;
}

.terms-content {
    padding: 14px 16px 10px;
    background: var(--bg-scroll);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #555 #101010;
    flex: 1;
}

.terms-content::-webkit-scrollbar {
    width: 6px;
}

.terms-content::-webkit-scrollbar-track {
    background: #101010;
}

.terms-content::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 999px;
}

.terms-section {
    margin-bottom: 16px;
}

.terms-section-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #ffffff;
}

.terms-section p,
.terms-section li {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted);
}

.terms-section ul {
    list-style: disc;
    padding-left: 18px;
    margin-top: 6px;
}

.terms-section ol {
    padding-left: 18px;
    margin-top: 6px;
}

.terms-highlight-box {
    margin-top: 8px;
    padding: 10px 11px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    font-size: 12px;
    color: var(--text-muted);
}

.terms-footer {
    border-top: 1px solid var(--border-subtle);
    background: #141414;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 130px;
    overflow-y: auto;
    padding-right: 4px;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
}

.checkbox-item input {
    margin-top: 2px;
    accent-color: var(--accent);
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 2px;
}

.btn-ghost {
    border-radius: 999px;
    border: 1px solid var(--border-subtle);
    background: transparent;
    color: var(--text-muted);
    padding: 7px 14px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.18s ease-out;
}

.btn-ghost:hover {
    border-color: #666;
    color: #e0e0e0;
    background: rgba(255, 255, 255, 0.03);
}

.btn-primary {
    border-radius: 999px;
    border: none;
    background: var(--accent);
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 24px rgba(255, 0, 0, 0.45);
    transition: transform 0.13s ease-out, box-shadow 0.13s ease-out,
        background 0.13s ease-out;
}

.btn-primary span.icon {
    font-size: 14px;
    margin-bottom: 1px;
}

.btn-primary:hover {
    transform: translateY(-1px);
    background: #ff2626;
    box-shadow: 0 10px 26px rgba(255, 0, 0, 0.6);
}

.top-swiper {
    bottom: 20% !important;
}


.banner-video {
    width: 100%;
    max-width: 360px; /* choose any width you want */
    aspect-ratio: 9 / 16;
    background: black;      /* black bars */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

[data-player] {
    border-radius: 20px;
}

.linksdc a {
    color: #666666;
    font-size: 28px;
}


@media (max-width: 640px) {


    .terms-card {
        max-height: none;
    }

    .terms-footer {
        padding: 10px 10px 12px;
    }

    .footer-actions {
        justify-content: stretch;
    }

    .footer-actions button {
        flex: 1 1 auto;
        justify-content: center;
    }
}


.setup-section {
    padding: 40px 20px;
    text-align: center;
    background: #F2F2F2;
}

/* Title */
.title-setup {
    font-size: 100px;
    color: #202124;
    margin-bottom: 50px;
    line-height: 1.3;
    font-family: 'YouTube Sans ExtraBold';
}

.title-setup span {
    color: #EA4335;
    font-family: 'YouTube Sans ExtraBold';
}

/* Content Wrapper */
.content-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* Left Video Box */
.video-box {
    width: 320px;
    height: 530px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #ddd;
}

/* Right Side */
.text-side {
    text-align: left;
    position: relative;
}

.termsofuse h1 {
    font-size: 3rem;
    color: #EA4335;
}

.termsofuse h2 {
    font-size: 2rem;
    color: #212121;
}

.termsofuse h3 {
    font-size: 1.5rem;
    color: #212121;
}


.termsofuse p {
    font-size: 1rem;
    color: #666666;
}

.dash-list {
    list-style: none;
    /* remove default bullets */
    padding-left: 12px;
}

.dash-list li {
    position: relative;
    padding-left: 12px;
    color: #666666;
    font-size: 1rem;
}

.dash-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

/* Description */
.desc {
    font-size: 38px;
    color: #666666;
    line-height: 1.5;
    padding: 0px 4px;
}

.flex-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}

.inner-answer p {
    font-family: 'YouTube Sans';
    font-size: 1.3rem;
}

.error-message {
    white-space: pre-line;
}

/* Responsive */
@media (max-width: 900px) {


    .video-box {
        width: 100%;
        height: 250px;
    }

    .title {
        font-size: 32px;
    }

    .arrow {
        display: block;
    }

    .text-side {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .title {
        font-size: 26px;
    }

    .desc {
        font-size: 15px;
    }

    .video-box {
        height: 200px;
    }


    .banner-video {
        order: 2;
        max-width: 260px !important;
    }

}