/* ============================================================
   CARVICE FRONTEND - Landing Page Stylesheet
   carvice.ca
   March 2026
============================================================ */

/* ---- Variables ---- */
:root {
    --cv-teal: #2a8681;
    --cv-teal-light: #2a8681;
    --cv-teal-dark: #1d6660;
    --cv-blue: #5dade2;
    --cv-dark: #0f0d1a;
    --cv-dark-2: #1a1728;
    --cv-dark-3: #252138;
    --cv-mid: #f4f6f9;
    --cv-light: #ffffff;
    --cv-text: #1a1728;
    --cv-text-muted: #6b7280;
    --cv-text-light: rgba(226, 232, 240, 0.85);
    --cv-border: rgba(255, 255, 255, 0.08);
    --radius-lg: 16px;
    --radius-md: 10px;
    --radius-sm: 6px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.10);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
    --transition: 0.25s ease;
}

/* ---- Base ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--cv-text);
    background: var(--cv-light);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}


/* ============================================================
   NAVBAR
============================================================ */
.cv-navbar {
    background: #0f0d1a;
    padding: 0.75rem 0;
}

.cv-navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    margin-right: 2rem;
}

.cv-navbar-brand .navbar-brand-image {
    display: block;
    flex-shrink: 0;
}

.nav-ai-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(42, 134, 129, 1);
    color: #fff;
    font-family: "Gotham Rounded", "Inter", sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 0.22rem 0.45rem;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.cv-navbar .nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
    transition: color var(--transition);
}

.cv-navbar .nav-link:hover {
    color: #fff !important;
}

.cv-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.btn-ghost-nav {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-sm);
    padding: 0.45rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    text-decoration: none;
}

.btn-ghost-nav:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.btn-cta-nav {
    background: var(--cv-teal);
    color: #fff !important;
    border: none;
    border-radius: var(--radius-sm);
    padding: 0.45rem 1.2rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-cta-nav:hover {
    background: var(--cv-teal-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(42, 134, 129, 0.4);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ============================================================
   HERO
============================================================ */
.cv-hero {
    position: relative;
    background: linear-gradient(135deg, #0f0d1a 0%, #1a1728 40%, #0d2b2a 100%);
    overflow: hidden;
    padding-top: 0;
    /* navbar is in-flow, no fixed offset needed */
}

.hero-glow-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(42, 134, 129, 0.25) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.hero-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(93, 173, 226, 0.15) 0%, transparent 70%);
    bottom: 0;
    left: -80px;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(42, 134, 129, 0.15);
    border: 1px solid rgba(42, 134, 129, 0.4);
    color: #3aa89f;
    border-radius: 50px;
    padding: 0.35rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-headline {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -0.02em;
}

.text-teal {
    color: var(--cv-teal-light) !important;
}

.hero-subline {
    font-size: 1.1rem;
    color: rgba(226, 232, 240, 0.7);
    line-height: 1.7;
    /* max-width: 520px; */
}

.btn-hero-primary {
    background: var(--cv-teal);
    color: #fff !important;
    border: none;
    border-radius: var(--radius-md);
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.btn-hero-primary:hover {
    background: var(--cv-teal-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 134, 129, 0.45);
}

.btn-hero-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

.hero-fine {
    font-size: 0.8rem;
    color: rgba(226, 232, 240, 0.45);
}

.hero-access-note {
    display: inline-flex;
    align-items: center;
    background: rgba(93, 173, 226, 0.08);
    border: 1px solid rgba(93, 173, 226, 0.25);
    color: rgba(226, 232, 240, 0.6);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.9rem;
    font-size: 0.82rem;
}

.hero-access-note strong {
    color: rgba(226, 232, 240, 0.9);
}

/* --- Hero Mockup --- */
.hero-visual {
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.hero-dashboard-mockup {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(42, 134, 129, 0.2);
    width: 100%;
    max-width: 480px;
}

.mockup-header {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.mockup-dots span:first-child {
    background: #ff5f57;
}

.mockup-dots span:nth-child(2) {
    background: #ffbd2e;
}

.mockup-dots span:nth-child(3) {
    background: #28c940;
}

.mockup-url {
    flex: 1;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0.25rem 0.85rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mockup-ai-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(42, 134, 129, 0.08);
    border: 1px solid rgba(42, 134, 129, 0.2);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.75rem;
}

.mockup-ai-badge {
    background: rgba(42, 134, 129, 0.25);
    color: var(--cv-teal-light);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    white-space: nowrap;
}

.mockup-ai-label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
}

.mockup-body {
    padding: 1.25rem;
}

.mockup-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.mockup-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    text-align: center;
}

.mockup-stat-label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.25rem;
}

.mockup-stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.mockup-stat-value.teal {
    color: var(--cv-teal-light);
}

.mockup-vehicle-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(42, 134, 129, 0.3);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.mockup-vehicle-img {
    width: 70px;
    height: 50px;
    background: linear-gradient(135deg, rgba(42, 134, 129, 0.3), rgba(93, 173, 226, 0.2));
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.mockup-vehicle-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}

.mockup-vehicle-sub {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.15rem;
}

.mockup-vehicle-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.price-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.price-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--cv-teal-light);
}

.price-badge {
    font-size: 0.6rem;
    background: rgba(42, 134, 129, 0.2);
    color: var(--cv-teal-light);
    border: 1px solid rgba(42, 134, 129, 0.35);
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
}

.mockup-progress {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mockup-progress-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.mockup-progress-bar {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    overflow: hidden;
}

.mockup-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--cv-teal), var(--cv-blue));
    border-radius: 3px;
}

.mockup-progress-pct {
    font-size: 0.75rem;
    color: var(--cv-teal-light);
    font-weight: 600;
}


/* ============================================================
   TRUST BAR
============================================================ */
.cv-trust-bar {
    background: var(--cv-dark-2);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.75rem 0;
}

.trust-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1;
    justify-content: center;
    padding: 0.5rem 1rem;
}

.trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(42, 134, 129, 0.12);
    border: 1px solid rgba(42, 134, 129, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--cv-teal-light);
    flex-shrink: 0;
}

.trust-icon-pulse {
    background: rgba(93, 173, 226, 0.1);
    border-color: rgba(93, 173, 226, 0.25);
    color: var(--cv-blue);
    animation: trust-pulse 2.5s ease-in-out infinite;
}

@keyframes trust-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(93, 173, 226, 0.25);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(93, 173, 226, 0);
    }
}

.trust-text {
    text-align: left;
}

.trust-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.trust-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.38);
    margin-top: 0.15rem;
    line-height: 1.3;
}

.trust-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}


/* ============================================================
   SECTIONS - Common
============================================================ */
.cv-section {
    padding: 6rem 0;
}

.cv-section-light {
    background: var(--cv-light);
}

.cv-section-mid {
    background: var(--cv-mid);
}

.cv-section-dark {
    background: linear-gradient(135deg, var(--cv-dark) 0%, var(--cv-dark-2) 100%);
}

.section-eyebrow {
    display: inline-block;
    color: var(--cv-teal);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-eyebrow.light {
    color: var(--cv-teal-light);
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--cv-text);
    letter-spacing: -0.02em;
}

.section-title.light {
    color: #fff;
}

.section-sub {
    font-size: 1.05rem;
    color: var(--cv-text-muted);
    margin-top: 0.75rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.section-body {
    font-size: 1rem;
    color: var(--cv-text-muted);
    line-height: 1.75;
    max-width: 520px;
}


/* ============================================================
   HOW IT WORKS - Steps
============================================================ */
.step-card {
    background: var(--cv-light);
    border: 1px solid #e8ecf0;
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    height: 100%;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--shadow-sm);
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(42, 134, 129, 0.3);
}

.step-card-featured {
    background: linear-gradient(135deg, #0f0d1a, #1d3a38);
    border-color: rgba(42, 134, 129, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.step-card-featured:hover {
    border-color: var(--cv-teal);
}

.step-card-featured .step-title {
    color: #fff;
}

.step-card-featured .step-text {
    color: rgba(255, 255, 255, 0.65);
}

.step-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(42, 134, 129, 0.12);
    line-height: 1;
    margin-bottom: 1rem;
    font-variant-numeric: tabular-nums;
}

.step-card-featured .step-number {
    color: rgba(42, 134, 129, 0.25);
}

.step-icon {
    width: 48px;
    height: 48px;
    background: rgba(42, 134, 129, 0.1);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--cv-teal);
    font-size: 1.4rem;
}

.step-icon.featured {
    background: rgba(42, 134, 129, 0.25);
    color: var(--cv-teal-light);
}

.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cv-text);
    margin-bottom: 0.6rem;
}

.step-text {
    font-size: 0.9rem;
    color: var(--cv-text-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.step-badge {
    display: inline-block;
    background: var(--cv-teal);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    margin-top: 1rem;
}


/* ============================================================
   FEATURES GRID
============================================================ */
.feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    height: 100%;
    position: relative;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
    border-color: rgba(42, 134, 129, 0.4);
    background: rgba(42, 134, 129, 0.06);
    transform: translateY(-3px);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(42, 134, 129, 0.15);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cv-teal-light);
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
}

.feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.feature-text {
    font-size: 0.875rem;
    color: rgba(226, 232, 240, 0.6);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Live / coming soon pill on feature cards */
.feature-coming {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--cv-teal-light);
    background: rgba(42, 134, 129, 0.15);
    border: 1px solid rgba(42, 134, 129, 0.25);
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
}

.feature-coming.feature-coming-soon {
    color: rgba(226, 232, 240, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

/* Teaser card subtle glow */
.feature-card-teaser {
    border-color: rgba(93, 173, 226, 0.15);
}

.feature-card-teaser:hover {
    border-color: rgba(93, 173, 226, 0.35);
    background: rgba(93, 173, 226, 0.05);
}


/* ============================================================
   VUREPORT SPOTLIGHT
============================================================ */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0;
    font-size: 0.9rem;
    color: var(--cv-text-muted);
    border-bottom: 1px solid #f0f2f5;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: var(--cv-teal);
    font-size: 1rem;
    flex-shrink: 0;
}

.btn-primary-cv {
    background: var(--cv-teal);
    color: #fff !important;
    border: none;
    border-radius: var(--radius-md);
    padding: 0.75rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary-cv:hover {
    background: var(--cv-teal-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 134, 129, 0.35);
}

/* VuReport Mockup Card */
.vureport-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.vr-card {
    background: linear-gradient(135deg, #0f0d1a, #1a2e2d);
    border: 1px solid rgba(42, 134, 129, 0.35);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.vr-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.vr-tag {
    background: rgba(42, 134, 129, 0.2);
    color: var(--cv-teal-light);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    border: 1px solid rgba(42, 134, 129, 0.3);
}

.vr-vin {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: monospace;
}

.vr-vehicle-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
}

.vr-price-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.vr-price-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    padding: 0.75rem 0.5rem;
    text-align: center;
}

.vr-price-item.highlight {
    background: rgba(42, 134, 129, 0.1);
    border-color: rgba(42, 134, 129, 0.3);
}

.vr-price-label {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.3rem;
}

.vr-price-val {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.vr-price-val.teal {
    color: var(--cv-teal-light);
}

.vr-listings-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.5rem;
}

.vr-listing-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    margin-bottom: 0.4rem;
    position: relative;
    overflow: hidden;
}

.vr-listing-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    background: linear-gradient(90deg, var(--cv-teal), var(--cv-blue));
    border-radius: 4px;
}

.vr-listing-bar.short::after {
    width: 55%;
}

.vr-listing-bar.medium::after {
    width: 65%;
}

.vr-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.vr-status {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.vr-status.active {
    background: rgba(42, 134, 129, 0.2);
    color: var(--cv-teal-light);
}

.vr-date {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
}


/* ============================================================
   WHO IT'S FOR
============================================================ */
.audience-card {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.audience-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.audience-card.dealer {
    border-top: 3px solid var(--cv-teal);
}

.audience-card.private {
    border-top: 3px solid var(--cv-blue);
}

.audience-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.dealer .audience-icon {
    background: rgba(42, 134, 129, 0.1);
    color: var(--cv-teal);
}

.private .audience-icon {
    background: rgba(93, 173, 226, 0.1);
    color: var(--cv-blue);
}

.audience-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--cv-text);
    margin-bottom: 0.5rem;
}

.audience-sub {
    font-size: 0.9rem;
    color: var(--cv-text-muted);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.audience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.audience-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.45rem 0;
    font-size: 0.875rem;
    color: var(--cv-text-muted);
    border-bottom: 1px solid #f4f6f9;
}

.audience-list li:last-child {
    border-bottom: none;
}

.audience-list li i {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 1rem;
}

.dealer .audience-list li i {
    color: var(--cv-teal);
}

.private .audience-list li i {
    color: var(--cv-blue);
}

.btn-audience-dealer {
    background: var(--cv-teal);
    color: #fff !important;
    border: none;
    border-radius: var(--radius-md);
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-audience-dealer:hover {
    background: var(--cv-teal-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(42, 134, 129, 0.3);
}

.btn-audience-private {
    background: var(--cv-blue);
    color: #fff !important;
    border: none;
    border-radius: var(--radius-md);
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-audience-private:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(93, 173, 226, 0.35);
}


/* ============================================================
   EARLY ACCESS SECTION
============================================================ */
.access-perks {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.access-perk {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.access-perk-icon {
    width: 38px;
    height: 38px;
    background: rgba(42, 134, 129, 0.1);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cv-teal);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.access-perk-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--cv-text);
    margin-bottom: 0.15rem;
}

.access-perk-text {
    font-size: 0.825rem;
    color: var(--cv-text-muted);
    line-height: 1.55;
}

/* Access process card */
.access-visual {
    display: flex;
    justify-content: center;
}

.access-card {
    background: linear-gradient(135deg, #0f0d1a, #1a2e2d);
    border: 1px solid rgba(42, 134, 129, 0.3);
    border-radius: var(--radius-lg);
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.access-card-header {
    background: rgba(42, 134, 129, 0.1);
    border-bottom: 1px solid rgba(42, 134, 129, 0.2);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--cv-teal-light);
}

.access-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.access-step-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.access-step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.access-step-dot.done {
    background: var(--cv-teal);
    border-color: var(--cv-teal);
}

.access-step-dot.active {
    background: transparent;
    border-color: var(--cv-teal-light);
    box-shadow: 0 0 0 3px rgba(42, 134, 129, 0.25);
}

.access-step-line {
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.access-step-line.done {
    background: rgba(42, 134, 129, 0.5);
}

.access-step-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.access-card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0.9rem 1.5rem;
    font-size: 0.775rem;
    color: rgba(255, 255, 255, 0.35);
}


/* ============================================================
   CTA BANNER
============================================================ */
.cv-cta-banner {
    background: linear-gradient(135deg, var(--cv-teal-dark) 0%, var(--cv-teal) 50%, #2b9e8b 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.cv-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-inner {
    position: relative;
    z-index: 1;
}

/* AI chip header in CTA banner */
.cta-ai-chip {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 50px;
    padding: 0.35rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cta-icon {
    display: block;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.25rem;
}

.cta-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

.btn-cta-white {
    background: #fff;
    color: var(--cv-teal-dark) !important;
    border: none;
    border-radius: var(--radius-md);
    padding: 0.8rem 1.8rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.btn-cta-white:hover {
    background: #fff;
    color: var(--cv-teal-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-cta-outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.85) !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--radius-md);
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.btn-cta-outline:hover {
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.cta-fine {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.5rem;
}


/* ============================================================
   FOOTER
============================================================ */
.cv-footer {
    background: var(--cv-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 4rem 0 2rem;
}

.footer-logo {
    opacity: 0.85;
    filter: brightness(0) invert(1);
}

/* AI badge beside footer logo */
.footer-ai-badge {
    display: inline-block;
    background: rgba(42, 134, 129, 0.25);
    color: var(--cv-teal-light);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.15rem 0.45rem;
    border-radius: 3px;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid rgba(42, 134, 129, 0.35);
}

.footer-about {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
    max-width: 260px;
    margin-bottom: 0.5rem;
}

.footer-tagline {
    font-size: 0.75rem;
    color: var(--cv-teal-light);
    font-weight: 500;
}

.footer-heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    text-decoration: none;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color var(--transition);
}

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

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}


/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991px) {
    .cv-navbar .collapse {
        padding: 1rem 0;
    }

    .cv-navbar .navbar-collapse .d-flex,
    .cv-nav-actions {
        padding-top: 0.75rem;
        flex-direction: column;
        align-items: stretch;
        display: flex;
        gap: 0.5rem;
    }

    /* Hamburger menu buttons: centered, full-width */
    .cv-navbar .btn-ghost-nav,
    .cv-navbar .btn-cta-nav {
        text-align: center;
        justify-content: center;
        display: block;
    }

    /* Navbar is in-flow (not fixed), so hero needs no top offset */
    .cv-hero {
        padding-top: 2rem;
    }

    .cv-section {
        padding: 4rem 0;
    }

    .cv-cta-banner {
        padding: 4rem 0;
    }
}

@media (max-width: 767px) {
    /* ---- Hero ---- */

    /* Remove full-viewport-height on mobile — content fills naturally */
    .cv-hero .row {
        min-height: 0 !important;
    }

    .cv-hero {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .hero-badge {
        font-size: 0.72rem;
        padding: 0.3rem 0.85rem;
    }

    .hero-subline {
        font-size: 1rem;
        max-width: 100%;
    }

    /* Hero CTA buttons: full-width stacked */
    .cv-hero .d-flex.flex-wrap {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-ghost {
        width: 100%;
        justify-content: center;
    }

    /* ---- Sections ---- */
    .cv-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-body {
        max-width: 100%;
    }

    .cv-trust-bar {
        padding: 1.5rem 0;
    }

    .trust-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .trust-divider {
        display: none;
    }

    .trust-item {
        justify-content: flex-start;
        padding: 0.5rem 0.75rem;
    }

    /* Hero headline: no forced line break on mobile */
    .hero-headline br {
        display: none;
    }

    /* ---- CTA Banner ---- */
    .cv-cta-banner {
        padding: 3.5rem 0;
    }

    /* CTA buttons: full-width stacked */
    .cv-cta-banner .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
    }

    /* Hide forced line break in CTA subtext */
    .cta-sub br {
        display: none;
    }

    /* ---- VuReport mockup ---- */
    .vr-price-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ---- Dashboard mockup ---- */
    .mockup-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ---- Footer ---- */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .cv-section {
        padding: 2.5rem 0;
    }

    /* Smaller headline on very narrow phones */
    .hero-headline {
        font-size: 1.85rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    /* Remove forced <br> breaks inside section titles — let text wrap naturally */
    .section-title br {
        display: none;
    }

    /* Smaller trust bar numbers */
    .trust-number {
        font-size: 1.6rem;
    }

    /* Tighter card padding */
    .audience-card {
        padding: 1.75rem 1.25rem;
    }

    .step-card {
        padding: 1.5rem 1.25rem;
    }

    .vr-card {
        padding: 1.25rem;
    }

    /* VuReport price: 2-col already set at 767px, fine for 575px too */
}


/* ============================================================
   EARLY ACCESS FORM PAGE
============================================================ */

/* Card wrapper */
.ea-form-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
}

/* Honeypot — completely hidden from real users */
.ea-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Section dividers inside form */
.ea-form-section-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cv-teal-light);
    margin-bottom: 1rem;
}

/* Labels */
.ea-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.4rem;
}

.ea-required {
    color: var(--cv-teal-light);
}

/* Inputs + Selects */
.ea-input {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 0.9rem;
    font-family: inherit;
    padding: 0.6rem 0.875rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.ea-input::placeholder {
    color: rgba(255, 255, 255, 0.22);
}

.ea-input:focus {
    border-color: var(--cv-teal);
    box-shadow: 0 0 0 3px rgba(42, 134, 129, 0.18);
}

.ea-input-error {
    border-color: rgba(252, 129, 74, 0.7) !important;
    box-shadow: 0 0 0 3px rgba(252, 129, 74, 0.12) !important;
}

.ea-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255,255,255,0.35)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px;
    padding-right: 2.25rem;
    cursor: pointer;
}

.ea-select option {
    background: #1a1728;
    color: #fff;
}

/* Inline error messages */
.ea-error {
    font-size: 0.75rem;
    color: #fc814a;
    margin-top: 0.3rem;
    display: none;
}

/* Error banner */
.ea-alert {
    display: flex;
    align-items: flex-start;
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
}

.ea-alert-error {
    background: rgba(252, 129, 74, 0.1);
    border: 1px solid rgba(252, 129, 74, 0.3);
    color: #fc814a;
}

/* Loading spinner */
.ea-spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ea-spin 0.7s linear infinite;
    vertical-align: -3px;
}

@keyframes ea-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Success card */
.ea-success-card {
    text-align: center;
    padding: 3.5rem 2rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(42, 134, 129, 0.3);
    border-radius: var(--radius-lg);
}

.ea-success-icon {
    font-size: 3.5rem;
    color: var(--cv-teal-light);
    margin-bottom: 1.25rem;
    line-height: 1;
}

.ea-success-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.ea-success-text {
    font-size: 0.95rem;
    color: rgba(226, 232, 240, 0.6);
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto;
}

/* Mobile tweaks for form */
@media (max-width: 575px) {
    .ea-form-card {
        padding: 1.5rem;
    }
}


/* ============================================================
   INNER PAGES
============================================================ */

/* Smaller hero for non-homepage pages */
.cv-page-hero {
    background: linear-gradient(160deg, var(--cv-dark) 0%, var(--cv-dark-2) 100%);
    padding: 5rem 0 4rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cv-page-hero .hero-headline {
    font-size: clamp(2rem, 5vw, 3rem);
}

/* Stat cards — About page */
.cv-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 2.25rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.cv-stat-card:hover {
    border-color: rgba(42, 134, 129, 0.4);
    background: rgba(42, 134, 129, 0.05);
}

.cv-stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--cv-teal);
    line-height: 1;
    letter-spacing: -0.03em;
}

.cv-stat-suffix {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cv-teal);
}

.cv-stat-label {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.6rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Timeline / story cards — About page */
.cv-story-card {
    background: var(--cv-light);
    border: 1px solid #e8ecf0;
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    height: 100%;
    position: relative;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cv-story-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(42, 134, 129, 0.3);
}

.cv-story-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: rgba(42, 134, 129, 0.1);
    border: 1px solid rgba(42, 134, 129, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--cv-teal);
    margin-bottom: 1.25rem;
}

.cv-story-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cv-text);
    margin-bottom: 0.5rem;
}

.cv-story-text {
    font-size: 0.9rem;
    color: var(--cv-text-muted);
    line-height: 1.7;
}

/* Blog listing cards */
.cv-blog-card {
    background: var(--cv-light);
    border: 1px solid #e8ecf0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.cv-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(42, 134, 129, 0.3);
}

.cv-blog-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cv-blog-tag {
    display: inline-block;
    background: rgba(42, 134, 129, 0.1);
    color: var(--cv-teal);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.2rem 0.65rem;
    border-radius: 100px;
    margin-bottom: 0.85rem;
}

.cv-blog-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cv-text);
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.cv-blog-title a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition);
}

.cv-blog-title a:hover {
    color: var(--cv-teal);
}

.cv-blog-excerpt {
    font-size: 0.88rem;
    color: var(--cv-text-muted);
    line-height: 1.7;
    flex: 1;
}

.cv-blog-meta {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.35);
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 1rem;
}

/* Contact info cards */
.cv-contact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.cv-contact-card:hover {
    border-color: rgba(42, 134, 129, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

.cv-contact-icon {
    width: 56px;
    height: 56px;
    background: rgba(42, 134, 129, 0.12);
    border: 1px solid rgba(42, 134, 129, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--cv-teal);
    margin: 0 auto 1.25rem;
}

.cv-contact-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.4rem;
}

.cv-contact-value {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

a.cv-contact-value:hover {
    color: var(--cv-teal);
}

.cv-contact-sub {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.38);
    margin-top: 0.3rem;
    line-height: 1.5;
}

/* VuReport feature detail list */
.cv-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cv-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.93rem;
    color: rgba(226, 232, 240, 0.75);
    line-height: 1.5;
}

.cv-detail-list li:last-child {
    border-bottom: none;
}

.cv-detail-list li i {
    color: var(--cv-teal);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* Nav active state */
.cv-navbar .nav-link.active {
    color: #fff !important;
}

.cv-navbar .nav-link.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cv-teal);
    border-radius: 2px;
    margin-top: 2px;
}

/* =============================================================
   BLOG ARTICLE BODY TYPOGRAPHY
============================================================= */
.cv-article {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--cv-text);
}

.cv-article h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: var(--cv-text);
    letter-spacing: -0.01em;
    margin: 2.5rem 0 1rem;
    line-height: 1.3;
}

.cv-article h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--cv-text);
    margin: 2rem 0 0.75rem;
    line-height: 1.4;
}

.cv-article p {
    margin-bottom: 1.4rem;
    color: #3d3d4e;
}

.cv-article ul,
.cv-article ol {
    padding-left: 1.5rem;
    margin-bottom: 1.4rem;
}

.cv-article li {
    margin-bottom: 0.55rem;
    color: #3d3d4e;
    line-height: 1.7;
}

.cv-article strong {
    font-weight: 700;
    color: var(--cv-text);
}

.cv-article blockquote {
    border-left: 3px solid var(--cv-teal);
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: rgba(42, 134, 129, 0.05);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-size: 1.05rem;
    color: var(--cv-text);
    font-style: italic;
    line-height: 1.7;
}

.cv-article blockquote p {
    margin-bottom: 0;
}

.cv-article .cv-callout {
    background: rgba(42, 134, 129, 0.07);
    border: 1px solid rgba(42, 134, 129, 0.2);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    font-size: 0.95rem;
    color: var(--cv-text);
    line-height: 1.7;
}

.cv-article .cv-callout strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--cv-teal);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}