/* Home.cshtml marketing-page styles. Loaded only by Views/Home/Index.cshtml via the "styles" section — do not reference from other views. */

:root {
    --home-primary: #066fd1;
    --home-primary-dark: #04509c;
    --home-bg-soft: #eaf3fc;
}

.home-hero {
    padding: 64px 0 48px;
    background: linear-gradient(180deg, var(--home-bg-soft) 0%, #ffffff 100%);
}

.home-eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--home-primary);
    margin-bottom: 0.75rem;
}

.home-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.home-hero-sub {
    font-size: 1.05rem;
    color: #5a6473;
    margin-bottom: 1.5rem;
}

.home-hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.home-trust-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #8a93a3;
    font-weight: 600;
}

.home-hero-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 420px;
}

.home-about {
    padding: 56px 0;
}

.home-about-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 360px;
}

.home-section-title {
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.home-mission-box {
    background: var(--home-primary);
    color: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 1.25rem 0;
}

.home-value-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.home-chip {
    background: var(--home-bg-soft);
    color: var(--home-primary-dark);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
}

.home-why {
    padding: 56px 0;
    background: var(--home-bg-soft);
}

.home-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--home-bg-soft);
    color: var(--home-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.home-feature-icon svg {
    width: 24px;
    height: 24px;
}

.home-feature-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-feature-text {
    font-size: 0.9rem;
    color: #5a6473;
    margin-bottom: 0;
}

.home-steps {
    padding: 56px 0;
}

.home-step {
    text-align: center;
    padding: 0 12px;
}

.home-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--home-primary);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.home-step-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-step-text {
    font-size: 0.85rem;
    color: #5a6473;
}

.home-services {
    padding: 56px 0;
    background: var(--home-bg-soft);
}

.home-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
}

.home-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--home-bg-soft);
    color: var(--home-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.home-service-icon svg {
    width: 24px;
    height: 24px;
}

.home-service-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-service-text {
    font-size: 0.9rem;
    color: #5a6473;
    margin-bottom: 0;
}

.home-faq {
    padding: 56px 0;
}

.home-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #e6e9ee;
}

.home-faq .accordion-button {
    font-weight: 600;
}

.home-contact {
    padding: 56px 0 72px;
}

.home-contact-card {
    background: var(--home-bg-soft);
    border-radius: 16px;
    padding: 32px;
}
