/* ResellerHub Landing Page Styles */
/* Auto-extracted from inline styles */

/* === Block 1 === */
header.site-header, #masthead, #colophon, footer.site-footer, .site-header-wrapper { display: none !important; }
        .mobile-only { display: none !important; }
        @media (max-width: 768px) {
            html, body { overflow-x: hidden !important; width: 100% !important; max-width: 100vw !important; }
            .hero-container { display: flex !important; flex-direction: column !important; text-align: center !important; gap: 0 !important; }
            .hero-content, .hero-image-col { display: contents !important; }
            .hero-badge { order: 1 !important; }
            .hero-title { order: 2 !important; }
            .hero-desc { order: 3 !important; }
            .hero-image { order: 4 !important; width: 90% !important; max-width: 350px !important; margin: 0 auto 20px auto !important; }
            .hero-checks { order: 5 !important; }
            .hero-buttons-row { order: 6 !important; }
            .trust-bar { order: 7 !important; }
            .desktop-only { display: none !important; }
            .mobile-only { display: flex !important; order: 8 !important; }
        }

/* === Block 2 === */
/* Reset & Base */
    * { box-sizing: border-box; }
    body {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        background-color: #f4f7f9; 
        color: #000000;
    }
    header.site-header, #masthead, #colophon { display: none !important; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; padding: 0; margin: 0; }

    /* Hero Wrapper */
    .hero-wrapper {
        background: #ffffff;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .hero-wrapper::before {
        content: ''; position: absolute; top: 10%; right: 0%; width: 60%; height: 80%;
        background: radial-gradient(circle, rgba(147,51,234,0.08) 0%, transparent 60%); z-index: 0; pointer-events: none;
    }
    .hero-wrapper::after {
        content: ''; position: absolute; bottom: -10%; left: 0%; width: 50%; height: 80%;
        background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 60%); z-index: 0; pointer-events: none;
    }

    /* Navbar */
    .navbar {
        display: flex; justify-content: space-between; align-items: center;
        width: 100%; margin: 0; padding: 15px 20px;
        position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        box-sizing: border-box;
    }
    @media (min-width: 1400px) {
        .navbar { padding: 15px calc(50vw - 700px); }
    }
    body.admin-bar .navbar { top: 32px; }
    @media (max-width: 782px) {
        body.admin-bar .navbar { top: 46px; }
    }
    .nav-logo {
        display: flex; align-items: center; gap: 4px;
    }
    .nav-logo-img {
        height: 55px; width: auto; max-width: 300px; border-radius: 4px; object-fit: contain;
    }
    .nav-logo-text { font-weight: 900; font-size: 1.7rem; letter-spacing: -0.5px; background: linear-gradient(90deg, #2563eb, #a855f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
    .hamburger-icon { display: none; }
    .nav-menu-wrapper { display: flex; align-items: center; gap: 30px; }
    .nav-links, .nav-links:hover { display: flex; gap: 30px; font-weight: 700; font-size: 0.95rem; color: #000000; position: absolute; left: 50%; transform: translateX(-50%) !important; }
    .nav-links li a { position: relative; transition: color 0.3s ease !important; }
    .nav-links li a:hover { color: #2563eb !important; }
    .nav-links li a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0%; height: 2px; background: #2563eb; transition: width 0.3s ease !important; }
    .nav-links li a:hover::after { width: 100% !important; }
    
    .nav-buttons { display: flex; gap: 15px; }
    .btn-login { 
        border: 2px solid #000000 !important; 
        background: transparent !important; 
        padding: 10px 30px !important; 
        border-radius: 12px !important; 
        font-weight: 700 !important; 
        font-size: 0.95rem !important; 
        cursor: pointer !important; 
        color: #000000 !important; 
        transition: all 0.3s ease !important;
    }
    .btn-login:hover { background: #000000 !important; color: #ffffff !important; transform: translateY(-2px) !important; box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important; }
    .btn-full-access { 
        background: linear-gradient(90deg, #2563eb, #a855f7) !important; 
        color: white !important; 
        padding: 10px 30px !important; 
        border-radius: 12px !important; 
        font-weight: 700 !important; 
        font-size: 0.95rem !important; 
        border: none !important; 
        cursor: pointer !important; 
        box-shadow: 0 4px 10px rgba(37,99,235,0.2) !important; 
        transition: all 0.3s ease !important;
    }
    .btn-full-access:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 20px rgba(37,99,235,0.4) !important; }

    /* Mobile Menu CSS */
    @media (max-width: 1024px) {
        .hamburger-icon { display: block; font-size: 1.8rem; cursor: pointer; color: #000000; }
        .nav-menu-wrapper { 
            position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; 
            flex-direction: column; align-items: stretch; padding: 20px; 
            box-shadow: 0 10px 30px rgba(0,0,0,0.15); gap: 20px; 
            display: none !important; border-top: 1px solid #e2e8f0;
        }
        .mobile-menu-toggle:checked ~ .nav-menu-wrapper { display: flex !important; }
        .nav-links, .nav-links:hover { 
            position: static !important; transform: none !important; flex-direction: column; 
            width: 100%; gap: 15px; display: flex !important; align-items: flex-start; 
        }
        .nav-links li { width: 100%; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; }
        .nav-links li:last-child { border-bottom: none; padding-bottom: 0; }
        .nav-buttons { flex-direction: column; width: 100%; }
        .nav-buttons a { width: 100%; text-align: center; }
    }

    /* Hero Section */
    .hero-container {
        max-width: 1400px; margin: 0 auto; padding: 100px 20px 80px;
        display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center;
        position: relative; z-index: 10;
    }
    .hero-badge {
        display: inline-flex; align-items: center; gap: 8px;
        background: transparent; color: #000000; padding: 8px 18px; border-radius: 50px;
        font-size: 0.9rem; font-weight: 700; margin-bottom: 35px;
        border: 1px solid #cbd5e1;
    }
    .hero-title {
        font-size: 3.2rem !important; font-weight: 900 !important; line-height: 1.2 !important; margin: 0 0 15px !important; letter-spacing: -1.2px !important;
    }
    .hero-title .gradient-text { 
        background: linear-gradient(90deg, #1d4ed8, #9333ea) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        color: transparent !important;
    }
    .hero-title .black-text {
        color: #000000 !important;
        -webkit-text-fill-color: #000000 !important;
    }
    .hero-desc {
        font-size: 1.15rem; color: #333333; margin-bottom: 30px; line-height: 1.5; font-weight: 500; max-width: 90%;
    }
    
    /* 3x2 Grid for Checkmarks */
    .hero-checks {
        display: grid; grid-template-columns: repeat(3, auto); gap: 15px 10px; margin-bottom: 40px;
    }
    .hero-checks div { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 800; color: #000000; }
    .hero-checks i { background: #2563eb; color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; padding-top: 1px; }

    /* Action Buttons */
    .hero-buttons-row { display: flex; gap: 15px; margin-bottom: 40px; }
    .btn-explore { 
        background: linear-gradient(90deg, #2563eb, #a855f7) !important; 
        color: white !important; 
        padding: 16px 36px !important; 
        border-radius: 12px !important; 
        font-weight: 700 !important; 
        font-size: 1.1rem !important; 
        border: none !important; 
        cursor: pointer !important; 
        box-shadow: 0 10px 25px rgba(59,130,246,0.3) !important; 
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }
    .btn-explore:hover { transform: translateY(-3px) !important; box-shadow: 0 15px 30px rgba(59,130,246,0.4) !important; }
    .btn-view { 
        background: white !important; 
        border: 2px solid #000000 !important; 
        color: #000000 !important; 
        padding: 16px 36px !important; 
        border-radius: 12px !important; 
        font-weight: 700 !important; 
        font-size: 1.1rem !important; 
        cursor: pointer !important; 
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }
    .btn-view:hover { background: white !important; color: #000000 !important; transform: translateY(-3px) !important; box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; }

    /* Trust Section below buttons */
    .hero-trust { display: flex; align-items: center; gap: 15px; }
    .avatars { display: flex; }
    .avatars img { width: 45px; height: 45px; border-radius: 50%; border: 3px solid white; margin-left: -15px; }
    .avatars img:first-child { margin-left: 0; }
    .trust-info { display: flex; flex-direction: column; justify-content: center; }
    .trust-text { font-size: 0.9rem; font-weight: 800; color: #000000; line-height: 1.3; margin-bottom: 2px; }
    .trust-stars { font-size: 0.8rem; display: flex; align-items: center; gap: 5px; }
    .trust-stars i { color: #f59e0b; }
    .trust-stars span { color: #000000; font-weight: 700; font-size: 0.8rem; }

    /* Right Image Column */
    .hero-image-col { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 30px; }
    .hero-image { width: 100%; max-width: 100%; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15)); }

    /* Trust Bar */
    .trust-bar { 
        display: flex; justify-content: space-between; width: 100%;
    }
    .trust-bar-item { 
        display: flex; align-items: center; gap: 10px; 
    }
    .trust-bar-icon { 
        width: 40px; height: 40px; border: 2px solid #2563eb; color: #2563eb; border-radius: 8px; 
        display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0;
    }
    .trust-bar-text h4 { font-size: 0.8rem; margin: 0 0 2px; font-weight: 800; color: #000000; }
    .trust-bar-text p { font-size: 0.7rem; color: #475569; margin: 0; font-weight: 600; }

    /* Section 2: Bundle & Pricing */
    .bundle-section { max-width: 1400px; margin: 40px auto 30px; padding: 0 20px; }
    .bundle-grid { display: grid; grid-template-columns: 1.6fr 1.1fr; gap: 20px; margin-bottom: 40px; }
    
    /* Left Side */
    .section-title { font-size: 1.5rem; font-weight: 800; text-align: center; margin-bottom: 25px; color: #000; }
    .section-title span { color: #1e1b4b; position: relative; z-index: 1; }
    .highlight-underline { position: relative; display: inline-block; z-index: 1; }
    .highlight-underline::after { content: ''; position: absolute; left: -5%; bottom: -6px; width: 110%; height: 4px; background: linear-gradient(90deg, #8b5cf6, #d946ef); border-radius: 10px; z-index: -1; }
    
    .products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
    .product-card { background: #ffffff; border-radius: 12px; padding: 12px 8px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.04); border: 1px solid #f1f5f9; display: flex; flex-direction: column; align-items: center; }
    .product-icon { width: 45px; height: 45px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: white; margin-bottom: 10px; }
    .product-card h4 { font-size: 0.75rem; font-weight: 800; margin: 0 0 3px; color: #000; line-height: 1.1; }
    .product-number { font-size: 1rem; font-weight: 900; color: #000; margin-bottom: 3px; }
    .product-card p { font-size: 0.6rem; color: #64748b; margin: 0; line-height: 1.3; font-weight: 600; }
    
    /* Colors for icons and borders */
    .bg-green { background: #10b981; } .b-green { border-color: rgba(16, 185, 129, 0.3) !important; }
    .bg-blue-purple { background: linear-gradient(135deg, #3b82f6, #8b5cf6); } .b-blue-purple { border-color: rgba(139, 92, 246, 0.3) !important; }
    .bg-dark-blue { background: #1e3a8a; } .b-dark-blue { border-color: rgba(30, 58, 138, 0.3) !important; }
    .bg-blue { background: #2563eb; } .b-blue { border-color: rgba(37, 99, 235, 0.3) !important; }
    .bg-pink { background: #ec4899; } .b-pink { border-color: rgba(236, 72, 153, 0.3) !important; }
    .bg-dark-grey { background: #334155; } .b-dark-grey { border-color: rgba(51, 65, 85, 0.3) !important; }
    .bg-orange { background: #f59e0b; } .b-orange { border-color: rgba(245, 158, 11, 0.3) !important; }
    .bg-teal { background: #14b8a6; } .b-teal { border-color: rgba(20, 184, 166, 0.3) !important; }
    .bg-magenta { background: #d946ef; } .b-magenta { border-color: rgba(217, 70, 239, 0.3) !important; }
    .bg-light-blue { background: #0ea5e9; } .b-light-blue { border-color: rgba(14, 165, 233, 0.3) !important; }
    .bg-wa-green { background: #22c55e; } .b-wa-green { border-color: rgba(34, 197, 94, 0.3) !important; }
    .bg-purple { background: #9333ea; } .b-purple { border-color: rgba(147, 51, 234, 0.3) !important; }
    
    .total-products-badge { display: flex; justify-content: center; margin-top: 15px; }
    .total-products-badge div { background: linear-gradient(90deg, #2563eb, #a855f7) !important; color: white; padding: 8px 80px; border-radius: 30px; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 15px rgba(37,99,235,0.3); }
    
    /* Right Side (Pricing) */
    .pricing-container { background: #0b0f19; border-radius: 20px; padding: 25px 20px; display: flex; gap: 20px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
    .pricing-card { border-radius: 16px; padding: 25px 15px; position: relative; display: flex; flex-direction: column; }
    .starter-card { flex: 1; align-self: flex-start; margin-top: 20px; background: rgba(255, 255, 255, 0.03) !important; border: 2px solid rgba(255, 255, 255, 0.1) !important; }
    .starter-card:hover { background: rgba(255, 255, 255, 0.03) !important; border: 2px solid rgba(255, 255, 255, 0.1) !important; transform: none !important; }
    .ultimate-card { flex: 1.2; background: rgba(20, 10, 30, 0.4) !important; border: 2px solid #d946ef !important; box-shadow: 0 0 30px rgba(217, 70, 239, 0.15) !important; padding: 35px 25px; margin-top: -10px; margin-bottom: -10px; }
    .ultimate-card:hover { background: rgba(20, 10, 30, 0.4) !important; border: 2px solid #d946ef !important; box-shadow: 0 0 30px rgba(217, 70, 239, 0.15) !important; transform: none !important; }
    
    .badge-best-value { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #ec4899; color: white; padding: 6px 20px; border-radius: 20px; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; z-index: 10; pointer-events: none; }
    
    .pricing-card h4 { color: white; font-size: 1rem; text-align: center; margin: 0 0 8px; font-weight: 600; }
    .price { font-size: 2.8rem; font-weight: 900; color: white; text-align: center; margin-bottom: 5px; }
    .price-pink { color: #d946ef; }
    .price-sub { text-align: center; color: #94a3b8; font-size: 0.8rem; margin-bottom: 25px; font-weight: 500; }
    
    .pricing-features-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .pricing-features { list-style: none; padding: 0; margin: 0 auto 25px; display: flex; flex-direction: column; gap: 6px; width: fit-content; }
    .pricing-features li { display: flex; align-items: flex-start; gap: 10px; color: #e2e8f0; font-size: 0.85rem; font-weight: 500; line-height: 1.3; text-align: left; }
    .starter-card .pricing-features i { color: #3b82f6; font-size: 1.1rem; }
    .ultimate-card .pricing-features i { color: #d946ef; font-size: 1.1rem; }
    
    .btn-starter { width: 100%; background: white !important; color: #2563eb !important; border: none !important; padding: 12px !important; border-radius: 12px !important; font-weight: 800 !important; font-size: 0.85rem !important; cursor: pointer !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
    .btn-starter:hover { background: white !important; color: #2563eb !important; transform: translateY(-3px) !important; box-shadow: 0 10px 25px rgba(37,99,235,0.15) !important; }
    .btn-ultimate { width: 100%; background: linear-gradient(90deg, #2563eb, #a855f7) !important; color: white !important; border: none !important; padding: 12px !important; border-radius: 12px !important; font-weight: 800 !important; font-size: 0.85rem !important; cursor: pointer !important; box-shadow: 0 5px 15px rgba(168, 85, 247, 0.3) !important; margin-top: auto; transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
    .btn-ultimate:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 25px rgba(168, 85, 247, 0.4) !important; }

    /* Gorilla Section */
    .gorilla-section { background: #0a102c; border-radius: 20px; padding: 25px 30px 50px 30px; display: flex; align-items: center; justify-content: space-between; position: relative; margin-top: 10px; border: 1px solid rgba(255,255,255,0.05); }
    .gorilla-content { margin-left: 310px; width: calc(100% - 310px); display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 20; }
    .gorilla-calc-area { display: flex; flex-direction: column; margin-left: -30px; }
    .gorilla-calc-area h3 { color: white; font-size: 1.1rem; margin: 0 0 15px; font-weight: 700; }
    .gorilla-calc-area h3 span.gorilla-sub { color: #94a3b8; font-weight: 500; font-size: 0.9rem; }
    .gorilla-calc-area h3 span.highlight-underline { color: white; position: relative; display: inline-block; z-index: 1; }
    
    .formula-row { display: flex; align-items: center; gap: 8px; position: relative; }
    .formula-box { border-radius: 12px; padding: 18px 25px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
    .box-blue { background: linear-gradient(to bottom, rgba(37,99,235,0.1), rgba(37,99,235,0.9)); border: 1px solid rgba(59,130,246,0.8); box-shadow: 0 0 35px rgba(37,99,235,0.6); }
    .box-blue:hover { background: linear-gradient(to bottom, rgba(37,99,235,0.1), rgba(37,99,235,0.9)) !important; border: 1px solid rgba(59,130,246,0.8) !important; box-shadow: 0 0 35px rgba(37,99,235,0.6) !important; transform: none !important; }
    
    .box-indigo { background: linear-gradient(to bottom, rgba(139,92,246,0.1), rgba(139,92,246,0.9)); border: 1px solid rgba(139,92,246,0.8); box-shadow: 0 0 35px rgba(139,92,246,0.6); }
    .box-indigo:hover { background: linear-gradient(to bottom, rgba(139,92,246,0.1), rgba(139,92,246,0.9)) !important; border: 1px solid rgba(139,92,246,0.8) !important; box-shadow: 0 0 35px rgba(139,92,246,0.6) !important; transform: none !important; }
    
    .box-green { background: linear-gradient(to bottom, rgba(16,185,129,0.05), rgba(16,185,129,0.3)); border: 1px solid rgba(16,185,129,0.8); box-shadow: 0 0 30px rgba(16,185,129,0.4); }
    .box-green:hover { background: linear-gradient(to bottom, rgba(16,185,129,0.05), rgba(16,185,129,0.3)) !important; border: 1px solid rgba(16,185,129,0.8) !important; box-shadow: 0 0 30px rgba(16,185,129,0.4) !important; transform: none !important; }
    .formula-box-label { color: #cbd5e1; font-size: 0.8rem; margin-bottom: 5px; font-weight: 600; }
    .formula-box-val { color: white; font-size: 1.8rem; font-weight: 900; font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
    .box-green .formula-box-val { color: #22c55e; }
    .math-sign { color: #cbd5e1; font-size: 2rem; font-weight: 500; margin: 0; }
    .gorilla-arrow { position: absolute; bottom: -35px; right: 22%; width: 140px; height: 60px; z-index: 10; pointer-events: none !important; transition: none !important; animation: none !important; }
    .gorilla-arrow:hover { transform: none !important; animation: none !important; }
    
    .examples-area { display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,0.1); padding-left: 30px; position: relative; }
    .examples-area h4 { color: white; font-size: 0.9rem; margin: 0 0 12px; font-weight: 600; }
    .examples-grid { display: flex; gap: 8px; margin-bottom: 12px; align-items: center; }
    .example-card { background: rgba(255,255,255,0.02); border: 1px solid #7e22ce; padding: 10px 15px; border-radius: 8px; text-align: center; color: white; }
    .example-calc-top { font-size: 1.1rem; font-weight: 800; color: white; margin-bottom: 2px; font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
    .example-calc-mid { font-size: 0.75rem; color: #cbd5e1; margin-bottom: 8px; font-weight: 500; }
    .example-res { font-size: 1rem; font-weight: 800; color: #22c55e; font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
    .gorilla-footer { position: absolute; bottom: -68px; left: 50%; transform: translateX(-50%); font-size: 0.75rem; color: #e2e8f0; font-weight: 600; background: #1e3a8a !important; border: 1px solid #3b82f6; padding: 8px 35px 8px 18px; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 10; pointer-events: none; white-space: nowrap; }

    .choose-us-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
    .popular-products-grid { display: grid; grid-template-columns: repeat(11, 1fr); gap: 15px; }

    @media (max-width: 1024px) {
        .gorilla-section { flex-direction: column; padding: 110px 20px 30px 20px !important; margin-top: 100px !important; }
        .gorilla-content { margin-left: 0 !important; width: 100% !important; flex-direction: column; align-items: center; text-align: center; gap: 40px; }
        .gorilla-section > img { width: 180px !important; left: 50% !important; bottom: auto !important; top: -110px !important; transform: translateX(-50%) !important; }
        .choose-us-grid { grid-template-columns: repeat(3, 1fr); }
        .popular-products-grid { grid-template-columns: repeat(6, 1fr); }
    }
    @media (max-width: 768px) {
        .gorilla-section { padding: 170px 20px 15px 20px !important; margin-top: 80px !important; }
        .gorilla-section > img { width: 250px !important; top: -75px !important; }
        .hero-title { font-size: 1.8rem !important; }
        .hero-desc { font-size: 0.9rem !important; }
        .section-title { font-size: 1.3rem !important; margin-bottom: 20px; }
        .trust-bar { flex-wrap: wrap; justify-content: center; gap: 15px; }
        .trust-bar-item { width: 45%; justify-content: flex-start; }
        .choose-us-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 10px; }
        .choose-us-grid > div { padding: 12px 8px !important; gap: 8px !important; }
        .choose-us-grid h4 { font-size: 0.75rem !important; margin: 0 0 2px !important; }
        .choose-us-grid p { font-size: 0.6rem !important; }
        .popular-products-grid { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px; }
        .popular-products-grid > div { width: calc(33.333% - 7px) !important; box-sizing: border-box; }
        .formula-row { flex-direction: row !important; flex-wrap: wrap; justify-content: space-between; gap: 5px; width: 100%; align-items: center; }
        .formula-box { width: 44% !important; padding: 15px 5px !important; }
        .formula-box:last-of-type { width: 100% !important; margin-top: 5px; }
        .formula-box-label { font-size: 0.7rem !important; }
        .formula-box-val { font-size: 1.3rem !important; }
        .gorilla-content { gap: 15px !important; }
        .gorilla-calc-area h3 { font-size: 0.95rem !important; }
        .gorilla-calc-area { margin-left: 0 !important; width: 100%; align-items: center; }
        .math-sign { transform: none !important; margin: 0 !important; width: auto !important; }
        .formula-row > div:nth-child(4) { display: none !important; }
        .gorilla-arrow { display: none !important; }
        .examples-area { border-left: none !important; padding-left: 0 !important; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px !important; width: 100%; }
        .examples-grid { flex-direction: row !important; flex-wrap: nowrap !important; justify-content: space-between; gap: 4px; width: 100%; }
        .example-card { width: 32% !important; padding: 10px 2px !important; }
        .example-calc-top { font-size: 0.8rem !important; }
        .example-calc-mid { font-size: 0.55rem !important; }
        .example-res { font-size: 0.75rem !important; }
        .examples-grid .math-sign { transform: none !important; font-size: 0.9rem !important; width: auto !important; margin: 0 !important; }
        .gorilla-footer { position: relative !important; bottom: 0 !important; left: 0 !important; transform: none !important; display: block !important; margin-top: 20px; white-space: normal !important; width: 100%; font-size: 0.65rem !important; padding: 10px !important; }
        .inline-cta-banner { flex-direction: column !important; text-align: center !important; padding: 25px 15px !important; gap: 20px !important; }
        .inline-cta-text h2 { font-size: 1.3rem !important; margin-bottom: 10px !important; line-height: 1.3 !important; }
        .inline-cta-text p { font-size: 0.9rem !important; }
        .inline-cta-buttons { flex-direction: column !important; width: 100% !important; gap: 10px !important; }
        .inline-cta-buttons button { width: 100% !important; font-size: 0.9rem !important; }
    }
    @media (max-width: 480px) {
        .choose-us-grid { grid-template-columns: 1fr; }
        .popular-products-grid { grid-template-columns: repeat(3, 1fr); }
    }

/* === Block 3 === */
/* Bento Grid Styles */
.bento-grid-wrapper { max-width: 1400px; margin: 10px auto 60px; padding: 0 20px; box-sizing: border-box; }
.bento-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 1fr; gap: 20px; }
.bento-box { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.bento-box-dark { background: #0a102c; border-radius: 12px; padding: 20px; border: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; justify-content: center; }
.bento-title { font-size: 1.2rem; font-weight: 800; text-align: center; margin: 0 0 20px; color: #0f172a !important; }
.bento-title-dark { color: white; font-size: 1.2rem; font-weight: 800; text-align: center; margin: 0 0 3px; }
.bento-subtitle-dark { color: #94a3b8; font-size: 0.75rem; text-align: center; margin-bottom: 2px; font-weight: 600; line-height: 1; }

/* Pricing Adjustments */
.bento-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; flex: 1; }
.bento-price-card { border-radius: 12px; padding: 20px 15px; text-align: center; display: flex; flex-direction: column; position: relative; }
.bento-price-card h4 { font-size: 0.9rem; margin: 0 0 2px; font-weight: 800; }
.bento-price-card .price { font-size: 2.2rem; font-weight: 900; margin-bottom: -5px; }
.bento-price-card .price-sub { font-size: 0.7rem; margin-bottom: 10px; font-weight: 600; }
.bento-price-card ul { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; display: flex; flex-direction: column; gap: 2px; flex: 1; }
.bento-price-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.75rem; font-weight: 600; margin-bottom: 2px; }
.bento-price-card li i { font-size: 0.9rem; width: 14px; height: 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.bento-btn { width: calc(100% - 10px); margin: 0 auto; display: inline-flex !important; justify-content: center; align-items: center; border: none; padding: 12px; border-radius: 12px; font-weight: 800; font-size: 0.85rem; cursor: pointer; transition: all 0.3s ease; }
.bento-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #ec4899; color: white; padding: 4px 15px; border-radius: 20px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }

/* Compare Table */
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0; }
.compare-table th, .compare-table td { padding: 5px 5px; text-align: center; font-size: 0.7rem; font-weight: 700; border-bottom: 1px solid #f1f5f9; }

/* First Column */
.compare-table th:first-child, .compare-table td:first-child { background: #f8fafc; text-align: left; color: #0f172a; }
.compare-table th:first-child { border-radius: 12px 0 0 0; padding: 6px 10px; }
.compare-table td:first-child { padding: 5px 10px; }
.compare-table tr:last-child td:first-child { border-radius: 0 0 0 12px; }

/* Second Column */
.compare-table th:nth-child(2), .compare-table td:nth-child(2) { background: transparent; color: #0f172a; }
.compare-table th:nth-child(2) { padding: 6px 5px; }

/* Third Column */
.compare-table th:nth-child(3) { background: #9333ea; color: white; border-radius: 12px 12px 0 0; padding: 6px 5px; border-bottom: 1px solid #a855f7; }
.compare-table td:nth-child(3) { background: #f3e8ff; border-bottom: 1px solid #e9d5ff; }
.compare-table tr:last-child td:nth-child(3) { border-radius: 0 0 12px 12px; border-bottom: none; }

.compare-icon-check { color: #16a34a; font-size: 1.2rem; }
.compare-icon-cross { color: #dc2626; font-size: 1.2rem; }
.compare-text-basic { color: #64748b; }
.compare-text-premium { color: #0f172a; }

/* Dashboard Preview */
.dash-preview-container { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    overflow: visible; 
    margin-top: -8px; 
}
.dash-preview-img { 
    flex: 2.2; 
    pointer-events: none !important; 
}
.dash-preview-img img { 
    width: 100%; 
    height: auto; 
    display: block; 
    border-radius: 10px; 
    transform: scale(1.15) !important; 
    transform-origin: left center !important; 
    pointer-events: none !important; 
    transition: none !important; 
    animation: none !important; 
    margin-left: -20px; 
    box-shadow: none !important; 
    border: none !important; 
}
.dash-features { 
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
    z-index: 2; 
}
.dash-feature-pill { 
    background: rgba(255, 255, 255, 0.03) !important; 
    border: 1px solid rgba(255, 255, 255, 0.06) !important; 
    padding: 10px 16px; 
    border-radius: 12px; 
    font-size: 0.75rem; 
    font-weight: 700; 
    color: #e2e8f0 !important; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    white-space: nowrap; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important; 
}
.dash-feature-pill i {
    font-size: 1rem;
}
.dash-feature-pill:hover { 
    transform: translateY(-2px) scale(1.02) !important; 
    background: rgba(255, 255, 255, 0.08) !important; 
    border-color: rgba(255, 255, 255, 0.15) !important; 
    color: white !important; 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important; 
}

/* Who Can Join */
.join-grid { 
    display: flex; 
    align-items: stretch; 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid rgba(255, 255, 255, 0.05); 
    border-radius: 12px; 
    padding: 12px 0; 
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px); 
    margin-left: -10px; 
    margin-right: -10px; 
    width: calc(100% + 20px); 
}
.join-card { 
    flex: 1; 
    padding: 8px 5px; 
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    gap: 8px; 
    border-right: 1px solid rgba(255, 255, 255, 0.05); 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
}
.join-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.01);
}
.join-card:last-child { border-right: none; }
.join-icon-circle { 
    background: rgba(99, 102, 241, 0.1); 
    width: 36px; 
    height: 36px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2); 
    border: 1px solid rgba(99, 102, 241, 0.2); 
}
.join-icon-circle i { font-size: 1.25rem; color: #818cf8; }
.join-card span { font-size: 0.7rem; font-weight: 700; color: #e2e8f0; line-height: 1.2; letter-spacing: 0.2px; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); }
.testi-card { background: white; border-radius: 12px; padding: 12px; box-shadow: 0 0 25px rgba(255,255,255,0.5), inset 0 0 10px rgba(255,255,255,0.6); }
.testi-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.testi-header img { width: 35px; height: 35px; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.testi-info h5 { margin: 0; font-size: 0.65rem; color: #0f172a; font-weight: 800; }
.testi-stars { color: #fbbf24; font-size: 0.6rem; margin-top: 2px; }
.testi-text { font-size: 0.6rem; color: #334155; font-weight: 600; line-height: 1.3; }

/* Right Column Flex */
.bento-right-col { display: flex; flex-direction: column; gap: 20px; margin-top: -90px; }

/* Button Hover Animations */
.dash-feature-pill { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.dash-feature-pill:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 5px 25px rgba(14, 165, 233, 0.8) !important; z-index: 10; }

.cta-btn-animated { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.cta-btn-animated:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 10px 30px rgba(37, 99, 235, 0.5) !important; z-index: 10; color: white !important; }

.included-pill-purple { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.included-pill-purple:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 8px 25px rgba(109, 40, 217, 0.6) !important; z-index: 10; color: white !important; }

.included-pill-yellow { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.included-pill-yellow:hover { transform: translateY(-3px) scale(1.02) !important; box-shadow: 0 8px 25px rgba(251, 191, 36, 0.6) !important; z-index: 10; color: black !important; }

.scen-badge { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.scen-badge:hover { transform: translateY(-3px) scale(1.05) !important; box-shadow: 0 8px 20px rgba(34, 197, 94, 0.6) !important; z-index: 10; }

.client-pill { transition: all 0.3s ease !important; }
.client-pill:hover { transform: translateY(-2px) scale(1.05) !important; box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2) !important; z-index: 10; }
.client-pill.active:hover { transform: translateY(-3px) scale(1.05) !important; box-shadow: 0 8px 25px rgba(79, 70, 229, 0.6) !important; }

@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: 1fr; }
    .bento-right-col { margin-top: 0; }
}

/* === Block 4 === */
/* Top Bento Styles */
.bento-top-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; margin-bottom: 20px; }

/* Included Grid */
.included-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 20px; }
.included-card { background: white; border-radius: 12px; padding: 12px 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.included-icon-box { width: 35px; height: 35px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.included-icon-box img { width: 100%; height: 100%; object-fit: contain; }
.included-title { font-size: 0.7rem; font-weight: 900; color: #0f172a; line-height: 1.1; margin: 0; }
.included-count { font-size: 0.7rem; font-weight: 900; color: #0f172a; margin: 0; font-family: 'Inter', sans-serif; }
.included-desc { font-size: 0.7rem; color: #64748b; font-weight: 600; line-height: 1.2; margin: 0; }
.included-pills { display: flex; gap: 15px; justify-content: center; align-items: center; margin-left: 0;}
.included-pill-purple { background: #6d28d9; color: white; padding: 8px 18px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
.included-pill-yellow { background: #fbbf24; color: black; padding: 8px 18px; border-radius: 20px; font-size: 0.75rem; font-weight: 800; }

/* Calculator Section */
.bento-calc-box { background: linear-gradient(145deg, #0a0f24, #020617); border-radius: 12px; padding: 25px; border: 1px solid rgba(139, 92, 246, 0.4); box-shadow: 0 0 40px rgba(139, 92, 246, 0.15), inset 0 0 30px rgba(139, 92, 246, 0.1); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.bento-calc-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, #a855f7, #3b82f6, transparent); opacity: 0.9; }
.calc-header { text-align: center; margin-bottom: 20px; position: relative; z-index: 2; }
.calc-subtitle { color: white; font-size: 0.85rem; font-weight: 800; display: inline-block; margin-top: 5px; background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.25), transparent); padding: 4px 50px; letter-spacing: 0.5px; text-shadow: 0 0 10px rgba(16, 185, 129, 0.5); border: none; border-radius: 0; box-shadow: none; }
.calc-main-box { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 12px 25px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; position: relative; z-index: 2; width: 96%; margin-left: auto; margin-right: auto; }
.calc-col { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.calc-label { font-size: 0.65rem; color: #f8fafc; font-weight: 700; letter-spacing: 0.5px; }
.calc-input-group { display: flex; align-items: center; gap: 15px; }
.calc-btn { background: rgba(255,255,255,0.08); border: none; color: white; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1rem; font-weight: bold; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.calc-btn:hover { background: rgba(255,255,255,0.15); }
.calc-val { font-size: 1.3rem; font-weight: 800; color: white; min-width: 45px; text-align: center; font-family: 'Inter', sans-serif; letter-spacing: 0.5px; }
.calc-profit-box { background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.3); padding: 8px 18px; border-radius: 10px; box-shadow: 0 0 15px rgba(16,185,129,0.15); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.calc-profit-val { font-size: 1.5rem; font-weight: 900; color: #34d399; font-family: 'Inter', sans-serif; text-shadow: 0 0 15px rgba(52,211,153,0.4); letter-spacing: 0.5px; line-height: 1; }
.calc-clients-pills { display: flex; gap: 8px; justify-content: center; margin-bottom: 12px; position: relative; z-index: 2; }
.client-pill { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #cbd5e1; padding: 6px 12px; border-radius: 8px; font-size: 0.75rem; font-weight: 600; cursor: pointer; }
.client-pill.active { background: linear-gradient(90deg, #4f46e5, #7c3aed); border-color: transparent; color: white; box-shadow: 0 4px 10px rgba(79,70,229,0.3); }
.scenarios-wrapper { border: 1px solid #3b82f6; border-radius: 16px; padding: 20px 15px; margin-bottom: 10px; background: linear-gradient(180deg, rgba(30, 64, 175, 0.4), rgba(2, 6, 23, 0.9)); box-shadow: 0 0 25px rgba(59, 130, 246, 0.4), inset 0 0 15px rgba(59, 130, 246, 0.15); position: relative; z-index: 2; }
.scenarios-title { text-align: center; font-size: 0.9rem; color: #e2e8f0; margin-bottom: 15px; font-weight: 700; }
.scenarios-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.scenario-card { border-radius: 12px; padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 4px; }
.scen-top { font-size: 1.3rem; font-weight: 800; color: white; font-family: 'Inter', sans-serif;}
.scen-mid { font-size: 0.75rem; color: #cbd5e1; font-weight: 600; }
.scen-res { font-size: 1.2rem; font-weight: 900; font-family: 'Inter', sans-serif; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 6px; margin-top: 2px; }
.scen-badge { padding: 4px 20px; border-radius: 20px; font-size: 0.75rem; font-weight: 800; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.3); margin: 2px auto 0 auto; width: max-content; }
.scen-1 { border: 1px solid #22c55e; background: linear-gradient(180deg, rgba(34,197,94,0.2), rgba(0,0,0,0.6)); box-shadow: 0 0 15px rgba(34,197,94,0.3); } .scen-1 .scen-res { color: #4ade80; } .scen-1 .scen-badge { background: #22c55e; color: white; box-shadow: 0 0 10px rgba(34,197,94,0.5); }
.scen-2 { border: 1px solid #3b82f6; background: linear-gradient(180deg, rgba(59,130,246,0.2), rgba(0,0,0,0.6)); box-shadow: 0 0 15px rgba(59,130,246,0.3); } .scen-2 .scen-res { color: #60a5fa; } .scen-2 .scen-badge { background: #3b82f6; color: white; box-shadow: 0 0 10px rgba(59,130,246,0.5); }
.scen-3 { border: 1px solid #a855f7; background: linear-gradient(180deg, rgba(168,85,247,0.2), rgba(0,0,0,0.6)); box-shadow: 0 0 15px rgba(168,85,247,0.3); } .scen-3 .scen-res { color: #c084fc; } .scen-3 .scen-badge { background: #a855f7; color: white; box-shadow: 0 0 10px rgba(168,85,247,0.5); }
.scen-4 { border: 1px solid #f59e0b; background: linear-gradient(180deg, rgba(245,158,11,0.2), rgba(0,0,0,0.6)); box-shadow: 0 0 15px rgba(245,158,11,0.3); } .scen-4 .scen-res { color: #fbbf24; } .scen-4 .scen-badge { background: #d97706; color: white; box-shadow: 0 0 10px rgba(245,158,11,0.5); }
.unlimited-banner { background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 10px 15px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 10px; position: relative; z-index: 2; margin-top: 0; align-self: flex-start; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.unlimited-text h4 { margin: 0 0 2px; color: white; font-size: 0.8rem; font-weight: 800; display: flex; align-items: center; gap: 5px; }
.unlimited-text p { margin: 0; color: #d9f99d; font-size: 0.65rem; font-weight: 700; }

@media (max-width: 1024px) {
    .bento-top-grid { grid-template-columns: 1fr; }
    .included-grid { grid-template-columns: repeat(2, 1fr); }
    .scenarios-grid { grid-template-columns: repeat(2, 1fr); }
}

/* === Block 5 === */
/* Bottom Features & FAQ Grid */
.bottom-section-wrapper { max-width: 1400px; margin: -30px auto 0; padding: 0 20px; box-sizing: border-box; font-family: 'Inter', sans-serif; position: relative; z-index: 5; }
.features-faq-grid { display: grid; grid-template-columns: 2.2fr 1fr; gap: 20px; margin-bottom: 20px; }
.bottom-box { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }

/* Features */
.bottom-features { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; width: 100%; }
.b-feat-card { text-align: center; display: flex; flex-direction: column; align-items: center; border-right: 1px solid #f1f5f9; padding: 0 8px; width: 100%; box-sizing: border-box; word-break: break-word; }
.b-feat-card:last-child { border-right: none; }
.b-feat-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.b-feat-title { font-size: 0.7rem; font-weight: 800; color: #0f172a; line-height: 1.2; margin: 0 0 4px; }
.b-feat-desc { font-size: 0.6rem; color: #64748b; font-weight: 600; line-height: 1.3; margin: 0; }

/* FAQ */
.faq-header { font-size: 1rem; font-weight: 900; color: #0f172a; text-align: center; margin: 0 0 20px; }
.faq-details { border-bottom: 1px solid #e2e8f0; }
.faq-details:last-child { border-bottom: none; }
.faq-summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 0.8rem; font-weight: 700; color: #1e293b; cursor: pointer; transition: color 0.2s; }
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary:hover { color: #3b82f6; }
.faq-summary i { color: #0f172a; font-weight: bold; font-size: 1rem; transition: transform 0.3s; }
.faq-details[open] .faq-summary { color: #3b82f6; padding-bottom: 8px; }
.faq-details[open] .faq-summary i { transform: rotate(45deg); color: #3b82f6; }
.faq-answer { padding: 0 0 12px 0; font-size: 0.75rem; color: #64748b; font-weight: 600; line-height: 1.5; }

/* Trust & Sales Grid */
.trust-sales-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 25px; }
.trust-container { background: white; border-radius: 12px; padding: 20px 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); display: flex; align-items: center; justify-content: space-between; }
.trust-header { font-size: 0.85rem; font-weight: 800; color: #0f172a; margin: 0; white-space: nowrap; }
.trust-logos { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: flex-end; flex: 1; margin-left: 30px; }
.trust-logo { font-size: 1rem; font-weight: 800; color: #334155; display: flex; align-items: center; gap: 6px; }
.trust-logo i { font-size: 1.4rem; }

/* Sales Notification */
.sales-container-wrapper { display: flex; justify-content: center; margin-bottom: -30px; position: relative; z-index: 50; margin-top: -40px; padding-left: 120px; }
.sales-container { display: flex; gap: 15px; overflow: hidden; background: white; padding: 10px 15px 7px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); align-items: center; border: 1px solid #e2e8f0; }
.sales-header { font-size: 0.75rem; font-weight: 800; color: #0f172a; margin-right: 10px; }
.sales-badge { display: flex; align-items: center; gap: 8px; font-size: 0.65rem; font-weight: 700; white-space: nowrap; flex-shrink: 0; border-right: 1px solid #e2e8f0; padding-right: 15px; }
.sales-badge:last-child { border-right: none; padding-right: 0; }
.sales-badge img { width: 30px; height: 30px; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.sales-info p { margin: 0; color: #0f172a; line-height: 1.2; font-size: 0.7rem; }
.sales-info span { font-size: 0.6rem; color: #64748b; font-weight: 600; }
.sales-badge i { color: #94a3b8; font-size: 1.2rem; }

/* CTA Banner */
.bottom-cta-banner { background: #070b21; border-radius: 0; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; position: relative; overflow: visible; margin-bottom: 0; box-shadow: none; border: none; }
.cta-banner-bg { position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(37,99,235,0.15) 0%, transparent 60%), radial-gradient(circle at 70% 50%, rgba(168,85,247,0.15) 0%, transparent 60%); pointer-events: none; }
.cta-left-img { width: 320px; position: relative; z-index: 2; margin-bottom: -30px; margin-top: -10px; margin-left: -40px; }
.cta-left-img img { width: 100%; object-fit: contain; transform: scale(1.3); transform-origin: left bottom; pointer-events: none; }
.cta-middle { flex: 1; padding: 37px 10px 13px; z-index: 2; }
.cta-text-content { text-align: center; margin-top: 5px; }
.cta-middle h2 { color: white; font-size: 1.4rem; font-weight: 900; margin: 0 0 5px; letter-spacing: -0.5px; white-space: nowrap; }
.cta-middle p { color: #cbd5e1; font-size: 0.9rem; font-weight: 600; margin: 0 0 15px; white-space: nowrap; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; }
.cta-btn-1, .cta-btn-2 { background: linear-gradient(90deg, #2563eb, #a855f7); color: white; border: none; padding: 10px 18px; border-radius: 10px; font-weight: 800; font-size: 0.85rem; cursor: pointer; box-shadow: 0 4px 15px rgba(168,85,247,0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.cta-btn-1:hover, .cta-btn-2:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 25px rgba(168,85,247,0.4) !important; color: white !important; }
.cta-right { z-index: 2; padding: 20px 0; }
.cta-guarantee { background: linear-gradient(90deg, rgba(2,6,23,0.8), rgba(30,58,138,0.8)); border: 1px solid rgba(59,130,246,0.3); border-radius: 12px; padding: 12px 25px; display: flex; align-items: center; gap: 15px; width: max-content; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.cta-guarantee i { font-size: 2rem; color: #fbbf24; filter: drop-shadow(0 0 8px rgba(251,191,36,0.3)); }
.cta-guarantee-text { color: white; font-weight: 800; font-size: 0.85rem; max-width: 130px; line-height: 1.3; }

/* Site Footer */
.landing-footer { width: calc(100% - 40px); max-width: 1360px; margin: 0 auto; background: #06091d !important; border-top: 1px solid; border-image: linear-gradient(90deg, #1e3a8a, #ffffff, #1e3a8a) 1; border-radius: 0; padding: 25px 40px 20px; color: #cbd5e1; font-size: 0.8rem; font-weight: 400; font-family: 'Inter', sans-serif; position: relative; z-index: 10; box-sizing: border-box; }
.footer-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr 1.5fr; gap: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: #ffffff !important; font-size: 1.5rem !important; font-weight: 800 !important; margin-bottom: 15px; margin-top: 0; }
.footer-logo i { color: #3b82f6; font-size: 2.2rem; background: rgba(59,130,246,0.1); padding: 5px; border-radius: 10px; }
.footer-about { margin-bottom: 10px; line-height: 1.6; font-size: 0.8rem; color: #cbd5e1; font-weight: 400; }
.social-icons { display: flex; gap: 12px; }
.social-icons a { width: 36px; height: 36px; border-radius: 50%; color: white; display: block; position: relative; text-decoration: none; border: none; padding: 0; }
.social-icons a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 22px; height: 22px; margin: 0; display: block; }
.social-icons a.fb { background: #1877f2; }
.social-icons a.tg { background: #0088cc; }
.social-icons a.yt { background: #ff0000; }
.social-icons a.ig { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.social-icons a:hover { transform: none !important; filter: none !important; opacity: 1 !important; }
.social-icons a img:hover { transform: translate(-50%, -50%) !important; filter: none !important; }
.footer-col { position: relative; }
.footer-col:nth-child(2)::after, .footer-col:nth-child(3)::after { content: ''; position: absolute; top: 15%; right: -20px; height: 70%; width: 1px; background: rgba(255,255,255,0.1); }
.footer-col h4 { color: #ffffff !important; font-size: 1rem; font-weight: 700; margin: 25px 0 6px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.footer-col ul li { border: none !important; padding: 0 !important; margin: 0 !important; }
.footer-col a { color: #ffffff !important; text-decoration: none; transition: color 0.3s; font-weight: 500; font-size: 0.8rem; border: none !important; box-shadow: none !important; outline: none !important; }
.footer-col a:hover { color: white; }
.payment-methods { display: flex; flex-wrap: nowrap; justify-content: center; gap: 10px; margin-top: 15px; }
.payment-box { background: white; height: 35px; width: 60px; border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); overflow: hidden; padding: 4px; }
.footer-bottom { margin-top: 35px; color: #ffffff !important; font-size: 0.75rem; font-weight: 400; text-align: center; }

@media (max-width: 1024px) {
    .features-faq-grid, .bundle-grid, .scenarios-grid, .bento-top-grid, .bento-grid { grid-template-columns: 1fr; }
    .bottom-features { grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .trust-container { flex-direction: column; text-align: center; gap: 15px; }
    .trust-logos { justify-content: center; margin-left: 0; flex-wrap: wrap; }
    .bottom-cta-banner { flex-direction: column; padding: 30px 20px; text-align: center; }
    .cta-left-img { width: 220px; margin-bottom: 0; margin-top: 0; }
    .cta-right { padding-top: 0; }
    .footer-container { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-col:first-child, .footer-col:last-child { grid-column: span 2; }
    .footer-col::after { display: none !important; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 1.8rem !important; margin-bottom: 10px !important; }
    .hero-desc { max-width: 100%; margin: 0 auto 15px; font-size: 0.9rem !important; }
    .hero-buttons-row { flex-direction: column; width: 100%; gap: 10px; margin-bottom: 15px; align-items: stretch; }
    .hero-buttons-row button { width: 100%; font-size: 1rem !important; }
    .hero-checks { grid-template-columns: repeat(2, 1fr); gap: 10px 5px; margin-bottom: 15px; }
    .hero-checks div { font-size: 0.8rem; justify-content: flex-start; text-align: left; }
    .hero-trust { flex-direction: column; text-align: center; gap: 5px; }
    .hero-trust .avatars { justify-content: center; margin-bottom: 5px; }
    .hero-trust .trust-stars { justify-content: center; }
    .stats-container { justify-content: center; margin: 15px auto 0; flex-direction: column; align-items: center; gap: 10px; }
    .hero-badge { margin: 0 auto 15px; font-size: 0.8rem; }
    
    /* Global Spacing Reductions */
    .hero-section { padding-top: 120px !important; padding-bottom: 20px !important; }
    .bento-wrapper { padding: 20px 15px !important; margin-top: -20px !important; }
    .bottom-section-wrapper { padding: 0 15px !important; margin-top: 10px !important; }
    .bento-grid, .bento-top-grid, .bundle-grid, .testi-grid, .features-faq-grid, .trust-sales-grid { gap: 12px !important; }
    .bento-box, .trust-container, .testi-card { padding: 15px !important; }
    .section-title { margin-bottom: 15px !important; }
    
    .products-grid, .included-grid { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px !important; width: 100%; overflow: hidden; }
    .product-card, .included-card { width: calc(50% - 5px) !important; box-sizing: border-box !important; display: flex !important; flex-direction: column !important; text-align: center !important; align-items: center !important; justify-content: center !important; padding: 12px 5px !important; gap: 5px !important; }
    .product-card img, .included-card img { margin: 0 auto !important; width: 40px !important; height: 40px !important; }
    .product-card h4, .included-title { font-size: 0.75rem !important; margin: 0 auto !important; text-align: center !important; }
    .product-number, .included-count { font-size: 0.85rem !important; margin: 0 auto !important; font-weight: 900; text-align: center !important; }
    .product-card p, .included-desc { font-size: 0.6rem !important; margin: 0 auto !important; text-align: center !important; }
    .total-products-badge div { padding: 8px 20px !important; width: 90%; justify-content: center; margin: 0 auto; }
    
    .included-pills { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 15px; width: 100%; }
    .included-pill-purple, .included-pill-yellow { text-align: center; width: 90%; padding: 10px !important; font-size: 0.85rem !important; border-radius: 20px; }
    
    .scenarios-grid { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; gap: 8px !important; width: 100%; }
    .scenario-card { width: calc(50% - 4px) !important; padding: 10px 5px !important; box-sizing: border-box !important; }
    .scen-top { font-size: 1.1rem !important; }
    .scen-mid { font-size: 0.65rem !important; margin-bottom: 4px !important; }
    .scen-res { font-size: 0.95rem !important; padding-top: 4px !important; }
    .scen-badge { font-size: 0.65rem !important; padding: 3px 12px !important; }
    
    .calc-header h3 { font-size: 0.85rem !important; }
    .calc-subtitle { font-size: 0.6rem !important; padding: 4px 15px !important; }
    .bento-calc-box > img { top: 5px !important; left: 5px !important; width: 45px !important; height: 45px !important; }
    
    .calc-clients-pills { flex-wrap: wrap !important; justify-content: center !important; gap: 6px !important; width: 100% !important; }
    .client-pill { width: calc(33.333% - 6px) !important; padding: 8px 0 !important; font-size: 0.7rem !important; box-sizing: border-box !important; text-align: center !important; }
    
    .calc-main-box { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; flex-direction: row !important; gap: 10px !important; padding: 15px !important; width: 100% !important; box-sizing: border-box !important; }
    .calc-col { width: 48% !important; border-bottom: none !important; padding-bottom: 0 !important; }
    .calc-profit-box { width: 100% !important; padding: 15px !important; box-sizing: border-box !important; margin-top: 10px; }
    .calc-col .calc-val { font-size: 1.1rem !important; min-width: 30px !important; }
    .calc-col .calc-label { font-size: 0.55rem !important; text-align: center; }
    .calc-col .calc-input-group { justify-content: center; }
    
    .pricing-container { flex-direction: column; padding: 15px; }
    .starter-card { align-self: center !important; width: 100% !important; margin-top: 0 !important; margin-bottom: 25px !important; }
    .starter-card .pricing-features li { justify-content: flex-start !important; text-align: left !important; }
    .ultimate-card { width: 100% !important; margin-top: 0 !important; }
    .section-title { font-size: 1.1rem !important; white-space: normal !important; margin-bottom: 20px; }
    .testi-grid { grid-template-columns: 1fr; margin-left: 0; margin-right: 0; width: 100%; }
    .bento-pricing { grid-template-columns: 1fr; }

    /* Bento Grid Mobile Layout Adjustments */
    .bento-box-dark { padding: 15px !important; }
    
    .join-grid {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        padding: 10px !important;
        background: rgba(255, 255, 255, 0.01) !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        box-shadow: none !important;
    }
    
    .join-card {
        flex: 0 0 calc(33.333% - 6px) !important;
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        border-radius: 8px !important;
        padding: 8px 4px !important;
        box-sizing: border-box !important;
    }
    
    .join-card:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.04) !important;
    }
    
    .join-icon-circle {
        width: 28px !important;
        height: 28px !important;
    }
    
    .join-icon-circle i {
        font-size: 1rem !important;
    }
    
    .join-card span {
        font-size: 0.6rem !important;
        color: #cbd5e1 !important;
    }
    
    .dash-preview-container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        width: 100% !important;
    }
    
    .dash-preview-img {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }
    
    .dash-preview-img img {
        width: 100% !important;
        transform: none !important;
        margin-left: 0 !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        border: none !important;
    }
    
    .dash-features {
        width: 100% !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }
    
    .dash-feature-pill {
        flex: 0 0 calc(50% - 4px) !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        padding: 8px 10px !important;
        font-size: 0.65rem !important;
        border-radius: 10px !important;
    }

    .compare-table th, .compare-table td {
        font-size: 0.65rem !important;
        padding: 5px 3px !important;
    }

    .features-faq-grid { display: flex !important; flex-direction: column !important; width: 100% !important; overflow: hidden !important; }
    .bottom-features { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; gap: 8px !important; width: 100% !important; box-sizing: border-box !important; }
    .b-feat-card { width: calc(50% - 4px) !important; border: none !important; padding: 10px 5px !important; box-sizing: border-box !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; background: rgba(248,250,252,0.5) !important; border-radius: 12px !important; }
    .b-feat-icon img { width: 40px !important; height: 40px !important; margin: 0 auto !important; }
    .b-feat-title { font-size: 0.75rem !important; margin: 5px 0 2px !important; }
    .b-feat-desc { font-size: 0.6rem !important; margin: 0 !important; }
    .cta-left-img { display: none !important; }
    .cta-middle h2, .cta-middle p { white-space: normal !important; text-align: center !important; }
    .cta-buttons { flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; gap: 8px !important; }
    .cta-btn-1, .cta-btn-2 { font-size: 0.8rem !important; padding: 10px 11px !important; flex: 0 0 auto !important; min-width: 136px !important; }
    .sales-container-wrapper { display: none !important; }
    
    .trust-header { text-align: center !important; width: 100% !important; margin-top: 0 !important; margin-bottom: 10px !important; }
    .trust-logos { flex-wrap: wrap !important; justify-content: center !important; white-space: normal !important; margin-left: 0 !important; width: 100% !important; box-sizing: border-box !important; }
    div:first-child > .trust-logos { gap: 8px !important; }
    div:first-child > .trust-logos > div { margin: 0 4px !important; transform: scale(1) !important; }
    div:last-child > .trust-logos { gap: 2px !important; margin-top: 0 !important; flex-wrap: nowrap !important; justify-content: center !important; }
    div:last-child > .trust-logos > img { margin: 0 !important; height: 32px !important; width: calc(25% - 2px) !important; object-fit: contain !important; transform: scale(2) !important; }
    
    .faq-header { font-size: 1.2rem !important; }
    .faq-summary { font-size: 0.85rem !important; }
    
    /* Global Page Fixes */
    .bottom-box { flex-direction: column !important; width: 100% !important; box-sizing: border-box !important; padding: 15px !important; overflow: hidden !important; }
    div[style*="border-right: 2px solid"] { border-right: none !important; border-bottom: 2px solid #e2e8f0; padding-right: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important; width: 100%; box-sizing: border-box !important; }
    .bottom-box > div:last-child { padding-left: 0 !important; margin-top: 0 !important; gap: 2px !important; }
    
    /* Header Mobile Fixes (Hamburger Menu) */
    .navbar { flex-direction: row; justify-content: space-between; align-items: center; padding: 15px 20px !important; }
    .hamburger-icon { display: block; font-size: 2rem; cursor: pointer; color: #000; }
    .nav-menu-wrapper { 
        display: none; 
        flex-direction: column; 
        position: absolute; 
        top: 100%; left: 0; right: 0; 
        background: white; 
        padding: 25px 20px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
        z-index: 1000;
        gap: 20px;
        border-top: 1px solid #e2e8f0;
    }
    .mobile-menu-toggle:checked ~ .nav-menu-wrapper { display: flex; }
    .nav-links { flex-direction: column; width: 100%; text-align: center; gap: 20px; font-size: 1.1rem; }
    .nav-buttons { width: 100%; flex-direction: column; gap: 10px; }
    .nav-buttons button { width: 100% !important; text-align: center; justify-content: center; display: flex; padding: 15px !important; }

    /* CTA Banner Mobile Fixes */
    .bottom-cta-banner { margin-left: -20px !important; margin-right: -20px !important; width: calc(100% + 40px) !important; padding: 20px 15px !important; box-sizing: border-box !important; border-radius: 0 !important; }
    .cta-text-content h2 { font-size: 1.3rem !important; white-space: normal !important; line-height: 1.3 !important; }
    .cta-text-content p { font-size: 0.85rem !important; white-space: normal !important; line-height: 1.4 !important; }
    .cta-guarantee { width: 100% !important; max-width: 100% !important; justify-content: center !important; }
    .cta-guarantee-text { max-width: 100% !important; text-align: center !important; }
    
    /* Footer Mobile Fixes */
    .landing-footer { margin-left: -20px !important; margin-right: -20px !important; width: calc(100% + 40px) !important; padding: 20px 15px 15px !important; box-sizing: border-box !important; border-radius: 0 !important; }
    .footer-container { grid-template-columns: repeat(2, 1fr) !important; gap: 15px 10px !important; text-align: center; }
    .footer-col { align-items: center; display: flex; flex-direction: column; }
    .footer-col h4 { margin-bottom: 10px !important; }
    .footer-col ul li { margin-bottom: 6px !important; }
    .footer-text { margin-bottom: 10px !important; }
    .footer-logo { justify-content: center; margin-bottom: 10px !important; }
    .footer-col:nth-child(1), .footer-col:nth-child(5) { grid-column: span 2 !important; }
    .footer-col:nth-child(2), .footer-col:nth-child(3) { grid-column: span 1 !important; }
    .footer-col ul { align-items: center; }
    .social-icons { justify-content: center; margin-top: 5px !important; }
    .payment-methods { flex-wrap: wrap !important; justify-content: center; }
    .footer-container > .footer-col:nth-child(4) { display: none !important; }
    
    /* Hide rocket emoji in bottom CTA on mobile */
    .mobile-hide-emoji { display: none !important; }

    /* Increase bottom padding of plans container on mobile */
    .bento-pricing-box { padding-bottom: 25px !important; }
}
@media (max-width: 480px) {
    .bottom-features { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; }
    .join-card { flex: 0 0 calc(50% - 5px) !important; }
}
