/* 
   Booking Crane - Premium AI Real Estate Agency Theme
   Fonts: Outfit (Headings), Inter (Body)
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
    /* Colors */
    --primary: #0f172a;
    /* Deep Navy */
    --secondary: #1e293b;
    /* Lighter Navy */
    --accent: #3b82f6;
    /* Electric Blue */
    --accent-glow: rgba(59, 130, 246, 0.5);
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --bg-body: #020617;
    /* Very Dark Blue/Black */
    --glass-bg: rgba(30, 41, 59, 0.7);
    --glass-border: rgba(255, 255, 255, 0.1);

    /* Spacing & Layout */
    --container-width: 1200px;
    --section-padding: 5rem 0;

    /* Effects */
    --transition: all 0.3s ease;
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-glow: 0 0 20px var(--accent-glow);

    /* Modal */
    --modal-bg: rgba(2, 6, 23, 0.95);
}

/* Booking Modal */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--modal-bg);
    backdrop-filter: blur(10px);
    z-index: 2000;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.booking-modal.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    width: 100%;
    max-width: 1000px;
    height: 80vh;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

#my-cal-inline-discovery-call {
    width: 100%;
    height: 100%;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-body);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Typography Utilities */
.text-accent {
    color: var(--accent);
}

.gradient-text {
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-center {
    text-align: center;
}

/* Layout Utilities */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Components */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    gap: 0.5rem;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.5);
    background: #2563eb;
}

.btn-secondary {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: #fff;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fff;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    color: var(--accent);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Shining & Catchy Button Effect */
.btn-catchy {
    position: relative;
    overflow: hidden;
    animation: pulse-glow 2s infinite;
    background: linear-gradient(135deg, var(--accent) 0%, #60a5fa 100%);
    border: none;
    box-shadow: 0 0 20px var(--accent-glow);
    color: #ffffff !important; /* Force pure white */
    font-weight: 700; /* Extra bold for visibility */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Contrast against gradient */
}

.btn-catchy::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    transition: none;
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

@keyframes pulse-glow {
    0% { box-shadow: 0 0 15px var(--accent-glow); transform: scale(1); }
    50% { box-shadow: 0 0 30px var(--accent-glow); transform: scale(1.05); }
    100% { box-shadow: 0 0 15px var(--accent-glow); transform: scale(1); }
}

/* Header */
.navbar {
    padding: 1.5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(2, 6, 23, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--glass-border);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    font-weight: 500;
    color: var(--text-muted);
}

.nav-links a:hover {
    color: #fff;
}

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
.hero {
    padding-top: 150px;
    /* Offset for fixed header */
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-bg-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: var(--accent);
    filter: blur(150px);
    opacity: 0.15;
    z-index: -1;
    border-radius: 50%;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.subheadline {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.cta-group {
    display: flex;
    gap: 1rem;
}

.hero-visual {
    position: relative;
}

/* Glass Card AI Simulation */
.glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.float-animation {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    color: #34d399;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.dot {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    box-shadow: 0 0 10px #34d399;
}

.chat-sim {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message {
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    max-width: 85%;
}

.message.ai {
    background: rgba(255, 255, 255, 0.05);
    border-bottom-left-radius: 2px;
    color: #e2e8f0;
}

.message.user {
    background: var(--accent);
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    color: #fff;
}

.message-booking {
    text-align: center;
    margin-top: 1rem;
    color: #34d399;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
}

/* Free Offer Section */
.free-offer {
    padding: var(--section-padding);
    background: linear-gradient(180deg, var(--bg-body) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    padding: 2rem;
    border-radius: 16px;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(59, 130, 246, 0.3);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.05));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .cta-group {
        justify-content: center;
    }

    .hero-visual {
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .cta-group {
        flex-direction: column;
    }
}

/* Paid Service Section */
.paid-service {
    padding: var(--section-padding);
    position: relative;
    background: var(--bg-body);
    /* Ensure it has a background */
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.step-card {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid var(--glass-border);
    padding: 2rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.step-card:hover {
    transform: translateY(-5px);
    background: rgba(30, 41, 59, 0.6);
}

.step-card.highlight {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.02));
    border-color: rgba(59, 130, 246, 0.3);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    right: 1rem;
    line-height: 1;
}

.step-card.highlight .step-number {
    color: rgba(59, 130, 246, 0.1);
}

.step-card h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    position: relative;
    z-index: 1;
}

.step-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}

/* Integration Section */
.integration {
    padding: var(--section-padding);
    background: linear-gradient(0deg, var(--bg-body) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.integration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.integration-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.integration-text p {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.check-list i {
    color: var(--accent);
}

.dashboard-mockup {
    background: #0f172a;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.mockup-header {
    background: #1e293b;
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
}

.mockup-header .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red {
    background: #ef4444;
}

.dot.yellow {
    background: #f59e0b;
}

.dot.green {
    background: #22c55e;
}

.mockup-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.chart-container {
    height: 150px;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--glass-border);
}

.bar {
    flex: 1;
    background: #334155;
    border-radius: 4px 4px 0 0;
}

.bar.accent {
    background: var(--accent);
    box-shadow: 0 0 15px var(--accent-glow);
}

.mockup-stats {
    display: flex;
    justify-content: space-around;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat .label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat .value {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Benefits Section */
.benefits {
    padding: var(--section-padding);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    padding: 2rem;
    border-radius: 12px;
    align-items: flex-start;
}

.benefit-item i {
    font-size: 2rem;
    color: var(--accent);
    background: rgba(59, 130, 246, 0.1);
    padding: 1rem;
    border-radius: 50%;
}

.benefit-text h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.benefit-text p {
    color: var(--text-muted);
}

/* Footer */
.footer {
    background: #000;
    padding: 4rem 0 2rem;
    border-top: 1px solid var(--glass-border);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-brand p {
    color: var(--text-muted);
    margin-top: 1rem;
    max-width: 300px;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #64748b;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .integration-content {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Pricing Redesign Styles */
.pricing-hero {
    padding: 160px 0 80px;
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 50%),
                radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.5), transparent 50%);
}

.split-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 4rem 0;
}

.comparison-box {
    padding: 3rem;
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    transition: var(--transition);
}

.comparison-box.old-way {
    background: rgba(30, 41, 59, 0.2);
    opacity: 0.7;
}

.comparison-box.new-way {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(15, 23, 42, 0.8));
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: scale(1.05);
    z-index: 2;
}

.comparison-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.comparison-list li {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
}

.comparison-list i.fa-times-circle { color: #ef4444; }
.comparison-list i.fa-check-circle { color: #34d399; }

/* ROI Calculator */
.calculator-section {
    padding: 6rem 0;
    background: rgba(15, 23, 42, 0.3);
    border-radius: 40px;
    margin: 4rem 0;
}

.calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.calc-controls {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.control-group label {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--text-muted);
}

.range-input {
    width: 100%;
    height: 6px;
    background: #1e293b;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: var(--accent);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 15px var(--accent-glow);
}

.calc-result {
    text-align: center;
    padding: 3rem;
    background: var(--secondary);
    border-radius: 30px;
    border: 1px solid var(--glass-border);
}

.result-value {
    font-size: 4rem;
    font-weight: 800;
    color: var(--accent);
    margin: 1rem 0;
    font-family: 'Outfit', sans-serif;
}

.result-label {
    font-size: 1.2rem;
    color: var(--text-muted);
}

/* Minimal FAQ Grid */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--glass-border);
    padding: 2rem;
    border-radius: 16px;
}

.faq-card h4 {
    margin-bottom: 1rem;
    color: var(--accent);
}

@media (max-width: 992px) {
    .split-comparison, .calc-grid {
        grid-template-columns: 1fr;
    }
    .comparison-box.new-way {
        transform: none;
    }
}

.page-header {
    padding: 150px 0 80px;
    background: radial-gradient(circle at top center, rgba(59, 130, 246, 0.15), transparent 70%);
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.process-timeline {
    padding: var(--section-padding);
    position: relative;
}

/* Timeline Line (Desktop) */
.process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(59, 130, 246, 0.2);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
}

.timeline-content {
    width: 45%;
    padding: 2rem;
    background: rgba(30, 41, 59, 0.3);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    position: relative;
}

/* Arrow for content box */
.timeline-content::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: inherit;
    border-top: 1px solid var(--glass-border);
    border-right: 1px solid var(--glass-border);
    transform: translateY(-50%) rotate(45deg);
}

/* Timeline center dots */
.timeline-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: var(--accent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px var(--accent-glow);
    z-index: 1;
}

@media (max-width: 768px) {
    .process-timeline::before {
        left: 20px;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .timeline-item::after {
        left: 20px;
    }

    .timeline-content {
        width: 100%;
        margin-left: 40px;
    }

    .timeline-content::after {
        left: -10px;
        top: 20px;
        transform: rotate(135deg);
        /* Point left */
        background: inherit;
        /* Ensure background matches */
        border-top: 1px solid var(--glass-border);
        /* Top border becomes right when rotated */
        border-right: 1px solid var(--glass-border);
        /* Right border becomes bottom when rotated */
        border-bottom: none;
        border-left: none;
    }
}


/* About Page Styles */

.about-hero {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
    display: block;
}

.about-grid {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.about-image-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-text-col {
    flex: 1.2;
}

.glass-frame {
    position: relative;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 40px;
    /* Slightly larger wrapper radius */
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.2);
    backdrop-filter: blur(5px);
}

.ceo-photo {
    display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
    opacity: 0.95;
    transition: var(--transition);
}

.glass-frame:hover .ceo-photo {
    transform: scale(1.02);
    opacity: 1;
}

.founder-name {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.about-bio {
    margin-top: 2rem;
}

.about-bio p {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
}

.values-section {
    padding: var(--section-padding);
    background: linear-gradient(180deg, var(--bg-body) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.cta-section {
    padding: var(--section-padding);
}

.cta-card {
    padding: 4rem 2rem;
    background: radial-gradient(circle at center, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9));
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.cta-card h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Responsive About Page */
@media (max-width: 992px) {
    .about-grid {
        flex-direction: column;
        text-align: center;
    }

    .about-image-col {
        order: -1;
        /* Ensure image is on top */
        margin-bottom: 2rem;
    }

    .about-text-col h1 {
        font-size: 2.5rem;
    }
}

.timeline-visual {
    width: 45%;
    display: flex;
    justify-content: center;
}

.icon-circle.big {
    width: 120px;
    height: 120px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--accent);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.1);
}

/* Default (Content Left, Visual Right) */
.timeline-content::after {
    right: -10px;
    /* Point to center */
}

/* Reversed (Content Right, Visual Left) */
.timeline-item.reversed {
    flex-direction: row-reverse;
}

.timeline-item.reversed .timeline-content::after {
    right: auto;
    left: -10px;
    transform: translateY(-50%) rotate(225deg);
    border: 1px solid var(--glass-border);
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--glass-border);
    border-left: 1px solid var(--glass-border);
}

.phase-tag {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 0.2rem 0.8rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.timeline-content h3 {
    margin-bottom: 1rem;
    color: #fff;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Guarantee Section */
.guarantee-section {
    padding: var(--section-padding);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(59, 130, 246, 0.05) 100%);
}

.guarantee-box {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid var(--accent);
    padding: 4rem 2rem;
    border-radius: 24px;
    box-shadow: 0 0 50px rgba(59, 130, 246, 0.1);
}

.guarantee-box h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.guarantee-box .lead {
    font-size: 1.25rem;
    color: var(--text-muted);
}

/* Responsive Timeline */
@media (max-width: 768px) {
    .process-timeline::before {
        left: 20px;
    }

    .timeline-item,
    .timeline-item.reversed {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
    }

    .timeline-content {
        width: 100%;
        margin-bottom: 2rem;
    }

    .timeline-visual {
        display: none;
        /* Hide visual on mobile for compactness, or make smaller */
    }

    .timeline-item::after {
        left: 20px;
    }

    .timeline-content::after {
        display: none;
        /* Remove arrow on mobile */
    }
}

/* Free Agent Landing Page Styles */

.free-agent-hero {
    padding-top: 180px;
    padding-bottom: 60px;
}

.free-agent-hero .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
}

.free-agent-hero h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.free-agent-hero .subheadline {
    font-size: 1.8rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.text-error {
    color: #ef4444;
    text-decoration: line-through;
    opacity: 0.8;
}

.font-bold {
    font-weight: 700;
}

/* Responsive adjustments for the big hero */
@media (max-width: 768px) {
    .free-agent-hero h1 {
        font-size: 3rem;
    }

    .free-agent-hero .subheadline {
        font-size: 1.3rem;
    }
}

/* Comparison Table */
.comparison-section {
    padding: var(--section-padding);
}

.comparison-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.c-col {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    transition: var(--transition);
}

.c-col.human {
    border-color: rgba(239, 68, 68, 0.2);
}

.c-col.ai {
    background: rgba(15, 23, 42, 0.8);
    border-color: var(--accent);
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.15);
    transform: scale(1.05);
    z-index: 2;
}

.highlight-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.c-header i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--text-muted);
}

.c-col.ai .c-header i {
    color: var(--accent);
}

.c-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.c-col.human .price {
    color: #ef4444;
}

.c-col.ai .price {
    color: #34d399;
    /* Green for Free/0 */
}

.freq {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-muted);
}

.c-features {
    text-align: left;
    margin-top: 2rem;
    border-top: 1px solid var(--glass-border);
    padding-top: 2rem;
}

.c-features li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.05rem;
}

.c-features li.negative i {
    color: #ef4444;
    min-width: 20px;
}

.c-features li.positive i {
    color: #34d399;
    min-width: 20px;
}

/* Success Path Graphic */
.success-path-section {
    padding: var(--section-padding);
}

.success-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Align top to handle variable text height */
    max-width: 1000px;
    margin: 4rem auto 0;
    position: relative;
    gap: 1rem;
}

.s-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.s-icon {
    width: 80px;
    height: 80px;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent);
    margin: 0 auto 1.5rem;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.s-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.s-connector {
    flex-grow: 1;
    height: 2px;
    background: rgba(59, 130, 246, 0.3);
    margin-top: 40px;
    /* Center with icon */
    position: relative;
    z-index: 1;
    min-width: 50px;
}

.s-step h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.s-step p {
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Lead Capture Form */
.lead-capture-section {
    padding: var(--section-padding);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(59, 130, 246, 0.1) 100%);
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #1e293b;
    border: 1px solid var(--accent);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 30px rgba(59, 130, 246, 0.1);
}

.form-header {
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    background: rgba(2, 6, 23, 0.5);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.select-wrapper {
    position: relative;
}

.select-wrapper i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--text-muted);
}

.form-group select {
    appearance: none;
    cursor: pointer;
}

.btn-block {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.glow-effect {
    animation: glow-pulse 3s infinite;
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    }

    50% {
        box-shadow: 0 0 25px rgba(59, 130, 246, 0.8), 0 0 10px rgba(59, 130, 246, 0.5);
    }

    100% {
        box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    }
}

.form-footer {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .comparison-table {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .c-col.ai {
        transform: none;
    }

    .success-steps {
        flex-direction: column;
        align-items: center;
    }

    .s-step {
        width: 100%;
        margin-bottom: 2rem;
    }

    .s-connector {
        width: 2px;
        height: 40px;
        margin: -1rem 0 1rem;
        /* Adjust to connect vertically */
    }

    .form-container {
        padding: 2rem 1.5rem;
    }
}

/* Success Message Styles */
.success-message {
    text-align: center;
    animation: fadeIn 0.5s ease;
}

.success-icon {
    font-size: 4rem;
    color: #34d399;
    margin-bottom: 1.5rem;
    animation: rocket-launch 1s ease infinite alternate;
}

@keyframes rocket-launch {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #fff;
}

.success-intro {
    color: var(--text-muted);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.next-steps {
    text-align: left;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.next-steps h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--glass-border);
    padding-bottom: 0.5rem;
}

.step-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-item i {
    font-size: 1.5rem;
    color: var(--accent);
    background: rgba(59, 130, 246, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.step-item h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    color: #fff;
}

.step-item p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Refined Pricing Page Styles (Apple-level Glass) */

.pricing-header {
    padding-top: 180px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.bg-glow-top {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(10, 25, 47, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

.market-comparison {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.comparison-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 2.5rem;
    width: 300px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.comparison-card.highlight {
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.15);
    transform: scale(1.05);
}

.comparison-card.muted {
    opacity: 0.7;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.comparison-card.highlight .card-icon {
    color: var(--accent);
    text-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.price-tag {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    font-family: 'Outfit', sans-serif;
}

.price-tag .period {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-muted);
}

.feature-list {
    list-style: none;
    text-align: left;
    margin-top: 1.5rem;
}

.feature-list li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.feature-list i {
    color: var(--accent);
}

.feature-list.muted i {
    color: #ef4444;
    /* Red for bad features */
}

/* Pricing Tiers */
.pricing-tiers {
    padding: 0 0 100px;
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.tier-card {
    background: rgba(10, 25, 47, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* Subtle border */
    backdrop-filter: blur(20px);
    /* Heavy glass */
    border-radius: 30px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.tier-card.popular {
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.8) 0%, rgba(10, 25, 47, 0.9) 100%);
}

.popular-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--accent);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.tier-header h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.tier-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.tier-price {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    margin-bottom: 0.5rem;
}

.tier-price .period {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-muted);
}

.tier-subtext {
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.tier-features {
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.tier-features ul {
    list-style: none;
}

.tier-features li {
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 1rem;
    color: #e2e8f0;
}

.tier-features li i {
    color: var(--accent);
    margin-top: 4px;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
    /* Glow effect on icons */
}

/* Guarantee Bar */
.guarantee-bar {
    padding: 0 0 100px;
}

.guarantee-content.glass {
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.05);
}

.icon-glow {
    font-size: 3rem;
    color: var(--accent);
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
    flex-shrink: 0;
}

.text-content h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.text-content p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 800px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.faq-question i {
    transition: transform 0.3s ease;
    color: var(--text-muted);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-answer p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* FAQ Active State */
.faq-item.active {
    background: rgba(59, 130, 246, 0.05);
    /* Slight blue tint when active */
    border-color: rgba(59, 130, 246, 0.3);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--accent);
}

.faq-item.active .faq-answer {
    max-height: 200px;
    /* Adjust as needed */
    padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .guarantee-content {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .market-comparison {
        gap: 2rem;
    }

    .pricing-header {
        padding-top: 140px;
    }
}