/* Domain homepage (root/) */

.home-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px 48px;
}

.home-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #059669;
    margin-bottom: 12px;
}

.home-hero {
    padding: 40px 0 32px;
}

.home-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.home-hero-copy h1 {
    font-family: var(--display, 'Bebas Neue', sans-serif);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: 1px;
    color: #0f172a;
    margin-bottom: 16px;
}

.home-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 24px;
    max-width: 520px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-btn:hover {
    transform: translateY(-1px);
}

.home-btn-primary {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.home-btn-secondary {
    background: #fff;
    color: #1e40af;
    border: 2px solid #bfdbfe;
}

.home-btn-lg {
    padding: 16px 32px;
    font-size: 16px;
}

.home-promo {
    font-size: 13px;
    color: #64748b;
}

.home-promo strong {
    color: #047857;
    font-family: ui-monospace, monospace;
}

.home-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, #f8fafc, #eff6ff);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #e2e8f0;
}

.home-hero-visual img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

.home-trust {
    padding: 24px 0 40px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.home-trust-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-trust-grid li {
    text-align: center;
    padding: 8px;
}

.home-trust-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
}

.home-trust-grid strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 4px;
}

.home-trust-grid span {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

.home-featured {
    padding: 48px 0;
}

.home-featured-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.home-featured-copy h2 {
    font-family: var(--display, 'Bebas Neue', sans-serif);
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: 1px;
    color: #0f172a;
    margin-bottom: 12px;
}

.home-featured-copy > p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}

.home-featured-list {
    margin: 0 0 24px;
    padding-left: 20px;
    color: #334155;
    line-height: 1.7;
}

.home-featured-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    position: relative;
}

.home-featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-featured-card h3 {
    font-family: var(--display, 'Bebas Neue', sans-serif);
    font-size: 32px;
    letter-spacing: 1px;
    color: #1e40af;
    margin-bottom: 8px;
}

.home-featured-meta {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 12px;
}

.home-featured-rating {
    font-size: 18px;
    color: #f59e0b;
    letter-spacing: 2px;
}

.home-featured-rating span {
    font-size: 13px;
    color: #64748b;
    letter-spacing: 0;
    margin-left: 6px;
}

.home-cta {
    padding: 48px 0;
}

.home-cta-inner {
    text-align: center;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
    border-radius: 20px;
    padding: 48px 24px;
}

.home-cta-inner h2 {
    font-family: var(--display, 'Bebas Neue', sans-serif);
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.home-cta-inner p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 24px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.home-disclaimer {
    font-size: 11px;
    line-height: 1.5;
    color: #94a3b8;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 24px;
}

@media (max-width: 900px) {
    .home-hero-inner,
    .home-featured-inner {
        grid-template-columns: 1fr;
    }

    .home-hero-visual {
        order: -1;
        padding: 16px;
    }

    .home-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .home-hero {
        padding-top: 24px;
    }

    .home-trust-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }
}
