/* ===================================================================
   Audiobookify — Bootstrap rebuild theme
   Dark background, green accent, matching original brand identity
   =================================================================== */

:root {
  --bg: #020604;
  --panel: #0a150d;
  --panel-soft: rgba(5, 14, 7, .74);
  --text: #f0fdf4;
  --muted: #6b7280;
  --muted-2: #9ca3af;
  --green: #22c55e;
  --green-soft: #86efac;
  --green-dim: #4ade80;
  --border: rgba(34, 197, 94, .18);
  --border-bright: rgba(34, 197, 94, .38);
  --amber: #fbbf24;
  --red: #ef4444;
}

* { box-sizing: border-box; }

body {
  background: radial-gradient(circle at 50% 0%, rgba(34, 197, 94, .12), transparent 34%), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: var(--green-soft); }
a:hover { color: var(--green); }

.eyebrow {
  display: inline-block;
  color: var(--green-soft);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .6rem;
}

.section-lead {
  color: var(--muted);
  font-size: .95rem;
  max-width: 540px;
}

/* ---------- Navbar (simple, used on legal pages) ---------- */
.abfy-navbar {
  background: rgba(2, 6, 4, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.abfy-navbar .navbar-brand img { height: 32px; }
.abfy-navbar .nav-link {
  color: var(--green-soft) !important;
  font-weight: 600;
  font-size: .92rem;
}
.abfy-navbar .nav-link:hover { color: var(--green) !important; }
.btn-outline-brand {
  border: 1px solid var(--border-bright);
  color: var(--green-soft);
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
}
.btn-outline-brand:hover { background: rgba(34,197,94,.1); color: var(--green); }
.btn-brand {
  background: var(--green);
  border: 1px solid var(--green);
  color: #06120a;
  font-weight: 800;
  border-radius: 999px;
}
.btn-brand:hover { background: #1ea34f; color: #06120a; }

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .3rem .9rem;
  border-radius: 999px;
  border: 1px solid var(--border-bright);
  background: rgba(34,197,94,.07);
  color: var(--green-soft);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.hero-badge-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}
.theme-light .hero-badge-pill{
  color: var(--green);
}
/* =========================================================
   HERO — pixel-matched reproduction of the original nav +
   headline (split-flap word animation, rotating mic badge)
   ========================================================= */
.express-hero {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

/* --- nav --- */
.hero-nav {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 32px 12px;
  max-width: 1180px;
  margin: 0 auto;
}
.hero-logo-brand { display: inline-flex; align-items: center; }
.hero-logo-img { height: 30px; display: block; }
.hero-nav-links { display: flex; align-items: center; justify-content: center; gap: 18px; flex: 1; min-width: 0; }
.hero-nav-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: 7px 13px; border-radius: 999px;
  border: 1px solid transparent; background: transparent;
  color: rgba(240,253,244,.66); cursor: pointer; font: inherit;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: color .15s, background .15s, border-color .15s;
}
.hero-nav-btn:hover { color: var(--text); background: rgba(34,197,94,.08); border-color: var(--border); }

.site-language-switcher {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  height: 38px; padding: 0 12px; border-radius: 999px;
  border: 1px solid rgba(34,197,94,.24);
  background: rgba(5,14,7,.58);
  cursor: pointer;
}
.site-language-switcher:hover { border-color: rgba(34,197,94,.38); background: rgba(10,30,17,.72); }
.site-language-switcher__flag { display: inline-grid; place-items: center; font-size: 15px; }
.site-language-switcher select {
  appearance: none; -webkit-appearance: none; border: 0; background: transparent;
  color: rgba(240,253,244,.82); cursor: pointer; font: inherit;
  font-size: 13px; font-weight: 800; outline: 0; width: 34px; padding: 0;
}
.site-language-switcher select option { background: #0a150d; color: var(--text); }

.nav-user-wrap { display: inline-flex; align-items: center; gap: 8px; }
#navAuthBtn {
  height: 38px; font-size: 13px; color: #0b1a0f; background: var(--green);
  border: 1px solid var(--green); border-radius: 999px; padding: 0 14px;
  font-weight: 700; letter-spacing: .01em; cursor: pointer;
}
#navAuthBtn:hover { background: #2dd66b; }
.site-style-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid var(--green); background: var(--green); color: #07120b;
  font-size: 14px; font-weight: 900; cursor: pointer;
  box-shadow: 0 12px 28px rgba(34,197,94,.20);
}
.site-style-toggle:hover { background: #2dd66b; border-color: #2dd66b; }

/* --- headline & flap animation --- */
.hero-body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: 8px 24px 24px; text-align: center;
}
.hero-headline {
  display: flex; align-items: flex-end; justify-content: center; gap: .18em; flex-wrap: wrap;
  font-size: clamp(34px, 5.4vw, 60px); font-weight: 800;
  line-height: 1.02; letter-spacing: 0; color: var(--text); margin: 24px 0 10px;
}
.flap {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  min-width: calc(5.35em + 30px);
  height: 1em;
  font-size: 1.2em;
  line-height: 1;
  perspective: 800px;
  color: var(--green);
  cursor: default;
}
.flap::after {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px;
  background: rgba(0,0,0,.78); transform: translateY(-50%);
  z-index: 5; pointer-events: none;
}
.flap-half, .flap-flap {
  position: absolute; left: 0; right: 0; height: 50%; overflow: hidden;
  display: flex; justify-content: center;
  background: rgba(10,10,10,.82);
}
.flap-half--top, .flap-flap--top {
  top: 0; align-items: flex-end; border-radius: 6px 6px 0 0;
  border-bottom: 2px solid rgba(0,0,0,.76);
}
.flap-half--bot, .flap-flap--bot { bottom: 0; align-items: flex-start; border-radius: 0 0 6px 6px; }
.flap-word {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 500; line-height: 1; white-space: nowrap; padding: 0 .18em;
  color: var(--green); text-shadow: 0 0 24px rgba(34,197,94,.42);
}
.flap-half--top .flap-word, .flap-flap--top .flap-word { transform: translateY(50%); }
.flap-half--bot .flap-word, .flap-flap--bot .flap-word { transform: translateY(-50%); }
.flap-flap { z-index: 2; backface-visibility: hidden; will-change: transform; }
.flap-flap--top { transform-origin: bottom center; transform: rotateX(0deg); }
.flap-flap--bot { transform-origin: top center; transform: rotateX(-90deg); }

.hero-sub { max-width: 560px; color: var(--muted-2); line-height: 1.45; margin: 0 auto 8px; }
.hero-sub__main { display: block; font-size: 21px; color: var(--text); font-weight: 700; }

/* --- mic + rotating badge + video stage --- */
.hero-mic-stage {
  position: relative; isolation: isolate;
  display: flex; align-items: flex-end; justify-content: center; flex-wrap: wrap;
  width: min(1060px, 100%); gap: clamp(16px, 3.4vw, 44px); margin: 40px auto 0;
}
.hero-mic-stage::before {
  content: ""; position: absolute; z-index: -2;
  left: 50%; top: 50%; transform: translate(-50%,-44%);
  width: min(900px, 118vw); height: min(440px, 58vw);
  background: radial-gradient(ellipse at center,
    rgba(134,239,172,.5) 0%, rgba(34,197,94,.3) 28%,
    rgba(34,197,94,.14) 52%, rgba(34,197,94,.04) 72%, transparent 100%);
  filter: blur(10px); opacity: .95;
}
.hero-mic { position: relative; width: clamp(230px, 26vw, 320px); flex-shrink: 0; z-index: 1; }
.hero-mic__img { width: 100%; height: auto; display: block; object-fit: contain; object-position: bottom center; }

.hero-badge {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 14px 18px; border-radius: 14px;
  border: 1px solid rgba(134,239,172,.20);
  background: linear-gradient(180deg, rgba(13,35,21,.90), rgba(4,18,10,.92));
  box-shadow: 0 18px 46px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.07), 0 0 24px rgba(34,197,94,.12);
  min-width: 96px; text-align: center;
}
.hero-badge--price {
  position: absolute; left: 4px; top: 0; z-index: 3;
  width: min(240px, calc(100vw - 32px)); max-width: 240px;
  padding: 10px 14px; border-radius: 12px; transform: rotate(-2deg);
  box-shadow: 0 16px 38px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.07), 0 0 24px rgba(34,197,94,.15);
}
.hero-badge--rotating .hero-badge__sub,
.hero-badge--rotating .hero-badge__big {
  display: block; max-width: 100%; white-space: normal; overflow-wrap: anywhere;
  transition: opacity .22s ease;
}
.hero-badge--rotating .hero-badge__sub {
  color: var(--green); font-size: 16px; font-weight: 800; min-height: 38px;
  letter-spacing: -.01em; line-height: 1.12;
}
.hero-badge--rotating .hero-badge__big {
  color: var(--muted); font-size: 12.5px; font-weight: 600; min-height: 34px;
  letter-spacing: .01em; line-height: 1.25;
}
.hero-badge--rotating.is-changing .hero-badge__sub,
.hero-badge--rotating.is-changing .hero-badge__big { opacity: .42; }

.hero-video-stage {
  position: relative;
  width: clamp(280px, 42vw, 520px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}
.hero-video-poster { width: 100%; display: block; }
.hero-video-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; margin: auto;
  background: rgba(0,0,0,.42); border-radius: 50%;
  color: #fff; font-size: 20px; cursor: pointer;
}

.hero-logos {
  display: flex; flex-wrap: wrap; gap: 1.1rem; justify-content: center;
  margin: 28px 0 0; color: var(--muted-2); font-size: .85rem;
}
.hero-logo-item { white-space: nowrap; }

.hero-cta-wrap { margin-top: 30px; }
.hero-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 34px; border-radius: 14px;
  font-size: 16px; font-weight: 700; letter-spacing: .01em;
  background: var(--green); color: #0b1a0f; text-decoration: none;
  transition: background .15s, transform .1s;
}
.hero-cta:hover { background: #16a34a; color: #0b1a0f; }
.hero-cta:active { transform: scale(.98); }
.hero-cta-triangle {
  display: inline-block; width: 0; height: 0;
  border-top: .43em solid transparent; border-bottom: .43em solid transparent;
  border-left: .68em solid currentColor; flex: 0 0 auto;
}
.hero-cta-note { color: var(--muted); font-size: .8rem; margin-top: .8rem; }

@media (max-width: 767px) {
  .hero-nav { flex-wrap: wrap; padding: 14px 16px; }
  .hero-nav-links { display: none; }
  .hero-headline { font-size: clamp(28px, 9vw, 40px); }
}

/* ---------- Light style toggle ---------- */
body.theme-light {
  background: #E8EEE3;
  color: #0d2115;
}
body.theme-light .express-hero { background: #E8EEE3; }
body.theme-light .hero-nav-btn { color: rgba(13,33,21,.7); }
body.theme-light .hero-nav-btn:hover { color: #0d2115; }
body.theme-light .hero-headline,
body.theme-light .hero-sub__main { color: #0d2115; }
body.theme-light .hero-sub { color: rgba(13,33,21,.64); }
body.theme-light .site-language-switcher { background: rgba(255,255,255,.6); border-color: rgba(16,83,38,.2); }
body.theme-light .site-language-switcher select { color: #0d2115; }
body.theme-light .site-style-toggle span { transform: rotate(180deg); display: inline-block; }

/* ---------- Proof carousel ---------- */
.proof-section { background: #000; padding: 2.5rem 0 3rem; border-top: 1px solid rgba(34,197,94,.1); }
.proof-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: .9rem;
  height: 100%;
  transition: border-color .2s;
}body.theme-light .proof-card {background: var(--text);}
body.theme-light .proof-section{background: #E8EEE3;}
.proof-card:hover { border-color: var(--border-bright); }
.proof-cover-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #111;
  margin-bottom: .7rem;
}
.proof-cover-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proof-play-icon {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.28);
  color: #fff; font-size: 1.4rem;
  opacity: 0; transition: opacity .2s;
}
.proof-cover-wrap:hover .proof-play-icon { opacity: 1; }
.proof-title { display: block; font-weight: 700; font-size: .88rem; color: var(--text); }
body.theme-light .proof-title  {color: var(--pannel);}
.proof-detail { display: block; font-size: .78rem; color: var(--muted); margin-top: .15rem; }

/* ---------- Feature cards ---------- */
#featuresSection{
  background: linear-gradient(180deg, #000 0%, #050e07 60%, #000 100%);;
}
body.theme-light  #featuresSection{
  background:linear-gradient(180deg, #e8eee3 0%, #bffbd5 60%, #e8eee3 100%);
}
.feature-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem 1.6rem;
  text-align: center;
  height: 100%;
  transition: border-color .2s;
}
body.theme-light .feature-card{
  background: var(--text);
}
.feature-card:hover { border-color: var(--border-bright); }
.feature-icon {
  width: 46px; height: 46px;
  margin: 0 auto 1.1rem;
  background: rgba(34,197,94,.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
}
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .6rem; }
.feature-card p { color: var(--muted); font-size: .86rem; margin: 0; }

/* ---------- Value cards (icon+text, left aligned) ---------- */
.value-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.6rem;
  height: 100%;
}
body.theme-light .value-card{
  background: var(--text);
}
.value-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(34,197,94,.1);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: .8rem;
}
.value-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: .5rem; }
.value-card p { color: var(--muted); font-size: .86rem; margin: 0; }

/* ---------- All-inclusive card ---------- */
.inclusive-card {
  background: var(--panel-soft);
  border: 1px solid var(--border-bright);
  border-radius: 24px;
  padding: 2.6rem 2rem;
  text-align: center;
}
body.theme-light .inclusive-card {
  background: rgb(229 255 235 / 74%)}
.inclusive-tag {
  display: inline-block;
  background: var(--green);
  color: #06120a;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .25rem .7rem;
  border-radius: 6px;
  margin-bottom: 1.1rem;
}
.pill-check {
  border: 1px solid var(--border-bright);
  background: rgba(0,0,0,.4);
  color: var(--muted-2);
  border-radius: 999px;
  padding: .4rem .9rem;
  font-size: .82rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
body.theme-light  .pill-check{
  background:var(--border-bright) ;
  color: var(--text);
}
.pill-check .chk { color: var(--green); font-weight: 800; }

/* ---------- Pricing / offers ---------- */
.price-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.6rem;
  height: 100%;
  position: relative;
}
body.theme-light .price-card{
  background: var(--text);
}
.price-value { font-size: 1.85rem; font-weight: 900; color: var(--text); }
body.theme-light .price-value {
  color: var(--panel);
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(34,197,94,.12), var(--panel));
  border-color: rgba(34,197,94,.45);
}body.theme-light .price-card.featured {background: linear-gradient(180deg, rgba(34,197,94,.12), var(--text));
  border-color: rgba(34,197,94,.45);
}
.price-card .badge-featured {
  position: absolute; top: -12px; left: 1.5rem;
  background: var(--green); color: #000;
  font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em;
  padding: .3rem .6rem; border-radius: 999px;
}
.price-card .badge-indie {
  display: inline-flex; align-items: center;
  padding: .2rem .55rem; border-radius: 999px;
  background: rgba(251,191,36,.12); border: 1px solid rgba(251,191,36,.26);
  color: var(--amber); font-size: .6rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: .07em;
}
.price-card.publisher { border-color: rgba(251,191,36,.34); }
.price-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: .3rem; }

.price-value small { font-size: .8rem; font-weight: 600; color: var(--muted); }
.price-card ul { padding-left: 1.1rem; margin: 0; color: var(--muted); font-size: .84rem; }
.price-card ul li { margin-bottom: .3rem; }
.price-card p.desc { color: var(--muted); font-size: .84rem; }

/* ---------- Comparison table ---------- */
.comparison-wrap {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(5,14,7,.4);
  overflow: hidden;
}
.comparison-wrap table { color: var(--text); margin-bottom: 0; }
.comparison-wrap thead th {
  background: transparent;
  color: var(--green-soft);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  border-bottom: 1px solid var(--border);
  padding: 1.2rem;
}
.comparison-wrap thead th.us { color: var(--green-dim); font-weight: 900; }
.comparison-wrap tbody td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.03);
  color: var(--muted-2);
  font-size: .88rem;
  vertical-align: middle;
  background: none;
}
body.theme-light .comparison-wrap tbody td{
color: #e5efff;
}
.comparison-wrap tbody td.feature-name { color: var(--text); font-weight: 700; }
.comparison-wrap tbody td.us { color: var(--green-dim);}

/* ---------- FAQ ---------- */
.abfy-accordion .accordion-item {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: .75rem;
}
.abfy-accordion .accordion-button {
  background: var(--panel);
  color: var(--text);
  font-weight: 700;
  font-size: .93rem;
  box-shadow: none;
}
.abfy-accordion .accordion-button:not(.collapsed) {
  background: var(--panel);
  color: var(--text);
  box-shadow: none;
}
body.theme-light .abfy-accordion .accordion-button,body.theme-light .abfy-accordion .accordion-item{
background: var(--text);
color: var(--panel);
}
body.theme-light .abfy-accordion strong{color: var(--panel);}
.abfy-accordion .accordion-button::after {
  filter: invert(62%) sepia(89%) saturate(429%) hue-rotate(72deg) brightness(97%) contrast(92%);
}
.abfy-accordion .accordion-body {
  color: var(--muted);
  font-size: .88rem;
  border-top: 1px solid rgba(34,197,94,.1);
}
.abfy-accordion strong { color: #d1fae5; }
.lang-chip {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(34,197,94,.06);
  font-size: .78rem;
  color: var(--green-soft);
  margin: .15rem;
}

/* ---------- Footer ---------- */
.abfy-footer {
  background: #020604;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: .82rem;
  padding: 1.6rem 0;
}
.abfy-footer a { text-decoration: none; }

/* =========================================================
   SERVICE PAGES (/services/*.html)
   ========================================================= */

/* --- breadcrumb --- */
.service-breadcrumb {
  padding: 18px 0 0;
  font-size: .82rem;
  color: var(--muted);
}
.service-breadcrumb a { color: var(--muted-2); text-decoration: none; }
.service-breadcrumb a:hover { color: var(--green-soft); }
.service-breadcrumb .sep { margin: 0 .4rem; color: var(--muted); }
.service-breadcrumb .current { color: var(--green-soft); font-weight: 600; }

/* --- service hero --- */
.service-hero {
  padding: 2.2rem 0 3.4rem;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(circle at 15% 0%, rgba(34,197,94,.10), transparent 42%), var(--bg);
}
body.theme-light .service-hero{
  background: radial-gradient(circle at 15% 0%, rgba(34, 197, 94, .10), transparent 42%), #E8EEE3;
}
.service-hero h1 {
  font-weight: 900;
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  margin-bottom: 1rem;
}
.service-hero .lead {
  color: var(--muted-2);
  font-size: 1.08rem;
  max-width: 560px;
  line-height: 1.6;
}
.service-hero-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(34,197,94,.1);
  border: 1px solid var(--border-bright);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  margin-bottom: 1.3rem;
  font-size: 26px;
}
.service-hero-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}
.service-hero-media img { width: 100%; display: block; }

/* --- included checklist --- */
#included{
  background: linear-gradient(180deg, #000 0%, #050e07 60%, #000 100%);
}
body.theme-light #included{
  background: linear-gradient(180deg, #e8eee3 0%, #bffbd5 60%, #e8eee3 100%);
}
.included-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.included-list li {
  display: flex; align-items: flex-start; gap: .6rem;
  color: var(--muted-2); font-size: .92rem; line-height: 1.5;
}
.included-list li .chk {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(34,197,94,.12); color: var(--green);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 900; margin-top: .1rem;
}

/* --- process timeline --- */
.process-steps { display: grid; gap: 1rem; }
.process-step {
  display: flex; gap: 1rem;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 18px; padding: 1.4rem 1.5rem;
}
body.theme-light .process-step{
  background: var(--text);
}
.process-step-num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(34,197,94,.1); border: 1px solid var(--border-bright);
  color: var(--green); font-weight: 800; font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
}
.process-step h3 { font-size: 1rem; font-weight: 800; margin-bottom: .35rem; }
.process-step p { color: var(--muted); font-size: .87rem; margin: 0; line-height: 1.55; }

/* --- related services grid --- */
.related-service-card {
  display: block;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.1rem 1.3rem;
  color: var(--text);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
  transition: border-color .2s, background .2s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}
.related-service-card:hover {
  border-color: var(--border-bright);
  background: rgba(34,197,94,.06);
  color: var(--green-soft);
}
.related-service-card .arrow { color: var(--green); font-weight: 900; flex-shrink: 0; }

/* --- CTA banner --- */
.service-cta-banner {
  background: linear-gradient(180deg, rgba(34,197,94,.14), var(--panel));
  border: 1px solid var(--border-bright);
  border-radius: 24px;
  padding: 2.6rem 2rem;
  text-align: center;
}
body.theme-light .service-cta-banner {
  background: linear-gradient(180deg, rgba(34, 197, 94, .14), var(--text))}
.service-cta-banner h2 { font-size: clamp(20px, 3vw, 28px); font-weight: 800; margin-bottom: .7rem; }
.service-cta-banner p { color: var(--muted); max-width: 520px; margin: 0 auto 1.4rem; }



