.home-navbar-brand__logo {
    width: 156px;
    height: auto;
}

.home-navbar-brand__logo--compact {
    width: 104px;
    height: auto;
}

.nova-guest-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.95rem;
    width: auto !important;
    height: auto !important;
    line-height: 1.1;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.96);
    color: #24324a !important;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
        background-color 0.2s ease;
}

.nova-guest-link:hover,
.nova-guest-link:focus {
    color: #0f172a !important;
    background: #fff;
    border-color: rgba(37, 99, 235, 0.22);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
}

.nova-guest-link__icon {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.09);
    color: #2563eb;
    font-size: 0.92rem;
    flex-shrink: 0;
}

.home-landing .home-hero-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.home-landing .home-about-image {
    display: block;
    width: 100%;
    height: auto;
}

.pricing-premium {
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.pricing-wrapper {
    overflow: auto;
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.pricing-table {
    border-collapse: separate;
    border-spacing: 0;
}

.pricing-table th,
.pricing-table td {
    vertical-align: middle;
}

.pricing-table thead th {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.pricing-table .feature-col {
    min-width: 240px;
}

.pricing-table .plan-col {
    min-width: 190px;
}

.plan-box {
    padding: 12px;
}

.badge-recommended {
    background: #0d6efd;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 999px;
    padding: 4px 10px;
}

.price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d6efd;
}

.price span {
    font-size: 0.85rem;
    color: #6c757d;
}

.group-row td {
    background: #f1f5f9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: #475569;
    padding: 14px 16px;
}

.feature-row:hover td {
    background: #f8fafc;
}

.feature {
    font-weight: 500;
}

.is-recommended {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.25);
    border-radius: 16px;
}

.footer-premium {
    background:
        radial-gradient(circle at top left, rgba(197, 138, 45, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(29, 78, 216, 0.06), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.footer-premium__contact {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.footer-premium__links a,
.footer-premium__contact-line,
.footer-premium__bottom {
    color: #61748b;
}

.footer-premium__links-wrap {
    display: grid;
    gap: 0.9rem;
    height: 100%;
}

.footer-premium__links-card {
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    padding: 1rem 1.1rem;
    height: 100%;
}

.footer-premium__section-title {
    color: #102941;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.footer-premium__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

.footer-premium__links a {
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-premium__links a:hover {
    color: #1d4ed8;
    transform: translateX(2px);
}

.footer-premium__contact {
    padding: 1.35rem;
    height: 100%;
}

.footer-premium__contact-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.footer-premium__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid rgba(148, 163, 184, 0.12);
    text-decoration: none;
}

.footer-premium__contact-item:hover {
    background: #f1f6ff;
}

.footer-premium__contact-icon {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #102941 0%, #1d4ed8 100%);
    color: #fff;
    flex-shrink: 0;
}

.footer-premium__contact-label {
    display: block;
    color: #102941;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.18rem;
}

.footer-premium__contact-line {
    line-height: 1.35;
}

.footer-premium__seal {
    margin-top: 0.85rem;
}

.footer-premium__seal img {
    width: 132px;
    height: auto;
}

.footer-premium__bottom {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .nova-guest-link {
        padding: 0.56rem 0.85rem;
        font-size: 0.86rem;
    }

    .home-navbar-brand__logo {
        width: 140px;
    }
}

@media (max-width: 575.98px) {
    .nova-guest-link {
        display: none;
    }
}
