/* === TZ v2.0 extensions === */
body {
  background: linear-gradient(165deg, #0C2D52 0%, #060F1C 45%, #081428 100%);
  background-attachment: fixed;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body.page-enter { animation: pageFade 0.45s ease-out; }
@keyframes pageFade { from { opacity: 0; } to { opacity: 1; } }

.site-header.is-scrolled {
  background: rgba(6, 15, 28, 0.55);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom-color: rgba(29, 158, 117, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.site-header .btn--primary { box-shadow: 0 0 20px var(--teal-glow); }

.hero__cursor-glow {
  position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(29,158,117,0.12), transparent 70%);
  pointer-events: none; z-index: 1; transform: translate(-50%, -50%);
  transition: opacity 0.3s; opacity: 0;
}
.hero:hover .hero__cursor-glow { opacity: 1; }

.hero h1 .hero-char {
  display: inline-block; opacity: 0; transform: translateY(24px);
  animation: charIn 0.5s ease-out forwards;
}
@keyframes charIn { to { opacity: 1; transform: none; } }

.scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; z-index: 3;
}
.scroll-hint__line {
  width: 1px; height: 48px;
  background: linear-gradient(180deg, var(--teal), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.4; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

.section-divider {
  height: 1px; margin: 0 auto 64px; max-width: 600px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.5;
}

/* Tilt cards with gradient border */
.card-tilt {
  position: relative; transform-style: preserve-3d; will-change: transform;
  border-radius: var(--radius-lg); transition: box-shadow 0.35s ease;
  display: flex; flex-direction: column; height: 100%;
}
.card-tilt::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; z-index: -1;
  background: linear-gradient(135deg, rgba(29,158,117,0.5), transparent 40%, rgba(216,90,48,0.3));
  opacity: 0.35; transition: opacity 0.35s;
}
.card-tilt:hover::before { opacity: 0.85; }
.card-tilt:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.45), 0 0 40px rgba(29,158,117,0.15); }
.card-tilt__inner {
  background: var(--bg-card); border-radius: inherit; padding: 32px; height: 100%;
  border: 1px solid var(--border);
  display: flex; flex-direction: column; flex: 1;
}
.card-tilt__inner > p:not(.svc-count) {
  flex: 1;
  margin-bottom: 0;
  min-height: 2.6em;
}
.card-tilt__arrow {
  opacity: 0; transform: translateX(-8px); transition: all 0.3s ease;
  color: var(--teal); font-weight: 700; font-size: 13px; margin-top: 10px; display: inline-flex; align-items: center; gap: 6px;
}
.card-tilt:hover .card-tilt__arrow { opacity: 1; transform: none; }

.tt-icon {
  width: 40px; height: 40px; margin-bottom: 16px; color: var(--teal);
  filter: drop-shadow(0 0 8px var(--teal-glow));
  flex-shrink: 0;
}
.svc-count {
  display: flex; align-items: baseline; gap: 6px;
  margin-top: auto; padding-top: 20px;
  font-size: 14px; color: var(--muted); line-height: 1;
}
.svc-count strong {
  color: var(--coral); font-size: 28px; font-weight: 800; line-height: 1;
}

/* Service direction cards */
.service-directions {
  align-items: stretch;
}
.service-direction-card {
  min-height: 390px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background-color: rgba(10, 24, 42, 0.92) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(29,158,117,0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 16px 42px rgba(0,0,0,0.22) !important;
  isolation: isolate;
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
}
.service-direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  opacity: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(29,158,117,0.16), transparent 34%);
  transition: opacity 0.26s ease;
}
.service-direction-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29,158,117,0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 46px rgba(0,0,0,0.32), 0 0 34px rgba(29,158,117,0.13) !important;
}
.service-direction-card:hover::before {
  opacity: 1;
}
.service-direction-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--teal);
  filter: drop-shadow(0 0 10px rgba(29,158,117,0.24));
  transition: transform 0.26s ease, filter 0.26s ease;
}
.service-direction-card:hover .service-direction-card__icon {
  transform: rotate(-2deg) translateY(-1px);
  filter: drop-shadow(0 0 14px rgba(29,158,117,0.38));
}
.service-direction-card .badge {
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 6px 13px;
  background: rgba(29,158,117,0.12);
  color: #8cf0d4;
  border: 1px solid rgba(29,158,117,0.36);
  box-shadow: 0 0 16px rgba(29,158,117,0.08);
}
.service-direction-card .badge--navy,
.service-direction-card .badge--coral,
.service-direction-card .badge--teal {
  background: rgba(29,158,117,0.12);
  color: #8cf0d4;
  border-color: rgba(29,158,117,0.36);
}
.service-direction-card h3 {
  margin-bottom: 14px;
}
.service-direction-card p {
  flex: 1;
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 768px) {
  .service-direction-card {
    min-height: auto;
    padding: 28px 22px;
  }
}

@media (max-width: 420px) {
  .service-direction-card {
    min-height: auto;
    padding: 24px 20px;
  }
}

/* Trust bar + platforms */
.trust-bar {
  padding: 56px 0 64px;
  border-block: 1px solid var(--border);
  background: rgba(0,0,0,0.2);
  isolation: isolate;
}
.trust-bar__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
.trust-bar__head h2 {
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.trust-bar__head p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
[data-trust-reveal] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-trust-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.platforms-marquee {
  position: relative;
  margin: 0 -8px;
  --platforms-fade: rgba(6, 15, 28, 0.96);
}
.platforms-marquee::before,
.platforms-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(32px, 8vw, 72px);
  pointer-events: none;
  z-index: 3;
}
.platforms-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--platforms-fade), transparent);
}
.platforms-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--platforms-fade), transparent);
}
.platforms-marquee__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}
@media (pointer: fine) and (hover: hover) {
  .platforms-marquee__viewport {
    cursor: grab;
  }
}
.platforms-marquee__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.platforms-marquee__viewport::-webkit-scrollbar { display: none; }
.platforms-marquee__track {
  display: flex;
  width: max-content;
}
.platforms-marquee__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  padding: 4px 12px 8px;
}
[data-platform-card] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.5s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity;
}
[data-platform-card].is-visible {
  opacity: 1;
  transform: none;
}
.platform-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 200px;
  width: 200px;
  gap: 14px;
  padding: 24px 16px 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
}
.platform-card:hover,
[data-platform-card].is-visible:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(29,158,117,0.55);
  box-shadow: 0 10px 32px rgba(0,0,0,0.28), 0 0 24px rgba(29,158,117,0.14);
}
.platform-card__logo-wrap {
  width: 100%;
  max-width: 168px;
  min-height: 58px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.platform-card__logo-wrap--text,
.platform-card__logo-wrap--missing {
  background:
    radial-gradient(circle at 50% 0%, rgba(29,158,117,0.12), transparent 64%),
    #fff;
  border: 1px solid rgba(29,158,117,0.16);
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.platform-card__text-logo {
  color: #12324a;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
}
.platform-card__logo {
  width: auto;
  max-width: 100%;
  max-height: 44px;
  height: auto;
  object-fit: contain;
  display: block;
}
.platform-card__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  line-height: 1.35;
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .platforms-marquee {
    margin: 0 -20px;
  }
  .platforms-marquee__group {
    gap: 12px;
    padding-inline: 20px;
  }
  .platform-card {
    flex-basis: min(72vw, 210px);
    width: min(72vw, 210px);
    min-height: 150px;
    padding: 20px 14px 18px;
  }
  .platform-card__logo-wrap {
    min-height: 64px;
  }
}
@media (max-width: 480px) {
  .platforms-marquee {
    margin: 0 -16px;
  }
  .platforms-marquee__group {
    padding-inline: 16px;
  }
  .platform-card {
    flex-basis: min(76vw, 220px);
    width: min(76vw, 220px);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-trust-reveal],
  [data-platform-card] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .platform-card:hover,
  [data-platform-card].is-visible:hover {
    transform: none;
  }
}
.trust-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 32px; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 100px;
  font-size: 13px; font-weight: 600; color: var(--text);
}
.trust-badge svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
.partners-carousel {
  display: flex; gap: 40px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.partners-track {
  display: flex; gap: 40px; animation: marquee 28s linear infinite; align-items: center;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partner-logo {
  flex-shrink: 0; padding: 14px 28px; border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 13px; font-weight: 700; color: var(--muted); filter: grayscale(1); opacity: 0.55;
  transition: all 0.35s ease;
}
.partner-logo:hover { filter: none; opacity: 1; color: var(--teal); border-color: rgba(29,158,117,0.4); box-shadow: 0 0 24px rgba(29,158,117,0.12); }


/* Timeline */
.timeline {
  --timeline-progress: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 0 8px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 43px;
  left: 10px;
  width: 2px;
  background: rgba(140, 240, 212, 0.12);
}
.timeline::after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 43px;
  left: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(140,240,212,0.88), var(--teal), transparent);
  transform-origin: top;
  transform: scaleY(var(--timeline-progress));
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 18px rgba(29, 158, 117, 0.24);
}
.timeline__wave {
  position: absolute;
  left: 5px;
  top: 35px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: radial-gradient(circle, #e8fff8 0%, #8cf0d4 42%, rgba(29, 158, 117, 0.2) 72%);
  box-shadow:
    0 0 16px rgba(140, 240, 212, 0.95),
    0 0 32px rgba(29, 158, 117, 0.55);
}
.timeline.is-finished .timeline__wave {
  animation: timeline-wave-run 0.78s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes timeline-wave-run {
  0% { top: 35px; opacity: 0; transform: scale(0.6); }
  10% { opacity: 1; transform: scale(1); }
  88% { opacity: 1; }
  100% { top: calc(100% - 48px); opacity: 0; transform: scale(0.85); }
}
.timeline__step {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
}
.timeline__dot {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(6, 15, 28, 0.92);
  border: 2px solid rgba(140, 240, 212, 0.54);
  box-shadow: 0 0 12px rgba(29, 158, 117, 0.16);
  grid-row: 1 / span 2;
  margin: 0;
  transition:
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
  z-index: 1;
}
.timeline__dot::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: var(--teal);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}
.timeline__dot::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg) scale(0.6);
  transition: opacity 0.22s ease 0.12s, transform 0.22s ease 0.12s;
}
.timeline__step h3 {
  grid-column: 2;
  font-size: 16px;
  margin-bottom: 8px;
  transition: color 0.32s ease, text-shadow 0.32s ease, transform 0.32s ease;
}
.timeline__step p {
  grid-column: 2;
  font-size: 13px;
  color: var(--muted);
  transition: color 0.32s ease, transform 0.32s ease;
}
.timeline__step.is-complete .timeline__dot {
  background: rgba(29, 158, 117, 0.24);
  border-color: rgba(140, 240, 212, 0.94);
  box-shadow: 0 0 20px rgba(29, 158, 117, 0.34);
}
.timeline__step.is-complete .timeline__dot::before {
  animation: timeline-fill-pop 0.3s ease forwards;
}
.timeline__step.is-complete .timeline__dot::after {
  animation: timeline-check-pop 0.34s cubic-bezier(0.34, 1.56, 0.64, 1) 0.06s forwards;
}
@keyframes timeline-fill-pop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes timeline-check-pop {
  0% { opacity: 0; transform: rotate(-45deg) scale(0); }
  70% { transform: rotate(-45deg) scale(1.18); }
  100% { opacity: 1; transform: rotate(-45deg) scale(1); }
}
@keyframes timeline-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(29, 158, 117, 0.45); transform: scale(1); }
  45% { box-shadow: 0 0 26px 8px rgba(29, 158, 117, 0.42); transform: scale(1.14); }
  100% { box-shadow: 0 0 20px rgba(29, 158, 117, 0.34); transform: scale(1); }
}
.timeline__step.is-complete h3 {
  color: #f4fffb;
}
.timeline__step.is-complete p {
  color: rgba(232, 237, 245, 0.74);
}
.timeline__step.is-activating .timeline__dot {
  animation: timeline-dot-pulse 0.52s ease-out;
}
.timeline__step.is-activating h3 {
  animation: timeline-text-flash 0.65s ease-out;
}
.timeline__step.is-activating p {
  animation: timeline-text-flash 0.65s ease-out 0.04s;
}
@keyframes timeline-text-flash {
  0% { color: inherit; text-shadow: none; transform: translateX(0); }
  28% { color: #8cf0d4; text-shadow: 0 0 16px rgba(29, 158, 117, 0.32); transform: translateX(3px); }
  100% { color: inherit; text-shadow: none; transform: translateX(0); }
}

/* Advantages */
.advantages {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(12,45,82,0.36), transparent);
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.advantage-card {
  min-height: 100%;
  padding: 30px 26px;
  border-radius: var(--radius-lg);
  background-color: rgba(10, 24, 42, 0.9) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)) !important;
  border: 1px solid rgba(29,158,117,0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 14px 36px rgba(0,0,0,0.2);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}
.advantage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(29,158,117,0.64) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 42px rgba(0,0,0,0.28), 0 0 30px rgba(29,158,117,0.12);
}
.advantage-card__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #8cf0d4;
  border-radius: 14px;
  background: rgba(29,158,117,0.11);
  border: 1px solid rgba(29,158,117,0.26);
  box-shadow: 0 0 18px rgba(29,158,117,0.08);
  transition: transform 0.26s ease, filter 0.26s ease;
}
.advantage-card__icon svg {
  width: 24px;
  height: 24px;
}
.advantage-card:hover .advantage-card__icon {
  transform: rotate(-2deg) translateY(-1px);
  filter: drop-shadow(0 0 12px rgba(29,158,117,0.32));
}
.advantage-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.3;
}
.advantage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

/* Testimonials */
.testimonials { overflow: hidden; }
.testimonials__viewport {
  overflow: hidden;
  position: relative;
  padding: 8px 0 4px;
}
.testimonial-track {
  display: flex;
  transition: transform 0.85s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.testimonial-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  min-width: 0;
  padding: 4px 2px;
}
.testimonial-card {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(12,45,82,0.6), rgba(10,22,40,0.9));
  border: 1px solid rgba(29,158,117,0.2);
  height: 100%;
  position: relative;
  opacity: 0.4;
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.34, 1.15, 0.64, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.testimonial-page.is-active .testimonial-card {
  opacity: 1;
  transform: none;
}
.testimonial-page.is-active .testimonial-card:nth-child(1) { transition-delay: 0.1s; }
.testimonial-page.is-active .testimonial-card:nth-child(2) { transition-delay: 0.22s; }
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 56px;
  line-height: 1;
  color: rgba(29, 158, 117, 0.15);
  font-family: Georgia, serif;
  pointer-events: none;
}
.testimonial-page.is-active .testimonial-card:hover {
  border-color: rgba(29, 158, 117, 0.45);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28), 0 0 24px rgba(29, 158, 117, 0.1);
  transform: translate3d(0, -3px, 0);
}
.testimonial-card blockquote {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.testimonial-card cite {
  font-size: 14px;
  color: var(--muted);
  font-style: normal;
  display: block;
  position: relative;
  z-index: 1;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
.testimonial-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.testimonial-arrow:hover {
  color: var(--teal);
  border-color: rgba(29, 158, 117, 0.45);
  box-shadow: 0 0 16px rgba(29, 158, 117, 0.15);
  transform: translateY(-1px);
}
.testimonial-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.testimonial-nav button {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.testimonial-nav button:hover {
  border-color: rgba(29, 158, 117, 0.45);
  color: var(--text);
  box-shadow: 0 0 16px rgba(29, 158, 117, 0.15);
}
.testimonial-nav button.active {
  background: var(--teal);
  color: #fff;
  border-color: rgba(29, 158, 117, 0.6);
  box-shadow: 0 0 20px var(--teal-glow);
}
.testimonial-nav button:focus-visible,
.testimonial-arrow:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
.testimonial-progress {
  max-width: 280px;
  height: 3px;
  margin: 18px auto 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  overflow: hidden;
}
.testimonial-progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal), #3ec99a);
  border-radius: inherit;
  box-shadow: 0 0 12px var(--teal-glow);
}
.testimonials.is-playing .testimonial-progress__bar {
  animation: testimonialProgress 5.5s linear forwards;
}
@keyframes testimonialProgress {
  from { width: 0; }
  to { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-track { transition: none; }
  .testimonial-card,
  .testimonial-page.is-active .testimonial-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .testimonials.is-playing .testimonial-progress__bar {
    animation: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonial-page { grid-template-columns: 1fr; }
  .testimonial-card { padding: 28px 24px; }
  .testimonial-card blockquote { font-size: 16px; }
  .testimonial-controls { gap: 10px; }
  .testimonial-nav { gap: 8px; }
}

/* Fullscreen CTA */
.cta-full {
  min-height: 85vh; display: flex; align-items: center; position: relative; overflow: hidden;
  padding: 100px 0;
}
.cta-full__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(29,158,117,0.18), transparent),
              radial-gradient(ellipse 50% 50% at 80% 20%, rgba(216,90,48,0.08), transparent);
}
.cta-full .form { max-width: 480px; margin: 0 auto; }

/* Footer v2 */
.footer-divider {
  height: 1px; background: linear-gradient(90deg, transparent, rgba(29,158,117,0.4), transparent);
  margin-bottom: 48px;
}
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border: none; border-radius: 12px;
  background: transparent;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.footer-social a img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
}
.contact-channel__logo {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
  border-radius: 12px;
  object-fit: contain;
}
.footer-social a:hover {
  transform: translateY(-3px) scale(1.05);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}
.footer-mini-form { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; align-items: flex-start; }
.footer-mini-form input {
  flex: 1; padding: 10px 14px; border-radius: var(--radius); border: 1px solid var(--border);
  background: rgba(0,0,0,0.3); color: var(--text); font-family: inherit; font-size: 13px;
}

.btn .btn-arrow { margin-left: 8px; transition: transform 0.25s ease; display: inline-block; }
.btn:hover .btn-arrow { transform: translateX(4px); }

[data-reveal] { transition-duration: 0.55s; transition-timing-function: ease-out; }

.zone-plain .file-icon { display: inline-flex; align-items: center; gap: 8px; }
.zone-plain .file-icon svg { width: 20px; height: 20px; color: #c0392b; }
.status-badge { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.status-badge--done { background: #e6f5ef; color: #168a66; }
.status-badge--active { background: #fff3e8; color: #c45a20; }

@media (max-width: 1024px) {
  .advantages__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .timeline {
    gap: 24px;
    max-width: none;
  }
  .advantages { padding: 68px 0; }
  .advantages__grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: auto; padding: 24px 22px; }
  .hero__cursor-glow { display: none; }
  .scroll-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .partners-track { animation: none; }
  .scroll-hint__line { animation: none; }
  .card-tilt { transform: none !important; }
  .timeline__step.is-complete .timeline__dot::before {
    transform: scale(1);
    opacity: 1;
  }
  .timeline__step.is-complete .timeline__dot::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .timeline,
  .timeline__step,
  .timeline__dot,
  .timeline__dot::before,
  .timeline__dot::after,
  .timeline__step h3,
  .timeline__step p,
  .timeline__wave {
    transition: none !important;
    animation: none !important;
  }
}
