/* ==========================================================================
   Remaining front-page sections (features, how-it-works, install, security,
   WhatsApp support, reviews, final CTA) and shared structural helpers
   ========================================================================== */

/* ── Feature cards ───────────────────────────────────────────────────── */
.feature-card--primary {
  --fc: #0058fb;
}
.feature-card--secondary {
  --fc: hsl(189, 100%, 48%);
}
.feature-card__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.feature-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.feature-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--border);
  transition: transform 0.3s;
  color: var(--fc);
}
.feature-card__stat {
  text-align: right;
  line-height: 1;
}
.feature-card__stat-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--fc);
}
.feature-card__stat-unit {
  font-family: monospace;
  color: hsl(215, 15%, 45%);
  margin-top: 0.25rem;
}
.feature-card__title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* ── HIW steps ───────────────────────────────────────────────────────── */
.hiw-step-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
.hiw-step-card--accent {
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}
.hiw-step-num--normal {
  background: hsl(210, 30%, 96%);
  border: 1px solid var(--border);
  color: #0058fb;
}
.hiw-step-num--accent {
  background: rgba(0, 88, 251, 0.2);
  border: 1px solid rgba(0, 88, 251, 0.4);
  color: #0058fb;
  box-shadow: 0 0 12px rgba(0, 88, 251, 0.28);
}
.method-badge {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
}
.method-badge--ep {
  background: #0058fb;
  color: #000;
}
.method-badge--jc {
  background: hsl(189, 100%, 48%);
  color: #000;
}
.step-upload-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid var(--border);
  color: hsl(215, 15%, 45%);
}

/* ── Install section ─────────────────────────────────────────────────── */
.install-connector {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: calc(12.5% + 32px);
  right: calc(12.5% + 32px);
  height: 1px;
  border-top: 2px dashed var(--border);
  z-index: 0;
}
@media (min-width: 1100px) {
  .install-connector {
    display: block;
  }
}
.install-step-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 10;
}
.install-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  background: var(--install-accent);
}
.install-step-card--primary,
.install-step-card--secondary {
  border: 1px solid var(--border);
}
.install-step-card--primary {
  --install-accent: #0058fb;
}
.install-step-card--secondary {
  --install-accent: hsl(189, 100%, 48%);
}
.install-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.25rem;
}
.install-step-icon--primary {
  background: rgba(0, 88, 251, 0.12);
  color: #0058fb;
}
.install-step-icon--secondary {
  background: hsla(189, 100%, 48%, 0.12);
  color: hsl(189, 100%, 48%);
}
.install-step-num {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: monospace;
  color: var(--install-accent);
  margin-bottom: 0;
}
.install-step-title {
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: 0.65rem;
}

/* ── Security section ────────────────────────────────────────────────── */
.security-card {
  padding: 2rem;
}
@media (min-width: 768px) {
  .security-card {
    padding: 3.5rem;
  }
}
.card-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border);
}
.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 2rem;
  padding: 0.375rem 1rem;
  border-radius: 999px;
  border: 2px solid rgba(0, 88, 251, 0.35);
  background: rgba(0, 88, 251, 0.07);
  color: var(--primary);
}
.security-badge__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.875rem;
}
.security-check-card {
  position: relative;
  border: 1px solid var(--border);
}
.security-check__num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: monospace;
  color: hsl(215, 15%, 45%);
}
.security-check__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #0058fb;
}
.security-check__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* ── WA section ──────────────────────────────────────────────────────── */
.online-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #0058fb;
}
.online-dot--sm {
  width: 6px;
  height: 6px;
}
.wa-online-status {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #0058fb;
}
.wa-response {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wa-response__label {
  color: hsl(215, 15%, 45%);
}
.wa-response__val {
  font-weight: 700;
  color: #0058fb;
}

/* ── Review cards ────────────────────────────────────────────────────── */
.review-card--1 {
  --rc-accent: #0058fb;
  --rc-avatar-bg: #0058fb;
  --rc-avatar-fg: #fff;
}
.review-card--2 {
  --rc-accent: hsl(189, 100%, 48%);
  --rc-avatar-bg: hsl(189, 100%, 48%);
  --rc-avatar-fg: #fff;
}
.review-card--3 {
  --rc-accent: #2b7cff;
  --rc-avatar-bg: #003fae;
  --rc-avatar-fg: #ffffff;
}
.review-card__accent {
  background: var(--rc-accent);
}
.review-card__avatar {
  background: var(--rc-avatar-bg);
  color: var(--rc-avatar-fg);
}

/* ── CTA section ─────────────────────────────────────────────────────── */
.cta-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0058fb;
  box-shadow: 0 0 8px rgba(0, 88, 251, 0.55);
  flex-shrink: 0;
}

/* ── misc shared helpers ─────────────────────────────────────────────── */
.pos-relative-z10 {
  position: relative;
  z-index: 10;
}
.nav-link-styled {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(0, 88, 251, 0.14);
  border-radius: 999px;
  background: hsla(210, 30%, 94%, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 0 1px rgba(15, 23, 42, 0.02);
  color: hsl(215, 15%, 40%);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.nav-link-styled:hover,
.nav-link-styled:focus-visible {
  border-color: rgba(0, 88, 251, 0.5);
  background: linear-gradient(135deg, rgba(0, 88, 251, 0.12), hsla(189, 85%, 32%, 0.08));
  box-shadow:
    0 0 12px rgba(0, 88, 251, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: var(--foreground) !important;
  outline: none;
  transform: translateY(-1px);
}
.nav-link-styled:active {
  transform: translateY(0);
}
.hero-title-size {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
}
.cta-dl-shadow {
  box-shadow: 0 0 42px rgba(0, 88, 251, 0.28);
}
.hero-dl-shadow {
  box-shadow: 0 0 34px rgba(0, 88, 251, 0.24);
}
.install-dl-shadow {
  box-shadow: 0 0 34px rgba(0, 88, 251, 0.24);
}
.ticker-fw {
  font-weight: 700;
}
.section-note {
  margin-top: 1rem;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cta-quote-italic {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
}
.cta-quote-attr {
  margin-top: 0.5rem;
  color: hsl(215, 20.2%, 65.1%);
}
.review-stat-val {
  color: var(--foreground);
}
.review-stat-unit {
  color: hsl(215, 15%, 45%);
  text-transform: uppercase;
}
.hiw-ready-color {
  color: var(--secondary);
}
.security-h2-mb {
  margin-bottom: 1.25rem;
}
.section-muted-lg {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.verified-icon-color {
  color: var(--primary);
}
.verified-text-color {
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
}
.user-name-color {
  font-weight: 700;
  color: var(--foreground);
}
.user-loc-color {
  color: hsl(215, 15%, 50%);
}
.wa-support-name {
  font-weight: 700;
}
.page-article-br {
  border-radius: 1.5rem;
}
.index-article-br {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  text-align: left;
  border-radius: 1.5rem;
}
.index-article-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.index-article-a {
  color: #0058fb;
  text-decoration: none;
}
.index-date {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  color: hsl(215, 15%, 45%);
}
.index-excerpt {
  line-height: 1.625;
  color: var(--foreground);
}
.index-nav-wrap {
  margin-top: 2.5rem;
}
.index-main {
  min-height: 60vh;
  padding: 8rem 0;
}
.page-main-pad {
  min-height: 60vh;
  padding: 8rem 0;
}
.page-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: var(--foreground);
}
.err404-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--foreground);
}
.err404-p {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  color: hsl(215, 15%, 45%);
}
.nothing-icon-wrap {
  display: block;
  margin: 0 auto 1.5rem;
}
.nothing-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.nothing-p {
  color: hsl(215, 15%, 45%);
}
.nothing-link {
  color: #0058fb;
}
.stats-container {
  position: relative;
}
.hero-subtitle-strong {
  color: hsl(213, 31%, 94%);
  text-shadow: 0 0 16px hsla(189, 100%, 48%, 0.18);
}
.hero-tw-color {
  display: inline-block;
  font-weight: 600;
  color: #0058fb;
  text-shadow: 0 0 16px rgba(0, 88, 251, 0.5);
}
.scroll-cue-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hiw-grid-z {
  position: relative;
  z-index: 10;
}
.hiw-animated-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hiw-step-body {
  flex: 1;
  padding-top: 0.25rem;
}
.faq-section-text {
  margin: 0 auto;
}
.faq-item-styled {
  border: 1px solid var(--border);
}
.wa-section-text {
  margin-bottom: 2rem;
}
.social-text-dim {
  margin: 0 auto;
}
.social-section-h2 {
  margin-bottom: 0.75rem;
  color: var(--foreground);
}
.cta-live-line-r {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08));
}
.cta-live-line-l {
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.08));
}
.cta-trust-icon {
  color: #0058fb;
}

/* ── Additional structural helpers ───────────────────────────────────── */
.reveal-word {
  display: inline-block;
  overflow: hidden;
}
.reveal-word--mr {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.25em;
}
.reveal-word-inner {
  display: inline-block;
  opacity: 0;
  transform: translateY(18%);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal-word-inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-gt-wrap {
  display: inline-block;
  overflow: visible;
  padding-bottom: 0.06em;
  font-size: 0.72em;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .hero-gt-wrap {
    font-size: 0.62em;
  }
}
.pos-rel-overflow {
  position: relative;
  overflow: hidden;
}
.flex-gap-half {
  display: flex;
  gap: 0.5rem;
}
.font-size-875 {
  font-size: 0.875rem;
}
.font-size-15 {
  font-size: 1.5rem;
  color: var(--foreground);
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.mb-075 {
  margin-bottom: 0.75rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-125 {
  margin-bottom: 1.25rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.eyebrow-mb075 {
  margin-bottom: 0.75rem;
}
.eyebrow-mb1 {
  margin-bottom: 1rem;
}
.star-svg {
  width: 0.875rem;
  height: 0.875rem;
}
.icon-shrink-0-mt {
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.hiw-step3-balance {
  color: var(--foreground);
}
.wa-chat-relative {
  position: relative;
}
.security-animated-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

/* icon special sizes not covered by scale classes */
.icon-875 {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}
.icon-1375 {
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1.375rem;
}

.icon-875,
.icon-1375 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
