/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography System - Local Fonts */
@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Extralight.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Light.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Regular.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Medium.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Bold.woff2') format('woff2'),
         url('./fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Heading Typography - Clean and Minimal */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #ffffff;
    letter-spacing: -0.02em;
}

/* Hero Title - Clean and Minimal */
.hero-title {
    font-family: 'Clash Display', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

/* Section Headings - Clean and Minimal */
.section-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* Feature Card Headings */
.feature-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* Pricing Headings */
.pricing-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* CTA and Demo Headings */
.cta h2, .demo h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* Body Text - Clean and Readable */
p {
    margin-bottom: 1rem;
    color: #a1a1aa;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

/* Hero Subtitle - Clean and Minimal */
.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #a1a1aa;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
}

/* Section Header Subtitle */
.section-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #a1a1aa;
    max-width: 700px;
    margin: 0 auto;
}

/* Stats Typography */
.stat-number {
    font-family: 'Clash Display', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #71717a;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Navigation Typography */
.nav-logo {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.nav-menu a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* Button Typography */
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

/* Pricing Typography */
.price .amount {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.pricing-badge {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

/* Footer Typography */
.footer-section h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

/* Gradient Text Effects - Minimal */
.gradient-text {
    color: #ffffff;
    position: relative;
}

/* Buttons - Clean and Minimal */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.btn-primary {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.btn-primary:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #333333;
}

.btn-secondary:hover {
    background: #333333;
    border-color: #333333;
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-outline:hover {
    background: #ffffff;
    color: #000000;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* Navigation - Clean and Minimal */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.nav-logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-logo span {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #a1a1aa;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: #ffffff;
}

.nav-cta {
    display: flex;
    gap: 1rem;
}

/* Hero Section - Clean and Minimal */
.hero {
    padding: 120px 0 80px;
    background: #000000;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #a1a1aa;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    gap: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
}

.stat-label {
    font-size: 0.875rem;
    color: #71717a;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Hero Visual - Minimal */
.hero-visual {
    position: relative;
    height: 500px;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-card {
    position: absolute;
    background: #111111;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: float 6s ease-in-out infinite;
}

.floating-card i {
    font-size: 1.5rem;
    color: #ffffff;
}

.floating-card span {
    font-weight: 500;
    color: #ffffff;
}

.card-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.card-2 {
    top: 50%;
    right: 20%;
    animation-delay: 2s;
}

.card-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

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

/* Social Proof - Clean and Minimal */
.social-proof {
    padding: 60px 0;
    background: #000000;
    border-bottom: 1px solid #111111;
}

.social-proof-text {
    text-align: center;
    color: #71717a;
    margin-bottom: 2rem;
    font-weight: 500;
}

.company-logos {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.logo-item {
    padding: 1rem 2rem;
    background: #111111;
    border-radius: 6px;
    color: #71717a;
    font-weight: 500;
    border: 1px solid #333333;
}

/* Features Section - Clean and Minimal */
.features {
    padding: 80px 0;
    background: #000000;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: #a1a1aa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: #111111;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #333333;
    transition: all 0.2s ease;
}

.feature-card:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #333333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.feature-card h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #a1a1aa;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Feature Comparison */
.feature-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.comparison-box {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #333333;
}

.comparison-box.without {
    background: #1f1f1f;
}

.comparison-box.with {
    background: #1f1f1f;
}

.comparison-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.comparison-box.without .comparison-header i {
    color: #ef4444;
}

.comparison-box.with .comparison-header i {
    color: #10b981;
}

.comparison-box.without .comparison-header span,
.comparison-box.with .comparison-header span {
    color: #ffffff;
}

.comparison-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-box li {
    color: #a1a1aa;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* Platform Buttons */
.platform-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.platform-btn {
    background: #333333;
    color: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #444444;
}

.platform-btn:hover {
    background: #444444;
    border-color: #ffffff;
}

.platform-icon {
    font-weight: 700;
    font-size: 1.125rem;
}

.time-saved {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #10b981;
    font-weight: 500;
    font-size: 0.875rem;
}

.time-saved i {
    font-size: 1rem;
}

/* Intelligence Content */
.intelligence-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

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

.intelligence-section h4 {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.intelligence-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.intelligence-section li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #a1a1aa;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.intelligence-section li i {
    color: #10b981;
    font-size: 0.75rem;
}

/* Demo Section - Clean and Minimal */
.demo {
    padding: 80px 0;
    background: #000000;
}

.demo-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.demo-content h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.demo-content p {
    font-size: 1.125rem;
    color: #a1a1aa;
    margin-bottom: 3rem;
}

.demo-video {
    max-width: 600px;
    margin: 0 auto;
}

.video-placeholder {
    background: #111111;
    border: 1px solid #333333;
    border-radius: 12px;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-placeholder:hover {
    border-color: #ffffff;
    background: #111111;
}

.video-placeholder i {
    font-size: 3rem;
    color: #ffffff;
}

.video-placeholder span {
    font-size: 1.125rem;
    color: #a1a1aa;
    font-weight: 500;
}

/* Pricing Section - Clean and Minimal */
.pricing {
    padding: 80px 0;
    background: #000000;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.pricing-card {
    background: #111111;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #333333;
    position: relative;
    transition: all 0.2s ease;
}

.pricing-card:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.pricing-card.featured {
    border: 1px solid #ffffff;
    background: #111111;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.currency {
    font-size: 1.5rem;
    color: #a1a1aa;
}

.amount {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
}

.period {
    font-size: 1rem;
    color: #71717a;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #a1a1aa;
}

.pricing-features i {
    color: #ffffff;
    font-size: 1rem;
}

/* CTA Section - Clean and Minimal */
.cta {
    padding: 80px 0;
    background: #111111;
    color: white;
    text-align: center;
}

.cta-content h2 {
    color: white;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.cta-note {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Footer - Clean and Minimal */
.footer {
    background: #000000;
    color: white;
    padding: 60px 0 20px;
    border-top: 1px solid #111111;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-logo i {
    color: #ffffff;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
}

.footer-section a {
    display: block;
    color: #a1a1aa;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #111111;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

/* CPM Improvement Section - Clean and Minimal */
.cpm-improvement {
    padding: 80px 0;
    background: #000000;
    border-bottom: 1px solid #111111;
}

.cpm-header {
    text-align: center;
    margin-bottom: 4rem;
}

.cpm-header h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cpm-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
}

.cpm-stat {
    text-align: center;
    padding: 2rem;
}

.cpm-number {
    font-family: 'Clash Display', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cpm-number.highlight {
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cpm-number.improvement {
    color: #ffffff;
    font-size: 3.5rem;
}

.cpm-stat p {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #a1a1aa;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}

.cpm-example {
    max-width: 800px;
    margin: 0 auto;
}

.example-placeholder {
    background: #111111;
    border: 1px solid #333333;
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    color: #a1a1aa;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.example-placeholder:hover {
    border-color: #ffffff;
    background: #111111;
}

/* Responsive adjustments for CPM section */
@media (max-width: 768px) {
    .cpm-header h2 {
        font-size: 2.5rem;
    }
    
    .cpm-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cpm-number {
        font-size: 3rem;
    }
    
    .cpm-number.improvement {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .cpm-header h2 {
        font-size: 2rem;
    }
    
    .cpm-number {
        font-size: 2.5rem;
    }
    
    .cpm-number.improvement {
        font-size: 2rem;
    }
}

/* How It Works Section - Clean and Minimal */
.how-it-works {
    padding: 80px 0;
    background: #111111;
    border-bottom: 1px solid #222222;
}

.how-it-works-header {
    text-align: center;
    margin-bottom: 4rem;
}

.how-it-works-header h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.how-it-works-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #a1a1aa;
    line-height: 1.6;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.step-card {
    background: #000000;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #333333;
    text-align: center;
    transition: all 0.2s ease;
}

.step-card:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.step-icon {
    width: 60px;
    height: 60px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.2s ease;
}

.step-icon.complete {
    background: #ffffff;
    color: #000000;
}

.step-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.step-icon.complete i {
    color: #000000;
}

.step-number {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.step-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.step-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #a1a1aa;
    line-height: 1.5;
    margin: 0;
}

.coming-soon-badge {
    background: #fbbf24;
    color: #000000;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    display: inline-block;
}

.behind-scenes {
    margin-bottom: 4rem;
}

.behind-scenes h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
}

.behind-scenes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.behind-scenes-item {
    background: #000000;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #333333;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    transition: all 0.2s ease;
}

.behind-scenes-item:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.behind-scenes-icon {
    width: 50px;
    height: 50px;
    background: #333333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.behind-scenes-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.behind-scenes-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.behind-scenes-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

.how-it-works-cta {
    text-align: center;
}

.how-it-works-cta .btn {
    font-size: 1.125rem;
    padding: 18px 36px;
}

/* Responsive adjustments for How It Works section */
@media (max-width: 768px) {
    .how-it-works-header h2 {
        font-size: 2.5rem;
    }
    
    .process-steps {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
    }
    
    .behind-scenes h2 {
        font-size: 2rem;
    }
    
    .behind-scenes-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .behind-scenes-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .how-it-works-header h2 {
        font-size: 2rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .step-card {
        padding: 1.5rem 1rem;
    }
    
    .behind-scenes h2 {
        font-size: 1.75rem;
    }
}

/* Workflow Automation Section - Clean and Minimal */
.workflow-automation {
    padding: 80px 0;
    background: #000000;
    border-bottom: 1px solid #111111;
}

.workflow-header {
    text-align: center;
    margin-bottom: 4rem;
}

.workflow-header h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.workflow-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #a1a1aa;
    line-height: 1.6;
}

.for-whom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.for-whom-card {
    background: #111111;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #333333;
    transition: all 0.2s ease;
}

.for-whom-card:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.for-whom-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.for-whom-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.for-whom-icon.agency {
    background: #333333;
}

.for-whom-icon.inhouse {
    background: #333333;
}

.for-whom-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.for-whom-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.for-whom-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.for-whom-features li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #333333;
}

.for-whom-features li:last-child {
    border-bottom: none;
}

.for-whom-features i {
    font-size: 1.25rem;
    color: #10b981;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feature-content strong {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.feature-content span {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #a1a1aa;
    line-height: 1.5;
}

/* Responsive adjustments for Workflow Automation section */
@media (max-width: 768px) {
    .workflow-header h2 {
        font-size: 2.5rem;
    }
    
    .for-whom-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .for-whom-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .workflow-header h2 {
        font-size: 2rem;
    }
    
    .for-whom-card {
        padding: 1.5rem;
    }
    
    .for-whom-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

/* Responsive adjustments for Features section */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-comparison {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .platform-buttons {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .intelligence-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .feature-card {
        padding: 1.5rem;
    }
    
    .comparison-box {
        padding: 1rem;
    }
    
    .platform-btn {
        padding: 0.75rem;
    }
}

/* Speed Section */
.speed-section {
    padding: 80px 0;
    background: #111111;
    border-bottom: 1px solid #222222;
}

.speed-header {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.speed-icon {
    width: 60px;
    height: 60px;
    background: #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speed-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.speed-header h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.speed-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.speed-box {
    background: #000000;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #333333;
    transition: all 0.2s ease;
}

.speed-box:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
}

.speed-box-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.speed-box.traditional .speed-box-header i {
    color: #ffffff;
    font-size: 1.5rem;
}

.speed-box.with-64ads .speed-box-header i {
    color: #ffffff;
    font-size: 1.5rem;
}

.speed-box-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.speed-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speed-box li {
    color: #a1a1aa;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    position: relative;
}

.speed-box li:before {
    content: "•";
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.speed-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.speed-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments for Speed section */
@media (max-width: 768px) {
    .speed-header h2 {
        font-size: 2.5rem;
    }
    
    .speed-comparison {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .speed-box {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .speed-header {
        flex-direction: column;
        gap: 1rem;
    }
    
    .speed-header h2 {
        font-size: 2rem;
    }
    
    .speed-box {
        padding: 1.5rem;
    }
}

/* The Result Section */
.result-section {
    padding: 100px 0;
    background: #000000;
}

.result-block {
    background: #111111;
    border: 1px solid #333333;
    border-radius: 24px;
    padding: 4rem 3rem;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.result-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.6);
    border-color: #ffffff;
}

.result-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 24px;
    z-index: 1;
}

.result-block h2,
.result-block p {
    position: relative;
    z-index: 2;
}

.result-block h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.result-block p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.result-block strong {
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments for Result section */
@media (max-width: 768px) {
    .result-block {
        padding: 3rem 2rem;
        margin: 0 1rem;
    }
    
    .result-block h2 {
        font-size: 3rem;
    }
    
    .result-block p {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .result-block {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }
    
    .result-block h2 {
        font-size: 2.5rem;
    }
    
    .result-block p {
        font-size: 1.125rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .nav-menu {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .btn-large {
        padding: 14px 24px;
        font-size: 1rem;
    }
}

/* AI Sophistication Section */
.ai-sophistication {
    padding: 100px 0;
    background: #000000;
    border-bottom: 1px solid #111111;
}

.ai-header {
    text-align: center;
    margin-bottom: 4rem;
}

.ai-header h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ai-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #a1a1aa;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.ai-content {
    background: #111111;
    border-radius: 24px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ai-text-section h3 {
    font-family: 'Clash Display', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ai-text-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

.ai-visual-section {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-pattern {
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, #10b981 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, #3b82f6 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, #8b5cf6 0%, transparent 50%),
        linear-gradient(45deg, #10b981 0%, #3b82f6 25%, #8b5cf6 50%, #ec4899 75%, #f59e0b 100%);
    background-size: 200% 200%, 150% 150%, 100% 100%, 400% 400%;
    border-radius: 20px;
    position: relative;
    animation: aiPatternMove 8s ease-in-out infinite;
    filter: blur(1px);
}

.ai-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.1) 10px,
            rgba(255, 255, 255, 0.1) 20px
        );
    border-radius: 20px;
    animation: aiPatternShift 4s linear infinite;
}

@keyframes aiPatternMove {
    0%, 100% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
    25% { background-position: 100% 0%, 50% 50%, 25% 25%, 100% 100%; }
    50% { background-position: 100% 100%, 100% 100%, 50% 50%, 0% 100%; }
    75% { background-position: 0% 100%, 50% 50%, 75% 75%, 100% 0%; }
}

@keyframes aiPatternShift {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(20px) translateY(-20px); }
}

/* Responsive adjustments for AI Sophistication section */
@media (max-width: 768px) {
    .ai-header h2 {
        font-size: 2.5rem;
    }
    
    .ai-content {
        padding: 2.5rem;
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .ai-text-section h3 {
        font-size: 2.5rem;
    }
    
    .ai-visual-section {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .ai-header h2 {
        font-size: 2rem;
    }
    
    .ai-header p {
        font-size: 1.125rem;
    }
    
    .ai-content {
        padding: 2rem;
        border-radius: 20px;
    }
    
    .ai-text-section h3 {
        font-size: 2rem;
    }
    
    .ai-text-section p {
        font-size: 1.125rem;
    }
}
