/* ══ NAV (dark variant for dla-firm page) ══ */
.nav--dark { background: rgba(11,21,39,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: none; }
.nav--dark .lw-a, .nav--dark .lw-b { color: #fff; }
.nav--dark .nav-hamburger { border-color: rgba(255,255,255,.2); }
.nav--dark .nav-hamburger span { background: #fff; }

/* Nav links row */
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.7); text-decoration: none; padding: 8px 12px; border-radius: 8px; transition: all .15s; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.08); }

/* Nav right buttons */
.nav-right { display: flex; align-items: center; gap: 9px; }

/* Mobile nav for dark variant */
.mobile-nav { display: none; background: #0B1527; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 16px 20px; flex-direction: column; gap: 6px; position: absolute; left: 0; right: 0; top: 100%; z-index: 199; animation: slideDown .2s ease; }
.mobile-nav.is-open { display: flex; }
.mobile-nav .btn { justify-content: center; padding: 14px; border-radius: 10px; }
.mobile-nav .nav-link { color: rgba(255,255,255,.7); padding: 12px; font-size: 15px; }

/* ══ HERO ══ */
.hero {
  background: linear-gradient(135deg, #0B1527 0%, #0F1E38 55%, #1A1035 100%);
  position: relative; overflow: hidden; padding: 90px 28px 100px;
}
.hero::before {
  content: ''; position: absolute; right: -200px; top: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(255,77,0,.18) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: -100px; bottom: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(37,99,235,.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 480px; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,.15); border: 1px solid rgba(255,77,0,.3); border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: var(--orange); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 22px; }
.hero-eyebrow svg { width: 13px; height: 13px; }
.hero-title { font-size: 54px; font-weight: 900; letter-spacing: -.04em; line-height: 1.08; color: #fff; margin-bottom: 20px; }
.hero-title em { font-style: normal; color: var(--orange); }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.7); line-height: 1.65; margin-bottom: 36px; max-width: 480px; }
.hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,.55); }
.trust-item svg { width: 14px; height: 14px; color: #059669; }

/* btn extras */
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-lg { padding: 15px 32px; font-size: 16px; border-radius: 12px; }
.btn-xl { padding: 18px 40px; font-size: 17px; border-radius: 13px; font-weight: 900; }

/* Hero visual */
.hero-visual { position: relative; }
@keyframes float { 0%,100%{transform: translateY(0)} 50%{transform: translateY(-10px)} }
.hero-card { background: rgba(255,255,255,.05); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; animation: float 5s ease-in-out infinite; }
.hc-chrome { background: rgba(255,255,255,.07); padding: 10px 14px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hc-dots { display: flex; gap: 5px; }
.hc-dot { width: 10px; height: 10px; border-radius: 50%; }
.hc-bar { flex: 1; background: rgba(255,255,255,.08); border-radius: 6px; height: 22px; display: flex; align-items: center; padding: 0 12px; font-size: 11px; color: rgba(255,255,255,.4); }
.hc-body { padding: 20px; }
.prof-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.prof-avatar { width: 52px; height: 52px; border-radius: 13px; background: linear-gradient(135deg,#FF6B2B,#FF3200); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 900; color: #fff; flex-shrink: 0; }
.prof-name { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 2px; }
.prof-cat  { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.prof-stars { display: flex; align-items: center; gap: 5px; }
.stars-row { color: #F59E0B; font-size: 12px; }
.rating-text { font-size: 12px; font-weight: 700; color: #fff; }
.rating-cnt  { font-size: 11px; color: rgba(255,255,255,.4); }
.prof-badge { background: rgba(255,77,0,.2); color: var(--orange); font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 20px; margin-left: auto; white-space: nowrap; }
.prof-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.prof-tag  { background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.prof-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.pstat { background: rgba(255,255,255,.05); border-radius: 10px; padding: 10px 8px; text-align: center; }
.pstat-val { font-size: 18px; font-weight: 900; color: #fff; letter-spacing: -.03em; }
.pstat-label { font-size: 10px; color: rgba(255,255,255,.4); margin-top: 2px; }
.prof-btn { width: 100%; background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 12px; font-size: 14px; font-weight: 800; cursor: pointer; font-family: inherit; }

/* Floating toasts */
.toast { position: absolute; background: rgba(255,255,255,.95); border-radius: 12px; padding: 11px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.3); font-size: 12px; font-weight: 600; color: var(--dark); white-space: nowrap; }
.toast-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.toast-icon svg { width: 16px; height: 16px; }
.toast-sub { font-size: 10px; font-weight: 500; color: var(--gray); margin-top: 1px; }
.toast-1 { top: -24px; right: -20px; animation: float 4.5s ease-in-out infinite .8s; }
.toast-2 { bottom: -20px; left: -24px; animation: float 5.5s ease-in-out infinite 1.4s; }

/* ══ LOGOS BAR ══ */
.logos-bar { border-bottom: 1px solid var(--border); padding: 22px 28px; background: var(--surface); }
.logos-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.logos-label { font-size: 12px; font-weight: 600; color: var(--gray-light); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.logos-list  { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; flex: 1; }
.logo-pill { display: flex; align-items: center; gap: 8px; }
.logo-pill-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: #fff; flex-shrink: 0; }
.logo-pill-name { font-size: 13px; font-weight: 700; color: var(--mid); }

/* ══ STATS ══ */
.stats-section { background: var(--bg); border-bottom: 1px solid var(--border); padding: 48px 28px; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; text-align: center; }
.stat-num { font-size: 42px; font-weight: 900; letter-spacing: -.04em; color: var(--orange); line-height: 1; }
.stat-plus { font-size: 28px; }
.stat-label { font-size: 14px; color: var(--gray); margin-top: 8px; font-weight: 500; }
.stat-trend { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; color: #059669; background: #ECFDF5; padding: 3px 8px; border-radius: 20px; margin-top: 8px; }
.stat-trend svg { width: 11px; height: 11px; }

/* ══ SECTION SCAFFOLD ══ */
.section { padding: 80px 28px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.section-eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--orange); display: block; }
.section-title { font-size: 40px; font-weight: 900; letter-spacing: -.04em; line-height: 1.1; margin-bottom: 16px; }
.section-sub   { font-size: 17px; color: var(--gray); line-height: 1.65; max-width: 560px; }
.section-head  { margin-bottom: 52px; }
.section-head-centered { text-align: center; }
.section-head-centered .section-eyebrow { justify-content: center; }
.section-head-centered .section-eyebrow::before { display: none; }
.section-head-centered .section-sub { margin: 0 auto; }

/* ══ BENEFITS ══ */
.benefits-section { background: var(--bg); }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 28px; transition: box-shadow .2s, transform .2s, border-color .2s; }
.benefit-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.09); transform: translateY(-3px); border-color: #D1D5DB; }
.benefit-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-title { font-size: 18px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px; }
.benefit-desc  { font-size: 14px; color: var(--gray); line-height: 1.65; }
.benefit-highlight { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; margin-top: 14px; }
.benefit-highlight svg { width: 13px; height: 13px; }

/* ══ HOW IT WORKS ══ */
.hiw-section { background: var(--surface); }
.hiw-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.hiw-grid::before { content: ''; position: absolute; top: 40px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 2px; background: repeating-linear-gradient(90deg,var(--orange) 0,var(--orange) 10px,transparent 10px,transparent 20px); z-index: 0; }
.hiw-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.hiw-num { width: 80px; height: 80px; border-radius: 50%; border: 3px solid var(--border); background: var(--surface); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; transition: border-color .3s; }
.hiw-num::after { content: ''; position: absolute; inset: 6px; border-radius: 50%; background: var(--orange-pale); transition: background .3s; }
.hiw-step:hover .hiw-num { border-color: var(--orange); }
.hiw-step:hover .hiw-num::after { background: rgba(255,77,0,.15); }
.hiw-num-text { font-size: 24px; font-weight: 900; color: var(--orange); position: relative; z-index: 1; }
.hiw-icon { position: absolute; top: -10px; right: -6px; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; z-index: 2; }
.hiw-icon svg { width: 13px; height: 13px; color: #fff; }
.hiw-title { font-size: 17px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.hiw-desc  { font-size: 13px; color: var(--gray); line-height: 1.6; }
.hiw-time  { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; color: var(--orange); background: var(--orange-pale); padding: 3px 9px; border-radius: 20px; margin-top: 10px; }

/* ══ PROFILE SHOWCASE ══ */
.showcase-section { background: var(--bg); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.showcase-features { display: flex; flex-direction: column; gap: 22px; margin-top: 32px; }
.sf-item { display: flex; gap: 14px; }
.sf-icon-wrap { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sf-icon-wrap svg { width: 22px; height: 22px; }
.sf-title { font-size: 16px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 4px; }
.sf-desc  { font-size: 14px; color: var(--gray); line-height: 1.5; }

/* Profile card demo */
.profile-demo { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.pd-header { background: linear-gradient(135deg,#FF6B2B,#FF3200); padding: 28px 24px 60px; position: relative; }
.pd-verified { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; padding: 4px 10px; font-size: 11px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 4px; }
.pd-verified svg { width: 12px; height: 12px; }
.pd-avatar { width: 64px; height: 64px; border-radius: 16px; background: rgba(255,255,255,.2); border: 3px solid rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; color: #fff; }
.pd-name { font-size: 20px; font-weight: 900; color: #fff; margin-top: 12px; }
.pd-loc  { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 3px; display: flex; align-items: center; gap: 5px; }
.pd-loc svg { width: 13px; height: 13px; }
.pd-body { padding: 24px; transform: translateY(-28px); }
.pd-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 14px; box-shadow: 0 4px 14px rgba(0,0,0,.07); margin-bottom: 16px; }
.pds { text-align: center; }
.pds-val   { font-size: 20px; font-weight: 900; color: var(--dark); letter-spacing: -.03em; }
.pds-label { font-size: 10px; color: var(--gray-light); font-weight: 500; margin-top: 2px; }
.pd-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.pd-tag  { background: var(--bg); color: var(--mid); font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 20px; border: 1px solid var(--border); }
.pd-rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pd-stars { color: #F59E0B; font-size: 16px; }
.pd-rating-val { font-size: 17px; font-weight: 900; color: var(--dark); }
.pd-rating-cnt { font-size: 12px; color: var(--gray-light); }
.pd-review { background: var(--bg); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: var(--mid); line-height: 1.5; border-left: 3px solid var(--orange); font-style: italic; }
.pd-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.pd-cta-p { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 12px; font-size: 14px; font-weight: 800; cursor: pointer; font-family: inherit; }
.pd-cta-g { background: transparent; color: var(--mid); border: 1.5px solid var(--border); border-radius: 10px; padding: 12px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; }

/* ══ PRICING ══ */
.pricing-section { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 0 auto; }
.plan-card { border: 2px solid var(--border); border-radius: 22px; padding: 32px; position: relative; transition: box-shadow .2s; }
.plan-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.plan-card.featured { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,77,0,.08); }
.plan-pop-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg,#FF6B2B,#FF3200); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 5px 16px; border-radius: 20px; white-space: nowrap; }
.plan-name { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-light); margin-bottom: 10px; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.plan-amount { font-size: 48px; font-weight: 900; letter-spacing: -.05em; color: var(--dark); }
.plan-currency { font-size: 20px; font-weight: 700; color: var(--gray); }
.plan-period  { font-size: 14px; color: var(--gray-light); }
.plan-desc { font-size: 14px; color: var(--gray); margin-bottom: 24px; line-height: 1.5; }
.plan-divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.plan-features { display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.pf { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--mid); }
.pf svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }
.pf.yes svg { color: #059669; }
.pf.no  { color: var(--gray-light); }
.pf.no svg { color: var(--border); }
.pf strong { color: var(--orange); }
.plan-btn { display: block; width: 100%; padding: 14px; border: none; border-radius: 11px; font-size: 15px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; font-family: inherit; transition: all .18s; }
.plan-btn-primary { background: var(--orange); color: #fff; }
.plan-btn-primary:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(255,77,0,.3); }
.plan-btn-ghost { background: transparent; color: var(--mid); border: 2px solid var(--border); }
.plan-btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.plan-note { font-size: 12px; color: var(--gray-light); text-align: center; margin-top: 10px; }

/* ══ TESTIMONIALS ══ */
.testimonials-section { background: #0B1527; padding: 80px 28px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testi-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; padding: 28px; transition: border-color .2s; }
.testi-card:hover { border-color: rgba(255,77,0,.4); }
.testi-stars { color: #F59E0B; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-quote { font-size: 15px; color: rgba(255,255,255,.85); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: #fff; flex-shrink: 0; }
.testi-name    { font-size: 14px; font-weight: 800; color: #fff; }
.testi-company { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 2px; }
.testi-result  { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; background: rgba(5,150,105,.2); color: #34D399; border: 1px solid rgba(52,211,153,.25); padding: 3px 9px; border-radius: 20px; margin-top: 10px; }
.testi-result svg { width: 12px; height: 12px; }
.testimonials-head { text-align: center; margin-bottom: 52px; }
.testimonials-head .section-eyebrow { justify-content: center; color: rgba(255,77,0,.9); }
.testimonials-head .section-eyebrow::before { display: none; }
.testimonials-head .section-title { color: #fff; }
.testimonials-head .section-sub { color: rgba(255,255,255,.6); margin: 0 auto; }

/* ══ FAQ ══ */
.faq-section { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--dark); user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--bg); }
.faq-item[open] summary { color: var(--orange); }
.faq-chevron { transition: transform .2s; color: var(--gray-light); flex-shrink: 0; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); color: var(--orange); }
.faq-body { padding: 0 22px 18px; font-size: 14px; color: var(--gray); line-height: 1.7; }
.faq-body a { color: var(--orange); text-decoration: none; }

/* ══ FINAL CTA ══ */
.cta-section { background: linear-gradient(135deg,#0B1527 0%,#0F1E38 50%,#1A1035 100%); padding: 100px 28px; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 800px; height: 800px; background: radial-gradient(circle,rgba(255,77,0,.12) 0%,transparent 60%); pointer-events: none; }
.cta-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.cta-title { font-size: 48px; font-weight: 900; letter-spacing: -.05em; color: #fff; line-height: 1.1; margin-bottom: 18px; }
.cta-title em { font-style: normal; color: var(--orange); }
.cta-sub { font-size: 17px; color: rgba(255,255,255,.65); line-height: 1.6; margin-bottom: 40px; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-trust-row { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,.5); }
.cta-trust-item svg { width: 14px; height: 14px; color: #059669; }

/* ══ REVEAL on scroll ══ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

/* ══ RWD ══ */
@media (max-width: 1023px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 440px; margin: 0 auto; }
  .hiw-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .hiw-grid::before { display: none; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .showcase-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing-grid { gap: 16px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 24px; }
}
@media (max-width: 767px) {
  .nav--dark { position: relative; }
  .nav-links, .nav-right { display: none; }
  .nav--dark .nav-hamburger { display: flex; }
  .hero { padding: 60px 16px 72px; }
  .hero-title { font-size: 36px; }
  .hero-sub { font-size: 16px; }
  .logos-bar { padding: 16px; }
  .logos-inner { gap: 16px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
  .hiw-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan-card.featured { order: -1; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-title { font-size: 32px; }
  .section-title { font-size: 30px; }
  .section { padding: 48px 16px; }
}
@media (max-width: 479px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .cta-btns { flex-direction: column; }
  .cta-btns .btn { width: 100%; justify-content: center; }
}
