:root {
    --primary: #ff8a00;
    --primary-dark: #d96f00;
    --primary-rgb: 255, 138, 0;
    --danger: #dc3545;
    --danger-dark: #bb2d3b;
    --ink: #16181d;
    --ink-soft: #3f4754;
    --surface: #fff8ef;
    --surface-strong: #fff1dd;
    --white: #ffffff;
    --line: rgba(22, 24, 29, 0.1);
    --shadow: 0 24px 60px rgba(20, 14, 6, 0.12);
    --radius-xl: 28px;
    --radius-lg: 20px;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)),
.profile-crop-tool-btn,
.crop-tool-btn,
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)):hover,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)):focus,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)):active,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)).active,
.profile-crop-tool-btn:hover,
.profile-crop-tool-btn:focus,
.crop-tool-btn:hover,
.crop-tool-btn:focus,
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
    background: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    color: #fff !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)):focus-visible {
    box-shadow: 0 0 0 0.22rem rgba(var(--primary-rgb), 0.35) !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)):disabled,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
)).disabled {
    background: rgba(var(--primary-rgb), 0.62) !important;
    border-color: rgba(var(--primary-rgb), 0.62) !important;
    color: rgba(22, 24, 29, 0.68) !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>i[class*="bi-"],
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>i[class*="fa-"],
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>svg {
    color: inherit !important;
    flex-shrink: 0;
    margin-right: 0 !important;
    margin-left: 0.45rem !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>span,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>small,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>strong {
    color: inherit !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>.badge {
    background: rgba(255, 255, 255, 0.36) !important;
    color: inherit !important;
}

.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>i:only-child,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))>svg:only-child,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))[data-icon-only="true"]>i,
.btn:not(.btn-close):not(:where(
    .site-navbar .btn,
    .product-card .btn,
    .section-heading .btn,
    .cta-panel .btn,
    .article-interactions .btn,
    .comments-list .btn,
    .form-toastr-validation .btn,
    .reply-form .btn,
    .cart-item .btn,
    .payment-history-item .btn,
    .profile-summary-card .btn,
    .profile-detail-card .btn,
    .profile-photo-actions .btn,
    .profile-crop-modal-content .btn,
    #profileMapPicker .btn,
    .auth-cart-prompt .btn,
    .logout-confirm-toast .btn
))[data-icon-only="true"]>svg {
    margin-left: 0 !important;
}

.btn-warning,
.btn-primary,
.site-navbar .btn-warning,
.product-card .btn,
.product-actions .btn,
.calc-submit-btn,
.cart-action-button.btn-warning,
.profile-summary-card .btn-warning,
.profile-detail-card .btn-warning,
.cta-panel .btn-warning {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.site-navbar .btn-warning:hover,
.site-navbar .btn-warning:focus,
.product-card .btn:hover,
.product-card .btn:focus,
.product-actions .btn:hover,
.product-actions .btn:focus,
.calc-submit-btn:hover,
.calc-submit-btn:focus,
.cart-action-button.btn-warning:hover,
.cart-action-button.btn-warning:focus,
.profile-summary-card .btn-warning:hover,
.profile-summary-card .btn-warning:focus,
.profile-detail-card .btn-warning:hover,
.profile-detail-card .btn-warning:focus,
.cta-panel .btn-warning:hover,
.cta-panel .btn-warning:focus {
    background: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    color: #fff !important;
}

.btn-outline-warning {
    background: transparent !important;
    border-color: var(--primary) !important;
    color: var(--primary-dark) !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

.auth-cart-prompt-actions .btn.btn-dark {
    background: var(--ink) !important;
    border-color: var(--ink) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.auth-cart-prompt-actions .btn.btn-dark:hover,
.auth-cart-prompt-actions .btn.btn-dark:focus,
.auth-cart-prompt-actions .btn.btn-dark:active {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn.btn-cancel,
.btn.btn-danger,
.btn.btn-outline-danger,
.btn.cancel-reply-btn,
.logout-confirm-toast .btn#logoutCancelBtn,
.swal2-styled.swal2-cancel {
    background: var(--danger) !important;
    border-color: var(--danger) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.btn.btn-cancel:hover,
.btn.btn-cancel:focus,
.btn.btn-cancel:active,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:active,
.btn.cancel-reply-btn:hover,
.btn.cancel-reply-btn:focus,
.logout-confirm-toast .btn#logoutCancelBtn:hover,
.logout-confirm-toast .btn#logoutCancelBtn:focus,
.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus {
    background: var(--danger-dark) !important;
    border-color: var(--danger-dark) !important;
    color: #fff !important;
}

.btn.btn-cancel>i,
.btn.btn-danger>i,
.btn.btn-outline-danger>i,
.btn.cancel-reply-btn>i,
.logout-confirm-toast .btn#logoutCancelBtn>i {
    color: inherit !important;
}

.cart-action-button.btn-success {
    background: #198754 !important;
    border-color: #198754 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.cart-action-button.btn-success:hover,
.cart-action-button.btn-success:focus {
    background: #157347 !important;
    border-color: #146c43 !important;
    color: #fff !important;
}

body.site-body {
    font-family: "Manrope", sans-serif;
    background: linear-gradient(180deg, #fff9f3 0%, #fffdf9 40%, #f7f1e9 100%);
    color: var(--ink);
    min-height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand strong {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.03em;
}

a {
    color: inherit;
    text-decoration: none;
}

.main-content {
    padding-top: 98px;
    position: relative;
    z-index: 1;
}

.site-gradient {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(var(--primary-rgb), 0.22), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(77, 42, 5, 0.16), transparent 32%),
        radial-gradient(circle at 50% 90%, rgba(255, 199, 120, 0.18), transparent 28%);
    z-index: 0;
    pointer-events: none;
}

.site-navbar {
    background: rgba(18, 20, 24, 0.62);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}

.site-navbar.scrolled {
    background: rgba(18, 20, 24, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.navbar-brand small {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
}

.brand-badge {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
    flex-shrink: 0;
}

.brand-badge-footer {
    background: #ffffff;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.profile-link-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.profile-link-label {
    display: none;
}

.profile-link-avatar {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.profile-link-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.15rem;
    display: block;
}

.hero-section,
.inner-hero {
    padding: 4.5rem 0 3rem;
}

.hero-section h2,
.inner-hero h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    max-width: 17ch;
    margin: 0.85rem 0 1rem;
}

.hero-copy {
    color: var(--ink-soft);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 62ch;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primary-dark);
}

.eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
}

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

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.1rem;
}

.metric-card,
.stat-box {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    padding: 1.15rem;
    box-shadow: var(--shadow);
}

.metric-card strong,
.stat-box strong {
    display: block;
    font-size: 1.9rem;
    font-family: "Space Grotesk", sans-serif;
}

.metric-card span,
.stat-box small {
    color: var(--ink-soft);
}

.hero-carousel {
    background: #241a0f;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-carousel img {
    min-height: 520px;
    object-fit: cover;
}

.carousel-caption {
    left: 8%;
    right: 8%;
    bottom: 2rem;
}

.carousel-caption h5 {
    font-size: 1.85rem;
    max-width: 12ch;
}

.carousel-caption p {
    max-width: 32ch;
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
}

.chip,
.chip-alt,
.price-tag,
.status-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.chip {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(8px);
}

.chip-alt {
    background: var(--surface-strong);
    color: #7b4300;
}

.price-tag {
    background: rgba(22, 24, 29, 0.08);
    color: var(--ink);
}

.section-space {
    padding: 5rem 0;
}

.section-heading {
    margin-bottom: 2.2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 26ch;
}

.section-heading h2.section-title-wide {
    max-width: 36ch;
}

.glass-card,
.product-card,
.article-card,
.story-panel,
.filter-panel,
.calc-result-card,
.cta-panel,
.why-card,
.auth-card,
.auth-copy,
.empty-panel {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow);
    border-radius: var(--radius-xl);
}

.glass-card,
.story-panel,
.calc-result-card,
.auth-card,
.auth-copy,
.empty-panel {
    padding: 2rem;
}

.icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f2127, #4e3920);
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.glass-card h3,
.product-card h3,
.article-card h3,
.why-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.glass-card p,
.product-card p,
.article-card p,
.story-panel p,
.why-card p,
.calc-note {
    color: var(--ink-soft);
    line-height: 1.8;
}

.section-dark {
    background: linear-gradient(135deg, #17110a, #2a1b0c);
    color: #fff;
}

.section-cream {
    background: linear-gradient(180deg, #fffaf4 0%, #fffdf9 100%);
}

.timeline-grid {
    display: grid;
    gap: 1rem;
}

.timeline-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 1.5rem;
    color: #fff;
}

.timeline-number {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--primary);
    font-weight: 800;
}

.product-card,
.article-card,
.why-card {
    padding: 1.6rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-visual,
.product-hero-visual {
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #f7e7cf, #fff8ef);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-visual {
    aspect-ratio: 1 / 1;
}

.product-visual img,
.product-hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.article-card .product-visual img {
    object-fit: cover;
}

.product-card .product-visual img {
    object-fit: cover;
}

.product-visual img {
    aspect-ratio: auto;
}

.product-hero-visual img {
    height: clamp(360px, 48vw, 560px);
}


.product-detail-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin: 0.9rem 0 1rem;
}

.product-card:hover,
.article-card:hover,
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(21, 16, 8, 0.16);
}

.product-card-top,
.article-meta,
.result-row,
.mini-summary-item,
.card-header-line,
.footer-bottom,
.contact-item,
.cart-item,
.product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-card-top {
    margin-bottom: 1.1rem;
}

.product-card {
    display: flex;
    flex-direction: column;
}

.article-card {
    display: flex;
    flex-direction: column;
}

.article-card>.chip-alt {
    align-self: flex-start;
}

.product-card>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-actions {
    margin-top: auto;
    padding-top: 1.5rem;
    flex-wrap: wrap;
}

.product-meta {
    margin-top: 1rem;
    border-top: 1px dashed var(--line);
    padding-top: 1rem;
}

.product-meta span,
.spec-list span,
.article-meta span {
    color: var(--ink-soft);
    font-size: 0.92rem;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.spec-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dashed var(--line);
    padding: 0.85rem 0;
}

.why-us-section {
    background: linear-gradient(135deg, #181008 0%, #352313 100%);
    color: #fff;
}

.why-us-section .section-heading h2 {
    color: #fff;
}

.why-us-section .eyebrow {
    color: var(--primary);
}

.why-us-section .why-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.why-us-section .why-card p {
    color: rgba(255, 255, 255, 0.74);
}

.why-card-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #1b1006;
    box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.22);
}

.cta-panel {
    background: linear-gradient(135deg, #1b1f27, #3e2a10);
    color: #fff;
    padding: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.inner-hero {
    padding-bottom: 4rem;
}

.inner-hero-sm {
    padding-top: 3.4rem;
}

.story-highlight {
    font-size: 1.15rem;
    color: var(--ink);
    margin-bottom: 1.6rem;
}

.filter-panel {
    padding: 0.95rem 1.15rem;
    border-radius: 24px;
}

.product-filter-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 54px;
}

.product-search-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    flex: 0 0 clamp(420px, 38vw, 540px);
    gap: 0.55rem;
    min-width: 0;
}

.product-search-controls .form-control {
    flex: 1 1 0;
    width: auto;
    height: 50px;
    min-width: 0;
    padding: 0.72rem 1rem;
    font-size: 1rem;
    border-color: rgba(22, 24, 29, 0.13);
    box-shadow: none;
}

.product-search-btn {
    height: 50px;
    min-width: 104px;
    padding-inline: 1.2rem !important;
    flex: 0 0 auto;
    font-weight: 800 !important;
}

.product-filter-bar-search-only .product-search-controls {
    flex: 1 1 auto;
    width: 100%;
}

.category-scroll-shell {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.45rem;
}

.category-pills {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.2rem;
    scrollbar-width: none;
    scroll-snap-type: none;
    touch-action: pan-x;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    will-change: scroll-position;
}

.category-pills::-webkit-scrollbar {
    display: none;
}

.category-pills.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.category-scroll-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(22, 24, 29, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    flex: 0 0 auto;
    box-shadow: 0 8px 24px rgba(22, 24, 29, 0.08);
    transition: background 0.22s ease, color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.category-scroll-btn:hover,
.category-scroll-btn:focus {
    background: var(--ink);
    color: #fff;
    transform: translateY(-1px);
}

.category-scroll-btn:disabled {
    opacity: 0.35;
    pointer-events: none;
}

.category-scroll-btn i {
    line-height: 1;
}

.pill {
    flex: 0 0 auto;
    padding: 0.66rem 1.15rem;
    border-radius: 999px;
    background: rgba(22, 24, 29, 0.06);
    color: var(--ink);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.pill:hover,
.pill:focus {
    background: rgba(var(--primary-rgb), 0.14);
    color: var(--primary-dark);
    transform: translateY(-1px);
}

.pill.active {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 10px 24px rgba(22, 24, 29, 0.14);
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding: 0.72rem 0;
    }

    .site-navbar .container {
        align-items: center;
    }

    .site-navbar .navbar-toggler {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.12);
        line-height: 1;
    }

    .site-navbar .navbar-toggler-icon {
        width: 1.22rem;
        height: 1.22rem;
        background-position: center;
        background-size: 100% 100%;
    }

    .site-navbar .navbar-collapse {
        flex-basis: 100%;
        margin-top: 0.85rem;
        padding: 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        background: rgba(21, 23, 27, 0.94);
        backdrop-filter: blur(18px);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    }

    .site-navbar .navbar-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.42rem;
        width: 100%;
    }

    .site-navbar .nav-item,
    .site-navbar .nav-item form {
        width: 100%;
    }

    .site-navbar .navbar-collapse .nav-link,
    .site-navbar .navbar-collapse .btn {
        width: 100%;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0.72rem 0.85rem !important;
        border-radius: 15px !important;
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        font-weight: 800;
        text-align: left;
    }

    .site-navbar .navbar-collapse .nav-link.active,
    .site-navbar .navbar-collapse .nav-link:hover,
    .site-navbar .navbar-collapse .nav-link:focus {
        background: var(--primary);
        color: var(--ink);
    }

    .site-navbar .navbar-collapse .btn-warning {
        justify-content: center;
        background: var(--primary) !important;
        color: var(--ink) !important;
    }

    .site-navbar .navbar-collapse .btn-outline-light {
        justify-content: space-between;
        border-color: rgba(255, 255, 255, 0.14);
    }

    .site-navbar .profile-link-chip {
        gap: 0.7rem;
    }

    .profile-link-label {
        display: inline;
    }

    .site-navbar .profile-link-avatar {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }

    .product-filter-bar {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
    }

    .product-search-controls {
        flex: 1 1 auto;
        width: 100%;
    }

    .category-pills {
        width: 100%;
    }

    .category-scroll-shell {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .site-navbar .container {
        align-items: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .navbar-brand {
        flex: 1 1 auto;
        max-width: calc(100% - 58px);
        margin-right: 0;
        min-width: 0;
        gap: 0.6rem;
    }

    .navbar-brand .brand-badge {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .navbar-brand > span:last-child {
        min-width: 0;
    }

    .navbar-brand strong {
        font-size: 1rem;
        line-height: 1.2;
    }

    .navbar-brand small {
        font-size: 0.68rem;
    }

    .navbar-brand strong,
    .navbar-brand small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-navbar .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem;
        border-radius: 20px;
    }

    .site-navbar .navbar-nav {
        gap: 0.48rem;
    }

    .filter-panel {
        padding: 0.8rem;
        border-radius: 20px;
    }

    .product-search-controls .form-control,
    .product-search-btn {
        height: 46px;
    }

    .product-search-btn {
        min-width: 86px;
        padding-inline: 0.9rem !important;
    }

    .pill {
        padding: 0.62rem 1rem;
    }

    .category-scroll-btn {
        width: 32px;
        height: 32px;
    }

    .spec-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .spec-list li strong {
        text-align: left;
        overflow-wrap: anywhere;
    }
}

.calc-panel .form-control,
.calc-panel .form-select,
.auth-card .form-control,
.auth-card .form-select,
.glass-card .form-control,
.glass-card .form-select {
    border-radius: 18px;
    border-color: rgba(22, 24, 29, 0.12);
    padding: 0.95rem 1rem;
}

.calc-result-card {
    position: sticky;
    top: 115px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 239, 0.95));
    border: 1px solid rgba(255, 199, 120, 0.25);
}

.calc-result-title {
    margin: 0.6rem 0 1.2rem;
    font-size: 1.35rem;
}

.calc-result-body {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    border: 1px solid rgba(22, 24, 29, 0.06);
    overflow: hidden;
}

.result-row {
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid rgba(22, 24, 29, 0.06);
}

.result-row strong {
    text-align: right;
    overflow-wrap: anywhere;
}

.result-row:last-child {
    border-bottom: 0;
}

.result-row-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ink-soft);
    font-size: 0.92rem;
}

.result-row-label i {
    font-size: 1rem;
    color: var(--primary-dark);
    opacity: 0.7;
}

.result-row.total {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), rgba(255, 199, 120, 0.12));
    font-size: 1.1rem;
}

.result-row.total .result-row-label {
    color: var(--ink);
    font-weight: 600;
}

.result-row.total strong {
    color: var(--primary-dark);
    font-size: 1.25rem;
}

/* Calculator header */
.calc-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgba(22, 24, 29, 0.08);
}

.calc-header-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1f2127, #4e3920);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.calculator-empty-state {
    min-height: 280px;
    padding: 2.4rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.calculator-empty-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
    font-size: 1.45rem;
}

.calculator-empty-state h3 {
    margin-bottom: 0.55rem;
    font-size: 1.6rem;
}

.calculator-empty-state p {
    max-width: 560px;
    margin: 0;
    color: var(--ink-soft);
}

/* Calculator steps */
.calc-step {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed var(--line);
}

.calc-step:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}

.calc-step-label {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 0.95rem;
}

.calc-step-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
}

/* Calculator info box */
.calc-info-box {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: rgba(var(--primary-rgb), 0.08);
    border: 1px solid rgba(var(--primary-rgb), 0.15);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin-top: 1.2rem;
    font-size: 0.88rem;
    color: var(--ink-soft);
    line-height: 1.7;
}

.calc-info-box>i {
    color: var(--primary-dark);
    font-size: 1.1rem;
    line-height: 1.35;
    margin-top: 0;
    flex-shrink: 0;
}

.calc-info-content {
    min-width: 0;
}

.calc-info-list {
    margin: 0.35rem 0 0 1.1rem;
    padding-left: 0.65rem;
}

.calc-info-list li {
    padding-left: 0.15rem;
}

.calc-submit-btn {
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.calc-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.28);
}

.article-meta {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px dashed var(--line);
}

.article-meta a {
    color: var(--primary-dark);
    font-weight: 700;
}

.auth-section {
    padding: 4rem 0 5rem;
}

.auth-shell {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.5rem;
}

.auth-copy {
    background: linear-gradient(145deg, #1c1e24, #35210e);
    color: #fff;
}

.auth-copy p,
.demo-list {
    color: rgba(255, 255, 255, 0.72);
}

.notice-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 20px;
    padding: 1rem 1.2rem;
}

.auth-cart-prompt {
    display: grid;
    gap: 0.7rem;
    width: 100%;
}

.auth-cart-prompt small {
    color: var(--ink-soft);
    line-height: 1.6;
}

.auth-cart-prompt-actions {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.demo-list {
    margin-top: 1.4rem;
    display: grid;
    gap: 0.45rem;
}

.cart-item {
    padding: 1.2rem 0;
    border-bottom: 1px dashed var(--line);
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item-main {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.cart-thumb {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #f6ebdb, #fff8ef);
    flex-shrink: 0;
}

.cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.2rem;
    display: block;
}

.cart-item-actions {
    display: grid;
    gap: 0.6rem;
    justify-items: end;
}

.payment-history-item {
    padding: 1.2rem 0;
    border-top: 1px dashed var(--line);
}

.payment-history-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.payment-history-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.payment-history-head small {
    display: block;
    color: var(--ink-soft);
    margin-top: 0.25rem;
}

.payment-history-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.payment-history-grid small {
    display: block;
    color: var(--ink-soft);
    margin-bottom: 0.3rem;
}

.mini-summary-item {
    padding: 0.8rem 0;
    border-bottom: 1px dashed var(--line);
}

.mini-summary-item small {
    display: block;
    color: var(--ink-soft);
}

.checkout-payment-card .result-row {
    padding-right: 0;
    padding-left: 0;
}

.checkout-payment-card .result-row.total {
    padding-right: 0;
    padding-left: 0;
}

.contact-item {
    align-items: flex-start;
    margin-bottom: 1.15rem;
}

.contact-item i {
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--surface-strong);
    color: var(--primary-dark);
}

.contact-item small {
    display: block;
    color: var(--ink-soft);
}

.conversation-card {
    padding: 1.2rem 0;
    border-top: 1px dashed var(--line);
}

.conversation-card:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.conversation-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.conversation-header small {
    display: block;
    color: var(--ink-soft);
    margin-top: 0.3rem;
}

.conversation-bubble {
    border-radius: 22px;
    padding: 1rem 1.1rem;
    margin-bottom: 0.85rem;
}

.conversation-bubble small {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

.conversation-bubble-user {
    background: rgba(22, 24, 29, 0.05);
}

.conversation-bubble-admin {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.18), rgba(255, 241, 221, 0.9));
}

.conversation-bubble-waiting {
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed rgba(22, 24, 29, 0.14);
}

.profile-summary-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-avatar {
    width: 112px;
    height: 112px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, #f6ebdb, #fff8ef);
    margin-bottom: 1.2rem;
}

.profile-avatar-lg {
    width: 164px;
    height: 164px;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.25rem;
    display: block;
}

.profile-meta-list {
    width: 100%;
    display: grid;
    gap: 0.85rem;
}

.profile-meta-row,
.profile-detail-card {
    background: rgba(22, 24, 29, 0.04);
    border: 1px solid rgba(22, 24, 29, 0.06);
    border-radius: 18px;
    padding: 1rem 1.1rem;
}

.profile-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.profile-meta-row span,
.profile-detail-card small {
    color: var(--ink-soft);
}

.profile-meta-row strong,
.profile-detail-card strong {
    display: block;
}

.profile-map-shell {
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(22, 24, 29, 0.08);
    background: rgba(22, 24, 29, 0.04);
}

.profile-map-canvas,
.profile-map-preview {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

.profile-map-canvas {
    display: none;
}

.profile-map-shell.map-ready .profile-map-canvas {
    display: block;
}

.profile-map-shell.map-ready .profile-map-preview {
    display: none;
}

.profile-detail-card .profile-detail-muted {
    display: block;
    margin-top: 0.45rem;
    color: var(--ink-soft);
    font-size: 0.92rem;
    line-height: 1.6;
}

@media (max-width: 575.98px) {
    #profileMapPicker .input-group {
        display: grid;
        gap: 0.65rem;
    }

    #profileMapPicker .input-group>* {
        width: 100%;
        border-radius: 18px !important;
    }
}

.article-body {
    background: rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--shadow);
    color: var(--ink-soft);
    line-height: 1.95;
    font-size: 1.05rem;
}

.narrow-container {
    max-width: 840px;
}

.site-footer {
    background: #15171b;
    color: #fff;
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.site-footer h6 {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.85);
}

.social-links {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.social-links a,
.floating-wa {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-links a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.social-links .social-item-youtube:hover {
    background: #FF0000;
}

.social-links .social-item-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-links .social-item-facebook:hover {
    background: #1877F2;
}

.social-links .social-item-tiktok:hover {
    background: #000000;
}

.social-links .social-item-whatsapp:hover {
    background: #25D366;
}

.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: linear-gradient(135deg, #1aa15a, #4ddf83);
    color: #fff;
    box-shadow: 0 18px 35px rgba(14, 80, 42, 0.22);
    z-index: 10;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 2.35rem 0 calc(1.8rem + env(safe-area-inset-bottom));
    }

    .site-footer .row {
        row-gap: 1rem;
    }

    .footer-brand-section,
    .footer-nav-section,
    .footer-contact-section,
    .footer-social-section {
        width: 100%;
    }

    .footer-brand {
        align-items: center;
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.05);
    }

    .footer-brand h5 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .footer-brand p {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .site-footer h6 {
        margin: 0.25rem 0 0.7rem;
        font-size: 0.72rem;
    }

    .footer-links {
        gap: 0.35rem;
        font-size: 0.94rem;
    }

    .footer-links li,
    .footer-links a {
        overflow-wrap: anywhere;
    }

    .footer-links a {
        display: inline-flex;
        padding: 0.18rem 0;
    }

    .footer-nav-section .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }

    .footer-contact-section .footer-links {
        max-width: 34rem;
    }

    .social-links {
        gap: 0.5rem;
    }

    .social-links a {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .footer-bottom {
        display: grid;
        gap: 0.45rem;
        margin-top: 1.35rem;
        padding-top: 1rem;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .floating-wa {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }
}

.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(17, 18, 22, 0.72);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.page-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

.page-loader-card {
    width: min(100%, 320px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
    padding: 1.75rem;
    text-align: center;
}

.page-loader-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    display: block;
    margin: 0 auto 1rem;
    border-radius: 24px;
    background: #fff;
}

.page-loader-spinner {
    width: 46px;
    height: 46px;
    border: 4px solid rgba(var(--primary-rgb), 0.22);
    border-top-color: var(--primary);
    border-radius: 999px;
    margin: 0 auto 1rem;
    animation: loader-spin 0.8s linear infinite;
}

.page-loader-card strong {
    display: block;
    font-size: 1.05rem;
}

.page-loader-card small {
    display: block;
    color: var(--ink-soft);
    margin-top: 0.35rem;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.pagination {
    gap: 0.35rem;
}

.page-link {
    border-radius: 14px !important;
    border: 0;
    color: var(--ink);
    padding: 0.7rem 0.95rem;
}

.page-item.active .page-link {
    background: var(--ink);
}

.empty-panel {
    text-align: center;
}

.article-empty-section {
    display: flex;
    align-items: center;
    min-height: clamp(380px, 62vh, 700px);
}

.article-empty-section > .container,
.article-empty-section .empty-panel {
    width: 100%;
}

.article-empty-row {
    align-items: center;
}

@media (max-width: 991.98px) {

    .hero-metrics,
    .auth-shell {
        grid-template-columns: 1fr;
    }

    .cta-panel,
    .product-card-top,
    .article-meta,
    .product-actions,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-carousel img {
        min-height: 360px;
    }

    .product-hero-visual img {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 4rem 0;
    }

    .hero-section,
    .inner-hero {
        padding-top: 3rem;
    }

    .glass-card,
    .story-panel,
    .calc-result-card,
    .auth-card,
    .auth-copy,
    .empty-panel {
        padding: 1.4rem;
    }

    .hero-copy {
        font-size: 1rem;
    }

    .cart-item,
    .result-row,
    .mini-summary-item,
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item-main,
    .payment-history-head,
    .conversation-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-history-grid {
        grid-template-columns: 1fr;
    }

    .brand-badge {
        width: 46px;
        height: 46px;
    }

    .page-loader-card {
        padding: 1.4rem;
    }

    .page-loader-logo {
        width: 78px;
        height: 78px;
    }

    .profile-meta-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Custom logout confirm toast */
.logout-confirm-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1060000;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logout-confirm-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.logout-confirm-toast-body {
    background: #fff;
    border-radius: 16px;
    padding: 1.15rem 1.35rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    border-left: 5px solid var(--primary);
    min-width: 320px;
    max-width: 400px;
}

/* Toastr Global Theme Overrides */
#toast-container > .toast-success {
    background-color: #10b981 !important; /* Premium Emerald Green */
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.24) !important;
    opacity: 0.98 !important;
}
#toast-container > .toast-success:hover {
    box-shadow: 0 10px 36px rgba(16, 185, 129, 0.36) !important;
    opacity: 1 !important;
}

#toast-container > .toast-error {
    background-color: #ef4444 !important; /* Premium Vibrant Red */
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.24) !important;
    opacity: 0.98 !important;
}
#toast-container > .toast-error:hover {
    box-shadow: 0 10px 36px rgba(239, 68, 68, 0.36) !important;
    opacity: 1 !important;
}

#toast-container > .toast-info {
     background-color: #ef4444 !important; /* Premium Vibrant Red */
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.24) !important;
    opacity: 0.98 !important;
}
#toast-container > .toast-info:hover {
     box-shadow: 0 10px 36px rgba(239, 68, 68, 0.36) !important;
    opacity: 1 !important;
}

#toast-container > .toast-warning {
    background-color: #ef4444 !important;
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.24) !important;
    opacity: 0.98 !important;
}
#toast-container > .toast-warning:hover {
    box-shadow: 0 10px 36px rgba(239, 68, 68, 0.36) !important;
    opacity: 1 !important;
}
