﻿:root {
  --bg: #030303;
  --panel: #111111;
  --text: #ffffff;
  --muted: #c6c6c6;
  --accent: #ff0d19;
  --accent-soft: #3a0d10;
  --line: #252525;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", sans-serif;
  background: radial-gradient(circle at 70% 0%, #180507 0%, var(--bg) 30%), var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.ambient {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 13, 25, 0.24), rgba(255, 13, 25, 0));
  pointer-events: none;
  z-index: -1;
}

.ambient-1 {
  top: -120px;
  right: -70px;
}

.ambient-2 {
  bottom: -140px;
  left: -90px;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(3, 3, 3, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  z-index: 30;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
}

.brand img {
  width: 138px;
  height: auto;
  border-radius: 10px;
}

nav {
  display: flex;
  gap: 1.15rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

nav a:hover {
  color: var(--text);
}

.hero {
  padding: 5.3rem 0 2.8rem;
}

.tag {
  letter-spacing: 0.16em;
  color: #ff7c82;
  font-size: 0.84rem;
  margin: 0 0 0.8rem;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  line-height: 1.1;
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  max-width: 12ch;
  margin-bottom: 1rem;
}

h1 span {
  color: var(--accent);
}

.lead {
  max-width: 64ch;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  margin: 1.6rem 0 2.2rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(120deg, #ff1d28 0%, #c90912 100%);
  color: white;
  box-shadow: 0 10px 24px rgba(255, 13, 25, 0.35);
}

.btn-secondary {
  border: 1px solid #9f9f9f;
  color: white;
}

.kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.kpis article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 20px 14px 22px 12px;
  padding: 1rem;
}

.kpis h3 {
  font-size: 1.55rem;
  margin-bottom: 0.3rem;
}

.kpis p {
  color: var(--muted);
  margin: 0;
}

.section {
  padding: 2.7rem 0;
}

.section h2 {
  font-size: clamp(1.4rem, 3.2vw, 2.5rem);
  margin-bottom: 1rem;
}

.mini-lead {
  color: #ff9aa0;
  margin: -0.35rem 0 1.2rem;
  font-weight: 500;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: 20px 12px 24px 14px;
  padding: 1.15rem;
  background: linear-gradient(170deg, #131313, #0b0b0b);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.card p {
  color: var(--muted);
  margin-bottom: 0;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 30px;
  border: 1px solid #4a4a4a;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
  color: #ffd6d8;
  background: rgba(255, 13, 25, 0.1);
}

.service-price {
  margin-top: 0.7rem;
  color: #ff9ca1;
  font-weight: 600;
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -30% -55% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 13, 25, 0.12), rgba(255, 13, 25, 0));
  pointer-events: none;
  z-index: 0;
}

.card > * {
  position: relative;
  z-index: 1;
}

.grid .card:nth-child(2n) {
  border-radius: 12px 22px 14px 24px;
}

.highlight {
  background: linear-gradient(140deg, #171717 0%, #130508 100%);
}

.pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.price-card {
  background: linear-gradient(165deg, #141414, #0b0b0b);
  border: 1px solid var(--line);
  border-radius: 22px 12px 20px 12px;
  padding: 1.2rem;
}

.price-card.featured {
  border-color: #8f1f25;
  box-shadow: 0 0 0 1px #8f1f25 inset;
}

.plan {
  color: #ff7c82;
  margin: 0;
  font-weight: 600;
}

.price-card h3 {
  margin: 0.35rem 0 0;
}

.freq {
  margin: 0.1rem 0 0.9rem;
  color: var(--muted);
}

.price-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.note {
  color: #9d9d9d;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.pilot-banner {
  margin-bottom: 1rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid #5a1b20;
  border-radius: 14px 22px 14px 22px;
  background: linear-gradient(120deg, rgba(255, 25, 38, 0.15), rgba(255, 25, 38, 0.04));
}

.pilot-banner p {
  margin: 0;
  color: #ffdadd;
}

.deliverables .card h3 {
  font-size: 1rem;
}

.diagnostic-note {
  color: #ffdadd;
  font-weight: 600;
  margin: 0.8rem 0 1rem;
}

.pattern-bg {
  position: relative;
  isolation: isolate;
}

.pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(rgba(255, 40, 52, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
  background-size: 20px 20px, auto;
  border-radius: 18px;
  opacity: 0.55;
}

.ticker-wrap {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  margin-top: 0.2rem;
  margin-bottom: 1.3rem;
  overflow: hidden;
}

.ticker {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  padding: 0.85rem 1.2rem;
  color: #ffd5d7;
  font-weight: 500;
  animation: tickerMove 20s linear infinite;
  will-change: transform;
}

.ticker span {
  position: relative;
  white-space: nowrap;
}

.ticker span::after {
  content: "•";
  margin-left: 2.6rem;
  color: #ff4650;
}

.faq-grid .card {
  min-height: 148px;
}

.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.2rem 0 1.15rem;
}

.client-tags span {
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.86rem;
  color: #e6e6e6;
  background: rgba(255, 255, 255, 0.03);
}

.roadmap {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.7rem;
  align-items: stretch;
}

.road-step {
  border: 1px solid #2b2b2b;
  border-radius: 22px 12px 24px 14px;
  padding: 1.1rem;
  background: linear-gradient(145deg, #141414, #0b0b0b);
}

.road-step p {
  color: var(--muted);
  margin-bottom: 0;
}

.road-arrow {
  display: grid;
  place-items: center;
  color: #ff4c55;
  font-size: 1.45rem;
  font-weight: 700;
}

.cta {
  background: linear-gradient(120deg, #160609 0%, #0e0e0e 80%);
  border: 1px solid #2c1114;
  border-radius: 26px 14px 30px 16px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.contact-mail {
  margin: 0 0 0.9rem;
  color: #ffd3d5;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.3rem 0 2.3rem;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.68s ease, transform 0.82s cubic-bezier(0.23, 1, 0.32, 1);
}

.reveal.inview {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-left {
  transform: translateX(-46px);
}

.reveal-right {
  transform: translateX(46px);
}

.reveal-soft {
  transform: translateY(22px) scale(0.985);
}

.stagger-1 {
  transition-delay: 0.06s;
}

.stagger-2 {
  transition-delay: 0.14s;
}

.stagger-3 {
  transition-delay: 0.22s;
}

@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 960px) {
  .grid.three,
  .grid.four,
  .pricing {
    grid-template-columns: 1fr;
  }

  .grid.two {
    grid-template-columns: 1fr;
  }

  .kpis {
    grid-template-columns: 1fr;
  }

  .roadmap {
    grid-template-columns: 1fr;
  }

  .road-arrow {
    transform: rotate(90deg);
    padding: 0.25rem 0;
  }

  .ticker {
    gap: 1.8rem;
    font-size: 0.9rem;
    animation-duration: 19s;
  }

  .reveal-left,
  .reveal-right,
  .reveal-soft {
    transform: translateY(24px);
  }

  nav {
    display: none;
  }

  .brand img {
    width: 118px;
  }
}
