html {
    scroll-behavior: smooth;
}

.faq-margin {
    margin-bottom: 40px !important;
    margin-top: 32px;
}

.premium-app-shell {
    position: relative;
    background: #f6f9fc;
    overflow: hidden;
}

.premium-app-shell--auth {
    min-height: 100vh;
}

.premium-app-shell--guest {
    min-height: auto;
}

.premium-app-shell__bg {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at top left, rgba(34, 197, 94, 0.10), transparent 28%),
            radial-gradient(circle at top right, rgba(22, 163, 74, 0.08), transparent 24%),
            linear-gradient(180deg, #f7fdf9 0%, #f6f9fc 100%);
    pointer-events: none;
}

.premium-topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #dcfce7;
}

.premium-topbar__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.premium-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.premium-brand__logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    /*background: linear-gradient(135deg, #15803d, #22c55e);*/
    background: linear-gradient(135deg, var(--nia-secondary-dark) 0%, var(--nia-secondary) 55%, #4d8d4e 100%);

    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.24);
}

.premium-brand__meta h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0a2540;
}

.premium-brand__meta p {
    margin: 2px 0 0;
    color: #6b7c93;
    font-size: 13px;
}

.premium-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.premium-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #dcfce7;
    color: #166534;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.premium-mobile-nav-toggle {
    display: none;
    border: 1px solid #dcfce7;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #166534;
}

.premium-mobile-nav__content {
    padding-bottom: 14px;
}

.premium-subnav {
    position: sticky;
    top: 72px;
    z-index: 50;
    background: rgba(247, 253, 249, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #dcfce7;
}

.premium-subnav__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 0;
    scrollbar-width: none;
}

.premium-subnav__inner::-webkit-scrollbar {
    display: none;
}

.premium-subnav__item {
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #3f5f4a;
    font-size: 13px;
    font-weight: 600;
    transition: all .25s ease;
}

.premium-subnav__item:hover,
.premium-subnav__item:focus {
    text-decoration: none;
    color: #166534;
    background: #ecfdf3;
}

.premium-subnav__item.active {
    background: #dcfce7;
    color: #166534;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.10);
}

.premium-home-page {
    position: relative;
    z-index: 1;
    padding: 28px 0 42px;
}

.premium-home-page--guest {
    padding: 20px 0 24px;
}

.premium-home-page--guest .row {
    display: flex;
    justify-content: center;
}

.premium-home-page--guest .premium-hero-card {
    margin-bottom: 0;
}

.premium-hero-card,
.premium-card {
    background: rgba(255,255,255,0.96);
    border: 1px solid #e6ebf1;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    margin-bottom: 24px;
}

.premium-hero-card {
    padding: 28px;
}

.premium-hero-card--guest {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 32px;
}

.premium-card-body {
    padding: 24px;
}

.premium-card-header {
    padding: 22px 24px 0;
    margin-bottom: 0;
}

.premium-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #15803d;
    margin-bottom: 10px;
}

.premium-page-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 10px;
}

.premium-page-subtitle,
.premium-muted {
    color: #5b6b7f;
    font-size: 18px;
    line-height: 1.7;
}

.premium-app-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.premium-app-name {
    font-size: 25px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 6px;
}

.premium-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.premium-action-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-action-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-action-grid-guest-two {
    grid-template-columns: repeat(2, minmax(240px, 320px));
    justify-content: center;
    gap: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.premium-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.premium-summary-item {
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 14px;
    padding: 14px 16px;
}

.premium-summary-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6b7c93;
    margin-bottom: 6px;
}

.premium-section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
}

.premium-empty-copy {
    margin: 12px 0 20px;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.premium-badge-success {
    background: #e8faf1;
    color: #0f9f61;
}

.premium-badge-danger {
    background: #fef2f2;
    color: #dc2626;
}

.premium-badge-warning {
    background: #fff7ed;
    color: #d97706;
}

.premium-badge-info {
    background: #ecfdf3;
    color: #166534;
}

.premium-badge-muted {
    background: #f1f5f9;
    color: #475569;
}

.premium-table {
    margin-bottom: 0;
}

.premium-table thead th {
    border-bottom: 1px solid #e6ebf1 !important;
    color: #6b7c93;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    background: #fafcff;
}

.premium-table td {
    vertical-align: middle !important;
    color: #0a2540;
}

.premium-inline-actions,
.premium-preview-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.premium-booking-block--spaced {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eef2f7;
}

.premium-btn-block {
    width: 100%;
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
}

.premium-btn-block-mobile {
    min-height: 44px;
    border-radius: 12px;
    font-weight: 600;
}

.premium-btn-lg {
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
}

.premium-btn-primary,
.premium-btn-secondary,
.premium-btn-danger,
.premium-btn-neutral {
    transition: all 0.2s ease;
}

.premium-btn-primary:hover,
.premium-btn-secondary:hover,
.premium-btn-danger:hover,
.premium-btn-neutral:hover {
    transform: translateY(-1px);
}

.premium-btn-primary {
    /*background: linear-gradient(135deg, #16a34a, #22c55e);*/
    background: linear-gradient(135deg, var(--nia-secondary-dark) 0%, var(--nia-secondary) 55%, #4d8d4e 100%);
    border: none;
    color: #fff !important;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.18);
}

.premium-btn-primary:hover,
.premium-btn-primary:focus {
    /*background: linear-gradient(135deg, #15803d, #16a34a);*/
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(34, 197, 94, 0.25);
}

.premium-btn-secondary {
    background: linear-gradient(135deg, var(--nia-secondary-dark) 0%, var(--nia-secondary) 55%, #4d8d4e 100%);

    border: 1px solid #bbf7d0;
    color: #fff !important;
    font-weight: 600;
    border-radius: 12px;
}

.premium-btn-secondary:hover,
.premium-btn-secondary:focus {
    background: linear-gradient(135deg, var(--nia-secondary-dark) 0%, var(--nia-secondary) 55%, #4d8d4e 100%);
    color: #fff !important;
}

.premium-btn-danger {
    background: #ef4444;
    border: none;
    color: #fff !important;
    border-radius: 12px;
}

.premium-btn-danger:hover,
.premium-btn-danger:focus {
    background: #dc2626;
    color: #fff !important;
}

.premium-btn-neutral {
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    color: #0a2540 !important;
    border-radius: 12px;
}

.premium-btn-neutral:hover,
.premium-btn-neutral:focus {
    background: #f1f5f9;
    color: #0a2540 !important;
}

.premium-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.premium-links-list li {
    margin-bottom: 12px;
}

.premium-links-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a2540;
    font-weight: 600;
    text-decoration: none;
}

.premium-alert {
    border-radius: 14px;
    margin-bottom: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .premium-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .premium-action-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .premium-topbar__inner {
        min-height: 64px;
    }

    .premium-mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .premium-brand__meta p {
        display: none;
    }

    .premium-subnav {
        top: 64px;
        background: rgba(247, 253, 249, 0.96);
    }

    .premium-home-page {
        padding: 18px 0 28px;
    }

    .premium-home-page--guest {
        padding: 14px 0 18px;
    }

    .premium-hero-card,
    .premium-card-body {
        padding: 18px;
    }

    .premium-hero-card--guest {
        padding: 22px 18px;
    }

    .premium-card-header {
        padding: 18px 18px 0;
    }

    .premium-page-title {
        font-size: 28px;
    }

    .premium-app-name {
        font-size: 24px;
    }

    .premium-action-grid,
    .premium-action-grid-2,
    .premium-action-grid-3,
    .premium-summary-grid,
    .premium-action-grid-guest-two {
        grid-template-columns: 1fr;
    }

    .premium-action-grid-guest-two {
        max-width: 100%;
    }

    .premium-inline-actions,
    .premium-preview-actions {
        flex-direction: column;
    }

    .premium-btn-block,
    .premium-btn-block-mobile,
    .premium-btn-lg {
        width: 100%;
    }
}

 .premium-empty-state--request-types {
     background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
     border: 1px solid rgba(15, 23, 42, 0.08);
     box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
 }

.premium-empty-state__header {
    max-width: 720px;
    margin: 0 auto 28px;
}

.premium-empty-state__header .premium-section-title {
    margin-bottom: 10px;
}

.premium-request-types {
    margin-top: 8px;
    padding: 20px;
}

.premium-request-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 90px;
    margin-bottom: 20px;
    padding: 22px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.premium-request-card:hover {
    transform: translateY(-3px);
    border-color: #3c763d;
    /*box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);*/
}

.premium-request-card.active {
    border-color: #22c55e;
    /*background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);*/
    /*box-shadow: 0 18px 42px rgba(34, 197, 94, 0.14);*/
}

.premium-request-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 16px;
    /*background: linear-gradient(135deg, #16a34a, #22c55e);*/
    background: #3c763d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    /*box-shadow: 0 12px 24px rgba(34, 197, 94, 0.22);*/
}

.premium-request-card__content {
    flex: 1;
}

.premium-request-card__content h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.premium-request-card__content p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
    font-size: 14px;
}

.premium-request-card__check {
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.premium-request-card.active .premium-request-card__check {
    border-color: #3c763d;
    background: #3c763d;
    color: #fff;
}

.premium-request-action {
    margin-top: 10px;
    text-align: center;
}

.premium-request-error {
    margin: 8px 0 0;
    text-align: center;
    font-weight: 600;
}

.premium-request-help {
    margin-top: 8px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.spinning {
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .premium-request-card {
        min-height: auto;
    }
}


.premium-action-grid .premium-btn-lg {
    position: relative;
    overflow: hidden;

    min-height: 64px;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: all 0.35s ease;
}

/* ✨ Gradient glow layer */
.premium-action-grid .premium-btn-lg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(
            120deg,
            rgba(5,150,105,0.25),
            rgba(16,185,129,0.25),
            rgba(5,150,105,0.25)
    );

    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

/* 💡 Inner light sheen (Stripe feel) */
.premium-action-grid .premium-btn-lg::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
            120deg,
            rgba(255,255,255,0.4),
            rgba(255,255,255,0)
    );

    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 1;
}

/* Ensure content stays above glow */
.premium-action-grid .premium-btn-lg * {
    position: relative;
    z-index: 2;
}

/* 🚀 Hover effect */
.premium-action-grid .premium-btn-lg:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 20px 40px rgba(5, 150, 105, 0.25);
}

/* Activate glow */
.premium-action-grid .premium-btn-lg:hover::before {
    opacity: 1;
}

/* Animate sheen sweep */
.premium-action-grid .premium-btn-lg:hover::after {
    left: 120%;
}

/* Icon enhancement */
.premium-action-grid .premium-btn-lg i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.premium-action-grid .premium-btn-lg:hover i {
    transform: translateX(2px);
}

/* Primary button glow */
.premium-btn-primary:hover {
    box-shadow: 0 20px 40px rgba(5, 150, 105, 0.35);
}

/* Danger button glow */
.premium-btn-danger:hover {
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.25);
}
