.public-home {
    min-height: 100vh;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: #e5eef7;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.22), transparent 30%),
        radial-gradient(circle at right center, rgba(56, 189, 248, 0.20), transparent 24%),
        linear-gradient(135deg, #07111f 0%, #10243b 52%, #0f3f47 100%);
}

.public-home a {
    text-decoration: none;
}

.landing-shell {
    position: relative;
    overflow: hidden;
    padding: 32px 0 56px;
}

.landing-shell::before,
.landing-shell::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    filter: blur(20px);
    opacity: 0.45;
    pointer-events: none;
}

.landing-shell::before {
    top: 80px;
    right: -80px;
    width: 240px;
    height: 240px;
    background: rgba(34, 197, 94, 0.26);
}

.landing-shell::after {
    bottom: 80px;
    left: -70px;
    width: 220px;
    height: 220px;
    background: rgba(56, 189, 248, 0.22);
}

.landing-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.landing-brand img {
    width: 132px;
    height: 132px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    padding: 0.25rem;
}

.landing-brand-copy h1 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.landing-brand-copy p {
    margin: 0.25rem 0 0;
    color: rgba(229, 238, 247, 0.74);
    font-size: 0.95rem;
}

.landing-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: #eafff7;
    background: rgba(34, 197, 94, 0.16);
    border: 1px solid rgba(134, 239, 172, 0.25);
    font-weight: 700;
}

.hero-panel {
    margin-top: 1.6rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04)),
        linear-gradient(125deg, rgba(16, 185, 129, 0.16), rgba(14, 165, 233, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.30);
    backdrop-filter: blur(18px);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-badge {
    display: inline-flex;
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #ccfbf1;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h2 {
    margin: 1rem 0 0.85rem;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.hero-copy p {
    margin: 0 0 1.5rem;
    max-width: 620px;
    color: rgba(229, 238, 247, 0.80);
    font-size: 1.02rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.9rem 1.35rem;
    border-radius: 18px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.hero-btn.primary {
    color: #04111c;
    background: linear-gradient(135deg, #86efac, #2dd4bf);
    box-shadow: 0 18px 30px rgba(45, 212, 191, 0.22);
}

.hero-btn.secondary {
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-card-grid {
    display: grid;
    gap: 1rem;
}

.hero-card {
    padding: 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 140px;
}

.hero-card span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 0.9rem;
    background: rgba(134, 239, 172, 0.16);
    color: #bbf7d0;
    font-size: 1.1rem;
}

.hero-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.hero-card p {
    margin: 0;
    color: rgba(229, 238, 247, 0.76);
    line-height: 1.6;
}

.address-card {
    margin-top: 1.4rem;
    padding: 1.1rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.address-card h4 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 800;
}

.address-card p {
    margin: 0;
    color: rgba(229, 238, 247, 0.76);
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .landing-navbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .landing-shell {
        padding-top: 20px;
    }

    .landing-brand {
        align-items: flex-start;
    }

    .landing-brand img {
        width: 104px;
        height: 104px;
    }

    .hero-panel {
        border-radius: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }
}
