/* =========================================
   GLOBAL MOBILE OVERFLOW FIX
========================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* =========================
   EPSIGO WEBSITE
   ========================= */

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

html{
    scroll-behavior:smooth;
}

body{

    background:
    radial-gradient(
    circle at top right,
    rgba(255,127,80,0.08),
    transparent 35%
    ),
        
    radial-gradient(
    circle at bottom left,
    rgba(62,207,142,0.05),
    transparent 35%
    ),
        
    #121212;

    color:#FFFFFF;

    font-family:'Poppins', sans-serif;

    line-height:1.6;

}

.container{

    min-height:100vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:40px;

}

h1{

    font-size:60px;

    margin-bottom:15px;

}

.subtitle{

    color:#3B82F6;

    font-size:22px;

    margin-bottom:25px;

}

.description{

    max-width:700px;

    color:#CFCFCF;

    font-size:18px;

}

/* =========================
   NAVBAR
========================= */

.navbar {
    width: 100%;
    max-width: 100%;
    height: 80px;
    padding: 0 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;

    background: #121212;
    border-bottom: 1px solid #222;

    z-index: 1000;

    box-sizing: border-box;
}

.menu-toggle{
    display:none;
}

.logo{

    font-size:28px;

    font-weight:700;

    color:white;

}

nav{

    display: flex;
    align-items: center;
    gap: 32px;

}

nav a {
    display: flex;
    align-items: center;
    line-height: 1;
}

nav a{

    color:#ddd;

    text-decoration:none;

}

nav a:hover{

    color:#FF7F50;

}

.download-btn{

    background:#FF7F50;

    color:white;

    padding:12px 22px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;
    transition:0.25s ease;

}

.download-btn:hover{
    transform:translateY(-2px);
    opacity:0.9;
}

.terms-navbar {
    width: 100%;
    height: 80px;
    padding: 0 5%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #121212;
    border-bottom: 1px solid #222;

    box-sizing: border-box;
}

.terms-logo {
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}

.terms-back-home {
    color: #dddddd;
    text-decoration: none;
    font-size: 15px;
    transition: 0.25s ease;
}

.terms-back-home:hover {
    color: #ff7f50;
}

/* =========================================
   LANGUAGE SWITCHER
========================================= */

.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.language-btn {
    background: transparent;
    border: none;

    color: #ddd;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;

    padding: 8px 4px;

    display: flex;
    align-items: center;
    line-height: 1;
}

.language-btn:hover {
    color: #FF7F50;
}

.language-menu {
    display: none;

    position: absolute;

    top: calc(100% + 8px);
    right: 0;

    min-width: 140px;

    padding: 6px;

    background: #1a1a1a;

    border: 1px solid #2a2a2a;
    border-radius: 10px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

    z-index: 1100;
}

.language-menu.show {
    display: block;
}

.language-option {
    width: 100%;

    display: block;

    background: transparent;
    border: none;

    color: #ddd;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-align: left;

    padding: 9px 12px;

    border-radius: 7px;

    cursor: pointer;
}

.language-option:hover {
    background: rgba(255, 127, 80, 0.10);
    color: #FF7F50;
}

.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.language-btn {
    display: flex;
    align-items: center;

    background: transparent;
    border: none;

    color: #ddd;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;

    padding: 0;
}

/* =========================
   HERO
========================= */

.hero{
    width:100%;
    max-width:1300px;

    min-height:calc(100vh - 62px);

    margin:0 auto;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:80px 40px;

    gap:70px;

    box-sizing:border-box;
}

.hero-left{

    width:55%;

}

.hero-left h1{

    font-size:60px;

    margin-bottom:20px;

}

.hero-left h1 span{

    color:#FF7F50;
    
    }

.hero-left p{

    color:#BBBBBB;

    font-size:20px;

    margin-bottom:35px;

}

.hero-btn{

    display:inline-block;

    padding:15px 30px;

    background:#FF7F50;

    color:white;

    text-decoration:none;

    border-radius:12px;

}

.hero-right{

    width:45%;

    display:flex;
    justify-content:center;
    align-items:center;

}

.hero-left h1 span.hero-normal {
    color: #ffffff;
}

.hero-left h1 span.hero-highlight {
    color: #FF7F50;
}

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

.phone{

    width:260px;

    height:520px;

    background:#1D1D1D;

    border-radius:35px;

    border:3px solid #333;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.45);

    animation:floating 4s ease-in-out infinite;

}

.phone-speaker{

    width:80px;

    height:8px;

    background:#444;

    border-radius:20px;

    position:absolute;

    top:18px;

    left:50%;

    transform:translateX(-50%);

}

.phone-screen{

    width:100%;

    height:100%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:600;

}

/* =========================
   PHONE ANIMATION
========================= */

@keyframes floating{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0px);

    }

}

/* =========================
   HERO BADGE
========================= */

.hero-badge{

    display:inline-block;

    padding:10px 18px;

    margin-bottom:25px;

    border-radius:999px;

    background:rgba(255,127,80,.12);

    border:1px solid rgba(255,127,80,.25);

    color:#FF7F50;

    font-size:14px;

    font-weight:600;

}

/* ===========================================
   STATS SECTION
=========================================== */

.stats-section{

    max-width:1200px;

    margin:140px auto;

    padding:100px 40px 0;

    border-top:1px solid rgba(255,255,255,.05);

}

.stats-title{
    text-align:center;

    margin-bottom:60px;
}

.stats-title h2{

    font-size:52px;
    line-height:1.15;
    margin-bottom:18px;
    letter-spacing:-1px;

}

.stats-title p{

    max-width:700px;

    margin:24px auto 0;

    color:#B8BCC8;

    line-height:1.8;

    font-size:18px;

}

/* ===========================================
   LEARNING STATISTICS
=========================================== */

.stats{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.stat-card{

    background:#1A1D23;
    border:1px solid #2A2D34;
    border-radius:20px;

    padding:28px 20px;

    min-height:210px;

    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;

    cursor:pointer;
}

.stat-card:hover{
    transform:translateY(-6px);
    border-color:#FF7F50;
    box-shadow:0 12px 30px rgba(255,127,80,.12);
}

.stat-icon{

    font-size:32px;
    color:#FFFFFF;
    margin-bottom:20px;
    transition:.3s;

}

.stat-card:hover .stat-icon{

    transform:scale(1.12);

}

.stat-card h2{
    color:#FF7F50;
    font-size:34px;
    margin:0 0 10px;
    line-height:1.1;
}

.stat-card p{

    color:#B8BCC8;
    font-size:16px;
    margin:0;
    line-height:1.4;

.stat-card:hover{

    transform:translateY(-8px);
    
    border-color:#FF7F50;
    
    box-shadow:0 15px 40px rgba(255,127,80,.18);
    
    }

}

/* ===========================================
   VOCABULARY SHOWCASE
=========================================== */

.showcase{

    max-width:1200px;

    margin:140px auto;

    padding:0 40px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:80px;

}

.section-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,127,80,.12);

    border:1px solid rgba(255,127,80,.25);

    color:#FF7F50;

    font-size:14px;

    font-weight:600;

    margin-bottom:25px;

}

.showcase-left{

    flex:1;

}

.showcase-left h2 span.normal-title {
    color: #ffffff;
}

.showcase-right{

    flex:1;

    display:flex;

    justify-content:center;

    align-items:flex-start;

    padding-top:0px;

}

.showcase h2{

    font-size:52px;

    line-height:1.2;

    margin:20px 0;

}

.showcase h2 span{

    color:#FF7F50;

}

.showcase p{

    color:#B8BCC8;

    font-size:18px;

    line-height:1.8;

    margin-bottom:30px;

}

.feature-list{

    list-style:none;

    margin-bottom:35px;

}

.feature-list li{

    margin-bottom:18px;

    font-size:18px;

    color:#FFFFFF;

}

.feature-list li span{

    color:#FF7F50;

    font-weight:700;

    margin-right:10px;

}

.feature-list li span.feature-text {
    color: #ffffff;
}

.image-placeholder{

    width:520px;

    height:560px;

    background:#1A1D23;

    border:1px solid #2A2D34;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#888;

    font-size:22px;

}

.showcase-reverse{

    flex-direction:row-reverse;

}

.showcase-image{

    width: 100%;

    max-width: 400px;

    border-radius:24px;

    box-shadow:0 30px 70px rgba(0,0,0,.45);

    transition:.35s;

    margin-top:0px;

}

.showcase-image:hover{

    transform:translateY(-8px);

}

/* =====================================
   MEMBERSHIP
===================================== */

.membership{

    max-width:1200px;

    margin:140px auto;

    padding:0 40px;

}

.membership-header{

    text-align:center;

    margin-bottom:70px;

}

.membership-header h2{

    font-size:52px;

    margin-top:20px;

    margin-bottom:20px;

}

.membership-header p{

    color:#B8B8C5;

    font-size:20px;

    max-width:700px;

    margin:auto;

}

.membership-cards{

    display:flex;

    justify-content:center;

    gap:30px;

    flex-wrap:wrap;

}

.plan-card{

    width:340px;

    background:#1B1F29;

    border:1px solid #2E3442;

    border-radius:24px;

    padding:35px;

    transition:.35s;

    display:flex;

    flex-direction:column;

}

.plan-card ul{

    list-style:none;

    padding:0;

    margin:30px 0;

}

.plan-card li{

    margin-bottom:14px;

    color:#E8E8E8;

    font-size:18px;

}

.plan-button{

    margin-top:auto;

    display:block;

    text-align:center;

    background:#FF7F50;

    color:white;

    text-decoration:none;

    padding:15px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;

}

.plan-button:hover{

    background:#ff946c;

    transform:translateY(-3px);

}

.featured{

    border:1px solid #FF7F50;

    box-shadow:0 15px 45px rgba(255,127,80,.18);

    transform:translateY(-15px);

}

.bonus-box{

    background:rgba(255,127,80,.12);

    border:1px solid rgba(255,127,80,.30);

    border-radius:16px;

    padding:18px;

    margin-bottom:30px;

    text-align:center;

    color:#FFD8C8;

    font-weight:600;

}

.plan-card:hover{

    transform:translateY(-8px);

    border-color:#FF7F50;

}

.featured:hover{

    transform:translateY(-20px);

}

/* ==========================================
              FAQ SECTION
========================================== */

.faq{

    max-width:1200px;

    margin:140px auto;

    padding:0 40px;

}

#faq {
    scroll-margin-top: 120px;
}

.faq-header{

    text-align:center;

    margin-bottom:60px;

}

.faq-header h2{

    font-size:56px;

    font-weight:700;

    margin-top:24px;

    margin-bottom:20px;

}

.faq-header p{

    font-size:22px;

    color:#B8B8C5;

    line-height:1.8;

    max-width:700px;

    margin:auto;

}

.faq-container{

    max-width:900px;

    margin:auto;

}

.faq-item{

    background:#1A1F2B;

    border:1px solid #2C3142;

    border-radius:18px;

    margin-bottom:18px;

    overflow:hidden;

    transition:.35s;

}

.faq-item:hover{

    border-color:#FF7A45;

    transform:translateY(-3px);

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:white;

    padding:28px;

    font-size:22px;

    font-weight:600;

    text-align:left;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.faq-answer{

    display:none;

    padding:0 28px 28px;

}

.faq-answer p{

    color:#B8B8C5;

    font-size:18px;

    line-height:1.9;

}

.faq-item.active .faq-answer{

    display:block;

}

.faq-item.active .faq-icon{

    transform:rotate(45deg);

}

.faq-item.active .faq-answer{

    display:block;

}

/* ==========================================
   DOWNLOAD CTA
========================================== */

.download-cta{

    max-width:1200px;

    margin:160px auto;

    padding:80px 40px;

    text-align:center;

    border-radius:32px;

    background:#1C202C;

    border:1px solid rgba(255,255,255,.06);

}

.download-content h2{

    font-size:58px;

    line-height:1.2;

    margin-top:20px;

}

.download-content p{

    max-width:700px;

    margin:30px auto;

    color:#B8B8C5;

    font-size:20px;

    line-height:1.8;

}

.download-button{

    display:inline-block;

    margin-top:20px;

    padding:18px 42px;

    background:#FF7F50;

    color:#fff;

    border-radius:14px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.download-button:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 45px rgba(255,127,80,.35);

}

.download-features{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:35px;

    flex-wrap:wrap;

    color:#B8B8C5;

    font-weight:600;

}

/* ==========================================
   FOOTER
========================================== */

.footer{

    margin-top:140px;

    border-top:1px solid rgba(255,255,255,.06);

    padding:70px 40px;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.footer-logo h2{

    font-size:52px;

    letter-spacing:1px;

    font-weight:800;

}

.footer-slogan{

    margin:22px 0;

    font-size:32px;

    line-height:1.45;

    font-weight:700;

    color:#FFFFFF;

}

.footer-slogan br{

    margin-bottom:8px;

}

.footer-slogan span{

    color:#FF7F50;

}

.footer-logo p{

    color:#B8B8C5;

    max-width:520px;

    margin:0 auto 40px;

    line-height:1.8;

}

.footer-links{

    display:flex;

    justify-content:center;

    gap:42px;

    flex-wrap:wrap;

    margin-bottom:30px;

}

.footer-links a{

    color:#FFFFFF;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#FF7F50;

}

.footer-policy{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

    margin-bottom:30px;

}

.footer-policy a{

    color:#B8B8C5;

    text-decoration:none;

    transition:.3s;

}

.footer-policy a:hover{

    color:#FFFFFF;

}

.footer-copy{

    color:#777;

    font-size:14px;

}

.footer-slogan span {
    color: #ffffff;
}

/* ========================================
   TERMS PAGE - FINAL LAYOUT
======================================== */

.legal-page {
    width: 100%;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 75px;
}

/* HEADER TERMS */
.legal-header {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 55px 20px 30px;
    box-sizing: border-box;
}

/* CONTENT WRAPPER */
.legal-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* BADGE */
.legal-badge {
    display: inline-block;

    padding: 9px 16px;
    margin-bottom: 18px;

    border-radius: 999px;

    background: rgba(255, 127, 80, 0.10);
    border: 1px solid rgba(255, 127, 80, 0.35);

    color: #ff7f50;

    font-size: 13px;
    font-weight: 600;
}

/* TITLE */
.legal-header h1 {
    margin: 0 0 16px;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;

    color: #ffffff;
}

.legal-header h1 span {
    color: #ff7f50;
}

/* DESCRIPTION */
.legal-header p {
    max-width: 700px;

    margin: 0 auto 18px;

    color: #b8bcc8;

    font-size: 16px;
    line-height: 1.7;
}

/* LAST UPDATED */
.legal-updated {
    margin: 0;

    color: #888888;

    font-size: 13px;
}

/* TERMS CONTENT */
.legal-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
}

/* CARD / SECTION */
.legal-content section {
    margin-bottom: 20px;
    padding: 30px;

    background: #1a1d25;

    border: 1px solid #2a2d36;
    border-radius: 20px;

    box-sizing: border-box;
}

/* SECTION TITLE */
.legal-content h2 {
    margin: 0 0 18px;

    font-size: 22px;
    line-height: 1.4;

    color: #ffffff;
}

.legal-content h2 span {
    color: #ff7f50;
}

/* PARAGRAPH */
.legal-content p {
    margin: 0 0 16px;

    color: #b8bcc8;

    font-size: 15px;
    line-height: 1.8;
}

/* LIST */
.legal-content ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.legal-content li {
    margin-bottom: 10px;

    color: #b8bcc8;

    font-size: 15px;
    line-height: 1.7;
}

.legal-highlight {
    margin-top: 20px;
    padding: 18px 18px;

    background: rgba(255, 127, 80, 0.10);

    border-left: 3px solid #ff7f50;

    border-radius: 6px;

    color: #c8ccd5;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}


/* ================================
   LEGAL LANGUAGE SWITCHER
================================ */

.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.language-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 8px;
}

.language-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    background: #1b1e24;
    border: 1px solid #2e3239;
    border-radius: 8px;

    padding: 6px;
    min-width: 120px;

    z-index: 2000;
}

.language-menu.show {
    display: flex;
    flex-direction: column;
}

.language-option {
    display: block;
    width: 100%;

    background: transparent;
    border: none;

    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;

    text-align: left;
    cursor: pointer;

    padding: 8px 10px;
    border-radius: 5px;
}

.language-option:hover {
    background: #292d34;
}


/* MOBILE */
@media (max-width: 768px) {

    .legal-header {
        padding: 45px 20px 25px;
    }

    .legal-header h1 {
        font-size: 40px;
    }

    .legal-header p {
        font-size: 15px;
    }

    .legal-container {
        padding: 0 16px;
    }

    .legal-content section {
        padding: 24px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {

    .legal-header {
        padding: 40px 16px 20px;
    }

    .legal-header h1 {
        font-size: 34px;
    }

    .legal-badge {
        font-size: 12px;
    }

    .legal-content section {
        padding: 20px;
    }
}

/* ========================================
   HERO RESPONSIVE
======================================== */

@media screen and (max-width: 1100px) {

    .hero {
        width: 100%;
        min-height: auto !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 50px !important;

        padding: 80px 40px !important;
        box-sizing: border-box;
    }

    .hero-left {
        width: 100% !important;
        max-width: 700px !important;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 52px !important;
        line-height: 1.1 !important;
        margin-bottom: 24px !important;
    }

    .hero-left p {
        max-width: 650px;
        margin: 0 auto 30px !important;

        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .hero-right {
        width: 100% !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .phone {
        width: 220px !important;
        height: 440px !important;

        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        margin: 0 auto !important;
    }
}

@media screen and (max-width: 600px) {

    .hero {
        padding: 60px 20px 70px !important;
        gap: 40px !important;
    }

    .hero-left h1 {
        font-size: 42px !important;
    }

    .hero-left p {
        font-size: 17px !important;
    }

    .phone {
        width: 200px !important;
        height: 400px !important;
    }
}

/* ========================================
   HEADER MOBILE SPACING
======================================== */

@media screen and (max-width: 900px) {

    .navbar {
        min-height: 78px;
        padding: 16px 20px;
        box-sizing: border-box;
    }

}

/* =========================================
   HEADER MOBILE POLISH
========================================= */

@media screen and (max-width: 700px) {

    header {
        padding: 12px 16px !important;
        box-sizing: border-box;
    }

    .logo {
        margin-right: 12px;
        white-space: nowrap;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        white-space: nowrap;
    }

    .download-btn {
        margin-left: 12px;
        white-space: nowrap;
    }
}

/* DESKTOP KECIL */
@media screen and (min-width:601px) and (max-width:1000px){

    .hero-right{
        display:none;
    }

    .hero-left{
        width:100%;
    }

}


/* =========================================
   VERY SMALL SCREEN
========================================= */

@media screen and (max-width: 600px) {


    header {
        padding: 12px 16px !important;
        min-height: 60px;
    }

    .navbar {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px !important;
        box-sizing: border-box;
    }


    .nav-links {
        display: none !important;
    }
    
    .nav-links.show {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 14px 20px;
        background: #121212;
        gap: 12px;
        box-sizing: border-box;
        text-align: center;
    }

    .nav-links.show a {
        font-size: 17px;
    }

    .download-btn {
        display: none !important;
    }

    .menu-toggle {
        display: block;
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 28px;
        line-height: 1;
        padding: 4px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .logo {
        margin-right: 0;
        max-width: 100%;
    }

    .hero {
        padding-top: 95px !important;
    }

    
    .faq-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }
    
    .faq-header h2 {
        font-size: 38px;
        line-height: 1.15;
        text-align: center;
    
        display: block;
        width: 100%;
        max-width: 100%;
    
        padding: 0 16px;
        margin: 0 auto 20px auto;
    
        box-sizing: border-box;
    
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }
    
    
    .faq-header p {
        width: 100%;
        max-width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.faq {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
#faq {
    scroll-margin-top: 120px;
}

.faq-header {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.faq-header h2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
}
}

/* =========================================
   STATS RESPONSIVE
========================================= */

@media screen and (max-width: 900px) {

    .stats-section .stats {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .stats-section .stat-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        flex: none !important;
    }

}

@media screen and (max-width: 600px) {

    .stats-section .stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    .stats-section .stat-card {
        width: 100% !important;
        min-height: 160px !important;
        padding: 24px 20px !important;
        box-sizing: border-box !important;
    }

}

@media screen and (max-width: 600px){

    .stats-section .stat-card{
        padding:28px 20px !important;
        min-height:0 !important;
    }

}


/* HIDE SHOWCASE ON SMALL SCREENS */

@media screen and (max-width: 900px) {

    .showcase-right {
        display: none !important;
    }

    .showcase-left {
        width: 100% !important;
    }

}