/* ============================================================
   Wazbuy — Inner pages (About, Pricing, Contact, Legal)
   ============================================================ */

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 96px) clamp(28px, 4vw, 48px); }
.page-hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.page-hero__bg::before {
  content: ""; position: absolute; width: 70vw; height: 70vw; max-width: 820px; max-height: 820px;
  right: -22vw; top: -34vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(22,162,76,0.13), transparent 62%);
}
.page-hero .crumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.page-hero .crumbs a:hover { color: var(--brand-600); }
.page-hero .crumbs svg { width: 14px; height: 14px; opacity: .5; }
.page-hero h1 { margin: 14px 0 0; max-width: 18ch; }
.page-hero .lede { margin-top: 20px; max-width: 60ch; }
.page-hero.center { text-align: center; }
.page-hero.center h1, .page-hero.center .lede { margin-inline: auto; }
.page-hero.center .crumbs { justify-content: center; }

/* ---------- Prose (About / Legal body copy) ---------- */
.prose { max-width: 760px; }
.prose.center { margin-inline: auto; }
.prose > * + * { margin-top: 18px; }
.prose h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.03em; line-height: 1.12; margin-top: 46px; }
.prose h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin-top: 32px; }
.prose p, .prose li { color: var(--muted); font-size: 17px; line-height: 1.68; }
.prose strong, .prose b { color: var(--text); font-weight: 700; }
.prose a { color: var(--brand-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.prose ul, .prose ol { display: grid; gap: 10px; padding-left: 4px; }
.prose ul li { position: relative; padding-left: 26px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 2px; background: var(--grad-brand); }
.prose ol { counter-reset: li; }
.prose ol li { position: relative; padding-left: 34px; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 8px; background: var(--accent-soft); color: var(--brand-700); font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.prose hr { border: none; border-top: 1px solid var(--line); margin: 40px 0; }
.legal-meta { font-size: 14px; color: var(--muted-2); margin-top: 8px; }

/* ---------- Value / stat cards row ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-1); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s; }
.value:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.value .ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--brand-600); margin-bottom: 16px; }
.value .ico svg { width: 24px; height: 24px; }
.value h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.value p { color: var(--muted); font-size: 15px; margin-top: 7px; line-height: 1.55; }
@media (max-width: 860px) { .values { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metric { text-align: center; }
.metric .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4vw, 46px); letter-spacing: -0.035em; }
.metric .l { color: var(--muted); font-size: 14px; margin-top: 4px; }
@media (max-width: 700px) { .metrics { grid-template-columns: 1fr 1fr; gap: 30px 16px; } }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.plan { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 32px 28px; box-shadow: var(--sh-1); position: relative; display: flex; flex-direction: column; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.plan--featured { border: 1.5px solid transparent; background:
  linear-gradient(var(--card), var(--card)) padding-box,
  var(--grad-brand) border-box;
  box-shadow: var(--sh-2); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-brand); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; padding: 6px 14px; border-radius: var(--r-pill); white-space: nowrap; box-shadow: var(--sh-1); }
.plan__name { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.02em; }
.plan__desc { color: var(--muted); font-size: 14px; margin-top: 6px; min-height: 40px; }
.plan__price { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 4px; }
.plan__price .amt { font-family: var(--font-display); font-weight: 800; font-size: 44px; letter-spacing: -0.04em; }
.plan__price .per { color: var(--muted); font-size: 14px; font-weight: 600; }
.plan__note { font-size: 12.5px; color: var(--brand-700); font-weight: 700; }
.plan ul { display: grid; gap: 11px; margin: 22px 0 26px; }
.plan ul li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--muted); }
.plan ul li b { color: var(--text); font-weight: 700; }
.plan ul .tk { width: 20px; height: 20px; flex: none; border-radius: 50%; margin-top: 1px; background: var(--accent-soft); color: var(--brand-600); display: grid; place-items: center; }
.plan ul .tk svg { width: 12px; height: 12px; }
.plan .btn { margin-top: auto; }
@media (max-width: 920px) { .pricing { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: clamp(24px, 3vw, 36px); box-shadow: var(--sh-2); }
.form-card h2 { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -0.02em; }
.form-card > p { color: var(--muted); font-size: 15px; margin-top: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }
.field { display: block; margin-top: 18px; }
.field > span { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; }
.field > span .req { color: var(--brand); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 15.5px; color: var(--text);
  background: var(--paper-2); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); background: var(--card); box-shadow: 0 0 0 4px rgba(22,162,76,0.12); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.form-card .btn { margin-top: 22px; }
.form-consent { font-size: 12.5px; color: var(--muted-2); margin-top: 14px; line-height: 1.5; }
.form-ok { display: none; margin-top: 20px; padding: 16px 18px; border-radius: var(--r-md); background: var(--accent-soft); border: 1px solid rgba(22,162,76,0.3); color: var(--brand-700); font-weight: 600; align-items: center; gap: 10px; }
.form-ok.show { display: flex; }
.form-ok svg { width: 20px; height: 20px; flex: none; }

.contact-aside { display: grid; gap: 14px; }
.info-card { display: flex; gap: 15px; align-items: flex-start; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--sh-1); transition: transform .2s, box-shadow .2s; }
.info-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.info-card .ico { width: 42px; height: 42px; flex: none; border-radius: 12px; background: var(--accent-soft); color: var(--brand-600); display: grid; place-items: center; }
.info-card .ico svg { width: 20px; height: 20px; }
.info-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.info-card p, .info-card a { color: var(--muted); font-size: 14.5px; margin-top: 3px; display: block; }
.info-card a:hover { color: var(--brand-700); }

/* ---------- CTA strip (reused on inner pages) ---------- */
.cta-strip { background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: clamp(34px, 5vw, 64px); position: relative; overflow: hidden; text-align: center; box-shadow: var(--sh-3); }
.cta-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(560px 360px at 50% -20%, rgba(43,224,110,0.22), transparent 60%); }
.cta-strip::after { content: ""; position: absolute; right: -40px; bottom: -54px; width: 270px; height: 270px; background: url("brand/wazbuy-mark-white.svg") center/contain no-repeat; opacity: .06; pointer-events: none; }
.cta-strip > * { position: relative; }
.cta-strip h2 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -0.03em; }
.cta-strip p { color: rgba(255,255,255,0.72); margin: 14px auto 0; max-width: 48ch; }
.cta-strip .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
