.hero-copy h1 {
  max-width: 760px;
  font-size: 4.8rem;
  line-height: 0.96;
}

.hero-copy .lead {
  max-width: 640px;
  margin-top: 20px;
  font-size: 1.06rem;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hero-proof {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.hero-proof strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.hero-proof span {
  color: var(--text-soft);
  line-height: 1.62;
}

.hero-media {
  position: relative;
}

.hero-product-shot,
.showcase-figure {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-product-shot {
  background: #1a1720;
}

.hero-product-shot img,
.showcase-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-rail {
  position: absolute;
  left: -12px;
  bottom: 22px;
  width: min(280px, calc(100% - 12px));
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 26px 58px rgba(24, 19, 14, 0.12);
}

.rail-label {
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rail-list {
  display: grid;
  gap: 10px;
}

.rail-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(186, 93, 52, 0.05);
  color: var(--text-soft);
}

.rail-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.metrics-band {
  gap: 14px;
  justify-content: space-between;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-card);
}

.metric-item {
  flex: 1 1 0;
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 10px 12px;
  align-content: center;
}

.metric-item strong {
  font-family: "Manrope", sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 800;
}

.metric-item span {
  color: var(--text-soft);
  max-width: 220px;
  line-height: 1.5;
}

.why-section {
  padding-top: 32px;
}

.why-head {
  max-width: 820px;
}

.why-cards,
.feature-grid {
  display: grid;
  gap: 16px;
}

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

.why-card,
.feature-item {
  min-height: 100%;
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.why-card h3,
.feature-item h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.why-card p,
.feature-item p {
  color: var(--text-soft);
  line-height: 1.68;
}

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

.icon-wrap {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--accent-soft);
  border: 1px solid rgba(186, 93, 52, 0.16);
}

.icon-wrap img {
  width: 24px;
  height: 24px;
}

.check-list {
  flex-wrap: wrap;
  margin-top: 22px;
}

.check-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--text-soft);
}

.setup-steps {
  display: grid;
  gap: 16px;
}

.step-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.step-item h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: var(--green-soft);
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.language-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.language-cloud span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-trigger span:first-child {
  font-size: 1.06rem;
  font-weight: 600;
}

.faq-symbol {
  color: var(--accent);
  font-size: 1.3rem;
  transition: transform 220ms ease;
}

.faq-item[data-open="true"] .faq-symbol {
  transform: rotate(45deg);
}

.faq-panel {
  padding: 0 22px 22px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 241, 0.8));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.footer-brand {
  gap: 14px;
}

.footer-brand p {
  margin-top: 2px;
}

.setup-link-row,
.faq-link-row {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-copy h1 {
    font-size: 4rem;
  }

  .why-cards,
  .hero-proof-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .feature-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .metrics-band {
    flex-direction: column;
    align-items: stretch;
  }

  .step-item {
    grid-template-columns: 1fr;
  }

  .hero-floating-rail {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }
}
