/* ── TOKENS ──────────────────────────────────────────────────── */
:root {
    --navy: #042C53;
    --navy-mid: #0C447C;
    --navy-light: #185FA5;
    --teal: #1D9E75;
    --teal-light: #5DCAA5;
    --teal-pale: #E1F5EE;
    --amber: #BA7517;
    --amber-pale: #FAEEDA;
    --amber-mid: #FAC775;
    --coral: #E55A2B;
    --purple: #534AB7;
    --purple-pale: #EEEDFE;
    --blue-pale: #E6F1FB;
    --blue-mid: #B5D4F4;
    --sand: #F1EFE8;
    --border: #D3D1C7;
    --text-1: #2C2C2A;
    --text-2: #5F5E5A;
    --text-3: #888780;
    --white: #FFFFFF;
    --r-sm: 6px;
    --r-md: 8px;
    --r-lg: 12px;
    --r-xl: 16px;
    --r-full: 999px;
    --shadow-sm: 0 1px 4px rgba(4,44,83,.06);
    --shadow-md: 0 4px 16px rgba(4,44,83,.10);
    --shadow-lg: 0 8px 32px rgba(4,44,83,.14);
    --tr: .18s ease;
}

/* ── RESET ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--text-1);
    background: var(--sand);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; border: none; outline: none; }

/* ── TOP STRIP ───────────────────────────────────────────────── */
.top-strip {
    background: var(--navy);
    color: var(--blue-mid);
    font-size: 11px;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.top-strip .pill {
    background: var(--teal);
    color: var(--teal-pale);
    padding: 2px 8px;
    border-radius: var(--r-full);
    font-size: 10px;
    font-weight: 600;
    margin-right: 8px;
    letter-spacing: .3px;
}
.top-strip a { color: var(--teal-light); font-weight: 500; }
.top-strip a:hover { color: #fff; }

/* ── NAVBAR ──────────────────────────────────────────────────── */
.nav {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm);
}

.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
    width: 32px; height: 32px;
    background: var(--navy);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.logo-mark svg { width: 18px; height: 18px; }
.logo-text { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); }
.logo-text span { color: var(--teal); }

.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { font-size: 12px; color: var(--text-2); padding: 6px 10px; border-radius: var(--r-sm); transition: var(--tr); }
.nav-links a:hover { background: var(--sand); color: var(--navy); }

.nav-right { display: flex; gap: 8px; align-items: center; }

/* ── BUTTONS ─────────────────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12px; padding: 7px 14px;
    border-radius: var(--r-md); font-weight: 500;
    transition: var(--tr); white-space: nowrap;
}
.btn-ghost { border: 1px solid var(--border); color: var(--text-2); background: transparent; }
.btn-ghost:hover { border-color: var(--navy-light); color: var(--navy-light); background: var(--blue-pale); }
.btn-navy { background: var(--navy); color: #fff; border: none; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-coral { background: var(--coral); color: #fff; border: none; }
.btn-coral:hover { background: #c9481e; }
.btn-block { display: block; width: 100%; text-align: center; background: var(--teal); color: #fff; border: none; padding: 8px 16px; border-radius: var(--r-md); font-size: 12px; font-weight: 600; transition: var(--tr); }
.btn-block:hover { background: #188f66; }

/* ── HERO ────────────────────────────────────────────────────── */
.hero {
    background: linear-gradient(135deg, #021A35 0%, var(--navy) 45%, #0d5490 75%, #165c3e 100%);
    padding: 52px 24px 44px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute; bottom: -60px; right: -60px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(29,158,117,.18) 0%, transparent 70%);
    pointer-events: none;
}
.hero-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1; animation: fadeUp .6s ease both; }

.hero-badges { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.hbadge { font-size: 10px; padding: 3px 10px; border-radius: var(--r-full); font-weight: 600; letter-spacing: .3px; }
.hbadge-green { background: rgba(29,158,117,.2); color: var(--teal-light); border: 1px solid rgba(93,202,165,.25); }
.hbadge-amber { background: rgba(186,117,23,.2); color: #FAC775; border: 1px solid rgba(250,199,117,.25); }
.hbadge-blue  { background: rgba(24,95,165,.3);  color: var(--blue-mid); border: 1px solid rgba(181,212,244,.25); }

.hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 8px; letter-spacing: -.3px; }
.hero h1 em { color: var(--teal-light); font-style: normal; }
.hero p { font-size: 14px; color: var(--blue-mid); margin-bottom: 24px; font-weight: 300; }

/* ── SEARCH BAR ──────────────────────────────────────────────── */
.search-bar {
    background: #fff;
    border-radius: var(--r-lg);
    display: flex; overflow: hidden;
    max-width: 660px;
    margin: 0 auto 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.1);
}
.search-bar select {
    border: none; outline: none;
    padding: 12px 14px; font-size: 12px;
    color: var(--text-2); background: var(--sand);
    border-right: 1px solid var(--border);
    cursor: pointer; font-family: inherit; min-width: 120px;
}
.search-bar .loc-sel { min-width: 100px; }
.search-bar input {
    flex: 1; border: none; outline: none;
    padding: 12px 16px; font-size: 14px;
    color: var(--text-1); font-family: inherit; min-width: 0;
}
.search-bar input::placeholder { color: var(--text-3); }
.search-bar .search-btn {
    background: var(--coral); color: #fff; border: none;
    padding: 0 22px; font-size: 12px; font-weight: 600;
    cursor: pointer; display: flex; align-items: center; gap: 6px;
    transition: var(--tr); white-space: nowrap;
}
.search-bar .search-btn:hover { background: #c9481e; }

.quick-tags { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.qtag {
    background: rgba(255,255,255,.09); color: var(--blue-mid);
    font-size: 11px; padding: 4px 12px;
    border-radius: var(--r-full); cursor: pointer;
    border: 1px solid rgba(255,255,255,.14); transition: var(--tr);
}
.qtag:hover { background: rgba(255,255,255,.18); color: #fff; }

/* ── STATS BAR ───────────────────────────────────────────────── */
.stats-bar {
    background: var(--navy-mid);
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.sbar-item {
    padding: 14px 12px; text-align: center;
    border-right: 1px solid rgba(255,255,255,.08);
}
.sbar-item:last-child { border-right: none; }
.sbar-num { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: var(--teal-light); }
.sbar-lbl { font-size: 11px; color: var(--blue-mid); margin-top: 2px; }

/* ── AD BANNERS ──────────────────────────────────────────────── */
.ad-banner {
    background: var(--amber-pale);
    border-bottom: 1px solid var(--amber-mid);
    padding: 9px 24px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; font-size: 12px;
}
.ad-pill { background: var(--amber); color: var(--amber-pale); font-size: 10px; padding: 2px 7px; border-radius: var(--r-sm); font-weight: 700; flex-shrink: 0; letter-spacing: .3px; }
.ad-text { color: #633806; flex: 1; }
.ad-banner a { color: var(--navy-light); font-weight: 600; }
.ad-banner a:hover { color: var(--navy); }

.ad-banner-2 {
    background: var(--teal-pale);
    border-top: 1px solid #9FE1CB;
    border-bottom: 1px solid #9FE1CB;
    padding: 10px 24px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; font-size: 12px;
}
.ad-pill-2 { background: var(--teal); color: var(--teal-pale); font-size: 10px; padding: 2px 7px; border-radius: var(--r-sm); font-weight: 700; flex-shrink: 0; }
.ad-text-2 { color: #04342C; flex: 1; }
.ad-banner-2 a { color: var(--navy-light); font-weight: 600; }

/* ── MAIN LAYOUT ─────────────────────────────────────────────── */
.main-wrap { display: grid; grid-template-columns: 1fr 260px; gap: 20px; padding: 20px 24px; max-width: 1280px; margin: 0 auto; }

/* ── SECTION HEADERS ─────────────────────────────────────────── */
.sec-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.sec-head h2 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); }
.sec-head a { font-size: 12px; color: var(--navy-light); font-weight: 500; }
.sec-head a:hover { color: var(--navy); }

/* ── CATEGORY GRID ───────────────────────────────────────────── */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 24px; }
.cat-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 14px 8px;
    text-align: center; cursor: pointer; transition: var(--tr);
}
.cat-card:hover { border-color: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.cat-card i { font-size: 22px; color: var(--navy-light); display: block; margin-bottom: 7px; }
.cat-card span { font-size: 11px; color: var(--text-2); line-height: 1.3; font-weight: 500; }

/* ── SPONSORED CARD ──────────────────────────────────────────── */
.sponsored-card {
    background: #fff; border: 1.5px solid var(--amber-mid);
    border-radius: var(--r-lg); padding: 16px;
    display: flex; gap: 14px; align-items: flex-start;
    position: relative; margin-bottom: 12px; transition: var(--tr);
}
.sponsored-card:hover { box-shadow: var(--shadow-md); }
.sp-tag {
    position: absolute; top: 10px; right: 12px;
    background: var(--amber); color: var(--amber-pale);
    font-size: 9px; padding: 2px 7px;
    border-radius: var(--r-sm); font-weight: 700; letter-spacing: .3px;
}

/* ── BUSINESS CARDS ──────────────────────────────────────────── */
.biz-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.biz-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 16px;
    display: flex; gap: 14px; align-items: flex-start;
    transition: var(--tr); cursor: pointer;
}
.biz-card:hover { border-color: var(--navy-light); box-shadow: var(--shadow-md); transform: translateY(-1px); }

.biz-logo {
    width: 48px; height: 48px;
    border-radius: var(--r-md); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700;
}
.bl-blue   { background: var(--blue-pale);   color: var(--navy-light); }
.bl-green  { background: var(--teal-pale);   color: #085041; }
.bl-amber  { background: var(--amber-pale);  color: var(--amber); }
.bl-purple { background: var(--purple-pale); color: var(--purple); }

.biz-body { flex: 1; min-width: 0; }
.biz-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.biz-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.biz-badges { display: flex; gap: 4px; flex-wrap: wrap; flex-shrink: 0; }

.vbadge { font-size: 10px; padding: 2px 7px; border-radius: var(--r-full); font-weight: 600; white-space: nowrap; display: inline-flex; align-items: center; gap: 3px; }
.vbadge-gst    { background: var(--teal-pale);   color: #085041; }
.vbadge-pan    { background: var(--blue-pale);   color: var(--navy-light); }
.vbadge-iso    { background: var(--purple-pale); color: var(--purple); }

.biz-meta { font-size: 11px; color: var(--text-3); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.biz-meta span { display: inline-flex; align-items: center; gap: 3px; }
.biz-desc { font-size: 12px; color: var(--text-2); margin-bottom: 10px; line-height: 1.55; }
.biz-footer { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }

.btn-enq  { background: var(--navy);    color: #fff;       font-size: 11px; padding: 5px 12px; border-radius: var(--r-md); font-weight: 600; transition: var(--tr); }
.btn-enq:hover { background: var(--navy-mid); }
.btn-rfq  { background: transparent; color: var(--coral); font-size: 11px; padding: 5px 11px; border-radius: var(--r-md); border: 1px solid var(--coral); font-weight: 600; transition: var(--tr); }
.btn-rfq:hover { background: var(--coral); color: #fff; }
.btn-wa   { background: #25D366; color: #fff; font-size: 11px; padding: 5px 10px; border-radius: var(--r-md); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; transition: var(--tr); }
.btn-wa:hover { background: #1db954; }
.biz-rating { margin-left: auto; font-size: 11px; color: var(--amber); display: flex; align-items: center; gap: 3px; font-weight: 600; }

/* ── SIDEBAR ─────────────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 70px; align-self: start; }

.my-perm-ad {
    background: linear-gradient(140deg, var(--navy) 0%, #0d4d8a 60%, #0c5c3a 100%);
    border-radius: var(--r-xl); padding: 18px; color: #fff;
    position: relative; overflow: hidden;
}
.my-perm-ad::before {
    content: ''; position: absolute; top: -30px; right: -30px;
    width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(93,202,165,.2) 0%, transparent 70%);
}
.perm-badge { background: var(--coral); color: #fff; font-size: 9px; padding: 3px 8px; border-radius: var(--r-sm); display: inline-block; margin-bottom: 10px; font-weight: 700; letter-spacing: .4px; }
.my-perm-ad h3 { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 6px; line-height: 1.3; }
.my-perm-ad p  { font-size: 11px; color: var(--blue-mid); margin-bottom: 14px; line-height: 1.6; }

.sb-ad-box { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.sb-ad-label { background: var(--sand); padding: 5px 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.sb-ad-label span { font-size: 9px; color: var(--text-3); font-weight: 700; letter-spacing: .5px; }
.sb-ad-label button { background: none; border: none; color: var(--text-3); cursor: pointer; font-size: 14px; line-height: 1; }
.sb-ad-content { padding: 16px; text-align: center; }
.sb-ad-icon { width: 44px; height: 44px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 20px; }
.sb-icon-blue  { background: var(--blue-pale);  color: var(--navy-light); }
.sb-icon-green { background: var(--teal-pale);  color: var(--teal); }
.sb-ad-content h4 { font-size: 12px; font-weight: 600; margin-bottom: 4px; color: var(--navy); }
.sb-ad-content p  { font-size: 11px; color: var(--text-2); line-height: 1.5; margin-bottom: 12px; }

.post-req { background: var(--purple-pale); border: 1px solid #AFA9EC; border-radius: var(--r-lg); padding: 16px; text-align: center; }
.post-req h4 { font-size: 12px; font-weight: 700; color: #26215C; margin-bottom: 4px; }
.post-req p  { font-size: 11px; color: var(--purple); margin-bottom: 12px; line-height: 1.55; }
.post-req button { background: var(--purple); color: #fff; border: none; padding: 8px 16px; border-radius: var(--r-md); font-size: 11px; font-weight: 600; width: 100%; cursor: pointer; transition: var(--tr); }
.post-req button:hover { background: #3f37a3; }

.sb-cats { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 14px; }
.sb-cats h5 { font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.sb-cat-item { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--border); cursor: pointer; transition: var(--tr); }
.sb-cat-item:last-child { border-bottom: none; padding-bottom: 0; }
.sb-cat-item:hover .sb-cat-name { color: var(--navy-light); }
.sb-cat-name  { font-size: 12px; color: var(--text-2); }
.sb-cat-count { font-size: 11px; color: var(--navy-light); font-weight: 600; }

/* ── HOW IT WORKS ────────────────────────────────────────────── */
.hiw { background: #fff; border-top: 1px solid var(--border); padding: 32px 24px; }
.hiw-inner { max-width: 1280px; margin: 0 auto; }
.hiw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.hiw-step { text-align: center; padding: 16px 12px; }
.hiw-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.hiw-step h4 { font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.hiw-step p  { font-size: 11px; color: var(--text-2); line-height: 1.6; }

/* ── PLANS ───────────────────────────────────────────────────── */
.plans-wrap { background: var(--sand); padding: 32px 24px; border-top: 1px solid var(--border); }
.plans-inner { max-width: 1280px; margin: 0 auto; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.plan-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 22px; text-align: center; transition: var(--tr); }
.plan-card.popular { border: 2px solid var(--navy-light); box-shadow: var(--shadow-md); }
.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.plan-pop-badge { background: var(--navy-light); color: #fff; font-size: 10px; padding: 3px 10px; border-radius: var(--r-full); display: inline-block; margin-bottom: 8px; font-weight: 700; letter-spacing: .3px; }
.plan-name  { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.plan-price { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy-light); margin-bottom: 4px; }
.plan-price span { font-size: 12px; font-weight: 400; color: var(--text-3); }
.plan-desc  { font-size: 11px; color: var(--text-2); margin-bottom: 16px; line-height: 1.7; }
.plan-btn   { display: block; width: 100%; background: var(--navy); color: #fff; border: none; padding: 9px; border-radius: var(--r-md); font-size: 12px; font-weight: 600; cursor: pointer; transition: var(--tr); text-align: center; }
.plan-btn:hover { background: var(--navy-mid); }

/* ── FOOTER ──────────────────────────────────────────────────── */
.footer { background: var(--navy); color: var(--blue-mid); padding: 32px 24px 20px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.footer h5  { font-family: 'Sora', sans-serif; color: #fff; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.footer a   { display: block; color: var(--blue-mid); font-size: 12px; margin-bottom: 7px; transition: var(--tr); }
.footer a:hover { color: #fff; }
.footer-brand p { font-size: 11px; line-height: 1.7; margin-bottom: 8px; }
.footer-brand .contact { font-size: 11px; color: var(--teal-light); }
.footer-bottom { max-width: 1280px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--text-3); flex-wrap: wrap; gap: 8px; }
.footer-bottom .wa-badge { color: var(--teal-light); display: flex; align-items: center; gap: 5px; }

/* ── MODAL ───────────────────────────────────────────────────── */
.modal-overlay { position: fixed; inset: 0; background: rgba(4,44,83,.5); z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal { background: #fff; border-radius: var(--r-xl); width: 100%; max-width: 440px; padding: 28px; box-shadow: var(--shadow-lg); transform: translateY(20px); transition: transform .25s; margin: 16px; }
.modal-overlay.open .modal { transform: translateY(0); }
.modal h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.modal p  { font-size: 12px; color: var(--text-2); margin-bottom: 20px; }
.modal-close { position: absolute; top: 16px; right: 16px; background: var(--sand); border: none; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 16px; color: var(--text-2); display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--border); }

.form-row { margin-bottom: 12px; }
.form-row label { display: block; font-size: 11px; font-weight: 700; color: var(--text-2); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .4px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid var(--border); border-radius: var(--r-md); padding: 10px 12px; font-size: 12px; font-family: inherit; color: var(--text-1); outline: none; transition: var(--tr); }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--navy-light); box-shadow: 0 0 0 3px rgba(24,95,165,.1); }
.form-row textarea { resize: vertical; min-height: 80px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.submit-btn { width: 100%; background: var(--navy); color: #fff; border: none; padding: 11px; border-radius: var(--r-md); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--tr); margin-top: 4px; }
.submit-btn:hover { background: var(--navy-mid); }
.form-errors { background: #fff1f0; border: 1px solid #ffccc7; border-radius: var(--r-md); padding: 10px 14px; margin-bottom: 14px; font-size: 12px; color: #c0392b; display: flex; flex-direction: column; gap: 4px; }
.form-error-msg { font-size: 11px; color: #c0392b; margin-top: 3px; display: block; }
.form-row input.input-validation-error,
.form-row select.input-validation-error { border-color: #c0392b; }

/* ── TOAST ───────────────────────────────────────────────────── */
.toast { position: fixed; bottom: 24px; right: 24px; background: var(--navy); color: #fff; padding: 12px 20px; border-radius: var(--r-lg); font-size: 12px; font-weight: 500; z-index: 9999; transform: translateY(80px); opacity: 0; transition: all .3s; display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow-lg); }
.toast.show { transform: translateY(0); opacity: 1; }
.toast i { color: var(--teal-light); }

/* ── WA FAB ──────────────────────────────────────────────────── */
.wa-fab { position: fixed; bottom: 24px; left: 24px; width: 48px; height: 48px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(37,211,102,.4); z-index: 100; transition: var(--tr); }
.wa-fab:hover { transform: scale(1.08); }
.wa-fab i { font-size: 24px; color: #fff; }

/* ── ANIMATIONS ──────────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner { animation: fadeUp .6s ease both; }
.sbar-item:nth-child(1) { animation: fadeUp .5s .05s ease both; }
.sbar-item:nth-child(2) { animation: fadeUp .5s .12s ease both; }
.sbar-item:nth-child(3) { animation: fadeUp .5s .19s ease both; }
.sbar-item:nth-child(4) { animation: fadeUp .5s .26s ease both; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
    .main-wrap { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .nav-links { display: none; }
    .cat-grid { grid-template-columns: repeat(3, 1fr); }
    .hiw-grid, .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .search-bar select { display: none; }
    .hiw-grid { grid-template-columns: 1fr; }
    .plans-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .biz-card { flex-direction: column; }
    .biz-top { flex-direction: column; gap: 4px; }
    .nav-right .btn-ghost { display: none; }
}

/* ── BUSINESS PROFILE PAGE ───────────────────────────────────── */
.bp-cover {
    height: 160px;
    background: linear-gradient(135deg, #021A35 0%, var(--navy) 50%, #0d5490 75%, #0c5c3a 100%);
    overflow: hidden; position: relative;
}
.bp-cover img { width: 100%; height: 100%; object-fit: cover; }

.bp-header-strip { background: #fff; border-bottom: 1px solid var(--border); padding: 0 24px 16px; }
.bp-header-inner {
    max-width: 1280px; margin: 0 auto;
    display: flex; gap: 16px; align-items: flex-end;
    transform: translateY(-28px);
}
.bp-logo-xl {
    width: 80px; height: 80px; border-radius: var(--r-lg);
    font-size: 24px; font-weight: 700; font-family: 'Sora', sans-serif;
    border: 3px solid #fff; box-shadow: var(--shadow-md); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}
.bp-hdr-body { flex: 1; padding-bottom: 2px; }
.bp-title-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.bp-name { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); }
.bp-verified-badge {
    background: var(--teal-pale); color: var(--teal); font-size: 11px; font-weight: 700;
    padding: 3px 10px; border-radius: var(--r-full); display: inline-flex; align-items: center; gap: 4px;
}
.bp-verified-badge i { font-size: 14px; }
.bp-badges-row { display: flex; gap: 5px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }
.bp-meta-row { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12px; color: var(--text-2); }
.bp-meta-row span { display: inline-flex; align-items: center; gap: 4px; }
.bp-meta-row i { color: var(--text-3); font-size: 14px; }

.bp-body-wrap { display: grid; grid-template-columns: 1fr 280px; gap: 20px; padding: 20px 24px; max-width: 1280px; margin: 0 auto; }
.bp-main { display: flex; flex-direction: column; gap: 16px; }

.bp-section { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; }
.bp-section-title {
    font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700;
    color: var(--navy); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.bp-about-lead { font-size: 13px; color: var(--text-1); font-weight: 500; line-height: 1.65; margin-bottom: 10px; }
.bp-about-body { font-size: 12px; color: var(--text-2); line-height: 1.8; }

.bp-detail-table { width: 100%; border-collapse: collapse; }
.bp-detail-table td { padding: 9px 0; font-size: 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.bp-detail-table td:first-child { color: var(--text-3); font-weight: 600; width: 140px; white-space: nowrap; }
.bp-detail-table td:last-child { color: var(--text-1); }
.bp-detail-table tr:last-child td { border-bottom: none; }
.bp-detail-table a { color: var(--navy-light); }

.bp-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 70px; align-self: start; }
.bp-contact-card, .bp-verify-card, .bp-trust-card {
    background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px;
}
.bp-contact-card h3, .bp-verify-card h3 {
    font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 12px;
}
.bp-contact-row {
    display: flex; align-items: center; gap: 10px; padding: 9px 0;
    border-bottom: 1px solid var(--border); color: var(--text-1); font-size: 12px; transition: var(--tr);
}
.bp-contact-row:last-of-type { border-bottom: none; }
.bp-contact-row:hover { color: var(--navy-light); }
.bp-contact-icon {
    width: 32px; height: 32px; border-radius: var(--r-md); background: var(--blue-pale);
    color: var(--navy-light); display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0;
}
.bp-wa-icon { background: #E7FAF0; color: #128C7E; }
.btn-block-wa {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; background: #25D366; color: #fff; border-radius: var(--r-md);
    padding: 10px; font-size: 13px; font-weight: 600; margin-top: 12px; transition: var(--tr);
}
.btn-block-wa:hover { background: #1db954; }

.bp-verify-item {
    display: flex; align-items: center; gap: 8px; font-size: 12px;
    color: var(--text-2); padding: 6px 0; border-bottom: 1px solid var(--border);
}
.bp-verify-item:last-child { border-bottom: none; padding-bottom: 0; }
.bp-verify-checked { color: #085041; font-weight: 500; }
.bp-verify-checked i { color: var(--teal); font-size: 16px; }

.bp-trust-card { text-align: center; background: var(--sand); }
.bp-trust-card i { font-size: 28px; color: var(--navy-light); display: block; margin-bottom: 8px; }
.bp-trust-card p { font-size: 11px; color: var(--text-2); line-height: 1.65; }

/* ── SETUP PAGE ──────────────────────────────────────────────── */
.setup-page { padding: 32px 24px; min-height: 80vh; background: var(--sand); }
.setup-inner { max-width: 760px; margin: 0 auto; }
.setup-header { margin-bottom: 24px; }
.setup-header h1 { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.setup-header p { font-size: 13px; color: var(--text-2); }
.setup-section {
    background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
    padding: 20px 22px; margin-bottom: 16px;
}
.setup-section h3 {
    font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--navy);
    margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border);
}

/* ── PRODUCT GRID (on business profile) ──────────────────────── */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.prod-card {
    border: 1px solid var(--border); border-radius: var(--r-lg);
    overflow: hidden; background: #fff; transition: var(--tr); display: block;
}
.prod-card:hover { border-color: var(--navy-light); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.prod-thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--sand); }
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; }
.prod-thumb-placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    color: var(--border); font-size: 32px;
}
.prod-info { padding: 10px 12px 12px; }
.prod-name { font-size: 12px; font-weight: 600; color: var(--navy); margin-bottom: 3px; line-height: 1.4; }
.prod-cat  { font-size: 11px; color: var(--text-3); margin-bottom: 6px; }
.prod-price { font-size: 12px; font-weight: 700; color: var(--teal); }

/* ── PRODUCT DETAIL PAGE ─────────────────────────────────────── */
.pd-breadcrumb { background: var(--sand); border-bottom: 1px solid var(--border); padding: 10px 24px; font-size: 11px; }
.pd-breadcrumb-inner { max-width: 1280px; margin: 0 auto; display: flex; gap: 6px; align-items: center; color: var(--text-3); }
.pd-breadcrumb-inner a { color: var(--text-3); }
.pd-breadcrumb-inner a:hover { color: var(--navy-light); }
.pd-breadcrumb-inner span { color: var(--text-2); }

.pd-body-wrap { display: grid; grid-template-columns: 1fr 280px; gap: 20px; padding: 20px 24px; max-width: 1280px; margin: 0 auto; }

.pd-main { display: grid; grid-template-columns: 340px 1fr; gap: 20px; }
.pd-image-box { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--sand); aspect-ratio: 4/3; }
.pd-image { width: 100%; height: 100%; object-fit: contain; }
.pd-image-placeholder {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; color: var(--text-3); gap: 8px;
}
.pd-image-placeholder i { font-size: 52px; color: var(--border); }
.pd-image-placeholder span { font-size: 12px; }

.pd-info { display: flex; flex-direction: column; gap: 16px; }
.pd-category-tag { display: inline-flex; background: var(--blue-pale); color: var(--navy-light); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: var(--r-full); align-self: flex-start; }
.pd-name { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.pd-short-desc { font-size: 13px; color: var(--text-2); line-height: 1.65; }

.pd-price-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pd-price { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 700; color: var(--navy-light); }
.pd-unit { font-size: 12px; color: var(--text-3); }
.pd-negotiable { font-size: 11px; color: var(--teal); font-weight: 600; display: inline-flex; align-items: center; gap: 3px; background: var(--teal-pale); padding: 3px 8px; border-radius: var(--r-full); }

.pd-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; background: var(--sand); border-radius: var(--r-lg); padding: 14px 16px; }
.pd-spec-item { display: flex; flex-direction: column; gap: 3px; }
.pd-spec-label { font-size: 10px; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.pd-spec-value { font-size: 13px; color: var(--navy); font-weight: 600; }

.pd-desc-section h3 { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.pd-desc-section p  { font-size: 12px; color: var(--text-2); line-height: 1.8; }

.pd-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 70px; align-self: start; }

.pd-quote-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; }
.pd-quote-price { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy-light); }
.pd-quote-unit  { font-size: 11px; color: var(--text-3); margin-top: 2px; }
.pd-quote-moq   { font-size: 11px; color: var(--text-2); margin-top: 8px; font-weight: 500; }
.pd-call-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; border: 1px solid var(--border); color: var(--text-2);
    border-radius: var(--r-md); padding: 9px; font-size: 12px; font-weight: 600;
    margin-top: 8px; transition: var(--tr);
}
.pd-call-btn:hover { border-color: var(--navy-light); color: var(--navy-light); }

.pd-seller-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; }
.pd-seller-label { font-size: 10px; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }
.pd-seller-link { display: flex; gap: 10px; align-items: center; text-decoration: none; }
.pd-seller-info { flex: 1; min-width: 0; }
.pd-seller-name { font-size: 13px; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 4px; }
.pd-seller-loc  { font-size: 11px; color: var(--text-3); display: flex; align-items: center; gap: 3px; margin-top: 3px; }
.pd-view-profile { display: block; margin-top: 12px; font-size: 11px; color: var(--navy-light); font-weight: 600; text-align: center; }
.pd-view-profile:hover { color: var(--navy); }

@media (max-width: 900px) {
    .bp-body-wrap { grid-template-columns: 1fr; }
    .bp-sidebar { position: static; }
    .bp-name { font-size: 18px; }
    .pd-body-wrap { grid-template-columns: 1fr; }
    .pd-sidebar { position: static; }
    .pd-main { grid-template-columns: 1fr; }
    .prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .bp-cover { height: 110px; }
    .bp-logo-xl { width: 64px; height: 64px; font-size: 20px; }
    .bp-header-inner { gap: 12px; }
    .bp-body-wrap { padding: 16px; }
    .pd-body-wrap { padding: 16px; }
    .prod-grid { grid-template-columns: repeat(2, 1fr); }
    .pd-price { font-size: 18px; }
}

/* ── SEARCH RESULTS ─────────────────────────────────────────── */
.sr-wrap { max-width: 900px; margin: 0 auto; padding: 24px 20px 48px; }

.sr-bar-wrap { background: var(--navy); border-radius: var(--r-lg); padding: 16px; margin-bottom: 24px; }
.sr-bar-form { width: 100%; }
.sr-bar-inner { display: flex; gap: 8px; flex-wrap: wrap; }
.sr-input-wrap { flex: 1; min-width: 180px; position: relative; display: flex; align-items: center; }
.sr-input-wrap .ti { position: absolute; left: 10px; color: var(--text-3); font-size: 16px; }
.sr-input { width: 100%; padding: 9px 10px 9px 34px; border: 1px solid var(--border); border-radius: var(--r-md); font-size: 14px; font-family: inherit; }
.sr-input:focus { outline: none; border-color: var(--teal); }
.sr-select { padding: 9px 10px; border: 1px solid var(--border); border-radius: var(--r-md); font-size: 13px; font-family: inherit; background: #fff; min-width: 130px; }
.sr-select:focus { outline: none; border-color: var(--teal); }
.sr-btn { white-space: nowrap; }

.sr-results-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.sr-results-count { font-size: 13px; color: var(--text-2); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sr-results-count strong { color: var(--navy); }
.sr-filter-tag { background: var(--bg-2); border: 1px solid var(--border); border-radius: 20px; padding: 2px 10px; font-size: 11px; display: inline-flex; align-items: center; gap: 6px; }
.sr-filter-tag a { color: var(--text-3); text-decoration: none; font-weight: 700; }
.sr-filter-tag a:hover { color: var(--coral); }

.sr-tabs { display: flex; gap: 4px; }
.sr-tab { padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--text-2); text-decoration: none; border: 1px solid transparent; transition: var(--tr); }
.sr-tab:hover { background: var(--bg-2); border-color: var(--border); }
.sr-tab-active { background: var(--navy); color: #fff; }
.sr-tab-active:hover { background: var(--navy); color: #fff; }

.sr-body { display: flex; flex-direction: column; gap: 32px; }
.sr-section {}
.sr-section-title { font-size: 13px; font-weight: 700; color: var(--text-3); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }

/* Business list */
.sr-biz-list { display: flex; flex-direction: column; gap: 10px; }
.sr-biz-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 14px 16px; text-decoration: none; transition: var(--tr); }
.sr-biz-card:hover { border-color: var(--navy-light); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.sr-biz-logo { width: 48px; height: 48px; border-radius: var(--r-md); font-size: 16px; flex-shrink: 0; }
.sr-biz-info { flex: 1; min-width: 0; }
.sr-biz-name { font-size: 15px; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.sr-biz-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; font-size: 12px; color: var(--text-3); }
.sr-biz-meta span { display: flex; align-items: center; gap: 3px; }
.sr-biz-desc { font-size: 12px; color: var(--text-2); margin-top: 6px; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sr-biz-arrow { color: var(--text-3); flex-shrink: 0; }

/* Product grid */
.sr-prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.sr-prod-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); text-decoration: none; overflow: hidden; transition: var(--tr); }
.sr-prod-card:hover { border-color: var(--navy-light); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.sr-prod-thumb { aspect-ratio: 1; background: var(--bg-2); overflow: hidden; }
.sr-prod-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sr-prod-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--border); }
.sr-prod-info { padding: 10px; flex: 1; display: flex; flex-direction: column; gap: 3px; }
.sr-prod-name { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.sr-prod-cat { font-size: 11px; color: var(--text-3); }
.sr-prod-price { font-size: 13px; font-weight: 700; color: var(--teal); margin-top: 2px; }
.sr-prod-seller { font-size: 11px; color: var(--text-3); margin-top: auto; padding-top: 6px; display: flex; align-items: center; gap: 3px; }

.sr-empty-state { text-align: center; padding: 64px 20px; color: var(--text-2); }
.sr-empty-state p { font-size: 14px; margin: 0; }

@media (max-width: 700px) {
    .sr-bar-inner { flex-direction: column; }
    .sr-results-header { flex-direction: column; align-items: flex-start; }
    .sr-prod-grid { grid-template-columns: repeat(2, 1fr); }
    .sr-biz-card { flex-wrap: wrap; }
}
