/* NecDex - Custom Styles (no @apply — CDN compatible) */

body {
    font-family: 'Inter', system-ui, sans-serif;
}

.font-display {
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

.font-display.text-primary,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
.hero-heading {
    color: #1E3348;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-outline,
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.35rem;
    padding: 0.45rem 0.45rem 0.45rem 1.15rem;
    border-radius: 9999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    box-shadow: 0 12px 28px -18px rgba(10, 22, 40, 0.3);
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-outline:focus-visible,
.btn-whatsapp:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(43, 90, 158, 0.18), 0 12px 28px -18px rgba(10, 22, 40, 0.3);
}

.btn-primary:active,
.btn-secondary:active,
.btn-outline:active,
.btn-whatsapp:active {
    transform: scale(0.98);
    box-shadow: 0 8px 18px -16px rgba(10, 22, 40, 0.22);
}

.btn-primary {
    background-color: #2B5A9E;
    color: #fff;
    border: 1px solid transparent;
}

.btn-primary:hover {
    background-color: #0A1628;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -22px rgba(10, 22, 40, 0.4);
}

.btn-secondary,
.btn-outline {
    background-color: #fff;
    color: #2B5A9E;
    border: 2px solid #2B5A9E;
}

.btn-secondary:hover,
.btn-outline:hover {
    background-color: #EAF1FF;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -22px rgba(10, 22, 40, 0.2);
}

.btn-whatsapp {
    background-color: #22C55E;
    color: #fff;
    border: 1px solid transparent;
}

.btn-whatsapp:hover {
    background-color: #16A34A;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -22px rgba(22, 163, 74, 0.35);
}

.btn-whatsapp .btn-icon-box {
    background: rgba(255, 255, 255, 0.92);
    color: #16A34A;
}

.btn-label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.btn-icon-box {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 220ms ease, background-color 220ms ease;
}

.btn-icon-box svg {
    width: 1.1rem;
    height: 1.1rem;
    transition: transform 220ms ease;
}

.btn-primary .btn-icon-box {
    background: rgba(255, 255, 255, 0.92);
    color: #2B5A9E;
}

.btn-secondary .btn-icon-box,
.btn-outline .btn-icon-box {
    background: #2B5A9E;
    color: #fff;
}

.btn-primary:hover .btn-icon-box,
.btn-secondary:hover .btn-icon-box,
.btn-outline:hover .btn-icon-box,
.btn-whatsapp:hover .btn-icon-box {
    transform: translateX(4px);
}

.btn-primary:hover .btn-icon-box svg,
.btn-secondary:hover .btn-icon-box svg,
.btn-outline:hover .btn-icon-box svg,
.btn-whatsapp:hover .btn-icon-box svg {
    transform: translateX(1.5px);
}

.btn-sm {
    min-height: 3rem;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    font-size: 0.875rem;
}

.btn-sm .btn-icon-box {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 9999px;
}

.btn-lg {
    min-height: 3.55rem;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    font-size: 1rem;
}

.btn-full {
    width: 100%;
}

.btn-icon-add {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #F05A3D;
    color: #fff;
    border-radius: 9999px;
    border: 1px solid #F05A3D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    cursor: pointer;
    box-shadow: 0 10px 22px -14px rgba(240, 90, 61, 0.55);
}

.btn-icon-add-svg {
    width: 1.35rem;
    height: 1.35rem;
}

.btn-icon-add:hover {
    background-color: transparent;
    color: #F05A3D;
    border-color: #FF7B5E;
    transform: translateY(-1px);
    box-shadow: none;
}

.btn-icon-add:active {
    transform: translateY(0);
}

.btn-icon-whatsapp {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #22C55E;
    color: #fff;
    border-radius: 9999px;
    border: 1px solid #22C55E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    cursor: pointer;
    box-shadow: 0 10px 22px -14px rgba(34, 197, 94, 0.55);
}

.btn-icon-whatsapp-svg {
    width: 1.25rem;
    height: 1.25rem;
}

.btn-icon-whatsapp:hover {
    background-color: transparent;
    color: #16A34A;
    border-color: #86EFAC;
    transform: translateY(-1px);
    box-shadow: none;
}

.btn-icon-whatsapp:active {
    transform: translateY(0);
}

/* Form Elements */
.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #C5D4E8;
    background-color: #fff;
    color: #0A1628;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.form-input::placeholder {
    color: #8BA8D1;
}

.form-input:focus {
    outline: none;
    border-color: #1D4ED8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15);
}

.form-select {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #C5D4E8;
    background-color: #fff;
    color: #0A1628;
    transition: all 0.2s;
    font-size: 0.875rem;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%230A1628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
}

.form-select:focus {
    outline: none;
    border-color: #1D4ED8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15);
}

/* Footer & Social */
.footer-link {
    color: #8BA8D1;
    transition: color 0.2s;
    font-size: 0.875rem;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background-color: rgba(43, 90, 158, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8BA8D1;
    transition: all 0.2s;
    text-decoration: none;
}

.social-link:hover {
    background-color: #1D4ED8;
    color: #fff;
}

/* Hero */
.hero-product-stage {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

.hero-product-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: heroProductCycle 30s infinite;
}

.hero-product-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.hero-product-slide:nth-child(1) { animation-delay: 0s; }
.hero-product-slide:nth-child(2) { animation-delay: 6s; }
.hero-product-slide:nth-child(3) { animation-delay: 12s; }
.hero-product-slide:nth-child(4) { animation-delay: 18s; }
.hero-product-slide:nth-child(5) { animation-delay: 24s; }

@keyframes heroProductCycle {
    0% { opacity: 0; transform: scale(0.985); }
    3% { opacity: 1; transform: scale(1); }
    17% { opacity: 1; transform: scale(1); }
    20% { opacity: 0; transform: scale(1.015); }
    100% { opacity: 0; transform: scale(1.015); }
}

@media (min-width: 1024px) {
    .hero-product-stage {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        align-self: flex-end;
    }
}

@media (max-width: 1023px) {
    .hero-product-stage {
        height: min(14rem, 35vh);
        max-width: min(100%, 18rem);
        aspect-ratio: 1 / 1;
    }
}

.hero-heading {
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
    text-wrap: balance;
}

.brush-highlight {
    position: relative;
    display: inline-block;
    isolation: isolate;
    z-index: 0;
}

.brush-highlight::before {
    content: '';
    position: absolute;
    left: -0.16em;
    right: -0.16em;
    top: 0.02em;
    bottom: 0.02em;
    height: auto;
    background: #F05A3D;
    border-radius: 999px 999px 700px 760px;
    transform: rotate(-3.5deg);
    z-index: -1;
    clip-path: polygon(
        0% 18%,
        6% 14%,
        14% 12%,
        22% 13%,
        31% 10%,
        40% 12%,
        50% 9%,
        60% 12%,
        70% 11%,
        79% 14%,
        88% 12%,
        95% 14%,
        100% 19%,
        97% 28%,
        100% 39%,
        96% 50%,
        100% 62%,
        95% 73%,
        100% 84%,
        96% 90%,
        88% 87%,
        79% 89%,
        70% 87%,
        60% 90%,
        50% 88%,
        40% 91%,
        31% 88%,
        22% 90%,
        14% 88%,
        6% 90%,
        0% 86%,
        3% 74%,
        1% 62%,
        4% 50%,
        1% 38%,
        3% 26%
    );
    filter: saturate(1.08);
    animation: brushFadeIn 0.7s ease-out both;
}

@keyframes brushFadeIn {
    from {
        opacity: 0;
        transform: rotate(-4.5deg) scaleX(0.92);
    }
    to {
        opacity: 1;
        transform: rotate(-3.5deg) scaleX(1);
    }
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar { width: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #F5F8FF; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #1D4ED8; border-radius: 4px; }

/* Line clamp */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h2.font-display,
h3.font-display,
.product-card h3,
.testimonial-card p,
.feature-card h3 {
    letter-spacing: -0.025em;
}

.product-card-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    min-width: 0;
    flex: 1;
}

.product-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-card-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.product-card-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.2rem;
    min-width: 0;
    max-width: 100%;
    color: #1E3348;
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.product-card-price-currency {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #517CB9;
    flex-shrink: 0;
}

.product-card-price-amount {
    font-size: 0.95rem;
    word-break: break-word;
}

.product-card-price-old {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.15rem;
    max-width: 100%;
    font-size: 0.65rem;
    color: #8BA8D1;
    text-decoration: line-through;
    line-height: 1.2;
}

.product-card-price-old .product-card-price-currency {
    font-size: 0.5rem;
}

/* Why chain list */
.why-chain {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-chain-item {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 1rem 1.25rem;
    position: relative;
    padding-bottom: 2rem;
}

.why-chain-item:not(.why-chain-item-last)::after {
    content: '';
    position: absolute;
    left: 1.625rem;
    top: 3.25rem;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(240, 90, 61, 0.45), rgba(197, 212, 232, 0.9));
}

.why-chain-marker {
    position: relative;
    z-index: 1;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 9999px;
    border: 1px solid #EED2C4;
    background: #fff;
    color: #F05A3D;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px -16px rgba(10, 22, 40, 0.2);
}

.why-chain-marker svg {
    width: 1.15rem;
    height: 1.15rem;
}

.why-chain-content {
    padding-top: 0.35rem;
}

.why-chain-item-last {
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .why-chain {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .why-chain-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        gap: 0.75rem;
    }

    .why-chain-item:not(.why-chain-item-last)::after {
        left: calc(50% + 1.625rem);
        top: 1.625rem;
        bottom: auto;
        width: calc(100% - 3.25rem + 1.5rem);
        height: 1px;
        background: linear-gradient(90deg, rgba(240, 90, 61, 0.45), rgba(197, 212, 232, 0.9));
    }

    .why-chain-content {
        padding-top: 0;
    }
}

/* Testimonials stream */
.testimonials-stream {
    position: relative;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(197, 212, 232, 0.9);
}

.testimonial-quote {
    position: relative;
    padding: 0 0 2.5rem 1.5rem;
}

.testimonial-quote-last {
    padding-bottom: 0;
}

.testimonial-quote:not(.testimonial-quote-last)::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    bottom: 1.1rem;
    width: 1.5rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(240, 90, 61, 0.5), rgba(197, 212, 232, 0.9));
}

.testimonial-quote-mark {
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(240, 90, 61, 0.22);
    margin-bottom: 0.35rem;
}

.testimonial-quote-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #2B5A9E;
}

.testimonial-quote-footer {
    margin-top: 1.25rem;
}

.testimonial-quote-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-quote-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-quote-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1D4ED8, #0A1628);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonial-quote-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3348;
    line-height: 1.2;
}

.testimonial-quote-stars {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.25rem;
}

.testimonial-quote-star {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: #C5D4E8;
}

.testimonial-quote-star.is-active {
    background: #F05A3D;
}

.map-embed {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(197, 212, 232, 0.9);
    box-shadow: 0 8px 32px -16px rgba(10, 22, 40, 0.12);
    background: #fff;
}

.map-embed-frame {
    display: block;
    width: 100%;
    height: 18rem;
    border: 0;
}

.map-embed-lazy {
    min-height: 18rem;
}

.map-embed-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 18rem;
    padding: 2rem 1.5rem;
    text-align: center;
    background: linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
    color: #517cb9;
}

.map-embed-placeholder-icon {
    width: 2rem;
    height: 2rem;
    color: #1d4ed8;
}

.map-embed-placeholder-text {
    margin: 0;
    font-size: 0.9rem;
}

.map-embed-placeholder-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1d4ed8;
    text-decoration: none;
}

.map-embed-placeholder-link:hover {
    text-decoration: underline;
}

.map-embed-lazy.is-loaded .map-embed-placeholder {
    display: none;
}

@media (min-width: 1024px) {
    .map-embed-frame {
        height: 24rem;
    }

    .map-embed-lazy,
    .map-embed-placeholder {
        min-height: 24rem;
    }
}

.legal-content h2 {
    margin-top: 0.5rem;
}

.legal-content a {
    color: #1D4ED8;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* Page layout (all pages except landing) */
.page-content {
    padding-top: calc(4rem + 0.75rem);
}

@media (max-width: 767px) {
    .mobile-nav-spacer {
        height: 9rem;
        flex-shrink: 0;
    }

    main {
        padding-top: 0;
    }

    .page-content {
        padding-top: 0.75rem;
    }

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

@media (min-width: 1024px) {
    .page-content {
        padding-top: calc(4.5rem + 0.75rem);
    }
}

.page-hero {
    margin-bottom: 1.5rem;
}

.page-hero-title {
    margin-bottom: 0.5rem;
}

/* Navbar scroll */
#navbar.scrolled {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 212, 232, 0.75);
    box-shadow: 0 4px 24px -4px rgba(10, 22, 40, 0.12);
}

#navbar.scrolled .nav-pill {
    color: #2B5A9E;
}

#navbar.scrolled .nav-pill:hover {
    color: #1D4ED8;
}

#navbar.scrolled a[aria-label="Shopping cart"] svg,
#navbar.scrolled a[aria-label="Account"] svg {
    color: #0A1628;
}

.nav-pill {
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 1;
}

.nav-pill:hover {
    background: rgba(255, 255, 255, 0.16);
}

.header-search-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    height: 2.75rem;
    padding: 0 0.9rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(197, 212, 232, 0.85);
    box-shadow: 0 6px 24px -18px rgba(10, 22, 40, 0.18);
}

.header-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0A1628;
    font-size: 0.9rem;
}

.header-search-input::placeholder {
    color: #8BA8D1;
}

.mobile-header-search {
    display: grid;
    grid-template-rows: 1fr;
    margin: 0.35rem 0 0.85rem;
    transition: grid-template-rows 300ms cubic-bezier(0.4, 0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-header-search-panel {
    min-height: 0;
    overflow: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

#navbar.mobile-search-collapsed .mobile-header-search {
    grid-template-rows: 0fr;
    margin-top: 0;
    margin-bottom: 0;
}

#navbar.mobile-search-collapsed .mobile-header-search-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-search-icon-btn {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.88);
    pointer-events: none;
    transition:
        opacity 220ms ease,
        transform 220ms ease,
        visibility 0s linear 220ms;
}

#navbar.mobile-search-scrolled .mobile-search-icon-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
    transition:
        opacity 260ms ease 120ms,
        transform 260ms ease 120ms,
        visibility 0s;
}

#navbar.mobile-search-collapsed .mobile-search-icon-btn.is-active {
    color: #1D4ED8;
}

#navbar.scrolled #menu-icon-open,
#navbar.scrolled #menu-icon-close,
#navbar.scrolled a[aria-label="Shopping cart"] svg,
#navbar.scrolled a[aria-label="Account"] svg,
#navbar.scrolled .mobile-search-icon-btn svg {
    color: #0A1628;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 2.75rem;
    padding: 0 1rem;
    border-radius: 0.9rem;
    background: #1D4ED8;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.header-cta:hover {
    background: #1E40AF;
}

.header-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0A1628;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(197, 212, 232, 0.85);
    box-shadow: 0 6px 24px -18px rgba(10, 22, 40, 0.18);
    transition: all 0.2s;
    text-decoration: none;
}

.header-icon:hover {
    color: #1D4ED8;
    background: #fff;
}

.header-icon-plain {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.header-icon-plain:hover {
    background: transparent;
}

.mobile-menu-toggle {
    position: relative;
    z-index: 60;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(197, 212, 232, 0.85);
    box-shadow: 0 6px 24px -18px rgba(10, 22, 40, 0.18);
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    cursor: pointer;
    color: #0A1628;
}

.mobile-menu-toggle:hover {
    border-color: rgba(43, 90, 158, 0.35);
    box-shadow: 0 10px 28px -16px rgba(10, 22, 40, 0.22);
    transform: translateY(-1px);
}

.mobile-menu-toggle:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(43, 90, 158, 0.18), 0 10px 28px -16px rgba(10, 22, 40, 0.22);
}

.mobile-menu-toggle.is-open {
    background: #0A1628;
    border-color: #0A1628;
    color: #fff;
    box-shadow: 0 12px 32px -18px rgba(10, 22, 40, 0.35);
}

.mobile-menu-toggle.is-open:hover {
    background: #081220;
    border-color: #081220;
    transform: translateY(-1px);
}

.mobile-menu-toggle-box {
    width: 1.15rem;
    height: 0.85rem;
    position: relative;
    display: block;
}

.mobile-menu-toggle-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 280ms ease, top 280ms ease, bottom 280ms ease, opacity 200ms ease;
}

.mobile-menu-toggle-line:nth-child(1) {
    top: 0;
}

.mobile-menu-toggle-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-toggle-line:nth-child(3) {
    bottom: 0;
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

#navbar.scrolled .mobile-menu-toggle {
    background: rgba(255, 255, 255, 0.96);
}

#navbar.menu-open {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 212, 232, 0.75);
    box-shadow: 0 4px 24px -4px rgba(10, 22, 40, 0.12);
}

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
}

.mobile-menu-overlay.hidden {
    display: none;
}

.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(10, 22, 40, 0.28);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.mobile-menu-drawer {
    position: absolute;
    inset: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-overlay.is-open .mobile-menu-drawer {
    transform: translateY(0);
}

.mobile-menu-close-btn {
    position: fixed;
    top: 0.85rem;
    right: 1rem;
    z-index: 55;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(197, 212, 232, 0.85);
    background: rgba(255, 255, 255, 0.96);
    color: #0A1628;
    box-shadow: 0 6px 24px -18px rgba(10, 22, 40, 0.18);
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.mobile-menu-close-btn:hover {
    background: #0A1628;
    border-color: #0A1628;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px -16px rgba(10, 22, 40, 0.22);
}

.mobile-menu-close-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(43, 90, 158, 0.18), 0 10px 28px -16px rgba(10, 22, 40, 0.22);
}

.mobile-menu-drawer-inner {
    max-width: 42rem;
    margin: 0 auto;
    padding: 4.25rem 1rem 2rem;
}

@media (min-width: 640px) {
    .mobile-menu-close-btn {
        right: 1.5rem;
    }

    .mobile-menu-drawer-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2.5rem;
    }
}

/* Blog */
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1.25rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    box-shadow: 0 8px 32px -16px rgba(10, 22, 40, 0.12);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -20px rgba(10, 22, 40, 0.18);
}

.blog-card-media {
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    transition: transform 320ms ease;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.04);
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.5rem;
    background: linear-gradient(135deg, #F5F8FF 0%, #E8EDF5 100%);
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.35rem;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.blog-card-category {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #F5F8FF;
    color: #1D4ED8;
}

.blog-card-date {
    font-size: 0.78rem;
    color: #517CB9;
}

.blog-card-title {
    margin-top: 0.85rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1E3348;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 200ms ease;
}

.blog-card-title a:hover {
    color: #1D4ED8;
}

.blog-card-excerpt {
    margin-top: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #517CB9;
    flex: 1;
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.15rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #F05A3D;
    text-decoration: none;
    transition: gap 200ms ease, color 200ms ease;
}

.blog-card-link:hover {
    color: #D9482E;
    gap: 0.65rem;
}

.blog-featured-card {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    box-shadow: 0 12px 40px -20px rgba(10, 22, 40, 0.14);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 48px -22px rgba(10, 22, 40, 0.2);
}

@media (min-width: 768px) {
    .blog-featured-card {
        grid-template-columns: 1.1fr 1fr;
    }

    .blog-featured-card.is-compact {
        grid-template-columns: 1fr;
    }
}

.blog-featured-media {
    min-height: 14rem;
}

.blog-featured-media img,
.blog-featured-placeholder {
    width: 100%;
    height: 100%;
    min-height: 14rem;
    object-fit: cover;
}

.blog-featured-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5F8FF 0%, #DFE9FF 100%);
}

.blog-featured-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-prose {
    color: #517CB9;
    font-size: 1.02rem;
    line-height: 1.85;
}

.blog-prose p {
    margin-bottom: 1.25rem;
}

.blog-prose h2,
.blog-prose h3 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    color: #1E3348;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
}

.blog-prose h2 {
    font-size: 1.55rem;
}

.blog-prose h3 {
    font-size: 1.25rem;
}

.blog-prose ul,
.blog-prose ol {
    margin: 1rem 0 1.25rem;
    padding-left: 1.35rem;
}

.blog-prose li {
    margin-bottom: 0.45rem;
}

.blog-prose a {
    color: #1D4ED8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-detail-hero {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(232, 237, 245, 0.95);
    box-shadow: 0 12px 40px -20px rgba(10, 22, 40, 0.14);
    background: #fff;
}

.blog-detail-category-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.95);
    color: #1D4ED8;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px -4px rgba(10, 22, 40, 0.08);
}

.blog-detail-hero img,
.blog-detail-placeholder {
    width: 100%;
    max-height: 28rem;
    object-fit: cover;
}

.blog-detail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 16rem;
    background: linear-gradient(135deg, #F5F8FF 0%, #E8EDF5 100%);
}

.blog-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    font-size: 0.88rem;
    color: #517CB9;
}

.blog-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(197, 212, 232, 0.85);
}

/* Gallery */
.gallery-thumb.active { border-color: #1D4ED8 !important; }

/* Product detail */
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .product-gallery {
        position: sticky;
        top: calc(4.5rem + 0.75rem);
        max-height: calc(100vh - 5.25rem);
    }
}

.product-gallery-main {
    overflow: hidden;
    border-radius: 1rem;
    height: min(42vh, 18rem);
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .product-gallery-main {
        height: min(40vh, 20rem);
    }
}

@media (min-width: 1024px) {
    .product-gallery-main {
        height: min(48vh, calc(100vh - 11.5rem));
        max-height: calc(100vh - 11.5rem);
    }
}

.product-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-gallery-empty {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-thumbs {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    flex-shrink: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.product-gallery-thumbs .gallery-thumb {
    flex: 0 0 auto;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    transition: border-color 200ms ease;
}

.product-gallery-thumbs .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-gallery-thumbs .gallery-thumb:hover {
    border-color: rgba(29, 78, 216, 0.35);
}

@media (min-width: 1024px) {
    .product-gallery-thumbs .gallery-thumb {
        width: 5rem;
        height: 5rem;
    }
}

.product-detail-category {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1D4ED8;
}

.product-detail-brand {
    display: inline-flex;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid #D6E4F5;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748B;
}

.product-detail-price {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #1E3348;
    line-height: 1;
}

.product-detail-price-old {
    font-size: 1rem;
    color: #8BA8D1;
    text-decoration: line-through;
}

.product-detail-discount {
    display: inline-flex;
    background: #F05A3D;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
    border-radius: 0.5rem;
}

.product-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.product-stock-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
}

.product-stock-in {
    color: #16A34A;
}

.product-stock-in .product-stock-dot {
    background: #22C55E;
}

.product-stock-out {
    color: #F05A3D;
}

.product-stock-out .product-stock-dot {
    background: #F05A3D;
}

.product-detail-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
}

.product-add-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .product-detail-actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        max-width: 32rem;
    }

    .product-add-form {
        flex-wrap: nowrap;
        width: auto;
    }

    .product-add-btn,
    .product-detail-actions .product-whatsapp-btn {
        flex: 0 0 auto;
        width: auto;
    }
}

.product-add-form .quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(197, 212, 232, 0.9);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.product-add-form .qty-minus,
.product-add-form .qty-plus {
    padding: 0.7rem 0.95rem;
    color: #0A1628;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.product-add-form .qty-minus:hover,
.product-add-form .qty-plus:hover {
    background: #F5F8FF;
}

.product-add-form .qty-input {
    width: 2.75rem;
    text-align: center;
    border: 0;
    border-left: 1px solid rgba(197, 212, 232, 0.9);
    border-right: 1px solid rgba(197, 212, 232, 0.9);
    font-size: 0.9rem;
    font-weight: 600;
    color: #0A1628;
    background: transparent;
}

.product-add-btn {
    width: 100%;
}

.product-detail-actions .product-whatsapp-btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .product-add-btn,
    .product-detail-actions .product-whatsapp-btn {
        width: auto;
    }
}

.product-prose {
    color: #517CB9;
    font-size: 0.95rem;
    line-height: 1.75;
    border-top: 1px solid rgba(232, 237, 245, 0.95);
    padding-top: 1.5rem;
}

.product-prose p {
    margin-bottom: 1rem;
}

/* Shop */
.shop-layout {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.25rem;
}

@media (min-width: 1024px) {
    .shop-layout {
        grid-template-columns: 17.5rem minmax(0, 1fr);
        gap: 2rem;
        align-items: start;
    }
}

.shop-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 45;
    border: 0;
    background: rgba(10, 22, 40, 0.28);
    backdrop-filter: blur(3px);
}

.shop-filters-panel {
    z-index: 46;
}

@media (max-width: 1023px) {
    .shop-filters-panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(100%, 22rem);
        transform: translateX(100%);
        transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .shop-filters-panel.is-open {
        transform: translateX(0);
    }

    .shop-filters-panel-inner {
        height: 100%;
        overflow-y: auto;
        background: #fff;
        padding: 1rem 1rem 1.5rem;
        box-shadow: -12px 0 40px -20px rgba(10, 22, 40, 0.2);
    }
}

@media (min-width: 1024px) {
    .shop-filters-panel {
        position: sticky;
        top: calc(4.5rem + 0.75rem);
        align-self: start;
    }

    .shop-filters-panel-inner {
        background: #fff;
        border: 1px solid rgba(232, 237, 245, 0.95);
        border-radius: 1.25rem;
        padding: 1.1rem;
        box-shadow: 0 8px 32px -16px rgba(10, 22, 40, 0.1);
    }
}

.shop-filters-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(232, 237, 245, 0.95);
}

.shop-filters-close {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(197, 212, 232, 0.85);
    background: #F5F8FF;
    color: #0A1628;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shop-filter-block {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.shop-filter-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #517CB9;
}

.shop-filter-sublabel {
    display: block;
    font-size: 0.72rem;
    color: #8BA8D1;
    margin-bottom: 0.3rem;
}

.shop-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid #C5D4E8;
    background: #fff;
}

.shop-search-wrap .form-input {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.shop-search-wrap .form-input:focus {
    box-shadow: none;
}

.shop-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.shop-category-pill {
    border: 1px solid rgba(197, 212, 232, 0.9);
    background: #fff;
    color: #2B5A9E;
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.shop-category-pill:hover {
    border-color: rgba(29, 78, 216, 0.35);
    background: #F5F8FF;
}

.shop-category-pill.is-active {
    background: #2B5A9E;
    border-color: #2B5A9E;
    color: #fff;
}

.shop-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.shop-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-top: 0.25rem;
}

.shop-filter-actions .btn-sm {
    width: 100%;
}

.shop-results {
    min-width: 0;
}

.shop-mobile-search {
    width: 100%;
}

.shop-mobile-search .shop-search-wrap {
    width: 100%;
}

.shop-mobile-search .form-input {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.shop-mobile-search .form-input:focus {
    box-shadow: none;
}

.shop-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    box-shadow: 0 4px 24px -12px rgba(10, 22, 40, 0.08);
}

.shop-toolbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    width: 100%;
}

.shop-toolbar-left,
.shop-toolbar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.shop-filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(197, 212, 232, 0.9);
    background: #F5F8FF;
    color: #0A1628;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.shop-filters-count {
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #F05A3D;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-results-count {
    font-size: 0.82rem;
    color: #517CB9;
}

.shop-results-count-strong {
    color: #1E3348;
    font-weight: 700;
}

.shop-sort-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #517CB9;
    white-space: nowrap;
}

.shop-sort-field {
    min-width: 10.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    font-size: 0.82rem;
}

.shop-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.shop-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(197, 212, 232, 0.9);
    color: #2B5A9E;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.shop-filter-chip:hover {
    background: #F5F8FF;
    border-color: rgba(29, 78, 216, 0.35);
}

.shop-filter-chip-clear {
    color: #F05A3D;
    border-color: rgba(240, 90, 61, 0.35);
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

@media (min-width: 640px) {
    .shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.shop-pagination {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.shop-page-btn,
.shop-page-status {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

.shop-page-btn {
    border: 1px solid rgba(197, 212, 232, 0.9);
    color: #0A1628;
    background: #fff;
    text-decoration: none;
    transition: background-color 180ms ease;
}

.shop-page-btn:hover {
    background: #F5F8FF;
}

.shop-page-status {
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    color: #2B5A9E;
    box-shadow: 0 4px 24px -12px rgba(10, 22, 40, 0.08);
}

.shop-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
}

body.shop-filters-open {
    overflow: hidden;
}

/* Quantity input */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-input[type=number] { -moz-appearance: textfield; }

button:disabled { opacity: 0.4; cursor: not-allowed; }

/* Brand logo */
.brand-logo-link {
    line-height: 0;
}

.brand-logo {
    display: block;
    width: auto;
    object-fit: contain;
}

.brand-logo--header {
    height: 4.1rem;
    max-width: 5.25rem;
}

@media (min-width: 1024px) {
    .brand-logo--header {
        height: 4.75rem;
        max-width: 6.25rem;
    }
}

.brand-logo-footer-wrap {
    display: inline-flex;
    padding: 0.35rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.45);
}

.brand-logo--footer {
    height: 6.5rem;
    max-width: 7.5rem;
}

/* Cart page */
.cart-page:has(.cart-mobile-bar) {
    padding-bottom: 6.5rem;
}

.cart-item {
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-radius: 1rem;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.18);
    padding: 0.9rem;
}

@media (min-width: 640px) {
    .cart-item {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }
}

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

.cart-item-image {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #F5F8FF;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F8FF;
}

.cart-item-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.35;
    color: #0A1628;
    transition: color 200ms ease;
}

a:hover .cart-item-title {
    color: #1D4ED8;
}

.cart-item-meta {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: #517CB9;
}

.cart-item-unit {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #2B5A9E;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(232, 237, 245, 0.95);
}

.cart-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(197, 212, 232, 0.9);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.cart-qty-control .qty-minus,
.cart-qty-control .qty-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0;
    color: #0A1628;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.cart-qty-control .qty-minus:hover,
.cart-qty-control .qty-plus:hover {
    background: #F5F8FF;
}

.cart-qty-control .quantity-display {
    min-width: 2.35rem;
    padding: 0 0.35rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0A1628;
    border-left: 1px solid rgba(197, 212, 232, 0.9);
    border-right: 1px solid rgba(197, 212, 232, 0.9);
    line-height: 2.5rem;
}

.cart-item-total-wrap {
    text-align: right;
    min-width: 0;
}

.cart-line-total {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #0A1628;
    white-space: nowrap;
}

.cart-remove-btn {
    margin-top: 0.15rem;
    font-size: 0.78rem;
    color: #F05A3D;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color 200ms ease;
}

.cart-remove-btn:hover {
    color: #D9482E;
}

.cart-summary-total-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    padding-top: 0.25rem;
}

.cart-item.is-updating {
    opacity: 0.72;
    pointer-events: none;
}

.cart-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(197, 212, 232, 0.85);
    box-shadow: 0 -10px 30px -18px rgba(10, 22, 40, 0.22);
}

.cart-mobile-bar-inner {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.cart-mobile-bar-total {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cart-mobile-bar-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #517CB9;
}

.cart-mobile-bar-amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0A1628;
    white-space: nowrap;
}

.cart-mobile-checkout {
    flex-shrink: 0;
    min-height: 2.85rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

@media (max-width: 1023px) {
    .cart-summary-checkout {
        display: none;
    }
}

@media (min-width: 640px) {
    .cart-item-image {
        width: 6rem;
        height: 6rem;
    }

    .cart-line-total {
        font-size: 1.1rem;
    }
}

.cart-empty-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #F5F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checkout page */
.checkout-page {
    padding-bottom: 6.5rem;
}

@media (min-width: 1024px) {
    .checkout-page {
        padding-bottom: 4rem;
    }
}

.checkout-hero {
    margin-bottom: 1rem;
}

.checkout-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #2B5A9E;
    text-decoration: none;
    transition: color 200ms ease;
}

.checkout-back-link:hover {
    color: #1D4ED8;
}

.checkout-order-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.14);
    cursor: pointer;
    text-align: left;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.checkout-order-toggle.is-open {
    border-color: rgba(197, 212, 232, 0.9);
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.18);
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.checkout-order-toggle-label {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.checkout-order-toggle-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #0A1628;
}

.checkout-order-toggle-meta {
    font-size: 0.78rem;
    color: #8BA8D1;
}

.checkout-order-toggle-total {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0A1628;
    white-space: nowrap;
}

.checkout-order-toggle-chevron {
    width: 1.1rem;
    height: 1.1rem;
    color: #517CB9;
    transition: transform 200ms ease;
    flex-shrink: 0;
}

.checkout-order-toggle.is-open .checkout-order-toggle-chevron {
    transform: rotate(180deg);
}

.checkout-order-mobile {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem 1rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-top: 0;
    border-radius: 0 0 1.15rem 1.15rem;
    background: #fff;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.14);
}

.checkout-layout {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 1024px) {
    .checkout-layout {
        grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
        gap: 2rem;
        align-items: start;
    }
}

.checkout-method-label {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8BA8D1;
}

.checkout-method-tabs--minimal {
    display: flex;
    gap: 0.25rem;
    padding: 0.25rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    background: rgba(232, 237, 245, 0.75);
    border: 1px solid rgba(232, 237, 245, 0.95);
}

.checkout-method-tabs--minimal .checkout-method-tab {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.65rem;
    padding: 0.5rem 0.75rem 0.45rem;
    border: 0;
    border-radius: 0.6rem;
    background: transparent;
    color: #8BA8D1;
    font-size: 0.84rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.checkout-method-tab-label {
    line-height: 1.2;
}

.checkout-method-tab-marker {
    display: block;
    width: 1.35rem;
    height: 0.15rem;
    border-radius: 999px;
    background: transparent;
    transition: background-color 180ms ease, width 180ms ease;
}

.checkout-method-tabs--minimal .checkout-method-tab:hover {
    color: #517CB9;
}

.checkout-method-tabs--minimal .checkout-method-tab:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.25);
}

.checkout-method-tabs--minimal .checkout-method-tab.is-active {
    background: #fff;
    color: #0A1628;
    box-shadow: 0 1px 4px rgba(10, 22, 40, 0.08);
}

.checkout-method-tabs--minimal .checkout-method-tab.is-active .checkout-method-tab-marker {
    width: 1.5rem;
    background: #F05A3D;
}

.checkout-card {
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-radius: 1.15rem;
    padding: 1rem;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.18);
}

.checkout-card-website {
    border-color: rgba(29, 78, 216, 0.14);
    background: linear-gradient(180deg, #fafcff 0%, #ffffff 2.5rem);
}

@media (min-width: 640px) {
    .checkout-card {
        padding: 1.35rem 1.5rem;
    }
}

.checkout-card-header {
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(232, 237, 245, 0.95);
}

.checkout-card-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0A1628;
}

.checkout-card-desc {
    margin-top: 0.35rem;
    font-size: 0.84rem;
    color: #517CB9;
    line-height: 1.5;
}

.checkout-form {
    display: grid;
    gap: 0;
}

.checkout-form-alert {
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(240, 90, 61, 0.25);
    background: rgba(240, 90, 61, 0.08);
    font-size: 0.82rem;
    color: #B91C1C;
    line-height: 1.45;
}

.checkout-form-section {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(232, 237, 245, 0.95);
}

.checkout-form-section:first-of-type {
    padding-top: 0;
}

.checkout-form-section--optional {
    border-bottom: 0;
    padding-bottom: 0.25rem;
}

.checkout-form-section-title {
    margin: 0 0 0.85rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8BA8D1;
}

.checkout-form-grid {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

@media (min-width: 640px) {
    .checkout-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.checkout-field {
    min-width: 0;
}

.checkout-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0A1628;
}

.checkout-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.checkout-label-row .checkout-label {
    margin-bottom: 0;
}

.checkout-label-required {
    color: #F05A3D;
    font-weight: 700;
}

.checkout-label-optional {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: rgba(139, 168, 209, 0.14);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #517CB9;
    text-transform: uppercase;
}

.checkout-field-hint {
    margin: 0.35rem 0 0;
    font-size: 0.74rem;
    color: #8BA8D1;
    line-height: 1.4;
}

.checkout-input {
    min-height: 2.85rem;
    border-color: rgba(197, 212, 232, 0.95);
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
}

.checkout-page .checkout-input::placeholder,
.checkout-page .form-input.checkout-input::placeholder {
    font-size: 0.8125rem;
    color: #8BA8D1;
    opacity: 1;
}

.checkout-input--textarea {
    min-height: 0;
    resize: vertical;
    line-height: 1.5;
}

.checkout-field--error .checkout-input {
    border-color: rgba(240, 90, 61, 0.65);
    background: rgba(240, 90, 61, 0.03);
}

.checkout-field--error .checkout-input:focus {
    border-color: #F05A3D;
    box-shadow: 0 0 0 3px rgba(240, 90, 61, 0.12);
}

.checkout-field-error {
    margin: 0.35rem 0 0;
    font-size: 0.76rem;
    color: #F05A3D;
    line-height: 1.35;
}

.checkout-form-footer {
    display: grid;
    gap: 0.85rem;
    padding-top: 1.1rem;
    margin-top: 0.25rem;
}

.checkout-form-note {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.76rem;
    color: #517CB9;
    line-height: 1.4;
}

.checkout-form-note-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #1D4ED8;
}

.checkout-form-section--account {
    border-bottom: 0;
    padding-bottom: 0.25rem;
}

.checkout-account-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-radius: 0.9rem;
    background: #fafcff;
    cursor: pointer;
}

.checkout-account-checkbox {
    width: 1rem;
    height: 1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
    accent-color: #1D4ED8;
}

.checkout-account-option-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.checkout-account-option-title {
    font-size: 0.86rem;
    font-weight: 600;
    color: #0A1628;
    line-height: 1.35;
}

.checkout-account-option-desc {
    font-size: 0.76rem;
    line-height: 1.45;
    color: #8BA8D1;
}

.checkout-account-fields {
    margin-top: 0.85rem;
}

.checkout-account-login-hint {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    color: #8BA8D1;
}

.checkout-account-login-hint a {
    color: #1D4ED8;
    font-weight: 600;
    text-decoration: none;
}

.checkout-account-login-hint a:hover {
    text-decoration: underline;
}

.checkout-account-signed-in {
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
    background: rgba(29, 78, 216, 0.06);
    border: 1px solid rgba(29, 78, 216, 0.12);
}

.checkout-account-signed-in-title {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 600;
    color: #0A1628;
}

.checkout-account-signed-in-text {
    margin: 0.25rem 0 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: #517CB9;
}

.checkout-whatsapp-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.85rem 1.1rem;
    border: 0;
    border-radius: 0.9rem;
    background: #22c55e;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.checkout-whatsapp-btn:hover {
    background: #16a34a;
}

.checkout-sidebar {
    display: none;
}

@media (min-width: 1024px) {
    .checkout-sidebar {
        display: block;
    }

    .checkout-summary {
        position: sticky;
        top: 7rem;
        padding: 1.25rem;
    }
}

.checkout-summary {
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    border-radius: 1.15rem;
    padding: 1.15rem;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.14);
}

.checkout-summary--mobile {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.checkout-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(232, 237, 245, 0.95);
}

.checkout-summary-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0A1628;
    margin: 0;
}

.checkout-summary-meta {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    color: #8BA8D1;
}

.checkout-order-items {
    display: grid;
    gap: 0.65rem;
    max-height: 18rem;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding-right: 0.1rem;
}

.checkout-order-item {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.35rem 0;
}

.checkout-order-item-image {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.6rem;
    overflow: hidden;
    background: #F5F8FF;
}

.checkout-order-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-order-item-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-order-item-info {
    min-width: 0;
}

.checkout-order-item-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0A1628;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.checkout-order-item-meta {
    margin-top: 0.1rem;
    font-size: 0.72rem;
    color: #8BA8D1;
}

.checkout-order-item-total {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0A1628;
    white-space: nowrap;
}

.checkout-summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(232, 237, 245, 0.95);
}

.checkout-summary-total-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: #517CB9;
}

.checkout-summary-total-amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0A1628;
    white-space: nowrap;
}

.checkout-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(197, 212, 232, 0.85);
    box-shadow: 0 -10px 30px -18px rgba(10, 22, 40, 0.22);
}

.checkout-mobile-bar-inner {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkout-mobile-bar-total {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.checkout-mobile-bar-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #517CB9;
}

.checkout-mobile-bar-amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0A1628;
    white-space: nowrap;
}

.checkout-mobile-action {
    flex-shrink: 0;
    min-height: 2.85rem;
    padding: 0 1.1rem;
    border-radius: 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.checkout-mobile-action-whatsapp {
    border: 0;
    background: #22c55e;
    color: #fff;
}

.checkout-mobile-action-whatsapp:hover {
    background: #16a34a;
}

.checkout-mobile-action-website {
    min-width: 8.5rem;
}

@media (max-width: 1023px) {
    .checkout-panel-submit {
        display: none;
    }

    .checkout-page {
        padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    }

    .checkout-hero {
        margin-bottom: 0.85rem;
    }

    .checkout-card {
        padding: 0.9rem;
        border-radius: 1rem;
    }

    .checkout-card-header {
        margin-bottom: 0.9rem;
        padding-bottom: 0.75rem;
    }

    .checkout-card-title {
        font-size: 1rem;
    }

    .checkout-card-desc {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .checkout-form-section {
        padding: 0.85rem 0;
    }

    .checkout-form-grid--mobile-stack,
    .checkout-form-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .checkout-label {
        font-size: 0.78rem;
        margin-bottom: 0.35rem;
    }

    .checkout-field-hint,
    .checkout-account-option-desc,
    .checkout-account-login-hint {
        font-size: 0.72rem;
    }

    .checkout-page .form-input,
    .checkout-page .checkout-input,
    .checkout-page textarea.form-input {
        min-height: 2.55rem;
        padding: 0.58rem 0.8rem;
        font-size: 0.875rem;
        line-height: 1.35;
    }

    .checkout-page textarea.form-input,
    .checkout-page .checkout-input--textarea {
        min-height: 4.5rem;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .checkout-page .form-input::placeholder,
    .checkout-page .checkout-input::placeholder,
    .checkout-page textarea.form-input::placeholder {
        font-size: 0.75rem;
        line-height: 1.35;
    }

    .checkout-account-option {
        padding: 0.75rem 0.85rem;
    }

    .checkout-account-option-title {
        font-size: 0.82rem;
    }

    .checkout-form-footer {
        padding-top: 0.9rem;
        gap: 0.75rem;
    }

    .checkout-form-note {
        font-size: 0.72rem;
    }

    .checkout-method-tabs--minimal {
        margin-bottom: 0.85rem;
    }

    .checkout-method-tabs--minimal .checkout-method-tab {
        min-height: 2.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .hero-product-stage {
        margin-top: 0.75rem;
    }

    .product-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    .product-card-actions {
        justify-content: flex-end;
    }

    .shop-product-grid .product-card {
        border-radius: 1rem;
    }

    .shop-product-grid .product-card > a {
        border-radius: 1rem 1rem 0 0;
    }

    .shop-product-grid .product-card .p-5 {
        padding: 0.75rem;
    }

    .shop-product-grid .product-card h3 {
        font-size: 0.84rem;
        margin-bottom: 0.35rem;
    }

    .shop-product-grid .product-card p.text-sm {
        font-size: 0.7rem;
        margin-bottom: 0.35rem;
    }

    .shop-product-grid .product-card .product-card-price-amount {
        font-size: 0.82rem;
    }

    .shop-product-grid .product-card .product-card-price-currency {
        font-size: 0.5rem;
    }

    .shop-product-grid .product-card .product-card-price-old {
        font-size: 0.56rem;
    }

    .shop-product-grid .product-card .product-card-price-old .product-card-price-currency {
        font-size: 0.45rem;
    }

    .shop-product-grid .product-card .btn-icon-whatsapp,
    .shop-product-grid .product-card .btn-icon-add {
        width: 2.35rem;
        height: 2.35rem;
    }

    .shop-product-grid .product-card .btn-icon-whatsapp-svg,
    .shop-product-grid .product-card .btn-icon-add-svg {
        width: 1.05rem;
        height: 1.05rem;
    }
}

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Order confirmation */
.order-confirm-card {
    margin-top: 1rem;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.12);
}

.order-confirm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: #16A34A;
}

.order-confirm-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.order-confirm-eyebrow {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8BA8D1;
}

.order-confirm-number {
    margin: 0.35rem 0 0.85rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #0A1628;
    letter-spacing: 0.02em;
}

.order-confirm-lead {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #517CB9;
}

.order-confirm-email {
    color: #0A1628;
    font-weight: 600;
}

.order-confirm-summary {
    margin-bottom: 1.35rem;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    background: #F5F8FF;
    text-align: left;
}

.order-confirm-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0A1628;
}

.order-confirm-summary-row + .order-confirm-summary-row {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(232, 237, 245, 0.95);
}

.order-confirm-summary-row-muted {
    font-size: 0.8rem;
    font-weight: 500;
    color: #517CB9;
}

.order-confirm-actions {
    display: grid;
    gap: 0.65rem;
}

/* Account orders */
.account-orders-page {
    min-height: 70vh;
}

.account-orders-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.1);
}

.account-orders-title {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0A1628;
}

.account-orders-subtitle {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    color: #8BA8D1;
    word-break: break-all;
}

.account-orders-signout {
    flex-shrink: 0;
}

.account-orders-signout-btn {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(197, 212, 232, 0.95);
    border-radius: 0.65rem;
    background: #fff;
    color: #517CB9;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.account-orders-signout-btn:hover {
    border-color: rgba(29, 78, 216, 0.35);
    color: #0A1628;
    background: #fafcff;
}

.account-orders-search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.account-orders-search-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

.account-orders-search-icon {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: #8BA8D1;
    pointer-events: none;
}

.account-orders-search-input {
    padding-left: 2.35rem;
    min-height: 2.65rem;
    font-size: 0.875rem;
    border-radius: 0.85rem;
}

.account-orders-search-input::placeholder {
    font-size: 0.8rem;
    color: #8BA8D1;
}

.account-orders-search-clear {
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #1D4ED8;
    text-decoration: none;
}

.account-orders-search-clear:hover {
    text-decoration: underline;
}

.account-orders-list {
    display: grid;
    gap: 0.65rem;
}

.account-order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 8px 24px -22px rgba(10, 22, 40, 0.14);
    transition: border-color 180ms ease, transform 180ms ease;
}

.account-order-card:hover {
    border-color: rgba(29, 78, 216, 0.25);
    transform: translateY(-1px);
}

.account-order-card-main {
    min-width: 0;
}

.account-order-card-number {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0A1628;
    letter-spacing: 0.02em;
}

.account-order-card-date {
    margin: 0.2rem 0 0;
    font-size: 0.76rem;
    color: #8BA8D1;
}

.account-order-card-side {
    text-align: right;
    flex-shrink: 0;
}

.account-order-card-total {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0A1628;
    white-space: nowrap;
}

.account-order-card-status {
    display: inline-block;
    margin-top: 0.25rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #F5F8FF;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #517CB9;
}

.account-orders-empty {
    padding: 2.5rem 1.5rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(232, 237, 245, 0.95);
    background: #fff;
    text-align: center;
}

.account-orders-empty-text {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #517CB9;
}

.account-orders-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.checkout-account-updates {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 0.85rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.8rem;
    border: 1px dashed rgba(197, 212, 232, 0.95);
    background: #fff;
    cursor: pointer;
}

.checkout-account-updates-text {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #517CB9;
}

/* Toast notifications */
.necdex-toast-stack {
    position: fixed;
    top: 5.25rem;
    right: 1rem;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    width: min(22rem, calc(100vw - 2rem));
    pointer-events: none;
}

.necdex-toast {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    background: #fff;
    border: 1px solid rgba(232, 237, 245, 0.95);
    box-shadow: 0 14px 36px -22px rgba(10, 22, 40, 0.28);
    color: #0A1628;
    font-size: 0.84rem;
    line-height: 1.45;
    pointer-events: auto;
    animation: necdex-toast-in 220ms ease;
}

.necdex-toast-icon {
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.necdex-toast-message {
    flex: 1;
    min-width: 0;
}

.necdex-toast--success {
    border-left: 3px solid #16A34A;
}

.necdex-toast--success .necdex-toast-icon {
    background: #16A34A;
}

.necdex-toast--error {
    border-left: 3px solid #F05A3D;
}

.necdex-toast--error .necdex-toast-icon {
    background: #F05A3D;
}

.necdex-toast--warning {
    border-left: 3px solid #D97706;
}

.necdex-toast--warning .necdex-toast-icon {
    background: #D97706;
}

.necdex-toast--info,
.necdex-toast--debug {
    border-left: 3px solid #1D4ED8;
}

.necdex-toast--info .necdex-toast-icon,
.necdex-toast--debug .necdex-toast-icon {
    background: #1D4ED8;
}

.necdex-toast.is-leaving {
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 220ms ease, transform 220ms ease;
}

@keyframes necdex-toast-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .necdex-toast-stack {
        top: auto;
        bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
    }
}

@media (min-width: 640px) {
    .order-confirm-card {
        padding: 2.25rem 2rem;
    }

    .account-orders-header {
        margin-bottom: 1.15rem;
        padding: 1.15rem 1.25rem;
    }

    .account-orders-title {
        font-size: 1.6rem;
    }

    .account-orders-subtitle {
        font-size: 0.84rem;
    }

    .account-orders-signout-btn {
        min-height: 2.4rem;
        padding: 0.4rem 0.9rem;
        font-size: 0.82rem;
    }
}

/* Password visibility toggle */
.password-input-wrap {
    position: relative;
}

.password-input-wrap .form-input,
.password-input-wrap .password-input {
    padding-right: 2.75rem;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 0.65rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    color: #64748B;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease;
}

.password-toggle:hover {
    color: #1E3348;
    background: #F1F5F9;
}

.password-toggle-icon {
    width: 1.15rem;
    height: 1.15rem;
}

/* Phone call CTA */
.btn-phone-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.65rem 1.15rem;
    border-radius: 9999px;
    border: 1.5px solid #1E3348;
    background: #fff;
    color: #1E3348;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.btn-phone-call:hover {
    background: #F8FAFC;
    border-color: #152536;
    color: #152536;
}

.btn-phone-call-hero {
    min-height: 2.85rem;
}

.btn-phone-call-cta {
    min-height: 2.85rem;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.btn-phone-call-cta:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/* Keep mobile-only navbar pieces off tablet/desktop. */
@media (min-width: 768px) {
    .mobile-header-search,
    .mobile-search-icon-btn {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .mobile-menu-toggle,
    .mobile-menu-overlay,
    .mobile-menu-close-btn {
        display: none !important;
    }
}

/* Floating WhatsApp contact button */
.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    z-index: 45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background: #22C55E;
    color: #fff;
    border: 0;
    box-shadow: 0 12px 28px -10px rgba(22, 163, 74, 0.65);
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.whatsapp-float:hover {
    background: #16A34A;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 32px -10px rgba(22, 163, 74, 0.7);
}

.whatsapp-float:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35), 0 16px 32px -10px rgba(22, 163, 74, 0.7);
}

.whatsapp-float:active {
    transform: translateY(0) scale(0.98);
}

.whatsapp-float-icon {
    width: 1.65rem;
    height: 1.65rem;
}

body:has(.cart-mobile-bar) .whatsapp-float,
body:has(.checkout-mobile-bar) .whatsapp-float {
    bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 1024px) {
    .whatsapp-float {
        right: 1.5rem;
        bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
        width: 3.75rem;
        height: 3.75rem;
    }

    body:has(.cart-mobile-bar) .whatsapp-float,
    body:has(.checkout-mobile-bar) .whatsapp-float {
        bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
    }
}

