﻿@media (max-width: 991.98px) {
    .public-hero {
        padding: 2rem 0 1.5rem 0;
    }

    .public-brand {
        font-size: 1.1rem;
    }

    .public-header .container {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }

    .public-nav-link {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .public-main .container,
    .public-main .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .public-card {
        border-radius: 0.75rem;
    }

    .banner-img {
        max-height: 220px;
    }

    .btn-lg {
        padding: 0.85rem 1rem;
        font-size: 1rem;
    }
}
.public-card {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
}

.form-control-lg {
    border-radius: 0.9rem;
}

.btn-lg {
    border-radius: 0.9rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .public-card .card-body {
        padding: 1.25rem !important;
    }
}
.bg-light-subtle {
    background-color: #f8f9fa;
}

.public-home-hero {
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.public-home-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    font-weight: 800;
    color: #212529;
}

.public-home-subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
    max-width: 640px;
}

.public-home-note {
    font-size: 0.95rem;
    color: #6c757d;
}

.public-chip {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    font-weight: 700;
    color: #495057;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
}

.public-hero-card {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

.public-hero-card-body {
    display: grid;
    gap: 1rem;
}

.public-hero-stat {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 1.2rem 1.25rem;
    background: #ffffff;
}

.public-hero-stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.35rem;
}

.public-hero-stat-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #212529;
}

.public-section-eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #6c757d;
}

.public-step-number {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0d6efd;
    color: #ffffff;
    font-weight: 700;
}

.public-cta-box {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

@media (max-width: 991.98px) {
    .public-home-hero {
        text-align: center;
    }

    .public-home-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .public-hero-card {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .public-home-title {
        font-size: 2rem;
    }

    .public-home-subtitle {
        font-size: 1rem;
        line-height: 1.7;
    }

    .public-cta-box {
        padding: 2rem 1.25rem;
        border-radius: 1rem;
    }

    .public-hero-stat-value {
        font-size: 1.15rem;
    }

    .public-section-title {
        font-size: 1.6rem;
    }
}
.public-submit-btn {
    min-height: 56px;
    font-weight: 700;
}

.public-submit-btn {
    min-height: 56px;
    font-weight: 700;
}
.public-social-link {
    color: #495057;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

    .public-social-link:hover {
        color: #0d6efd;
    }
.public-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f3f5;
    color: #495057;
    font-size: 1.2rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .public-social-icon:hover {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-2px);
    }
    .public-social-icon.instagram:hover {
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    }

.public-nav-link-disabled {
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.8;
}

    .public-nav-link-disabled:hover {
        color: #adb5bd;
    }