/* ============================================================
   BestDealz International — Content & Trust Pages
   Used by: contact, FAQ, how-it-works, policies, trade assurance,
            become-a-supplier, support.
   Theme:   matches bd-alibaba.css (blue #003c8c + orange #f08c00)
   ============================================================ */

/* ── Page hero ────────────────────────────────────────────── */
.ct-hero{
  background:linear-gradient(135deg,#fff8ee 0%,#fff 60%,#eef3ff 100%);
  border-bottom:1px solid var(--line);
  padding:40px 0 36px;
}
.ct-hero .bd-container{ position:relative; }
.ct-hero h1{
  font-size:34px;
  line-height:1.15;
  font-weight:900;
  color:var(--ink-900);
  margin:0 0 12px;
  letter-spacing:-.02em;
}
.ct-hero h1 .accent{ color:var(--bd-orange); }
.ct-hero h1 .blue{ color:var(--bd-blue); }
.ct-hero .lede{
  font-size:15.5px;
  color:var(--ink-700);
  max-width:680px;
  line-height:1.55;
  margin:0;
}
.ct-hero .badge-row{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;
}
.ct-hero .badge-row .pill{
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink-700);
  font-size:12.5px;
  font-weight:600;
  padding:6px 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.ct-hero .badge-row .pill svg{ width:12px;height:12px; color:var(--bd-green); }

/* ── Content shell ────────────────────────────────────────── */
.ct-shell{ padding:32px 0 56px; }
.ct-grid{
  display:grid;
  grid-template-columns: 260px 1fr;
  gap:32px;
  align-items:start;
}
.ct-toc{
  position:sticky;
  top:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:14px 12px;
}
.ct-toc h6{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.5px;
  color:var(--ink-500);
  margin:0 0 8px;
  padding:0 4px;
}
.ct-toc ul{ list-style:none; padding:0; margin:0; }
.ct-toc a{
  display:block;
  padding:7px 10px;
  border-radius:6px;
  font-size:13px;
  color:var(--ink-700);
  text-decoration:none;
  border-left:2px solid transparent;
  transition:background .15s, color .15s;
}
.ct-toc a:hover{ background:#fff8ee; color:var(--bd-orange); }
.ct-toc a.active{ background:#fff5e6; color:var(--bd-orange); border-left-color:var(--bd-orange); font-weight:600; }

.ct-body{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px 32px;
}
.ct-body section{ scroll-margin-top:80px; padding:14px 0; }
.ct-body h2{
  font-size:20px;
  font-weight:800;
  color:var(--ink-900);
  margin:18px 0 10px;
  padding-bottom:8px;
  border-bottom:1px solid var(--line);
}
.ct-body h3{
  font-size:15.5px;
  font-weight:700;
  color:var(--ink-900);
  margin:16px 0 8px;
}
.ct-body p{
  font-size:14px;
  line-height:1.65;
  color:var(--ink-700);
  margin:0 0 12px;
}
.ct-body ul, .ct-body ol{
  font-size:14px;
  line-height:1.7;
  color:var(--ink-700);
  padding-left:22px;
  margin:0 0 14px;
}
.ct-body ul li, .ct-body ol li{ margin-bottom:6px; }
.ct-body strong{ color:var(--ink-900); }
.ct-body a{ color:var(--bd-blue); text-decoration:underline; }
.ct-body a:hover{ color:var(--bd-orange); }
.ct-body .last-upd{
  font-size:12px;
  color:var(--ink-500);
  background:#f7f7f7;
  border-radius:6px;
  padding:6px 10px;
  display:inline-block;
  margin-bottom:8px;
}
.ct-body .callout{
  background:#fff8ee;
  border-left:3px solid var(--bd-orange);
  padding:12px 14px;
  border-radius:6px;
  margin:14px 0;
  font-size:13.5px;
  color:var(--ink-700);
}
.ct-body .callout strong{ color:var(--bd-orange); }

/* ── FAQ accordion ────────────────────────────────────────── */
.faq-list{ margin:0; }
.faq-item{
  border:1px solid var(--line);
  border-radius:8px;
  margin-bottom:10px;
  overflow:hidden;
  background:#fff;
  transition:box-shadow .15s, border-color .15s;
}
.faq-item:hover{ box-shadow:0 2px 8px rgba(0,0,0,.04); }
.faq-item.open{ border-color:var(--bd-orange); }
.faq-q{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 16px;
  cursor:pointer;
  user-select:none;
  font-size:14.5px;
  font-weight:600;
  color:var(--ink-900);
  list-style:none;
}
.faq-q::-webkit-details-marker{ display:none; }
.faq-q .chev{
  width:18px; height:18px;
  color:var(--ink-500);
  flex-shrink:0;
  transition:transform .2s, color .2s;
}
.faq-item.open .chev{ transform:rotate(180deg); color:var(--bd-orange); }
.faq-a{
  padding:0 16px 14px;
  font-size:13.5px;
  line-height:1.65;
  color:var(--ink-700);
}
.faq-a p{ margin:0 0 8px; }
.faq-a p:last-child{ margin-bottom:0; }
.faq-cat-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:18px;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
}
.faq-cat-tabs button{
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink-700);
  font-size:12.5px;
  font-weight:600;
  padding:7px 14px;
  border-radius:999px;
  cursor:pointer;
  transition:background .15s, border-color .15s, color .15s;
}
.faq-cat-tabs button:hover{ border-color:var(--bd-orange); color:var(--bd-orange); }
.faq-cat-tabs button.active{ background:var(--bd-orange); border-color:var(--bd-orange); color:#fff; }

/* ── Contact page split ───────────────────────────────────── */
.contact-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:28px;
  align-items:start;
}
.contact-form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px;
}
.contact-form-card h2{
  font-size:20px;
  font-weight:800;
  color:var(--ink-900);
  margin:0 0 6px;
}
.contact-form-card .sub{
  font-size:13.5px;
  color:var(--ink-500);
  margin:0 0 18px;
}
.contact-form .row2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.contact-form label{
  display:block;
  font-size:12.5px;
  font-weight:600;
  color:var(--ink-700);
  margin-bottom:5px;
}
.contact-form input, .contact-form select, .contact-form textarea{
  width:100%;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:6px;
  font-size:13.5px;
  font-family:inherit;
  background:#fff;
  transition:border-color .15s, box-shadow .15s;
  margin-bottom:14px;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{
  outline:0;
  border-color:var(--bd-orange);
  box-shadow:0 0 0 3px rgba(240,140,0,.12);
}
.contact-form textarea{ resize:vertical; min-height:120px; }
.contact-form .submit-btn{
  background:var(--bd-orange);
  color:#fff;
  border:0;
  padding:13px 28px;
  border-radius:6px;
  font-size:14.5px;
  font-weight:700;
  cursor:pointer;
  width:100%;
  transition:background .15s, transform .1s;
}
.contact-form .submit-btn:hover{ background:#d97700; }
.contact-form .submit-btn:active{ transform:translateY(1px); }

.contact-side{ display:flex; flex-direction:column; gap:14px; }
.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:20px;
}
.contact-card h3{
  font-size:14px;
  font-weight:700;
  color:var(--ink-900);
  margin:0 0 10px;
  display:flex;
  align-items:center;
  gap:8px;
}
.contact-card h3 svg{ width:16px; height:16px; color:var(--bd-orange); }
.contact-card .info-row{
  font-size:13px;
  color:var(--ink-700);
  margin:6px 0;
}
.contact-card .info-row strong{ color:var(--ink-900); display:block; font-weight:600; }
.contact-card a{ color:var(--bd-blue); text-decoration:none; }
.contact-card a:hover{ color:var(--bd-orange); text-decoration:underline; }
.contact-channel-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.contact-channel-row a{
  background:#fff8ee;
  border:1px solid #f4d4a0;
  color:var(--bd-orange);
  font-size:12.5px;
  font-weight:600;
  text-align:center;
  padding:10px 0;
  border-radius:6px;
  text-decoration:none;
  transition:background .15s;
}
.contact-channel-row a:hover{ background:#ffe9c4; }
.contact-channel-row a.wa{ background:#dcfce7; border-color:#86efac; color:#15803d; }
.contact-channel-row a.wa:hover{ background:#bbf7d0; }

/* ── How it works steps ───────────────────────────────────── */
.hiw-steps{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  margin:30px 0;
}
.hiw-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:22px 18px;
  text-align:center;
  position:relative;
  transition:transform .15s, box-shadow .15s;
}
.hiw-step:hover{ transform:translateY(-2px); box-shadow:0 4px 14px rgba(0,0,0,.06); }
.hiw-step .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px; height:42px;
  background:linear-gradient(135deg,var(--bd-blue),var(--bd-orange));
  color:#fff;
  font-weight:900;
  font-size:18px;
  border-radius:50%;
  margin-bottom:12px;
}
.hiw-step h3{
  font-size:14.5px;
  font-weight:700;
  color:var(--ink-900);
  margin:0 0 8px;
}
.hiw-step p{
  font-size:12.5px;
  color:var(--ink-700);
  line-height:1.5;
  margin:0;
}
.hiw-step::after{
  content:'';
  position:absolute;
  right:-10px;
  top:50%;
  width:20px; height:2px;
  background:linear-gradient(90deg, var(--bd-orange), transparent);
  display:none;
}
@media (min-width:769px){
  .hiw-step:not(:last-child)::after{ display:block; }
}

.hiw-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin:24px 0;
}
.hiw-feat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:20px;
  text-align:center;
}
.hiw-feat .ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px; height:48px;
  background:#fff8ee;
  border-radius:10px;
  margin-bottom:10px;
}
.hiw-feat .ic svg{ width:22px; height:22px; color:var(--bd-orange); }
.hiw-feat h4{
  font-size:13.5px;
  font-weight:700;
  color:var(--ink-900);
  margin:0 0 6px;
}
.hiw-feat p{
  font-size:12.5px;
  color:var(--ink-700);
  margin:0;
  line-height:1.5;
}

/* ── Trade Assurance hero ─────────────────────────────────── */
.ta-hero{
  background:
    linear-gradient(135deg, rgba(0,60,140,.92) 0%, rgba(0,40,100,.92) 100%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,.05)"/></svg>');
  color:#fff;
  padding:54px 0 50px;
  border-bottom:4px solid var(--bd-orange);
}
.ta-hero h1{
  font-size:36px;
  font-weight:900;
  margin:0 0 12px;
  letter-spacing:-.02em;
}
.ta-hero h1 .accent{ color:#ffd479; }
.ta-hero .lede{
  font-size:16px;
  color:rgba(255,255,255,.85);
  max-width:680px;
  line-height:1.55;
  margin:0 0 22px;
}
.ta-pillars{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.ta-pillar{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  padding:16px;
  backdrop-filter:blur(4px);
}
.ta-pillar .ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px; height:36px;
  background:rgba(255,212,121,.15);
  border-radius:8px;
  margin-bottom:8px;
}
.ta-pillar .ic svg{ width:18px; height:18px; color:#ffd479; }
.ta-pillar h4{
  font-size:13.5px;
  font-weight:700;
  color:#fff;
  margin:0 0 4px;
}
.ta-pillar p{
  font-size:12px;
  color:rgba(255,255,255,.75);
  margin:0;
  line-height:1.5;
}

.ta-coverage{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:26px;
  margin:24px 0;
}
.ta-coverage h2{
  font-size:18px;
  font-weight:800;
  color:var(--ink-900);
  margin:0 0 16px;
}
.ta-coverage-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}
.ta-cov-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px;
  background:#fafafa;
  border-radius:8px;
}
.ta-cov-item .ic{
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px; height:36px;
  background:#dcfce7;
  border-radius:50%;
}
.ta-cov-item .ic svg{ width:18px; height:18px; color:#15803d; }
.ta-cov-item h4{
  font-size:13.5px;
  font-weight:700;
  color:var(--ink-900);
  margin:0 0 4px;
}
.ta-cov-item p{
  font-size:12.5px;
  color:var(--ink-700);
  margin:0;
  line-height:1.5;
}

/* ── Become-a-supplier ────────────────────────────────────── */
.sup-hero{
  background:linear-gradient(135deg,#003c8c 0%,#001e5c 100%);
  color:#fff;
  padding:50px 0;
  border-bottom:4px solid var(--bd-orange);
  position:relative;
  overflow:hidden;
}
.sup-hero::before{
  content:'';
  position:absolute;
  top:-100px; right:-100px;
  width:400px; height:400px;
  background:radial-gradient(circle, rgba(240,140,0,.15) 0%, transparent 70%);
}
.sup-hero .bd-container{ position:relative; z-index:1; }
.sup-hero-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:32px;
  align-items:center;
}
.sup-hero h1{
  font-size:38px;
  font-weight:900;
  margin:0 0 14px;
  letter-spacing:-.02em;
}
.sup-hero h1 .accent{ color:var(--bd-orange); }
.sup-hero .lede{
  font-size:16px;
  color:rgba(255,255,255,.85);
  margin:0 0 24px;
  line-height:1.55;
}
.sup-cta-row{ display:flex; gap:12px; flex-wrap:wrap; }
.sup-cta-row a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:14px 28px;
  border-radius:6px;
  font-weight:700;
  font-size:14.5px;
  text-decoration:none;
  transition:transform .1s, background .15s;
}
.sup-cta-row a.primary{
  background:var(--bd-orange);
  color:#fff;
}
.sup-cta-row a.primary:hover{ background:#d97700; }
.sup-cta-row a.ghost{
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
}
.sup-cta-row a.ghost:hover{ background:rgba(255,255,255,.2); }
.sup-cta-row a:active{ transform:translateY(1px); }

.sup-stats{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}
.sup-stat{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:18px;
  text-align:center;
}
.sup-stat .num{
  font-size:28px;
  font-weight:900;
  color:var(--bd-orange);
  line-height:1;
  margin-bottom:4px;
}
.sup-stat .lbl{
  font-size:12px;
  color:rgba(255,255,255,.7);
  text-transform:uppercase;
  letter-spacing:.5px;
}

.sup-benefits{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin:30px 0;
}
.sup-benefit{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:22px;
  transition:transform .15s, box-shadow .15s;
}
.sup-benefit:hover{ transform:translateY(-2px); box-shadow:0 4px 14px rgba(0,0,0,.06); }
.sup-benefit .ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px; height:46px;
  background:linear-gradient(135deg,#fff8ee,#ffe6c4);
  border-radius:10px;
  margin-bottom:12px;
}
.sup-benefit .ic svg{ width:22px; height:22px; color:var(--bd-orange); }
.sup-benefit h3{
  font-size:15px;
  font-weight:800;
  color:var(--ink-900);
  margin:0 0 6px;
}
.sup-benefit p{
  font-size:13px;
  color:var(--ink-700);
  margin:0;
  line-height:1.55;
}

.sup-process{
  background:#fafafa;
  border-radius:10px;
  padding:28px;
  margin:30px 0;
}
.sup-process h2{
  font-size:20px;
  font-weight:800;
  color:var(--ink-900);
  margin:0 0 18px;
  text-align:center;
}
.sup-process-steps{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.sup-pstep{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px 14px;
  text-align:center;
}
.sup-pstep .num{
  display:inline-block;
  width:30px; height:30px;
  background:var(--bd-orange);
  color:#fff;
  font-weight:900;
  font-size:14px;
  line-height:30px;
  border-radius:50%;
  margin-bottom:10px;
}
.sup-pstep h4{
  font-size:13.5px;
  font-weight:700;
  color:var(--ink-900);
  margin:0 0 6px;
}
.sup-pstep p{
  font-size:12px;
  color:var(--ink-700);
  margin:0;
  line-height:1.5;
}

/* ── CTA strip (bottom of pages) ──────────────────────────── */
.ct-cta{
  background:linear-gradient(135deg, var(--bd-blue), #001e5c);
  border-radius:12px;
  padding:32px;
  text-align:center;
  color:#fff;
  margin:30px 0;
}
.ct-cta h2{
  font-size:22px;
  font-weight:900;
  margin:0 0 8px;
}
.ct-cta p{
  font-size:14px;
  color:rgba(255,255,255,.85);
  margin:0 0 18px;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
.ct-cta .btns{ display:inline-flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.ct-cta .btns a{
  background:var(--bd-orange);
  color:#fff;
  padding:11px 24px;
  border-radius:6px;
  font-weight:700;
  font-size:13.5px;
  text-decoration:none;
}
.ct-cta .btns a.ghost{ background:transparent; border:1px solid rgba(255,255,255,.4); }
.ct-cta .btns a:hover{ filter:brightness(1.1); }

/* ── Mobile responsive ───────────────────────────────────── */
@media (max-width:900px){
  .ct-grid{ grid-template-columns:1fr; }
  .ct-toc{ position:static; margin-bottom:18px; }
  .ct-body{ padding:22px 18px; }
  .contact-grid{ grid-template-columns:1fr; }
  .ta-pillars{ grid-template-columns:repeat(2, 1fr); }
  .ta-coverage-grid{ grid-template-columns:1fr; }
  .sup-hero-grid{ grid-template-columns:1fr; }
  .sup-benefits{ grid-template-columns:repeat(2, 1fr); }
  .sup-process-steps{ grid-template-columns:repeat(2, 1fr); }
  .hiw-steps{ grid-template-columns:repeat(2, 1fr); }
  .hiw-feature-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:600px){
  .ct-hero{ padding:28px 0 24px; }
  .ct-hero h1{ font-size:24px; }
  .ct-hero .lede{ font-size:14px; }
  .ct-body{ padding:18px 14px; }
  .ct-body h2{ font-size:17px; }
  .contact-form .row2{ grid-template-columns:1fr; }
  .ta-hero h1, .sup-hero h1{ font-size:26px; }
  .ta-hero .lede, .sup-hero .lede{ font-size:14px; }
  .ta-pillars{ grid-template-columns:1fr; }
  .sup-benefits{ grid-template-columns:1fr; }
  .sup-stats{ grid-template-columns:repeat(2, 1fr); }
  .sup-process-steps{ grid-template-columns:1fr; }
  .hiw-steps{ grid-template-columns:1fr; }
  .hiw-feature-grid{ grid-template-columns:1fr; }
  .contact-channel-row{ grid-template-columns:1fr; }
  .faq-q{ padding:12px 14px; font-size:13.5px; }
  .ct-cta{ padding:24px 16px; }
  .ct-cta h2{ font-size:18px; }
}
