:root {
    --page-bg: #062a67;
    --page-bg-dark: #041c46;
    --page-bg-soft: #0b428f;
    --panel-bg: linear-gradient(180deg, rgba(9, 64, 139, 0.98) 0%, rgba(4, 34, 85, 0.98) 100%);
    --panel-border: rgba(255, 255, 255, 0.14);
    --panel-shadow: 0 24px 60px rgba(1, 10, 30, 0.34);
    --text-inverse: #f8fbff;
    --text-muted-inverse: rgba(241, 245, 249, 0.72);
    --gold: #ffd54f;
    --gold-dark: #f6b600;
    --green-soft: #44d57d;
    --pink-soft: #ff6da8;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 213, 79, 0.16), transparent 26%),
        radial-gradient(circle at top right, rgba(55, 131, 255, 0.24), transparent 28%),
        linear-gradient(180deg, #0a418d 0%, var(--page-bg) 32%, var(--page-bg-dark) 100%);
    color: var(--text-inverse);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.06), transparent 20%),
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.05), transparent 18%);
    pointer-events: none;
    z-index: -1;
}

.top-bar,
.main-header,
.mobile-search,
.main-nav,
.main-footer,
.bottom-nav {
    background: rgba(4, 31, 79, 0.96);
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-header {
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.logo a,
.header-action,
.action-icon,
.nav-menu li a,
.top-bar,
.mobile-user-info strong,
.mobile-user-info small {
    color: var(--text-inverse);
}

.logo-name {
    color: #ffffff;
}

.logo-tagline {
    color: rgba(255, 255, 255, 0.72);
}

.logo-icon,
.trust-icon,
.category-icon,
.age-icon,
.newsletter-icon,
.footer-logo .logo-icon {
    background: linear-gradient(135deg, #2f7fff 0%, #5bc0ff 100%);
    box-shadow: 0 16px 30px rgba(41, 128, 255, 0.28);
}

.search-input,
.mobile-search .search-input {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--text-inverse);
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.search-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 213, 79, 0.16);
    border-color: rgba(255, 213, 79, 0.56);
}

.search-icon {
    color: rgba(255, 255, 255, 0.74);
}

.voice-search {
    background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);
    color: #12356e;
}

.voice-search:hover {
    background: linear-gradient(135deg, #ffe082 0%, #ffc107 100%);
}

.header-action:hover .action-icon {
    color: var(--gold);
}

.nav-menu li a:hover,
.nav-menu li a.active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.mobile-search,
.main-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.user-dropdown,
.mobile-menu {
    background: #0a367c;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-item {
    color: var(--text-inverse);
}

.dropdown-item:hover,
.mobile-menu-list li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.mobile-menu-header {
    background: linear-gradient(135deg, #0a4fb2 0%, #0b7df3 100%);
}

.mobile-user-info {
    background: rgba(255, 255, 255, 0.06);
}

.main-content {
    min-height: calc(100vh - 360px);
    padding: 26px 0 110px;
}

.hero-section,
.categories-section,
.trust-badges,
.promo-banners,
.age-groups-section,
.trending-section,
.brands-section,
.newsletter-section {
    background: transparent;
}

.hero-content,
.hero-image-wrapper,
.trust-item,
.promo-card,
.age-group-card,
.product-card,
.brand-card,
.newsletter-card,
.category-item,
.content-card,
.summary-card,
.order-card,
.detail-card,
.auth-box,
.page-surface,
.empty-cart,
.empty-orders,
.empty-wishlist,
.success-card,
.contact-card,
.profile-card,
.cart-item,
.checkout-block,
.order-summary,
.cart-summary {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    box-shadow: var(--panel-shadow);
}

.hero-content,
.hero-image-wrapper,
.newsletter-card {
    border-radius: 30px;
}

.hero-section {
    padding-top: 8px;
}

.hero-section .container {
    gap: 28px;
}

.hero-content {
    padding: 34px;
}

.hero-badge,
.promo-badge,
.info-pill,
.status-pill,
.detail-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-title,
.section-title h2,
.newsletter-content h3,
.page-title,
.page-hero h1,
.auth-header h1,
.page-header h1 {
    color: #ffffff;
}

.hero-highlight,
.section-title i,
.view-all,
.current-price,
.page-accent,
.item-price-value,
.price-current {
    color: var(--gold);
}

.hero-subtitle,
.page-copy,
.section-subtitle,
.newsletter-content p,
.page-header p,
.auth-header p,
.footer-about,
.copyright,
.content-copy,
.item-meta,
.rating-count {
    color: var(--text-muted-inverse);
}

.btn {
    border-radius: 18px;
    font-weight: 700;
}

.btn-primary {
    background: linear-gradient(135deg, #ffd54f 0%, #ffbf00 100%);
    color: #12356e;
    box-shadow: 0 16px 28px rgba(255, 193, 7, 0.24);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffe082 0%, #ffc107 100%);
    color: #0e2b59;
}

.btn-secondary,
.btn-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-secondary:hover,
.btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.btn-sm {
    padding: 10px 16px;
    font-size: 13px;
}

.btn-premium {
    min-height: 54px;
}

.badge,
.bottom-nav-badge,
.discount-badge {
    background: linear-gradient(135deg, #ff7bac 0%, #ff4f88 100%);
    color: #fff;
}

.discount-badge {
    border-radius: 999px;
    padding: 7px 12px;
}

.product-card {
    border-radius: 24px;
}

.product-card:hover,
.brand-card:hover,
.promo-card:hover,
.trust-item:hover,
.age-group-card:hover,
.order-card:hover {
    transform: translateY(-6px);
}

.product-info,
.order-body,
.cart-summary,
.order-summary,
.success-card,
.auth-box,
.content-card,
.detail-card,
.contact-card,
.profile-card {
    color: #ffffff;
}

.product-name,
.order-number,
.order-number-big,
.item-name,
.item-name a,
.info-value,
.feature-box h3,
.contact-method strong {
    color: #ffffff;
}

.original-price,
.price-original {
    color: rgba(255, 255, 255, 0.46);
}

.product-image,
.main-image,
.gallery-main,
.item-image,
.line-thumb,
.contact-visual,
.profile-avatar {
    background: rgba(255, 255, 255, 0.1);
}

.feature-box,
.payment-info-box,
.shipping-message,
.address-box,
.contact-method,
.profile-stat,
.mini-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    color: #ffffff;
}

.feature-box {
    padding: 24px;
    text-align: center;
}

.feature-box i {
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--gold);
}

.content-card,
.summary-card,
.detail-card,
.auth-box,
.contact-card,
.profile-card,
.cart-summary,
.order-summary,
.success-card {
    border-radius: 28px;
    padding: 28px;
}

.page-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-hero {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 24px;
    align-items: stretch;
}

.page-hero-card,
.page-hero-side {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 32px;
    box-shadow: var(--panel-shadow);
    overflow: hidden;
}

.page-hero-card {
    padding: 30px;
}

.page-hero-side {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 18px;
}

.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs i {
    font-size: 10px;
    opacity: 0.7;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 213, 79, 0.15);
    border: 1px solid rgba(255, 213, 79, 0.22);
    color: #fff5c4;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.page-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.page-copy {
    font-size: 15px;
    line-height: 1.75;
}

.page-actions,
.chip-list,
.detail-chip-list,
.trust-pills,
.stats-strip,
.page-stat-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.chip,
.mini-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
}

.page-stat-grid {
    margin-top: 24px;
}

.page-stat-card,
.profile-stat {
    min-width: 150px;
    padding: 18px 20px;
}

.page-stat-card strong,
.profile-stat strong {
    display: block;
    font-size: 24px;
    color: #ffffff;
}

.page-stat-card span,
.profile-stat span {
    font-size: 12px;
    color: var(--text-muted-inverse);
}

.hero-illustration,
.contact-visual,
.auth-highlight,
.profile-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    min-height: 100%;
}

.hero-illustration i,
.auth-highlight i,
.profile-avatar i {
    font-size: 52px;
    color: var(--gold);
}

.hero-illustration h3,
.auth-highlight h3,
.profile-summary h3,
.checkout-block h2,
.cart-summary h2,
.order-summary h2,
.detail-card h2,
.content-card h2 {
    color: #ffffff;
    font-size: 22px;
}

.section,
.wishlist-section,
.orders-section,
.order-detail-section,
.cart-section,
.checkout-section,
.success-section,
.auth-section {
    padding: 8px 0 0;
}

.content-grid,
.contact-grid,
.profile-grid,
.cart-grid,
.checkout-grid,
.order-detail-grid,
.auth-grid {
    display: grid;
    gap: 24px;
}

.content-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.contact-grid,
.checkout-grid,
.auth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-grid {
    grid-template-columns: 0.95fr 1.05fr;
}

.cart-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
}

.order-detail-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
}

.auth-grid {
    align-items: stretch;
}

.auth-box,
.auth-highlight {
    min-height: 100%;
}

.auth-box {
    max-width: none;
}

.auth-header {
    margin-bottom: 24px;
}

.auth-highlight {
    padding: 30px;
    background: linear-gradient(160deg, rgba(255, 213, 79, 0.18), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
}

.auth-highlight ul,
.detail-list,
.icon-list,
.summary-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.auth-highlight li,
.detail-list li,
.icon-list li,
.summary-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

.auth-highlight li i,
.detail-list li i,
.icon-list li i,
.summary-list li i,
.contact-method i {
    color: var(--gold);
    margin-top: 3px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-group label,
.form-options,
.checkbox-label,
.order-date,
.info-label,
.newsletter-note,
.auth-footer,
.demo-credentials,
.contact-method p,
.mini-copy,
.payment-info-box p {
    color: var(--text-muted-inverse);
}

.form-group input,
.form-group textarea,
.form-group select,
.form-control,
.input-with-icon input,
.checkout-form input,
.checkout-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 18px;
    padding: 14px 16px;
    font-size: 14px;
}

.form-group textarea,
.checkout-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-control:focus,
.input-with-icon input:focus {
    outline: none;
    border-color: rgba(255, 213, 79, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 213, 79, 0.12);
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.66);
}

.input-with-icon input {
    padding-left: 46px;
}

.alert {
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.alert-success {
    background: rgba(68, 213, 125, 0.14);
    color: #dbffe8;
}

.alert-danger {
    background: rgba(255, 107, 107, 0.14);
    color: #ffd9d9;
}

.demo-credentials,
.payment-info-box,
.shipping-message {
    padding: 16px 18px;
    margin-top: 20px;
}

.shipping-message {
    color: #fff2b5;
}

.cart-items,
.checkout-form,
.summary-items,
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cart-item,
.summary-item,
.order-item {
    border-radius: 22px;
}

.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 20px;
    padding: 20px;
}

.item-image,
.summary-item img,
.order-item-thumb,
.product-thumb {
    border-radius: 18px;
    overflow: hidden;
}

.item-image img,
.summary-item img,
.order-item-thumb img,
.gallery-main img,
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-price,
.total-price {
    color: var(--gold);
    font-weight: 800;
}

.quantity-selector {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.quantity-btn {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
}

.quantity-input {
    width: 44px;
    border: none;
    background: transparent;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.summary-row,
.info-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.82);
}

.summary-row.total-row,
.info-row.total-row {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 10px;
    padding-top: 18px;
    font-weight: 800;
    color: #ffffff;
}

.payment-option {
    display: block;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-option input {
    display: none;
}

.payment-option.selected,
.payment-option:has(input:checked) {
    border-color: rgba(255, 213, 79, 0.52);
    background: rgba(255, 213, 79, 0.13);
}

.option-content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 700;
}

.payment-badges {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.summary-item {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-item:last-child {
    border-bottom: none;
}

.status-pending {
    background: rgba(255, 213, 79, 0.16);
    color: #ffe796;
}

.status-processing,
.status-shipped {
    background: rgba(87, 162, 255, 0.18);
    color: #d9e8ff;
}

.status-delivered {
    background: rgba(68, 213, 125, 0.16);
    color: #d8ffeb;
}

.status-cancelled {
    background: rgba(255, 107, 107, 0.16);
    color: #ffd5d5;
}

.contact-method,
.mini-card {
    padding: 18px 20px;
}

.contact-method {
    display: flex;
    gap: 14px;
}

.contact-method i {
    font-size: 20px;
}

.contact-visual {
    border-radius: 28px;
    padding: 28px;
}

.contact-visual .mini-card strong,
.checkout-block strong {
    color: #ffffff;
}

.profile-avatar {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-summary h3 {
    margin-bottom: 4px;
}

.profile-summary p {
    color: var(--text-muted-inverse);
}

.page-header {
    text-align: left;
    margin-bottom: 28px;
}

.orders-list,
.wishlist-grid {
    gap: 20px;
}

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-card {
    border-radius: 26px;
}

.order-header {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-status,
.order-status-big {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tracking-timeline {
    padding-left: 34px;
}

.timeline-dot {
    border-color: #0a367c;
}

.timeline-item.inactive .timeline-dot {
    background: rgba(255, 255, 255, 0.2);
}

.timeline-content h4 {
    color: #ffffff;
}

.page-breadcrumb {
    color: var(--text-muted-inverse);
}

.page-breadcrumb a {
    color: #ffffff;
}

.success-card {
    max-width: 960px;
    margin: 0 auto;
}

.success-icon i {
    font-size: 72px;
    color: var(--green-soft);
}

.success-message {
    margin: 12px 0 24px;
    color: var(--text-muted-inverse);
}

.success-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.order-info,
.order-items {
    margin-top: 20px;
}

.order-items .order-item {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-items .order-item:last-child {
    border-bottom: none;
}

.catalog-hero,
.pdp-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pdp-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 24px;
}

.gallery-panel,
.product-panel,
.tab-panel {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 30px;
    box-shadow: var(--panel-shadow);
    overflow: hidden;
}

.gallery-panel,
.product-panel {
    padding: 24px;
}

.gallery-main {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 16px;
}

.gallery-main img {
    display: block;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.gallery-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
}

.gallery-thumb.active {
    border-color: var(--gold);
}

.pdp-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.pdp-subtitle,
.product-description p,
.tab-panel p {
    color: var(--text-muted-inverse);
    line-height: 1.75;
}

.pdp-top-row,
.price-row,
.pdp-meta,
.cta-row,
.feature-grid,
.tab-nav,
.recommendation-header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.price-row {
    align-items: center;
    margin: 20px 0 14px;
}

.price-row .price-main {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
}

.price-row .price-strike {
    font-size: 28px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.42);
}

.price-row .price-off {
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(68, 213, 125, 0.16);
    color: #d8ffeb;
    font-weight: 700;
}

.stock-strip,
.urgency-strip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
}

.stock-strip {
    background: rgba(68, 213, 125, 0.16);
    color: #d8ffeb;
}

.urgency-strip {
    background: rgba(255, 99, 132, 0.16);
    color: #ffd5de;
}

.cta-row {
    margin: 22px 0;
    align-items: center;
}

.qty-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.qty-pill button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
}

.qty-pill input {
    width: 48px;
    text-align: center;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.cta-primary,
.cta-secondary {
    flex: 1;
    min-height: 58px;
}

.feature-grid {
    margin-top: 18px;
}

.feature-card {
    flex: 1 1 150px;
    min-height: 110px;
    border-radius: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-card i {
    color: var(--gold);
    margin-bottom: 10px;
    font-size: 22px;
}

.feature-card strong {
    display: block;
    color: #ffffff;
}

.feature-card span {
    color: var(--text-muted-inverse);
    font-size: 13px;
}

.tab-panel {
    padding: 0;
}

.tab-nav {
    padding: 18px 18px 0;
}

.tab-link {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

.tab-link.active {
    background: rgba(255, 213, 79, 0.16);
    border-color: rgba(255, 213, 79, 0.34);
    color: #fff2b5;
}

.tab-body {
    padding: 22px;
}

.recommendation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.empty-state-panel {
    text-align: center;
    padding: 54px 24px;
    border-radius: 28px;
}

.empty-state-panel i,
.empty-cart i,
.empty-orders i,
.empty-wishlist i {
    color: rgba(255, 255, 255, 0.38);
}

.footer-links a,
.footer-contact li,
.payment-methods,
.bottom-nav-item {
    color: rgba(255, 255, 255, 0.8);
}

.bottom-nav {
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-nav-item.active {
    color: var(--gold);
}

@media (max-width: 991px) {
    .page-hero,
    .content-grid,
    .contact-grid,
    .profile-grid,
    .cart-grid,
    .checkout-grid,
    .order-detail-grid,
    .auth-grid,
    .pdp-grid {
        grid-template-columns: 1fr;
    }

    .catalog-grid,
    .recommendation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-title,
    .pdp-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 18px;
    }

    .hero-content,
    .page-hero-card,
    .page-hero-side,
    .gallery-panel,
    .product-panel,
    .content-card,
    .summary-card,
    .detail-card,
    .auth-box,
    .contact-card,
    .profile-card,
    .cart-summary,
    .order-summary,
    .success-card {
        padding: 22px;
        border-radius: 24px;
    }

    .page-title,
    .pdp-title {
        font-size: 28px;
    }

    .price-row .price-main {
        font-size: 38px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .summary-item,
    .order-items .order-item {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .page-stat-card,
    .profile-stat {
        min-width: calc(50% - 6px);
        flex: 1 1 calc(50% - 6px);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 14px;
    }

    .catalog-grid,
    .recommendation-grid,
    .wishlist-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .page-title,
    .pdp-title {
        font-size: 24px;
    }

    .page-stat-card,
    .profile-stat {
        min-width: 100%;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .success-actions,
    .page-actions,
    .cta-row {
        flex-direction: column;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;
    }
}
