/* Standalone landing page styles — not tied to main storefront theme */

.landing-page {
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111723;
    background: #fff;
    min-height: 100vh;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page .hero-title,
.landing-page .section-title {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-optical-sizing: auto;
}

.landing-topbar {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    padding: 14px 0;
}

.landing-brand {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #111723;
    text-decoration: none;
}

.landing-brand:hover {
    color: #5bc0de;
    text-decoration: none;
}

.landing-hero {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 50%, #f0f9ff 100%);
}

.landing-badge {
    background: rgba(91, 192, 222, 0.15);
    color: #3aa8c8;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
}

.landing-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.landing-feature-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
}

.landing-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.landing-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.landing-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #5bc0de;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
}

.landing-cta {
    background: linear-gradient(135deg, #5bc0de 0%, #46b8da 100%);
}

.landing-footer {
    background: #111723;
    color: rgba(255, 255, 255, 0.7);
    padding: 24px 0;
    font-size: 14px;
}

.landing-page .btn-primary {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.landing-page .btn-primary:hover {
    background-color: #46b8da;
    border-color: #46b8da;
}

.landing-page .btn-outline-primary {
    color: #5bc0de;
    border-color: #5bc0de;
}

.landing-page .btn-outline-primary:hover {
    background: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}

.landing-page .text-primary {
    color: #5bc0de !important;
}

.landing-page .bg-soft-primary {
    background: rgba(91, 192, 222, 0.12);
}

.landing-choice-card {
    border: 2px solid #dee2e6 !important;
    transition: all 0.2s;
    cursor: pointer;
}

.landing-choice-card.active-choice,
.landing-choice-card:hover {
    border-color: #5bc0de !important;
    background: #f0f9ff;
}

.lh-1-8 {
    line-height: 1.8;
}
