/* ── Fonts ─────────────────────────────────────────────────── */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bebas-neue-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/mulish-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/mulish-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/mulish-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/mulish-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/mulish-latin-800-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/mulish-cyrillic-400-normal.woff2') format('woff2');
  unicode-range: U+0400-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/mulish-cyrillic-500-normal.woff2') format('woff2');
  unicode-range: U+0400-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/mulish-cyrillic-600-normal.woff2') format('woff2');
  unicode-range: U+0400-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/mulish-cyrillic-700-normal.woff2') format('woff2');
  unicode-range: U+0400-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/mulish-cyrillic-800-normal.woff2') format('woff2');
  unicode-range: U+0400-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:           #0d1b2a;
  --panel:        #152232;
  --panel-strong: #1a2e42;
  --text:         #e8f4fc;
  --muted:        #8fc8e5;
  --accent:       #00d4ff;
  --accent-soft:  rgba(0, 212, 255, 0.16);
  --line:         rgba(0, 212, 255, 0.15);
  --line-strong:  rgba(0, 212, 255, 0.30);
  --success:      #06d6a0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body { overflow-x: hidden; }

body {
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  color: var(--text);
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img, svg { display: block; }

body { user-select: none; -webkit-user-select: none; }

/* ── Layout ───────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section { padding: 3.5rem 0; }

/* ── Navbar ───────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(13, 27, 42, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}

.navbar.scrolled { background: rgba(13, 27, 42, 0.97); }

.navbar-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ── Logo ─────────────────────────────────────────────────── */
.logo { display: inline-flex; align-items: center; gap: 0.5rem; }

.logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.logo-img--small { height: 28px; }

.logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: var(--text);
  line-height: 1;
}

.logo-text--small { font-size: 1.15rem; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn-nav {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-nav:hover {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.25rem;
  background: var(--accent);
  color: var(--bg);
  border-radius: 10px;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.55), 0 4px 24px rgba(0, 212, 255, 0.25);
  animation: pulse-cta 2.8s ease-in-out infinite;
}

.btn-hero:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 0 0 0 rgba(0, 212, 255, 0), 0 8px 32px rgba(0, 212, 255, 0.35);
  animation: none;
}

.btn-hero--large { padding: 1rem 2.5rem; font-size: 1.05rem; }

@keyframes pulse-cta {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,212,255,0.55), 0 4px 24px rgba(0,212,255,0.25); }
  50%       { box-shadow: 0 0 0 9px rgba(0,212,255,0),  0 4px 24px rgba(0,212,255,0.25); }
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 90px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 100%);
}

.hero-glow {
  position: absolute;
  top: 20%; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  margin-bottom: 1.25rem;
}

.beta-pill {
  display: inline-block;
  background: rgba(255, 209, 102, 0.22);
  border: 1px solid rgba(255, 209, 102, 0.45);
  color: #ffd166;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  align-self: flex-start;
  margin-top: 0.1rem;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 1rem;
}

.hero-subtitle {
  max-width: 500px;
  margin: 0 auto 1.75rem;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
  text-wrap: balance;
}

.hero-hint {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(143, 200, 229, 0.55);
}

.link-accent { color: var(--accent); font-weight: 700; transition: opacity 0.15s; }
.link-accent:hover { opacity: 0.75; }

/* ── Section common ───────────────────────────────────────── */
.section-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 1.75rem;
}

/* ── For Whom ─────────────────────────────────────────────── */
.forwhom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.forwhom-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.2s;
}

.forwhom-item:hover { border-color: var(--line-strong); }

.forwhom-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.forwhom-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.forwhom-text {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.6;
}


/* ── Testimonials ─────────────────────────────────────────── */
.testimonials {
  background: linear-gradient(180deg, transparent 0%, rgba(0,212,255,0.03) 50%, transparent 100%);
  padding-bottom: 2.5rem;
}

.testimonials-viewport {
  overflow: hidden;
  padding: 6px 0;
  margin: -6px 0;
}

.testimonials-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ── Testimonial card ─────────────────────────────────────── */
.testimonial-card {
  flex: 0 0 calc((100% - 2 * 1.25rem) / 3);
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  transition: border-color 0.2s, transform 0.2s;
}

.testimonial-card::before {
  content: '\201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 7rem;
  line-height: 0.65;
  color: var(--accent);
  opacity: 0.22;
  display: block;
  margin-bottom: 0.25rem;
  pointer-events: none;
  letter-spacing: -0.05em;
}

.testimonial-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.testimonial-card--featured {
  border-color: rgba(0, 212, 255, 0.35);
  background: linear-gradient(160deg, var(--panel) 60%, var(--panel-strong));
  box-shadow: 0 8px 32px rgba(0, 212, 255, 0.07);
}

.testimonial-card--featured::before { opacity: 0.28; }

.testimonial-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}

.testimonial-info { text-align: right; }

.testimonial-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text);
}

.testimonial-role {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1565c0, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
  border: 1.5px solid rgba(0,212,255,0.25);
}

.testimonial-avatar--green  { background: linear-gradient(135deg, #00d4ff, #06d6a0); }
.testimonial-avatar--dark   { background: linear-gradient(135deg, #0d47a1, #1565c0); }
.testimonial-avatar--purple { background: linear-gradient(135deg, #6a1b9a, #00d4ff); }
.testimonial-avatar--teal   { background: linear-gradient(135deg, #06d6a0, #1565c0); }

/* ── Carousel nav ─────────────────────────────────────────── */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Mulish', sans-serif;
}

.carousel-btn:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.carousel-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.carousel-btn:disabled:hover { background: var(--accent-soft); color: var(--accent); border-color: var(--line-strong); }

.carousel-dots { display: flex; gap: 0.45rem; align-items: center; }

.carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: var(--line-strong);
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}

.carousel-dot--active {
  background: var(--accent);
  width: 20px;
  border-radius: 4px;
}

/* ── Features ─────────────────────────────────────────────── */
.features {
  position: relative;
  overflow: hidden;
}

.features::after {
  content: '';
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(0, 212, 255, 0.055) 0%, transparent 70%);
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.2s, background 0.2s;
}

.feature-card:hover {
  border-color: var(--line-strong);
  background: rgba(0, 212, 255, 0.04);
}

.feature-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.feature-title { font-size: 0.9rem; font-weight: 800; color: var(--text); line-height: 1.3; }
.feature-text  { font-size: 0.82rem; font-weight: 500; color: var(--muted); line-height: 1.6; }

/* ── How It Works ─────────────────────────────────────────── */
.how {
  background: linear-gradient(180deg, transparent 0%, rgba(0,212,255,0.02) 50%, transparent 100%);
  position: relative;
  overflow: hidden;
}

.how::before {
  content: '';
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(6, 214, 160, 0.045) 0%, transparent 70%);
  pointer-events: none;
}

.steps { display: flex; align-items: stretch; }

.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.step-connector {
  width: 2rem;
  flex-shrink: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--line-strong), var(--line));
  margin-top: 2.5rem;
}

.step-number { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--accent); line-height: 1; opacity: 0.65; }
.step-title  { font-size: 0.9rem; font-weight: 800; color: var(--text); line-height: 1.3; }
.step-text   { font-size: 0.82rem; font-weight: 500; color: var(--muted); line-height: 1.6; }

/* ── Final CTA ────────────────────────────────────────────── */
.cta-section { padding-bottom: 4rem; }

.cta-box {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 220px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.cta-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0.6rem;
}

.cta-subtitle { color: var(--muted); font-size: 0.95rem; font-weight: 500; margin-bottom: 1.75rem; }

/* ── Footer ───────────────────────────────────────────────── */
.footer {
  background: rgba(13, 27, 42, 0.95);
  border-top: 1px solid var(--line);
  padding: 1.75rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links { display: flex; gap: 1.5rem; }

.footer-link { font-size: 0.85rem; font-weight: 600; color: var(--muted); transition: color 0.15s; }
.footer-link:hover { color: var(--accent); }

.footer-copy { font-size: 0.8rem; color: rgba(143, 200, 229, 0.4); }

/* ── Email toast ──────────────────────────────────────────── */
.email-toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  background: rgba(6, 214, 160, 0.92);
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(6, 214, 160, 0.6);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
  white-space: nowrap;
}

.email-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── Cookie notice ────────────────────────────────────────── */
.cookie-notice {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 10000;
  width: min(calc(100% - 2rem), 720px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  background: rgba(13, 27, 42, 0.96);
  border: 1px solid rgba(143, 200, 229, 0.24);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  color: #eaf8ff;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice-text {
  min-width: 0;
  margin: 0;
  color: rgba(234, 248, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.cookie-notice-link {
  color: var(--accent);
  text-decoration: none;
}

.cookie-notice-link:hover {
  text-decoration: underline;
}

.cookie-notice-btn {
  flex-shrink: 0;
  min-height: 38px;
  padding: 0 1rem;
  background: var(--accent);
  border: 0;
  border-radius: 10px;
  color: #062330;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cookie-notice-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 212, 255, 0.18);
}

/* ── Scroll reveal ────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }

  .testimonial-card { flex: 0 0 calc((100% - 1.25rem) / 2); }

  .steps {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-left: 2px solid var(--line-strong);
    padding-left: 1.5rem;
    margin-left: 0.5rem;
  }

  .step-connector { display: none; }

  .step {
    position: relative;
    margin-bottom: 1.25rem;
    border-radius: 12px;
  }

  .step:last-child { margin-bottom: 0; }

  .step::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 1.625rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    border: 2px solid var(--bg);
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .section { padding: 2.5rem 0; }
  .forwhom-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .hero { min-height: 100svh; padding: 100px 0 60px; }
  .hero-title { font-size: clamp(2rem, 10vw, 2.8rem); }
  .hero-subtitle { font-size: 0.92rem; }
  .btn-hero { width: 100%; }
  .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem 1rem;
  }

  .footer .logo {
    width: 100%;
    justify-content: center;
  }

  .footer-links { gap: 0.75rem; }

  .footer-link { font-size: 0.8rem; }

  .footer-copy { font-size: 0.72rem; }
  .cta-box { padding: 2rem 1.25rem; }

  .testimonial-card { flex: 0 0 calc(100% - 4rem); }

  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-notice-btn {
    width: 100%;
  }
}
