.elementor-2233 .elementor-element.elementor-element-ffc54fd{--display:flex;}.elementor-2233 .elementor-element.elementor-element-bfd98a1{width:var( --container-widget-width, 86.991% );max-width:86.991%;--container-widget-width:86.991%;--container-widget-flex-grow:0;}.elementor-2233 .elementor-element.elementor-element-bfd98a1.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2233 .elementor-element.elementor-element-3a0d806{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:40px;--padding-bottom:40px;--padding-left:12px;--padding-right:12px;}.elementor-2233 .elementor-element.elementor-element-3a0d806:not(.elementor-motion-effects-element-type-background), .elementor-2233 .elementor-element.elementor-element-3a0d806 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBD11A;}.elementor-2233 .elementor-element.elementor-element-4aed688{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2233 .elementor-element.elementor-element-a2e7abe .elementor-heading-title{color:#000000;}.elementor-2233 .elementor-element.elementor-element-eb40f16{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2233 .elementor-element.elementor-element-4a04b00 .octf-btn{background-color:#EBD11A;padding:10px 50px 10px 50px;opacity:1;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;}.elementor-2233 .elementor-element.elementor-element-4a04b00 .octf-btn:hover, .elementor-2233 .elementor-element.elementor-element-4a04b00 .octf-btn:focus{background-color:#FFFFFF;color:#111111;}.elementor-2233 .elementor-element.elementor-element-4a04b00 .octf-btn i{font-size:8px;color:#000000;}.elementor-2233 .elementor-element.elementor-element-4a04b00 .octf-btn svg{width:8px;fill:#000000;}@media(max-width:767px){.elementor-2233 .elementor-element.elementor-element-a2e7abe{text-align:center;}.elementor-2233 .elementor-element.elementor-element-eb40f16{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-2233 .elementor-element.elementor-element-4aed688{--width:66.6666%;}.elementor-2233 .elementor-element.elementor-element-eb40f16{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-bfd98a1 *//* ============================================
           RESET & BASE
        ============================================ */
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #1a1a2e;
            --primary-light: #2d2d52;
            --accent: #eab308;
            --accent-light: #facc15;
            --accent-glow: rgba(234, 179, 8, 0.25);
            --yellow: #eab308;
            --yellow-dark: #ca8a04;
            --yellow-light: #fde047;
            --yellow-glow: rgba(234, 179, 8, 0.25);
            --neon-green: #10b981;
            --neon-pink: #ec4899;
            --neon-orange: #f59e0b;
            --surface: #ffffff;
            --surface-alt: #f8f9fc;
            --surface-card: #ffffff;
            --surface-card-hover: #fefce8;
            --text-primary: #1a1a2e;
            --text-secondary: #4a4a6a;
            --text-muted: #8888a8;
            --border-color: rgba(234, 179, 8, 0.12);
            --border-card: rgba(0, 0, 0, 0.06);
            --gradient-main: linear-gradient(135deg, #eab308, #facc15);
            --gradient-hero: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
            --gradient-card: linear-gradient(145deg, #ffffff, #f8f9fc);
            --shadow-glow: 0 0 30px rgba(234, 179, 8, 0.08);
            --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
            --shadow-card-hover: 0 8px 32px rgba(0, 0, 0, 0.1);
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 20px;
            --radius-xl: 28px;
            --font-fa: 'Vazirmatn', sans-serif;
        }

        /* Elementor handles body/html */

        /* ============================================
           UTILITY
        ============================================ */
        .container {
            width: 100%;
            margin: 0 auto;
            padding: 0;
        }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 18px;
            background: rgba(234, 179, 8, 0.06);
            border: 1px solid rgba(234, 179, 8, 0.15);
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 16px;
        }

        .section-badge svg {
            width: 16px;
            height: 16px;
        }

        .section-title {
            font-size: clamp(1.4rem, 3vw, 2rem);
            font-weight: 900;
            line-height: 1.3;
            margin-bottom: 16px;
            color: var(--text-primary);
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.9;
        }

        .gradient-text {
            background: var(--gradient-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .text-center {
            text-align: center;
        }

        .mx-auto {
            margin-left: auto;
            margin-right: auto;
        }

        /* ============================================
           ANIMATED BACKGROUND
        ============================================ */
        .bg-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }

        .bg-particles .orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            opacity: 0.12;
            animation: float 20s ease-in-out infinite;
        }

        .bg-particles .orb:nth-child(1) {
            width: 500px;
            height: 500px;
            background: var(--accent);
            top: -10%;
            right: -10%;
            animation-delay: 0s;
        }

        .bg-particles .orb:nth-child(2) {
            width: 400px;
            height: 400px;
            background: var(--yellow);
            bottom: 10%;
            left: -5%;
            animation-delay: -7s;
        }

        .bg-particles .orb:nth-child(3) {
            width: 300px;
            height: 300px;
            background: var(--neon-pink);
            top: 50%;
            right: 30%;
            animation-delay: -14s;
            opacity: 0.06;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(30px, -30px) scale(1.05); }
            66% { transform: translate(-20px, 20px) scale(0.95); }
        }

        /* ============================================
           GRID PATTERN OVERLAY
        ============================================ */
        .grid-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image:
                linear-gradient(rgba(234, 179, 8, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(234, 179, 8, 0.02) 1px, transparent 1px);
            background-size: 60px 60px;
            pointer-events: none;
        }

        /* ============================================
           HERO SECTION
        ============================================ */
        .hero {
            position: relative;
            display: flex;
            align-items: center;
            padding: 40px 0;
            background: var(--gradient-hero);
            overflow: hidden;
        }

        .hero .container {
            position: relative;
            z-index: 2;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

        .hero .container > .hero-content {
            flex: 1 1 200px;
            min-width: 0;
        }

        .hero .container > .hero-visual {
            flex: 1 1 200px;
            min-width: 0;
            max-width: 100%;
            overflow: hidden;
        }

        .hero-content {
            position: relative;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 20px;
            background: rgba(234, 179, 8, 0.1);
            border: 1px solid rgba(234, 179, 8, 0.3);
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 24px;
            animation: pulse-badge 3s ease-in-out infinite;
        }

        @keyframes pulse-badge {
            0%, 100% { box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.2); }
            50% { box-shadow: 0 0 0 10px rgba(234, 179, 8, 0); }
        }

        .hero-title {
            font-size: clamp(1.6rem, 4vw, 2.4rem);
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 24px;
        }

        .hero-desc {
            font-size: 1.15rem;
            color: var(--text-secondary);
            line-height: 2;
            margin-bottom: 40px;
            max-width: 520px;
        }

        .hero-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: var(--gradient-main);
            color: white;
            border: none;
            border-radius: 50px;
            font-family: var(--font-fa);
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px var(--accent-glow);
        }

        .btn-primary svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s;
        }

        .btn-primary:hover svg {
            transform: translateX(-4px);
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: transparent;
            color: var(--text-primary);
            border: 2px solid var(--border-color);
            border-radius: 50px;
            font-family: var(--font-fa);
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
        }

        .btn-secondary:hover {
            border-color: var(--accent);
            background: rgba(234, 179, 8, 0.04);
        }

        .btn-secondary svg {
            width: 20px;
            height: 20px;
        }

        .hero-stats {
            display: flex;
            gap: 24px;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid var(--border-card);
        }

        .hero-stat {
            text-align: center;
        }

        .hero-stat-value {
            font-size: 1.8rem;
            font-weight: 900;
            background: var(--gradient-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-stat-label {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-top: 4px;
        }

        /* Hero Visual */
        .hero-visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        .hero-visual-main {
            width: 100%;
            max-width: 300px;
            aspect-ratio: 1;
            border-radius: var(--radius-xl);
            background: var(--gradient-card);
            border: 1px solid var(--border-card);
            box-shadow: var(--shadow-card);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .hero-visual-main::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 30% 40%, rgba(234, 179, 8, 0.06), transparent 60%),
                        radial-gradient(circle at 70% 60%, rgba(20, 184, 166, 0.06), transparent 60%);
        }

        .neural-network-svg {
            width: 80%;
            height: 80%;
            position: relative;
            z-index: 1;
        }

        /* Floating Cards */
        .floating-card {
            position: absolute;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(16px);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-md);
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            animation: float-card 6s ease-in-out infinite;
            z-index: 5;
            box-shadow: var(--shadow-card);
        }

        .floating-card:nth-child(2) {
            top: 10%;
            left: 0;
            animation-delay: -1s;
        }

        .floating-card:nth-child(3) {
            bottom: 15%;
            right: 0;
            animation-delay: -3s;
        }

        .floating-card:nth-child(4) {
            bottom: 5%;
            left: 10%;
            animation-delay: -5s;
        }

        @keyframes float-card {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-12px); }
        }

        .floating-card-icon {
            width: 40px;
            height: 40px;
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .floating-card-icon svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .floating-card-icon.yellow { background: var(--accent); }
        .floating-card-icon.orange { background: #f59e0b; }
        .floating-card-icon.green { background: var(--neon-green); }

        .floating-card-text {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text-primary);
        }

        .floating-card-sub {
            font-size: 0.75rem;
            color: var(--text-muted);
        }

        /* ============================================
           FEATURES
        ============================================ */
        .features {
            position: relative;
            padding: 40px 0;
            z-index: 2;
            background: var(--surface-alt);
        }

        .features-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .features-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .features-grid > .feature-card {
            flex: 1 1 calc(33.333% - 14px);
            max-width: calc(33.333% - 14px);
            min-width: 0;
        }

        .feature-card {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-lg);
            padding: 28px 20px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-card);
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 3px;
            background: var(--gradient-main);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            border-color: rgba(234, 179, 8, 0.15);
            box-shadow: var(--shadow-card-hover);
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-icon {
            width: 56px;
            height: 56px;
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .feature-icon svg {
            width: 28px;
            height: 28px;
            fill: white;
        }

        .feature-icon.yellow { background: linear-gradient(135deg, #eab308, #facc15); }
        .feature-icon.orange { background: linear-gradient(135deg, #f59e0b, #fcd34d); }
        .feature-icon.green { background: linear-gradient(135deg, #10b981, #6ee7b7); }
        .feature-icon.pink { background: linear-gradient(135deg, #ec4899, #f9a8d4); }
        .feature-icon.orange { background: linear-gradient(135deg, #f59e0b, #fcd34d); }
        .feature-icon.yellow-dark { background: linear-gradient(135deg, #ca8a04, #eab308); }

        .feature-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--text-primary);
        }

        .feature-desc {
            font-size: 0.95rem;
            color: var(--text-secondary);
            line-height: 1.9;
        }

        /* ============================================
           DATASETS SECTION
        ============================================ */
        .datasets {
            position: relative;
            padding: 40px 0;
            z-index: 2;
        }

        .datasets .container {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

        .datasets .container > .datasets-list {
            flex: 1 1 250px;
            min-width: 0;
        }

        .datasets .container > .datasets-visual {
            flex: 1 1 250px;
            min-width: 0;
        }

        .datasets-visual {
            position: relative;
        }

        .dataset-preview {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-card);
        }

        .dataset-preview-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 14px 20px;
            border-bottom: 1px solid var(--border-card);
            background: var(--surface-alt);
        }

        .dataset-preview-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .dataset-preview-dot.red { background: #ef4444; }
        .dataset-preview-dot.orange { background: #f59e0b; }
        .dataset-preview-dot.green { background: #10b981; }

        .dataset-preview-body {
            padding: 24px;
        }

        .dataset-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        }

        .dataset-row:last-child {
            border-bottom: none;
        }

        .dataset-name {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-primary);
        }

        .dataset-meta {
            display: flex;
            gap: 16px;
        }

        .dataset-meta span {
            font-size: 0.8rem;
            color: var(--text-muted);
        }

        .dataset-size {
            font-size: 0.8rem;
            color: var(--accent);
            font-weight: 600;
        }

        .datasets-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .dataset-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 20px;
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-md);
            transition: all 0.3s;
            box-shadow: var(--shadow-card);
        }

        .dataset-item:hover {
            border-color: rgba(234, 179, 8, 0.15);
            transform: translateX(-6px);
            box-shadow: var(--shadow-card-hover);
        }

        .dataset-item-icon {
            width: 48px;
            height: 48px;
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .dataset-item-icon svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .dataset-item-content {
            flex: 1;
        }

        .dataset-item-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 4px;
        }

        .dataset-item-desc {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .dataset-item-badge {
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 700;
            background: rgba(234, 179, 8, 0.08);
            color: var(--accent);
        }

        /* ============================================
           SYLLABUS / CONTENTS
        ============================================ */
        .syllabus {
            position: relative;
            padding: 40px 0;
            z-index: 2;
            background: var(--surface-alt);
        }

        .syllabus-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .syllabus-timeline {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

        .syllabus-timeline::before {
            content: '';
            position: absolute;
            top: 0;
            right: 28px;
            width: 3px;
            height: 100%;
            background: linear-gradient(to bottom, var(--accent), var(--neon-green));
            border-radius: 3px;
        }

        .syllabus-item {
            display: flex;
            gap: 24px;
            margin-bottom: 28px;
            position: relative;
        }

        .syllabus-item:last-child {
            margin-bottom: 0;
        }

        .syllabus-dot {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: var(--surface-card);
            border: 3px solid var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            z-index: 2;
            font-size: 0.95rem;
            font-weight: 800;
            color: var(--accent);
            box-shadow: var(--shadow-card);
        }

        .syllabus-content {
            flex: 1;
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-md);
            padding: 24px;
            transition: all 0.3s;
            box-shadow: var(--shadow-card);
        }

        .syllabus-content:hover {
            border-color: rgba(234, 179, 8, 0.15);
            box-shadow: var(--shadow-card-hover);
        }

        .syllabus-module-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 8px;
        }

        .syllabus-module-desc {
            font-size: 0.9rem;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .syllabus-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .syllabus-tag {
            padding: 4px 14px;
            background: rgba(234, 179, 8, 0.06);
            border: 1px solid rgba(234, 179, 8, 0.12);
            border-radius: 50px;
            font-size: 0.78rem;
            color: var(--accent);
            font-weight: 500;
        }

        /* ============================================
           WHY THIS DATA SHEET
        ============================================ */
        .why {
            position: relative;
            padding: 40px 0;
            z-index: 2;
        }

        .why .container {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

        .why .container > .why-content {
            flex: 1 1 250px;
            min-width: 0;
        }

        .why .container > .why-visual {
            flex: 1 1 250px;
            min-width: 0;
        }

        .why-content {
            order: 2;
        }

        .why-visual {
            order: 1;
            position: relative;
        }

        .why-accordion {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .why-item {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-md);
            padding: 24px;
            transition: all 0.3s;
            box-shadow: var(--shadow-card);
        }

        .why-item:hover {
            border-color: rgba(234, 179, 8, 0.15);
            box-shadow: var(--shadow-card-hover);
        }

        .why-item-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 10px;
        }

        .why-item-number {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: var(--gradient-main);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 800;
            flex-shrink: 0;
            color: white;
        }

        .why-item-title {
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--text-primary);
        }

        .why-item-desc {
            font-size: 0.9rem;
            color: var(--text-secondary);
            line-height: 1.8;
            padding-right: 50px;
        }

        /* Comparison Visual */
        .comparison-box {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-lg);
            padding: 40px;
            box-shadow: var(--shadow-card);
        }

        .comparison-row {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        }

        .comparison-row:last-child {
            border-bottom: none;
        }

        .comparison-label {
            flex: 1;
            font-size: 0.95rem;
            color: var(--text-secondary);
        }

        .comparison-bar-wrapper {
            flex: 2;
            height: 10px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 5px;
            overflow: hidden;
        }

        .comparison-bar {
            height: 100%;
            border-radius: 5px;
            transition: width 1s ease;
        }

        .comparison-bar.yellow { background: var(--gradient-main); }
        .comparison-bar.green { background: linear-gradient(90deg, #10b981, #6ee7b7); }

        .comparison-value {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--text-primary);
            min-width: 45px;
            text-align: left;
        }

        /* ============================================
           TARGET AUDIENCE
        ============================================ */
        .audience {
            position: relative;
            padding: 40px 0;
            z-index: 2;
            background: var(--surface-alt);
        }

        .audience-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .audience-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }

        .audience-grid > .audience-card {
            flex: 1 1 calc(25% - 18px);
            max-width: calc(25% - 18px);
            min-width: 0;
        }

        .audience-card {
            text-align: center;
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-lg);
            padding: 36px 20px;
            transition: all 0.4s;
            box-shadow: var(--shadow-card);
        }

        .audience-card:hover {
            transform: translateY(-8px);
            border-color: rgba(234, 179, 8, 0.15);
            box-shadow: var(--shadow-card-hover);
        }

        .audience-avatar {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .audience-avatar svg {
            width: 36px;
            height: 36px;
            fill: white;
        }

        .audience-avatar.yellow { background: linear-gradient(135deg, #eab308, #facc15); }
        .audience-avatar.orange { background: linear-gradient(135deg, #f59e0b, #fcd34d); }
        .audience-avatar.green { background: linear-gradient(135deg, #10b981, #6ee7b7); }
        .audience-avatar.pink { background: linear-gradient(135deg, #ec4899, #f9a8d4); }

        .audience-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 8px;
        }

        .audience-desc {
            font-size: 0.85rem;
            color: var(--text-muted);
            line-height: 1.8;
        }

        /* ============================================
           TOOLS & TECHNOLOGIES
        ============================================ */
        .tools {
            position: relative;
            padding: 40px 0;
            z-index: 2;
        }

        .tools-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .tools-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .tool-chip {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 24px;
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: 50px;
            transition: all 0.3s;
            cursor: default;
            box-shadow: var(--shadow-card);
        }

        .tool-chip:hover {
            border-color: rgba(234, 179, 8, 0.2);
            transform: translateY(-3px);
            box-shadow: var(--shadow-card-hover);
        }

        .tool-chip-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 800;
            color: white;
        }

        .tool-chip-name {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--text-primary);
        }

        /* ============================================
           TESTIMONIALS
        ============================================ */
        .testimonials {
            position: relative;
            padding: 40px 0;
            z-index: 2;
            background: var(--surface-alt);
        }

        .testimonials-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .testimonials-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
        }

        .testimonials-grid > .testimonial-card {
            flex: 1 1 calc(33.333% - 14px);
            max-width: calc(33.333% - 14px);
            min-width: 0;
        }

        .testimonial-card {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-lg);
            padding: 32px;
            position: relative;
            box-shadow: var(--shadow-card);
        }

        .testimonial-card::before {
            content: '\201C';
            position: absolute;
            top: 16px;
            left: 24px;
            font-size: 4rem;
            color: var(--accent);
            opacity: 0.1;
            font-family: serif;
            line-height: 1;
        }

        .testimonial-stars {
            display: flex;
            gap: 4px;
            margin-bottom: 16px;
        }

        .testimonial-stars svg {
            width: 18px;
            height: 18px;
            fill: var(--yellow);
        }

        .testimonial-text {
            font-size: 0.95rem;
            color: var(--text-secondary);
            line-height: 1.9;
            margin-bottom: 24px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .testimonial-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: 800;
            color: white;
        }

        .testimonial-avatar.yellow { background: var(--accent); }
        .testimonial-avatar.orange { background: #f59e0b; }
        .testimonial-avatar.green { background: var(--neon-green); }

        .testimonial-name {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--text-primary);
        }

        .testimonial-role {
            font-size: 0.8rem;
            color: var(--text-muted);
        }

        /* ============================================
           CTA SECTION
        ============================================ */
        .cta {
            position: relative;
            padding: 40px 0;
            z-index: 2;
        }

        .cta-box {
            background: linear-gradient(135deg, rgba(234, 179, 8, 0.06), rgba(16, 185, 129, 0.04));
            border: 1px solid rgba(234, 179, 8, 0.1);
            border-radius: var(--radius-xl);
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-box::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 50% 50%, rgba(234, 179, 8, 0.04), transparent 60%);
            animation: rotate-bg 30s linear infinite;
        }

        @keyframes rotate-bg {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .cta-box > * {
            position: relative;
            z-index: 2;
        }

        .cta-title {
            font-size: clamp(1.4rem, 3vw, 2rem);
            font-weight: 900;
            margin-bottom: 20px;
        }

        .cta-desc {
            font-size: 1.1rem;
            color: var(--text-secondary);
            max-width: 550px;
            margin: 0 auto 40px;
            line-height: 1.9;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .cta-features {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .cta-feature {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
            color: var(--text-secondary);
        }

        .cta-feature svg {
            width: 18px;
            height: 18px;
            fill: var(--neon-green);
        }

        /* ============================================
           FAQ SECTION
        ============================================ */
        .faq {
            position: relative;
            padding: 40px 0;
            z-index: 2;
            background: var(--surface-alt);
        }

        .faq-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .faq-list {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .faq-item {
            background: var(--surface-card);
            border: 1px solid var(--border-card);
            border-radius: var(--radius-md);
            overflow: hidden;
            transition: all 0.3s;
            box-shadow: var(--shadow-card);
        }

        .faq-item:hover {
            border-color: rgba(234, 179, 8, 0.15);
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 22px 28px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-primary);
            transition: color 0.3s;
        }

        .faq-question:hover {
            color: var(--accent);
        }

        .faq-toggle {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(234, 179, 8, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            flex-shrink: 0;
        }

        .faq-toggle svg {
            width: 14px;
            height: 14px;
            fill: var(--accent);
            transition: transform 0.3s;
        }

        .faq-item.active .faq-toggle {
            background: var(--accent);
        }

        .faq-item.active .faq-toggle svg {
            fill: white;
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
        }

        .faq-answer-inner {
            padding: 0 28px 22px;
            font-size: 0.92rem;
            color: var(--text-secondary);
            line-height: 1.9;
        }

        /* ============================================
           FOOTER
        ============================================ */
        .footer {
            position: relative;
            z-index: 2;
            padding: 30px 0 15px;
            border-top: 1px solid var(--border-card);
        }

        .footer-top {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-top > div:first-child {
            flex: 2 1 200px;
            min-width: 0;
        }

        .footer-top > div:not(:first-child) {
            flex: 1 1 140px;
            min-width: 0;
        }

        .footer-brand-desc {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.9;
            margin-top: 16px;
            max-width: 260px;
        }

        .footer-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 20px;
        }

        .footer-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-links a {
            text-decoration: none;
            color: var(--text-muted);
            font-size: 0.9rem;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: var(--accent);
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 24px;
            border-top: 1px solid var(--border-card);
        }

        .footer-copyright {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .footer-socials {
            display: flex;
            gap: 12px;
        }

        .footer-social {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(234, 179, 8, 0.06);
            border: 1px solid var(--border-card);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            text-decoration: none;
        }

        .footer-social:hover {
            background: var(--accent);
            border-color: var(--accent);
        }

        .footer-social svg {
            width: 16px;
            height: 16px;
            fill: var(--text-muted);
            transition: fill 0.3s;
        }

        .footer-social:hover svg {
            fill: white;
        }

        /* ============================================
           RESPONSIVE
        ============================================ */
        @media (max-width: 1024px) {
            .hero .container > .hero-content,
            .hero .container > .hero-visual {
                flex: 1 1 100%;
            }

            .hero .container {
                text-align: center;
            }

            .hero-desc {
                margin: 0 auto 40px;
            }

            .hero-actions {
                justify-content: center;
            }

            .hero-stats {
                justify-content: center;
            }

            .hero-visual {
                order: -1;
                max-width: 260px;
                margin: 0 auto;
            }

            .features-grid > .feature-card {
                flex: 1 1 45%;
            }

            .datasets .container > .datasets-list,
            .datasets .container > .datasets-visual {
                flex: 1 1 100%;
            }

            .why .container > .why-content,
            .why .container > .why-visual {
                flex: 1 1 100%;
            }

            .audience-grid > .audience-card {
                flex: 1 1 45%;
            }

            .testimonials-grid > .testimonial-card {
                flex: 1 1 45%;
            }

            .footer-top > div {
                flex: 1 1 45%;
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .mobile-menu-btn {
                display: block;
            }

            .hero {
                padding: 30px 0;
            }

            .features-grid > .feature-card {
                flex: 1 1 100%;
            }

            .audience-grid > .audience-card {
                flex: 1 1 100%;
            }

            .testimonials-grid > .testimonial-card {
                flex: 1 1 100%;
            }

            .cta-box {
                padding: 50px 30px;
            }

            .footer-top > div {
                flex: 1 1 100%;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }

            .floating-card {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .hero-stats {
                flex-direction: column;
                gap: 20px;
            }

            .hero-actions {
                flex-direction: column;
                align-items: center;
            }

            .btn-primary, .btn-secondary {
                width: 100%;
                justify-content: center;
            }

            .cta-features {
                flex-direction: column;
                align-items: center;
            }
        }/* End custom CSS */