:root {
    --viona-surface: rgba(20, 28, 48, 0.82);
    --viona-surface-strong: rgba(14, 20, 38, 0.92);
    --viona-border: rgba(168, 139, 250, 0.18);
    --viona-accent: #8b5cf6;
    --viona-accent-2: #22c55e;
    --viona-text-soft: #a8b3cf;
    --viona-shadow: 0 24px 80px rgba(6, 10, 22, 0.32);
}

.store-order-container,
.main-content .section-body > .panel,
.panel-cart,
.panel-summary,
.message-cart-empty,
.product-config-info,
.panel-check,
.panel-form,
.panel.panel-default.store-choose-domain {
    border: 1px solid var(--viona-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)), var(--viona-surface);
    box-shadow: var(--viona-shadow);
    backdrop-filter: blur(14px);
    border-radius: 24px;
}

.store-order-container {
    padding: 36px;
    position: relative;
    overflow: hidden;
}

.store-order-container::before,
.message-cart-empty::before,
.panel-summary::before {
    content: "";
    position: absolute;
    inset: auto -10% 65% auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.34), transparent 70%);
    pointer-events: none;
}

.store-order-container h1,
.product-config-info h2,
.message-cart-empty .message-title {
    color: #fff;
    letter-spacing: -0.03em;
}

.store-order-container > p,
.product-config-info .product-info,
.message-cart-empty .message-desc,
.package .package-content,
.cart-item-title-small,
.renewal.cycle,
.section-desc {
    color: var(--viona-text-soft);
}

.store-domain-tabs {
    gap: 10px;
    padding: 10px 10px 0;
    border: 0;
    background: transparent;
}

.store-domain-tabs > li {
    float: none;
    display: inline-flex;
}

.store-domain-tabs > li > a {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #dbe3f4;
    border-radius: 999px;
    padding: 12px 18px;
    transition: 0.25s ease;
}

.store-domain-tabs > li.active > a,
.store-domain-tabs > li > a:hover,
.store-domain-tabs > li > a:focus {
    border-color: rgba(139, 92, 246, 0.5);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(59, 130, 246, 0.12));
    color: #fff;
}

.store-domain-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.store-domain-form .form-control,
.payment-term .form-control,
.billing-details-form .form-control,
.billing-details-form select,
.panel-cart .dropdown-toggle {
    min-height: 54px;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(9, 14, 28, 0.55);
    color: #fff;
}

.store-actions {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn.btn-primary,
.btn.btn-lg.btn-primary,
.btn-order-now {
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    box-shadow: 0 16px 40px rgba(109, 40, 217, 0.35);
}

.btn.btn-default,
.btn.btn-primary-faded,
.panel-cart .btn-default {
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #eef2ff;
}

.products .package {
    height: 100%;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)), rgba(17, 24, 39, 0.82);
    box-shadow: 0 22px 70px rgba(6, 10, 22, 0.28);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.products .package:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 92, 246, 0.35);
    box-shadow: 0 28px 90px rgba(8, 12, 24, 0.4);
}

.products .package.package-featured {
    border-color: rgba(139, 92, 246, 0.42);
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.12), rgba(255,255,255,0.02)), rgba(17, 24, 39, 0.9);
}

.products .label-corner,
.package .label-corner {
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(139, 92, 246, 0.18);
    color: #f5f3ff;
}

.package-title,
.cart-item-title-main,
.panel-summary .panel-title,
.section-title {
    color: #fff;
}

.package-price .price,
.cart-item-price,
.order-summary .price,
.order-summary .total-due-today {
    color: #fff;
}

.panel-cart {
    overflow: hidden;
}

.panel-cart .cart-heading,
.panel-cart .cart-item,
.prod-addons-container {
    border-color: rgba(255, 255, 255, 0.08);
}

.panel-cart .cart-heading {
    background: rgba(255, 255, 255, 0.03);
    color: #cbd5e1;
}

.panel-cart .cart-item {
    background: transparent;
}

.cart-item-actions .btn {
    border-radius: 14px;
}

.message-cart-empty {
    position: relative;
    padding: 56px 32px;
    text-align: center;
    overflow: hidden;
}

.message-cart-empty .message-image {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: rgba(139, 92, 246, 0.12);
}

.message-cart-empty .message-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.message-cart-empty .message-title {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.message-cart-empty .message-desc {
    max-width: 640px;
    margin: 0 auto 24px;
    font-size: 16px;
}

.panel-summary.order-summary,
.sidebar-sticky-summary .panel-summary {
    position: relative;
    overflow: hidden;
}

.order-summary .panel-heading {
    border-color: rgba(255, 255, 255, 0.08);
}

.order-summary .btn-checkout,
#btnCompleteOrder,
#checkout {
    border-radius: 18px;
}

.main-grid .main-sidebar .panel-summary,
.main-grid .main-sidebar .order-summary {
    top: 16px;
}

@media (max-width: 991px) {
    .store-order-container {
        padding: 24px;
    }

    .store-actions .text-right {
        text-align: left;
        margin-top: 16px;
    }

    .message-cart-empty .message-title {
        font-size: 26px;
    }
}

.vh-order-steps {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 28px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vh-order-steps::-webkit-scrollbar {
    display: none;
}

.vh-order-step {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    min-width: 118px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.vh-order-step__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.vh-order-step__label {
    color: #dbe3f4;
    font-size: 14px;
    font-weight: 600;
}

.vh-order-step.is-complete {
    border-color: rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.08);
}

.vh-order-step.is-complete .vh-order-step__dot {
    background: #22c55e;
}

.vh-order-step.is-active {
    border-color: rgba(139, 92, 246, 0.45);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.18), rgba(59, 130, 246, 0.12));
}

.vh-order-step.is-active .vh-order-step__dot {
    background: #8b5cf6;
}

.vh-store-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
    gap: 24px;
    margin-bottom: 28px;
}

.vh-store-hero__main,
.vh-store-hero__aside,
.vh-store-product-card,
.vh-store-support-card,
.vh-checkout-trust,
.vh-inline-note {
    border: 1px solid var(--viona-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)), var(--viona-surface);
    box-shadow: var(--viona-shadow);
}

.vh-store-hero__main {
    padding: 28px;
}

.vh-store-hero__eyebrow,
.vh-inline-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.16);
    color: #ddd6fe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vh-store-hero__title {
    margin: 18px 0 10px;
    color: #fff;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.vh-store-hero__desc,
.vh-store-product-card__desc,
.vh-store-support-card p,
.vh-inline-note,
.vh-checkout-trust__text {
    color: var(--viona-text-soft);
}

.vh-store-product-card {
    margin-top: 20px;
    padding: 20px;
}

.vh-store-product-card__head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.vh-store-product-card__label,
.vh-store-product-card__badge {
    color: #e9d5ff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vh-store-product-card__badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.vh-store-product-card__title {
    margin: 12px 0 10px;
    color: #fff;
    font-size: 28px;
}

.vh-store-support-card {
    height: 100%;
    padding: 24px;
}

.vh-store-support-card h3,
.vh-checkout-trust__title {
    color: #fff;
    margin: 0 0 10px;
}

.vh-store-support-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.vh-domain-shell {
    overflow: visible;
}

.vh-domain-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vh-domain-option-card {
    position: relative;
    margin: 0;
    min-height: 100%;
    cursor: pointer;
}

.vh-domain-option-card > input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.vh-domain-option-card__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 188px;
    padding: 24px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: 0.25s ease;
}

.vh-domain-option-card__icon {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(139, 92, 246, 0.14);
    color: #f5f3ff;
    font-size: 22px;
}

.vh-domain-option-card__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vh-domain-option-card__copy strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
}

.vh-domain-option-card__copy small,
.vh-domain-option-card__copy em {
    color: var(--viona-text-soft);
    font-style: normal;
}

.vh-domain-option-card__copy em {
    color: #c4b5fd;
    font-weight: 600;
}

.vh-domain-option-card__check {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
}

.vh-domain-option-card:hover .vh-domain-option-card__inner,
.vh-domain-option-card.is-selected .vh-domain-option-card__inner {
    transform: translateY(-2px);
    border-color: rgba(139, 92, 246, 0.42);
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.12), rgba(255, 255, 255, 0.03));
}

.vh-domain-option-card.is-selected .vh-domain-option-card__check {
    background: #8b5cf6;
    color: #fff;
}

.vh-domain-search-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vh-inline-note {
    margin-top: 18px;
    padding: 14px 16px;
}

.vh-promo-panel .code {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.vh-checkout-trust {
    padding: 18px 20px;
    margin-bottom: 20px;
}

.vh-checkout-trust--summary {
    margin-top: 20px;
    margin-bottom: 0;
}

.vh-checkout-trust__list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.vh-checkout-trust__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--viona-text-soft);
}

.vh-checkout-trust__list i {
    color: #22c55e;
    margin-top: 2px;
}

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

@media (max-width: 991px) {
    .vh-order-steps {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        grid-template-columns: unset;
    }

    .vh-order-step {
        flex: 0 0 auto;
        min-width: 108px;
    }

    .vh-store-hero,
    .vh-domain-options {
        grid-template-columns: 1fr;
    }

    .vh-store-hero__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .vh-domain-option-card__inner {
        min-height: unset;
        padding: 20px 18px;
    }

    .vh-order-step {
        padding: 12px 14px;
    }
}

.lagom-not-portal .app-nav-menu .menu > li.nav-item-btn.is-right {
    margin-left: 8px;
}

.lagom-not-portal .app-nav-menu .menu > li.nav-item-btn.is-right > a.btn {
    border-radius: 999px;
    font-weight: 600;
    min-height: 40px;
    padding: 9px 18px;
}

.page-login .main-body-sidebar .sidebar-feature-list,
.page-login.register-page .main-body-sidebar .sidebar-feature-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.page-login .main-body-sidebar .sidebar-feature-list li,
.page-login.register-page .main-body-sidebar .sidebar-feature-list li {
    align-items: flex-start;
    color: var(--login-sidebar-desc-lighter-color, rgba(255, 255, 255, 0.82));
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.45;
}

.page-login .main-body-sidebar .sidebar-feature-list i,
.page-login.register-page .main-body-sidebar .sidebar-feature-list i {
    color: #c4b5fd;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .lagom-not-portal .app-nav-menu .menu > li.nav-item-btn.is-right {
        display: inline-flex;
    }

    .lagom-not-portal .app-nav-menu .menu > li.nav-item-btn.is-right > a.btn {
        min-height: 38px;
        padding: 8px 16px;
    }
}
