/* Home page — loaded after styles.css and blog.css */

.home-main {
    background: transparent;
}

.home-hero {
    margin-bottom: 40px;
}

.home-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    border: 1px solid #5a7a9a;
    border-radius: 4px;
    padding: 4px 12px;
    background: transparent;
    margin-bottom: 20px;
}

.home-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
}

.home-title {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0 0 16px;
    color: #f5f5f5;
    line-height: 1.2;
}

.home-lede {
    font-size: 1.125rem;
    color: #a3a3a3;
    margin: 0;
    line-height: 1.65;
    max-width: 36em;
}

.home-section {
    margin-bottom: 48px;
}

.home-section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a3a3a3;
    margin: 0 0 16px;
    line-height: 1.3;
}

.home-section-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(50, 55, 70, 0.45);
}

.home-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.home-path-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-path-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a3a3a3;
    margin: 0 0 12px;
}

.home-path-card h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 12px;
    color: #e5e5e5;
}

.home-path-card p {
    flex: 1;
    font-size: 16px;
    color: #b3b3b3;
    line-height: 1.6;
    margin: 0 0 20px;
}

.home-path-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    background: #436a88;
    color: #f5f5f5;
    border: 1px solid #436a88;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.home-btn:hover {
    background: #3a5a78;
    border-color: #3a5a78;
    color: #f5f5f5;
}

.home-btn-secondary {
    background: transparent;
    border-color: #5a7a9a;
    color: #f5f5f5;
}

.home-btn-secondary:hover {
    background: rgba(122, 157, 200, 0.08);
    border-color: #7a9dc8;
    color: #f5f5f5;
}

.home-sublink {
    font-size: 14px;
    color: #7a9dc8;
    text-decoration: none;
}

.home-sublink:hover {
    color: #8aadcc;
    text-decoration: underline;
}

.home-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
}

.home-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #b3b3b3;
}

.home-trust-check {
    color: #7a9dc8;
    font-weight: 600;
}

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

.home-why-grid .info-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.home-calc {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    background: rgba(122, 157, 200, 0.08);
    border: 1px solid rgba(122, 157, 200, 0.3);
}

.home-calc-figure {
    font-size: 48px;
    font-weight: 600;
    color: #7a9dc8;
    line-height: 1;
    margin: 0;
}

.home-calc-caption {
    font-size: 14px;
    color: #a3a3a3;
    margin: 8px 0 0;
    line-height: 1.45;
    max-width: 12em;
}

.home-calc-body {
    font-size: 16px;
    color: #b3b3b3;
    line-height: 1.65;
    margin: 0 0 12px;
}

.home-calc-link {
    color: #7a9dc8;
    text-decoration: none;
    font-weight: 500;
}

.home-calc-link:hover {
    color: #8aadcc;
    text-decoration: underline;
}

.home-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    counter-reset: home-step;
}

.home-steps li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    counter-increment: home-step;
}

.home-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5a7a9a;
    color: #7a9dc8;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.home-step-num::before {
    content: counter(home-step);
    font-size: 15px;
}

.home-steps h3 {
    font-size: 18px;
    font-weight: 500;
    color: #e5e5e5;
    margin: 0 0 6px;
}

.home-steps p {
    margin: 0;
    font-size: 16px;
    color: #b3b3b3;
    line-height: 1.6;
}

.home-final {
    border-top: 1px solid rgba(50, 55, 70, 0.35);
    padding-top: 40px;
    margin-bottom: 0;
    text-align: center;
}

.home-final h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #f5f5f5;
    margin: 0 0 12px;
}

.home-final > p {
    font-size: 1.05rem;
    color: #a3a3a3;
    line-height: 1.65;
    margin: 0 auto 24px;
    max-width: 32em;
}

.home-final-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .home-title {
        font-size: 1.85rem;
    }

    .home-split,
    .home-why-grid,
    .home-final-actions,
    .home-calc {
        grid-template-columns: 1fr;
    }

    .home-calc-figure {
        font-size: 36px;
    }

    .home-calc-caption {
        max-width: none;
        margin-bottom: 4px;
    }

    .blog-main.home-main {
        padding: 32px 20px 60px;
    }
}

@media (max-width: 480px) {
    .home-trust {
        justify-content: flex-start;
    }
}
