/*
 * trust.css — Styles for the Trust page template (page-trust.php).
 *
 * @package ChefAnandHub
 */

/* ── SHARED BUTTON VARIANTS ── */
.btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  background: #111827; color: #fff;
  padding: 11px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 600; border: 1.5px solid #111827;
  cursor: pointer; white-space: nowrap;
  transition: opacity .2s, transform .15s;
  text-decoration: none;
}
.btn-dark:hover { opacity: .82; transform: translateY(-1px); }

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #111827;
  padding: 11px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 600; border: 1.5px solid #D1D5DB;
  cursor: pointer; white-space: nowrap;
  transition: border-color .15s, background .15s, transform .15s;
  text-decoration: none;
}
.btn-outline:hover { border-color: #111827; background: #F9FAFB; transform: translateY(-1px); }

.btn-outline-white {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #fff;
  padding: 11px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 600; border: 1.5px solid rgba(255,255,255,.4);
  cursor: pointer; white-space: nowrap;
  transition: background .15s, transform .15s;
  text-decoration: none;
}
.btn-outline-white:hover { background: rgba(255,255,255,.1); transform: translateY(-1px); }

/* ── SHARED SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 44px; }
.section-header .eyebrow { font-size: 12px; font-weight: 500; color: #6B7280; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: #111827; letter-spacing: -.02em; margin-bottom: 10px; }
.section-header p { font-size: 14.5px; color: #4B5563; max-width: 560px; margin: 0 auto; line-height: 1.65; }
.section-header .note { font-size: 13px; color: #9CA3AF; margin-top: 8px; }

/* ── HERO ── */
.trust-hero {
  padding: 64px 24px 60px;
  text-align: center;
  border-bottom: 1px solid #E5E7EB;
}
.trust-hero .eyebrow { font-size: 12px; font-weight: 500; color: #6B7280; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.trust-hero h1 {
  font-size: 44px; font-weight: 800; color: #111827;
  letter-spacing: -.03em; line-height: 1.1; margin-bottom: 16px;
  max-width: 640px; margin-left: auto; margin-right: auto;
}
.trust-hero .hero-sub { font-size: 15px; color: #4B5563; max-width: 580px; margin: 0 auto 8px; line-height: 1.7; }
.trust-hero .hero-note { font-size: 13px; color: #9CA3AF; margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── HOW WE EARN YOUR TRUST ── */
.earn-trust { padding: 72px 24px; }
.earn-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; max-width: 1000px; margin: 0 auto;
}
.earn-card {
  border: 1px solid #E5E7EB; border-radius: 10px;
  padding: 24px 20px; transition: box-shadow .2s, transform .18s;
}
.earn-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); transform: translateY(-2px); }
.earn-card .card-icon { width: 34px; height: 34px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; }
.earn-card .card-icon svg { width: 26px; height: 26px; stroke: #111827; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.earn-card h3 { font-size: 14.5px; font-weight: 700; color: #111827; margin-bottom: 8px; line-height: 1.3; }
.earn-card p { font-size: 12.5px; color: #4B5563; line-height: 1.65; }

/* ── SERVICE-FIRST FOUNDATION (dark) ── */
.service-first { background: #111827; padding: 72px 24px; color: #fff; }
.service-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.service-left h2 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 14px; line-height: 1.25; letter-spacing: -.01em; }
.service-left p { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.72; margin-bottom: 28px; }
.service-right ul { display: flex; flex-direction: column; gap: 0; }
.service-right li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.service-right li:last-child { border-bottom: none; }
.check-circle {
  width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.check-circle svg { width: 10px; height: 10px; stroke: rgba(255,255,255,.7); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.service-right li .li-content h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.service-right li .li-content p { font-size: 12.5px; color: rgba(255,255,255,.5); line-height: 1.6; }

/* ── HOW WE TREAT YOUR DATA ── */
.data-section { padding: 72px 24px; border-top: 1px solid #E5E7EB; }
.data-inner { max-width: 700px; margin: 0 auto; }
.data-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 24px; border: 1px solid #E5E7EB; border-radius: 14px; overflow: hidden; }
.data-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 24px; border-bottom: 1px solid #E5E7EB;
  transition: background .15s;
}
.data-item:last-child { border-bottom: none; }
.data-item:hover { background: #FAFAFA; }
.data-item .di-icon { width: 36px; height: 36px; border: 1px solid #E5E7EB; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.data-item .di-icon svg { width: 18px; height: 18px; stroke: #111827; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.data-item .di-content h4 { font-size: 14.5px; font-weight: 600; color: #111827; margin-bottom: 4px; }
.data-item .di-content p { font-size: 13px; color: #4B5563; line-height: 1.65; }
.data-link { text-align: center; font-size: 13px; color: #6B7280; }
.data-link a { color: #111827; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.data-link a:hover { opacity: .7; }

/* ── HOW OUR NUMBERS THINK ── */
.numbers-section { padding: 72px 24px; border-top: 1px solid #E5E7EB; }
.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto 32px; }
.num-card { text-align: center; padding: 8px; }
.num-circle {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid #D1D5DB;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 20px; font-weight: 700; color: #111827;
}
.num-card h3 { font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.num-card p { font-size: 13px; color: #4B5563; line-height: 1.65; }
.numbers-cta { text-align: center; }
.numbers-cta a { font-size: 13.5px; color: #111827; font-weight: 500; }
.numbers-cta a:hover { text-decoration: underline; }

/* ── CHEFS WE'RE BUILDING FOR (dark) ── */
.chefs-section { background: #111827; padding: 72px 24px; color: #fff; }
.chefs-inner { max-width: 1000px; margin: 0 auto; }
.chefs-header { margin-bottom: 36px; }
.chefs-header h2 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.chefs-header p { font-size: 13.5px; color: rgba(255,255,255,.45); }
.chefs-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.chef-quote-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 22px 20px; }
.chef-quote-card blockquote { font-size: 13.5px; color: rgba(255,255,255,.85); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.chef-quote-card cite { font-size: 12px; color: rgba(255,255,255,.4); font-style: normal; }
.chefs-note { font-size: 13px; color: rgba(255,255,255,.35); margin-bottom: 24px; }
.restaurant-logos { display: flex; gap: 12px; flex-wrap: wrap; }
.restaurant-logo-box { height: 36px; width: 90px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.restaurant-logo-box span { font-size: 10px; color: rgba(255,255,255,.25); font-weight: 500; }

/* ── TRUST FAQ ── */
.trust-faq { padding: 72px 24px; border-top: 1px solid #E5E7EB; }
.trust-faq-inner { max-width: 700px; margin: 0 auto; }
.faq-sub { text-align: center; font-size: 14px; color: #4B5563; margin-bottom: 36px; }
.faq-accordion { border: 1px solid #E5E7EB; border-radius: 14px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #E5E7EB; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; cursor: pointer; transition: background .15s; user-select: none;
}
.faq-question:hover { background: #F9FAFB; }
.faq-question h4 { font-size: 14px; font-weight: 500; color: #111827; }
.faq-icon {
  flex-shrink: 0; margin-left: 16px; width: 22px; height: 22px;
  border: 1.5px solid #D1D5DB; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .22s, background .2s, border-color .2s;
}
.faq-icon svg { width: 10px; height: 10px; stroke: #4B5563; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.faq-item.open .faq-icon { background: #111827; border-color: #111827; transform: rotate(45deg); }
.faq-item.open .faq-icon svg { stroke: #fff; }
.faq-answer { display: none; padding: 0 22px 18px; }
.faq-answer p { font-size: 13.5px; color: #4B5563; line-height: 1.72; }
.faq-item.open .faq-answer { display: block; }
.faq-contact { text-align: center; font-size: 12.5px; color: #6B7280; margin-top: 20px; }
.faq-contact a { color: #111827; font-weight: 500; text-decoration: underline; }

/* ── FINAL CTA ── */
.final-cta { padding: 80px 24px; border-top: 1px solid #E5E7EB; text-align: center; }
.final-cta-inner { max-width: 500px; margin: 0 auto; }
.final-cta h2 { font-size: 30px; font-weight: 700; color: #111827; letter-spacing: -.02em; margin-bottom: 12px; }
.final-cta p { font-size: 14px; color: #4B5563; line-height: 1.65; margin-bottom: 28px; }
.final-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .earn-grid { grid-template-columns: repeat(2,1fr); }
  .service-inner { grid-template-columns: 1fr; gap: 40px; }
  .numbers-grid { grid-template-columns: 1fr; max-width: 380px; }
  .chefs-quotes { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 768px) {
  .trust-hero h1 { font-size: 30px; }
  .earn-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 480px) {
  .trust-hero h1 { font-size: 26px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .final-cta-btns { flex-direction: column; align-items: center; }
}
