/* =========================================================
   Native — Fulfillment & Warehouse
   Shared stylesheet
   ========================================================= */

:root {
  --green: #21c063;
  --green-bright: #2fe27f;
  --green-dark: #16a34a;
  --dark: #05271a;          /* hero / dark sections */
  --dark-2: #063321;        /* dark section variant */
  --dark-card: #0a3d28;     /* cards on dark */
  --footer: #041a10;
  --ink: #0c1f15;           /* headings on light */
  --body: #4b5a52;          /* body text on light */
  --muted-light: #cfe6d9;   /* text on dark */
  --muted-dim: #9db8ab;
  --bg-light: #f4f7f4;
  --white: #ffffff;
  --line: #e4ece7;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 24px 60px -24px rgba(6, 40, 25, .35);
  --shadow-sm: 0 12px 30px -14px rgba(6, 40, 25, .22);
  --maxw: 1180px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.accent { color: var(--green); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--green);
  color: #04160d;
  box-shadow: 0 10px 24px -8px rgba(33, 192, 99, .6);
}
.btn-primary:hover { background: var(--green-bright); transform: translateY(-2px); }
.btn-ghost-dark {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .3);
}
.btn-ghost-dark:hover { border-color: var(--green); color: var(--green); }
.btn-ghost-light {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost-light:hover { border-color: var(--green); color: var(--green-dark); }
.btn .arrow {
  width: 24px; height: 24px;
  background: var(--green);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #04160d;
}
.btn-ghost-dark .arrow { background: var(--green); }

/* ---------- Eyebrow / section headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--green);
  margin-bottom: 18px;
}
.eyebrow.dot::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--green); display: inline-block;
}
h1, h2, h3 { line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }
.section-title { font-size: clamp(28px, 4vw, 42px); color: var(--ink); }
.section-title.on-dark { color: #fff; }
.lead { color: var(--body); font-size: 16px; max-width: 460px; }
.lead.on-dark { color: var(--muted-light); }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 39, 26, .85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.site-header.solid-light {
  background: rgba(5, 39, 26, .95);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo .mark { width: 34px; height: 34px; flex: none; }
.logo .name { color: #fff; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.logo .name b { color: var(--green); }
.logo .tag-sm { display:block; font-size: 8.5px; font-weight: 600; letter-spacing: 1px;
  color: var(--muted-dim); text-transform: uppercase; margin-top: -3px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  color: rgba(255, 255, 255, .82); font-size: 14.5px; font-weight: 600;
  transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--green); }
.nav-cta { display: flex; align-items: center; gap: 14px; }

/* language switcher */
.lang-switch {
  display: flex; align-items: center; gap: 2px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px; padding: 3px;
}
.lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: transparent; border: none; cursor: pointer;
  color: rgba(255, 255, 255, .65);
  font-family: var(--font); font-weight: 700; font-size: 12.5px;
  padding: 6px 11px; border-radius: 999px; transition: background .2s, color .2s;
}
.lang-btn:hover { color: #fff; }
.lang-btn.active { background: rgba(255, 255, 255, .14); color: #fff; }
.lang-btn .flag {
  width: 20px; height: 14px; border-radius: 3px; overflow: hidden;
  display: inline-flex; box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}
.lang-btn .flag svg { display: block; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px;
  transition: .3s;
}
.nav-toggle span + span { margin-top: 6px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: radial-gradient(120% 120% at 80% 10%, #0b4a2e 0%, var(--dark) 55%);
  color: #fff;
  padding: 70px 0 150px;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -10%; top: -5%;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,226,127,.22), transparent 62%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px;
  align-items: center; position: relative; z-index: 2;
}
.hero h1 { font-size: clamp(38px, 5.4vw, 62px); margin-bottom: 22px; }
.hero p { color: var(--muted-light); font-size: 17px; max-width: 480px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.works-with { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.works-with .label { font-size: 13px; color: var(--muted-dim); font-weight: 600; }
.works-with .brands { display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  color: rgba(255,255,255,.8); font-weight: 700; font-size: 14px; }
.works-with .brands span { display: inline-flex; align-items: center; gap: 6px; opacity: .85; }

/* Hero visual */
.hero-visual { position: relative; height: 460px; }
.orbit-glow {
  position: absolute; inset: 0; margin: auto; width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,226,127,.28), rgba(47,226,127,0) 60%);
}
.node {
  position: absolute; display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.node .bubble {
  width: 62px; height: 62px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #0e4c30; border: 1px solid rgba(47,226,127,.35);
  color: var(--green-bright);
}
.node .bubble.big { width: 108px; height: 108px; background: #fff; color: var(--dark); }
.node .pill {
  font-size: 11px; font-weight: 700; background: #04160d; color: #fff;
  padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1);
}
.node-warehouse { top: 42%; left: 50%; transform: translate(-50%,-50%); z-index: 3; }
.node-store { bottom: 8%; left: 38%; }
.node-store .bubble { background: transparent; border: none; }
.node-store .leaf { font-size: 46px; }
.node-1 { top: 6%; right: 4%; }
.node-2 { top: 34%; right: -2%; }
.node-3 { top: 62%; right: 6%; }
.orbit-lines { position: absolute; inset: 0; z-index: 1; }

/* =========================================================
   STATS BAR (floating)
   ========================================================= */
.stats-wrap { position: relative; z-index: 5; margin-top: -66px; }
.stats-bar {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 26px 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  flex-wrap: wrap;
}
.stats-bar .brand-mini { display: flex; align-items: center; gap: 12px; color: #fff; }
.stats-bar .brand-mini .mark { width: 34px; height: 34px; }
.stats-bar .brand-mini small { display:block; font-size: 12px; color: var(--muted-dim); }
.stats-bar .brand-mini b { font-size: 14px; }
.stat { color: #fff; }
.stat .num { font-size: 26px; font-weight: 800; }
.stat .lbl { font-size: 12.5px; color: var(--muted-dim); }
.rating { color: #fff; }
.rating .stars { color: var(--green-bright); letter-spacing: 2px; font-size: 15px; }
.rating .lbl { font-size: 12.5px; color: var(--muted-dim); max-width: 140px; }
.stats-divider { width: 1px; height: 42px; background: rgba(255,255,255,.1); }

/* =========================================================
   LIGHT SECTION base
   ========================================================= */
.section { padding: 96px 0; }
.section.light { background: var(--bg-light); color: var(--ink); }
.section.dark { background: var(--dark); color: #fff; }

/* What we do */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card .ic {
  width: 52px; height: 52px; border-radius: 14px; background: var(--dark);
  display: flex; align-items: center; justify-content: center; color: var(--green-bright);
  margin-bottom: 20px;
}
.feature-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--ink); }
.feature-card p { font-size: 14.5px; color: var(--body); }

/* Why native features */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 8px; }
.why-item .ic-o {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff;
  display: flex; align-items: center; justify-content: center; color: var(--green-dark);
  margin-bottom: 18px;
}
.why-item h4 { font-size: 16.5px; margin-bottom: 10px; color: var(--ink); }
.why-item p { font-size: 14px; color: var(--body); }
.why-head { max-width: 320px; }

/* =========================================================
   HOW IT WORKS (dark)
   ========================================================= */
.how-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 56px; align-items: center; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; position: relative; }
.step .badge {
  width: 40px; height: 40px; border-radius: 50%; background: var(--green);
  color: #04160d; font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  position: relative;
}
.step:not(:last-child) .badge::after {
  content: "›"; position: absolute; right: -56px; top: 50%; transform: translateY(-50%);
  color: var(--green); font-size: 22px; font-weight: 700;
}
.step h4 { color: #fff; font-size: 15.5px; margin-bottom: 10px; }
.step p { color: var(--muted-light); font-size: 13.5px; }
.metrics {
  background: var(--dark-card); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg); padding: 8px;
  display: grid; grid-template-columns: 1fr 1fr;
}
.metric { padding: 28px 26px; }
.metric .ic-c {
  width: 42px; height: 42px; border-radius: 50%; background: rgba(47,226,127,.14);
  display: flex; align-items: center; justify-content: center; color: var(--green-bright);
  margin-bottom: 16px;
}
.metric .num { font-size: 30px; font-weight: 800; color: #fff; }
.metric .lbl { font-size: 13px; color: var(--muted-light); }
.metric:nth-child(1),.metric:nth-child(2){ border-bottom: 1px solid rgba(255,255,255,.08); }
.metric:nth-child(odd){ border-right: 1px solid rgba(255,255,255,.08); }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
/* homepage: heading column + 3 cards in one row */
.tst-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 22px; margin-top: 12px; align-items: stretch; }
/* testimonials page: cards-only grid */
.tst-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 12px; }
.tst-head { display:flex; flex-direction: column; justify-content: center; }
.tst-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
}
.tst-card .quote { font-size: 30px; color: var(--green); line-height: 1; font-weight: 800; }
.tst-card p { font-size: 14.5px; color: var(--body); margin: 12px 0 22px; }
.tst-person { display: flex; align-items: center; gap: 12px; }
.tst-person .avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--dark);
  color: var(--green-bright); font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.tst-person b { display: block; font-size: 14px; color: var(--ink); }
.tst-person small { color: var(--body); font-size: 12.5px; }
.link-arrow { color: var(--green-dark); font-weight: 700; font-size: 14px; display: inline-flex; gap: 6px; }

/* =========================================================
   CTA banner
   ========================================================= */
.cta-banner {
  background: linear-gradient(120% 120% at 90% 20%, #0b4a2e, var(--dark-2));
  border-radius: var(--radius-lg); color: #fff;
  padding: 52px 54px; display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 30px; align-items: center; position: relative; overflow: hidden;
}
.cta-banner::after {
  content:""; position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 22px 22px; opacity:.5; pointer-events:none;
}
.cta-banner h2 { font-size: clamp(26px, 3.2vw, 34px); margin-bottom: 14px; position: relative; }
.cta-banner p { color: var(--muted-light); font-size: 15px; max-width: 440px; position: relative; }
.cta-banner .actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; position: relative; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--footer); color: var(--muted-light); padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer .logo .name { color:#fff; }
.footer-about { font-size: 14px; color: var(--muted-dim); max-width: 260px; margin: 20px 0 22px; }
.socials { display: flex; gap: 12px; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: background .2s;
}
.socials a:hover { background: var(--green); color: #04160d; }
.footer-col h5 { color: #fff; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.footer-col a, .footer-col p { display: block; color: var(--muted-dim); font-size: 14px; margin-bottom: 13px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 48px; padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: var(--muted-dim);
}
.footer-bottom .links { display: flex; gap: 26px; }

/* =========================================================
   INNER PAGE HERO (placeholder pages)
   ========================================================= */
.page-hero {
  background: radial-gradient(120% 120% at 80% 0%, #0b4a2e 0%, var(--dark) 60%);
  color: #fff; padding: 72px 0 88px; text-align: center;
}
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); margin-bottom: 18px; }
.page-hero p { color: var(--muted-light); max-width: 560px; margin: 0 auto; font-size: 17px; }
.breadcrumb { color: var(--muted-dim); font-size: 13px; margin-bottom: 20px; }
.breadcrumb a:hover { color: var(--green); }

.prose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 12px; }
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm);
}
.info-card .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--dark);
  display:flex; align-items:center; justify-content:center; color: var(--green-bright); margin-bottom: 18px; }
.info-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--ink); }
.info-card p { font-size: 14px; color: var(--body); }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-field { margin-bottom: 18px; }
.form-field label { display:block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.form-field input, .form-field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font); font-size: 14.5px; color: var(--ink); background: #fff;
  transition: border-color .2s;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--green); }
.form-field textarea { min-height: 130px; resize: vertical; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 26px; }
.contact-info-item .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(33,192,99,.12);
  display:flex; align-items:center; justify-content:center; color: var(--green-dark); flex: none; }
.contact-info-item b { display:block; color: var(--ink); margin-bottom: 3px; }
.contact-info-item span { color: var(--body); font-size: 14px; }
.form-note { font-size: 13px; margin-top: 12px; }
.form-note.ok { color: var(--green-dark); font-weight: 700; }
.form-note.err { color: #d64545; font-weight: 700; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 360px; order: -1; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .tst-grid { grid-template-columns: 1fr; }
  .tst-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner { grid-template-columns: 1fr; }
  .cta-banner .actions { justify-content: flex-start; }
  .contact-grid, .prose-grid { grid-template-columns: 1fr; }
  .prose-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 78px; left: 0; right: 0;
    background: var(--dark-2); flex-direction: column; gap: 0;
    padding: 8px 24px 20px; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .cards-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .step:not(:last-child) .badge::after { content: none; }
  .metrics { grid-template-columns: 1fr; }
  .metric:nth-child(odd){ border-right: none; }
  .metric:nth-child(3){ border-bottom: 1px solid rgba(255,255,255,.08); }
  .section { padding: 64px 0; }
  .stats-bar { justify-content: center; text-align: center; }
  .stats-divider { display: none; }
  .prose-grid { grid-template-columns: 1fr; }
  .tst-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 34px 26px; }
  .hero { padding: 48px 0 130px; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Honeypot (spam trap) — visually hidden but not display:none */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Floating WhatsApp button */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -6px rgba(37, 211, 102, .7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 30px -6px rgba(37, 211, 102, .8); }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; z-index: -1; animation: wa-pulse 2.4s ease-out infinite;
}
@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: .55; }
  70%  { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}
.wa-tip {
  position: absolute; right: 70px; white-space: nowrap;
  background: #05271a; color: #fff; font-size: 13px; font-weight: 600;
  padding: 8px 14px; border-radius: 10px; opacity: 0; pointer-events: none;
  transform: translateX(8px); transition: opacity .2s, transform .2s;
  box-shadow: var(--shadow-sm);
}
.wa-tip::after {
  content: ""; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);
  border-left: 6px solid #05271a; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}
.wa-float:hover .wa-tip { opacity: 1; transform: translateX(0); }
@media (max-width: 520px) {
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .wa-tip { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float::before { animation: none; }
}

/* =========================================================
   WordPress core compatibility
   ========================================================= */
.alignleft { float: left; margin: 0 24px 12px 0; }
.alignright { float: right; margin: 0 0 12px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--body); margin-top: 6px; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
