:root {
    --ink: #101828;
    --muted: #667085;
    --line: #d8e8ee;
    --paper: #f6fbfd;
    --soft: #e9f8fc;
    --brand: #13aff0;
    --brand-dark: #087fa8;
    --accent: #ef3f49;
    --dark: #062b3f;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(16, 36, 27, .12);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Instrument Sans", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, .button { border: 0; border-radius: 8px; background: var(--dark); color: var(--white); padding: .9rem 1.12rem; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(16, 36, 27, .12); }
.button { display: inline-flex; align-items: center; justify-content: center; }
.primary { background: var(--brand); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: .86rem .95rem; background: var(--white); color: var(--ink); font: inherit; }
button:hover,
.button:hover {
    transform: translateY(-1px);
}

button:focus-visible,
.button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(223, 31, 40, .22);
    outline-offset: 2px;
}
textarea { min-height: 110px; }
.service-strip { display: flex; justify-content: center; gap: 1.3rem; flex-wrap: wrap; background: var(--dark); color: #eef8f1; padding: .58rem 1rem; font-size: .9rem; }
.topbar { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: auto minmax(230px, 1fr) auto auto; gap: 1rem; align-items: center; padding: .9rem clamp(1rem, 3vw, 2.7rem); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220, 229, 223, .82); }
.brand { display: inline-flex; align-items: center; gap: .5rem; font-size: 1.18rem; font-weight: 900; letter-spacing: 0; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; }
.brand span { color: var(--brand); }
.search input { min-width: 180px; }
.nav, .mode-switch, .actions, .footer-links, .badge-row, .trust-row, .card-meta { display: flex; gap: .65rem; align-items: center; flex-wrap: wrap; }
.nav a, .nav button { font-weight: 800; color: var(--muted); background: transparent; padding: .35rem; box-shadow: none; }
.nav a:hover, .footer a:hover { color: var(--accent); }
.mode-switch { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: .22rem; box-shadow: 0 8px 22px rgba(16, 36, 27, .06); }
.mode-switch a { padding: .45rem .72rem; border-radius: 6px; font-weight: 900; }
.mode-switch .active { background: var(--brand); color: var(--white); }
.flash { margin: 1rem auto; max-width: 1180px; padding: 1rem; border: 1px solid #a9e2f5; background: #e9f8fc; border-radius: 8px; }
.flash.error { border-color: #f0b8b8; background: #fff0f0; }
.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; padding: clamp(2rem, 6vw, 5.5rem) clamp(1rem, 5vw, 4rem); overflow: hidden; background: linear-gradient(120deg, rgba(255, 255, 255, .92), rgba(233, 248, 252, .86)), linear-gradient(90deg, var(--paper), #dff6fb); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(19, 175, 240, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(19, 175, 240, .12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 78%); pointer-events: none; }
.hero > div { position: relative; z-index: 1; }
.hero h1 { max-width: 780px; font-size: clamp(2.45rem, 5.4vw, 5.25rem); line-height: .98; margin: .55rem 0; letter-spacing: 0; }
.hero p, .page-head p, .panel p, .band p, .feature-strip p, .showcase p { color: var(--muted); font-size: 1.05rem; line-height: 1.68; }
.hero-media { position: relative; min-height: 500px; }
.hero-media img { height: min(62vh, 610px); width: 100%; object-fit: contain; padding: 1rem; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.hero-card { position: absolute; left: 1rem; bottom: 1rem; width: min(330px, calc(100% - 2rem)); padding: 1rem; border-radius: 8px; background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 16px 36px rgba(16, 36, 27, .16); }
.hero-card span, .eyebrow { display: block; color: var(--brand); font-weight: 900; text-transform: uppercase; font-size: .76rem; letter-spacing: 0; }
.hero-card strong { display: block; margin-top: .28rem; font-size: 1.08rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1.4rem; max-width: 620px; }
.hero-stats span { background: rgba(255, 255, 255, .82); border: 1px solid var(--line); border-radius: 8px; padding: .85rem; color: var(--muted); font-weight: 800; }
.hero-stats strong { display: block; color: var(--brand-dark); font-size: 1.45rem; }
.quick-search { display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 1rem; align-items: center; max-width: 1180px; margin: -1.6rem auto 0; padding: 1rem; position: relative; z-index: 2; border-radius: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.quick-search form { display: grid; grid-template-columns: 1fr auto; gap: .7rem; }
.quick-search div { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; }
.quick-search a, .card-meta span, .trust-row span { background: var(--soft); color: var(--brand); border-radius: 999px; padding: .42rem .65rem; font-size: .84rem; font-weight: 900; }
.section, .page-head, .shop-layout, .split, .admin-shell { max-width: 1220px; margin: 0 auto; padding: 2.45rem 1rem; }
.section-head, .line-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.section h2, .page-head h1, .showcase h2 { font-size: clamp(1.85rem, 3vw, 3rem); margin: .15rem 0; line-height: 1.08; }
.category-grid, .product-grid, .metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-tile, .product-card, .panel, .metric { background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 30px rgba(16, 36, 27, .06); }
.category-tile { position: relative; min-height: 210px; }
.category-tile img, .product-card img { height: 210px; width: 100%; object-fit: contain; padding: .8rem; background: var(--white); transition: transform .3s ease; }
.category-tile:hover img, .product-card:hover img { transform: scale(1.04); }
.category-tile span { position: absolute; left: .8rem; right: .8rem; bottom: .8rem; display: grid; gap: .2rem; padding: .85rem .95rem; border-radius: 8px; background: rgba(255, 255, 255, .92); font-weight: 900; box-shadow: 0 12px 26px rgba(16, 36, 27, .12); }
.category-tile small { color: var(--muted); font-size: .76rem; font-weight: 800; line-height: 1.35; }
.product-card { display: flex; flex-direction: column; }
.product-card > a { overflow: hidden; background: var(--soft); }
.product-body { padding: 1rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.product-body h3 { min-height: 3rem; margin: .25rem 0; line-height: 1.25; }
.product-body p { color: var(--muted); min-height: 4.8rem; }
.price-row { display: flex; align-items: baseline; gap: .7rem; margin: .4rem 0; }
.price-row strong, .detail-price { font-size: 1.36rem; font-weight: 900; color: var(--brand); }
.price-row span, .detail-price span { color: var(--muted); font-size: .9rem; }
.product-card form, .inline-form { display: grid; grid-template-columns: 104px 1fr; gap: .6rem; margin-top: auto; }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 1.5rem 0; background: var(--line); }
.feature-strip div { background: var(--white); padding: 1.35rem; }
.feature-strip span { color: var(--accent); font-weight: 900; }
.feature-strip strong { display: block; margin: .4rem 0; font-size: 1.08rem; }
.band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin: 2rem 0; }
.band div { background: var(--dark); color: var(--white); padding: 2rem; }
.band p { color: #d7e4db; }
.band a { color: #ffe0a1; font-weight: 900; }
.showcase { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; max-width: 1220px; margin: 0 auto; padding: 2.5rem 1rem; }
.showcase img { height: 430px; width: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.panel { padding: 1.25rem; }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 1rem; }
.page-head.catalog-head { max-width: none; padding: 3.2rem clamp(1rem, 5vw, 4rem); background: linear-gradient(100deg, rgba(6, 43, 63, .94), rgba(19, 175, 240, .74)), url("https://mnapvtltd.com/wp-content/uploads/2021/03/Shield_Scene2-1024x1024.webp") center/cover; color: var(--white); }
.page-head.catalog-head p, .page-head.catalog-head .eyebrow { color: #e7f4ea; }
.filters { position: sticky; top: 104px; align-self: start; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; box-shadow: 0 12px 30px rgba(16, 36, 27, .06); }
.filters a { display: block; padding: .65rem 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.filters a.active { color: var(--brand); }
.filters .filter-parent { color: var(--dark); }
.filters .filter-child { padding-left: 1rem; color: var(--muted); font-size: .92rem; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1160px; margin: 0 auto; padding: 2.5rem 1rem; }
.product-detail > img { height: 520px; width: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.trust-row { margin: 1rem 0; }
.specs { white-space: normal; background: var(--soft); padding: 1rem; border-radius: 8px; margin: 1rem 0; line-height: 1.7; }
.line-item { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.total { font-size: 1.2rem; }
.narrow { max-width: 680px; margin: 0 auto; }
.timeline { display: grid; gap: .25rem; border-left: 3px solid var(--brand); padding: .8rem 1rem; margin: .6rem 0; background: var(--soft); }
.login-wrap { min-height: 66vh; display: grid; place-items: center; padding: 2rem 1rem; }
.login-card { width: min(100%, 460px); display: grid; gap: .85rem; }
.muted { color: var(--muted); font-size: .92rem; }
.check { display: flex; gap: .5rem; align-items: center; }
.check input { width: auto; }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; gap: 1rem; }
.admin-nav { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; align-self: start; position: sticky; top: 92px; }
.admin-nav a { display: block; padding: .68rem; border-radius: 6px; color: var(--muted); font-weight: 800; }
.admin-nav a.active, .admin-nav a:hover { background: var(--soft); color: var(--brand); }
.compact { padding: 0 0 1rem; }
.metric { padding: 1.2rem; }
.metric span { color: var(--muted); font-weight: 800; }
.metric strong { display: block; font-size: 1.8rem; margin-top: .35rem; }
.status-form { display: grid; grid-template-columns: 1.4fr 150px 1fr auto; align-items: center; }
.module-overview .badge-row span { background: var(--soft); color: var(--brand); border-radius: 999px; padding: .45rem .7rem; font-weight: 900; }
.footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1rem, 4vw, 3rem); background: var(--dark); color: var(--white); margin-top: 2rem; }
.footer p { color: #cddbd2; max-width: 560px; }
.seo-form, .admin-form { display: grid; gap: 1rem; }
.seo-form label { display: grid; gap: .4rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.code-field { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; min-height: 150px; }
.category-manager { display: grid; gap: .4rem; }
.category-row { display: grid; grid-template-columns: 58px minmax(220px, 1fr) minmax(120px, .45fr) 110px 80px; align-items: center; gap: .9rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.category-row img { width: 54px; height: 54px; object-fit: contain; border-radius: 8px; background: #f8fbff; border: 1px solid var(--line); }
.category-row div { display: grid; gap: .15rem; }
.category-row span, .category-row small { color: var(--muted); }
.category-row code { overflow-wrap: anywhere; color: #087fa8; }
.category-row.is-child { padding-left: 1rem; border-left: 3px solid #13aff0; }
.auth-links { display: flex; justify-content: space-between; gap: 1rem; }
.invoice { margin-top: 2rem; }
.mini-form { display: grid; grid-template-columns: 180px 1fr auto; gap: .6rem; margin: .7rem 0 1.2rem; }
.cms-copy { font-size: 1.06rem; line-height: 1.8; }
.checkout-form { display: grid; gap: .85rem; }

.cart-panel {
    display: grid;
    gap: .9rem;
}

.cart-panel h2 {
    margin: 0 0 .35rem;
    color: #0b0e10;
}

.cart-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-panel-head h2 {
    margin: 0;
}

.cart-panel-head a {
    color: #df1f28;
    font-weight: 900;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto minmax(110px, auto);
    align-items: center;
    gap: 1rem;
    padding: .9rem;
    border: 1px solid #e6e9ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .045);
}

.cart-item-image {
    width: 86px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 7px;
    background: #f5f6f8;
    border: 1px solid #eef0f3;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: .35rem;
}

.cart-item-info {
    display: grid;
    gap: .22rem;
    min-width: 0;
}

.cart-item-info a {
    color: #0b0e10;
    font-weight: 900;
    line-height: 1.35;
}

.cart-item-info span,
.cart-item-info small {
    color: #667085;
    font-weight: 700;
}

.cart-quantity-form {
    display: grid;
    grid-template-columns: 38px 64px 38px;
    gap: .35rem;
    align-items: center;
}

.cart-quantity-form button,
.cart-item-total button {
    min-height: 38px;
    border-radius: 6px;
    font-weight: 900;
}

.cart-quantity-form button {
    background: #f5f6f8;
    color: #111827;
    border: 1px solid #e1e5eb;
}

.cart-quantity-form input {
    width: 64px;
    min-height: 38px;
    border: 1px solid #d9dee7;
    border-radius: 6px;
    text-align: center;
    font-weight: 900;
}

.cart-quantity-form .cart-update-button {
    grid-column: 1 / -1;
    background: #df1f28;
    border-color: #df1f28;
    color: #ffffff;
}

.cart-item-total {
    display: grid;
    justify-items: end;
    gap: .45rem;
}

.cart-item-total strong {
    color: #0b0e10;
    font-size: 1.05rem;
}

.cart-item-total button {
    padding: 0 .85rem;
    background: #fff5f5;
    border: 1px solid #f1b5ba;
    color: #df1f28;
}

.cart-empty {
    display: grid;
    gap: .85rem;
    justify-items: start;
    padding: 1rem;
    border: 1px dashed #d9dee7;
    border-radius: 8px;
    background: #fafbfc;
}

.checkout-steps {
    max-width: 1180px;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.checkout-steps a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #475467;
    font-weight: 900;
    text-align: center;
}

.checkout-steps a.active {
    border-color: #df1f28;
    background: #fff4f4;
    color: #df1f28;
}

.checkout-confidence {
    max-width: 1180px;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.checkout-confidence span {
    display: grid;
    gap: .2rem;
    padding: .9rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
    font-weight: 700;
}

.checkout-confidence strong {
    color: #0b0e10;
    font-size: .95rem;
}

.checkout-summary {
    align-self: start;
    position: sticky;
    top: 112px;
}

.coupon-form {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef0f3;
}

.coupon-form button,
.checkout-next {
    width: 100%;
}

.checkout-next.disabled {
    pointer-events: none;
    opacity: .55;
}

.checkout-step-panel {
    max-width: 1180px;
    margin: 1rem auto 0;
}

.checkout-step-panel form {
    display: grid;
    gap: .85rem;
}

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

.payment-options label {
    min-height: 74px;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: .7rem !important;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    font-weight: 900 !important;
}

.payment-options input {
    width: 18px !important;
    min-height: 18px !important;
}

.delivery-note,
.delivery-preview {
    display: grid;
    gap: .25rem;
    border: 1px solid #a8e7fb;
    border-radius: 8px;
    background: #e8f8fd;
    color: #075d7f;
    padding: .85rem;
}
.delivery-note span,
.delivery-preview span {
    color: #475467;
    font-weight: 700;
}

.checkout-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: .75rem;
    border-top: 1px solid #eef0f3;
}

.checkout-section-title h3 {
    margin: 0;
    color: #0b0e10;
}

.inline-check {
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: .5rem !important;
    font-weight: 800 !important;
}

.inline-check input {
    width: 18px !important;
    min-height: 18px !important;
}

.billing-fields {
    display: grid;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
}

.billing-fields[hidden] {
    display: none;
}

.order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.order-actions a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .7rem;
    border: 1px solid #df1f28;
    border-radius: 6px;
    color: #df1f28;
    font-weight: 900;
}

.invoice-actions {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex-wrap: wrap;
}

.invoice-actions button {
    min-height: 42px;
    padding: 0 1rem;
    border-radius: 6px;
    background: #df1f28;
    color: #fff;
    font-weight: 900;
}

.invoice-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.invoice-address-grid > div {
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
}

.invoice-address-grid h3 {
    margin: 0 0 .55rem;
    color: #0b0e10;
}

.invoice-address-grid p {
    margin: 0;
    line-height: 1.65;
}

.invoice-address-grid small {
    display: block;
    margin-top: .5rem;
    color: #667085;
    font-weight: 800;
}

@media (max-width: 1080px) {
    .topbar { grid-template-columns: 1fr; position: relative; }
    .nav { justify-content: space-between; }
    .hero, .split, .product-detail, .admin-shell, .shop-layout, .showcase { grid-template-columns: 1fr; }
    .hero-media { min-height: 0; }
    .category-grid, .product-grid, .metric-grid, .band, .feature-strip, .checkout-confidence { grid-template-columns: 1fr 1fr; }
    .payment-options { grid-template-columns: 1fr; }
    .category-row { grid-template-columns: 48px 1fr; }
    .category-row code, .category-row > span { grid-column: 2; }
    .admin-nav, .filters { position: relative; top: auto; }
    .status-form { grid-template-columns: 1fr; }
    .footer { display: block; }
    .hero-media img, .product-detail > img, .showcase img { height: 360px; }
    .quick-search { grid-template-columns: 1fr; margin: 1rem; }
    .quick-search div { justify-content: flex-start; }
}

@media (max-width: 620px) {
    .service-strip { justify-content: flex-start; }
    .category-grid, .product-grid, .metric-grid, .band, .feature-strip, .hero-stats, .checkout-steps, .checkout-confidence { grid-template-columns: 1fr; }
    .section-head, .line-item { align-items: flex-start; flex-direction: column; }
    .product-card form, .inline-form, .quick-search form, .form-grid, .mini-form { grid-template-columns: 1fr; }
    .hero { padding-top: 2.2rem; }
    .hero h1 { font-size: 2.45rem; }
    .nav a, .nav button { font-size: .92rem; }
    .mode-switch { width: 100%; }
    .mode-switch a { flex: 1; text-align: center; }
    .topbar { gap: .75rem; }
    .hero-media img { height: 320px; }
    .category-tile { min-height: 190px; }
}

body {
    background: #ffffff;
    color: #0c0c0c;
}

.service-strip {
    min-height: 38px;
    justify-content: space-between;
    gap: 1rem;
    background: #080b0c;
    color: #ffffff;
    padding: .55rem clamp(1rem, 4vw, 4.2rem);
    font-size: .92rem;
}

.service-strip strong {
    font-weight: 700;
}

.service-strip nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.service-strip nav a + a::before {
    content: "|";
    margin-right: .65rem;
    color: rgba(255, 255, 255, .55);
}

.topbar {
    position: sticky;
    top: 0;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    min-height: 100px;
    padding: .35rem clamp(1rem, 3vw, 3.4rem);
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
}

.brand img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.nav {
    justify-content: center;
    gap: clamp(.65rem, 1.55vw, 1.65rem);
    flex-wrap: nowrap;
}

.nav a,
.nav button {
    position: relative;
    color: #0d0d0d;
    font-size: .88rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nav a.active,
.nav a:hover {
    color: #df1f28;
}

.nav a.active::after,
.nav a:hover::after {
    content: "";
    position: absolute;
    left: .35rem;
    right: .35rem;
    bottom: -.8rem;
    height: 2px;
    background: #df1f28;
}

.header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .8rem;
    font-weight: 800;
}

.header-tools .search {
    width: clamp(230px, 22vw, 320px);
    min-width: 230px;
    height: 42px;
    overflow: visible;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    transition: width .25s ease, border-color .25s ease;
}

.header-tools .search::before {
    content: "Search";
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.header-tools .search input {
    height: 42px;
    padding: .65rem .95rem;
    border-radius: 999px;
    border-color: #e5e5e5;
}

.header-tools .search:hover,
.header-tools .search:focus-within {
    width: clamp(230px, 22vw, 320px);
    border-color: #e5e5e5;
}

.header-tools a {
    white-space: nowrap;
}

.header-tools a:last-child {
    position: relative;
}

.header-tools a:last-child span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    margin-left: .25rem;
    border-radius: 999px;
    background: #df1f28;
    color: #ffffff;
    font-size: .75rem;
}

.account-menu {
    position: relative;
    flex: 0 0 auto;
}

.account-trigger {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #f1d7d9;
    border-radius: 50%;
    background: #fff5f5;
    color: #df1f28;
    font-size: .98rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(223, 31, 40, .12);
}

.account-trigger::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #df1f28;
    border-radius: 50%;
    transform: translateY(-7px);
    background: #fff5f5;
}

.account-trigger::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 14px;
    border: 2px solid #df1f28;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    transform: translateY(11px);
}

.account-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + .7rem);
    z-index: 30;
    min-width: 210px;
    display: grid;
    gap: .2rem;
    padding: .75rem;
    border: 1px solid #f1d7d9;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(17, 24, 39, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
}

.account-menu:hover .account-dropdown,
.account-menu:focus-within .account-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.account-dropdown strong {
    padding: .45rem .6rem .65rem;
    border-bottom: 1px solid #f1f2f4;
    color: #111827;
    font-size: .9rem;
}

.account-dropdown a,
.account-dropdown button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 38px;
    padding: .55rem .65rem;
    border-radius: 6px;
    background: transparent;
    color: #111827;
    box-shadow: none;
    font-size: .88rem;
    font-weight: 850;
    text-align: left;
}

.account-dropdown a:hover,
.account-dropdown button:hover {
    background: #fff5f5;
    color: #df1f28;
}

.account-dropdown form {
    margin: 0;
}

.hero {
    min-height: 520px;
    grid-template-columns: minmax(320px, 560px) 1fr;
    align-items: center;
    padding: clamp(2.2rem, 7vw, 5.3rem) clamp(1.2rem, 5vw, 4.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 32%, rgba(0, 0, 0, .08) 72%),
        url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: #ffffff;
}

.hero::before {
    display: none;
}

.hero-copy {
    max-width: 540px;
}

.hero h1 {
    margin: 0;
    font-size: clamp(2.6rem, 4.4vw, 4.7rem);
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1 span {
    display: block;
    color: #ffffff;
}

.hero h1 {
    color: #df1f28;
}

.hero p {
    max-width: 430px;
    color: #ffffff;
    font-size: 1.18rem;
    line-height: 1.55;
}

.hero-underline {
    width: 70px;
    height: 4px;
    margin: 1.05rem 0;
    background: #df1f28;
}

.hero .actions {
    margin-top: 1.25rem;
}

.hero .button {
    min-width: 150px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
}

.hero .primary {
    background: #df1f28;
}

.button.outline {
    border: 1px solid rgba(255, 255, 255, .85);
    background: transparent;
}

.button.outline.light {
    border-color: #df1f28;
    color: #0c0c0c;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .85rem;
    max-width: 480px;
    margin-top: 1.45rem;
}

.hero-benefits span {
    display: grid;
    place-items: center;
    min-height: 82px;
    padding: .55rem;
    border-right: 1px solid rgba(255, 255, 255, .35);
    text-align: center;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.hero-benefits span:last-child {
    border-right: 0;
}

.hero-benefits strong {
    display: block;
}

.hero-product {
    justify-self: end;
    align-self: start;
    width: min(210px, 22vw);
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .35));
}

.category-strip {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 1.35rem clamp(1rem, 4vw, 4.2rem) 1.15rem;
}

.category-scroller {
    display: grid;
    grid-template-columns: repeat(8, minmax(110px, 1fr));
    gap: 1.4rem;
    overflow-x: auto;
    padding-bottom: .2rem;
}

.category-strip .category-tile {
    min-width: 112px;
    min-height: 148px;
    display: grid;
    place-items: center;
    gap: .75rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
}

.category-strip .category-tile img {
    width: 116px;
    height: 116px;
    padding: .45rem;
    border: 1.5px solid #df1f28;
    border-radius: 50%;
    background: #ffffff;
    object-fit: contain;
}

.category-strip .category-tile span {
    position: static;
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #0c0c0c;
    font-size: .85rem;
    text-align: center;
    text-transform: uppercase;
}

.category-strip-action {
    display: flex;
    justify-content: center;
    margin-top: 1.1rem;
}

.section {
    max-width: none;
    padding: 1.25rem clamp(1rem, 4vw, 4.2rem) 2.2rem;
}

.section-head {
    margin-bottom: .85rem;
}

.section h2 {
    position: relative;
    display: inline-block;
    font-size: 1.55rem;
    text-transform: uppercase;
}

.section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.42rem;
    width: 54px;
    height: 2px;
    background: #df1f28;
}

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

.product-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 150px;
    border-color: #e8e8e8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.product-card > a {
    display: grid;
    place-items: center;
    background: #ffffff;
}

.product-card img {
    height: 142px;
    padding: .8rem;
    background: #ffffff;
}

.product-body {
    padding: 1rem;
}

.product-body .eyebrow,
.product-body p,
.card-meta {
    display: none;
}

.product-body h3 {
    min-height: 2.4rem;
    margin: .2rem 0 .65rem;
    font-size: .95rem;
}

.price-row strong {
    color: #0c0c0c;
    font-size: 1.05rem;
}

.price-row span {
    display: none;
}

.rating-mini,
.rating-row {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: #667085;
    font-size: .82rem;
    font-weight: 800;
}

.stars {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 18px;
    overflow: hidden;
    color: #d0d5dd;
    font-size: .95rem;
    line-height: 18px;
    letter-spacing: 0;
}

.stars::before {
    content: "★★★★★";
}

.stars i {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    overflow: hidden;
    color: #f5a400;
    font-style: normal;
    white-space: nowrap;
}

.rating-mini b {
    color: #0c0c0c;
}

.rating-mini em,
.rating-row em {
    color: #667085;
    font-style: normal;
}

.product-card form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .7rem;
    margin-top: auto;
}

.product-card input {
    display: none;
}

.product-card button {
    width: auto;
    min-width: 118px;
    min-height: 38px;
    border-radius: 5px;
    padding: 0 .9rem;
    background: #df1f28;
    box-shadow: none;
    color: #ffffff;
    font-size: .82rem;
    line-height: 1;
    white-space: nowrap;
}

.product-card button::before {
    content: none;
}

.cart-state-button {
    width: fit-content;
    min-width: 142px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border-radius: 5px;
    padding: 0 .95rem;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.cart-state-button.in-cart,
.button.in-cart {
    border: 1px solid #b91c1c;
    background: #fff1f2;
    color: #b91c1c;
}

.cart-state-button.in-cart:hover,
.button.in-cart:hover {
    background: #b91c1c;
    color: #fff;
}

.home-featured {
    padding-top: 3rem;
    padding-bottom: 3.3rem;
    background: #ffffff;
}

.showcase-head {
    align-items: center;
    margin-bottom: 2rem;
}

.section-title-with-icon {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.section-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    color: #df1f28;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
}

.home-featured .section h2,
.home-featured h2 {
    margin: 0;
    font-size: clamp(2rem, 2.8vw, 2.65rem);
    line-height: 1.05;
}

.home-featured h2 span {
    color: #df1f28;
}

.home-featured .section h2::after,
.home-featured h2::after {
    bottom: -.7rem;
    width: 76px;
    height: 3px;
}

.section-title-with-icon p {
    margin: 1.1rem 0 0;
    color: #69717d;
    font-size: .95rem;
}

.arrow-button {
    min-width: 170px;
    min-height: 54px;
    gap: .6rem;
    border-radius: 6px;
    color: #df1f28;
    font-size: .95rem;
}

.arrow-button span {
    font-size: 1.35rem;
    line-height: 1;
}

.home-featured .product-grid,
.home-featured .bulb-slider {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 1.55rem;
}

.home-featured .product-card {
    grid-template-columns: 46% 1fr;
    min-height: 208px;
    padding: 1.2rem;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .04);
}

.home-featured .product-card > a {
    align-self: stretch;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f7f7;
}

.home-featured .product-card img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    padding: 0;
    object-fit: cover;
    background: #f7f7f7;
}

.home-featured .product-body {
    min-width: 0;
    padding: .3rem 0 .3rem 1rem;
    justify-content: center;
}

.home-featured .product-body h3 {
    min-height: 2.8rem;
    margin: 0 0 .65rem;
    color: #111111;
    font-size: 1.08rem;
    line-height: 1.28;
    text-transform: none;
}

.home-featured .product-body h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: .9rem;
    background: #df1f28;
}

.home-featured .price-row {
    margin: 0 0 1.3rem;
}

.home-featured .price-row strong {
    color: #101010;
    font-size: 1.7rem;
    line-height: 1;
}

.home-featured .product-card button {
    min-width: 136px;
    min-height: 42px;
    border-radius: 7px;
    font-size: .86rem;
}

.band,
.showcase,
.section.split {
    max-width: 1220px;
}

@media (max-width: 1080px) {
    .service-strip {
        justify-content: center;
        text-align: center;
    }

    .topbar {
        grid-template-columns: auto 1fr;
        min-height: 82px;
    }

    .brand img {
        width: 68px;
        height: 68px;
    }

    .nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: .5rem;
    }

    .header-tools {
        justify-content: flex-end;
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .home-featured .product-grid,
    .home-featured .bulb-slider {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }

    .band {
        grid-template-columns: 1fr;
    }

    .band div {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .showcase {
        grid-template-columns: 1fr;
    }

    .showcase img {
        height: 380px;
        min-height: 0;
    }

    .hero-product {
        display: none;
    }

    .hero-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-scroller {
        grid-template-columns: repeat(6, minmax(112px, 1fr));
    }

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

@media (max-width: 620px) {
    .service-strip nav {
        justify-content: center;
    }

    .topbar {
        grid-template-columns: 1fr;
        position: relative;
    }

    .brand,
    .header-tools {
        justify-content: center;
    }

    .header-tools {
        flex-wrap: wrap;
    }

    .header-tools .search,
    .header-tools .search:hover,
    .header-tools .search:focus-within {
        width: 100%;
    }

    .hero {
        min-height: 500px;
        padding: 2.4rem 1rem;
    }

    .hero-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .category-scroller {
        display: flex;
        gap: 1rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .showcase {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
    }

    .showcase img {
        height: 300px;
    }

    .showcase > div {
        padding-left: 1rem;
    }
}

.shop-hero {
    min-height: 250px;
    display: grid;
    align-items: center;
    padding: 2.2rem clamp(1rem, 5vw, 5.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .35), rgba(0, 0, 0, .1)),
        url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: #ffffff;
}

.shop-hero nav {
    margin-bottom: .75rem;
    color: #ffffff;
    font-weight: 700;
}

.shop-hero nav span {
    color: #df1f28;
    margin: 0 .45rem;
}

.shop-hero h1 {
    max-width: 540px;
    margin: 0 0 .55rem;
    font-size: clamp(2.1rem, 3.8vw, 3.7rem);
    line-height: 1.04;
}

.shop-hero h1::first-line {
    color: #ffffff;
}

.shop-hero h1 {
    color: #df1f28;
}

.shop-hero p {
    max-width: 520px;
    color: #ffffff;
    font-size: 1.08rem;
}

.category-page,
.subcategory-band {
    padding: 1.7rem clamp(1rem, 5vw, 5.2rem) 2rem;
    background: #ffffff;
}

.center-head {
    display: grid;
    justify-items: center;
    margin-bottom: 1.15rem;
    text-align: center;
}

.center-head span {
    width: 74px;
    height: 2px;
    margin-bottom: .55rem;
    background: #df1f28;
}

.center-head h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.center-head p {
    margin: .35rem 0 0;
    color: #667085;
}

.category-list-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    gap: 1.35rem;
}

.category-list-grid.compact {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
}

.category-list-card {
    min-height: 170px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .08);
}

.category-list-card img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    background: #f3f4f6;
}

.category-list-card div {
    position: relative;
    display: grid;
    justify-items: center;
    gap: .2rem;
    min-height: 66px;
    padding: 1.05rem .75rem .75rem;
    text-align: center;
}

.category-list-card div::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translateX(-50%);
    border: 1px solid #df1f28;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .12);
}

.category-list-card strong,
.category-list-card span {
    position: relative;
    z-index: 1;
}

.category-list-card strong {
    color: #0c0c0c;
    font-size: .95rem;
}

.category-list-card span {
    color: #df1f28;
    font-size: .82rem;
    font-weight: 900;
}

.products-page {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 1.6rem;
    padding: 1.6rem clamp(1rem, 5vw, 5.2rem) 2.2rem;
    background: #ffffff;
}

.products-page .filters {
    top: 116px;
    border-color: #e5e7eb;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .06);
}

.filter-head,
.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.filter-head {
    margin-bottom: .9rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e5e7eb;
}

.filter-head h3,
.products-page h4 {
    margin: 0;
}

.filter-head a {
    border: 0;
    color: #df1f28;
    font-size: .82rem;
}

.shop-dropdown-filter {
    display: grid;
    gap: .75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.shop-dropdown-filter label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-size: .86rem;
    font-weight: 900;
}

.shop-dropdown-filter select,
.shop-dropdown-filter input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9dee7;
    border-radius: 6px;
    background: #fff;
    padding: 0 .85rem;
}

.shop-dropdown-filter button {
    min-height: 44px;
    border-radius: 6px;
    background: #df1f28;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.products-page .filters a {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .48rem 0;
    color: #344054;
    font-size: .9rem;
}

.products-page .filters .filter-child {
    padding-left: 1rem;
}

.products-page .filters a.active {
    color: #df1f28;
}

.products-toolbar {
    margin-bottom: 1rem;
}

.products-toolbar span {
    color: #475467;
    font-size: .94rem;
}

.products-toolbar strong {
    color: #111827;
    font-size: .96rem;
}

.products-toolbar form {
    width: min(280px, 100%);
}

.products-toolbar input {
    min-height: 42px;
    padding: .65rem .8rem;
}

.subcategory-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 0 0 1rem;
}

.subcategory-pills a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .9rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 800;
}

.subcategory-pills a.active,
.subcategory-pills a:hover {
    border-color: #df1f28;
    background: #fff1f2;
    color: #df1f28;
}

.products-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-page .product-card {
    grid-template-columns: 1fr;
}

.products-page .product-card img {
    width: 100%;
    height: 178px;
    object-fit: contain;
}

.products-page .product-body .eyebrow,
.products-page .product-body p,
.products-page .card-meta {
    display: none;
}

.mna-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin-top: 1.6rem;
}

.mna-pagination a,
.mna-pagination span {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-weight: 900;
    font-size: .88rem;
    padding: 0 .75rem;
}

.mna-pagination a:hover,
.mna-pagination .active {
    border-color: #df1f28;
    background: #df1f28;
    color: #fff;
}

.mna-pagination .disabled,
.mna-pagination .dots {
    color: #98a2b3;
    background: #f8fafc;
}

nav[role="navigation"] svg {
    width: 18px !important;
    height: 18px !important;
}

.trust-footer-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 1rem clamp(1rem, 5vw, 5.2rem);
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #f2f4f7;
}

.trust-footer-strip span {
    display: grid;
    gap: .15rem;
    padding: .35rem 1rem;
    border-right: 1px solid #d0d5dd;
    color: #667085;
    font-size: .9rem;
}

.trust-footer-strip span:last-child {
    border-right: 0;
}

.trust-footer-strip strong {
    color: #0c0c0c;
}

.seo-resource-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
    gap: 1.25rem;
    margin: 0 clamp(1rem, 5vw, 5.2rem) 2.5rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(16, 24, 40, .08);
}

.seo-resource-copy h2 {
    max-width: 760px;
    margin: .35rem 0 .75rem;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    line-height: 1.12;
}

.seo-resource-copy p {
    max-width: 860px;
    margin: 0 0 .8rem;
    color: #475569;
    line-height: 1.75;
}

.seo-resource-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    align-content: start;
    gap: .75rem;
}

.seo-resource-links a,
.seo-faq-list details {
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #f8fafc;
}

.seo-resource-links a {
    padding: .85rem .95rem;
    color: #111827;
    font-weight: 800;
}

.seo-resource-links a:hover {
    border-color: #ef4444;
    color: #df1f28;
}

.seo-faq-list {
    display: grid;
    align-content: start;
    gap: .75rem;
}

.seo-faq-list details {
    padding: .9rem 1rem;
}

.seo-faq-list summary {
    cursor: pointer;
    color: #111827;
    font-weight: 900;
}

.seo-faq-list p {
    margin: .65rem 0 0;
    color: #475569;
    line-height: 1.6;
}

.catalog-resource,
.category-resource {
    margin-top: .75rem;
}

@media (max-width: 1200px) {
    .category-list-grid,
    .category-list-grid.compact,
    .products-page .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .products-page {
        grid-template-columns: 1fr;
    }

    .products-page .filters {
        position: relative;
        top: auto;
    }

    .trust-footer-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-resource-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .shop-hero {
        min-height: 230px;
    }

    .category-list-grid,
    .category-list-grid.compact,
    .products-page .product-grid,
    .trust-footer-strip {
        grid-template-columns: 1fr;
    }

    .products-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .seo-resource-links {
        grid-template-columns: 1fr;
    }
}

.product-banner {
    min-height: 140px;
    display: grid;
    align-items: center;
    padding: 1.8rem clamp(1rem, 5vw, 5.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .24)),
        url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: #ffffff;
}

.product-banner h1 {
    margin: 0 0 .55rem;
    font-size: clamp(2rem, 3vw, 3rem);
}

.product-banner nav {
    color: #ffffff;
    font-weight: 700;
}

.product-banner nav span {
    margin: 0 .45rem;
    color: #df1f28;
}

.product-showcase {
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(420px, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
    padding: 2rem clamp(1rem, 5vw, 5.2rem);
    background: #ffffff;
}

.product-gallery {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    min-width: 0;
}

.thumbs {
    display: grid;
    align-content: start;
    gap: .75rem;
}

.thumbs button {
    width: 76px;
    aspect-ratio: 1;
    height: auto;
    padding: .32rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
    cursor: pointer;
}

.thumbs button.active {
    border-color: #df1f28;
    box-shadow: 0 0 0 3px rgba(223, 31, 40, .12);
}

.thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-main-image {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: linear-gradient(180deg, #fafbfc 0%, #f3f4f6 100%);
    box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}

.product-main-image img {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    object-fit: contain;
    padding: 0;
}

.product-main-image button {
    position: absolute;
    right: .8rem;
    bottom: .8rem;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #0c0c0c;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .12);
}

.product-trust-share {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 1rem;
    padding: 0 clamp(1rem, 5vw, 5.2rem) 2rem;
    background: #ffffff;
}

.product-trust-grid,
.product-share-panel,
.product-related-section {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(16, 24, 40, .055);
}

.product-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-trust-grid span {
    display: grid;
    gap: .25rem;
    padding: 1rem 1.1rem;
    border-right: 1px solid #e5e7eb;
    color: #667085;
}

.product-trust-grid span:last-child {
    border-right: 0;
}

.product-trust-grid strong {
    color: #0c0c0c;
}

.product-share-panel {
    display: grid;
    align-content: center;
    gap: .75rem;
    padding: 1rem;
}

.product-share-panel h3 {
    margin: 0;
}

.product-info {
    display: grid;
    align-content: start;
    gap: .9rem;
    min-width: 0;
    padding: .35rem 0;
}

.sale-badge,
.product-price span {
    justify-self: start;
    border-radius: 5px;
    background: #df1f28;
    color: #ffffff;
    padding: .22rem .45rem;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-info h2 {
    margin: 0;
    font-size: clamp(1.85rem, 2.25vw, 2.55rem);
    line-height: 1.08;
    max-width: 13ch;
    overflow-wrap: anywhere;
}

.sku {
    color: #344054;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.rating-row span {
    color: #ffb000;
    letter-spacing: 1px;
}

.rating-row em {
    color: #667085;
    font-style: normal;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.product-price strong {
    color: #df1f28;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.product-price del {
    color: #667085;
}

.product-info p {
    margin: 0;
    color: #475467;
    font-size: 1.04rem;
    line-height: 1.65;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem 1.1rem;
    color: #475467;
}

.spec-grid span {
    min-height: 42px;
    display: grid;
    align-content: center;
    padding: .65rem .75rem;
    border: 1px solid #eef0f3;
    border-radius: 7px;
    background: #fafbfc;
    font-weight: 700;
}

.availability {
    font-weight: 800;
}

.availability strong {
    color: #079455;
}

.product-buy-form {
    display: grid;
    gap: 1rem;
}

.product-buy-form label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 800;
}

.product-buy-form input {
    width: 90px;
    min-height: 48px;
    border: 1px solid #d9dee7;
    border-radius: 7px;
    text-align: center;
}

.product-buy-form > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

.product-buy-form button,
.product-buy-form .button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #df1f28;
    border-color: #df1f28;
    color: #ffffff;
    font-weight: 900;
}

.product-buy-form .button.outline.light {
    background: #df1f28;
    border-color: #df1f28;
    color: #ffffff;
}

.product-buy-form button:hover,
.product-buy-form .button:hover {
    background: #b9161d;
    color: #ffffff;
}

.product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    color: #667085;
    font-weight: 800;
}

.product-actions form {
    margin: 0;
}

.product-actions button,
.product-actions a,
.product-actions span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 0;
    background: transparent;
    color: #667085;
    padding: 0;
    font: inherit;
    box-shadow: none;
}

.product-actions button:hover,
.product-actions a:hover {
    color: #df1f28;
}

.product-actions button::before,
.product-actions a::before {
    content: "♡";
    color: #df1f28;
    font-size: 1.05rem;
    line-height: 1;
}

.product-side {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
}

.side-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 16px 36px rgba(16, 24, 40, .055);
}

.service-card {
    padding: 0 1rem;
}

.service-card span {
    display: grid;
    gap: .2rem;
    padding: 1.05rem 0 1.05rem 3.1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #667085;
}

.service-card span:last-child {
    border-bottom: 0;
}

.service-card strong {
    color: #0c0c0c;
}

.share-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.share-row a,
.share-row button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 50%;
    background: #ffffff;
    color: #26364a;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.share-row a:hover,
.share-row button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
}

.share-row svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.share-row .share-facebook {
    color: #1877f2;
    background: #eef5ff;
}

.share-row .share-facebook:hover {
    border-color: #1877f2;
    background: #1877f2;
    color: #ffffff;
}

.share-row .share-x {
    color: #111111;
    background: #f4f4f5;
}

.share-row .share-x:hover {
    border-color: #111111;
    background: #111111;
    color: #ffffff;
}

.share-row .share-linkedin {
    color: #0a66c2;
    background: #edf6ff;
}

.share-row .share-linkedin:hover {
    border-color: #0a66c2;
    background: #0a66c2;
    color: #ffffff;
}

.share-row .share-whatsapp {
    color: #25d366;
    background: #ecfff4;
}

.share-row .share-whatsapp:hover {
    border-color: #25d366;
    background: #25d366;
    color: #ffffff;
}

.share-row .share-copy {
    color: #334155;
    background: #f8fafc;
}

.share-row .share-copy:hover {
    border-color: #334155;
    background: #334155;
    color: #ffffff;
}

.share-row button.copied {
    border-color: #12b76a;
    background: #ecfdf3;
    color: #079455;
}

.side-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.side-title h3 {
    margin: 0;
}

.side-title a {
    color: #df1f28;
    font-size: .82rem;
    font-weight: 900;
}

.similar-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    padding: .8rem 0;
    border-bottom: 1px solid #e5e7eb;
}

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

.similar-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 6px;
    background: #f3f4f6;
}

.similar-item span {
    display: grid;
    gap: .2rem;
    min-width: 0;
}

.similar-item strong {
    color: #0c0c0c;
    font-size: .9rem;
    line-height: 1.35;
}

.similar-item em {
    color: #df1f28;
    font-style: normal;
    font-weight: 900;
}

.product-related-section {
    max-width: 1180px;
    margin: 0 auto 3rem;
    padding: 1.25rem;
}

.product-related-section .section-head {
    margin-bottom: 1rem;
}

.product-related-section .button.outline {
    border-color: #df1f28;
    background: #ffffff;
    color: #df1f28;
    box-shadow: none;
}

.product-related-section .button.outline:hover {
    background: #df1f28;
    color: #ffffff;
}

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

.product-related-grid .similar-item {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: .85rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
}

.product-related-grid .similar-item img {
    width: 96px;
    height: 96px;
}

.product-tabs {
    padding: 0 clamp(1rem, 5vw, 5.2rem) 2rem;
    background: #ffffff;
}

.product-tabs nav {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
}

.product-tabs nav a,
.product-tabs nav button {
    padding: 1rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #475467;
    box-shadow: none;
    font-weight: 800;
    white-space: nowrap;
}

.product-tabs nav a.active,
.product-tabs nav button.active {
    border-bottom: 2px solid #df1f28;
    color: #df1f28;
}

.product-tab-panel {
    display: none;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    padding-top: 1.5rem;
}

.product-tab-panel.active {
    display: grid;
}

.product-tab-body {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    padding-top: 1.5rem;
}

.product-tab-panel p,
.product-tab-body p {
    color: #475467;
    line-height: 1.75;
}

.product-tab-panel aside,
.product-tab-body aside {
    border-radius: 8px;
    background: #f6f7f9;
    padding: 1.2rem;
}

.product-tab-panel li,
.product-tab-body li {
    margin: .5rem 0;
    color: #475467;
}

.product-tab-panel pre,
.product-tab-body pre {
    white-space: pre-wrap;
    color: #475467;
    font-family: inherit;
}

.spec-table,
.shipping-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.spec-table span,
.shipping-points span {
    display: grid;
    gap: .25rem;
    padding: .9rem;
    border: 1px solid #eef0f3;
    border-radius: 7px;
    color: #667085;
}

.spec-table strong,
.shipping-points strong {
    color: #111827;
}

.review-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1rem;
}

.review-summary strong {
    color: #111827;
}

.review-summary em {
    color: #667085;
    font-style: normal;
}

.review-card {
    display: grid;
    gap: .35rem;
    padding: 1rem 0;
    border-top: 1px solid #eef0f3;
}

.review-card strong {
    color: #111827;
}

.review-card span {
    color: #df1f28;
    font-size: .86rem;
    font-weight: 800;
}

.review-card p {
    margin: 0;
}

.review-form {
    display: grid;
    gap: .8rem;
}

.review-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-weight: 800;
}

.review-form button {
    min-height: 44px;
    border-radius: 6px;
    background: #df1f28;
    color: #ffffff;
}

.review-form.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: .75rem;
}

.review-form.compact label:last-of-type {
    grid-column: 1 / -1;
}

.review-form.compact textarea {
    min-height: 90px;
}

.review-form.compact button {
    width: fit-content;
    min-width: 160px;
}

@media (max-width: 1200px) {
    .product-showcase {
        grid-template-columns: 1fr 1fr;
    }

    .product-trust-grid,
    .product-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .product-showcase,
    .product-trust-share,
    .product-tab-body,
    .product-tab-panel.active,
    .spec-table,
    .shipping-points {
        grid-template-columns: 1fr;
    }

    .product-side,
    .product-trust-grid,
    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-trust-grid span {
        border-right: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .product-trust-grid span:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 620px) {
    .product-gallery {
        grid-template-columns: 1fr;
    }

    .thumbs {
        display: flex;
        overflow-x: auto;
    }

    .product-main-image,
    .product-main-image img {
        min-height: 0;
        height: auto;
    }

    .product-main-image img {
        width: calc(100% - 1.4rem);
        height: calc(100% - 1.4rem);
    }

    .spec-grid,
    .product-buy-form > div {
        grid-template-columns: 1fr;
    }

    .product-tabs nav {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.about-hero {
    min-height: 390px;
    display: grid;
    align-items: center;
    padding: 3rem clamp(1rem, 5vw, 5.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .48), rgba(0, 0, 0, .08)),
        url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: #ffffff;
}

.about-hero > div {
    max-width: 670px;
}

.about-hero nav {
    margin-bottom: 1rem;
    font-weight: 800;
}

.about-hero nav span {
    margin: 0 .45rem;
    color: #df1f28;
}

.about-hero h1 {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 1.04;
    text-transform: uppercase;
}

.about-hero p {
    max-width: 590px;
    color: #ffffff;
    font-size: 1.12rem;
    line-height: 1.7;
}

.about-intro,
.about-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: 3rem clamp(1rem, 5vw, 5.2rem);
    background: #ffffff;
}

.about-intro h2,
.about-process h2,
.about-cta h2 {
    margin: .35rem 0 1rem;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    line-height: 1.08;
}

.about-intro p,
.about-process p,
.about-cta p,
.about-values p {
    color: #475467;
    line-height: 1.75;
}

.about-image-stack {
    position: relative;
    min-height: 430px;
}

.about-image-stack img {
    position: absolute;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(16, 24, 40, .14);
}

.about-image-stack img:first-child {
    inset: 0 8% 12% 0;
    width: 78%;
    height: 88%;
}

.about-image-stack img:last-child {
    right: 0;
    bottom: 0;
    width: 46%;
    height: 46%;
    padding: 1rem;
    background: #ffffff;
    object-fit: contain;
    border: 1px solid #e5e7eb;
}

.about-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #2b2f33;
    padding: 0 clamp(1rem, 5vw, 5.2rem);
}

.about-metrics div {
    display: grid;
    gap: .3rem;
    justify-items: center;
    padding: 1.6rem 1rem;
    background: #0b0e10;
    text-align: center;
}

.about-metrics strong {
    color: #df1f28;
    font-size: clamp(2rem, 3vw, 3rem);
}

.about-metrics span {
    color: #ffffff;
    font-weight: 800;
}

.about-values {
    padding: 3rem clamp(1rem, 5vw, 5.2rem);
    background: #f7f8fa;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.value-grid article {
    min-height: 210px;
    padding: 1.4rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.value-grid strong {
    display: block;
    margin-bottom: .75rem;
    color: #0c0c0c;
    font-size: 1.1rem;
}

.value-grid article::before {
    content: "✓";
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 1rem;
    border: 1px solid #df1f28;
    border-radius: 50%;
    background: #fff4f4;
    color: #df1f28;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 44px;
    text-align: center;
}

.value-grid .value-quality::before {
    content: "★";
}

.value-grid .value-range::before {
    content: "▦";
}

.value-grid .value-b2b::before {
    content: "₹";
}

.value-grid .value-seo::before {
    content: "↗";
}

.about-process {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9)),
        url("https://images.unsplash.com/photo-1565814329452-e1efa11c5b89?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.process-list {
    display: grid;
    gap: .85rem;
}

.process-list span {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #0c0c0c;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
}

.process-list strong {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #df1f28;
    color: #ffffff;
}

.about-cta {
    display: grid;
    justify-items: center;
    padding: 3rem 1rem;
    background: #0b0e10;
    color: #ffffff;
    text-align: center;
}

.about-cta h2 {
    margin-bottom: .4rem;
}

.about-cta p {
    max-width: 620px;
    color: #d0d5dd;
}

.about-hero .eyebrow,
.about-intro .eyebrow,
.about-process .eyebrow,
.about-values .center-head span,
.about-values .center-head p {
    color: #df1f28;
}

.about-hero .button.primary,
.about-cta .button.primary {
    background: #df1f28;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(223, 31, 40, .24);
}

.about-hero .button.primary:hover,
.about-cta .button.primary:hover {
    background: #b9161d;
}

.about-hero .button.outline {
    border-color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.about-hero .button.outline:hover {
    border-color: #df1f28;
    background: #df1f28;
}

.about-intro h2::after,
.about-process h2::after,
.about-values h2::after,
.about-cta h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin-top: .85rem;
    background: #df1f28;
}

.about-values .center-head {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.about-values .center-head span {
    display: block;
    width: 62px;
    height: 3px;
    margin: 0 auto 1rem;
    background: #df1f28;
}

.about-values .center-head h2 {
    margin: 0;
    color: #0b0e10;
}

.about-values .center-head h2::after {
    display: none;
}

.about-values .center-head p {
    margin: .85rem auto 0;
    color: #667085;
}

.content-hero {
    min-height: 310px;
    display: grid;
    align-items: center;
    padding: 3rem clamp(1rem, 6vw, 5rem);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .35)),
        url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.content-hero div {
    max-width: 760px;
}

.content-hero nav {
    margin-bottom: .8rem;
    font-weight: 900;
}

.content-hero nav span {
    color: #df1f28;
    margin: 0 .45rem;
}

.content-hero h1 {
    margin: 0;
    font-size: clamp(2.25rem, 4.5vw, 4.5rem);
    line-height: 1.05;
}

.content-hero p {
    max-width: 680px;
    margin: 1rem 0 0;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.7;
}

.content-page {
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 1.2rem;
    margin: 0 auto;
    padding: 2.4rem 1rem 3.2rem;
}

.content-main {
    display: grid;
    gap: 1rem;
}

.content-block,
.content-side > div {
    border: 1px solid #eceff3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}

.content-block {
    padding: 1.35rem;
}

.content-block h2 {
    margin: 0 0 .55rem;
    color: #111827;
    font-size: 1.25rem;
}

.content-block h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: .55rem;
    background: #df1f28;
}

.content-block p {
    margin: .65rem 0 0;
    color: #475467;
    line-height: 1.72;
}

.content-side {
    display: grid;
    gap: 1rem;
    align-self: start;
    position: sticky;
    top: 118px;
}

.content-side > div {
    display: grid;
    gap: .75rem;
    padding: 1.25rem;
}

.content-side strong {
    color: #111827;
    font-size: 1.15rem;
}

.content-side p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}

.content-side a:not(.button) {
    color: #111827;
    font-weight: 800;
    border-bottom: 1px solid #eef0f3;
    padding-bottom: .55rem;
}

.content-side a:not(.button):hover {
    color: #df1f28;
}

@media (max-width: 1080px) {
    .about-intro,
    .about-process {
        grid-template-columns: 1fr;
    }

    .about-metrics,
    .value-grid,
    .content-page {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-page {
        grid-template-columns: 1fr;
    }

    .content-side {
        position: relative;
        top: auto;
    }
}

@media (max-width: 620px) {
    .about-hero {
        min-height: 340px;
    }

    .about-image-stack {
        min-height: 320px;
    }

    .about-metrics,
    .value-grid {
        grid-template-columns: 1fr;
    }
}

.bulb-showcase {
    background: #f7f8fa;
}

.bulb-slider {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 1.55rem;
    overflow: visible;
    padding: 0;
}

.band {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0 clamp(1rem, 4vw, 4.2rem) 3rem;
    background: #ffffff;
}

.band div {
    position: relative;
    min-height: 230px;
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: 2.3rem 2rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(12, 12, 12, .96), rgba(34, 34, 34, .94)),
        url("https://images.unsplash.com/photo-1507473885765-e6ed057f782c?auto=format&fit=crop&w=900&q=80") center/cover;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.band div::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 4px solid #df1f28;
    background: linear-gradient(90deg, rgba(223, 31, 40, .16), transparent 55%);
    pointer-events: none;
}

.band div > * {
    position: relative;
    z-index: 1;
}

.band h3 {
    max-width: 390px;
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.25;
}

.band p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    line-height: 1.7;
}

.band a {
    width: fit-content;
    color: #ffffff;
    font-weight: 900;
}

.band a::after {
    content: " ->";
    color: #df1f28;
}

.showcase {
    max-width: none;
    grid-template-columns: minmax(320px, .95fr) minmax(320px, .9fr);
    gap: clamp(2rem, 4vw, 4.2rem);
    padding: 4rem clamp(1rem, 5vw, 5.2rem);
    background: #ffffff;
}

.showcase img {
    height: min(46vw, 520px);
    min-height: 390px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .13);
}

.showcase > div {
    position: relative;
    display: grid;
    align-content: center;
    gap: 1rem;
    padding-left: 1.2rem;
    border-left: 4px solid #df1f28;
}

.showcase .eyebrow {
    color: #df1f28;
}

.showcase h2 {
    max-width: 620px;
    margin: 0;
    color: #0b0e10;
    font-size: clamp(2.15rem, 3.6vw, 4rem);
    line-height: 1.08;
    text-transform: none;
}

.showcase h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-top: 1rem;
    background: #df1f28;
}

.showcase p {
    max-width: 620px;
    margin: 0;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.75;
}

.showcase .actions {
    margin-top: .25rem;
}

.showcase .button {
    min-height: 48px;
    border-radius: 6px;
    background: #0b0e10;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(11, 14, 16, .14);
}

.showcase .button.primary {
    background: #df1f28;
    box-shadow: 0 14px 28px rgba(223, 31, 40, .22);
}

.home-advertisement {
    display: grid;
    align-items: center;
    min-height: 300px;
    margin-top: 1.5rem;
    padding: 3rem clamp(1rem, 5vw, 5.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .45)),
        url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: #ffffff;
}

.home-advertisement div {
    max-width: 680px;
}

.home-advertisement h2 {
    margin: .35rem 0;
    font-size: clamp(2rem, 3.7vw, 4rem);
    line-height: 1.08;
}

.home-advertisement p {
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.7;
}

.home-advertisement .eyebrow {
    color: #df1f28;
}

.home-advertisement .button.primary {
    min-height: 48px;
    border-radius: 6px;
    background: #df1f28;
    box-shadow: 0 14px 28px rgba(223, 31, 40, .24);
}

.home-advertisement .button.primary:hover {
    background: #b9161d;
}

.blog-list-page,
.blog-detail-page,
.contact-page,
.track-page {
    padding: 2rem clamp(1rem, 5vw, 5.2rem);
    background: #ffffff;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.blog-card {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card div {
    display: grid;
    gap: .45rem;
    padding: 1rem;
}

.blog-card small,
.blog-card strong {
    color: #df1f28;
    font-weight: 900;
}

.blog-card h3 {
    margin: 0;
    font-size: 1.18rem;
}

.blog-card p,
.blog-article,
.contact-card p,
.track-card p {
    color: #475467;
    line-height: 1.7;
}

.blog-detail-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
}

.blog-article img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-article .lead {
    color: #0c0c0c;
    font-size: 1.25rem;
    font-weight: 800;
}

.blog-sidebar {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-bottom: 1.25rem;
    background: #e5e7eb;
}

.contact-info-grid div {
    display: grid;
    gap: .35rem;
    padding: 1.25rem;
    background: #0b0e10;
    color: #ffffff;
}

.contact-info-grid strong {
    color: #df1f28;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.contact-card {
    display: grid;
    gap: .9rem;
    border-top: 4px solid #df1f28;
    border-color: #f1d7d9;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.contact-card label,
.checkout-form label {
    display: grid;
    gap: .42rem;
    color: #111827;
    font-weight: 900;
}

.contact-card label input,
.contact-card label select,
.contact-card label textarea,
.checkout-form label input,
.checkout-form label select,
.checkout-form label textarea {
    font-weight: 500;
}

.contact-card h2 {
    margin-bottom: .6rem;
    color: #0b0e10;
}

.contact-card label {
    color: #0b0e10;
    font-size: .9rem;
}

.contact-card label:has(input[required])::first-letter,
.contact-card label:has(textarea[required])::first-letter,
.contact-card label:has(select[required])::first-letter {
    color: inherit;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
    width: 100%;
    border: 1px solid #e3e6eb;
    border-radius: 7px;
    background: #ffffff;
    color: #111827;
    min-height: 48px;
    padding: .82rem .95rem;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.contact-card textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
    outline: 0;
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.contact-card input:user-invalid,
.contact-card textarea:user-invalid,
.contact-card select:user-invalid {
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.contact-card button {
    min-height: 50px;
    border-radius: 7px;
    background: #df1f28;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: 0 14px 26px rgba(223, 31, 40, .22);
}

.contact-card button:hover {
    background: #b9161d;
}

.track-page {
    display: grid;
    gap: 1.25rem;
    place-items: start center;
}

.track-search-shell,
.track-result-layout {
    width: min(100%, 1120px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 1.25rem;
    align-items: stretch;
}

.track-card {
    width: min(100%, 920px);
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.track-lookup {
    width: 100%;
    min-height: 320px;
    align-content: center;
}

.track-lookup label {
    display: grid;
    gap: .45rem;
    color: #111827;
    font-weight: 900;
}

.track-help-card,
.track-side-panel,
.track-benefits article,
.b2b-price-box,
.mode-footer {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.track-help-card,
.track-side-panel {
    display: grid;
    align-content: start;
    gap: .9rem;
    padding: 1.25rem;
}

.track-help-card h3,
.track-side-panel h3 {
    margin: 0;
}

.track-help-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #475467;
    line-height: 1.8;
}

.track-help-card a,
.track-side-panel a {
    color: #df1f28;
    font-weight: 900;
}

.track-benefits {
    width: min(100%, 1120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.track-benefits article {
    display: grid;
    gap: .3rem;
    padding: 1rem 1.1rem;
}

.track-benefits strong {
    color: #111827;
}

.track-benefits span,
.track-side-panel p {
    color: #667085;
    line-height: 1.6;
}

.track-side-panel p {
    display: grid;
    gap: .18rem;
    margin: 0;
}

.track-side-panel p strong {
    color: #111827;
}

.track-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .8rem;
}

.track-summary span {
    display: grid;
    gap: .2rem;
    padding: 1rem;
    border-radius: 8px;
    background: #f7f8fa;
    color: #667085;
}

.track-summary strong {
    color: #0c0c0c;
}

.track-progress {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .45rem;
}

.track-progress span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f1f3f5;
    color: #667085;
    font-size: .78rem;
    font-weight: 900;
}

.track-progress span.done {
    background: #df1f28;
    color: #ffffff;
}

.track-timeline {
    display: grid;
    gap: .8rem;
}

.track-timeline div {
    display: grid;
    gap: .25rem;
    padding: 1rem 1rem 1rem 1.25rem;
    border-left: 4px solid #df1f28;
    border-radius: 8px;
    background: #f7f8fa;
}

.track-timeline small {
    color: #667085;
}

.b2b-note {
    display: block;
    margin: -.4rem 0 .45rem;
    color: #df1f28;
    font-weight: 900;
}

.b2b-price-box {
    display: grid;
    gap: .2rem;
    padding: .85rem;
    background: #fff7f7;
    border-color: #ffd2d2;
}

.b2b-price-box strong {
    color: #df1f28;
}

.b2b-price-box span {
    color: #475467;
    line-height: 1.55;
}

.mode-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0 0;
    padding: 1rem;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none;
}

.mode-footer strong {
    color: #ffffff;
}

.mode-footer span {
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.mode-footer .mode-switch {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
}

.mode-footer .mode-switch a {
    color: #ffffff;
}

.mode-footer .mode-switch .active {
    background: #df1f28;
}

.button,
button {
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.button:hover,
button:hover {
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .blog-grid,
    .blog-detail-page,
    .contact-form-grid,
    .track-search-shell,
    .track-result-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-grid,
    .track-summary,
    .track-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .contact-info-grid,
    .track-summary,
    .track-benefits,
    .track-progress {
        grid-template-columns: 1fr;
    }

    .mode-footer {
        align-items: stretch;
        flex-direction: column;
    }
}

.site-footer {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 3.4rem clamp(1rem, 5vw, 5.2rem) 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(2, 6, 8, .93), rgba(2, 6, 8, .96)),
        url("https://images.unsplash.com/photo-1507494924047-60b8ee826ca9?auto=format&fit=crop&w=1800&q=80") left bottom/cover;
    color: #ffffff;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 75%, rgba(223, 31, 40, .14), transparent 28%);
    pointer-events: none;
}

.site-footer > * {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .85fr 1fr .95fr 1.25fr;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
}

.footer-brand-block img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: .9rem;
    filter: drop-shadow(0 12px 28px rgba(223, 31, 40, .22));
}

.footer-brand-block h2 {
    margin: 0 0 .7rem;
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    line-height: 1;
    text-transform: uppercase;
}

.footer-brand-block h2 span,
.footer-bottom strong {
    color: #df1f28;
}

.footer-brand-block p {
    max-width: 300px;
    color: #f2f4f7;
    font-size: 1.02rem;
    line-height: 1.65;
}

.social-row {
    display: flex;
    gap: .7rem;
    margin-top: 1rem;
}

.social-row a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #df1f28;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-col,
.footer-contact {
    display: grid;
    gap: .72rem;
}

.footer-col h3,
.footer-contact h3 {
    position: relative;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-col h3::after,
.footer-contact h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.7rem;
    width: 48px;
    height: 3px;
    background: #df1f28;
}

.footer-col a {
    color: #f2f4f7;
    font-size: 1rem;
    line-height: 1.25;
}

.footer-col a::before {
    content: ">";
    margin-right: .75rem;
    color: #df1f28;
    font-weight: 900;
}

.footer-contact p {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: .8rem;
    margin: 0;
    color: #f2f4f7;
    line-height: 1.55;
}

.footer-contact strong {
    color: #df1f28;
}

.newsletter-bar {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.6fr);
    gap: 2rem;
    align-items: center;
    margin: 2.2rem 0 1.4rem;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .03);
}

.newsletter-bar div {
    display: grid;
    gap: .35rem;
}

.newsletter-bar strong {
    color: #ffffff;
    font-size: 1.15rem;
    text-transform: uppercase;
}

.newsletter-bar span {
    color: #f2f4f7;
}

.newsletter-bar form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 245px;
    gap: 0;
}

.newsletter-bar input {
    min-height: 62px;
    border-radius: 7px 0 0 7px;
    border-color: rgba(255, 255, 255, .24);
    background: rgba(0, 0, 0, .22);
    color: #ffffff;
}

.newsletter-bar button {
    min-height: 62px;
    border-radius: 0 7px 7px 0;
    background: #df1f28;
    text-transform: uppercase;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.3rem 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #f2f4f7;
}

.footer-bottom span:last-child {
    justify-self: end;
}

.footer-bottom span:last-child strong {
    display: inline-flex;
    margin-left: .5rem;
    padding: .28rem .5rem;
    border-radius: 4px;
    background: #ffffff;
    color: #12315f;
}

@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .footer-grid,
    .newsletter-bar,
    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-bottom span:last-child {
        justify-self: start;
    }
}

@media (max-width: 620px) {
    .newsletter-bar form {
        grid-template-columns: 1fr;
    }

    .newsletter-bar input,
    .newsletter-bar button {
        border-radius: 7px;
    }
}

.login-wrap {
    min-height: 560px;
    padding: 2.4rem clamp(1rem, 5vw, 5.2rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(255, 255, 255, .88) 28%, rgba(255, 255, 255, .88) 72%, rgba(0, 0, 0, .24)),
        url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.auth-stage {
    width: min(100%, 980px);
}

.auth-card {
    display: grid;
    grid-template-columns: .92fr 1fr;
    gap: 2.2rem;
    padding: 2.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 20px 55px rgba(16, 24, 40, .2);
}

.auth-card.slim {
    max-width: 880px;
    margin: 0 auto;
}

.auth-welcome {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: .8rem;
    padding-right: 2.2rem;
    border-right: 1px solid #d9d9d9;
    text-align: center;
}

.auth-kicker {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #df1f28;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.auth-kicker::before,
.auth-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #df1f28;
}

.auth-welcome h1 {
    margin: .25rem 0;
    color: #111827;
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.auth-welcome p {
    max-width: 330px;
    margin: 0;
    color: #475467;
    line-height: 1.7;
}

.auth-user-icon {
    position: relative;
    width: 82px;
    height: 82px;
    margin: .8rem 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f3f4f6;
    border: 1px solid #f1d7d9;
    box-shadow: inset 0 0 0 10px #ffffff, 0 12px 30px rgba(223, 31, 40, .12);
}

.auth-user-icon::before {
    content: "";
    width: 38px;
    height: 38px;
    border: 3px solid #df1f28;
    border-top-color: transparent;
    border-radius: 50% 50% 42% 42%;
    clip-path: polygon(0 38%, 100% 38%, 100% 100%, 0 100%);
}

.auth-user-icon::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    margin-top: -20px;
    border: 3px solid #df1f28;
    border-radius: 50%;
    background: #f3f4f6;
}

.auth-welcome ul {
    display: grid;
    gap: .9rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.auth-welcome li {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #111827;
    font-weight: 800;
}

.auth-welcome li::before {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    border: 1px solid rgba(223, 31, 40, .35);
    border-radius: 50%;
    background: #fff5f5;
    color: #df1f28;
    font-size: .82rem;
    font-weight: 900;
}

.auth-welcome li.benefit-checkout::before {
    content: ">>";
}

.auth-welcome li.benefit-tracking::before {
    content: "◎";
}

.auth-welcome li.benefit-offers::before {
    content: "☆";
}

.auth-form {
    display: grid;
    align-content: center;
    gap: 1rem;
}

.auth-form label {
    display: grid;
    gap: .45rem;
    color: #111827;
    font-weight: 800;
}

.auth-form label a {
    justify-self: end;
    margin-top: -1.7rem;
    color: #df1f28;
    font-size: .82rem;
    font-weight: 800;
}

.auth-form input {
    min-height: 50px;
    border-radius: 5px;
    background: #ffffff;
}

.auth-form .check {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.auth-form .check input {
    width: auto;
    min-height: auto;
}

.auth-form button {
    min-height: 52px;
    border-radius: 5px;
    background: #df1f28;
    text-transform: uppercase;
    box-shadow: none;
}

.auth-form > span {
    justify-self: center;
    color: #667085;
}

.auth-form .button {
    min-height: 52px;
    border-color: #df1f28;
    border-radius: 5px;
    color: #df1f28;
    text-transform: uppercase;
    box-shadow: none;
}

.auth-form .muted {
    margin: 0;
    text-align: center;
}

@media (max-width: 900px) {
    .auth-card {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .auth-welcome {
        padding-right: 0;
        padding-bottom: 1.5rem;
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }
}

.admin-login-body {
    min-height: 100vh;
    margin: 0;
    background: #f7f8fa;
    color: #111827;
}

.admin-login-screen {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(430px, 1.03fr) minmax(480px, .97fr);
}

.admin-login-visual {
    position: relative;
    display: grid;
    align-content: space-between;
    gap: clamp(1.6rem, 4vh, 3rem);
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 4.4rem);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .52)),
        url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1400&q=86") center/cover;
}

.admin-login-visual::after {
    content: "";
    position: absolute;
    inset: auto -10% -25% -10%;
    height: 44%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .92), transparent);
    pointer-events: none;
}

.admin-login-brand,
.admin-login-copy,
.admin-login-benefits,
.admin-login-copyline {
    position: relative;
    z-index: 1;
}

.admin-login-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-login-brand img {
    width: 102px;
    height: 102px;
    object-fit: contain;
}

.admin-login-brand span {
    display: grid;
    line-height: 1;
}

.admin-login-brand strong {
    font-size: clamp(3rem, 6vw, 5.6rem);
    letter-spacing: 0;
}

.admin-login-brand em {
    color: #df1f28;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.admin-login-brand small {
    margin-top: .3rem;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-login-copy {
    margin-top: clamp(.5rem, 5vh, 3rem);
}

.admin-login-copy h1 {
    margin: 0;
    font-size: clamp(2.3rem, 4vw, 3.45rem);
    line-height: 1.15;
}

.admin-login-copy h1 span {
    display: block;
    color: #df1f28;
}

.admin-login-copy h1::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 1.3rem;
    background: #df1f28;
}

.admin-login-copy p {
    max-width: 470px;
    margin: 1.75rem 0 0;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.65;
}

.admin-login-benefits {
    width: min(100%, 720px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: auto;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(15, 15, 15, .72);
    backdrop-filter: blur(10px);
}

.admin-login-benefits span {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    column-gap: .95rem;
    min-height: 64px;
    padding: .2rem .9rem;
    border-right: 1px solid rgba(255, 255, 255, .16);
    position: relative;
}

.admin-login-benefits span:last-child {
    border-right: 0;
}

.admin-login-benefits span::before {
    content: "";
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #df1f28;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 8px rgba(223, 31, 40, .08);
}

.admin-login-benefits .benefit-secure::before {
    content: "\2713";
}

.admin-login-benefits .benefit-analytics::before {
    content: "\2197";
}

.admin-login-benefits .benefit-management::before {
    content: "\2699";
}

.admin-login-benefits strong,
.admin-login-benefits em {
    color: #fff;
    font-size: 1.06rem;
    font-style: normal;
    font-weight: 800;
}

.admin-login-benefits strong {
    align-self: end;
}

.admin-login-benefits em {
    align-self: start;
}

.admin-login-copyline {
    margin: 2rem 0 0;
    color: #fff;
    font-weight: 700;
}

.admin-login-form-wrap {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 4rem);
    background:
        radial-gradient(circle at 90% 10%, rgba(0, 0, 0, .06) 0 1px, transparent 2px) 0 0 / 18px 18px,
        linear-gradient(135deg, #ffffff, #f6f7f9);
}

.admin-login-card {
    width: min(100%, 560px);
    display: grid;
    gap: 1.15rem;
    padding: clamp(1.6rem, 3.4vw, 3.25rem);
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .13);
}

.admin-lock {
    justify-self: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(223, 31, 40, .18);
    background:
        radial-gradient(circle at center, transparent 0 31%, #df1f28 32% 37%, transparent 38%),
        rgba(223, 31, 40, .04);
}

.admin-login-card h2 {
    margin: 0;
    text-align: center;
    color: #111827;
    font-size: clamp(2rem, 3vw, 2.75rem);
}

.admin-login-card h2 span {
    color: #c9151d;
}

.admin-login-card h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: .9rem auto 0;
    background: #df1f28;
}

.admin-login-card label {
    display: grid;
    gap: .55rem;
    color: #111827;
    font-weight: 800;
}

.admin-login-card label a {
    justify-self: end;
    margin-top: -1.85rem;
    color: #df1f28;
    font-size: .9rem;
}

.admin-login-card input {
    min-height: 54px;
    border: 1px solid #d7dce3;
    border-radius: 5px;
    background: #fff;
    padding: 0 1rem;
    font-size: 1rem;
}

.admin-login-card .check {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-weight: 700;
}

.admin-login-card .check input {
    width: 18px;
    min-height: 18px;
}

.admin-login-card button,
.admin-back-home {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-login-card button {
    border: 0;
    background: #df1f28;
    color: #fff;
}

.admin-login-card button span {
    font-size: 1.7rem;
    line-height: 1;
}

.admin-login-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
    color: #667085;
}

.admin-login-divider::before,
.admin-login-divider::after {
    content: "";
    height: 1px;
    background: #d9dce2;
}

.admin-back-home {
    color: #df1f28;
    border: 1px solid #df1f28;
}

.admin-login-error,
.admin-login-status {
    margin: 0;
    padding: .85rem 1rem;
    border-radius: 5px;
    font-weight: 800;
}

.admin-login-error {
    color: #b42318;
    background: #fff0f0;
    border: 1px solid #fecdd3;
}

.admin-login-status {
    color: #166534;
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
}

@media (max-width: 980px) {
    .admin-login-screen {
        grid-template-columns: 1fr;
    }

    .admin-login-visual {
        min-height: 520px;
        align-content: start;
    }
}

@media (max-width: 620px) {
    .admin-login-brand img {
        width: 74px;
        height: 74px;
    }

    .admin-login-benefits {
        grid-template-columns: 1fr;
    }

    .admin-login-benefits span {
        grid-template-columns: 54px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .admin-login-benefits span:last-child {
        border-bottom: 0;
    }
}

.customer-portal {
    background: #fff;
    padding: 1rem 7vw 3.5rem;
}

.account-breadcrumb {
    max-width: 1500px;
    margin: 0 auto 1rem;
    color: #98a2b3;
    font-size: .9rem;
}

.account-breadcrumb span {
    color: var(--mna-red);
    margin: 0 .55rem;
}

.account-shell {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 1.6rem;
    align-items: start;
}

.account-sidebar {
    position: sticky;
    top: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}

.account-sidebar a,
.account-sidebar button {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 1.15rem;
    color: #111827;
    background: transparent;
    border: 0;
    border-left: 4px solid transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: .9rem;
    text-align: left;
    cursor: pointer;
}

.account-sidebar a.active,
.account-sidebar a:hover,
.account-sidebar button:hover {
    color: var(--mna-red);
    background: #f7f7f8;
    border-left-color: var(--mna-red);
}

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

.account-title {
    margin-bottom: 1rem;
}

.account-title h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.account-title p {
    margin: .2rem 0 0;
    color: #667085;
}

.account-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.account-metrics a {
    min-height: 112px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas: "icon label" "icon value" "icon action";
    align-content: center;
    gap: .15rem .85rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .07);
}

.account-metrics a::before {
    content: "";
    grid-area: icon;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(229, 9, 20, .16), rgba(229, 9, 20, .05));
    border: 1px solid rgba(229, 9, 20, .16);
}

.account-metrics span {
    grid-area: label;
    color: #475467;
    font-size: .86rem;
    font-weight: 700;
}

.account-metrics strong {
    grid-area: value;
    color: #111827;
    font-size: 1.65rem;
}

.account-metrics em {
    grid-area: action;
    color: var(--mna-red);
    font-style: normal;
    font-size: .84rem;
    font-weight: 800;
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr) minmax(280px, .72fr);
    gap: 1rem;
    align-items: start;
}

.account-single {
    display: grid;
    gap: 1rem;
}

.account-panel {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .07);
    padding: 1rem;
}

.orders-panel {
    grid-column: 1 / span 2;
}

.track-mini {
    grid-row: span 2;
}

.account-panel h2 {
    margin: 0 0 .85rem;
    font-size: 1.15rem;
}

.account-panel h3 {
    margin: 1rem 0 .7rem;
    font-size: .98rem;
}

.account-table {
    overflow-x: auto;
}

.account-table > div {
    min-width: 760px;
    display: grid;
    grid-template-columns: 1.35fr .9fr .9fr .8fr .9fr .9fr;
    align-items: center;
    gap: .7rem;
    padding: .75rem .85rem;
    border-bottom: 1px solid #eef0f3;
    font-size: .88rem;
}

.account-table > div:first-child {
    background: #f6f7f9;
    color: #111827;
    font-size: .8rem;
}

.account-table a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 .7rem;
    color: #111827;
    border: 1px solid #111827;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 800;
}

.order-review-list {
    display: grid;
    gap: .9rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #eef0f3;
}

.order-review-list h3 {
    margin: 0;
    color: #111827;
    font-size: 1rem;
}

.order-review-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.order-review-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    border: 1px solid #eef0f3;
    border-radius: 7px;
    background: #f8fafc;
}

.order-review-card > div {
    display: grid;
    gap: .35rem;
}

.order-review-card strong {
    color: #111827;
}

.order-review-card span,
.order-review-card small {
    color: #667085;
    font-size: .86rem;
    line-height: 1.5;
}

.submitted-review {
    display: grid;
    gap: .35rem;
    margin-top: .35rem;
    padding: .85rem;
    border-radius: 7px;
    background: #fff5f5;
    border: 1px solid #f8d0d3;
}

.submitted-review em {
    width: fit-content;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #df1f28;
    color: #ffffff;
    font-size: .76rem;
    font-style: normal;
    font-weight: 900;
}

.submitted-review b {
    color: #111827;
}

.submitted-review p {
    margin: 0;
    color: #475467;
    line-height: 1.65;
}

.status-pill {
    width: fit-content;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #edf2f7;
    color: #475467;
    font-weight: 800;
    font-size: .74rem;
}

.status-pill.delivered,
.status-pill.completed {
    background: #dcfce7;
    color: #15803d;
}

.status-pill.processing,
.status-pill.pending {
    background: #fff3cd;
    color: #b45309;
}

.status-pill.cancelled {
    background: #ffe4e6;
    color: #be123c;
}

.status-pill.shipped {
    background: #dbeafe;
    color: #1d4ed8;
}

.orders-panel .button {
    width: min(260px, 100%);
    margin: 1rem auto 0;
}

.track-mini label {
    display: grid;
    gap: .35rem;
    color: #344054;
    font-weight: 800;
    font-size: .84rem;
}

.track-mini input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    padding: 0 .85rem;
}

.track-mini button {
    width: 100%;
    min-height: 44px;
    margin-top: .7rem;
    border: 0;
    border-radius: 4px;
    background: var(--mna-red);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.mini-steps {
    display: grid;
    gap: .25rem;
}

.mini-steps span {
    position: relative;
    display: grid;
    gap: .08rem;
    padding: .2rem 0 .55rem 1.55rem;
    color: #667085;
}

.mini-steps span::before {
    content: "";
    position: absolute;
    left: 0;
    top: .36rem;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #c9ced6;
    background: #fff;
}

.mini-steps span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1.15rem;
    width: 1px;
    height: calc(100% - .55rem);
    background: #d9dee7;
}

.mini-steps span:last-child::after {
    display: none;
}

.mini-steps span.done::before {
    background: #16a34a;
    border-color: #16a34a;
}

.mini-steps span.done::after {
    background: #16a34a;
}

.mini-steps strong {
    color: #111827;
    font-size: .9rem;
}

.mini-steps em {
    font-style: normal;
    font-size: .78rem;
}

.profile-card {
    display: grid;
    gap: 1rem;
    background: #ffffff;
    text-align: left;
}

.profile-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(229, 9, 20, .16), rgba(229, 9, 20, .05));
    border: 1px solid rgba(229, 9, 20, .14);
}

.profile-card span {
    color: #475467;
}

.profile-edit-card {
    border-color: #eef0f3;
    background: #ffffff;
}

.profile-edit-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef0f3;
}

.profile-edit-head h2 {
    margin: 0 0 .35rem;
}

.profile-edit-head div:last-child {
    display: grid;
    gap: .25rem;
}

.profile-photo-preview {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    flex: 0 0 104px;
    overflow: hidden;
    border: 2px solid #f1d7d9;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff5f5, #ffffff);
    color: #df1f28;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 0 18px 35px rgba(223, 31, 40, .12);
}

.profile-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-edit-form {
    display: grid;
    gap: .9rem;
}

.profile-edit-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-size: .9rem;
    font-weight: 900;
}

.profile-edit-form small {
    color: #667085;
    font-weight: 700;
}

.profile-edit-form input {
    border-color: #e3e6eb;
    border-radius: 7px;
    background: #ffffff;
}

.profile-edit-form input[type="file"] {
    padding: .7rem;
    border-style: dashed;
    background: #fffafa;
}

.profile-edit-form input:focus {
    outline: 0;
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.profile-edit-form input:disabled {
    color: #667085;
    background: #f8fafc;
}

.profile-edit-form button {
    width: fit-content;
    min-width: 180px;
    min-height: 46px;
    border-radius: 7px;
    background: #df1f28;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(223, 31, 40, .18);
}

.profile-edit-form button:hover {
    background: #b9161d;
}

.profile-info-card {
    background: #ffffff;
}

.activity-panel p {
    margin: 0;
    padding: .45rem 0 .45rem 1rem;
    border-left: 2px solid #eef0f3;
    color: #475467;
    font-size: .88rem;
}

.activity-panel p + p {
    margin-top: .35rem;
}

.activity-panel span {
    display: block;
    margin-top: .12rem;
    color: #98a2b3;
    font-size: .76rem;
}

.support-center {
    display: grid;
    gap: .65rem;
}

.support-center a {
    display: grid;
    gap: .15rem;
    padding: .25rem 0 .65rem;
    border-bottom: 1px solid #eef0f3;
}

.support-center a:last-child {
    border-bottom: 0;
}

.support-center span {
    color: #667085;
    font-size: .84rem;
}

.ticket-center {
    gap: 1rem;
}

.ticket-open-form,
.ticket-thread,
.ticket-reply-form {
    display: grid;
    gap: .8rem;
}

.ticket-open-form {
    padding: 1rem;
    border: 1px solid #f1d7d9;
    border-radius: 8px;
    background: #fffafa;
}

.ticket-open-form h3,
.ticket-thread-list h3 {
    margin: 0;
    color: #111827;
}

.ticket-open-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-weight: 900;
}

.ticket-open-form textarea {
    min-height: 100px;
}

.ticket-open-form input,
.ticket-open-form select,
.ticket-open-form textarea,
.ticket-reply-form input,
.ticket-reply-form textarea {
    border-color: #e3e6eb;
    border-radius: 7px;
    background: #ffffff;
}

.ticket-open-form input:focus,
.ticket-open-form select:focus,
.ticket-open-form textarea:focus,
.ticket-reply-form input:focus,
.ticket-reply-form textarea:focus {
    outline: 0;
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.ticket-open-form button,
.ticket-reply-form button {
    min-height: 44px;
    border-radius: 7px;
    background: #df1f28;
    color: #ffffff;
    font-weight: 900;
}

.ticket-links {
    display: flex;
    gap: .6rem;
}

.ticket-links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 .85rem;
    border: 1px solid #df1f28;
    border-radius: 7px;
    color: #df1f28;
    font-weight: 900;
}

.ticket-thread-list {
    display: grid;
    gap: .85rem;
}

.ticket-thread {
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.ticket-thread header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.ticket-thread header div {
    display: grid;
    gap: .25rem;
}

.ticket-thread header strong {
    color: #111827;
}

.ticket-status {
    width: fit-content;
    padding: .25rem .6rem;
    border-radius: 999px;
    background: #fff5f5;
    color: #df1f28;
    font-size: .76rem;
    font-style: normal;
    font-weight: 900;
}

.ticket-status.closed {
    background: #f2f4f7;
    color: #667085;
}

.ticket-messages {
    max-height: 320px;
    display: grid;
    gap: .65rem;
    overflow-y: auto;
    padding: .85rem;
    border-radius: 8px;
    background: #f8fafc;
}

.ticket-message {
    width: min(86%, 620px);
    display: grid;
    gap: .25rem;
    padding: .75rem .85rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eef0f3;
}

.ticket-message.admin {
    justify-self: start;
    border-color: #f1d7d9;
    background: #fff5f5;
}

.ticket-message.customer {
    justify-self: end;
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

.ticket-message small {
    color: inherit;
    opacity: .72;
    font-weight: 800;
}

.ticket-message p {
    margin: 0;
    color: inherit;
    line-height: 1.55;
}

.ticket-reply-form {
    grid-template-columns: minmax(0, 1fr) 120px;
    align-items: stretch;
}

.ticket-reply-form textarea {
    min-height: 48px;
    max-height: 140px;
    resize: vertical;
}

.ticket-closed-note {
    margin: 0;
    color: #667085;
}

.bulk-enquiry-panel {
    background: #ffffff;
}

.bulk-enquiry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr);
    gap: 1rem;
    align-items: start;
}

.bulk-enquiry-form,
.bulk-request-card {
    display: grid;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid #f1d7d9;
    border-radius: 8px;
    background: #fffafa;
}

.bulk-enquiry-form h3,
.bulk-request-list h3 {
    margin: 0;
    color: #111827;
}

.bulk-enquiry-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-size: .9rem;
    font-weight: 900;
}

.bulk-enquiry-form input,
.bulk-enquiry-form textarea {
    border-color: #e3e6eb;
    border-radius: 7px;
    background: #ffffff;
}

.bulk-enquiry-form textarea {
    min-height: 115px;
}

.bulk-enquiry-form input:focus,
.bulk-enquiry-form textarea:focus {
    outline: 0;
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.bulk-enquiry-form button {
    min-height: 48px;
    border-radius: 7px;
    background: #df1f28;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 26px rgba(223, 31, 40, .18);
}

.bulk-request-list {
    display: grid;
    gap: .85rem;
}

.bulk-request-card {
    background: #ffffff;
    border-color: #eef0f3;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.bulk-request-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.bulk-request-card strong {
    color: #111827;
}

.bulk-request-card em {
    padding: .25rem .6rem;
    border-radius: 999px;
    background: #fff5f5;
    color: #df1f28;
    font-size: .76rem;
    font-style: normal;
    font-weight: 900;
}

.bulk-request-card p,
.bulk-request-card span,
.bulk-request-card small {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.side-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.side-title a {
    color: var(--mna-red);
    font-size: .82rem;
    font-weight: 800;
}

.saved-addresses {
    display: grid;
    gap: .8rem;
}

.address-manager-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 0;
    border: 0;
}

.address-list {
    display: grid;
    gap: .85rem;
}

.address-card {
    display: grid;
    gap: .7rem;
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .04);
}

.address-card > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
}

.address-card span {
    color: #667085;
    font-size: .84rem;
    font-weight: 800;
}

.address-card em {
    display: inline-flex;
    margin-left: .45rem;
    padding: .18rem .45rem;
    border-radius: 999px;
    background: #df1f28;
    color: #ffffff;
    font-style: normal;
    font-size: .72rem;
    font-weight: 900;
}

.address-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.address-actions form {
    margin: 0;
}

.address-actions button,
.address-form button {
    min-height: 38px;
    border-radius: 6px;
    background: #df1f28;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(223, 31, 40, .16);
}

.address-actions form:last-child button {
    border: 1px solid #df1f28;
    background: #ffffff;
    color: #df1f28;
    box-shadow: none;
}

.address-form {
    display: grid;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid #f1d7d9;
    border-radius: 8px;
    background: #fffafa;
}

.address-form h3 {
    margin: 0;
    color: #111827;
}

.address-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-size: .88rem;
    font-weight: 900;
}

.address-form input,
.address-form select,
.address-form textarea {
    border-color: #e3e6eb;
    border-radius: 7px;
    background: #ffffff;
}

.address-form input:focus,
.address-form select:focus,
.address-form textarea:focus {
    outline: 0;
    border-color: #df1f28;
    box-shadow: 0 0 0 4px rgba(223, 31, 40, .12);
}

.address-form .check-row {
    display: flex;
    align-items: center;
}

.address-form .check-row input {
    width: auto;
}

.account-empty-state.compact {
    min-height: 180px;
}

.saved-addresses > div:not(.side-title) {
    padding: .85rem;
    border: 1px solid #eef0f3;
    border-radius: 6px;
}

.saved-addresses strong {
    color: var(--mna-red);
    font-size: .82rem;
}

.saved-addresses p {
    margin: .5rem 0 0;
    color: #344054;
    line-height: 1.6;
    font-size: .88rem;
}

.account-list-row,
.profile-detail-grid span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid #eef0f3;
}

.account-list-row span,
.profile-detail-grid span {
    color: #111827;
    font-weight: 800;
}

.account-list-row small,
.profile-detail-grid strong {
    display: block;
    margin-top: .2rem;
    color: #667085;
    font-weight: 700;
}

.account-list-row a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .75rem;
    border: 1px solid #df1f28;
    border-radius: 4px;
    color: #df1f28;
    font-weight: 900;
}

.account-empty-state {
    min-height: 320px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    text-align: center;
}

.account-empty-state p {
    max-width: 560px;
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

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

.wishlist-card {
    display: grid;
    gap: .65rem;
}

.wishlist-card .product-card {
    height: 100%;
}

.wishlist-card form {
    margin: 0;
}

.wishlist-card > form button {
    width: 100%;
    min-height: 40px;
    border: 1px solid #df1f28;
    border-radius: 6px;
    background: #ffffff;
    color: #df1f28;
    font-weight: 900;
    box-shadow: none;
}

.wishlist-card > form button:hover {
    background: #df1f28;
    color: #ffffff;
}

.profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
}

@media (max-width: 1180px) {
    .account-shell,
    .account-grid,
    .wishlist-grid {
        grid-template-columns: 1fr;
    }

    .account-sidebar {
        position: relative;
        top: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orders-panel,
    .track-mini {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 860px) {
    .cart-item-card {
        grid-template-columns: 74px minmax(0, 1fr);
        align-items: start;
    }

    .cart-item-image {
        width: 74px;
    }

    .cart-quantity-form,
    .cart-item-total {
        grid-column: 1 / -1;
    }

    .cart-item-total {
        justify-items: stretch;
    }

    .invoice-address-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .customer-portal {
        padding: .85rem 1rem 2.5rem;
    }

    .account-metrics,
    .account-sidebar,
    .profile-detail-grid,
    .wishlist-grid,
    .review-form.compact,
    .address-manager-grid,
    .address-form .form-grid,
    .bulk-enquiry-grid,
    .bulk-enquiry-form .form-grid {
        grid-template-columns: 1fr;
    }

    .order-review-card {
        grid-template-columns: 1fr;
    }

    .profile-edit-head {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .profile-edit-form button {
        width: 100%;
    }

    .order-review-card img {
        width: 100%;
        height: 150px;
    }

    .account-panel {
        padding: .85rem;
    }
}

@media (max-width: 680px) {
    .showcase-head {
        align-items: flex-start;
        gap: 1.2rem;
    }

    .section-title-with-icon {
        align-items: flex-start;
    }

    .home-featured .product-grid,
    .home-featured .bulb-slider {
        grid-template-columns: 1fr;
    }

    .home-featured .product-card {
        grid-template-columns: 128px minmax(0, 1fr);
        min-height: 176px;
        padding: .9rem;
    }

    .home-featured .product-card img {
        min-height: 136px;
    }

    .home-featured .product-body {
        padding-left: .85rem;
    }

    .home-featured .price-row strong {
        font-size: 1.35rem;
    }

    .home-featured .product-card button {
        min-width: 120px;
    }
}

.portal-body {
    min-height: 100vh;
    background: #eef4f8;
    color: #101828;
}

.portal-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem clamp(1rem, 3vw, 2rem);
    background: #061f33;
    color: #ffffff;
    box-shadow: 0 12px 32px rgba(6, 31, 51, .18);
}

.portal-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
}

.portal-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
    padding: .2rem;
}

.portal-brand span {
    display: grid;
    gap: .1rem;
}

.portal-brand strong {
    font-size: 1.08rem;
}

.portal-brand small {
    color: #bdefff;
    font-weight: 700;
}

.portal-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
}

.portal-actions a,
.portal-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    padding: .52rem .78rem;
    font-weight: 800;
    box-shadow: none;
}

.portal-actions a:hover,
.portal-actions button:hover {
    background: #13aff0;
}

.portal-main {
    padding: 1.25rem;
}

.portal-flash {
    max-width: 1240px;
    margin: 1rem auto 0;
    padding: .95rem 1rem;
    border-radius: 8px;
    background: #e8f8fd;
    border: 1px solid #a8e7fb;
    color: #075d7f;
    font-weight: 800;
}

.portal-flash.error {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #b42318;
}

.portal-body .admin-shell {
    max-width: 1440px;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.2rem;
    padding: 0;
}

.portal-body .admin-nav {
    top: 86px;
    min-height: calc(100vh - 112px);
    border: 0;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(16, 24, 40, .08);
}

.portal-body .admin-nav strong {
    display: block;
    margin-bottom: .8rem;
    color: #061f33;
    font-size: .92rem;
    text-transform: uppercase;
}

.portal-body .admin-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: .2rem;
    padding: .72rem .82rem;
    color: #475467;
}

.portal-body .admin-nav a.active,
.portal-body .admin-nav a:hover {
    background: #e8f8fd;
    color: #087fa8;
}

.portal-body .admin-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.portal-body .page-head.compact {
    max-width: none;
    margin: 0;
    padding: 1.45rem;
    border-radius: 8px;
    background: linear-gradient(110deg, #062b3f, #13aff0);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(6, 43, 63, .12);
}

.portal-body .page-head.compact p {
    color: #dcf8ff;
}

.portal-body .panel,
.portal-body .metric {
    border: 0;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}

.portal-body .metric {
    border-top: 4px solid #13aff0;
}

.portal-body .metric strong,
.portal-body .price-row strong {
    color: #087fa8;
}

.portal-body .line-item {
    gap: .75rem;
}

.portal-body input,
.portal-body select,
.portal-body textarea {
    border-color: #d0d5dd;
}

.portal-body button,
.portal-body .button {
    background: #13aff0;
}

.portal-body .status-form {
    grid-template-columns: minmax(180px, 1.2fr) 150px minmax(160px, 1fr) auto auto;
}

@media (max-width: 1080px) {
    .portal-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .portal-actions {
        justify-content: flex-start;
    }

    .portal-body .admin-shell {
        grid-template-columns: 1fr;
    }

    .portal-body .admin-nav {
        position: relative;
        top: auto;
        min-height: 0;
    }

    .portal-body .status-form {
        grid-template-columns: 1fr;
    }
}

.admin-console {
    --portal-red: #d71920;
    --portal-dark: #0b1115;
    --portal-muted: #667085;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background: #f6f7f9;
}

.admin-console .portal-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.25rem;
    overflow-y: auto;
    background: radial-gradient(circle at 20% 0, rgba(215, 25, 32, .18), transparent 28%), linear-gradient(180deg, #11191f, #071015);
    color: #fff;
}

.portal-logo {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.portal-logo img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.portal-logo span {
    display: grid;
    line-height: 1;
}

.portal-logo strong {
    color: #fff;
    font-size: 2.25rem;
}

.portal-logo em {
    color: var(--portal-red);
    font-style: normal;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.portal-logo small {
    margin-top: .2rem;
    color: #fff;
    font-size: .63rem;
    font-weight: 900;
    text-transform: uppercase;
}

.portal-menu {
    display: grid;
    gap: .28rem;
}

.portal-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 0 1rem;
    color: #eef2f6;
    border-radius: 6px;
    font-weight: 800;
}

.portal-menu a.active,
.portal-menu a:hover {
    background: linear-gradient(135deg, #c9151d, #a40f15);
    color: #fff;
}

.portal-menu b,
.portal-bell {
    min-width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    padding: 0 .35rem;
    border-radius: 999px;
    background: var(--portal-red);
    color: #fff;
    font-size: .75rem;
}

.portal-help {
    margin-top: auto;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.portal-help strong {
    color: #fff;
    font-size: 1rem;
}

.portal-help p,
.portal-copy {
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
}

.portal-help a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: .65rem;
    padding: 0 1rem;
    border-radius: 5px;
    background: var(--portal-red);
    color: #fff;
    font-weight: 900;
}

.portal-workspace {
    min-width: 0;
}

.admin-console .portal-header {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(260px, 460px) 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0 2rem;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid #e8ebf0;
    backdrop-filter: blur(12px);
}

.admin-console .portal-header > button,
.portal-user button,
.portal-user a {
    min-height: 38px;
    border: 1px solid #e1e5eb;
    border-radius: 5px;
    background: #fff;
    color: #111827;
    padding: 0 .85rem;
    font-weight: 800;
}

.admin-console .portal-header form:first-of-type input {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: #f3f5f8;
    padding: 0 1rem;
}

.portal-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .8rem;
}

.portal-profile-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 48px;
    border: 0 !important;
    background: transparent !important;
    color: #101828 !important;
    padding: 0 !important;
    text-decoration: none;
}

.portal-account-menu {
    position: relative;
}

.portal-account-menu summary {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 54px;
    padding: .35rem .55rem .35rem .4rem;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    list-style: none;
    color: #101828;
}

.portal-account-menu summary::-webkit-details-marker {
    display: none;
}

.portal-account-menu summary:hover,
.portal-account-menu[open] summary {
    border-color: #ffe0e3;
    background: #fff7f8;
}

.portal-account-menu summary > span:nth-child(2) {
    display: grid;
    line-height: 1.2;
}

.portal-account-menu summary > b {
    color: var(--brand-red);
    font-size: 1.1rem;
    line-height: 1;
}

.portal-account-dropdown {
    position: absolute;
    top: calc(100% + .6rem);
    right: 0;
    z-index: 30;
    width: 210px;
    padding: .55rem;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 18, 32, .16);
}

.portal-account-dropdown::before {
    content: "";
    position: absolute;
    top: -.45rem;
    right: 1.4rem;
    width: .85rem;
    height: .85rem;
    border-left: 1px solid #edf0f5;
    border-top: 1px solid #edf0f5;
    background: #fff;
    transform: rotate(45deg);
}

.portal-account-dropdown a,
.portal-account-dropdown button {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #172033 !important;
    padding: 0 .8rem !important;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
}

.portal-account-dropdown a:hover,
.portal-account-dropdown button:hover {
    background: #fff1f2 !important;
    color: var(--brand-red) !important;
}

.portal-account-dropdown form {
    margin: .25rem 0 0;
    padding-top: .25rem;
    border-top: 1px solid #edf0f5;
}

.portal-avatar {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9eef5;
    color: #111827;
    font-weight: 900;
    overflow: hidden;
    flex: 0 0 auto;
}

.portal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portal-profile-link > span:last-child {
    display: grid;
    line-height: 1.2;
}

.portal-user small {
    color: var(--portal-muted);
}

.admin-profile-card {
    max-width: 980px;
}

.admin-profile-summary {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}

.admin-profile-summary h2 {
    margin: 0 0 .3rem;
}

.profile-large {
    width: 84px;
    height: 84px;
    border: 2px solid rgba(229, 23, 34, .22);
    background: #fff;
    color: var(--brand-red);
    font-size: 2rem;
    box-shadow: 0 12px 28px rgba(229, 23, 34, .12);
}

.admin-profile-form small {
    margin-top: .35rem;
    color: var(--portal-muted);
    font-size: .82rem;
}

.admin-password-panel {
    grid-column: 1 / -1;
    padding: 1.2rem;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    background: #f8fafc;
}

.admin-password-panel h3 {
    margin: 0 0 .25rem;
}

.admin-console .portal-main {
    padding: 1.75rem 2rem 2.5rem;
    min-width: 0;
    overflow-x: hidden;
}

.admin-page {
    display: grid;
    gap: 1.25rem;
}

.admin-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-page-head h1 {
    margin: 0;
    font-size: 2rem;
}

.admin-page-head p {
    margin: .25rem 0 0;
    color: var(--portal-muted);
}

.admin-page-head p span {
    color: var(--portal-red);
    margin: 0 .4rem;
}

.admin-page-head button,
.admin-head-actions a,
.admin-head-actions button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid #e1e5eb;
    border-radius: 5px;
    background: #fff;
    color: #111827;
    font-weight: 900;
}

.admin-head-actions {
    display: flex;
    gap: .8rem;
}

.admin-head-actions a {
    background: var(--portal-red);
    color: #fff;
    border-color: var(--portal-red);
}

.admin-head-actions .light-action {
    background: #fff;
    color: #111827;
    border-color: #e1e5eb;
}

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

.admin-stats article,
.admin-card {
    background: #fff;
    min-width: 0;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(16, 24, 40, .06);
}

.admin-stats article {
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 1.25rem 1.25rem 6.25rem;
    position: relative;
    overflow: hidden;
}

.admin-stats article::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    width: 62px;
    height: 62px;
    transform: translateY(-50%);
    border-radius: 20px;
    background: rgba(215, 25, 32, .12);
}

.admin-stats span,
.admin-row small,
.mini-order small {
    color: var(--portal-muted);
}

.admin-stats strong {
    display: block;
    color: #111827;
    font-size: 1.75rem;
    line-height: 1.1;
    margin-top: .25rem;
    word-break: break-word;
}

.admin-stats em {
    color: #16a34a;
    font-style: normal;
    font-size: .85rem;
    font-weight: 800;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .9fr) 330px;
    gap: 1rem;
    align-items: start;
}

.admin-card {
    padding: 1.2rem;
}

.sales-card,
.table-card {
    grid-column: span 1;
}

.admin-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-card h2,
.admin-card-head h2 {
    margin: 0;
    color: #111827;
    font-size: 1.2rem;
}

.admin-card-head a {
    color: var(--portal-red);
    font-weight: 900;
}

.sales-chart {
    height: 260px;
    display: flex;
    align-items: end;
    gap: 1.2rem;
    padding: 1rem 0 0;
    border-top: 1px solid #edf0f4;
    background: repeating-linear-gradient(0deg, transparent 0 50px, #eef1f5 51px);
}

.sales-chart span {
    flex: 1;
    height: var(--h);
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #df1f28, rgba(223, 31, 40, .14));
}

.status-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1rem;
}

.status-card h2 {
    grid-column: 1 / -1;
}

.donut {
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at center, #fff 0 48%, transparent 49%), conic-gradient(#ff9f1c 0 22%, #3498db 22% 48%, #2fbf71 48% 78%, #8e44ec 78% 94%, #d71920 94% 100%);
}

.donut strong {
    font-size: 1.8rem;
}

.status-list {
    display: grid;
    align-content: center;
    gap: .75rem;
}

.status-list span {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
}

.status-list i {
    width: 10px;
    height: 10px;
    margin-right: .4rem;
    border-radius: 50%;
    background: #98a2b3;
}

.status-list i.pending { background: #ff9f1c; }
.status-list i.processing { background: #3498db; }
.status-list i.shipped { background: #2fbf71; }
.status-list i.delivered { background: #8e44ec; }
.status-list i.cancelled { background: #d71920; }

.recent-card,
.quick-card {
    grid-row: span 2;
}

.mini-order,
.admin-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem 0;
    border-bottom: 1px solid #eef0f3;
}

.mini-order span,
.mini-order strong,
.admin-row span {
    display: grid;
    gap: .16rem;
}

.mini-order em {
    display: block;
    margin-top: .25rem;
    color: var(--portal-red);
    font-style: normal;
    font-size: .78rem;
}

.admin-row img,
.product-cell img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 6px;
    background: #f3f5f8;
}

.initials {
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    border-radius: 50%;
    background: #e8f7ee;
    color: #15803d;
    font-weight: 900;
}

.quick-card div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem;
}

.quick-card a {
    min-height: 82px;
    display: grid;
    place-items: center;
    padding: .8rem;
    border-radius: 6px;
    background: #f7f8fa;
    color: #111827;
    text-align: center;
    font-weight: 900;
}

.admin-filters,
.admin-inline-form {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr) auto;
    gap: .85rem;
    margin-bottom: 1rem;
}

.admin-console input,
.admin-console select,
.admin-console textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d9dee7;
    border-radius: 5px;
    background: #fff;
    padding: 0 .9rem;
}

.admin-console textarea {
    min-height: 120px;
    padding: .85rem .9rem;
}

.rich-editor-source {
    display: none !important;
}

.rich-editor {
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
}

.rich-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    padding: .65rem;
    border-bottom: 1px solid #eef0f3;
    background: #fafbfc;
}

.rich-editor-toolbar button {
    min-height: 34px;
    padding: 0 .65rem;
    border: 1px solid #e4e7ec;
    border-radius: 5px;
    background: #fff;
    color: #111827;
    box-shadow: none;
    font-size: .86rem;
    font-weight: 900;
}

.rich-editor-toolbar button:hover {
    border-color: var(--portal-red);
    color: var(--portal-red);
    background: #fff5f5;
}

.rich-editor-surface {
    min-height: 190px;
    padding: 1rem;
    color: #111827;
    line-height: 1.65;
    outline: 0;
}

.rich-editor-surface:focus {
    box-shadow: inset 0 0 0 3px rgba(223, 31, 40, .14);
}

.rich-editor-surface h2,
.rich-editor-surface h3,
.rich-editor-surface p,
.rich-editor-surface ul,
.rich-editor-surface ol,
.rich-editor-surface blockquote {
    margin-top: 0;
}

.rich-editor-surface blockquote {
    margin-left: 0;
    padding-left: 1rem;
    border-left: 3px solid var(--portal-red);
    color: #475467;
}

.admin-console button {
    background: var(--portal-red);
    color: #fff;
    border: 0;
}

.admin-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.admin-table > div {
    min-width: 980px;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr .8fr .7fr .8fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: .85rem .5rem;
    border-bottom: 1px solid #eef0f3;
}

.product-admin-table > div {
    min-width: 1160px;
    grid-template-columns: 52px 1.7fr 1fr 1fr .75fr .55fr .8fr 180px;
}

.order-admin-table > div {
    min-width: 1240px;
    grid-template-columns: 48px 1.1fr 1.05fr 1.45fr 1fr .8fr .9fr .8fr 170px;
}

.customer-admin-table > div {
    min-width: 1120px;
    grid-template-columns: 48px 1.35fr 1.45fr 1fr .75fr .85fr .75fr 150px;
}

.customer-order-admin-table > div {
    min-width: 980px;
    grid-template-columns: 48px 1.45fr .9fr .8fr .8fr .8fr 110px;
}

.support-admin-table > div {
    min-width: 1080px;
    grid-template-columns: 48px 1.25fr 1fr 1.5fr 1.05fr .8fr 100px;
}

.rfq-admin-table > div {
    min-width: 1080px;
    grid-template-columns: 48px 1.2fr 1.2fr 1.7fr 1.25fr .55fr .8fr;
}

.coupon-admin-table > div {
    min-width: 1240px;
    grid-template-columns: 48px 1fr .85fr .9fr .7fr .8fr 1.15fr 1.15fr 1fr;
}

.report-admin-table > div {
    min-width: 1280px;
    grid-template-columns: 48px 1.2fr 1fr 1.45fr 1fr .85fr .75fr .85fr 1.1fr;
}

.coupon-create-form {
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
}

.coupon-create-form label,
.report-filter-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-weight: 900;
}

.report-filter-form {
    grid-template-columns: minmax(170px, 1fr) minmax(150px, .8fr) minmax(150px, .8fr) auto auto;
    align-items: end;
}

.report-count-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.report-count-grid span {
    display: grid;
    gap: .15rem;
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
    color: var(--portal-muted);
    font-weight: 800;
}

.report-count-grid b {
    color: #111827;
    font-size: 1.4rem;
}

.admin-datatable-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 .7rem;
    color: var(--portal-muted);
    font-weight: 700;
}

.admin-datatable-tools label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #1d2939;
}

.admin-datatable-tools select {
    width: auto;
    min-width: 82px;
    padding: .55rem .75rem;
}

.admin-table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1rem;
}

.admin-table-pagination button,
.admin-table-pagination span {
    min-width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-weight: 800;
}

.admin-table-pagination button {
    cursor: pointer;
}

.admin-table-pagination button.active,
.admin-table-pagination button:hover:not(:disabled) {
    border-color: var(--portal-red);
    background: var(--portal-red);
    color: #fff;
}

.admin-table-pagination button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.cms-admin-table > div {
    min-width: 980px;
    grid-template-columns: 52px 1.8fr 1fr .7fr .8fr 180px;
}

.shipping-admin-table > div {
    min-width: 1040px;
    grid-template-columns: 44px minmax(90px, .85fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(86px, .7fr) minmax(130px, 1fr) 58px 90px 86px;
}

.review-admin-table > div,
.review-admin-table > form {
    min-width: 1180px;
    display: grid;
    grid-template-columns: 52px 1.6fr 1.35fr 1.1fr .75fr .95fr 90px;
    align-items: center;
    gap: 1rem;
    padding: .85rem .5rem;
    border-bottom: 1px solid #eef0f3;
}

.review-admin-table > form {
    margin: 0;
}

.review-admin-table b,
.review-admin-table small {
    display: block;
}

.review-admin-table small {
    margin-top: .25rem;
    color: var(--portal-muted);
    line-height: 1.45;
}

.review-admin-table select {
    min-height: 38px;
    padding: .45rem .7rem;
}

.admin-empty-row {
    min-width: 100% !important;
    grid-template-columns: 1fr !important;
    padding: 1.4rem !important;
    color: var(--portal-muted);
    background: #fafbfc;
    text-align: center;
    font-weight: 800;
}

.shipping-admin-table span {
    min-width: 0;
}

.shipping-admin-table .admin-actions {
    justify-content: flex-end;
}

.cms-admin-table span {
    min-width: 0;
}

.cms-admin-table b,
.cms-admin-table small {
    display: block;
}

.cms-admin-table small {
    margin-top: .2rem;
    color: var(--portal-muted);
    line-height: 1.4;
}

.admin-table > div:first-child {
    color: #667085;
    background: #fafbfc;
}

.product-cell {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.product-cell b {
    display: grid;
    gap: .15rem;
}

.product-cell small {
    color: var(--portal-muted);
    font-weight: 600;
}

.admin-pill {
    width: fit-content;
    padding: .35rem .7rem;
    border-radius: 999px;
    font-weight: 900;
    font-size: .82rem;
}

.admin-pill.published {
    background: #dcfce7;
    color: #15803d;
}

.admin-pill.draft {
    background: #fff3cd;
    color: #b45309;
}

.admin-pill.danger {
    background: #fee2e2;
    color: #b91c1c;
}

.success-text { color: #16a34a; font-weight: 900; }
.danger-text { color: var(--portal-red); font-weight: 900; }

.admin-actions {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.admin-actions a,
.admin-actions button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border-radius: 5px;
    background: #f5f6f8;
    color: #475467;
    border: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 800;
}

.admin-actions a:hover,
.admin-actions button:hover {
    background: #fff5f5;
    color: var(--portal-red);
}

.admin-actions svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.admin-actions .danger-action {
    background: #fff1f2;
    color: var(--portal-red);
}

.admin-actions.wide-actions {
    gap: .5rem;
}

.admin-actions .text-action {
    width: auto;
    min-width: 74px;
    padding: 0 .8rem;
    color: #fff;
    background: var(--portal-red);
}

.admin-actions .text-action.light {
    color: #111827;
    background: #f5f6f8;
}

.admin-order-detail {
    display: grid;
    gap: 1rem;
}

.order-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
}

.order-detail-hero h2 {
    margin: .2rem 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
}

.order-detail-hero p,
.order-total-box span,
.order-total-box em {
    margin: 0;
    color: var(--portal-muted);
    font-weight: 700;
}

.eyebrow {
    color: var(--portal-red);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.order-total-box {
    min-width: 210px;
    display: grid;
    gap: .15rem;
    padding: .9rem 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
}

.order-total-box strong {
    font-size: 1.45rem;
    color: #111827;
}

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

.order-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.order-info-list span,
.order-address-box {
    display: grid;
    gap: .25rem;
    padding: .85rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    overflow-wrap: anywhere;
}

.order-info-list b,
.order-address-box b {
    color: #111827;
}

.order-address-box p {
    margin: 0;
    color: #111827;
    line-height: 1.55;
}

.order-address-box span {
    color: var(--portal-muted);
    font-weight: 700;
}

.order-items-admin-table > div {
    min-width: 920px;
    grid-template-columns: 48px 1.8fr 1fr .75fr .9fr .9fr;
}

.order-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.order-summary-grid span {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
    color: var(--portal-muted);
    font-weight: 800;
}

.order-summary-grid b {
    color: #111827;
    font-size: 1.05rem;
}

.order-status-list {
    display: grid;
    gap: .75rem;
}

.order-status-list article {
    display: grid;
    gap: .25rem;
    padding: .85rem 1rem;
    border-left: 4px solid var(--portal-red);
    border-radius: 8px;
    background: #fffafa;
}

.order-status-list p {
    margin: 0;
    color: #344054;
}

.order-status-list small {
    color: var(--portal-muted);
    font-weight: 700;
}

.admin-table-note {
    margin: 1rem 0 0;
    color: var(--portal-muted);
}

.admin-form-card {
    padding: 0;
    overflow: hidden;
}

.admin-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #eef0f3;
}

.admin-tabs button {
    min-height: 58px;
    padding: 1rem 1.25rem;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #475467;
    font-weight: 900;
    border-bottom: 3px solid transparent;
    box-shadow: none;
    text-align: left;
}

.admin-tabs button.active {
    color: var(--portal-red);
    border-bottom-color: var(--portal-red);
    background: linear-gradient(180deg, #fff, #fff8f8);
}

.admin-product-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.4rem;
}

.admin-product-panel,
.admin-form-grid {
    display: grid;
    gap: 1rem;
}

.admin-product-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-product-panel:not(.active) {
    display: none;
}

.admin-product-panel > label {
    display: grid;
    gap: .45rem;
    font-weight: 900;
}

.admin-product-panel > label:nth-child(n+5),
.admin-product-panel .quick-info,
.admin-image-panel .upload-box {
    grid-column: 1 / -1;
}

.admin-image-panel {
    grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
    align-items: start;
}

.upload-label {
    display: grid;
    gap: .55rem;
    color: #111827;
    font-weight: 900;
}

.upload-label input[type="file"] {
    min-height: auto;
    padding: .8rem;
    border: 1px solid #d9dee7;
    border-radius: 6px;
    background: #fff;
    color: #475467;
    cursor: pointer;
}

.upload-label > span {
    color: var(--portal-muted);
    font-size: .88rem;
    font-weight: 650;
    line-height: 1.5;
}

.admin-current-image {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .85rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fafbfc;
}

.admin-current-image img {
    width: 96px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
    background: #fff;
}

.admin-current-image span {
    color: var(--portal-muted);
    font-weight: 800;
    line-height: 1.45;
}

.upload-box {
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .4rem;
    border: 1px dashed #c4cad4;
    border-radius: 8px;
    color: #111827;
    text-align: center;
    font-weight: 900;
}

.upload-box input[type="file"] {
    width: 100%;
    max-width: 290px;
    border-color: #fecdd3;
    background: #fff5f5;
}

.upload-box strong {
    color: var(--portal-red);
}

.upload-box span,
.quick-info p {
    color: var(--portal-muted);
    font-weight: 600;
}

.quick-info {
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
}

.admin-form-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    padding-top: 1rem;
    border-top: 1px solid #eef0f3;
}

.admin-form-actions a,
.admin-form-actions button,
.admin-inline-form button,
.admin-form-grid button,
.admin-status-row button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border-radius: 5px;
    font-weight: 900;
}

.admin-form-actions a {
    color: #111827;
    border: 1px solid #d9dee7;
}

.category-admin-table > div {
    min-width: 1080px;
    grid-template-columns: 52px 1.8fr 1.1fr .75fr .7fr 180px;
}

.admin-actions form {
    margin: 0;
}

.sweet-alert-lite {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(8, 13, 18, .46);
    backdrop-filter: blur(5px);
}

.sweet-alert-card {
    width: min(100%, 420px);
    display: grid;
    justify-items: center;
    gap: .8rem;
    padding: 2rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(8, 13, 18, .24);
    text-align: center;
}

.sweet-alert-card span {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 900;
}

.sweet-alert-card.success span {
    color: #16a34a;
    border: 3px solid #bbf7d0;
    background: #f0fdf4;
}

.sweet-alert-card.error span {
    color: var(--portal-red);
    border: 3px solid #fecdd3;
    background: #fff1f2;
}

.sweet-alert-card h2 {
    margin: 0;
    color: #111827;
    font-size: 1.55rem;
}

.sweet-alert-card p {
    margin: 0;
    color: #475467;
    line-height: 1.6;
}

.sweet-alert-lite .sweet-alert-card button {
    min-width: 130px;
    min-height: 44px;
    margin-top: .35rem;
    border: 1px solid #e51b23 !important;
    border-radius: 6px;
    background: #e51b23 !important;
    color: #fff !important;
    padding: .75rem 1.5rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(229, 27, 35, .22);
}

.sweet-alert-lite .sweet-alert-card button:hover {
    background: #b91c1c !important;
    border-color: #b91c1c !important;
    color: #fff !important;
}

.sweet-alert-lite.is-hiding {
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.admin-two {
    max-width: none;
    padding: 0;
}

.admin-form-grid label {
    display: grid;
    gap: .45rem;
    font-weight: 900;
}

.admin-page-form {
    padding: 1.4rem;
}

.admin-page-form h2,
.admin-page-form .admin-form-actions {
    grid-column: 1 / -1;
}

.admin-page-form > label {
    grid-column: 1 / -1;
}

.seo-code-group {
    grid-column: 1 / -1;
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fffafa;
}

.seo-code-group h3,
.seo-code-group p {
    margin: 0;
}

.seo-code-group label {
    display: grid;
    gap: .45rem;
    font-weight: 900;
}

.admin-status-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 180px minmax(180px, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    padding: .8rem 0;
    border-bottom: 1px solid #eef0f3;
}

.admin-status-row span {
    display: grid;
    gap: .15rem;
    font-weight: 900;
}

.admin-status-row small {
    color: var(--portal-muted);
    font-weight: 600;
}

.admin-ticket-board {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.admin-card-head.compact {
    align-items: start;
    padding: 0;
    border-bottom: 0;
}

.admin-ticket-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(16, 24, 40, .07);
}

.admin-ticket-card header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-ticket-card header span {
    display: grid;
    gap: .2rem;
    color: #111827;
    font-weight: 900;
}

.admin-ticket-card header small {
    color: var(--portal-muted);
    font-weight: 700;
}

.admin-ticket-card header b {
    padding: .25rem .6rem;
    border-radius: 999px;
    background: #fff5f5;
    color: var(--portal-red);
    font-size: .76rem;
}

.admin-ticket-chat {
    max-height: 360px;
    min-height: 160px;
    display: grid;
    gap: .75rem;
    overflow-y: auto;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border: 1px solid #eef0f3;
}

.admin-ticket-chat.detail-chat {
    max-height: 520px;
}

.admin-chat-bubble {
    width: min(88%, 620px);
    display: grid;
    gap: .25rem;
    margin: 0;
    padding: .8rem .9rem;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    line-height: 1.55;
}

.admin-chat-bubble.admin {
    justify-self: end;
    border-color: var(--portal-red);
    background: #fff5f5;
}

.admin-chat-bubble.customer {
    justify-self: start;
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.admin-chat-bubble strong,
.admin-chat-bubble small {
    color: inherit;
    opacity: .75;
}

.admin-chat-bubble p {
    margin: 0;
    color: inherit;
}

.admin-chat-reply,
.admin-ticket-status-form {
    display: grid;
    gap: .65rem;
}

.admin-chat-reply label,
.admin-ticket-status-form label {
    display: grid;
    gap: .35rem;
    color: #111827;
    font-weight: 900;
}

.admin-chat-reply textarea,
.admin-ticket-status-form select {
    width: 100%;
    border: 1px solid #e3e6eb;
    border-radius: 7px;
    background: #fff;
}

.admin-chat-reply textarea {
    min-height: 92px;
    resize: vertical;
}

.admin-chat-reply textarea:focus,
.admin-ticket-status-form select:focus {
    outline: 0;
    border-color: var(--portal-red);
    box-shadow: 0 0 0 4px rgba(225, 19, 29, .12);
}

.admin-chat-reply button,
.admin-ticket-status-form button {
    min-height: 44px;
    border-radius: 7px;
    background: var(--portal-red);
    color: #fff;
    font-weight: 900;
}

.admin-ticket-status-form {
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: end;
    padding-top: .85rem;
    border-top: 1px solid #eef0f3;
}

.support-detail-status {
    margin-top: 1rem;
}

.admin-rfq-panel {
    align-content: start;
}

@media (max-width: 1180px) {
    .admin-console {
        grid-template-columns: 1fr;
    }

    .admin-console .portal-sidebar {
        position: relative;
        height: auto;
    }

    .dashboard-grid,
    .admin-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .admin-console .portal-header,
    .admin-filters,
    .admin-inline-form,
    .admin-status-row,
    .order-detail-hero,
    .order-detail-grid,
    .order-info-list,
    .order-summary-grid,
    .admin-product-panel,
    .admin-image-panel,
    .report-filter-form,
    .report-count-grid {
        grid-template-columns: 1fr;
    }

    .admin-console .portal-main,
    .admin-console .portal-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .portal-user {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .admin-tabs,
    .quick-card div {
        grid-template-columns: 1fr;
    }

    .admin-tabs button {
        text-align: center;
    }
}

@media (max-width: 620px) {
    .portal-main {
        padding: .8rem;
    }

    .portal-actions a,
    .portal-actions button {
        width: 100%;
    }
}
