:root {
    --primary-color: #022ef8;
    --primary-gradient: linear-gradient(120.8deg, #022ef8 25.89%, #FF5C35 70.62%);
    --bg-light: #ffffff;
    --bg-faint: #f8f9fa;
    --bg-card: #ffffff;
    --text-main: #111827; /* Standard Flicknexs Dark Text */
    --text-muted: #4b5563;
    --border-color: rgba(0, 0, 100, 0.08);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    background-color: var(--bg-light);
    color: var(--text-main);
    font-family: 'Graphik', 'Inter', sans-serif; /* Priority to Graphik as per live site */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Updated Flicknexs Typography per flicknexs.com */
h1, .hero-title {
    font-family: 'Graphik', sans-serif;
    font-size: 56px; 
    font-weight: 700; 
    line-height: 1.1;
    color: #111827;
    margin-bottom: 24px;
}

h2, .section-title {
    font-family: 'Graphik', sans-serif;
    font-size: 42px; 
    font-weight: 700; 
    line-height: 1.2;
    color: #111827;
    margin-bottom: 40px;
}

.text-primary {
    background: linear-gradient(120.8deg, #022ef8 25.89%, #FF5C35 70.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

h3 {
    font-family: 'Graphik', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.hero-section {
    position: relative;
    padding: 120px 0 100px;
}

.hero-description {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Feature Cards & Glassmorphism */
.feature-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(27, 46, 248, 0.06);
}

.feature-card i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 24px;
    display: block;
}

/* Buttons */
.btn-primary {
    background: var(--primary-gradient);
    color: white;
    padding: 18px 44px;
    border-radius: .25rem;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.btn-primary:hover {
    background: var(--primary-gradient);
    filter: brightness(1.1);
    color: #fff;
    box-shadow: 0 10px 25px rgba(2, 46, 248, 0.25);
}

/* Comparison Table */
.comparison-container {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.comparison-table th {
    background: var(--primary-gradient);
    padding: 24px;
    text-align: left;
    font-weight: 800;
    color: #fff;
}

.comparison-table td {
    padding: 24px;
    border-top: 1px solid var(--border-color);
}

.comparison-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
    h1, .hero-title { font-size: 38px; }
    h2, .section-title { font-size: 30px; }
    .hero-section { padding: 80px 0 60px; }
    .hero-description { font-size: 1.1rem; }
    .grid-2, .grid-3, .grid-4, .cs-grid, .why-grid, .steps-grid, .ideal-grid { grid-template-columns: 1fr; gap: 30px; }
    
    .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; }
    .cs-desc { margin-left: auto; margin-right: auto; }
    .cs-trust-box { margin-left: auto; margin-right: auto; }
    .cs-card-header { flex-direction: column; text-align: center; }
    
    .g2-v2-header { flex-direction: column; gap: 40px; align-items: center; text-align: center; }
    .g2-v2-header-content { text-align: center; display: flex; flex-direction: column; align-items: center; }
    .g2-v2-title { font-size: 32px !important; line-height: 1.2; text-align: center; }
    .g2-v2-description { max-width: 100%; font-size: 1rem; text-align: center; }
    .g2-testimonials-grid { grid-template-columns: 1fr; }
    .score-card { max-width: 100%; padding: 30px 20px; }
    
    section { padding: 60px 0; }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    h1, .hero-title { font-size: 32px; line-height: 1.3; margin-bottom: 20px; }
    h2, .section-title { font-size: 26px; line-height: 1.3; margin-bottom: 30px; }
    .hero-description { font-size: 1rem; margin-bottom: 30px; }
    
    .btn-primary { width: 100%; text-align: center; padding: 16px 20px; font-size: 0.95rem; }
    .cs-btn { font-size: 0.9rem !important; padding: 14px 20px !important; }
    
    .white-card { padding: 30px 20px; }
    .feature-card { padding: 30px 20px; }
    
    .cs-card { padding: 30px 20px; border-radius: 24px; }
    .cs-icon-box { margin: 0 auto 20px; }
    .cs-list-item { font-size: 0.95rem; }
    .cs-title { font-size: 34px !important; }
    
    .testimonial-v2 { padding: 30px 20px; }
    .t-content { font-size: 0.95rem; }
    
    .g2-v2-title { font-size: 28px !important; }
    
    .faq-question { padding: 20px; font-size: 1rem; }

    /* Remove Grid and Flex for mobile only as requested */
    .cs-grid, .g2-v2-header, .g2-testimonials-grid, .why-grid {
        display: block !important;
    }

    .why-card {
        margin-bottom: 24px;
    }

    .cs-content {
        margin-bottom: 40px;
    }

    .g2-v2-header-content {
        margin-bottom: 40px;
    }

    .testimonial-v2 {
        margin-bottom: 30px;
    }
}
