:root {
    --brand: #e73535;
    --brand-dark: #bd2028;
    --ink: #101828;
    --muted: #667085;
    --line: #e8edf5;
    --soft: #f6f9ff;
    --teal: #00a6a6;
    --yellow: #ffc247;
    --blue: #2454ff;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.top-ticker {
    background: linear-gradient(90deg, var(--ink), #18345f);
    color: #fff;
    font-size: .92rem;
    padding: .55rem 0;
}
.top-ticker i { color: var(--yellow); margin-right: .35rem; }
.navbar { min-height: 78px; }
.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 900;
    color: var(--ink);
}
.brand-mark img {
    width: clamp(150px, 18vw, 220px);
    height: auto;
    max-height: 64px;
    object-fit: contain;
}
.brand-mark span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    color: #fff;
    background: conic-gradient(from 210deg, var(--brand), var(--yellow), var(--teal), var(--blue), var(--brand));
    box-shadow: 0 12px 30px rgba(231, 53, 53, .2);
}
.brand-mark small { display: block; color: var(--teal); font-size: .78rem; letter-spacing: 0; }
.navbar-brand.brand-mark {
    padding: .15rem 0;
}
.nav-link { font-weight: 700; color: #263248; }
.nav-link:hover { color: var(--brand); }
.btn { border-radius: 999px; font-weight: 800; padding: .72rem 1.2rem; }
.btn-brand {
    background: linear-gradient(135deg, var(--brand), #ff7b54);
    border: 0;
    color: #fff;
    box-shadow: 0 12px 25px rgba(231, 53, 53, .24);
}
.btn-brand:hover { color: #fff; transform: translateY(-1px); }
.btn-whatsapp {
    background: #17b26a;
    border: 0;
    color: #fff;
}
.btn-whatsapp:hover { color: #fff; background: #0f9557; }
.hero-slider {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 166, 166, .13), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(255, 194, 71, .18), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.hero-row { min-height: 650px; padding: 4rem 0; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--brand);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
    margin-bottom: .8rem;
}
.hero-slider h1, .page-hero h1 {
    font-size: clamp(2.5rem, 6vw, 5.3rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
}
.hero-slider p, .page-hero p {
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    max-width: 680px;
    margin-bottom: 1.7rem;
}
.hero-img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(16, 24, 40, .18);
}
.hero-banner-img {
    object-fit: contain;
    background: #fff;
    padding: .75rem;
}
.carousel-control-prev, .carousel-control-next { width: 6%; }
.section { padding: 5.5rem 0; }
.soft-bg { background: var(--soft); }
.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.section-head h2, .section h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 950;
    margin: 0 0 .8rem;
}
.section-head a { color: var(--brand); font-weight: 900; }
.info-tile, .review-card, .contact-card, .offer-card, .benefit-panel, .tabs-panel, .policy-copy, .seo-copy {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
}
.info-tile { padding: 1.6rem; min-height: 140px; }
.info-tile strong { display: block; font-size: 1.35rem; }
.info-tile span { color: var(--muted); }
.category-card, .product-card, .blog-card, .gallery-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .08);
    transition: .25s ease;
}
.category-card:hover, .product-card:hover, .blog-card:hover, .gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(16, 24, 40, .13);
}
.category-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background:
        linear-gradient(145deg, rgba(255,255,255,.78), rgba(246,249,255,.92)),
        url("../images/mobile-accessories-bg.png") center/cover;
    border-radius: 14px;
    padding: 1.15rem;
    border: 1px solid #eef2f7;
}
.category-card i {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-top: -24px;
    margin-left: 14px;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    position: relative;
}
.category-card h3, .category-card h2, .product-card h3, .blog-card h2, .offer-card h2, .contact-card h2 {
    font-size: 1.18rem;
    font-weight: 900;
    margin: .9rem 0 .45rem;
}
.category-card p, .product-card p, .blog-card p, .offer-card p { color: var(--muted); margin-bottom: .8rem; }
.category-card span, .badge-soft {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: #fff1f1;
    color: var(--brand-dark);
    padding: .35rem .75rem;
    font-weight: 800;
    font-size: .82rem;
}
.product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
.product-card > a {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(248,251,255,.95)),
        radial-gradient(circle at 80% 10%, rgba(0,166,166,.14), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(231,53,53,.12), transparent 30%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}
.offer-band {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(231, 53, 53, .94), rgba(0, 166, 166, .9)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.offer-band p { color: rgba(255,255,255,.88); }
.check-list p {
    display: flex;
    gap: .7rem;
    margin: 0 0 1rem;
    color: #344054;
    font-weight: 650;
}
.check-list i { color: #17b26a; font-size: 1.35rem; }
.benefit-panel { padding: 2rem; }
.benefit-panel span {
    display: block;
    padding: 1rem;
    border-radius: 14px;
    background: #f8fbff;
    font-weight: 800;
}
.review-card { padding: 1.5rem; height: 100%; }
.stars { color: #f59e0b; letter-spacing: .12rem; margin-bottom: .75rem; }
.enquiry-section { background: linear-gradient(180deg, #fff, #f8fbff); }
.enquiry-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 28px 70px rgba(16, 24, 40, .12);
}
.form-control, .form-select {
    border-radius: 12px;
    border-color: var(--line);
    min-height: 52px;
    font-weight: 650;
}
.form-control:focus, .form-select:focus { box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .13); border-color: var(--teal); }
.site-footer {
    color: #d0d5dd;
    background: #101828;
    padding: 4.5rem 0 1.5rem;
}
.site-footer h3 { color: #fff; font-size: 1rem; font-weight: 900; }
.site-footer a { display: block; color: #d0d5dd; margin-bottom: .55rem; }
.footer-brand img {
    width: min(230px, 100%);
    max-height: none;
    padding: .45rem;
    border-radius: 14px;
    background: rgba(255,255,255,.94);
}
.footer-brand span { box-shadow: none; }
.social {
    display: grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
}
.float-btn {
    position: fixed;
    right: 18px;
    z-index: 50;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(16,24,40,.25);
}
.float-btn.whatsapp { bottom: 86px; background: #17b26a; }
.float-btn.call { bottom: 22px; background: var(--brand); }
.page-hero {
    padding: 6rem 0;
    background:
        linear-gradient(90deg, rgba(16,24,40,.9), rgba(16,24,40,.62), rgba(16,24,40,.2)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.page-hero h1,
.page-hero p { color: #fff; }
.page-hero .eyebrow { color: var(--yellow); }
.page-about .page-hero {
    background:
        linear-gradient(90deg, rgba(16,24,40,.94), rgba(16,24,40,.62), rgba(16,24,40,.16)),
        url("../images/about-hero-bg.png") center/cover;
}
.page-products .page-hero,
.page-product-detail .page-hero,
.page-categories .page-hero {
    background:
        linear-gradient(90deg, rgba(16,24,40,.92), rgba(189,32,40,.58), rgba(16,24,40,.12)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.page-gallery .page-hero,
.page-blog .page-hero,
.page-blog-detail .page-hero {
    background:
        linear-gradient(90deg, rgba(16,24,40,.92), rgba(0,166,166,.54), rgba(16,24,40,.12)),
        url("../images/about-products-banner.png") center/cover;
}
.page-contact .page-hero,
.page-faq .page-hero,
.page-offers .page-hero {
    background:
        linear-gradient(90deg, rgba(16,24,40,.94), rgba(36,84,255,.48), rgba(16,24,40,.14)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.rounded-media, .blog-hero-img, .product-main-img {
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(16,24,40,.13);
    background: var(--soft);
}
.about-body-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.filter-bar {
    display: grid;
    grid-template-columns: 1.4fr 1fr .8fr auto;
    gap: .75rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(16,24,40,.08);
}
.breadcrumb-line { margin-bottom: 2rem; color: var(--muted); font-weight: 750; }
.product-main-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 2rem;
    border: 1px solid #edf2f7;
    background:
        linear-gradient(145deg, rgba(255,255,255,.95), rgba(248,251,255,.96)),
        radial-gradient(circle at 82% 12%, rgba(0,166,166,.16), transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(231,53,53,.13), transparent 32%);
}
.thumb-row { display: flex; gap: .8rem; margin-top: 1rem; }
.thumb-row button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 14px;
    padding: .35rem;
}
.thumb-row img { width: 86px; height: 86px; object-fit: contain; }
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1.5rem;
}
.spec-grid div {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: .9rem;
    background: #fff;
}
.spec-grid span { display: block; color: var(--muted); font-size: .82rem; }
.spec-grid strong { display: block; font-weight: 900; }
.tabs-panel { padding: 1.2rem; }
.tabs-panel .tab-content { padding: 1.5rem .5rem .5rem; }
.faq-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(16,24,40,.05);
}
.accordion-button { font-weight: 900; }
.gallery-filter { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.gallery-filter button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: .7rem 1rem;
    font-weight: 900;
}
.gallery-filter button.active { background: var(--ink); color: #fff; }
.gallery-card img, .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 14px;
    background: var(--soft);
    padding: 1rem;
}
.blog-card { padding: 0; overflow: hidden; }
.blog-card > div { padding: 1.25rem; }
.blog-card span { color: var(--muted); font-weight: 750; font-size: .88rem; }
.narrow { max-width: 880px; }
.blog-content, .policy-copy, .seo-copy {
    padding: 2rem;
    font-size: 1.08rem;
}
.contact-card { padding: 2rem; text-align: center; height: 100%; }
.contact-card i, .offer-card i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--teal));
    font-size: 1.6rem;
}
.contact-hero .contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.contact-main-section {
    background:
        linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}
.contact-card-feature {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,251,255,.94)),
        radial-gradient(circle at 100% 0%, rgba(0,166,166,.15), transparent 32%);
}
.contact-card-feature::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(231,53,53,.08);
}
.contact-card-feature h2 {
    margin-top: 1rem;
}
.contact-card-feature p {
    color: var(--muted);
}
.contact-card-feature a,
.contact-card-feature strong {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    color: var(--brand-dark);
    font-weight: 900;
}
.contact-support-panel {
    padding: clamp(1.2rem, 3vw, 2.2rem);
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        linear-gradient(115deg, rgba(16,24,40,.94), rgba(36,84,255,.58), rgba(0,166,166,.48)),
        url("../images/mobile-accessories-bg.png") center/cover;
    color: #fff;
    box-shadow: 0 26px 70px rgba(16,24,40,.16);
}
.contact-support-panel h2,
.contact-support-panel p {
    color: #fff;
}
.contact-support-panel .eyebrow {
    color: var(--yellow);
}
.contact-steps {
    display: grid;
    gap: .7rem;
    margin-top: 1.2rem;
}
.contact-steps span {
    display: flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    padding: .65rem .9rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    font-weight: 800;
}
.contact-steps i {
    color: var(--yellow);
}
.contact-enquiry-form {
    box-shadow: none;
    background: rgba(255,255,255,.96);
}
.contact-map-placeholder {
    display: grid;
    gap: .75rem;
    text-align: center;
    font-size: 1.1rem;
}
.contact-map-placeholder i {
    color: var(--brand);
    font-size: 2.4rem;
}
.map-box iframe, .map-placeholder { width: 100%; min-height: 360px; border: 0; border-radius: 22px; }
.map-placeholder { display: grid; place-items: center; background: var(--soft); color: var(--muted); font-weight: 900; }
.offer-card { padding: 1.7rem; height: 100%; }
.offer-card a { color: var(--brand); font-weight: 900; }
.offers-highlight-section {
    background: linear-gradient(180deg, #fff, #f6f9ff);
}
.offer-highlight {
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    gap: 1.5rem;
    align-items: center;
    padding: clamp(1.3rem, 3vw, 2.4rem);
    border-radius: 26px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(16,24,40,.96), rgba(189,32,40,.72), rgba(0,166,166,.62)),
        url("../images/mobile-accessories-bg.png") center/cover;
    box-shadow: 0 26px 70px rgba(16,24,40,.16);
}
.offer-highlight h2,
.offer-highlight p { color: #fff; }
.offer-highlight .eyebrow { color: var(--yellow); }
.offer-highlight-badges {
    display: grid;
    gap: .75rem;
}
.offer-highlight-badges span {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .85rem 1rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    font-weight: 900;
}
.offer-highlight-badges i { color: var(--yellow); }
.premium-offer-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,251,255,.94)),
        radial-gradient(circle at 100% 0%, rgba(0,166,166,.12), transparent 32%);
    transition: .25s ease;
}
.premium-offer-card::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 132px;
    height: 132px;
    border-radius: 999px;
    background: var(--offer-glow, rgba(231,53,53,.12));
}
.premium-offer-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(16,24,40,.15);
}
.premium-offer-card > * {
    position: relative;
    z-index: 1;
}
.premium-offer-card > i {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    font-size: 2rem;
    background: var(--offer-gradient, linear-gradient(135deg, var(--brand), var(--teal)));
    box-shadow: 0 16px 34px var(--offer-shadow, rgba(231,53,53,.24));
}
.premium-offer-card h2 {
    font-size: 1.35rem;
    margin-top: 1.25rem;
}
.premium-offer-card a {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-top: .35rem;
}
.premium-offer-card a i {
    width: auto;
    height: auto;
    display: inline-flex;
    color: inherit;
    background: transparent;
    box-shadow: none;
}
.offer-icon-red { --offer-gradient: linear-gradient(135deg, #e73535, #ff8a5b); --offer-shadow: rgba(231,53,53,.3); --offer-glow: rgba(231,53,53,.13); }
.offer-icon-teal { --offer-gradient: linear-gradient(135deg, #00a6a6, #2dd4bf); --offer-shadow: rgba(0,166,166,.3); --offer-glow: rgba(0,166,166,.13); }
.offer-icon-blue { --offer-gradient: linear-gradient(135deg, #2454ff, #60a5fa); --offer-shadow: rgba(36,84,255,.3); --offer-glow: rgba(36,84,255,.13); }
.offer-icon-yellow { --offer-gradient: linear-gradient(135deg, #f59e0b, #ffc247); --offer-shadow: rgba(245,158,11,.3); --offer-glow: rgba(245,158,11,.15); }
.offer-icon-green { --offer-gradient: linear-gradient(135deg, #17b26a, #86efac); --offer-shadow: rgba(23,178,106,.3); --offer-glow: rgba(23,178,106,.13); }
.offer-icon-purple { --offer-gradient: linear-gradient(135deg, #7c3aed, #c084fc); --offer-shadow: rgba(124,58,237,.3); --offer-glow: rgba(124,58,237,.13); }
.offer-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.offer-process div {
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16,24,40,.08);
}
.offer-process strong {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: .85rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--teal));
}
.offer-process h3 {
    font-size: 1.15rem;
    font-weight: 950;
}
.offer-process p {
    color: var(--muted);
    margin: 0;
}

@media (max-width: 991px) {
    .hero-row { min-height: auto; padding: 3rem 0; }
    .hero-img { min-height: 300px; }
    .section { padding: 4rem 0; }
    .section-head { display: block; }
    .filter-bar { grid-template-columns: 1fr; }
    .offer-highlight { grid-template-columns: 1fr; }
    .offer-process { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .hero-slider h1, .page-hero h1 { font-size: 2.25rem; }
    .hero-img { min-height: 240px; border-radius: 18px; }
    .spec-grid { grid-template-columns: 1fr; }
    .enquiry-form { padding: 1.2rem; }
    .float-btn { width: 50px; height: 50px; right: 12px; }
    .brand-mark img { width: 145px; max-height: 52px; }
}

/* Home polish and footer upgrade */
.hero-banner-stage {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 620px;
    overflow: hidden;
    border-radius: 30px;
    background: #07111f;
    box-shadow: 0 30px 80px rgba(16, 24, 40, .18);
}
.hero-banner-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 17, 31, .9) 0%, rgba(7, 17, 31, .55) 44%, rgba(7, 17, 31, .06) 100%),
        linear-gradient(0deg, rgba(7, 17, 31, .48), transparent 50%);
    pointer-events: none;
}
.hero-copy-panel {
    position: relative;
    z-index: 2;
    width: min(700px, 100%);
    padding: clamp(1.4rem, 4vw, 3.5rem);
    color: #fff;
}
.hero-copy-panel .eyebrow,
.offer-band .eyebrow,
.brand-why-section .eyebrow,
.faq-brand-section .eyebrow {
    color: var(--yellow);
}
.hero-copy-panel p { color: rgba(255,255,255,.88); }
.hero-banner-img {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border-radius: 0;
    background: #07111f;
    padding: 0;
    box-shadow: none;
}
.about-brand-section,
.brand-why-section,
.faq-brand-section {
    position: relative;
    overflow: hidden;
}
.about-brand-section {
    background:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.32) 78%, rgba(255,255,255,.14) 100%),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.about-brand-section .info-tile {
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(8px);
}
.offer-band {
    background:
        linear-gradient(115deg, rgba(16,24,40,.95), rgba(189,32,40,.86), rgba(0,166,166,.76)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.brand-why-section {
    color: #fff;
    background:
        linear-gradient(115deg, rgba(16,24,40,.96), rgba(36,84,255,.68), rgba(231,53,53,.62)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.brand-why-section h2,
.brand-why-section .check-list p { color: #fff; }
.brand-why-section .benefit-panel {
    background: rgba(7, 17, 31, .72);
    border-color: rgba(255,255,255,.18);
    color: #fff;
    backdrop-filter: blur(8px);
}
.brand-why-section .benefit-panel h3 {
    color: #fff;
}
.brand-why-section .benefit-panel span {
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
}
.brand-why-section .benefit-panel span i {
    color: var(--yellow);
}
.faq-brand-section {
    background:
        linear-gradient(90deg, rgba(16,24,40,.95), rgba(16,24,40,.78), rgba(16,24,40,.5)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.faq-brand-section h2,
.faq-brand-section .section-head a { color: #fff; }
.faq-brand-section .accordion-item {
    background: rgba(255,255,255,.96);
}
.page-faq .faq-accordion .accordion-item {
    border: 0;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,251,255,.94)),
        radial-gradient(circle at 0% 0%, rgba(255,194,71,.2), transparent 28%);
    box-shadow: 0 18px 42px rgba(16,24,40,.12);
}
.page-faq .accordion-button {
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    color: var(--ink);
    background: transparent;
}
.page-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--teal));
}
.page-faq .accordion-body {
    font-size: 1.05rem;
    color: #344054;
    background: #fff;
}
.site-footer {
    background:
        linear-gradient(145deg, rgba(16,24,40,.98), rgba(21,38,66,.96)),
        url("../images/mobile-accessories-bg.png") center/cover;
}
.site-footer a:hover { color: #fff; }
.site-footer a i,
.site-footer p i {
    color: var(--yellow);
    margin-right: .45rem;
}
.footer-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
}
.footer-topline h2 {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    line-height: 1.1;
    margin: 0;
}
.footer-contact-strip {
    display: grid;
    gap: .45rem;
    margin-top: 1rem;
}
.footer-contact-strip a,
.footer-cta {
    width: fit-content;
    padding: .55rem .8rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
}
.footer-cta {
    display: inline-flex !important;
    align-items: center;
    margin-top: .35rem;
}
.footer-legal-links {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 3rem;
    padding: 1.25rem 0 .9rem;
}
.footer-legal-links a {
    display: inline-flex;
    margin: 0;
    font-weight: 800;
}
.footer-bottom {
    align-items: center;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.footer-credit {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-banner-stage { min-height: 540px; }
    .footer-topline { display: block; }
    .footer-topline .btn { margin-top: 1rem; }
}
@media (max-width: 575px) {
    .hero-banner-stage { min-height: 520px; border-radius: 18px; }
    .hero-banner-stage::after { background: linear-gradient(0deg, rgba(7,17,31,.92), rgba(7,17,31,.18)); }
    .hero-copy-panel { padding: 1.25rem; }
    .footer-bottom { justify-content: center; text-align: center; }
}

/* Market Area SEO pages */
.market-hero {
    position: relative;
    overflow: hidden;
    padding: 5.2rem 0 4.4rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(0,166,166,.18), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(36,84,255,.16), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.market-hero h1 {
    max-width: 920px;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.04;
    font-weight: 950;
    margin-bottom: 1.15rem;
}
.market-hero p {
    max-width: 780px;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.26rem);
}
.breadcrumb-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
    margin-bottom: 1.6rem;
    color: var(--muted);
    font-weight: 800;
}
.breadcrumb-wrap a { color: var(--teal); }
.breadcrumb-wrap strong { color: var(--ink); }
.market-search-box,
.market-location-panel,
.market-state-card,
.keyword-card,
.market-seo-copy,
.market-side-panel,
.market-cta,
.market-faq-list details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(16,24,40,.08);
}
.market-search-box {
    padding: 1.25rem;
}
.market-search-box label {
    display: block;
    margin-bottom: .6rem;
    font-weight: 900;
}
.market-search-field {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .25rem .9rem;
    border: 1px solid #d9e6f7;
    border-radius: 999px;
    background: #f8fbff;
}
.market-search-field i { color: var(--teal); }
.market-search-field input {
    width: 100%;
    min-height: 46px;
    border: 0;
    outline: 0;
    background: transparent;
    font-weight: 750;
}
.market-search-box small,
.market-location-panel p,
.market-state-card p,
.keyword-card small,
.market-side-panel a {
    color: var(--muted);
}
.market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}
.market-state-card {
    padding: 1.15rem;
    transition: .22s ease;
}
.market-state-card:hover,
.keyword-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(16,24,40,.12);
    border-color: rgba(0,166,166,.28);
}
.market-card-head {
    display: flex;
    gap: .85rem;
    align-items: start;
    margin-bottom: .95rem;
}
.market-card-head > span,
.market-location-panel > span,
.keyword-card i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    color: #fff;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--teal), var(--blue));
}
.market-card-head h3,
.market-location-panel h2 {
    font-size: 1.15rem;
    font-weight: 950;
    margin: 0 0 .25rem;
}
.market-city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}
.market-city-chips a {
    display: inline-flex;
    padding: .42rem .72rem;
    border-radius: 999px;
    color: #075985;
    background: #e0f2fe;
    font-weight: 850;
    font-size: .88rem;
}
.market-city-chips a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--teal), var(--blue));
}
.market-location-panel {
    padding: 1.35rem;
}
.market-location-panel > span {
    margin-bottom: .85rem;
    background: linear-gradient(135deg, var(--brand), var(--teal));
}
.keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.keyword-card {
    display: grid;
    gap: .65rem;
    min-height: 170px;
    padding: 1rem;
    transition: .22s ease;
}
.keyword-card i {
    background: linear-gradient(135deg, var(--brand), var(--yellow));
}
.keyword-card span {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
}
.market-seo-copy {
    padding: 1.6rem;
}
.market-seo-copy h2 {
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    margin-top: 1.4rem;
}
.market-seo-copy h2:first-child { margin-top: 0; }
.market-seo-copy p {
    color: #344054;
    font-size: 1.02rem;
}
.market-side-panel {
    position: sticky;
    top: 98px;
    padding: 1.2rem;
}
.market-side-panel h3 {
    font-size: 1.1rem;
    font-weight: 950;
    margin-bottom: .9rem;
}
.market-side-panel a {
    display: block;
    padding: .65rem .75rem;
    margin-bottom: .45rem;
    border-radius: 12px;
    background: #f8fbff;
    font-weight: 800;
}
.market-side-panel a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--teal), var(--blue));
}
.market-faq-list {
    display: grid;
    gap: .8rem;
}
.market-faq-list details {
    padding: 1rem 1.15rem;
}
.market-faq-list summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 950;
    font-size: 1.05rem;
}
.market-faq-list p {
    color: var(--muted);
    margin: .75rem 0 0;
}
.market-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255,255,255,.95), rgba(248,251,255,.98)),
        radial-gradient(circle at 100% 0%, rgba(0,166,166,.13), transparent 28%);
}
.market-cta h2 {
    margin-bottom: .5rem;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
}
.market-cta p {
    color: var(--muted);
    margin: 0;
}
.market-state-card.is-hidden { display: none; }

@media (max-width: 1199px) {
    .market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .keyword-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .market-hero { padding: 3.5rem 0 3rem; }
    .market-grid,
    .keyword-grid { grid-template-columns: 1fr; }
    .market-cta { display: block; }
    .market-cta .btn { margin-top: .85rem; }
    .market-side-panel { position: static; }
}

.counter-section {
    position: relative;
    z-index: 2;
    padding: 0 0 1.5rem;
    margin-top: -2.25rem;
    background: linear-gradient(180deg, transparent 0%, #fff 58%);
}
.counter-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 24px 60px rgba(16,24,40,.12);
}
.counter-card {
    min-height: 178px;
    padding: 1.35rem;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f7fbff);
}
.counter-card i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: .9rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--teal));
    font-size: 1.35rem;
}
.counter-card strong {
    display: block;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1;
    font-weight: 950;
    color: var(--ink);
}
.counter-card span {
    display: block;
    margin-top: .35rem;
    color: var(--brand-dark);
    font-weight: 900;
}
.counter-card p {
    margin: .55rem 0 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .counter-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .counter-section { margin-top: -1rem; }
    .counter-strip { grid-template-columns: 1fr; border-radius: 18px; }
    .counter-card { min-height: auto; }
}

.seo-copy {
    color: #263248;
}
.seo-copy h2,
.seo-copy h3 {
    color: var(--ink);
}
.seo-copy strong {
    color: var(--brand-dark);
}
.seo-copy u {
    text-decoration-color: var(--yellow);
    text-decoration-thickness: 4px;
    text-underline-offset: .18em;
}
.seo-copy p {
    margin-bottom: 1rem;
}
