  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        
        :root {
            --black: #000000;
            --dark: #0A0A0F;
            --navy: #0F172A;
            --card-bg: rgba(18, 18, 26, 0.5);
            --white: #FFFFFF;
            --white-70: rgba(255, 255, 255, 0.7);
            --white-50: rgba(255, 255, 255, 0.5);
            --white-10: rgba(255, 255, 255, 0.1);
            --border: #2C2C2C;
            --gradient-main: linear-gradient(70deg, #64CBD5 15%, #A961BA 77%, #EC6C68 112%);
            --purple-glow: radial-gradient(circle, rgba(139, 92, 246, 0.6) 0%, transparent 70%);
            --teal-glow: radial-gradient(circle, rgba(20, 184, 166, 0.5) 0%, transparent 70%);
            /* Figma Assets - Fresh URLs */
            --img-robot-hero: url('https://www.figma.com/api/mcp/asset/94fee231-c151-4304-9069-b0dde9e381be');
            --img-hero-bg: url('https://www.figma.com/api/mcp/asset/a54e985b-1395-446b-94ca-40ee1211957b');
            --img-hero-frame: url('https://www.figma.com/api/mcp/asset/3669f6e9-b183-49ee-b3a3-4ad20150df12');
            --img-robot-section: url('https://www.figma.com/api/mcp/asset/3dc975c3-925e-4b8b-8c3a-ea3d316483f6');
            --img-robot-agencies: url('https://www.figma.com/api/mcp/asset/9e871b8e-0eed-4622-83c0-1b11e0a486d8');
            --img-robot-why: url('https://www.figma.com/api/mcp/asset/9ad90d80-a979-4128-b89a-994311ed8c67');
            --img-dashboard: url('https://www.figma.com/api/mcp/asset/3669f6e9-b183-49ee-b3a3-4ad20150df12');
            --img-robot-cta-left: url('https://www.figma.com/api/mcp/asset/9176f441-fda8-4d34-934a-9ec332000fa4');
            --img-robot-cta-right: url('https://www.figma.com/api/mcp/asset/20bd374d-a6ca-483f-b516-bda53461193a');
            --img-logo: url('https://www.figma.com/api/mcp/asset/737c1cce-5354-4e7b-9582-b56fb5f003cc');
            --img-purple-line: url('https://www.figma.com/api/mcp/asset/a03e34c1-d645-4d66-90dd-1fc4cefaeb4c');
            --img-teal-line: url('https://www.figma.com/api/mcp/asset/e1c8f7f9-d48e-4da8-ba2e-718345819b05');
            --img-stat-icon: url('https://www.figma.com/api/mcp/asset/bdf73574-f756-4868-ab21-de55dfae5bee');
        }
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; background: var(--black); color: var(--white); line-height: 1.6; overflow-x: hidden; }

        /* Header */
        .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10, 10, 15, 0.2); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
        .header-inner { max-width: 1440px; margin: 0 auto; padding: 16px 0px; display: flex; align-items: center; gap: 100px; }
        .logo { width: 220px; height: 44px; flex-shrink: 0; }
        .logo img { width: 100%; height: 100%; object-fit: cover; }
        .nav { display: flex; align-items: center; gap: 48px; }
        .nav-links { display: flex; gap: 48px; list-style: none; }
        .nav-links a { color: #D1D5DB; text-decoration: none; font-size: 16px; font-weight: 400; transition: color 0.3s; }
        .nav-links a:hover { color: var(--white); }
        .nav-cta { display: flex; gap: 32px; align-items: center; margin-left: auto; }
        .nav-signin { color: #D1D5DB; font-size: 16px; text-decoration: none; }
        .nav-signin:hover { color: #fff; }



.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #fff;
}



        .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-size: 14px; font-weight: 600; border-radius: 8px; text-decoration: none; cursor: pointer; border: none; transition: all 0.3s; }
        .btn-primary { background: var(--gradient-main); color: var(--white); }
        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(147, 51, 234, 0.4); }
        .btn-secondary { background: transparent; color: var(--white); border: 1px solid var(--white-10); }
        .btn-secondary:hover { background: rgba(255, 255, 255, 0.05); }
        .btn svg { width: 18px; height: 18px; }
        .btn-teal { background: linear-gradient(90deg, #14B8A6, #0D9488); }

        /* Hero */
        .hero { position: relative; height: 688px; padding: 0 64px; display: flex; align-items: center; overflow: hidden; background: rgba(0, 0, 0, 0.2); }
        .hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(88, 28, 135, 0.2) 0%, rgba(10, 10, 15, 1) 50%, rgba(10, 10, 15, 1) 100%); z-index: 0; }
        
        /* Blur shapes */
        .hero-blur { position: absolute; filter: blur(120px); pointer-events: none; z-index: 4; }
        .hero-blur-1 { width: 385px; height: 384px; top: 118px; left: calc(50% - 38px); background: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.6) 0%, transparent 70%); border-radius: 0 300px 300px 300px; }
        .hero-blur-2 { width: 385px; height: 384px; top: 192px; left: calc(50% + 77px); background: rgba(8, 145, 178, 0.1); border-radius: 9999px; }
        .hero-blur-3 { width: 385px; height: 384px; top: 218px; left: 31px; background: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.6) 0%, transparent 70%); border-radius: 0 300px 300px 300px; }

        .purple-curved-line{
            position: absolute;
            width: 600px;
            height: 133px;
            top: 226px;
            left: -510px;
            z-index: -1;
        }
        .teal-curved-line{
            position: absolute;
            width: 600px;
            height: 115px;
            top: -50px;
            left: -50px;
            z-index: -1;
        }

        /* Decorative SVG lines */
        .hero-lines { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: visible; }
        .hero-line-purple { position: absolute; top: 152px; left: calc(50% - 180px); width: 600px; height: 133px; }
        .hero-line-teal { position: absolute; top: 136px; left: calc(50% - 80px); width: 600px; height: 115px; }
        .hero-line-dashed { position: absolute; bottom: 80px; right: 80px; width: 100px; height: 110px; }
        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(88, 28, 135, 0.2) 0%, rgba(10, 10, 15, 1) 50%, rgba(10, 10, 15, 1) 100%);
            z-index: 1;
        }
        .hero-content { position: relative; z-index: 6; max-width: 1440px; margin: 0 auto; padding-top: 76px; padding-bottom: 90px; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; }
        .hero-text { width: 670px; padding-top: 134px; }
        .hero-title { font-family: 'Inter', sans-serif; font-size: 60px; font-weight: 700; line-height: 1.2; margin-bottom: 30px; }
        .hero-title .white { color: #fff; }
        .hero-title .gradient { background: linear-gradient(70deg, #64CBD5 15%, #A961BA 77%, #EC6C68 112%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero-subtitle { font-size: 20px; color: var(--white); line-height: 1.625; margin-bottom: 30px; }
        .hero-tagline { font-size: 16px; color: #CACACA; font-style: italic; margin-bottom: 0; margin-top: 20px; }
        .hero-cta { display: flex; gap: 16px; margin-bottom: 12px; }
        .hero-cta .btn { height: 62px; padding: 16px 32px; font-size: 18px; }
        .hero-cta .btn-secondary { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 17px 33px; }

        /* Hero Visual Group */
        .hero-visual { position: relative; width: 706px; height: 416px; margin-top: 107px; flex-shrink: 0; }
        
        /* Main frame with gradient border and image */
        .hero-frame { position: absolute; top: 0; left: 89px; width: 551px; height: 416px; border-radius: 24px; overflow: hidden; box-shadow: 0px 4px 51.5px 0px rgba(147, 51, 234, 0.45); backdrop-filter: blur(24px); }
        .hero-frame::before { content: ''; position: absolute; inset: 0; border-radius: 24px; padding: 3px; background: linear-gradient(55deg, rgba(100, 203, 213, 1) 0%, rgba(169, 97, 186, 1) 89%, rgba(236, 108, 104, 1) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 2; }
        
        /* Hero frame with actual Figma image */
        .hero-frame-inner { position: absolute; inset: 3px; border-radius: 21px; overflow: hidden; }
        .hero-frame-inner img { width: 103%; height: 114%; object-fit: cover; position: absolute; top: -2%; left: -1.5%; }
        
        /* Robot decoration image - positioned at right side */
        .hero-robot { position: absolute; top: 524px; right: 0; width: 305px; height: 389px; z-index: 10; mix-blend-mode: plus-lighter; pointer-events: none; }
        .hero-robot img { width: 100%; height: 118%; object-fit: cover; }

        /* Stat cards with icons */
        .stat-card { position: absolute; border: 1px solid #64CBD5; border-radius: 12px; z-index: 5; }
        .stat-card-inner { border-radius: 11px; display: flex; align-items: center; gap: 15px; padding: 9px; }
        .stat-card-icon { width: 48px; height: 48px; background: rgba(168, 85, 247, 0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .stat-card-icon img { width: 20px; height: 20px; }
        .stat-card-text { display: flex; flex-direction: column; }
        .stat-card-1 { top: 31px; right: 15px; background: linear-gradient(90deg, rgba(32, 13, 47, 0.84) 0%, rgba(13, 13, 22, 0.84) 100%); animation: float1 4s ease-in-out infinite; }
        .stat-card-2 { bottom: 72px; left: 0; background: rgba(32, 13, 47, 0.84); animation: float2 4s ease-in-out infinite 0.5s; }
        
        @keyframes float1 {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }
        @keyframes float2 {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }

        .stat-number { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.45; }
        .stat-label { font-size: 12px; color: #fff; line-height: 1.67; }

        /* Sections */
        .section { position: relative; padding: 100px 64px; overflow: hidden; }
        .section-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
        .container { max-width: 1315px; margin: 0 auto; }
        .section-header { text-align: center; max-width: 940px; margin: 0 auto 64px; }
        .section-title { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; line-height: 1; margin-bottom: 20px; }
        .section-title span { background:linear-gradient(86.55deg, #64CBD5 -14.55%, #A961BA 88.82%, #EC6C68 109.69%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .section-subtitle { font-size: 20px; color: #9CA3AF; line-height: 1.4; }

        /* Stats Section - The Shift Is Already Here */
        .stats-section { background: linear-gradient(180deg, #0A0A0F 0%, #000 100%); padding: 60px 64px; position: relative; }
.stats-section .container{
    position: relative;
}
        .stats-section .robot-decor {
    position: absolute;
    left: -96px;
    top: -90px;
    width: 341px;
    height: 348px;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}
.stats-section .robot-decor img {
    width: 316px;
    height: 346px;
    object-fit: contain;
    position: absolute;
    left: 32px;
    top: 5px;
}       

        .stats-section .section-glow-1 { width: 432px; height: 432px; background: radial-gradient(circle, rgba(20, 184, 166, 0.29) 0%, transparent 70%); bottom: 105px; left: 16px; filter: blur(60px); }
        .stats-section .section-glow-2 { width: 385px; height: 384px; background: radial-gradient(circle, rgba(139, 92, 246, 0.6) 0%, transparent 70%); top: 128px; right: 40px; filter: blur(60px); }
        .stats-section .section-header { margin-bottom: 64px; }
        .stats-section .section-title { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; line-height: 1; }
        .stats-section .section-subtitle { font-size: 20px; color: #9CA3AF; line-height: 1.4; max-width: 765px; margin: 24px auto 0; }
        .stats-grid { display: flex; gap: 32px; justify-content: center; }
        .stat-box { flex: 1; max-width: 400px; min-height: 260px; background: rgba(18, 18, 26, 0.5); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 32px; backdrop-filter: blur(12px); transition: all 0.3s; position: relative; }
        .stat-box:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(139, 92, 246, 0.15); }
        .stat-box-number { font-family: 'Inter', sans-serif; font-size: 60px; font-weight: 700; line-height: 1; background: linear-gradient(100.68deg, #A78BFA 0%, #06B6D4 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 16px; text-align: center; }
        .stat-box-title { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.4; margin-bottom: 12px; text-align: center; color: #fff; }
        .stat-box-desc { font-size: 16px; color: #9CA3AF; line-height: 1.5; text-align: center; }

        /* Market Section */
        .market-section .container{
            position: relative;
        }
       .market-section .market-robot-decor {
    position: absolute;
    right: -153px;
    top: -106px;
    width: 341px;
    height: 348px;
    pointer-events: none;
    z-index: -1;
    overflow: visible;
}
        .market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        .market-card { background: var(--card-bg); border-radius: 16px; padding: 24px; backdrop-filter: blur(24px); transition: all 0.3s;    text-align: center; }
        .market-card:nth-child(1) { border: 1px solid rgba(168, 85, 247, 0.3); }
        .market-card:nth-child(2) { border: 1px solid rgba(6, 182, 212, 0.3); }
        .market-card:nth-child(3) { border: 1px solid rgba(16, 185, 129, 0.3); }
        .market-card:nth-child(4) { border: 1px solid rgba(236, 72, 153, 0.3); }
        .market-card:hover { transform: translateY(-4px); }
        .market-number { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 12px; }
        .market-desc { font-size: 14px; color: var(--white-70); line-height: 1.6; margin-bottom: 16px; }
        .market-source { font-size: 11px; color: var(--white-50); padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); }

        /* Features Section - Agencies & Brands */
        .features-section { background: #000000; position: relative; overflow: visible; }
        .features-section .container{
            position: relative;
        }
        .features-section .section-title .purple {  -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .features-section .section-title .teal { -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .features-section .robot-decor { position: absolute; left: -40px; top: 0px; width: 298px; height: 258px; pointer-events: none; z-index: 1; overflow: visible; }
        .features-section .robot-decor img { width: 100%; height: 173%; object-fit: contain; position: absolute; top: 0; left: 0; }
        
        .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: start; position: relative; z-index: 2;}
        .features-section .section-header{
            max-width: 780px;
        }
          .feature-card {
            background: #111118d1;
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 40px;
            display: block;
            backdrop-filter: blur(24px);
        }
        .feature-card.purple { border-color: rgba(139, 92, 246, 0.2); }
        .feature-card.teal { border-color: rgba(20, 184, 166, 0.2); }
        
        .feature-badge { display: inline-block; padding: 6px 12px; border-radius: 4px; font-size: 10px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; }
        .feature-badge.purple { background: rgba(139, 92, 246, 0.15); color: #A78BFA; }
        .feature-badge.teal { background: rgba(20, 184, 166, 0.15); color: #5EEAD4; }
        
        .feature-title { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; line-height: 1.35; color: #fff; }
        .feature-desc { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 24px; line-height: 1.6; }
        
        .feature-list { list-style: none; margin-bottom: 24px; } 
        .feature-list li { display: flex; align-items: flex-start; gap: 16px; padding: 10.5px 0; font-size: 18px; color:#FFFFFF; }
        .check-icon { width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
        .check-icon.purple svg { stroke: #A78BFA; }
        .check-icon svg { width: 14px; height: 14px; stroke-width: 2.5; }

        .economics-box { background: #0D1117; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px; margin-bottom: 20px; }
        .economics-header { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
        .economics-icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
        .economics-icon svg { width: 16px; height: 16px; stroke: #60A5FA; fill: none; }
        .economics-title { font-size: 14px; font-weight: 600; color: #fff; }
        .economics-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 13px; }
        .economics-label { color: rgba(255,255,255,0.5); }
        .economics-value { font-weight: 500; color: #fff; }
        .economics-value.gradient { background: linear-gradient(90deg, #4ADE80, #22C55E); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; }
        .economics-value.blue { background: linear-gradient(90deg, #60A5FA, #3B82F6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .economics-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 10px 0; }

        .steps-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
        .step-item { display: flex; gap: 12px; padding: 12px; background: transparent; border-radius: 8px; }
        .step-num { width: 40px; height: 40px; background:#082B34; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #22D3EE; flex-shrink: 0; }
        .step-content h4 { font-size: 13px; font-weight: 600; margin-bottom: 2px; color: #fff; }
        .step-content p { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.4; }

        .benefits-box { background: #0D1117; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 16px 20px; margin-bottom: 20px; }
        .benefits-title { font-size: 13px; font-weight: 600; margin-bottom: 12px; color: #fff; }
        .benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }
        .benefit-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.6); }
        .benefit-item svg { stroke: #14B8A6; flex-shrink: 0; width: 12px; height: 12px; }
        
        .btn-gradient-purple { display: inline-flex; width: 100%; max-height: 48px; background: linear-gradient(90deg, #9333EA 0%, #7C3AED 100%); border: none; padding: 14px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; color: white; cursor: pointer; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.3s; text-decoration: none; box-sizing: border-box; }
        .btn-gradient-purple:hover { opacity: 0.9; }
        .btn-gradient-purple svg { width: 16px; height: 16px; flex-shrink: 0; }
        
        .btn-gradient-teal { display: inline-flex; width: 100%; max-height: 48px; background: linear-gradient(90deg, #14B8A6 0%, #0D9488 100%); border: none; padding: 14px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; color: white; cursor: pointer; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.3s; text-decoration: none; box-sizing: border-box; }
        .btn-gradient-teal:hover { opacity: 0.9; }
        .btn-gradient-teal svg { width: 16px; height: 16px; flex-shrink: 0; }

        /* Tab Section - A Systematic Way */
        .tab-section { background: #000000; padding: 60px 80px; position: relative; overflow: visible; }
        .tab-section::before { content: ''; position: absolute; width: 666px; height: 664px; background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, transparent 70%); top: 144px; left: -110px; filter: blur(60px); pointer-events: none; }
        .tab-section .section-header { margin-bottom: 34px; }
        .tab-section .section-title { font-size: 48px; line-height: 1.19; }
        .tab-section .section-title span { display: block; }
        .tab-section .section-subtitle { font-size: 20px; color: #D1D5DB; line-height: 1.4; }
        
        .tabs-nav { display: flex; justify-content: center; gap: 48px; margin-bottom: 34px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .tab-btn { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; font-size: 14px; font-weight: 600; color: #9CA3AF; background: transparent; border: none; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 0.35px; position: relative; }
        .tab-btn .tab-icon { width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
        .tab-btn .tab-icon svg { width: 12px; height: 12px; stroke: currentColor; fill: none; }
        .tab-btn.active { color: #fff; }
        .tab-btn.active .tab-icon { background: rgba(59, 130, 246, 0.15); border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 0 15px rgba(59, 130, 246, 0.3); }
        .tab-btn.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #3B82F6; box-shadow: 0 0 10px #3B82F6; }
        
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
        .tab-content .tab-panel{ display: flex; justify-content: space-between; align-items: center; gap: 49px; }
        .tab-content .tab-panel{
            display: none !important;
        }
        .tab-content .tab-panel.active{
            display: flex !important;
        }
        .tab-text { width: 644px; display: flex; flex-direction: column; gap: 21px; }
        .tab-text-header { display: flex; align-items: center; gap: 24px; height: 106px; }
        .tab-text-icon { width: 80px; height: 80px; border-radius: 16px; background: linear-gradient(135deg, #3B82F6 0%, #A855F7 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .tab-text-icon.color-2{
            background: linear-gradient(135deg, #0891B2 0%, #155E75 100%);
        }
         .tab-text-icon.color-3{
            background: linear-gradient(135deg, #059669 0%, #065F46 100%);
        }
        .tab-text-icon svg { width: 40px; height: 40px; stroke: #fff; fill: none; }
        .tab-text h3 { font-family: 'Inter', sans-serif; font-size: 44px; font-weight: 700; line-height: 1.2; color: #fff; flex: 1; }
        .tab-text p { font-size: 16px; color: #9CA3AF; line-height: 1.625; margin: 0; }
        .tab-features { list-style: none; margin-top: 0; display: flex; flex-direction: column; gap: 12px; }
        .tab-features li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: #D1D5DB; }
        .tab-features li svg {    border-radius: 99em; width: 16px; height: 16px; stroke: #14B8A6; fill: none; flex-shrink: 0; margin-top: 4px; }
        
        .tab-visual { position: relative; background: linear-gradient(145deg, #111827 0%, #1F2937 100%); border: 1px solid #374151; border-radius: 16px 16px 16px 0; padding: 27px 22px; min-height: 415px; overflow: visible; }
        .tab-visual-inner { width: 551px; height: 416px; border-radius: 12px; overflow: hidden; box-shadow: 0px 4px 51.5px 0px rgba(147, 51, 234, 0.45); position: relative; }
        .tab-visual-inner img { width: 103%; height: 114%; object-fit: cover; position: absolute; top: -2%; left: -1.5%; }
        .tab-visual .robot-float { position: absolute; top:-376px; right: -100px; width: 288px; height: 349px; z-index: 3; }
        .tab-visual .robot-float img { width: 100%; height: 124%; object-fit: contain; }

        /* Why Section */
        .why-section { background: #0A0E1A; position: relative; overflow: hidden; }
        .why-section::before { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%); top: 50%; right: 10%; transform: translateY(-50%); filter: blur(80px); pointer-events: none; }
        .why-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
        .why-text { position: relative; z-index: 1; }
        .why-text h2 { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 700; margin-bottom: 16px; line-height: 1.3; color: #fff; }
        .why-text h2 span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .why-text > p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 32px; }
        
        .comparison-table { width: 100%; border-collapse: collapse; }
        .comparison-table th, .comparison-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 13px; }
        .comparison-table th { font-weight: 500; color: rgba(255,255,255,0.5); }
        .comparison-table th:first-child { width: 55%; color: rgba(255,255,255,0.6); }
        .comparison-table td { color: rgba(255,255,255,0.7); }
        .comparison-table td:nth-child(2), .comparison-table td:nth-child(3) { text-align: center; }
        .comparison-table .check { color: #4ADE80; font-weight: 600; }
        .comparison-table .cross { color: #F87171; font-weight: 600; }
        .comparison-table tbody tr:last-child td { border-bottom: none; }
        
        .why-visual { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; }
        .why-visual-frame { position: relative; width: 100%; height: 538px; border-radius: 16px; overflow: hidden; }
        .why-visual-frame::before { content: ''; position: absolute; inset: 0; border-radius: 16px; padding: 1px; background: linear-gradient(135deg, rgba(20, 184, 166, 0.6) 0%, rgba(139, 92, 246, 0.4) 50%, rgba(236, 72, 153, 0.3) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
        .why-visual-inner { position: absolute; inset: 1px; border-radius: 15px; background: linear-gradient(135deg, #0D1117 0%, #111118 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .why-visual-inner img { width: 100%; height: 100%; object-fit: cover; }
        .why-visual-content { color: rgba(255,255,255,0.4); font-size: 13px; text-align: center; position: absolute; }
       .why-visual-glow {
    position: absolute;
    width: 588px;
    height: 587px;
    left: -182px;
    top: 60px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.318) 0%, rgba(139, 92, 246, 0) 70%);
    filter: blur(60px);
    border-radius: 0px 300px 300px 300px;
}
 .why-visual-glow-2 {
    position: absolute;
    width: 474px;
    height: 474px;
    right: -270px;
    top: -70px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(20, 184, 166, 0.29) 0%, rgba(20, 184, 166, 0) 70%);
    filter: blur(60px);
    border-radius: 250px;
}
       .why-visual .robot-float { position: absolute; top:-359px; right: -100px; width: 288px; height: 349px; z-index: 3; }
       .why-visual .robot-float img { width: 100%; height: 124%; object-fit: contain; }
        .ai-features {
 
  padding: 40px;
  border-radius: 12px;
  
  color: #e5e7eb;
  font-family: Inter, sans-serif;
}

.feature {
  display: flex;
  gap: 24px;
  padding: 18px 0;
}


.icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon svg {
  width: 20px;
  height: 20px;
}

.icon.blue {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
}

.icon.purple {
  background: rgba(168, 85, 247, 0.15);
  color: #c084fc;
}

.icon.green {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}

.content h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #9ca3af;
}

        /* Process Section - How Brands Win */
        .process-section { background: #000; position: relative; overflow: hidden;padding-bottom: 10px; }
        .process-section .container{
          position: relative;
        }
        .process-section .container::before { content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%); top: 30px;
    left: -10px; filter: blur(60px); pointer-events: none;}
        .process-section .container::after { content: ''; position: absolute; width: 550px; height: 550px; background: radial-gradient(circle, rgba(20, 184, 166, 0.25) 0%, transparent 70%); bottom: 120px; right: -50px; filter: blur(60px); }
        .process-section .section-title { color: #fff; }
        .process-section .section-title span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .process-grid { display: flex; align-items: flex-start; justify-content: center; gap: 32px; margin-top: 64px; position: relative; z-index: 1; }
        .process-card { text-align: center; width: 280px; position: relative; }
        .process-icon-box { width: 80px; height: 80px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; }
        .process-icon-box svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 2; }
        .process-icon-box-1 { background: linear-gradient(135deg, #9333EA 0%, #6B21A8 100%); }
        .process-icon-box-2 { background: linear-gradient(135deg, #0D9488 0%, #115E59 100%); }
        .process-icon-box-3 { background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%); }
        .process-icon-box-4 { background: linear-gradient(135deg, #9333EA 0%, #0D9488 100%); }
        .process-badge { position: absolute; top: -8px; right: -8px; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; }
        .process-badge-1 { background: #A855F7; }
        .process-badge-2 { background: #14B8A6; }
        .process-badge-3 { background: #6366F1; }
        .process-badge-4 { background: linear-gradient(90deg, #A855F7 0%, #14B8A6 100%); }
        .process-card h4 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #fff; }
        .process-card p { font-size: 16px; color: #9CA3AF; line-height: 1.5; }
.why-section .container {
    position: relative;
}
        /* FAQ Section */
        .faq-section { background: var(--black); padding-bottom: 20px;}
        .faq-list { max-width: 1024px; margin: 0 auto; position: relative; z-index: 3;}
        .faq-item { border: 1px solid var(--white-10); border-radius: 12px; margin-bottom: 16px; overflow: hidden; background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
border: 1px solid #374151; position: relative; z-index: 5;}
        .faq-question { width: 100%; padding: 20px 24px; background: transparent; border: none; color: var(--white); font-size: 20px; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question svg { width: 20px; height: 20px; stroke:#3B82F6; transition: transform 0.3s; }
        .faq-question.active svg { transform: rotate(180deg); }
        .faq-answer { padding: 0 24px 20px; color: var(--white-70); font-size: 16px; line-height: 1.7; display: none; }
        .faq-item.active .faq-answer { display: block; }
        .faq-glow{
            /* Overlay+Blur */

position: absolute;
width: 436px;
height: 435px;
left: -82px;
top: -36px;

background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.318) 0%, rgba(139, 92, 246, 0) 70%);
filter: blur(60px);
border-radius: 0px 300px 300px 300px;
        }

.faq-section .robot-decor {
    position: absolute;
    width: 239px;
    height: 308px;
    right: -210px;
    top: -24px;
    z-index: 1;
}
        /* Footer */
        .footer { background: var(--black); border-top: 1px solid #1F2937; padding: 64px 64px 32px; }
        .footer-content { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 48px; margin-bottom: 48px; }
        .footer-brand p { font-size: 14px; color: var(--white-70); margin-top: 16px;line-height: 1.6; }
        .footer-links h4 { font-size: 14px; font-weight: 600; margin-bottom: 20px; }
        .footer-links ul { list-style: none; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { font-size: 14px; color: var(--white-70); text-decoration: none; transition: color 0.3s; }
        .footer-links a:hover { color: var(--white); }
        .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid #1F2937; }
        .footer-copyright { font-size: 13px; color: var(--white-50); }
        .footer-legal { display: flex; gap: 24px; }
        .footer-legal a { font-size: 13px; color: var(--white-50); text-decoration: none; }
        .footer-legal a:hover { color: var(--white); }



/* Left: logo */
.logo {
  flex: 0 0 auto;
}

/* Center + right container */
.nav {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Center navigation */
.nav-links {
  margin: 0 auto;
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
}

/* Right CTA */
.nav-cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-cta .btn {
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
/* Hide mobile CTA on desktop if needed */
.mobile-cta {
  display: flex;
}

/* Hamburger hidden on desktop */
.hamburger {
  display: none;
}


        /* Responsive */
        @media (max-width: 1200px) {
            .hero { height: auto; min-height: 100vh; padding: 120px 64px 80px; }
            .hero-content { flex-direction: column; text-align: center; padding-top: 0; }
            .hero-text { width: 100%; max-width: 700px; padding-top: 0; }
            .hero-cta { justify-content: center; }
            /* .hero-visual { display: none; }
            .hero-lines { display: none; } */
            .market-grid { grid-template-columns: repeat(2, 1fr); }
            .why-content { grid-template-columns: 1fr; gap: 48px; }
           
            .tab-content { grid-template-columns: 1fr; }
            
           
        }

        @media (max-width: 1024px) {
            .section, .hero, .tab-section, .cta-section, .footer { padding-left: 32px; padding-right: 32px; }
            .header-inner { padding: 16px 32px; }
            .hero-title { font-size: 44px; }
            .section-title { font-size: 24px; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .features-grid { grid-template-columns: 1fr; }
            .feature-card { padding: 32px; }
            .footer-content { grid-template-columns: repeat(3, 1fr); }
            .section-subtitle {
                font-size: 14px;
                color: #D1D5DB;
                line-height: 1.4;
            }
            .market-desc{
              color: #9CA3AF;
            }
        }

        @media (max-width: 768px) {
            .section, .hero, .tab-section, .cta-section, .footer { padding-left: 20px; padding-right: 20px; }
            .header-inner { padding: 12px 20px;justify-content: space-between; }
            
            .hero-title { font-size: 30px; }
            .hero-subtitle { font-size: 16px; }
            .hero-cta { flex-direction: column; align-items: center; }
            .stats-grid, .market-grid { grid-template-columns: 1fr; }
            .process-grid .slick-list {
              padding-top: 10px !important;
          }
            .process-section::after{
                 /* Gradient+Blur */
                position: absolute;
                width: 398px;
                height: 398px;
                right: 134px;
                bottom: 113px;

                background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(20, 184, 166, 0.15) 0%, rgba(20, 184, 166, 0) 70%);
                filter: blur(60px);
                border-radius: 275px;

            }
            .faq-glow{
              /* Overlay+Blur */
            position: absolute;
            width: 245px;
            height: 244px;
            left: -56px;
            top: 185px;

            background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
            filter: blur(60px);
            border-radius: 0px 300px 300px 300px;

            }
            .process-section::before{
                  position: absolute;
                  width: 299px;
                  height: 298px;
                  left: 184px;
                  top: 57px;
                  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
                  filter: blur(60px);
                  border-radius: 0px 300px 300px 300px;
            }
            .footer-content { grid-template-columns: 1fr 1fr; }
            .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
            .btn{
              font-weight: 400;
            }
            

        }


        .ai-revenue-card {
 
  color: #e5e7eb;
  font-family: Inter, sans-serif;
}

.card-header {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.header-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.card-header h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.feature-card .card-header h2,
.feature-card .card-head h2 {
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
}
.card-header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9ca3af;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}



.feature-list .icon {
      width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #2E1B43;
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.economics {
background: linear-gradient(135deg, rgba(88, 28, 135, 0.3) 0%, rgba(107, 33, 168, 0.2) 100%);
border: 1px solid rgba(168, 85, 247, 0.3);
  padding: 20px;
  margin-bottom: 24px;
  margin-top: 41px;
  border-radius: 12px;
}


.eco-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 14px;
}

.eco-header svg {
  width: 18px;
  height: 18px;
  color: #c084fc;
}

.eco-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 0;
  color:#9CA3AF;
}
.eco-row.margin-eco-row {
    border-top: 1px solid rgba(168, 85, 247, 0.3);
    margin-top: 12px;
    padding-top: 13px;
        display: flex;
    align-items: center;
    font-weight: 600;
    color: #D1D5DB;
}
.eco-row.margin-eco-row .highlight{
    background: linear-gradient(108.32deg, #A78BFA 0%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    text-fill-color: transparent;
   
}
.eco-row strong {
  color: #fff;
}

.eco-row .highlight {
  color: #34d399;
}

.cta-btn {
   
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(90deg, #9333EA 0%, #6B21A8 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5);
}


.ai-recommend-card {
 
  color: #e5e7eb;
  font-family: Inter, sans-serif;
 
}

.card-head {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.head-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.head-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.card-head h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.card-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9ca3af;
}

.steps {
  margin-bottom: 26px;
}

.step {
  display: flex;
  gap: 14px;
  padding: 14px 0;
}


.step h4 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #fff;
}

.step p {
  margin: 0;
  font-size: 16px;
  color: #9ca3af;
  line-height: 1.5;
}

.what-you-get {
  /* Background+Border */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px;

background: linear-gradient(135deg, rgba(22, 78, 99, 0.3) 0%, rgba(21, 94, 117, 0.2) 100%);
border: 1px solid rgba(6, 182, 212, 0.3);
border-radius: 12px;

/* Inside auto layout */
flex: none;
order: 3;
align-self: stretch;
flex-grow: 0;
 margin-bottom: 24px;
}

.what-you-get h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.what-you-get ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.what-you-get li {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #d1d5db;
  align-items: center;
}

.what-you-get svg {
  width: 16px;
  height: 16px;
  color: #22d3ee;
}

.cta {
  align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0891B2 0%, #155E75 100%);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(6,182,212,.45);
}


.hero-ai {
  padding: 100px 20px;
  color: #e5e7eb;
  font-family: Inter, sans-serif;
}

.hero-inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(168,85,247,.15);
  color: #c084fc;
  font-size: 12px;
  margin-bottom: 18px;
      align-items: center;
    padding: 12px 24px;
  
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 9999px;
}

.hero-ai h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #fff;
}

.hero-ai h1 span {
  color: #a78bfa;
}
.hero-ai .subtitle {
  max-width: 920px;
  margin: 0 auto 28px;
  font-size: 22px;
  line-height: 1.6;
  color: #D1D5DB;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.btn {
    padding: 16px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

.btn.primary {
  background:linear-gradient(86.55deg, #64CBD5 -14.55%, #A961BA 77.28%, #EC6C68 111.94%);
  color: #fff;
}

.btn.secondary {
  border: 1px solid rgba(255,255,255,.15);
  color: #e5e7eb;
}

.btn svg {
  width: 16px;
  height: 16px;
}

.hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
    position: relative;
    z-index: 3;
}

.card {
    background: linear-gradient(180deg, #000000d1 0%, #0d08119c 57.21%, #0000008c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 22px 34px;
    text-align: center;
}

.card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
     margin: 0 auto 20px;
}

.card-icon svg {
  width: 30px;
  height: 30px;
}

.card-icon.purple {
  background: rgba(168,85,247,.15);
  color: #c084fc;
}

.card-icon.cyan {
  background: rgba(34,211,238,.15);
  color: #22d3ee;
}

.card-icon.green {
  background: rgba(52,211,153,.15);
  color: #34d399;
}

.card h4 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #fff;
}

.card p {
  margin: 0;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.5;
}

.hero-trust {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 16px;
  color: #9CA3AF;
  flex-wrap: wrap;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust svg {
  width: 16px;
  height: 16px;
  color: #34d399;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-cards {
    grid-template-columns: 1fr;
  }

  .hero-ai h1 {
    font-size: 24px;
  }
}
 /* CTA Section */
        .cta-section { position: relative; padding: 100px 64px; text-align: center; overflow: hidden; background: #000; }
        /* Gradient */
.cta-section::before{
    content: "";
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;

background: linear-gradient(180deg, #000000 0%, rgba(17, 17, 17, 0.2) 50%, #000000 100%);

}
        .cta-glow { position: absolute; width: 400px; height: 400px; background: rgba(147, 51, 234, 0.1); pointer-events: none;
filter: blur(32px); border-radius: 50%;    top: 23%;
    left: 32%; transform: translate(-50%, -50%); }
 .cta-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(8, 145, 178, 0.1);
    filter: blur(32px);
    border-radius: 50%;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
        .cta-robot-left { position: absolute; left: 64px; bottom: 60px; width: 200px; height: 240px; z-index: 2; }
        .cta-robot-left img { width: 100%; height: 100%; object-fit: contain; }
.cta-robot-right {
    position: absolute;
    right: -246px;
    bottom: -106px;
    width: 326px;
    height: 327px;
    z-index: 1;
}
        .cta-robot-right img { width: 100%; height: 100%; object-fit: contain; }
        .cta-content { position: relative; z-index: 3; max-width: 700px; margin: 0 auto; }
        .cta-title { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
        .cta-title span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .cta-subtitle { font-size: 20px; color: #9CA3AF; margin-bottom: 32px; line-height: 1.4; }
        .cta-buttons { display: flex; justify-content: center; gap: 16px; }
        .cta-buttons .btn { height: 56px; padding: 16px 32px; font-size: 18px; }
        .cta-buttons .btn-teal { background: linear-gradient(90deg, #14B8A6 0%, #0D9488 100%); color: #fff; }

.site-footer {
  background: #000000;
  color: #9ca3af;
  font-family: Inter, sans-serif;
  border-top: 1px solid #1F2937;
}

.footer-top {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px 40px;
  display: grid;
  grid-template-columns:0.8fr 1fr;
  gap: 60px;
}
.footer-links > div {
    flex-basis: 30%;
}
.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.footer-brand svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background:#0F223D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.socials svg {
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links h4 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #fff;
}

.footer-links a {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #9ca3af;
  text-decoration: none;
}

.footer-links a:hover {
  color: #e5e7eb;
}

.footer-bottom {
    border-top: 1px solid #1F2937;
    padding:32px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    max-width: 1440px;
    margin: auto;
    color: #9CA3AF;
}

.footer-bottom .legal {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  color: #9ca3af;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #e5e7eb;
}
.faq-section .container {
    position: relative;
}
/* Responsive */
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.dashed-corner-line{
    position: absolute;
    /* width: 95px; */
    /* height: 110px; */
    bottom:-80px;
    right: 110px;
    /* transform: rotate(-118deg) scaleY(-1); */
    z-index: 6;
}
.process-bottom-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}
.process-bottom-section .process-actions {
    margin-bottom: 10px;
}
p.note-subtitle {
    font-size: 12px;
    font-style: italic;
    color: #9CA3AF;
}

.process-bottom-section .process-actions .btn {
    font-size: 18px;
}

p.feature-short {
    color: #D1D5DB;
    font-size: 16px;
    margin: 32px 0;
}

/* About Us */

.preheading-title {
  
    display: inline-flex;
 
    justify-content: center;
    min-width: 176.13px;
    background: rgba(88, 28, 135, 0.3);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 9999px;
 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  
    color: #D8B4FE;
   
    margin-bottom: 20px;
    padding: 10px 40px;
}
.page-about .hero-section-content h1.hero-title {
    margin-bottom: 20px;
}
.page-about .hero-section-content .hero-subtitle {
    margin-bottom: 40px;
}

.about-robot .about-robot-inner {
    position: absolute;
    right: 0;
    top: -70px;
}

.about-robot {
    position: relative;
}
.page-about .hero-content{
   max-width: 1315px;
} 
.page-about .header-inner {
    max-width: 1315px;
}
.company-overview-inner{
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}
.company-overview-inner .section-subtitle {
    font-size: 18px;
}
.company-overview-section .container {
    position: relative;
    z-index: 9;
    max-width: 1315px;
}
.page-about .hero::before{
background: linear-gradient(180deg, rgba(74, 25, 113, 0.12) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);

}
.company-overview-section{
  overflow: initial;
}
.company-overview-section .section-glow{
  position: absolute;
  width: 474px;
  height: 474px;
  left: -222px;
  top: 130px;

  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(20, 184, 166, 0.29) 0%, rgba(20, 184, 166, 0) 70%);
  filter: blur(60px);
  border-radius: 250px;

}
.page-about .section-title{  margin-bottom: 24px; margin-top: 24px;}
.company-overview-section .section-glow-2{
    position: absolute;
    width: 474px;
    height: 474px;
    left: 1090px;
    top: -165px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(20, 184, 166, 0.29) 0%, rgba(20, 184, 166, 0) 70%);
    filter: blur(60px);
    border-radius: 250px;

}
.page-about .section {
    padding: 40px 40px;
}
.company-overview-visual img {
    position: relative;
    right: -42px;
}

.page-about .why-section {
    background: #000000;
}

.page-about .why-section {
    overflow: initial;
    z-index: 9;
    padding-top: 10px;
}
.page-about .hero-blur-3{
    left: 221px;
    top: 268px;
}
.page-about .hero-blur-1{
    height: 192px;
    left: 9.66%;
    right: 84.96%;
    top: 417px;
    background: rgba(8, 145, 178, 0.17);
    filter: blur(60.2px);
    border-radius: 9999px;
}
.page-about .purple-curved-line{
      position: absolute;
    width: 600px;
    height: 133.33px;
    left: -212px;
    top: 287px;
    /* border: 2px solid rgba(139, 92, 246, 0.3); */
    opacity: 0.4;
}
.page-about .hero-blur-2{
  position: absolute;
    height: 384px;
    left: 49.33%;
    right: -45%;
    top: 128px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
    filter: blur(60px);
    border-radius: 0px 300px 300px 300px;
}
.page-about .why-section .robot-float {
    position: absolute;
    right: -70px;
    top: -283px;
    z-index: -1;
}

.page-about .section-title {
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 43px;
}
.page-about .why-content{
      gap: 60px
}

.pt-120 {
    padding-top: 120px;
}

.page-about .section-subtitle{
  font-size: 18px;
}

.page-about .why-visual-glow{
/* Overlay+Blur */

position: absolute;
width: 588px;
height: 587px;
left: -237px;
top: 105px;

background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.318) 0%, rgba(139, 92, 246, 0) 70%);
filter: blur(60px);
border-radius: 0px 300px 300px 300px;
}
.page-about .hero-cta .btn{
    background: linear-gradient(86.55deg, #64CBD5 -14.55%, #A961BA 77.28%, #EC6C68 111.94%);
    border-radius: 8px;
    color: #fff;
}
.ai-cta {
    position: relative;
    padding: 190px 20px 100px;
    overflow: hidden;
}

.ai-cta-container {
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-cta-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.ai-cta-title span {
    background: linear-gradient(86.55deg, #64CBD5 -14.55%, #A961BA 88.82%, #EC6C68 109.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-cta-subtitle {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
}
.ai-cta-subtitle span {
    background: linear-gradient(86.55deg, #64CBD5 -14.55%, #A961BA 88.82%, #EC6C68 109.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Robots */
.ai-cta-robot {
    position: absolute;
    width: 285px;
    z-index: 4;
}

.ai-cta-robot img {
  width: 100%;
  height: auto;
}

.ai-cta-robot.left {
    left: -130px;
    top: -200px;
}

.ai-cta-robot.right {
    right: -142px;
    bottom: -110px;
}

.ai-cta-content {
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 44px 32px;
    gap: 24px;
    background: rgba(18, 18, 26, 0.5);
    border: 1px solid rgba(16, 185, 129, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    width: 100%;
}

.ai-cta-content .hero-actions{
  margin-bottom: 0;
}

.ai-cta-glow {
    position: absolute;
    height: 750px;
    left: 31.94%;
    width: 750px;
    top: 0;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
    opacity: 0.4;
    filter: blur(60px);
    border-radius: 400px;
}
.ai-cta-glow-2{
  /* Gradient+Blur */
position: absolute;
height: 750px;
left: 15.97%;
width: 750px;
bottom: 0px;

background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(20, 184, 166, 0.5) 0%, rgba(20, 184, 166, 0) 70%);
opacity: 0.35;
filter: blur(60px);
border-radius: 375px;

}

/* Background Glows */
        .bg-glow { position: absolute; pointer-events: none; filter: blur(60px); }
        .bg-glow-1 { width: 432px; height: 432px; top: 77px; left: -95px; border-radius: 250px; background: radial-gradient(circle, rgba(20, 184, 166, 0.29) 0%, transparent 70%); }
        .bg-glow-2 { width: 385px; height: 384px; top: 1323px; left: 150px; border-radius: 0 300px 300px 300px; background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, transparent 70%); opacity: 0.3; }
        .bg-glow-3 { width: 895px; height: 893px; top: 1824px; right: -447px; border-radius: 0 300px 300px 300px; background: radial-gradient(circle, rgba(139, 92, 246, 0.34) 0%, transparent 70%); opacity: 0.57; }
        .bg-glow-4 { width: 873px; height: 872px; top: 605px; right: -436px; border-radius: 0 300px 300px 300px; background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, transparent 70%); opacity: 0.3; transform: rotate(79deg); }
        .bg-glow-5 { width: 432px; height: 432px; bottom: 1237px; left: -27px; border-radius: 250px; background: radial-gradient(circle, rgba(20, 184, 166, 0.29) 0%, transparent 70%); opacity: 0.3; }
        .bg-glow-6 { width: 385px; height: 384px; top: 2968px; left: 8px; border-radius: 0 300px 300px 300px; background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, transparent 70%); }
        .bg-glow-7 { width: 432px; height: 432px; bottom: 1370px; left: -169px; border-radius: 250px; background: radial-gradient(circle, rgba(20, 184, 166, 0.29) 0%, transparent 70%); }
        .bg-glow-8 { width: 1089px; height: 1089px; bottom: -189px; left: 86px; border-radius: 250px; background: radial-gradient(circle, rgba(20, 184, 166, 0.11) 0%, transparent 70%); }

        /* Container */
        .container { max-width: 1312px; margin: 0 auto; position: relative; z-index: 1; }

        /* Hero Header */
        .privacy-hero { display: flex; flex-direction: column; gap: 24px; max-width: 901px; margin-bottom: 32px; }
        .privacy-badge { display: inline-flex; align-items: center; justify-content: center; padding: 9px 17px; border-radius: 9999px; background: rgba(88, 28, 135, 0.3); border: 1px solid rgba(168, 85, 247, 0.3); width: fit-content; }
        .privacy-badge span { font-size: 14px; font-weight: 500; color: #D8B4FE; }
        .privacy-title { font-family: 'Poppins', sans-serif; font-size: 60px; font-weight: 700; line-height: 1.2; }
        .privacy-title .gradient { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .privacy-date { font-size: 20px; color: var(--text-muted); line-height: 1.4; }
        .privacy-intro { font-size: 18px; color: var(--text-body); line-height: 1.625; padding-top: 8px; }

        /* Divider */
        .divider { width: 100%; height: 1px; background: linear-gradient(90deg, rgba(139, 92, 246, 0) 0%, rgba(139, 92, 246, 0.3) 50%, rgba(139, 92, 246, 0) 100%); margin: 32px 0; }

        /* Content Sections */
        .policy-section { margin-bottom: 32px; }
        .policy-section-title { font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 600; text-transform: uppercase; color: var(--white); line-height: 32px; margin-bottom: 16px; }
        .policy-section-desc { font-size: 16px; color: var(--text-body); line-height: 1.5; margin-bottom: 16px; }

        .policy-subsection { margin-bottom: 32px; }
        .policy-subsection-title { font-size: 24px; font-weight: 600; text-transform: uppercase; color: var(--white); line-height: 32px; padding: 12px 0; }
        .policy-subsection-desc { font-size: 16px; color: var(--text-body); line-height: 1.5; margin-bottom: 16px; }

        .policy-emphasis { font-size: 24px; font-weight: 500; color: var(--text-body); line-height: 1; margin: 24px 0 16px; }

        /* List Items */
        .policy-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
        .policy-list-item { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--text-body); line-height: 1.5; }
        .policy-list-item .bullet { width: 12px; height: 12px; flex-shrink: 0; margin-top: 8px; }
        .policy-list-item .bullet img { width: 12px; height: 12px; display: block; }

        .policy-note { font-size: 16px; color: var(--text-body); line-height: 1.5; margin-top: 16px; }
/* Page Content */
        .page-content { position: relative; padding: 137px 64px 60px; overflow: hidden; }


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .feature-list li{
      padding: 13.5px 0;
    }
    .tab-visual-inner img{
          top: -7%;
    }
    .tab-text h3{
          font-size: 38px;
    }
    .faq-section .robot-decor{
          right: -190px;
        top: -14px;
    }
    .footer-bottom{
        padding: 32px 40px;
    }
    .hero-title{
      margin-bottom: 20px;
    }
    .hero-subtitle{
      margin-bottom: 42px;
    }

    .header-inner{
      padding: 16px 60px;
    }

}


/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background:#0c0b12;
    display: none;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
.nav-cta{
  margin-top: 0;
    margin-right: auto;
}.mobile-cta {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
        width: 100%;
    }
  .nav.active {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    gap: 16px;        text-align: center;
  }

  .nav-cta {
    display: none;
  }

  .mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
.hero-content {
    text-align: left;
    padding-bottom: 0;
}
.hero-title{
      margin-bottom: 8px;
}
  .hero {
        height: auto;
         min-height: initial; 
         padding: 90px 24px 0px;
    }
.hero-cta .btn {
    height: 48px;
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.hero-bg-image img{
  height: 32% !important;
}.teal-curved-line {
    position: absolute;
    width: 100%;
    height: 35px;
    top: -382px;
    left: 100px;
    z-index: -1;
}
.purple-curved-line{
 
    position: absolute;
    width: 353px;
    height: 79px;
    left: -31px;
    top: -253px;
    transform: rotate(8.24deg);
    z-index: 2;

}
.hero-tagline {
    font-size: 14px;
}
.hero-visual {
    position: relative;
    width: 100%;
    height: 271px;
    margin-top: 20px;
    flex-shrink: 0;
}
.stat-card,
.dashed-corner-line {
    display: none;
}
.hero-frame{
  width: 100%;
  position: static;
  height: 271px;
}
.stats-section .section-title{
  font-size: 24px;
}
.stats-section .robot-decor,
.market-section .market-robot-decor,
.features-section .robot-decor,
.tab-visual .robot-float,
.why-visual .robot-float,
.faq-section .robot-decor,
.cta-robot-right {
    display: none;
}
.stat-box-number {
    font-size: 44px;
}
.ai-features {
    padding: 0;
}
.stats-section .section-subtitle {
    font-size: 14px;
    color: #D1D5DB;
    line-height: 1.4;
    max-width: 100%;
    margin: 8px auto 0;
}
.stat-box-number {
    font-size: 44px;
}
.stat-box-title{
      font-size: 16px;
}
.stat-box-desc {
    font-size: 14px;
}
.stat-box{
      padding: 16px 18px;    max-width: 100%;min-height: 210px;
}.feature-card .card-header h2, .feature-card .card-head h2 {
  
            font-size: 16px;
        line-height: 22px;
}p.feature-short {
    color: #D1D5DB;
    font-size: 14px;
    margin: 12px 0;
}
.step p {
    margin: 0;
    font-size: 14px;
}.step h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #fff;
}
.stats-grid{
      gap: 16px;
}
.stats-section .section-header {
    margin-bottom: 24px;
}
.section{
  padding: 20px 24px;
}
.stats-section{
  padding: 30px 20px;
}
.feature-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    font-size: 16px;
    color: #FFFFFF;
}
.feature-card {
    padding: 20px;
}.features-section .section-header {
    max-width: 100%;
}
.section-header{
  margin: 0 auto 20px;
}
.tab-section .section-title {
    font-size: 24px;
}
.tab-section .section-subtitle br {
    display: none;
}
.tab-section .section-subtitle {
    font-size: 14px;
}
.card-header h2{
  font-size: 16px;
}
.tab-text h3{
  font-size: 16px;
}.tab-text-icon {
    width: 29px;
    height: 29px;
    border-radius: 6px;
}
.tab-text-icon svg {
    width: 18px;
    height: 18px;
}
.tab-text {
    width: 100%;
}
.tab-content .tab-panel{
  flex-wrap: wrap;
}
.why-visual-frame{
  height: 288px;
}
.content h3{
  font-size: 18px;
}
.content p {
    margin: 0;
    font-size: 14px;
}
.process-card h4 {
    font-size: 18px;
}
.process-bottom-section .process-actions .btn {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}.faq-question {
    font-size: 16px;
}.hero-ai .subtitle {
    font-size: 14px;
}
.footer-links h4{
  font-size: 16px;
}.footer-links > div {
    flex-basis: 100%;
}.footer-links {
    gap: 10px;
    flex-wrap: wrap;
}
.process-bottom-section .process-actions {
    margin-bottom: 10px;
    width: 100%;
}
.cta-section {
    position: relative;
    padding: 0px 14px;
}

.btn{
  width: 100%;
      text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}
.hero-trust {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #9ca3af;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 40px;
        padding-top: 30px;
}
.hero-trust span{
  font-size: 16px;
}
  .slick-slide {
    padding: 0 8px;
  }

  .slick-list {
    margin: 0 -24px;
  }

.slick-dots li button::before{
  display: none;
}
.slick-dots li button{
  background-color: #D9D9D9;
  height: 3px;
  border-radius: 33px;
  width: 17px;
  padding: 0;
}
.slick-dots li.slick-active button{
  background-color: #3B82F6;
}
.slick-dots{
      bottom: -40px;
}
.tab-visual{
  width: 100%;
  padding: 10px 10px;
    min-height: 293px;
}
.tab-visual-inner {
    width: 100%;
    height: 270px;
}

.about-robot-inner img {
    width: 266px;
}
.about-robot .about-robot-inner {
    position: static;
    top: 0;
    text-align: center;
}
.company-overview-inner{
  grid-template-columns: repeat(1, 1fr);
      gap: 10px;
}
.page-about .section-title {
    margin-bottom: 14px;
    margin-top: 14px;
    font-size: 24px;
}
.page-about .section-subtitle {
    font-size: 14px;
    color: #9CA3AF;
}
.page-about .hero-blur-3 {
    left: 93px;
    top: 468px;
    width: 265px;
    height: 265px;
}
.company-overview-section .section-glow-2 {
    display: none;
}
.page-about .section {
    padding: 10px 20px;
}
.company-overview-visual img {
    position: relative;
    right: 0;
    max-width: 100%;
}
.page-about .why-section .robot-float {
    display: none;
}
  .page-about .why-text {
      order: -1;
  }
  .pt-120 {
      padding-top: 40px;
  }
  .ai-cta-robot{
    display: none;
  }
.ai-cta-title {
    font-size: 18px;
}
p.ai-cta-subtitle {
    font-size: 16px;
}
.ai-cta {
    position: relative;
    padding: 30px 20px 40px;
    overflow: hidden;
}
.ai-cta-content .hero-actions {
    margin-bottom: 0;
    margin-top: 10px;
}
.btn {
    padding: 10px 30px;
}
.ai-cta-content{
    padding: 16px 20px;
    gap: 5px;
}
.ai-cta-glow,
.ai-cta-glow-2{
  display: none;
}
.page-about .why-visual-glow{
  top: 155px;
}
.page-about .hero-blur-2{
  left: -30.67%;
    right: -45%;
    top: 88px;
}
.page-about .header-icon svg {
    width: 16px;
    height: 16px;
}
.page-about .header-icon {
    width: 29px;
    height: 29px;
    border-radius: 5px;
    display: inline-flex;
}
.page-about .section-title {
    margin-bottom: 24px;
    margin-top: 14px;
    font-size: 24px;
    display: inline-flex;
    margin-left: 12px;
    flex-basis: 90%;
    width: calc(100% - 60px);
} .page-content { padding: 100px 20px 40px; }
  .privacy-title { font-size: 36px; }
            .policy-section-title, .policy-subsection-title { font-size: 20px; }
}
/* MOBILE ONLY */
@media (max-width: 767px) {

  .tabs-nav {
    position: relative;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    color: #9ca3af;
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .tab-text-header{
    height: auto;
  }
.tab-btn.active::after{
      bottom: -13px;
}
  .tab-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  .tab-btn.active {
    color: #ffffff;
  }

  /* Sliding indicator */
  .tabs-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: var(--indicator-left, 0);
    width: var(--indicator-width, 0);
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border-radius: 4px;
    transition: all 0.35s ease;
  }

  .tab-section::before{
        pointer-events: none;
    position: absolute;
    width: 299px;
    height: 298px;
    left: -56px;
    top: 275px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
    filter: blur(60px);
    border-radius: 0px 300px 300px 300px;
  }

  .cta-glow{
    /* Overlay+Blur */

        position: absolute;
        width: 245px;
        height: 244px;
        left: -56px;
        top: 185px;
        transform: none;
      background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 92, 246, 0.6) 0%, rgba(139, 92, 246, 0) 70%);
      filter: blur(60px);
      border-radius: 0px 300px 300px 300px;

  }
  .cta-glow-2{
    /* Overlay+Blur */

  position: absolute;
  height: 255px;
  left: 41.73%;
  right: -6.62%;
  top: 451px;
 transform: none;
  background: rgba(8, 145, 178, 0.1);
  filter: blur(60.2px);
  border-radius: 9999px;

  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 44px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
    .hero-cta {
        flex-direction: row;
        align-items: center;
    }
    .hero-cta .btn {
      height: 56px;
    }
    .hero-frame {
        width: 541px;
        position: static;
        height: 401px;
        margin: 0 auto;
    }
    .stats-section .section-title {
        font-size: 36px;
    } 
    .stats-section .section-subtitle {
      font-size: 16px;
    }
    .stat-box-desc {
        font-size: 16px;
    }
    .stat-box-title {
        font-size: 24px;
    }
    .stat-box-number {
        font-size: 60px;
    }
    .stat-box {
        padding: 44px;
        max-width: 100%;
        
        min-height: 260px;
    }
    .tab-visual-inner {
      width: 100%;
      height: 409px;
    }
    .tab-section .section-title {
        font-size: 34px;
    }
    .section-title {
        font-size: 33px;
    }
    .feature-card .card-header h2, .feature-card .card-head h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .features-section .section-header {
        max-width: 84%;
    }
    .why-visual-frame {
        height: 588px;
    }
    .btn {
        padding: 16px 30px;
    }
    .process-bottom-section .process-actions .btn {
        font-size: 15px;
        font-weight: 400;
        width: 64%;
        margin: 0 auto;
        display: block;
    }
    .process-card h4 {
        font-size: 24px;
    }

}
 
