/* =========================================================================
   lofraier.com — "Midnight Velocity" design system
   Theme: deep space dark + electric cyan + amber warmth
   Brand: double chevrons = fast-forward / velocity / progress
   Single font: Heebo (400/500/600/700/900)
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* SURFACES — deep space layers */
  --bg:            #0B0C10;
  --bg-2:          #101218;
  --bg-3:          #151821;
  --surface:       rgba(255,255,255,0.04);
  --surface-hi:    rgba(255,255,255,0.07);
  --surface-hover: rgba(255,255,255,0.10);
  --border:        rgba(255,255,255,0.08);
  --border-hi:     rgba(255,255,255,0.16);

  /* INK — on dark surfaces */
  --text:          #F5F6FA;
  --text-soft:     #B0B5C3;
  --text-mute:     #6C7380;
  --text-faint:    rgba(255,255,255,0.4);

  /* BRAND — electric cyan is THE moment */
  --cyan:          #00D4FF;
  --cyan-hi:       #4DE4FF;
  --cyan-deep:     #00A8CC;
  --cyan-glow:     rgba(0,212,255,0.4);
  --cyan-soft:     rgba(0,212,255,0.14);

  --amber:         #FFB547;
  --amber-soft:    rgba(255,181,71,0.14);
  --success:       #00D97E;

  /* TYPE */
  --font:          'Heebo', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* MOTION */
  --ease:          cubic-bezier(.22,.8,.22,1);
  --ease-out:      cubic-bezier(.16,1,.3,1);

  /* LAYOUT */
  --container:     1200px;
  --r-sm:          6px;
  --r-md:          10px;
  --r-lg:          16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  /* subtle noise grain for premium feel */
  background-image:
    radial-gradient(ellipse 1200px 600px at 75% -5%, rgba(0,212,255,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 900px 500px at 10% 30%, rgba(255,181,71,0.05) 0%, transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  background-attachment: fixed;
}
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: 0; color: inherit; }
input, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; color: var(--text); line-height: 1.04; letter-spacing: -0.035em; }
p { margin: 0; }
::selection { background: var(--cyan); color: var(--bg); }

/* Chevron logo as reusable component */
.chevron-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 900;
  font-size: 20px;
  color: var(--text);
  letter-spacing: -0.02em;
}
.chevron-logo svg { width: 36px; height: auto; flex-shrink: 0; }
.chevron-logo svg path { stroke: currentColor; }

/* Layout */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.section { padding: 112px 0; position: relative; }
.section-sm { padding: 72px 0; }
@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .section-sm { padding: 56px 0; }
}

/* ====================== HEADER ====================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 12, 16, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--container);
  margin: 0 auto;
  gap: 16px;
}
.site-header .brand { color: var(--text); }
.site-header .cta-top {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px;
  background: var(--cyan);
  color: var(--bg);
  font-weight: 800;
  font-size: 14px;
  border-radius: 100px;
  transition: transform .14s var(--ease), box-shadow .25s var(--ease);
  box-shadow: 0 0 0 0 var(--cyan-glow);
}
.site-header .cta-top:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -4px var(--cyan-glow);
}
.site-header .cta-top::after { content: "»"; font-weight: 400; font-size: 17px; transition: transform .22s var(--ease); }
.site-header .cta-top:hover::after { transform: translateX(3px); }
@media (max-width: 480px) {
  .site-header .cta-top { padding: 9px 14px; font-size: 12.5px; }
}

/* ====================== HERO ====================== */
.hero {
  position: relative;
  padding: 80px 0 72px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 700px 500px at 85% 20%, var(--cyan-glow) 0%, transparent 55%),
    radial-gradient(ellipse 600px 400px at 10% 90%, rgba(255,181,71,0.14) 0%, transparent 55%);
  opacity: 0.7;
  pointer-events: none;
  animation: heroMesh 20s ease-in-out infinite alternate;
}
@keyframes heroMesh {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-30px, 20px) scale(1.08); }
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, var(--border) 1px, transparent 1px),
    linear-gradient(0deg, var(--border) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }

/* Mobile above-the-fold compressions */
@media (max-width: 720px) {
  .hero { padding: 28px 0 20px; }
  .hero h1 { font-size: clamp(22px, 6.5vw, 30px) !important; letter-spacing: -0.025em; margin-bottom: 14px; line-height: 1.15; }
  .hero-sub { font-size: 14.5px; margin-bottom: 22px; }
  .pill { font-size: 11.5px; padding: 5px 12px; margin-bottom: 14px; }
  .hero .hero-grid { gap: 24px; }
  .hero h1 .chevs svg { width: 36px; height: auto; }
}

/* Live badge */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  background: var(--surface);
  border: 1px solid var(--border-hi);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}
.pill .ping {
  position: relative;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}
.pill .ping::before {
  content: "";
  position: absolute; inset: -2px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.4;
  animation: ping 2s ease-out infinite;
}
@keyframes ping {
  0% { transform: scale(1); opacity: 0.4; }
  80%, 100% { transform: scale(2.5); opacity: 0; }
}
.pill b { color: var(--cyan); font-weight: 800; }

/* H1 */
.hero h1 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--text);
  margin-bottom: 28px;
  max-width: 820px;
  font-weight: 900;
}
.hero h1 .glow {
  position: relative;
  color: var(--cyan);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero h1 .chevs {
  display: inline-flex; vertical-align: middle;
  margin-inline-start: 8px;
  color: var(--cyan);
  animation: chevSlide 2s ease-in-out infinite;
}
@keyframes chevSlide {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(-6px); opacity: 1; }
}

.hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--text-soft);
  max-width: 560px;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* Hero grid — DISTINCT layout: content left/form right, stats FULL-WIDTH below */
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 440px;
  gap: 72px;
  align-items: center;
}
.hero-grid > .content { max-width: 700px; }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 400px; gap: 44px; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Stats strip — FULL WIDTH BELOW HERO (distinct from other sites where it's inside the left column) */
.stats-band {
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, transparent 0%, var(--cyan-soft) 50%, transparent 100%) left / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0%, var(--cyan-soft) 50%, transparent 100%) right bottom / 100% 1px no-repeat;
  position: relative;
  z-index: 1;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.stats .stat { padding: 0 20px; position: relative; text-align: center; }
.stats .stat + .stat::before {
  content: ""; position: absolute; right: 0; top: 10%; bottom: 10%; width: 1px;
  background: var(--border);
}
.stat-num {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.035em;
  margin-bottom: 6px;
}
.stat-num .acc { color: var(--cyan); }
.stat-num .sfx { font-size: 0.55em; font-weight: 700; color: var(--text-soft); margin-inline-start: 2px; }
.stat-label {
  font-size: 12.5px;
  color: var(--text-mute);
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 720px) {
  .stats-band { margin-top: 0; padding: 16px 0; }
  .stats {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 18px;
    gap: 0;
  }
  .stats .stat { padding: 0 8px; text-align: center; }
  .stats .stat + .stat::before { display: none; }
  .stat-num { font-size: 20px !important; }
  .stat-label { font-size: 10px; }
}

/* ====================== FORM CARD — solid + prominent (for non-tech users) ====================== */
.form-card {
  position: relative;
  background: #FFFFFF;
  color: #111;
  border: 2px solid var(--cyan);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  box-shadow:
    0 0 0 6px var(--cyan-soft),
    0 30px 80px -20px rgba(0,0,0,0.5),
    0 0 60px -15px var(--cyan-glow);
  max-width: 460px;
  margin-inline-start: auto;
  overflow: visible;
  animation: cardPulse 3.5s ease-in-out infinite;
}
@keyframes cardPulse {
  0%, 100% { box-shadow: 0 0 0 5px var(--cyan-soft), 0 24px 60px -16px rgba(0,0,0,0.45), 0 0 40px -12px var(--cyan-glow); }
  50%      { box-shadow: 0 0 0 8px var(--cyan-soft), 0 24px 60px -16px rgba(0,0,0,0.45), 0 0 60px -8px var(--cyan-glow); }
}
.form-card::before {
  content: "מלא פרטים – פחות מדקה";
  position: absolute;
  top: -13px; right: 20px;
  background: var(--cyan);
  color: #0B0C10;
  font-size: 12.5px;
  font-weight: 900;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: -0.005em;
  box-shadow: 0 4px 14px -2px var(--cyan-glow);
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 520px) {
  .form-card::before { font-size: 11.5px; padding: 5px 12px; right: 16px; top: -12px; }
}
.form-card .meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
  padding-top: 8px;
  letter-spacing: -0.01em;
}
.form-card .meta .step-num { color: var(--cyan-deep); font-size: 16px; }
.form-card .dots { display: inline-flex; gap: 6px; }
.form-card .dots .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #E5E8EE;
  transition: all .3s var(--ease);
}
.form-card .dots .dot.active { background: var(--cyan-deep); transform: scale(1.2); }

.form-card h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #0B0C10;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.form-card .hint {
  font-size: 16px;
  color: #4A5160;
  margin-bottom: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.form-card label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1A1D25;
  text-transform: none;
  margin-bottom: 8px;
}
.form-card input[type="text"],
.form-card input[type="tel"],
.form-card input[type="email"] {
  width: 100%;
  padding: 18px 18px;
  background: #F6F8FB;
  border: 2px solid #E5E8EE;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0B0C10;
  transition: all .15s var(--ease);
  direction: rtl;
  text-align: right;
}
.form-card input::placeholder { color: #9BA2B0; font-weight: 400; }
.form-card input:focus {
  outline: none;
  border-color: var(--cyan-deep);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px var(--cyan-soft);
}
.form-card input.error { border-color: #E34343; background: #FFF5F5; }
.form-card .error-msg { color: #D02020; font-size: 14px; margin-top: 8px; font-weight: 700; }
.form-card input.error { border-color: #FF6B6B; background: rgba(255,107,107,0.06); }
.form-card .error-msg { color: #FF9B9B; font-size: 13px; margin-top: 6px; font-weight: 500; }

.form-card .consent {
  display: flex; gap: 10px;
  margin-top: 14px;
  font-size: 14px;
  color: #3F4654;
  line-height: 1.5;
  font-weight: 500;
}
.form-card .consent input[type="checkbox"] {
  margin: 3px 0 0 0;
  accent-color: var(--cyan-deep);
  width: 20px; height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.form-card .consent a { color: var(--cyan-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-card .consent a:hover { color: var(--cyan); }

/* Primary CTA — the WOW button, BIG & BOLD for non-tech users */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%;
  padding: 20px 26px;
  background: var(--cyan-deep);
  color: #FFFFFF;
  font-weight: 900;
  font-size: 18px;
  border-radius: 12px;
  letter-spacing: -0.005em;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  transition: all .2s var(--ease);
  box-shadow:
    0 0 0 0 var(--cyan-glow),
    0 10px 28px -4px var(--cyan-glow);
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  transform: translateX(120%);
  transition: transform .6s var(--ease);
  pointer-events: none;
}
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary::after {
  content: "»";
  font-size: 20px;
  font-weight: 400;
  transition: transform .25s var(--ease);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--cyan);
  box-shadow:
    0 0 0 4px var(--cyan-soft),
    0 18px 40px -8px var(--cyan-glow);
}
.btn-primary:hover::before { transform: translateX(-120%); }
.btn-primary:hover::after { transform: translateX(6px); }
.btn-primary:active { transform: translateY(0); box-shadow: 0 4px 12px -2px var(--cyan-glow); }
.btn-primary:disabled {
  cursor: not-allowed;
  background: #C8CFD9;
  color: #FFFFFF;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
}
.btn-primary:disabled::before { display: none; }
.btn-primary:disabled:hover { transform: none; background: #C8CFD9; box-shadow: none; }

.btn-ghost {
  padding: 15px 18px;
  background: #F2F4F8;
  border: 2px solid #E5E8EE;
  color: #4A5160;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  transition: all .18s var(--ease);
}
.btn-ghost:hover { border-color: #C8CDD6; color: #0B0C10; background: #FFFFFF; }

.form-card .trust-row {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px dashed #D9DEE6;
  font-size: 13px;
  color: #4A5160;
  font-weight: 700;
}

.form-step { display: none; }
.form-step.active-step {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  animation: stepIn .4s var(--ease-out) both;
}
.form-step.active-step > .btn-primary,
.form-step.active-step > div[style*="display:flex"],
.form-step.active-step > div[style*="display: flex"] { margin-top: auto; }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 720px) {
  .form-step.active-step { min-height: 290px; }
  .form-card { padding: 24px 20px; }
  .form-card h2 { font-size: 22px; }
  .form-card input[type="text"], .form-card input[type="tel"], .form-card input[type="email"] { font-size: 17px; padding: 16px; }
  .btn-primary { padding: 17px 22px; font-size: 17px; }
}

@media (max-width: 720px) {
  .form-card { padding: 24px 22px; margin-inline-start: 0; }
  .form-card h2 { font-size: 20px; }
}

/* ====================== TICKER (sources) ====================== */
.ticker {
  padding: 24px 0;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
  position: relative;
}
.ticker .inner {
  display: flex; gap: 56px; align-items: center;
  animation: marquee 36s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.ticker .item {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-soft);
  display: inline-flex; align-items: center; gap: 10px;
}
.ticker .item .c { color: var(--cyan); font-weight: 400; font-size: 16px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

/* ====================== SECTION HEAD ====================== */
.s-head { margin-bottom: 64px; max-width: 780px; }
.s-head.center { margin: 0 auto 64px; text-align: center; }
.s-head .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.s-head .kicker::before { content: "«"; font-size: 18px; font-weight: 400; }
.s-head h2 {
  font-size: clamp(36px, 5.5vw, 64px);
  color: var(--text);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}
.s-head h2 .glow { color: var(--cyan); }
.s-head p { color: var(--text-soft); font-size: 18px; max-width: 620px; line-height: 1.6; }
.s-head.center p { margin: 0 auto; }

/* ====================== STEPS — horizontal pipeline with chevron connectors ====================== */
.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 960px) {
  .steps { grid-template-columns: 1fr; gap: 12px; }
  .steps .connector { display: none; }
}
.steps .connector {
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan);
  opacity: 0.5;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  padding: 0 4px;
  animation: chevBreath 2.5s ease-in-out infinite;
}
.steps .connector:nth-child(4) { animation-delay: .8s; }
@keyframes chevBreath {
  0%, 100% { opacity: 0.3; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(6px); }
}
.step-card {
  padding: 36px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  position: relative;
  transition: all .28s var(--ease);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.step-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.step-card:hover {
  border-color: var(--cyan);
  background: var(--surface-hi);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px var(--cyan-soft);
}
.step-card:hover::before { opacity: 1; }
.step-card .num {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--cyan);
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
}
.step-card h3 { font-size: 21px; font-weight: 800; margin-bottom: 10px; color: var(--text); letter-spacing: -0.015em; }
.step-card p { color: var(--text-soft); font-size: 15px; line-height: 1.55; }

/* ====================== CATEGORIES — bento asymmetric layout ====================== */
.cats {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.cats > .cat:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
.cats > .cat:nth-child(2) { grid-column: 2 / 4; grid-row: 1 / 2; }
.cats > .cat:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }
.cats > .cat:nth-child(4) { grid-column: 3 / 4; grid-row: 2 / 3; }
.cats > .cat:nth-child(1) { padding: 40px 32px; }
.cats > .cat:nth-child(1) .icon { width: 64px; height: 64px; font-size: 32px; margin-bottom: 28px; }
.cats > .cat:nth-child(1) .ttl { font-size: 26px; margin-bottom: 10px; }
.cats > .cat:nth-child(1) .desc { font-size: 15.5px; max-width: 340px; }
@media (max-width: 960px) {
  .cats { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .cats > .cat:nth-child(1), .cats > .cat:nth-child(2), .cats > .cat:nth-child(3), .cats > .cat:nth-child(4) { grid-column: auto; grid-row: auto; }
  .cats > .cat:nth-child(1) .icon { width: 44px; height: 44px; font-size: 22px; margin-bottom: 16px; }
  .cats > .cat:nth-child(1) .ttl { font-size: 18px; }
  .cats > .cat:nth-child(1) .desc { font-size: 14px; }
  .cats > .cat:nth-child(1) { padding: 28px 24px; }
}
@media (max-width: 520px) { .cats { grid-template-columns: 1fr; } }
.cat {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: all .25s var(--ease);
  position: relative;
  overflow: hidden;
}
.cat:hover {
  background: var(--surface-hi);
  border-color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -8px var(--cyan-soft);
}
.cat .icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--cyan-soft);
  color: var(--cyan);
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 22px;
}
.cat .ttl { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 6px; letter-spacing: -0.01em; }
.cat .desc { font-size: 14px; color: var(--text-soft); line-height: 1.55; }
.cat .stat {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px dashed var(--border);
  font-size: 12px;
  color: var(--cyan);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ====================== CASES (testimonials) ====================== */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .cases { grid-template-columns: 1fr; } }
.case {
  padding: 32px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: all .25s var(--ease);
  position: relative;
}
.case:hover { background: var(--surface-hi); border-color: var(--border-hi); transform: translateY(-3px); }
.case::before {
  content: "«";
  position: absolute; top: 14px; right: 22px;
  font-size: 40px;
  color: var(--cyan);
  opacity: 0.35;
  font-weight: 400;
  line-height: 1;
}
.case .quote { font-size: 16px; line-height: 1.55; color: var(--text); margin-bottom: 22px; font-weight: 500; padding-top: 14px; }
.case .meta { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--border); }
.case .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  color: var(--bg);
  font-weight: 900;
  font-size: 15px;
  display: grid; place-items: center;
  letter-spacing: -0.02em;
}
.case .name { font-weight: 700; font-size: 14.5px; color: var(--text); }
.case .loc { font-size: 12.5px; color: var(--text-mute); }
.case .amt {
  margin-inline-start: auto;
  font-size: 22px;
  font-weight: 900;
  color: var(--cyan);
  letter-spacing: -0.025em;
  line-height: 1;
}

/* ====================== FAQ ====================== */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  background: var(--surface);
  transition: all .2s var(--ease);
  overflow: hidden;
}
.faq-item[open] {
  border-color: var(--cyan);
  background: var(--surface-hi);
  box-shadow: 0 0 0 3px var(--cyan-soft);
}
.faq-item summary {
  padding: 20px 26px;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "«";
  font-size: 22px;
  font-weight: 400;
  color: var(--cyan);
  transition: transform .3s var(--ease-out);
  flex-shrink: 0;
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(-90deg); }
.faq-item summary:hover { color: var(--cyan); }
.faq-item .body {
  padding: 0 26px 22px;
  color: var(--text-soft);
  font-size: 15.5px;
  line-height: 1.7;
}

/* ====================== FINAL CTA ====================== */
.final-cta {
  padding: 120px 0;
  background: var(--bg-3);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 50% -30%, var(--cyan-glow) 0%, transparent 55%),
    radial-gradient(ellipse 600px 400px at 50% 130%, rgba(255,181,71,0.16) 0%, transparent 55%);
  pointer-events: none;
}
.final-cta .inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
.final-cta h2 {
  font-size: clamp(40px, 6.5vw, 72px);
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  font-weight: 900;
}
.final-cta h2 .glow { color: var(--cyan); }
.final-cta p { color: var(--text-soft); font-size: 19px; margin-bottom: 44px; max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.final-cta .btn-primary {
  display: inline-flex; width: auto;
  padding: 20px 48px;
  font-size: 18px;
}

/* ====================== FOOTER ====================== */
.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 48px 0 32px;
}
.site-footer .inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
  font-size: 13.5px; color: var(--text-mute);
}
.site-footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
.site-footer a { color: var(--text-soft); transition: color .2s var(--ease); }
.site-footer a:hover { color: var(--cyan); }
.site-footer .disclaimer {
  flex-basis: 100%;
  font-size: 12px;
  color: var(--text-mute);
  line-height: 1.7;
  max-width: var(--container);
  margin: 28px auto 0;
  padding: 0 24px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
}

/* ====================== REVEAL ====================== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: fadeUp .7s var(--ease-out) both; }
.reveal-1 { animation-delay: .05s; }
.reveal-2 { animation-delay: .15s; }
.reveal-3 { animation-delay: .25s; }
.reveal-4 { animation-delay: .35s; }
.reveal-5 { animation-delay: .45s; }
