:root {
    --primary: #062f3f;
    --primary-2: #041f2b;
    --primary-3: #083c4f;
    --gold: #d99a2b;
    --gold-2: #f1bd54;
    --text: #102a43;
    --muted: #667085;
    --border: #e7eaf0;
    --light: #f7f9fb;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(6, 47, 63, 0.16);
    --soft-shadow: 0 14px 36px rgba(16, 42, 67, 0.08);
    --angaza-primary: #062f3f;
    --angaza-gold: #d99a2b;
    --angaza-gold-dark: #c88218;
    --angaza-border: #e7eaf0;
    --angaza-muted: #667085;
    --angaza-text: #102a43;
}

* { box-sizing: border-box; }

html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.angaza-company-show {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(217, 154, 43, 0.09), transparent 28rem),
        linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 100%);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.angaza-company-show a { color: inherit; text-decoration: none; }
.angaza-company-show a:hover { text-decoration: none; }

.site-frame {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: var(--white);
    box-shadow: none;
}

.top-shell {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(217, 154, 43, 0.18), transparent 20rem),
        radial-gradient(circle at 85% 15%, rgba(59, 178, 206, 0.16), transparent 24rem),
        linear-gradient(135deg, #062f3f 0%, #041f2b 100%);
}

.top-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.22) 1px, transparent 1.5px);
    background-size: 18px 18px;
    -webkit-mask-image:
        radial-gradient(ellipse at 35% 22%, #000 0 18rem, transparent 24rem),
        radial-gradient(ellipse at 76% 20%, #000 0 19rem, transparent 25rem);
    mask-image:
        radial-gradient(ellipse at 35% 22%, #000 0 18rem, transparent 24rem),
        radial-gradient(ellipse at 76% 20%, #000 0 19rem, transparent 25rem);
    pointer-events: none;
}

.top-shell::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    opacity: 0.12;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent),
        url("../images/home.jpeg") center bottom / cover no-repeat;
    pointer-events: none;
}

.site-header {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.navbar { min-height: 76px; padding: 0.55rem 0; }
.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    color: #fff !important;
    font-weight: 900;
    line-height: 1;
}
.navbar-brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: -0.03em; }
.brand-copy strong { font-size: 1rem; color: #fff; }
.brand-copy small { margin-top: 0.16rem; color: rgba(255,255,255,0.68); font-size: 0.68rem; font-weight: 700; }

.navbar-nav .nav-link {
    position: relative;
    padding: 0.78rem 1.05rem !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 0.9rem;
    font-weight: 800;
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 1.05rem;
    right: 1.05rem;
    bottom: 0.35rem;
    height: 2px;
    border-radius: 999px;
    background: var(--gold-2);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: #ffd783 !important; }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

.header-actions { gap: 0.6rem; }
.pill-action,
.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 40px;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.86rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
    transition: 0.2s ease;
}
.pill-action:hover,
.pill-action:focus,
.navbar-toggler:hover,
.navbar-toggler:focus {
    color: #fff;
    border-color: rgba(217, 154, 43, 0.75);
    background: rgba(217, 154, 43, 0.14);
    box-shadow: 0 0 0 0.2rem rgba(217, 154, 43, 0.16);
    outline: none;
}
.gold-pill { border-color: rgba(217, 154, 43, 0.72); background: linear-gradient(135deg, var(--gold), #c88218); }
.user-pill { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.results-hero {
    position: relative;
    z-index: 2;
    padding: 2.7rem 1rem 2.6rem;
    text-align: center;
}
.hero-eyebrow,
.section-eyebrow,
.angaza-public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    color: #bd7b16;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 900;
}
.hero-eyebrow { color: #ffd36c; }
.results-hero h1 {
    max-width: 860px;
    margin: 0 auto;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.05rem, 4.4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}
.results-hero h1 span { color: #ffd36c; }
.results-hero p {
    max-width: 720px;
    margin: 0.95rem auto 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.search-card {
    position: relative;
    max-width: 890px;
    margin: 1.55rem auto 0;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}
.search-panel { display: grid; grid-template-columns: minmax(0, 1fr) 210px 124px; align-items: stretch; position: relative; }
.search-input-shell {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.search-input-shell i { margin-right: 0.8rem; color: var(--primary); font-size: 1.05rem; }
#search-bar {
    width: 100%;
    min-height: 52px;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
    font-size: 0.96rem;
    font-weight: 600;
}
#search-bar::placeholder { color: #8b95a5; font-weight: 500; }
.location-shell {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 58px;
    padding: 0 1rem;
    color: #334155;
    background: #fff;
    border-left: 1px solid var(--border);
    font-size: 0.9rem;
    font-weight: 750;
}
.location-shell i { color: var(--primary); }
.category-shell select {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
    font-weight: 800;
}
.search-btn {
    min-height: 58px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold), #c88218);
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(217, 154, 43, 0.26);
    transition: 0.2s ease;
}
.search-btn:hover,
.search-btn:focus { transform: translateY(-1px); background: linear-gradient(135deg, #ebb448, var(--gold)); outline: none; }

.content-area { padding: 2.25rem 3rem 2.6rem; background: #fff; }
.classic-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    max-width: 1180px;
    margin: 0 auto 1.2rem;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
}
.classic-breadcrumb a { color: var(--primary); }

.company-details,
.business-ads {
    max-width: 1180px;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 52px rgba(4, 31, 41, 0.08);
}
.company-details { padding: 1.45rem; }
.business-ads { padding: 1.55rem; }
.classic-company-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 1.2rem; align-items: stretch; }
.classic-company-main { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 1.2rem; align-items: flex-start; }
.classic-logo-frame {
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 24px;
    background: #f8fafc;
    box-shadow: inset 0 0 0 6px #fff;
}
.classic-logo-frame img { width: 100%; height: 100%; object-fit: contain; padding: 0.55rem; }
.classic-category-badge,
.classic-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.42rem 0.72rem;
    color: #bd7b16;
    border: 1px solid rgba(217, 154, 43, 0.5);
    border-radius: 999px;
    background: #fffaf0;
    font-size: 0.78rem;
    font-weight: 900;
}
.classic-company-title,
.results-summary h2 {
    margin: 0.75rem 0 0;
    color: var(--text);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    letter-spacing: -0.025em;
}
.classic-company-title { font-size: clamp(1.65rem, 3.3vw, 2.45rem); }
.classic-company-subtitle { margin: 0.35rem 0 0; color: var(--muted); font-weight: 700; }
.classic-contact-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; }
.more-details-btn,
.soft-action-btn,
.add-to-cart-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(6, 47, 63, 0.18);
    transition: 0.2s ease;
}
.more-details-btn:hover { color: #fff; background: linear-gradient(135deg, var(--primary-3), var(--primary)); transform: translateY(-1px); }
.soft-action-btn { color: var(--primary); border: 1px solid var(--border); background: #fff; box-shadow: none; }
.soft-action-btn:hover { color: var(--primary); border-color: rgba(217,154,43,0.55); background: #fff8ea; }
.add-to-cart-premium { background: linear-gradient(135deg, var(--gold), #c88218); box-shadow: 0 12px 26px rgba(217, 154, 43, 0.25); }
.add-to-cart-premium:hover { color: #fff; background: linear-gradient(135deg, #ebb448, var(--gold)); transform: translateY(-1px); }
.small-action { min-height: 36px; padding: 0.45rem 0.75rem; font-size: 0.78rem; }
.classic-socials { display: flex; gap: 0.55rem; margin: 1rem 0; }
.classic-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--soft-shadow);
}
.company-description { margin: 1rem 0 0; color: #334155; }
.company-description.is-collapsed {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.classic-info-box {
    padding: 1.1rem;
    border: 1px solid var(--border);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(217,154,43,0.12), transparent 12rem),
        #f8fafc;
}
.classic-info-row { display: flex; gap: 0.8rem; padding: 1rem 0; border-bottom: 1px solid #e9edf3; }
.classic-info-row:last-child { border-bottom: 0; padding-bottom: 0; }
.classic-info-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--soft-shadow);
}
.classic-info-row strong { color: var(--text); font-weight: 900; }
.classic-info-row p { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.88rem; font-weight: 600; }

.results-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.35rem; }
.results-summary h2 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.results-summary p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.95rem; }
.result-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    color: #bd7b16;
    border: 1px solid rgba(217, 154, 43, 0.58);
    border-radius: 999px;
    background: #fffaf0;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
}
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1rem; }
.result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--soft-shadow);
    transition: 0.2s ease;
}
.result-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gold), var(--primary));
    opacity: 0;
    transition: 0.2s ease;
}
.result-card:hover { transform: translateY(-4px); border-color: rgba(217, 154, 43, 0.42); box-shadow: 0 22px 54px rgba(16, 42, 67, 0.12); }
.result-card:hover::before { opacity: 1; }
.product-media-box { height: 215px; padding: 0.8rem; background: linear-gradient(180deg,#f8fafc,#fff); }
.card-img-top { width: 100%; height: 100%; object-fit: contain; border-radius: 14px; background: #fff; }
.product-result-body { display: flex; flex-direction: column; flex: 1; padding: 1rem; }
.company-name.product-title { margin: 0; color: var(--text); font-size: 1.1rem; font-weight: 900; line-height: 1.25; }
.store-product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0.85rem 0 0.8rem; }
.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(6, 53, 68, 0.1);
    border-radius: 999px;
    padding: 6px 10px;
    background: #f7f9fb;
    color: #334155;
    font-size: 0.76rem;
    font-weight: 850;
}
.product-description { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.product-card-footer { margin-top: auto; display: flex; flex-direction: column; gap: 0.85rem; }
.product-price-wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 0.8rem; }
.price-label { display: block; color: var(--muted); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.badge-price { color: var(--primary); font-size: 1.08rem; font-weight: 950; }
.price-missing { display: inline-flex; align-items: center; color: var(--muted); font-size: 0.85rem; font-weight: 800; }
.product-action-group { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.product-action-group .more-details-btn,
.product-action-group .add-to-cart-premium { flex: 1 1 130px; min-height: 40px; padding: 0.56rem 0.8rem; }

.product-gallery-main { border: 1px solid var(--border); border-radius: 18px; background: #f7f9fb; padding: 12px; }
.product-gallery-main img,
.product-gallery-main video { width: 100%; max-height: 360px; object-fit: contain; border-radius: 14px; background: #fff; }
.product-thumb-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.product-thumb { height: 64px; border: 1px solid var(--border); border-radius: 12px; background: #fff; overflow: hidden; }
.product-thumb img,
.product-thumb video { width: 100%; height: 100%; object-fit: cover; }
.premium-detail-table,
.product-detail-list { display: grid; gap: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.detail-row { display: flex; justify-content: space-between; gap: 12px; padding: 0.75rem 0.85rem; border-bottom: 1px solid rgba(229,231,235,0.75); }
.detail-row:last-child { border-bottom: 0; }
.detail-row span { color: var(--muted); font-size: 0.88rem; font-weight: 750; }
.detail-row strong { color: var(--text); font-weight: 900; text-align: right; }
.product-detail-description { color: #334155; }
.variant-chip { display: inline-flex; align-items: center; border-radius: 999px; background: rgba(215,154,43,0.12); color: #7a4d08; font-size: 0.78rem; font-weight: 800; padding: 6px 10px; margin: 0 6px 6px 0; }

.no-results { max-width: 720px; margin: 0 auto; padding: 3.5rem 1.5rem; text-align: center; color: var(--muted); border: 1px dashed #cbd5e1; border-radius: 24px; background: radial-gradient(circle at top, rgba(217,154,43,0.12), transparent 18rem), #fbfdff; }
.no-results-icon { display: inline-flex; align-items: center; justify-content: center; width: 78px; height: 78px; margin-bottom: 1rem; border-radius: 50%; color: var(--gold); background: var(--primary); font-size: 1.75rem; box-shadow: 0 18px 40px rgba(6,47,63,0.2); }
.no-results h3 { color: var(--text); font-family: "Playfair Display", Georgia, serif; font-weight: 800; }
.suggestion-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1.2rem; }
.suggestion-chip { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 38px; padding: 0.55rem 0.85rem; color: var(--text); border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 0.82rem; font-weight: 800; }
.suggestion-chip i { color: var(--gold); }

.cart-btn-float { position: fixed; right: 18px; bottom: 20px; z-index: 2000; }
.cart-btn-float .btn { width: 64px; height: 64px; border: 0; color: #fff; background: linear-gradient(135deg, var(--gold), #c88218); box-shadow: 0 18px 40px rgba(217,154,43,0.35); }
.cart-btn-float .badge { position: absolute; top: -4px; right: -4px; }

.modal-content { border: 0; border-radius: 22px; box-shadow: 0 26px 70px rgba(6,47,63,0.18); }
.modal-header { border-bottom: 1px solid var(--border); }
.modal-footer { border-top: 1px solid var(--border); }
.auth-premium-modal .modal-title,
.premium-product-modal .modal-title { color: var(--text); font-family: "Playfair Display", Georgia, serif; font-weight: 800; }
.auth-modal-note { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.9rem; }
.auth-checkout-alert { border: 1px solid rgba(217,154,43,0.45); border-radius: 14px; background: #fff8ea; color: #7a4d08; padding: 0.75rem 0.85rem; font-weight: 800; }
.auth-help { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: #eef2f7; color: var(--primary); font-size: 0.72rem; font-weight: 900; }
.angaza-terms-check { display: flex; gap: 0.75rem; padding: 0.8rem; border: 1px solid var(--border); border-radius: 14px; background: #f8fafc; font-size: 0.9rem; font-weight: 700; }
.angaza-terms-link { color: var(--primary); font-weight: 900; text-decoration: underline; }
.angaza-terms-modal { display: none; position: fixed; inset: 0; z-index: 3000; padding: 1rem; }
.angaza-terms-modal.is-open { display: grid; place-items: center; }
.angaza-terms-backdrop { position: absolute; inset: 0; background: rgba(4,31,43,0.72); }
.angaza-terms-dialog { position: relative; max-width: 680px; width: min(100%,680px); max-height: 86vh; overflow: auto; padding: 1.5rem; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.angaza-terms-dialog h2 { color: var(--text); font-family: "Playfair Display", Georgia, serif; font-weight: 800; }
.angaza-terms-close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f5f9; color: var(--text); font-weight: 900; }
.angaza-public-btn { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 0; border-radius: 12px; padding: 0.65rem 1rem; color: #fff; background: linear-gradient(135deg,var(--primary),var(--primary-2)); font-weight: 900; }
.checkout-summary-card,
.checkout-field-card { border: 1px solid rgba(229,231,235,0.95); border-radius: 18px; background: #f7f9fb; padding: 16px; }
.checkout-total-row { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; }
.checkout-total-row.is-total { color: var(--primary); font-size: 1.08rem; font-weight: 900; border-top: 1px solid var(--border); margin-top: 8px; padding-top: 14px; }
.payment-method-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.payment-method-grid .form-check { min-height: 52px; display: flex; align-items: center; gap: 8px; margin: 0; padding: 12px 14px 12px 38px; border: 1px solid rgba(6,53,68,0.12); border-radius: 16px; background: #fff; }
.payment-method-grid .form-check-input { margin-left: -24px; }

.site-footer { padding: 2rem 3rem 1.2rem; color: rgba(255,255,255,0.76); background: radial-gradient(circle at 90% 10%, rgba(217,154,43,0.13), transparent 18rem), linear-gradient(135deg, #062f3f, #041f2b); }
.footer-logo { display: inline-flex; align-items: center; gap: 0.65rem; margin-bottom: 1rem; color: #fff; font-weight: 900; }
.footer-logo img { width: 48px; height: 48px; object-fit: contain; }
.footer-title { margin-bottom: 0.95rem; color: #fff; font-size: 0.9rem; font-weight: 900; }
.footer-list { padding: 0; margin: 0; list-style: none; }
.footer-list li + li { margin-top: 0.55rem; }
.footer-list a,
.footer-bottom a { color: rgba(255,255,255,0.74); }
.footer-list a:hover,
.footer-bottom a:hover { color: #ffd36c; }
.social-links { display: flex; gap: 0.6rem; margin-top: 1rem; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #fff; border: 1px solid rgba(255,255,255,0.16); border-radius: 50%; background: rgba(255,255,255,0.06); transition: 0.2s ease; }
.social-links a:hover { color: var(--primary); background: var(--gold); }
.footer-bottom { margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.86rem; }

@media (max-width: 991.98px) {
    .navbar { min-height: 70px; }
    .navbar-brand img { width: 42px; height: 42px; }
    .brand-copy strong { font-size: 0.78rem; }
    .brand-copy small { display: none; }
    .collapse.navbar-collapse { flex-basis: 100%; margin-top: 0.9rem; padding: 0.8rem; border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; background: rgba(255,255,255,0.07); }
    .navbar-nav .nav-link { padding: 0.75rem !important; }
    .navbar-nav .nav-link::after { left: 0.75rem; right: auto; width: 34px; }
    .results-hero { padding: 2.25rem 1rem 1.9rem; }
    .results-hero h1 { font-size: clamp(2rem, 9vw, 2.65rem); }
    .search-card { margin-top: 1.35rem; padding: 0.65rem; border-radius: 16px; }
    .search-panel { grid-template-columns: 1fr; }
    .search-input-shell { border-radius: 12px 12px 0 0; border-bottom: 1px solid var(--border); }
    .location-shell { border-left: 0; border-bottom: 1px solid var(--border); }
    .search-btn { margin-top: 0.65rem; border-radius: 11px; }
    .content-area { padding: 1.55rem 1rem 1.9rem; }
    .classic-company-grid { grid-template-columns: 1fr; }
    .classic-company-main { grid-template-columns: 104px minmax(0,1fr); }
    .classic-logo-frame { width: 104px; height: 104px; border-radius: 20px; }
    .results-summary { align-items: flex-start; flex-direction: column; }
    .site-footer { padding: 1.7rem 1rem 1rem; }
}

@media (max-width: 575.98px) {
    .header-actions { width: 100%; justify-content: stretch !important; }
    .pill-action { flex: 1 1 45%; font-size: 0.78rem; padding: 0.45rem 0.55rem; }
    .results-hero p { font-size: 0.92rem; }
    .classic-company-main { grid-template-columns: 1fr; text-align: center; }
    .classic-logo-frame { margin: 0 auto; }
    .classic-contact-actions,
    .classic-socials { justify-content: center; }
    .classic-info-box { padding: 0.9rem; }
    .product-grid { grid-template-columns: 1fr; }
    .business-ads,
    .company-details { padding: 1rem; border-radius: 20px; }
    .product-action-group { flex-direction: column; }
    .product-action-group .more-details-btn,
    .product-action-group .add-to-cart-premium { width: 100%; }
    .payment-method-grid { grid-template-columns: 1fr; }
    .cart-btn-float { right: 12px; bottom: 14px; }
    .cart-btn-float .btn { width: 58px; height: 58px; }
}
