/* =====================================================================
   WELON — Site institucional (www). Landing premium, tema escuro.
   ===================================================================== */
:root {
  --blue-start: #3B82F6;
  --blue-end:   #1E3A8A;
  --blue-soft:  #60A5FA;
  --grad-blue:  linear-gradient(135deg, #3B82F6, #1E3A8A);

  --bg:        #050A1F;
  --bg-elev:   #0A1230;
  --bg-card:   #0C1533;
  --border:    rgba(255, 255, 255, 0.08);
  --border-2:  rgba(255, 255, 255, 0.04);

  --text:      #E9EEF9;
  --muted:     #93A0BD;
  --ok:        #4ADE80;

  --radius:    16px;
  --wrap:      1120px;
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, .20);
  --shadow-md: 0 16px 44px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; border-radius: 8px; }

/* Barra de progresso da rolagem */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 50;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--blue-start), var(--blue-soft));
  transition: transform .08s linear;
}
@media (prefers-reduced-motion: reduce) { .scroll-progress { display: none; } }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: hidden; }
body {
  margin: 0; font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden; -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; margin: 0; letter-spacing: -0.02em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
.muted { color: var(--muted); }
.text-center { text-align: center; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.wrap.narrow { max-width: 760px; }

.ico { width: 20px; height: 20px; flex: 0 0 auto; }
.ico-check { color: var(--ok); }
.ico-x { color: #6B7690; }

/* ---- Botões -------------------------------------------------------- */
.btn, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; border-radius: 10px; cursor: pointer;
  padding: .7rem 1.15rem; font-size: .95rem; border: 1px solid transparent;
  transition: transform .12s ease, background .12s ease, opacity .12s ease;
}
.btn { background: linear-gradient(135deg, #2F4E92, #1E3A8A); color: #fff; border-color: rgba(255,255,255,.10); }
.btn:hover { transform: translateY(-1px); background: linear-gradient(135deg, #37599F, #244497); }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,.05); }
.btn-sm { padding: .5rem .9rem; font-size: .85rem; }
.btn-lg { padding: .95rem 1.6rem; font-size: 1.02rem; border-radius: 12px; }

/* ---- Header / nav -------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(5,10,31,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-2);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(5,10,31,.94);
  border-bottom-color: var(--border);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .38);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand img { height: 30px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { font-size: .92rem; color: var(--muted); }
.site-nav a:hover { color: var(--text); }
.site-nav a.btn { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-right: -8px; background: transparent; border: 0; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.header-right { display: flex; align-items: center; gap: 1.1rem; }
.lang-switch { display: inline-flex; align-items: center; gap: .4rem; }
.lang { display: inline-flex; width: 26px; height: 18px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); opacity: .45; transition: opacity .15s ease, box-shadow .15s ease; }
.lang svg { width: 100%; height: 100%; display: block; }
.lang:hover { opacity: .85; }
.lang.active { opacity: 1; box-shadow: 0 0 0 2px rgba(96, 165, 250, .55); }

/* ---- Eyebrow / títulos --------------------------------------------- */
.eyebrow {
  display: inline-block; font-size: .76rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--blue-soft);
  border: 1px solid var(--border); border-radius: 999px; padding: .3rem .85rem; margin-bottom: 1.2rem;
}
.section-title { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; }
.section-title + .cards-3 { margin-top: 2.6rem; }
.lead { color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); }
.grad { background: linear-gradient(120deg, #60A5FA, #3B82F6); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Hero ---------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(3.5rem, 8vw, 6rem);
  background:
    radial-gradient(1000px 480px at 72% -10%, rgba(59,130,246,.20), transparent 60%),
    radial-gradient(700px 400px at 8% 8%, rgba(30,58,138,.28), transparent 55%);
}
.hero--image {
  background-size: cover; background-position: 50% 20%; background-repeat: no-repeat;
  min-height: min(92vh, 900px); display: flex; align-items: flex-end;
  padding-bottom: clamp(2.5rem, 7vh, 4.5rem);
}
.hero--image::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, transparent 42%, rgba(5,10,31,.55) 70%, rgba(5,10,31,.97) 100%),
    linear-gradient(90deg, rgba(5,10,31,.45) 0%, rgba(5,10,31,.12) 45%, transparent 66%);
}
.hero--image .hero-inner { position: relative; z-index: 1; }
.hero--image h1, .hero--image .lead { text-shadow: 0 2px 22px rgba(0, 0, 0, .55); }
.hero-inner { max-width: 840px; }
.hero h1 { font-size: clamp(2.2rem, 5.6vw, 3.8rem); font-weight: 800; }
.hero .lead { margin-top: 1.1rem; max-width: 640px; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.9rem; }
.hero-proof { margin-top: 1.7rem; color: var(--muted); font-size: .92rem; }
.hero-proof strong { color: var(--text); font-size: 1.05rem; }

/* ---- Seções -------------------------------------------------------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-alt { background: var(--bg-elev); border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); }
section[id] { scroll-margin-top: 84px; }
/* Revelar ao rolar (aplicado via JS só em elementos abaixo da dobra) */
.reveal-item { opacity: 0; transform: translateY(22px); }
.reveal-item.is-visible { opacity: 1; transform: none; transition: opacity .65s cubic-bezier(.22,.7,.2,1), transform .65s cubic-bezier(.22,.7,.2,1); }
@media (prefers-reduced-motion: reduce) { .reveal-item { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* Profundidade: sombras + elevação no hover */
.member, .quote, .compare-col, .form-card, .contact-card, .event, .feature { box-shadow: var(--shadow-sm); }
.member, .contact-card, .feature, .event { transition: transform .18s ease, box-shadow .22s ease, border-color .2s ease; }
.member:hover, .contact-card:hover, .feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(96, 165, 250, .28); }
.event:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-soft); }
.link-more { transition: color .15s ease, transform .15s ease; }
.link-more:hover { transform: translateX(2px); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.7rem; }
.link-more { color: var(--blue-soft); font-weight: 600; font-size: .92rem; white-space: nowrap; }
.link-more:hover { text-decoration: underline; }
.big-text { font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 600; line-height: 1.4; margin-top: .4rem; letter-spacing: -.01em; }
.subsection { text-align: center; font-size: 1.1rem; font-weight: 600; color: var(--muted); margin: 2.4rem 0 1.2rem; }

/* ---- Logos strip --------------------------------------------------- */
.logos-strip { padding: 2.6rem 0; border-bottom: 1px solid var(--border-2); }
.strip-label { text-align: center; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: .4rem; }
.reel--logos { margin-top: 1.2rem; }
.reel--logos.is-held .reel-track { animation-play-state: paused; }
.logo-tile {
  flex: 0 0 auto; width: clamp(118px, 28vw, 148px); aspect-ratio: 1 / 1;
  background: #fff; border-radius: 16px; overflow: hidden; cursor: pointer;
  display: flex; align-items: center; justify-content: center; padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.logo-tile a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
/* Discreta por padrão (esmaecida + neutra); cor real ao interagir */
.logo-tile img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  opacity: .5; filter: grayscale(1);
  transition: opacity .25s ease, filter .25s ease;
}
.logo-tile:hover img,
.logo-tile:focus-within img,
.logo-tile:active img,
.logo-tile.is-shown img { opacity: 1; filter: none; }

/* ---- Comparativo É × NÃO É ----------------------------------------- */
.compare { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare-col { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem; }
.compare-col h3 { font-size: 1.2rem; margin-bottom: 1.1rem; }
.compare-col ul { display: grid; gap: .85rem; }
.compare-col li { display: flex; gap: .7rem; align-items: flex-start; }
.compare-yes { border-color: rgba(74,222,128,.28); }
.compare-yes h3 { color: var(--ok); }
.compare-no h3 { color: var(--muted); }
.compare-no span { color: var(--muted); }

/* ---- Para quem é --------------------------------------------------- */
.para-grid { display: grid; gap: .9rem; grid-template-columns: 1fr; margin-top: 1.8rem; }
@media (min-width: 700px) { .para-grid { grid-template-columns: 1fr 1fr; } }
.para-item { display: flex; gap: .7rem; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.2rem; }

/* ---- Membros (ao vivo) --------------------------------------------- */
.members { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 620px) { .members { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 980px) { .members { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.member { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.15rem 1.2rem; min-width: 0; }
.member-name { font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.member-tags { margin-top: .45rem; font-size: .76rem; color: var(--blue-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---- Números ------------------------------------------------------- */
.stats { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); text-align: center; }
@media (min-width: 700px) { .stats { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } }
.stat-num { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; background: linear-gradient(120deg, #60A5FA, #3B82F6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { color: var(--muted); font-size: .9rem; margin-top: .2rem; }

/* ---- Carrossel de fotos (O Ecossistema) ---------------------------- */
.reel {
  position: relative; overflow: hidden; margin-top: 2rem; padding: .4rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.reel-track { display: flex; gap: .9rem; width: max-content; animation: reel var(--reel-dur, 40s) linear infinite; will-change: transform; }
.reel:hover .reel-track, .reel:focus-within .reel-track { animation-play-state: paused; }
.reel-item {
  position: relative; margin: 0; flex: 0 0 auto;
  width: clamp(150px, 34vw, 220px); aspect-ratio: 1 / 1;
  border-radius: 16px; overflow: hidden; background: var(--bg-elev); border: 1px solid var(--border);
}
.reel--rev { margin-top: .9rem; }
.reel--rev .reel-track { animation-direction: reverse; }
.reel-item img { width: 100%; height: 100%; object-fit: cover; }
@keyframes reel { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .reel { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .reel-track { animation: none; }
}

/* ---- Eventos (próximos) -------------------------------------------- */
.cards-3 { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.event { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .12s ease, border-color .12s ease; }
.event:hover { transform: translateY(-2px); border-color: var(--blue-soft); }
.event-cover { aspect-ratio: 16/9; background: var(--bg-elev); }
.event-cover img { width: 100%; height: 100%; object-fit: cover; }
.event-body { padding: 1.1rem; }
.event-date { font-size: .8rem; color: var(--blue-soft); text-transform: uppercase; letter-spacing: .04em; }
.event-date strong { font-size: 1rem; }
.event-title { font-weight: 700; margin: .3rem 0 .2rem; }

/* ---- Vídeos -------------------------------------------------------- */
.videos { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .videos { grid-template-columns: 1fr 1fr; } }
.videos-single { max-width: 820px; margin: 0 auto; }
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-title { text-align: center; color: var(--muted); font-size: .9rem; margin-top: .6rem; }

/* ---- Depoimentos --------------------------------------------------- */
.quote { margin: 0; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; gap: 1.1rem; }
.quote blockquote { margin: 0; font-size: 1.02rem; line-height: 1.5; }
.quote figcaption { display: flex; align-items: center; gap: .8rem; }
.quote figcaption img, .quote-ini { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.quote-ini { display: flex; align-items: center; justify-content: center; background: var(--grad-blue); color: #fff; font-weight: 700; }
.quote figcaption .muted { font-size: .84rem; }

/* ---- FAQ ----------------------------------------------------------- */
.faq { margin-top: 1.8rem; display: grid; gap: .7rem; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; background: var(--blue-soft); transition: transform .2s ease; }
.faq-plus::before { left: 0; top: 7px; width: 16px; height: 2px; }
.faq-plus::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-answer { padding: 0 1.3rem 1.2rem; color: var(--muted); }

/* ---- CTA final ----------------------------------------------------- */
.cta-final { text-align: center; padding: clamp(3.5rem, 8vw, 6rem) 0; background: radial-gradient(700px 300px at 50% 0%, rgba(59,130,246,.18), transparent 60%); border-top: 1px solid var(--border-2); }
.cta-final h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 800; }
.cta-final .lead { margin: 1rem auto 1.8rem; }
.contact-line { display: flex; gap: 1.4rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }
.contact-line a { color: var(--blue-soft); font-weight: 500; }
.contact-line a:hover { text-decoration: underline; }
.contact-icons { display: flex; gap: .8rem; justify-content: center; margin-top: 1.9rem; }
.contact-icons a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg-card); color: var(--blue-soft);
  transition: color .15s ease, border-color .15s ease, transform .15s ease;
}
.contact-icons a:hover { color: #fff; border-color: var(--blue-soft); transform: translateY(-2px); }
.contact-icons svg { width: 21px; height: 21px; }

/* ---- WhatsApp flutuante -------------------------------------------- */
.wa-float {
  position: fixed; z-index: 60;
  right: max(1.1rem, env(safe-area-inset-right)); bottom: max(1.1rem, env(safe-area-inset-bottom));
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .38);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wa-float:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 14px 30px rgba(0, 0, 0, .45); }
.wa-float svg { width: 30px; height: 30px; }
@media (max-width: 560px) { .wa-float { width: 52px; height: 52px; } .wa-float svg { width: 28px; height: 28px; } }
@media (prefers-reduced-motion: reduce) { .wa-float { transition: none; } }

.footer-contact { margin-top: .7rem; }
.footer-contact a { color: var(--muted); font-size: .9rem; display: inline-flex; align-items: center; gap: .4rem; }
.footer-contact a:hover { color: var(--text); }

/* ---- Footer -------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--border); padding: 2.6rem 0 1.5rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-logo { height: 26px; width: auto; margin-bottom: .6rem; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a { color: var(--muted); font-size: .9rem; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--border-2); font-size: .8rem; }

/* ---- Formulário (Quero fazer parte) -------------------------------- */
.page-hero { padding-top: clamp(2.5rem, 6vw, 4.5rem); }
.page-hero h1 { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 800; margin-top: .5rem; }
.page-hero .lead { margin: 1rem auto 0; }
.grid-2 { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.form-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.9rem; display: grid; gap: 1.1rem; margin-top: 2rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .88rem; font-weight: 500; }
.input { width: 100%; background: var(--bg-elev); border: 1px solid var(--border); border-radius: 10px; padding: .8rem .9rem; color: var(--text); font: inherit; }
.input:focus { outline: none; border-color: var(--blue-soft); box-shadow: 0 0 0 3px rgba(96,165,250,.15); }
.input::placeholder { color: #5B6788; }
.alert { padding: .85rem 1rem; border-radius: 10px; margin-top: 1.4rem; font-size: .9rem; }
.alert-error { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.35); color: #FCA5A5; }
.alert-success { background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.35); color: #86EFAC; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Modal de depoimento */
.dep-modal { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.dep-modal[hidden] { display: none; }
.dep-modal-backdrop { position: absolute; inset: 0; background: rgba(2,5,15,.72); backdrop-filter: blur(3px); }
.dep-modal-box { position: relative; z-index: 1; width: 100%; max-width: 520px; max-height: 92vh; overflow-y: auto; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 1.7rem; box-shadow: var(--shadow-md); }
.dep-modal-x { position: absolute; top: .5rem; right: .8rem; background: none; border: 0; color: var(--muted); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dep-modal-x:hover { color: var(--text); }

/* ---- Mobile -------------------------------------------------------- */
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed; top: 68px; left: 0; right: 0; z-index: 39;
    flex-direction: column; align-items: stretch; gap: .1rem;
    background: rgba(5, 10, 31, .98); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    padding: .5rem 1.25rem 1.2rem;
    transform: translateY(-14px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .site-header.nav-open .site-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav a { padding: .95rem .2rem; font-size: 1.02rem; color: var(--text); border-bottom: 1px solid var(--border-2); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a.btn { justify-content: center; margin-top: .7rem; padding: .9rem; font-size: 1rem; }
  .site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 560px) {
  .wrap { padding: 0 1.15rem; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn, .hero-cta .btn-ghost { width: 100%; }
  .hero--image { min-height: 92vh; background-position: 50% 14%; padding-bottom: 2.5rem; }
  .hero--image::before { background: linear-gradient(180deg, transparent 0%, transparent 20%, rgba(5,10,31,.5) 48%, rgba(5,10,31,.98) 100%); }
  .section-head { flex-direction: column; align-items: flex-start; gap: .35rem; }
  .compare-col, .form-card, .feature, .quote { padding: 1.35rem; }
  .big-text { font-size: 1.3rem; }
  .members { gap: .7rem; }
}
