/* ==========================================
   DACE SaaS PLATFORM
   Part 1
   Global • Header • Hero
========================================== */

/* ==========================================
   GLOBAL
========================================== */

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#111827;
    line-height:1.6;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

svg{
    width:20px;
    height:20px;
}

::selection{
    background:#4f46e5;
    color:#fff;
}

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-thumb{
    background:#4f46e5;
    border-radius:999px;
}

::-webkit-scrollbar-track{
    background:#eef2ff;
}

/* ==========================================
   BUTTONS
========================================== */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 28px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:120%;
    height:100%;
    background:rgba(255,255,255,.18);
    transform:skewX(-20deg);
    transition:.6s;
}

.btn:hover::before{
    left:120%;
}

.btn-primary{
    background:#4f46e5;
    color:#fff;
    box-shadow:0 12px 30px rgba(79,70,229,.25);
}

.btn-primary:hover{
    background:#4338ca;
    transform:translateY(-3px);
}

.btn-outline{
    background:#fff;
    border:1px solid #d1d5db;
    color:#111827;
}

.btn-outline:hover{
    background:#111827;
    color:#fff;
}

/* ==========================================
   ANNOUNCEMENT
========================================== */

.announcement{
    background:#111827;
    color:#fff;
    text-align:center;
    padding:12px 0;
    font-size:.9rem;
}

.announcement strong{
    color:#60a5fa;
}

/* ==========================================
   HEADER
========================================== */

.header{

    position:fixed;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    width:min(1200px,95%);

    z-index:999;

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(18px);

    border-radius:20px;

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

    box-shadow:

    0 15px 40px rgba(15,23,42,.08);

}

.navbar{

    height:82px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 30px;

}

/* ==========================================
   LOGO
========================================== */

.logo{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:#111827;

    font-size:1.35rem;

    font-weight:800;

}

.logo-box{

    width:50px;

    height:50px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#4f46e5,#2563eb);

    color:#fff;

    font-weight:800;

    box-shadow:

    0 15px 35px rgba(79,70,229,.25);

    transition:.35s;

}

.logo:hover .logo-box{

    transform:rotate(-8deg) scale(1.08);

}

/* ==========================================
   NAVIGATION
========================================== */

.nav-links{

    display:flex;

    gap:40px;

    list-style:none;

}

.nav-links a{

    position:relative;

    text-decoration:none;

    color:#475569;

    font-weight:600;

    transition:.3s;

}

.nav-links a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:3px;

    background:#4f46e5;

    border-radius:999px;

    transition:.3s;

}

.nav-links a:hover{

    color:#111827;

}

.nav-links a:hover::after{

    width:100%;

}

.nav-actions{

    display:flex;

    align-items:center;

    gap:15px;

}

.login-btn{

    text-decoration:none;

    color:#374151;

    font-weight:600;

}

.mobile-menu{

    display:none;

    background:none;

    border:none;

    cursor:pointer;

}

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

.hero{

    position:relative;

    overflow:hidden;

    padding:130px 0 100px;

    background:

    radial-gradient(circle at top left,#dbeafe 0%,transparent 35%),

    radial-gradient(circle at bottom right,#ede9fe 0%,transparent 35%),

    linear-gradient(#fff,#f8fafc);

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}

.hero-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:9px 18px;

    border-radius:999px;

    background:#eef2ff;

    color:#4338ca;

    font-weight:600;

    margin-bottom:28px;

}

.hero-content h1{

    font-size:4.2rem;

    line-height:1.05;

    font-weight:800;

    letter-spacing:-2px;

    margin-bottom:28px;

}

.hero-content p{

    color:#6b7280;

    font-size:1.12rem;

    max-width:560px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    margin-bottom:45px;

}

.hero-stats{

    display:flex;

    gap:60px;

}

.hero-stats h2{

    font-size:2rem;

    margin-bottom:6px;

}

.hero-stats p{

    margin:0;

    color:#6b7280;

}

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

.hero-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(80px);

    opacity:.22;

    pointer-events:none;

    animation:float 10s ease-in-out infinite;

}

.shape1{

    width:280px;

    height:280px;

    background:#6366f1;

    left:-80px;

    top:120px;

}

.shape2{

    width:220px;

    height:220px;

    background:#3b82f6;

    right:-70px;

    bottom:100px;

    animation-delay:2s;

}

/* ==========================================
   DASHBOARD
========================================== */

.hero-preview{
    display:flex;
    justify-content:center;
    align-items:center;
}

.dashboard-window{
    width:100%;
    max-width:670px;
    background:rgba(255,255,255,.82);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.6);
    border-radius:26px;
    overflow:hidden;
    box-shadow:
        0 35px 80px rgba(15,23,42,.12),
        0 12px 30px rgba(79,70,229,.12);
    animation:float 6s ease-in-out infinite;
}

/* ==========================================
   WINDOW HEADER
========================================== */

.window-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 24px;
    background:#f9fafb;
    border-bottom:1px solid #e5e7eb;
}

.dots{
    display:flex;
    gap:8px;
}

.dots span{
    width:12px;
    height:12px;
    border-radius:50%;
}

.dots span:nth-child(1){
    background:#ff5f57;
}

.dots span:nth-child(2){
    background:#febc2e;
}

.dots span:nth-child(3){
    background:#28c840;
}

.window-title{
    font-weight:700;
    color:#374151;
}

/* ==========================================
   DASHBOARD LAYOUT
========================================== */

.dashboard-content{
    padding:22px;
}

.dashboard-layout{
    display:grid;
    grid-template-columns:200px 1fr;
    gap:22px;
}

/* ==========================================
   SIDEBAR
========================================== */

.dashboard-sidebar{
    background:#f8fafc;
    border-radius:18px;
    padding:18px;
}

.sidebar-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    margin-bottom:10px;
    border-radius:12px;
    cursor:pointer;
    font-weight:600;
    color:#475569;
    transition:.3s;
}

.sidebar-item svg{
    width:18px;
    height:18px;
}

.sidebar-item:hover{
    background:#eef2ff;
    color:#4f46e5;
}

.sidebar-item.active{
    background:#4f46e5;
    color:#fff;
}

/* ==========================================
   MAIN CONTENT
========================================== */

.dashboard-main{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/* ==========================================
   TOOLBAR
========================================== */

.dashboard-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.search-box{
    flex:1;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:14px;
}

.search-box input{
    width:100%;
    border:none;
    outline:none;
    background:none;
    font-size:.95rem;
}

.toolbar-right{
    display:flex;
    align-items:center;
    gap:18px;
}

.notification{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#f8fafc;
    border-radius:14px;
    cursor:pointer;
}

.notification span{
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ef4444;
    top:10px;
    right:11px;
}

.profile{
    display:flex;
    align-items:center;
    gap:12px;
}

.profile img{
    width:46px;
    height:46px;
    border-radius:50%;
}

.profile h5{
    margin:0;
    font-size:.95rem;
}

.profile small{
    color:#6b7280;
}

/* ==========================================
   KPI CARDS
========================================== */

.dashboard-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.summary-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    border:1px solid #eef2ff;
    transition:.35s;
}

.summary-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(79,70,229,.10);
}

.summary-card p{
    color:#6b7280;
    margin-bottom:10px;
}

.summary-card h3{
    font-size:2rem;
    margin-bottom:8px;
}

.summary-card span{
    color:#22c55e;
    font-weight:700;
}

/* ==========================================
   REVENUE CHART
========================================== */

.chart-card{
    background:#fff;
    border-radius:20px;
    padding:24px;
    border:1px solid #e5e7eb;
}

.card-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.card-title h4{
    margin:0;
    font-size:1.1rem;
}

.card-title small{
    color:#6b7280;
}

.chart-area{
    height:180px;
}

.chart-area svg{
    width:100%;
    height:100%;
}

/* ==========================================
   QUICK ACTIONS
========================================== */

.quick-actions{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.quick-actions button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px;
    border:none;
    border-radius:14px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.quick-actions button:hover{
    background:#4f46e5;
    color:#fff;
    transform:translateY(-3px);
}

/* ==========================================
   TRUSTED SECTION
========================================== */

.trusted{
    padding:80px 0;
    text-align:center;
}

.trusted p{
    color:#6b7280;
    font-weight:600;
    margin-bottom:30px;
}

.trusted-logos{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:50px;
}

.trusted-logos span{
    font-size:1.15rem;
    font-weight:700;
    color:#9ca3af;
    transition:.3s;
}

.trusted-logos span:hover{
    color:#4f46e5;
}
/* ==========================================
   PRODUCTS
========================================== */

.products{
    padding:110px 0;
    background:#ffffff;
}

.section-header{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.section-header span{
    display:inline-block;
    color:#4f46e5;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.section-header h2{
    font-size:3.2rem;
    line-height:1.15;
    font-weight:800;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.section-header p{
    color:#6b7280;
    font-size:1.08rem;
    line-height:1.8;
}

/* ==========================================
   PRODUCTS GRID
========================================== */

.products-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

/* ==========================================
   PRODUCT CARD
========================================== */

.product-card{

    position:relative;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:24px;

    padding:36px;

    transition:.35s;

    overflow:hidden;

}

.product-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#4f46e5,#2563eb);

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:

    0 30px 70px rgba(15,23,42,.10);

}

.product-card.featured{

    border:2px solid #4f46e5;

}

.product-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:28px;

}

.product-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef2ff;

    color:#4f46e5;

}

.product-icon svg{

    width:28px;

    height:28px;

}

.badge{

    padding:8px 15px;

    border-radius:999px;

    background:#f3f4f6;

    color:#6b7280;

    font-size:.82rem;

    font-weight:600;

}

.badge.live{

    background:#dcfce7;

    color:#16a34a;

}

.product-card h3{

    font-size:1.6rem;

    margin-bottom:18px;

}

.product-card p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;

}

.product-card ul{

    list-style:none;

    margin-bottom:30px;

}

.product-card li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:14px;

}

.product-card li svg{

    color:#10b981;

}

.product-card a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    font-weight:700;

    color:#4f46e5;

    transition:.3s;

}

.product-card a:hover{

    gap:16px;

}

/* ==========================================
   WHY DACE
========================================== */

.why-dace{

    padding:110px 0;

    background:#f8fafc;

}

.features-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

}

.feature-card{

    display:flex;

    gap:22px;

    align-items:flex-start;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:22px;

    padding:34px;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 20px 50px rgba(15,23,42,.08);

}

.feature-icon{

    width:64px;

    height:64px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#4f46e5,#2563eb);

    color:#fff;

    flex-shrink:0;

}

.feature-icon svg{

    width:28px;

    height:28px;

}

.feature-card h3{

    font-size:1.3rem;

    margin-bottom:12px;

}

.feature-card p{

    color:#6b7280;

    line-height:1.8;

}

/* ==========================================
   CALL TO ACTION
========================================== */

.cta{

    padding:110px 0;

}

.cta-box{

    background:

    linear-gradient(135deg,#4f46e5,#2563eb);

    color:#fff;

    text-align:center;

    padding:90px 70px;

    border-radius:30px;

    position:relative;

    overflow:hidden;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    right:-120px;

    top:-120px;

}

.cta-tag{

    display:inline-block;

    padding:8px 18px;

    background:rgba(255,255,255,.15);

    border-radius:999px;

    font-weight:600;

    margin-bottom:20px;

}

.cta-box h2{

    font-size:3rem;

    font-weight:800;

    margin-bottom:22px;

}

.cta-box p{

    max-width:650px;

    margin:0 auto 35px;

    line-height:1.8;

    opacity:.92;

    font-size:1.08rem;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta .btn-outline{

    background:#fff;

    border:none;

    color:#111827;

}

.cta .btn-outline:hover{

    background:#f3f4f6;

}

/* ==========================================
   PRICING
========================================== */

.pricing{
    padding:110px 0;
    background:#f8fafc;
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
    align-items:stretch;
}

.pricing-card{
    position:relative;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:28px;
    padding:45px;
    transition:.35s ease;
}

.pricing-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(15,23,42,.08);
}

.pricing-card.featured{
    border:2px solid #4f46e5;
    transform:scale(1.04);
}

.pricing-card.featured:hover{
    transform:scale(1.04) translateY(-10px);
}

.popular{
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    background:#4f46e5;
    color:#fff;
    padding:8px 20px;
    border-radius:999px;
    font-size:.8rem;
    font-weight:700;
}

.plan{
    color:#4f46e5;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.pricing-card h3{
    font-size:3rem;
    margin:18px 0;
    font-weight:800;
}

.pricing-card h3 small{
    font-size:1rem;
    color:#6b7280;
    font-weight:500;
}

.pricing-card p{
    color:#6b7280;
    margin-bottom:30px;
    line-height:1.8;
}

.pricing-card ul{
    list-style:none;
    margin-bottom:35px;
}

.pricing-card li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.pricing-card li svg{
    color:#10b981;
}

.pricing-card .btn{
    width:100%;
}

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

.faq{
    padding:110px 0;
    background:#fff;
}

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

.faq-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:32px;
    margin-bottom:20px;
    transition:.35s;
}

.faq-item:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(15,23,42,.06);
}

.faq-item h3{
    font-size:1.2rem;
    margin-bottom:14px;
    color:#111827;
}

.faq-item p{
    color:#6b7280;
    line-height:1.8;
}

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

.footer{
    background:#0f172a;
    color:#cbd5e1;
    padding:90px 0 35px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:60px;
    margin-bottom:60px;
}

.footer .logo{
    color:#fff;
    margin-bottom:20px;
}

.footer p{
    color:#94a3b8;
    line-height:1.8;
}

.footer h4{
    color:#fff;
    margin-bottom:20px;
    font-size:1.15rem;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer li{
    margin-bottom:15px;
}

.footer a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer a:hover{
    color:#fff;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:30px;
    text-align:center;
    color:#94a3b8;
}

/* ==========================================
   COMMON CARD EFFECT
========================================== */

.product-card,
.feature-card,
.pricing-card,
.summary-card,
.chart-card,
.faq-item{
    transition:all .35s ease;
}

.product-card:hover,
.feature-card:hover,
.pricing-card:hover,
.summary-card:hover,
.chart-card:hover,
.faq-item:hover{
    box-shadow:0 25px 60px rgba(15,23,42,.08);
}

/* ==========================================
   ANIMATIONS
========================================== */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes float{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-14px);
    }
    100%{
        transform:translateY(0);
    }
}

@keyframes pulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.04);
    }
    100%{
        transform:scale(1);
    }
}

@keyframes shine{
    from{
        left:-120%;
    }
    to{
        left:120%;
    }
}

.hero-content,
.hero-preview,
.product-card,
.feature-card,
.pricing-card,
.faq-item,
.summary-card{
    animation:fadeUp .8s ease both;
}

/* ==========================================
   HOVER EFFECTS
========================================== */

.logo-box:hover{
    animation:pulse .8s ease;
}

.product-card:hover .product-icon,
.feature-card:hover .feature-icon{
    transform:rotate(-8deg) scale(1.08);
}

.product-icon,
.feature-icon{
    transition:.35s ease;
}

.btn{
    transition:all .35s ease;
}

.btn:hover{
    transform:translateY(-3px);
}

/* ==========================================
   UTILITY CLASSES
========================================== */

.container{
    width:min(1200px,92%);
    margin:auto;
}

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

.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}

.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}

/* ==========================================
   TABLET
========================================== */

@media (max-width:1100px){

.hero-grid{
    grid-template-columns:1fr;
    gap:60px;
}

.hero-content{
    text-align:center;
}

.hero-buttons{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

.dashboard-layout{
    grid-template-columns:1fr;
}

.dashboard-sidebar{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}

.sidebar-item{
    margin-bottom:0;
}

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

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

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

.section-header h2{
    font-size:2.8rem;
}

.hero-content h1{
    font-size:3.4rem;
}

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

.header{
    top:10px;
    width:96%;
}

.nav-links{
    display:none;
}

.nav-actions{
    display:none;
}

.mobile-menu{
    display:block;
}

.hero{
    padding:110px 0 70px;
}

.hero-content h1{
    font-size:2.5rem;
    line-height:1.15;
}

.hero-content p{
    font-size:1rem;
}

.hero-buttons{
    flex-direction:column;
    width:100%;
}

.hero-buttons .btn{
    width:100%;
}

.hero-stats{
    flex-direction:column;
    gap:25px;
    align-items:center;
}

.dashboard-summary{
    grid-template-columns:1fr;
}

.products-grid,
.features-grid,
.pricing-grid{
    grid-template-columns:1fr;
}

.quick-actions{
    grid-template-columns:1fr;
}

.cta-box{
    padding:55px 30px;
}

.cta-box h2{
    font-size:2.2rem;
}

.cta-buttons{
    flex-direction:column;
}

.cta-buttons .btn{
    width:100%;
}

.footer-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.footer .logo{
    justify-content:center;
}

.section-header h2{
    font-size:2.2rem;
}

.pricing-card.featured{
    transform:none;
}

.pricing-card.featured:hover{
    transform:translateY(-10px);
}

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:480px){

.hero-content h1{
    font-size:2rem;
}

.hero-tag{
    font-size:.75rem;
}

.dashboard-window{
    border-radius:18px;
}

.dashboard-content{
    padding:18px;
}

.window-header{
    padding:15px 18px;
}

.search-box{
    padding:12px;
}

.summary-card,
.product-card,
.feature-card,
.pricing-card,
.faq-item{
    padding:24px;
}

.cta-box{
    padding:45px 20px;
}

.cta-box h2{
    font-size:1.8rem;
}

.section-header h2{
    font-size:1.9rem;
}

.hero-stats h2{
    font-size:1.6rem;
}

}

/* Promo Box */

.promo-box{
    margin-top:60px;
    background:linear-gradient(135deg,#4f46e5,#2563eb);
    color:#fff;
    padding:45px;
    border-radius:24px;
    text-align:center;
}

.promo-box h3{
    font-size:2rem;
    margin-bottom:15px;
}

.promo-box p{
    opacity:.9;
    margin-bottom:25px;
}

.promo-code{
    display:inline-block;
    background:#fff;
    color:#4f46e5;
    padding:16px 40px;
    border-radius:14px;
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:2px;
}
/* =====================================
   MOBILE MENU
===================================== */

@media (max-width:768px){

    .nav-links{
        position:absolute;
        top:90px;
        left:5%;
        width:90%;
        background:#fff;
        border-radius:18px;
        padding:20px;
        display:none;
        flex-direction:column;
        gap:18px;
        box-shadow:0 20px 40px rgba(0,0,0,.1);
    }

    .nav-links.show-menu{
        display:flex;
    }

    .nav-actions{
        display:none;
        position:absolute;
        top:340px;
        left:5%;
        width:90%;
        flex-direction:column;
        gap:15px;
        background:#fff;
        padding:20px;
        border-radius:18px;
        box-shadow:0 20px 40px rgba(0,0,0,.1);
    }

    .nav-actions.show-menu{
        display:flex;
    }

    .nav-actions .btn,
    .nav-actions .login-btn{
        width:100%;
        text-align:center;
    }
}

/* =====================================
FAQ ACCORDION
===================================== */

.faq-question{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    border:none;

    background:none;

    cursor:pointer;

    font-size:1.1rem;

    font-weight:700;

    color:#111827;

    padding:0;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}

.faq-answer p{

    margin-top:20px;

    color:#6b7280;

    line-height:1.8;

}

.faq-item.active .faq-answer{

    max-height:220px;

}

.faq-question svg{

    transition:.3s;

}

.faq-item.active .faq-question svg{

    transform:rotate(180deg);

}
.more-products{

    display:none;

}

.more-products.show{

    display:contents;

}

.products-actions{

    margin-top:50px;

    text-align:center;

}