/* ============================================================
   eJuuZ — Section Styles
   WHITE:  Hero, About, Pillars, Services, Diff, How, Market, Story, Tiers, Trust, Contact
   PURPLE: Marquee, CTA, Footer
   ============================================================ */

/* ============================================================
   HERO — WHITE
============================================================ */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 140px 28px 100px;
  overflow: hidden;
  background: var(--bg-grad);;
}

.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 1; width: 100%;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-right { display: none; }
}

@media (max-width: 600px) {
  #hero { padding: 120px 16px 80px; }
  h1 { font-size: clamp(1.6rem, 8vw, 2.6rem) !important; word-break: break-word; overflow-wrap: break-word; }
  .hero-sub { font-size: .95rem; }
  .hero-tagline { font-size: .82rem; white-space: normal; word-break: break-word; }
  .hero-stats { gap: 20px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .wrap { padding: 0 16px; }
}

#hero h1 { color: var(--text-dark); }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.hero-dot     { width: 7px; height: 7px; border-radius: 50%; background: var(--pk); animation: pulse 2s infinite; }
.hero-label   { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--p); }
.hero-sub { font-size: 1.15rem; color: #555; max-width: 520px; margin: 22px 0 14px; line-height: 1.75; }
.hero-tagline {
  display: inline-block; margin-bottom: 40px;
  font-family: 'Syne', sans-serif; font-size: .95rem; font-weight: 700;
  color: var(--pk); letter-spacing: .03em;
  background: rgba(224,64,160,.1); border: 1px solid rgba(224,64,160,.22);
  padding: 8px 20px; border-radius: 999px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 60px; }
.hero-stats   { display: flex; gap: 48px; flex-wrap: wrap; }
.stat-num {
  font-family: 'Syne', sans-serif; font-size: 1.9rem; font-weight: 800;
  background: linear-gradient(120deg, var(--pl), var(--pk));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: .73rem; color: #666; margin-top: 3px; line-height: 1.35; }
.bo { color: var(--text-dark) !important; }

.hero-right { position: relative; display: flex; flex-direction: column; gap: 14px; }
.hcard { background: rgba(35,29,53,0.06); border: 1px solid rgba(155,93,229,.15); border-radius: 16px; padding: 20px 22px; backdrop-filter: blur(16px); animation: floatup 5s ease-in-out infinite; }
.hcard:nth-child(2) { animation-delay: 1.6s; }
.hcard:nth-child(3) { animation-delay: 3.2s; }
.hcard-top    { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hcard-label  { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--m); }
.hcard-badge  { font-size: .62rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: rgba(61,219,168,.1); color: var(--g); border: 1px solid rgba(61,219,168,.2); }
.hcard-balance { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: var(--text-dark); }
.hcard-balance span { font-size: 1rem; color: var(--pl); }
.hcard-up     { font-size: .75rem; color: var(--g); margin-top: 4px; }
.hcard-row    { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.hcard-row:last-child { border: none; }
.hcard-icon   { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.hcard-info   { flex: 1; }
.hcard-name   { font-size: .8rem; font-weight: 500; color: var(--text-dark); }
.hcard-time   { font-size: .65rem; color: #888; }
.hcard-amt    { font-family: 'Syne', sans-serif; font-size: .85rem; font-weight: 700; }
.hcard-amt.pos { color: var(--g); }
.hcard-amt.neg { color: var(--pkl); }
.hcard-banks  { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.hcard-bank   { font-size: .65rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: rgba(155,93,229,.12); border: 1px solid rgba(155,93,229,.22); color: var(--pl); }
.hcard-mini         { display: flex; align-items: center; gap: 12px; }
.hcard-mini-icon    { font-size: 1.4rem; }
.hcard-mini strong  { display: block; font-family: 'Syne', sans-serif; font-size: .8rem; color: var(--text-dark); }
.hcard-mini span    { font-size: .68rem; color: #888; }

/* ============================================================
   MARQUEE — PURPLE
============================================================ */
.mq { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: var(--bg2); padding: 16px 0; overflow: hidden; }
.mt  { display: flex; gap: 48px; white-space: nowrap; animation: marquee 26s linear infinite; width: max-content; }
.mi  { display: flex; align-items: center; gap: 10px; font-family: 'Syne', sans-serif; font-size: .75rem; font-weight: 600; color: var(--m); flex-shrink: 0; }
.md  { width: 4px; height: 4px; border-radius: 50%; background: var(--pk); flex-shrink: 0; }

/* ============================================================
   ABOUT — WHITE
============================================================ */
#about { position: relative; overflow: hidden; background: var(--bg-grad);; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } }
#about h2, #about h3, #about h4 { color: var(--text-dark); }
#about .sh p { color: #555; }
#about p { color: #555; }
.stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px; }
.stat-box  { background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: 10px; padding: 16px; }
.stat-box .sn { font-family: 'Syne', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--pl); }
.stat-box .sl { font-size: .7rem; color: var(--m); margin-top: 2px; line-height: 1.4; }

/* ============================================================
   PILLARS — WHITE background, cards stay purple
============================================================ */
#pillars { background: var(--bg-grad);; }
#pillars .sh h2 { color: var(--text-dark); }
#pillars .sh p  { color: #555; }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 14px; }
.pillar { padding: 28px 22px; text-align: center; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); transition: border-color var(--t), transform var(--t); }
.pillar:hover { border-color: rgba(155,93,229,.4); transform: translateY(-3px); }
.pillar-icon { font-size: 1.7rem; margin-bottom: 12px; }
.pillar h4   { font-family: 'Syne', sans-serif; font-size: .9rem; font-weight: 700; color: var(--w); margin-bottom: 6px; }
.pillar p    { font-size: .75rem; line-height: 1.55; color: var(--m); }

/* ============================================================
   SERVICES — WHITE
============================================================ */
#services { position: relative; overflow: hidden; background: var(--bg-grad);; }
#services .sh h2 { color: var(--text-dark); }
#services .sh p  { color: #555; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.svc { padding: 30px; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); transition: border-color var(--t), transform var(--t); position: relative; overflow: hidden; }
.svc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(155,93,229,.5), transparent); opacity: 0; transition: opacity var(--t); }
.svc:hover { border-color: rgba(155,93,229,.5); transform: translateY(-3px); }
.svc:hover::before { opacity: 1; }
.svc-icon { width: 46px; height: 46px; border-radius: 11px; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; background: rgba(155,93,229,.12); border: 1px solid rgba(155,93,229,.22); }
.svc h3  { color: var(--w); margin-bottom: 9px; }
.svc p   { font-size: .875rem; line-height: 1.65; color: var(--m); }
.svc-tag { display: inline-block; margin-top: 16px; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--pl); background: rgba(155,93,229,.1); padding: 3px 10px; border-radius: 999px; }
.svc-list { margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
.svc-list span { font-size: .78rem; color: var(--m); display: flex; align-items: center; gap: 7px; }
.svc-list span::before { content: '→'; color: var(--pkl); font-size: .68rem; }

/* ============================================================
   DIFFERENTIATORS — WHITE background, cards stay purple
============================================================ */
#diff { background: var(--bg-grad);; }
#diff .sh h2 { color: var(--text-dark); }
#diff .sh p  { color: #555; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .diff-grid { grid-template-columns: 1fr; } }
.diff-items { display: flex; flex-direction: column; gap: 14px; }
.diff-item  { padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); transition: border-color var(--t); }
.diff-item:hover { border-color: rgba(155,93,229,.5); }
.diff-icon  { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.diff-item h4 { font-family: 'Syne', sans-serif; font-size: .95rem; font-weight: 700; color: var(--w); margin-bottom: 5px; }
.diff-item p  { font-size: .85rem; line-height: 1.6; color: var(--m); }
.banks-card { padding: 30px; position: relative; overflow: hidden; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); }
.banks-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p), var(--pk)); }
.banks-card h3  { color: var(--w); margin-bottom: 6px; font-size: 1rem; }
.banks-card > p { font-size: .85rem; margin-bottom: 20px; color: var(--m); }
.bank-list { display: flex; flex-direction: column; gap: 9px; }
.bank-row  { display: flex; align-items: center; gap: 12px; background: rgba(155,93,229,.07); border: 1px solid rgba(255,255,255,.07); border-radius: 9px; padding: 11px 14px; }
.bank-dot    { width: 7px; height: 7px; border-radius: 50%; background: var(--g); flex-shrink: 0; }
.bank-name   { font-family: 'Syne', sans-serif; font-size: .85rem; font-weight: 700; color: var(--w); }
.bank-type   { font-size: .7rem; color: var(--m); }
.bank-status { margin-left: auto; font-size: .63rem; font-weight: 700; color: var(--g); background: rgba(61,219,168,.1); padding: 2px 8px; border-radius: 999px; }

/* ============================================================
   HOW IT WORKS — WHITE
============================================================ */
#how { position: relative; overflow: hidden; background: var(--bg-grad);; }
#how .sh h2 { color: var(--text-dark); }
#how .sh p  { color: #555; }
.steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; list-style: none; counter-reset: steps; }
.step  { padding: 30px; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); counter-increment: steps; transition: border-color var(--t), transform var(--t); }
.step:hover { border-color: rgba(155,93,229,.5); transform: translateY(-3px); }
.step::before { content: counter(steps, decimal-leading-zero); font-family: 'Syne', sans-serif; font-size: 2.6rem; font-weight: 800; background: rgba(155,93,229,.2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 14px; }
.step-icon { font-size: 1.6rem; margin-bottom: 10px; }
.step h3   { color: var(--w); margin-bottom: 8px; }
.step p    { font-size: .85rem; line-height: 1.65; color: var(--m); }

/* ============================================================
   MARKET — WHITE background, cards stay purple
============================================================ */
#market { background: var(--bg-grad);; }
#market .sh h2 { color: var(--text-dark); }
#market .sh p  { color: #555; }
.market-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 860px) { .market-grid { grid-template-columns: 1fr; } }
.market-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.mstat        { padding: 26px; text-align: center; position: relative; overflow: hidden; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); }
.mstat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p), var(--pk)); }
.mstat .big   { font-family: 'Syne', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--pl); }
.mstat p      { font-size: .75rem; margin-top: 7px; line-height: 1.5; color: var(--m); }
.target-list { display: flex; flex-direction: column; gap: 10px; }
.target-item { display: flex; align-items: center; gap: 14px; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: 10px; padding: 13px 16px; }
.target-icon { font-size: 1.1rem; flex-shrink: 0; }
.target-text strong { display: block; font-family: 'Syne', sans-serif; font-size: .85rem; color: var(--w); margin-bottom: 2px; }
.target-text span   { font-size: .78rem; color: var(--m); line-height: 1.4; }

/* ============================================================
   STORY / TESTIMONIALS — WHITE
============================================================ */
#story { position: relative; overflow: hidden; background: var(--bg-grad);; }
#story .sh h2  { color: var(--text-dark); }
#story .sh p   { color: #555; }
.story-card   { padding: 48px; max-width: 820px; margin: 0 auto; position: relative; overflow: hidden; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); }
.story-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p), var(--pk)); }
.story-quote  { font-size: 3.5rem; line-height: 1; color: rgba(155,93,229,.35); font-family: 'Syne', sans-serif; margin-bottom: -8px; }
.story-text   { font-size: 1.05rem; color: var(--m); line-height: 1.8; margin-bottom: 28px; font-style: italic; }
.story-meta   { display: flex; align-items: center; gap: 16px; }
.story-avatar { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--p), var(--pk)); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.story-name   { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--w); font-size: .9rem; }
.story-role   { font-size: .75rem; color: var(--m); }
.story-tags   { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); }
.story-tags span { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--pl); background: rgba(155,93,229,.1); border: 1px solid rgba(155,93,229,.2); padding: 4px 12px; border-radius: 999px; }

/* ============================================================
   MERCHANT TIERS — WHITE background, cards stay purple
============================================================ */
#tiers { background: var(--bg-grad);; }
#tiers .sh h2 { color: var(--text-dark); }
#tiers .sh p  { color: #555; }
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 720px) { .tiers-grid { grid-template-columns: 1fr; } }
.tier { padding: 34px; text-align: center; position: relative; overflow: hidden; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); transition: transform var(--t); }
.tier:hover { transform: translateY(-4px); }
.tier.featured { border-color: rgba(224,64,160,.4); }
.tier.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p), var(--pk)); }
.tier-badge { position: absolute; top: 16px; right: 16px; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: 3px 10px; border-radius: 999px; }
.tier-badge.br { background: rgba(184,115,51,.12); color: #D97706; border: 1px solid rgba(184,115,51,.25); }
.tier-badge.si { background: rgba(180,127,255,.1);  color: var(--pl); border: 1px solid rgba(180,127,255,.22); }
.tier-badge.go { background: rgba(251,191,36,.1);   color: #F59E0B;   border: 1px solid rgba(251,191,36,.2); }
.tier-icon  { font-size: 2.2rem; margin-bottom: 14px; }
.tier-name  { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 800; color: var(--w); margin-bottom: 8px; }
.tier-desc  { font-size: .8rem; margin-bottom: 22px; line-height: 1.6; color: var(--m); }
.tier-perks { list-style: none; display: flex; flex-direction: column; gap: 9px; text-align: left; }
.tier-perks li { display: flex; align-items: flex-start; gap: 9px; font-size: .8rem; color: var(--m); }
.tier-perks li::before { content: '✓'; color: var(--g); font-weight: 700; flex-shrink: 0; font-size: .72rem; margin-top: 1px; }

/* ============================================================
   TRUST — WHITE
============================================================ */
#trust { position: relative; overflow: hidden; background: var(--bg-grad);; }
#trust .sh h2 { color: var(--text-dark); }
#trust .sh p  { color: #555; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.trust-item { padding: 26px 22px; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); display: flex; gap: 16px; align-items: flex-start; transition: border-color var(--t), transform var(--t); }
.trust-item:hover { border-color: rgba(155,93,229,.5); transform: translateY(-3px); }
.trust-icon { font-size: 1.4rem; flex-shrink: 0; }
.trust-item h4 { font-family: 'Syne', sans-serif; font-size: .9rem; font-weight: 700; color: var(--w); margin-bottom: 5px; }
.trust-item p  { font-size: .8rem; line-height: 1.6; color: var(--m); }

/* ============================================================
   CTA BAND — PURPLE
============================================================ */
#cta {
  position: relative;
  overflow: hidden;
  padding: 120px 28px;
  text-align: center;
  background: var(--bg2);
  margin-top: 0;
  margin-bottom: 0;
}

.cta-inner    { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner h2 { margin-bottom: 16px; }
.cta-inner p  { margin-bottom: 36px; }
.cta-actions  { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   CONTACT — WHITE background, form card stays purple
============================================================ */
#contact { position: relative; overflow: hidden; background: var(--bg-grad);; }
#contact .sh h2 { color: var(--text-dark); }
#contact .sh p  { color: #555; }
#contact .contact-text { color: #555; }
#contact .contact-text strong { color: var(--text-dark); }
#contact .contact-text a { color: var(--p); }

.form-card { padding: 36px; position: relative; overflow: hidden; background: var(--bg2); border: 1px solid rgba(155,93,229,.25); border-radius: var(--r); }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p), var(--pk)); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--pl); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; padding: 11px 14px; color: var(--w); font-family: 'DM Sans', sans-serif; font-size: .9rem; outline: none; transition: border-color .2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: rgba(155,93,229,.6); box-shadow: 0 0 0 3px rgba(155,93,229,.12); }
.fg input::placeholder, .fg textarea::placeholder { color: var(--m); }
.fg select { color: var(--m); }
.fg select option { background: #2A2340; color: var(--w); }
.fg textarea { resize: vertical; min-height: 110px; }
.form-success { display: none; text-align: center; padding: 32px 20px; }
.form-success .fi  { font-size: 2.5rem; margin-bottom: 12px; }
.form-success h3   { color: var(--w); margin-bottom: 7px; }

#market h2, #market h3, #market h4 { color: var(--text-dark); }
#market .sh h2 { color: var(--text-dark); }

#contact h2 { color: var(--text-dark) !important; }
#contact h3 { color: var(--text-dark) !important; }

#market h2,
#market h3,
#market h4 { color: var(--text-dark) !important; }
#market .check-list li { color: #444 !important; }

#tiers { padding-bottom: 0; }
#partners { padding-top: 40px; padding-bottom: 0; }