/* VehiLink Home Page — White theme (matches About page) */

body.home-page {
    background: #ffffff;
    color: #475569;
}

body.home-page .site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

body.home-page .site-footer {
    border-top: 1px solid #e2e8f0;
}

.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ff0055;
    background: #fff5f8;
    border: 1px solid #ffd6e7;
    margin-bottom: 16px;
}

.home-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.home-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.home-section-head p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.home-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #ff0055;
    border: 2px solid #ff0055;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.home-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 0, 85, 0.25);
    background: #e6004d;
    color: #fff;
}

.home-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    background: #fff;
    border: 2px solid #e2e8f0;
    transition: all 0.25s ease;
}

.home-btn-outline:hover {
    border-color: #ff0055;
    color: #ff0055;
}

.home-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-reveal.home-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-reveal-delay-1 { transition-delay: 0.1s; }
.home-reveal-delay-2 { transition-delay: 0.2s; }
.home-reveal-delay-3 { transition-delay: 0.3s; }

.home-hero {
    padding: 72px 0 56px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.home-hero h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    color: #0f172a;
}

.home-hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: #64748b;
    max-width: 520px;
    margin-bottom: 28px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.home-hero-trust i { color: #ff0055; }

.home-hero-media {
    position: relative;
    min-height: 360px;
}

.home-hero-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: linear-gradient(145deg, #fff5f8 0%, #ffffff 100%);
    box-shadow: 0 24px 48px -20px rgba(15, 23, 42, 0.12);
    animation: homeFloatSoft 6s ease-in-out infinite;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-img-wrap img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    display: block;
}

.home-hero-float-card {
    position: absolute;
    top: 20px;
    right: -12px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    animation: homeFloatSoft 4s ease-in-out infinite;
}

.home-hero-float-card.bottom {
    top: auto;
    bottom: 24px;
    left: -16px;
    right: auto;
    animation-delay: 1s;
}

.home-hero-float-card i { font-size: 20px; color: #ff0055; }
.home-hero-float-card strong { display: block; font-size: 13px; color: #0f172a; }
.home-hero-float-card span { font-size: 11px; color: #64748b; }

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

.home-stats {
    padding: 48px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-stat-item {
    text-align: center;
    padding: 24px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.home-stat-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: #fff5f8;
    color: #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.home-stat-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.home-stat-item span {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.home-problem { padding: 80px 0; background: #ffffff; }

.home-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-problem-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.home-problem-item {
    display: flex;
    gap: 14px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.home-problem-item i { color: #ff0055; font-size: 18px; margin-top: 2px; }
.home-problem-item h4 { font-size: 15px; color: #0f172a; margin-bottom: 4px; }
.home-problem-item p { font-size: 14px; color: #64748b; line-height: 1.55; margin: 0; }

.home-problem-visual {
    padding: 40px;
    background: linear-gradient(145deg, #fff5f8 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    text-align: center;
}

.home-problem-visual i { font-size: 64px; color: #ff0055; margin-bottom: 20px; }
.home-problem-visual h3 { font-size: 22px; color: #0f172a; margin-bottom: 10px; }
.home-problem-visual p { font-size: 15px; color: #64748b; line-height: 1.65; max-width: 340px; margin: 0 auto; }

.home-steps {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.home-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -16px rgba(255, 0, 85, 0.1);
    border-color: #ffd6e7;
}

.home-step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 16px;
    background: #fff5f8;
    color: #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.home-step-card h3 { font-size: 18px; color: #0f172a; margin-bottom: 10px; }
.home-step-card p { font-size: 14px; color: #64748b; line-height: 1.65; margin: 0; }

.home-usecases { padding: 80px 0; background: #ffffff; }

.home-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-usecase-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-usecase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -16px rgba(15, 23, 42, 0.1);
}

.home-usecase-img {
    background: #f8fafc;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border-bottom: 1px solid #e2e8f0;
}

.home-usecase-img img { height: 100px; width: auto; }
.home-usecase-body { padding: 24px; }
.home-usecase-body h4 { font-size: 17px; color: #0f172a; margin-bottom: 8px; }
.home-usecase-body p { font-size: 14px; color: #64748b; line-height: 1.65; margin: 0; }

.home-features {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.home-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
}

.home-feature-item { display: flex; gap: 16px; align-items: flex-start; }

.home-feature-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff5f8;
    color: #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.home-feature-item h4 { font-size: 16px; color: #0f172a; margin-bottom: 4px; }
.home-feature-item p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; }

.home-features-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.home-feature-box {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-align: center;
}

.home-feature-box i { font-size: 28px; color: #ff0055; margin-bottom: 12px; }
.home-feature-box strong { display: block; font-size: 14px; color: #0f172a; margin-bottom: 4px; }
.home-feature-box span { font-size: 12px; color: #64748b; }

.home-early { padding: 80px 0; background: #ffffff; }

.home-early-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    padding: 48px;
    background: linear-gradient(135deg, #fff5f8 0%, #ffffff 50%, #f8fafc 100%);
    border: 2px solid #ffd6e7;
    border-radius: 24px;
}

.home-early-box h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: #0f172a; margin-bottom: 12px; }
.home-early-box > div > p { font-size: 16px; color: #64748b; line-height: 1.7; margin-bottom: 24px; }

.home-early-perks { display: flex; flex-direction: column; gap: 14px; }

.home-early-perk {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.home-early-perk i { color: #ff0055; font-size: 16px; }

.home-blog {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.home-blog-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -16px rgba(255, 0, 85, 0.1);
    border-color: #ffd6e7;
}

.home-blog-img {
    height: 180px;
    background: linear-gradient(135deg, #fff5f8, #f8fafc);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-blog-img img { width: 100%; height: 100%; object-fit: cover; }
.home-blog-img i { font-size: 40px; color: #ff0055; opacity: 0.5; }
.home-blog-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.home-blog-meta { font-size: 12px; color: #94a3b8; font-weight: 600; margin-bottom: 8px; }
.home-blog-body h3 { font-size: 17px; color: #0f172a; margin-bottom: 10px; line-height: 1.4; }
.home-blog-body p { font-size: 14px; color: #64748b; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.home-blog-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #ff0055; }
.home-blog-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 24px;
    background: #ffffff;
    border: 1px dashed #e2e8f0;
    border-radius: 20px;
    color: #64748b;
}

.home-faq { padding: 80px 0; background: #ffffff; }

.home-faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.home-faq-item:hover,
.home-faq-item.active { border-color: #ffd6e7; }

.home-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
}

.home-faq-toggle {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff5f8;
    color: #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.25s ease;
}

.home-faq-item.active .home-faq-toggle { transform: rotate(45deg); }

.home-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.home-faq-item.active .home-faq-answer { max-height: 300px; }

.home-faq-answer p {
    padding: 0 22px 18px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.home-cta { padding: 80px 0 96px; background: #f8fafc; }

.home-cta-box {
    text-align: center;
    padding: 56px 40px;
    background: linear-gradient(135deg, #ff0055 0%, #e6004d 100%);
    border-radius: 24px;
    color: #ffffff;
    box-shadow: 0 24px 48px rgba(255, 0, 85, 0.25);
}

.home-cta-box h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 12px; color: #ffffff; }
.home-cta-box p { font-size: 16px; opacity: 0.92; max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }
.home-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.home-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    background: #ffffff;
    color: #ff0055;
    border: 2px solid #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
    color: #ff0055;
}

.home-cta-btn.outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.home-cta-btn.outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

@media (max-width: 992px) {
    .home-hero-grid,
    .home-problem-grid,
    .home-features-grid,
    .home-early-box { grid-template-columns: 1fr; }

    .home-stats-grid,
    .home-steps-grid,
    .home-usecases-grid { grid-template-columns: repeat(2, 1fr); }

    .home-hero-media { order: -1; min-height: auto; }
    .home-hero-float-card { right: 8px; }
    .home-hero-float-card.bottom { left: 8px; }
}

@media (max-width: 576px) {
    .home-hero { padding: 48px 0 40px; }
    .home-stats-grid,
    .home-steps-grid,
    .home-usecases-grid,
    .home-features-visual { grid-template-columns: 1fr; }
    .home-early-box { padding: 28px 24px; }
    .home-cta-box { padding: 40px 24px; }
}
