/* 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: #000000;
    background-color: #ffffff;
}

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

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb;
    z-index: 1000;
    padding: 0;
}

.nav-container {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 16px;
}

.nav-logo {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

.logo-symbol {
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.logo-symbol:hover {
    transform: scale(1.1);
}

.logo-text {
    color: #000000;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    transition: color 0.2s ease;
    letter-spacing: -0.01em;
}

.nav-link:hover {
    color: #000000;
}

.btn-nav-demo {
    background: #000000;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    letter-spacing: -0.01em;
}

.btn-nav-demo:hover {
    background: #374151;
    transform: translateY(-1px);
}

/* Hero Section */
.hero {
    padding: 180px 0 80px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-headline {
    font-size: 90px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 11px;
    line-height: 1.1;
}

.dead-text {
    font-weight: 600;
    color: #000000;
}

.hero-subheadline {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subheadline em {
    font-style: italic;
    font-weight: 400;
}

.hero-tagline {
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    font-size: 18px;
    color: #374151;
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.btn-primary.activate {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
    letter-spacing: -0.01em;
}

.btn-primary.activate:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}

/* Comparison Cards Section */
.comparison-cards {
    padding: 80px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.05);
}

.comparison-cards::before {
    content: "WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM ";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    animation: scrollTextMedium 60s linear infinite;
}

.comparison-cards::after {
    content: "CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE CRM WE KILLED THE ";
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.018);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    animation: scrollTextMedium 60s linear infinite;
}

/* Middle row using a separate div */
.comparison-cards .middle-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.015);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    animation: scrollTextMedium 60s linear infinite;
}

@keyframes scrollTextFast {
    from {
        transform: translateY(-50%) translateX(0);
    }
    to {
        transform: translateY(-50%) translateX(-50%);
    }
}

@keyframes scrollTextMedium {
    from {
        transform: translateY(-50%) translateX(0);
    }
    to {
        transform: translateY(-50%) translateX(-50%);
    }
}

@keyframes scrollTextSlow {
    from {
        transform: translateY(-50%) translateX(0);
    }
    to {
        transform: translateY(-50%) translateX(-50%);
    }
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 825px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.comparison-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    position: relative;
    transition: all 0.3s ease;
}

.comparison-card.traditional {
    border-color: #e5e7eb;
}

.comparison-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.15);
}

.comparison-card.featured:hover {
    transform: scale(1.05) translateY(-4px);
    box-shadow: 0 24px 72px rgba(59, 130, 246, 0.3);
}

.comparison-card.featured {
    border-color: #3b82f6;
    box-shadow: 0 20px 64px rgba(59, 130, 246, 0.25);
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
}

.comparison-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
    text-align: center;
}

.price {
    text-align: center;
    margin-bottom: 8px;
}

.price-amount {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
}

.price-period {
    font-size: 18px;
    color: #374151;
    font-weight: 500;
}

.price-description {
    text-align: center;
    color: #374151;
    font-size: 14px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.feature.positive {
    color: #000000;
}

.feature.positive i {
    color: #059669;
}

.feature.negative {
    color: #000000;
}

.feature.negative i {
    color: #dc2626;
}

.feature i {
    font-size: 16px;
    width: 16px;
}

.button-wrapper {
    text-align: center;
    margin-top: 24px;
}

.card-cta {
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    border-radius: 8px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    letter-spacing: -0.01em;
}

.card-cta:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-1px);
}

/* Buttons */
.btn-primary, .btn-secondary {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-1px);
}

/* Rest of the styles for other sections */
/* BDC Hiring Nightmare Section */
.bdc-nightmare {
    padding: 80px 0;
    background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #000000;
    position: relative;
}

.nightmare-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
}

.nightmare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.nightmare-item {
    text-align: center;
    padding: 20px;
}

.nightmare-icon {
    width: 80px;
    height: 80px;
    background: #fee2e2;
    border: 2px solid #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.nightmare-icon i {
    font-size: 32px;
    color: #dc2626;
}

.nightmare-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000000;
}

.nightmare-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 280px;
    margin: 0 auto;
}

/* Revolution Section */
.revolution {
    padding: 80px 0;
    background: linear-gradient(135deg, #f3f4f6 0%, #ffffff 100%);
    color: #000000;
    position: relative;
}

/* Features Grid Section */
.features-grid {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    color: #000000;
    position: relative;
}

.features-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    z-index: 0;
}

.features-title {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    z-index: 1;
}

.features-grid-layout {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.feature-item {
    flex: 1;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
    overflow: hidden;
    min-height: 100px;
}

.feature-item:hover {
    flex: 2.5;
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background: #3b82f6;
    border-color: #3b82f6;
}

.feature-icon i {
    font-size: 28px;
    color: #374151;
}

.feature-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
    transition: color 0.3s ease;
}

.feature-item p:first-of-type {
    font-size: 14px;
    line-height: 1.4;
    color: #4b5563;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-item p:last-of-type {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin: 16px 0 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.feature-item:hover p:last-of-type {
    max-height: 300px;
    opacity: 1;
    margin-top: 16px;
}

/* Old Features Section - Remove later */
.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #333333, transparent);
}

.features-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

.features-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-card {
    background: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.feature-card:hover {
    background: #222222;
    border-color: #3b82f6;
    transform: translateX(4px);
}

.feature-card.active {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: translateX(4px);
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    transition: color 0.2s ease;
}

.feature-card:hover h3 {
    color: #ffffff;
}

.feature-card.active h3 {
    color: #ffffff;
}

.feature-card i {
    font-size: 14px;
    color: #666666;
    transition: all 0.2s ease;
}

.feature-card:hover i {
    color: #3b82f6;
}

.feature-card.active i {
    color: #ffffff;
}

.feature-card:focus {
    outline: none;
}

.feature-card:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.features-display {
    position: relative;
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid #333333;
    overflow: hidden;
    min-height: 450px;
}

.feature-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 48px 56px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

.feature-content.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.feature-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.feature-content > p:first-of-type {
    font-size: 16px;
    font-weight: 500;
    color: #cccccc;
    margin: 0 0 20px 0;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
    margin: 0 0 16px 0;
}

.feature-content p:last-of-type {
    margin-bottom: 0;
}

.feature-visual {
    display: none; /* Hide the visual icon for cleaner layout */
}


.feature-stats {
    display: flex;
    gap: 40px;
    margin-top: auto;
    padding-top: 32px;
    border-top: 1px solid #2a2a2a;
}

.feature-stat {
    flex: 0 0 auto;
}

.feature-stat-number {
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    display: block;
    margin-bottom: 4px;
}

.feature-stat-label {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.revolution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.revolution-text {
    max-width: 600px;
}

.revolution-copy p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 24px;
}

.revolution-copy p:first-child {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.revolution-conclusion {
    font-weight: 600;
    color: #000000;
    font-style: italic;
}

.revolution-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.software-preview {
    background: #0a0a0a;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}

.preview-header {
    background: #2a2a2a;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #333333;
}

.preview-controls {
    display: flex;
    gap: 6px;
}

.control-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.control-dot.red {
    background: #ef4444;
}

.control-dot.yellow {
    background: #f59e0b;
}

.control-dot.green {
    background: #10b981;
}

.preview-title {
    color: #6b7280;
    font-size: 12px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.preview-screen {
    height: 300px;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-content {
    text-align: center;
    color: #6b7280;
}

.placeholder-icon {
    font-size: 48px;
    margin-bottom: 16px;
    color: #3b82f6;
}

.placeholder-content p {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.placeholder-note {
    font-size: 12px;
    color: #4b5563;
}

/* Solution Section */
.solution {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 50%, #ffffff 100%);
    position: relative;
}

.solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(59, 130, 246, 0.02) 35px, rgba(59, 130, 246, 0.02) 70px);
    z-index: 0;
}

.solution-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.solution-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 16px;
}

.solution-header p {
    font-size: 20px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.solution-feature {
    padding: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.solution-feature:hover {
    border-color: #3b82f6;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1);
    transform: translateY(-4px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 24px;
    color: white;
}

.solution-feature h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.solution-feature p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    color: #000000;
    padding: 60px 0 30px;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
}

.footer-links {
    display: flex;
    gap: 24px;
}

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

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

/* Industry Selection Modal */
.industry-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s ease;
}

.industry-modal {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 48px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.5s ease;
}

.industry-header h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

.industry-options {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.industry-btn {
    padding: 20px 32px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
    min-width: 140px;
}

.industry-btn:hover {
    border-color: #3b82f6;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.industry-btn:active {
    transform: translateY(0);
}

/* Warning Modal */
.warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.warning-modal {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease;
}

.warning-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.warning-header i {
    color: #f59e0b;
    font-size: 24px;
}

.warning-header h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.warning-content {
    margin-bottom: 32px;
}

.warning-content p {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.warning-content p:first-child {
    font-weight: 600;
    color: #000000;
}

.warning-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-warning-no, .btn-warning-yes {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.btn-warning-no {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.btn-warning-no:hover {
    background: #4b5563;
    color: #ffffff;
}

.btn-warning-yes {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-warning-yes:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-1px);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Lead Capture Form Modal */
.form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.form-modal {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease;
}

.form-header {
    text-align: center;
    margin-bottom: 32px;
}

.form-header h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-header p {
    color: #4b5563;
    font-size: 16px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.lead-capture-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.form-field input {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    color: #000000;
    font-size: 16px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    transition: all 0.2s ease;
}

.form-field input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-field input::placeholder {
    color: #6b7280;
}

.form-actions {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.btn-form-cancel, .btn-form-submit {
    flex: 1;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

.btn-form-cancel {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.btn-form-cancel:hover {
    background: #4b5563;
    color: #ffffff;
}

.btn-form-submit {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-form-submit:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-1px);
}

/* Success Modal */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.success-modal {
    background: #ffffff;
    border: 2px solid #10b981;
    border-radius: 16px;
    padding: 40px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease;
}

.success-content i {
    color: #10b981;
    font-size: 48px;
    margin-bottom: 16px;
}

.success-content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.success-content p {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.btn-success-close {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 24px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
    
    .comparison-card.featured {
        transform: none;
    }
    
    .hero-headline {
        font-size: 48px;
    }
    
    .hero-subheadline {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .nav-actions {
        gap: 16px;
    }
    
    .btn-nav-demo {
        padding: 10px 16px;
        font-size: 14px;
    }
    
    .hero-headline {
        font-size: 36px;
    }
    
    .hero-subheadline {
        font-size: 28px;
    }
    
    .comparison-card {
        padding: 32px 24px;
    }
}
