/* ==========================================================================
   EXODIA — Design System & Component Styles
   Premium creative-toolkit identity built on the existing brand cyan.
   Mobile-first. Respects prefers-reduced-motion. RTL (Arabic) native.
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root{
  /* Brand */
  --brand: #09ace9;
  --brand-2: #00dbde;
  --brand-ink: #04202b;
  --success: #38ef7d;
  --success-2: #00bb7f;
  --gold: #ffeebd;
  --danger: #ff6b7a;

  /* Surfaces (dark, layered depth) */
  --bg-0: #0a0a0c;
  --bg-1: #101216;
  --bg-2: #15181e;
  --bg-3: #1c2028;
  --bg-glass: rgba(255,255,255,0.045);
  --border: rgba(255,255,255,0.09);
  --border-strong: rgba(255,255,255,0.16);
  --border-brand: rgba(9,172,233,0.4);

  /* Text */
  --text-1: #f6f8fb;
  --text-2: rgba(246,248,251,0.72);
  --text-3: rgba(246,248,251,0.48);
  --text-on-brand: #04141c;

  /* Typography */
  --font-body: 'Cairo', 'Segoe UI', sans-serif;
  --font-display: 'Space Grotesk', 'Cairo', sans-serif;

  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: 1.1875rem;
  --text-xl: clamp(1.375rem, 1.1rem + 1vw, 1.625rem);
  --text-2xl: clamp(1.75rem, 1.3rem + 1.8vw, 2.25rem);
  --text-3xl: clamp(2.1rem, 1.5rem + 2.6vw, 2.9rem);
  --text-4xl: clamp(2.6rem, 1.7rem + 4vw, 4.2rem);

  /* Spacing scale */
  --sp-1: 0.25rem; --sp-2: 0.5rem; --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.5rem; --sp-6: 2rem; --sp-7: 2.5rem; --sp-8: 3rem;
  --sp-9: clamp(1.25rem, 1rem + 1vw, 2rem);
  --sp-10: clamp(1.5rem, 1.15rem + 1.2vw, 2.25rem);
  --sp-11: clamp(1.75rem, 1.3rem + 1.5vw, 2.75rem);
  --sp-12: 8rem;

  /* Radius / shadow / motion */
  --radius-sm: 10px; --radius-md: 16px; --radius-lg: 22px; --radius-xl: 30px; --radius-full: 999px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.28);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.36);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 0 1px var(--border-brand), 0 12px 40px -8px rgba(9,172,233,0.45);
  --ease: cubic-bezier(.16,.84,.44,1);
  --dur-fast: 160ms; --dur-med: 320ms; --dur-slow: 560ms;

  --container: min(100% - 2.5rem, 1180px);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body{
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-0);
  color: var(--text-1);
  font-size: var(--text-base);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, iframe{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input{ font: inherit; color: inherit; }
h1,h2,h3,h4,p,ul{ margin: 0; }
ul{ padding: 0; list-style: none; }
:focus-visible{ outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

.container{ width: var(--container); margin-inline: auto; }
.visually-hidden{ position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Background texture: subtle brand glow field, no noise/clutter */
body{
  background-image:
    radial-gradient(60vw 60vw at 85% -10%, rgba(9,172,233,0.14), transparent 60%),
    radial-gradient(50vw 50vw at 5% 15%, rgba(0,219,222,0.08), transparent 60%),
    radial-gradient(40vw 40vw at 50% 100%, rgba(56,239,125,0.05), transparent 60%);
  background-attachment: fixed;
}

/* ---------- Typography ---------- */
.eyebrow{
  display: inline-flex; align-items: center; gap: .5em;
  font-size: var(--text-xs); font-weight: 700; letter-spacing: .02em;
  color: var(--brand); background: rgba(9,172,233,0.1);
  border: 1px solid var(--border-brand); border-radius: var(--radius-full);
  padding: .5em 1.1em;
}
.eyebrow .dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(9,172,233,0.25); }
h2.section-title{ font-family: var(--font-display); font-weight: 700; font-size: var(--text-3xl); line-height: 1.15; color: var(--text-1); }
h2.section-title em{ font-style: normal; color: var(--brand); }
.section-sub{ font-size: var(--text-lg); color: var(--text-2); margin-top: var(--sp-3); max-width: 62ch; }
.section-head{ text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--sp-3); margin-bottom: var(--sp-9); }
.num{ font-family: var(--font-display); }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 1em 1.9em; border-radius: var(--radius-full); text-align: center;
  font-weight: 700; font-size: var(--text-base); white-space: normal; max-width: 100%;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
  border: 1px solid transparent;
}
.btn:active{ transform: translateY(1px) scale(.99); }
.btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: var(--text-on-brand);
  box-shadow: var(--shadow-glow);
}
.btn-primary:hover{ box-shadow: 0 0 0 1px var(--border-brand), 0 16px 48px -10px rgba(9,172,233,0.6); transform: translateY(-2px); }
.btn-secondary{
  background: var(--bg-glass); color: var(--text-1); border-color: var(--border-strong);
  backdrop-filter: blur(10px);
}
.btn-secondary:hover{ border-color: var(--brand); background: rgba(9,172,233,0.08); transform: translateY(-2px); }
.btn-whatsapp{ background: linear-gradient(135deg, var(--success), var(--success-2)); color: #04150e; box-shadow: 0 10px 32px -8px rgba(56,239,125,0.5); }
.btn-whatsapp:hover{ transform: translateY(-2px); }
.btn-block{ width: 100%; }
.btn-lg{ padding: 1.15em 2.2em; font-size: var(--text-lg); }
.btn[disabled]{ opacity: .6; cursor: not-allowed; transform: none !important; }

/* ---------- Nav ---------- */
.nav{
  position: sticky; top: 0; z-index: 60;
  background: rgba(10,10,12,0.72); backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--border);
  transition: border-color var(--dur-med) var(--ease);
}
.nav__inner{ display: flex; align-items: center; justify-content: space-between; gap: var(--sp-3); padding-block: .9rem; }
.nav__brand{ display: flex; align-items: center; gap: .65rem; min-width: 0; flex: 1 1 auto; }
.nav__brand img{ width: 34px; height: 34px; flex: none; border-radius: 8px; box-shadow: 0 0 0 1px var(--border-strong); }
.nav__brand-text{ display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.nav__brand-name{ font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; display: flex; align-items: center; gap: .5em; white-space: nowrap; }
.nav__brand-badge{ font-size: .58rem; font-weight: 800; letter-spacing: .04em; color: var(--brand-ink); background: var(--gold); padding: .18em .5em; border-radius: 6px; flex: none; }
.nav__brand-tag{ font-size: .68rem; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.nav__actions{ display: flex; align-items: center; gap: .9rem; flex: none; }
.nav__links{ display: none; align-items: center; gap: var(--sp-6); }
.nav__link{ font-size: var(--text-sm); color: var(--text-2); transition: color var(--dur-fast); position: relative; }
.nav__link:hover{ color: var(--text-1); }
.nav__rating{ display: none; align-items: center; gap: .4em; font-size: var(--text-xs); color: var(--text-2); background: var(--bg-glass); border: 1px solid var(--border); padding: .4em .8em; border-radius: var(--radius-full); }
.nav__rating strong{ color: var(--gold); }
.nav__cta{ display: none; }
.nav__burger{ display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: var(--radius-sm); border: 1px solid var(--border); }
.nav__burger span{ position: relative; width: 18px; height: 2px; background: var(--text-1); }
.nav__burger span::before, .nav__burger span::after{ content: ""; position: absolute; inset-inline: 0; width: 18px; height: 2px; background: var(--text-1); transition: transform var(--dur-fast); }
.nav__burger span::before{ top: -6px; } .nav__burger span::after{ top: 6px; }
.nav__burger[aria-expanded="true"] span{ background: transparent; }
.nav__burger[aria-expanded="true"] span::before{ transform: translateY(6px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span::after{ transform: translateY(-6px) rotate(-45deg); }

.mobile-menu{ position: fixed; inset: 0; top: 63px; background: var(--bg-0); z-index: 55; padding: var(--sp-6) var(--sp-5); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity var(--dur-med) var(--ease), transform var(--dur-med) var(--ease); }
.mobile-menu.is-open{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-menu__link{ display: block; padding: 1rem 0; font-size: var(--text-lg); border-bottom: 1px solid var(--border); }
.mobile-menu__cta{ margin-top: var(--sp-6); }

@media (min-width: 900px){
  .nav__links{ display: flex; }
  .nav__rating{ display: flex; }
  .nav__cta{ display: inline-flex; }
  .nav__burger{ display: none; }
}

/* ---------- Hero ---------- */
.hero{ position: relative; padding-block: var(--sp-9) var(--sp-10); overflow: clip; }
.hero__grid{ display: grid; grid-template-columns: minmax(0,1fr); gap: var(--sp-8); }
.hero__content{ text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--sp-5); }
.hero__title{ font-family: var(--font-display); font-weight: 700; font-size: var(--text-4xl); line-height: 1.08; letter-spacing: -0.01em; }
.hero__title .grad{ background: linear-gradient(90deg, var(--brand), var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub{ font-size: var(--text-lg); color: var(--text-2); max-width: 46ch; }
.hero__trust{ display: flex; align-items: center; gap: .5em; font-size: var(--text-sm); color: var(--text-2); }
.hero__trust-stars{ color: var(--gold); letter-spacing: .05em; }
.hero__trust strong{ color: var(--text-1); }
.hero__ctas{ display: flex; flex-wrap: wrap; gap: var(--sp-3); justify-content: center; margin-top: var(--sp-2); }
.hero__note{ font-size: var(--text-xs); color: var(--text-3); max-width: 46ch; margin-top: -.3em; }
.hero__stats{ display: flex; flex-wrap: wrap; gap: var(--sp-6); justify-content: center; margin-top: var(--sp-6); }
.hero__stat{ text-align: center; }
.hero__stat b{ display: block; font-family: var(--font-display); font-size: var(--text-2xl); color: var(--brand); }
.hero__stat span{ font-size: var(--text-xs); color: var(--text-3); }

.hero__video{ position: relative; max-width: 880px; margin-inline: auto; width: 100%; }
.hero__video-frame{
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid var(--border-strong); box-shadow: var(--shadow-lg);
  background: var(--bg-1);
}
.hero__video-badge{
  position: absolute; top: var(--sp-4); inset-inline-start: var(--sp-4); z-index: 2;
  display: flex; align-items: center; gap: .5em;
  background: rgba(10,10,12,0.75); backdrop-filter: blur(8px);
  border: 1px solid var(--border-strong); color: var(--text-1);
  font-size: .7rem; font-weight: 800; letter-spacing: .04em;
  padding: .45em .9em; border-radius: var(--radius-full);
}
.hero__video-badge .pulse{ width: 7px; height: 7px; border-radius: 50%; background: var(--danger); animation: pulse 1.6s ease-in-out infinite; }
.hero__video-label{ text-align: center; font-size: var(--text-sm); color: var(--text-2); margin-top: var(--sp-4); }
.aspect-16-9{ aspect-ratio: 16/9; width: 100%; }

@media (min-width: 1024px){
  .hero__grid{ text-align: start; }
  .hero__content{ text-align: start; align-items: flex-start; }
  .hero__ctas{ justify-content: flex-start; }
  .hero__stats{ justify-content: flex-start; }
}


/* ---------- Showcase ---------- */
.showcase{ padding-block: var(--sp-11); }
.showcase__grid{ display: grid; grid-template-columns: minmax(0,1fr); gap: var(--sp-4); }
@media (min-width: 640px){ .showcase__grid{ grid-template-columns: minmax(0,1fr) minmax(0,1fr); } }
@media (min-width: 1024px){ .showcase__grid{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
.showcase-card{
  border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--bg-1);
  padding: var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-3);
  transition: transform var(--dur-med) var(--ease), border-color var(--dur-med) var(--ease), background var(--dur-med) var(--ease);
}
.showcase-card:hover{ transform: translateY(-4px); border-color: var(--border-brand); background: var(--bg-2); }
.showcase-card__icon{ width: 46px; height: 46px; border-radius: var(--radius-md); background: rgba(9,172,233,0.12); color: var(--brand); display: flex; align-items: center; justify-content: center; }
.showcase-card__icon svg{ width: 22px; height: 22px; }
.showcase-card__title{ font-weight: 700; font-size: var(--text-base); }
.showcase-card__desc{ color: var(--text-3); font-size: var(--text-sm); }
.showcase-card.is-hidden{ display: none; }
.showcase__more{ text-align: center; margin-top: var(--sp-5); }
.showcase__caption{ text-align: center; margin-top: var(--sp-3); color: var(--text-3); font-size: var(--text-sm); }

/* ---------- 3D templates preview (compact inline banner, folded into showcase) ---------- */
.templates-inline{
  margin-top: var(--sp-5); display: flex; align-items: center; gap: var(--sp-4);
  border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--bg-1);
  padding: var(--sp-4) var(--sp-5);
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.templates-inline:hover{ border-color: var(--border-brand); background: var(--bg-2); }
.templates-inline__icon{ width: 52px; height: 52px; border-radius: var(--radius-sm); background: rgba(9,172,233,0.12); color: var(--brand); display: flex; align-items: center; justify-content: center; flex: none; }
.templates-inline__icon svg{ width: 27px; height: 27px; }
.templates-inline__text{ display: flex; flex-direction: column; gap: .2em; flex: 1 1 auto; min-width: 0; }
.templates-inline__text strong{ font-size: var(--text-sm); color: var(--text-1); }
.templates-inline__text span{ font-size: var(--text-xs); color: var(--text-3); }
.templates-inline__arrow{ flex: none; color: var(--brand); font-size: 1.2rem; }

/* ---------- Testimonials ---------- */
.reviews{ padding-block: var(--sp-11); }
.reviews__stars{ display: flex; gap: .2em; color: var(--gold); font-size: var(--text-xl); justify-content: center; }
.reviews__gate{ text-align: center; margin-top: var(--sp-5); }
.reviews__grid{ display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--sp-3); margin-top: var(--sp-5); }
@media (min-width: 640px){ .reviews__grid{ grid-template-columns: repeat(3,minmax(0,1fr)); } }
.reviews__grid.is-hidden{ display: none; }
.review-shot{ position: relative; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); background: var(--bg-1); aspect-ratio: 3/4; cursor: zoom-in; }
.review-shot img{ width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-med) var(--ease); }
.review-shot:hover img{ transform: scale(1.045); }
.reviews__note{ text-align: center; color: var(--text-3); font-size: var(--text-sm); margin-top: var(--sp-4); }

.lightbox{ position: fixed; inset: 0; z-index: 100; background: rgba(4,4,6,0.92); display: flex; align-items: center; justify-content: center; padding: var(--sp-5); opacity: 0; pointer-events: none; transition: opacity var(--dur-med) var(--ease); }
.lightbox.is-open{ opacity: 1; pointer-events: auto; }
.lightbox img{ max-width: min(90vw, 560px); max-height: 86vh; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox__close{ position: absolute; top: var(--sp-5); inset-inline-end: var(--sp-5); width: 44px; height: 44px; border-radius: 50%; background: var(--bg-glass); border: 1px solid var(--border-strong); font-size: 1.2rem; }

/* ---------- Pricing / checkout ---------- */
.pricing{ padding-block: var(--sp-11); }
.pricing__banner{ max-width: 640px; margin-inline: auto; margin-bottom: var(--sp-5); border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.pricing__banner img{ width: 100%; height: auto; display: block; }

.checkout{ display: flex; justify-content: center; margin-top: var(--sp-3); }
.checkout__form{
  width: 100%; max-width: 640px; min-width: 0;
  border-radius: var(--radius-xl); border: 1px solid var(--border-strong);
  background: var(--bg-1); padding: var(--sp-6);
  scroll-margin-top: 90px;
}
.step{ display: flex; align-items: center; gap: .7em; margin-bottom: var(--sp-4); }
.step__num{ flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: var(--text-on-brand); font-weight: 800; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); }
.step__title{ font-weight: 700; font-size: var(--text-lg); }
.field{ margin-bottom: var(--sp-4); }
.field label{ display: block; font-size: var(--text-sm); color: var(--text-2); margin-bottom: .5em; }
.field label .req{ color: var(--danger); }
.field input[type="text"], .field input[type="tel"], .field input[type="email"]{
  width: 100%; padding: .9em 1.1em; border-radius: var(--radius-sm);
  background: var(--bg-2); border: 1px solid var(--border); color: var(--text-1);
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.field input:focus{ border-color: var(--brand); box-shadow: 0 0 0 3px rgba(9,172,233,0.18); outline: none; }
.field-error{ color: var(--danger); font-size: var(--text-xs); margin-top: .4em; display: none; }
.field-error.is-shown{ display: block; }

.coupon-row{ display: flex; gap: var(--sp-2); align-items: stretch; }
.coupon-row input{ flex: 1 1 auto; min-width: 0; width: auto; }
.coupon-check-btn{ flex: none; padding: 0 1.3em; font-size: var(--text-sm); white-space: nowrap; }
.coupon-feedback{ font-size: var(--text-xs); margin-top: .4em; min-height: 1.2em; }
.coupon-feedback.is-valid{ color: var(--success); }
.coupon-feedback.is-invalid{ color: var(--danger); }

.pay-groups{ display: flex; flex-direction: column; gap: var(--sp-4); }
.pay-region{ border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--sp-4); }
.pay-region__title{ font-weight: 700; margin-bottom: var(--sp-3); }
.pay-option{ display: flex; align-items: flex-start; gap: .8em; padding: .8em; border-radius: var(--radius-sm); border: 1px solid transparent; cursor: pointer; transition: border-color var(--dur-fast), background var(--dur-fast); }
.pay-option:hover{ background: var(--bg-2); }
.pay-option.is-selected{ border-color: var(--border-brand); background: rgba(9,172,233,0.08); }
.pay-option input{ margin-top: .3em; accent-color: var(--brand); }
.pay-option__label{ font-weight: 700; }
.pay-option__sub{ color: var(--text-3); font-size: var(--text-xs); margin-top: .15em; }
.pay-detail{ margin-top: var(--sp-3); padding: var(--sp-4); border-radius: var(--radius-sm); background: var(--bg-2); border: 1px dashed var(--border-strong); display: none; }
.pay-detail.is-shown{ display: block; }
.pay-detail__row{ display: flex; align-items: center; justify-content: space-between; gap: var(--sp-3); margin-top: var(--sp-2); }
.pay-detail__number{ font-family: var(--font-display); font-size: var(--text-lg); letter-spacing: .04em; direction: ltr; }
.copy-btn{ font-size: var(--text-xs); font-weight: 700; color: var(--brand); border: 1px solid var(--border-brand); padding: .4em .8em; border-radius: var(--radius-full); }
.pay-note{ font-size: var(--text-xs); color: var(--text-3); margin-top: var(--sp-2); }

.upload{ border: 1.5px dashed var(--border-strong); border-radius: var(--radius-md); padding: var(--sp-5); text-align: center; cursor: pointer; transition: border-color var(--dur-fast); }
.upload:hover{ border-color: var(--brand); }
.upload__preview{ max-height: 140px; margin-inline: auto; margin-top: var(--sp-3); border-radius: var(--radius-sm); display: none; }
.upload__preview.is-shown{ display: block; }

.reassure{ text-align: center; font-size: var(--text-xs); color: var(--text-3); margin-top: var(--sp-5); }

.success-panel{ text-align: center; padding: var(--sp-6); border-radius: var(--radius-lg); background: rgba(56,239,125,0.08); border: 1px solid rgba(56,239,125,0.3); }
.success-panel h3{ font-family: var(--font-display); font-size: var(--text-xl); }
.success-panel p{ color: var(--text-2); margin-top: var(--sp-3); }
.success-panel__ctas{ display: flex; flex-direction: column; gap: var(--sp-3); margin-top: var(--sp-5); }

/* ---------- FAQ ---------- */
.faq{ padding-block: var(--sp-11); }
.faq__list{ display: flex; flex-direction: column; gap: var(--sp-3); max-width: 820px; margin-inline: auto; }
.faq-item{ border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--bg-1); overflow: hidden; }
.faq-item__q{ width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); padding: var(--sp-5); text-align: start; font-weight: 700; font-size: var(--text-base); }
.faq-item__icon{ flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; transition: transform var(--dur-med) var(--ease), background var(--dur-med); }
.faq-item[data-open="true"] .faq-item__icon{ transform: rotate(45deg); background: var(--brand); border-color: var(--brand); color: var(--text-on-brand); }
.faq-item__a{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-med) var(--ease); }
.faq-item[data-open="true"] .faq-item__a{ grid-template-rows: 1fr; }
.faq-item__a-inner{ overflow: hidden; }
.faq-item__a p{ padding: 0 var(--sp-5) var(--sp-5); color: var(--text-2); font-size: var(--text-sm); line-height: 1.8; }

/* ---------- Footer (incl. compact founder/trust blurb) ---------- */
.footer{ border-top: 1px solid var(--border); padding-block: var(--sp-6); margin-top: var(--sp-6); }
.footer__founder{ max-width: 720px; margin: 0 auto var(--sp-5); text-align: center; display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.footer__founder p{ color: var(--text-3); font-size: var(--text-xs); line-height: 1.85; margin: 0; }
.footer__founder p strong{ color: var(--text-2); }
.footer__top{ display: flex; flex-wrap: wrap; gap: var(--sp-6); justify-content: space-between; align-items: center; }
.footer__brand{ display: flex; align-items: center; gap: .6rem; }
.footer__brand img{ width: 30px; height: 30px; border-radius: 7px; box-shadow: 0 0 0 1px var(--border-strong); }
.footer__nav{ display: flex; flex-wrap: wrap; gap: var(--sp-5); }
.footer__nav a{ color: var(--text-2); font-size: var(--text-sm); }
.footer__nav a:hover{ color: var(--brand); }
.footer__social{ display: flex; gap: var(--sp-3); }
.footer__social a{ width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: border-color var(--dur-fast), color var(--dur-fast); color: var(--text-2); }
.footer__social a:hover{ border-color: var(--brand); color: var(--brand); }
.footer__bottom{ margin-top: var(--sp-6); padding-top: var(--sp-5); border-top: 1px solid var(--border); text-align: center; color: var(--text-3); font-size: var(--text-xs); }

/* ---------- Floating controls ---------- */
.float-wa{
  position: fixed; bottom: var(--sp-5); inset-inline-end: var(--sp-5); z-index: 70;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--success), var(--success-2));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px -6px rgba(56,239,125,0.55);
  transition: transform var(--dur-fast) var(--ease);
}
.float-wa:hover{ transform: scale(1.08); }
.float-wa svg{ width: 28px; height: 28px; fill: #04150e; }

.sticky-cta{
  position: fixed; bottom: 0; inset-inline: 0; z-index: 65;
  padding: var(--sp-3) var(--sp-4); background: rgba(10,10,12,0.85); backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  transform: translateY(110%); transition: transform var(--dur-med) var(--ease);
}
.sticky-cta.is-visible{ transform: translateY(0); }
@media (min-width: 900px){ .sticky-cta{ display: none; } }
@media (max-width: 899px){ .float-wa{ bottom: calc(var(--sp-5) + 76px); } }

/* ---------- Reveal-on-scroll ---------- */
.reveal{ opacity: 0; transform: translateY(18px); transition: opacity var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease); }
.reveal.is-visible{ opacity: 1; transform: translateY(0); }

/* ---------- Section rhythm ---------- */
section{ position: relative; }

/* ---------- Keyframes ---------- */
@keyframes pulse{ 0%,100%{ opacity: 1; } 50%{ opacity: .35; } }
