.hero {
  padding: 100px 0 80px;
  position: relative;
}

.hero-content {
  max-width: 800px;
}

.hero-content h1 {
  margin-bottom: 24px;
}

.highlight {
  background: linear-gradient(135deg, var(--brand-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-secondary {
  margin: -8px 0 18px;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.hero-copy {
  margin: 0 0 32px;
  max-width: 600px;
  color: var(--text-muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.hero-cta-row {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.problem-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 40px;
}

.problem-card {
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  position: relative;
  transition: all 0.4s var(--ease-out);
}

.problem-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 20px rgba(239, 68, 68, 0.25);
}

.problem-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.problem-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.problem-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.problem-result {
  display: flex;
  gap: 24px;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.02));
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: var(--radius-lg);
  padding: 32px;
  align-items: flex-start;
}

.problem-result-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.problem-result-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.problem-result-content h3 {
  margin-bottom: 16px;
  font-size: 1.15rem;
}

.problem-result-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-result-content li {
  color: var(--text-muted);
  font-size: 0.95rem;
  padding: 8px 0 8px 24px;
  position: relative;
}

.problem-result-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
}

.problem-cta {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(245, 158, 11, 0.08));
  border: 1px solid rgba(6, 182, 212, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.problem-cta p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.solution-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-card {
  display: flex;
  gap: 20px;
  border-radius: var(--radius-md);
  padding: 24px;
  border-color: rgba(6, 182, 212, 0.15);
  position: relative;
  transition: all 0.4s var(--ease-out);
}

.solution-check {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-check svg {
  width: 20px;
  height: 20px;
}

.solution-content strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.solution-content p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card {
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  position: relative;
  transition: all 0.4s var(--ease-out);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 24px var(--glow-brand);
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

.benefit-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.benefit-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.section-process {
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.03) 0%, transparent 50%, rgba(245, 158, 11, 0.03) 100%);
  position: relative;
}

.process-timeline {
  position: relative;
  margin: 60px 0 40px;
}

.process-track {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 29px;
  width: 4px;
  background: linear-gradient(180deg, var(--brand), var(--accent));
  border-radius: 2px;
}

.process-step-rocket {
  margin-top: 20px;
}

.process-step-rocket-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step-rocket-icon svg {
  width: 100%;
  height: 100%;
  color: var(--brand-dark);
  filter: drop-shadow(0 4px 16px rgba(245, 158, 11, 0.4));
  animation: rocketHover 3s ease-in-out infinite;
}

.process-step-rocket.rocket-launch .process-step-rocket-icon svg {
  animation: rocketLaunch 2.2s cubic-bezier(0.2, 0.9, 0.18, 1) forwards;
}

.process-step-rocket-content {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(6, 182, 212, 0.05) 100%);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
}

.process-step-rocket-content h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-step-rocket-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.coverage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.coverage-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.85) 100%);
  border: 1px solid rgba(6, 182, 212, 0.15);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: var(--text);
  transition: all 0.3s var(--ease-out);
}

.coverage-tag:hover {
  transform: translateY(-2px);
  border-color: var(--brand);
  box-shadow: 0 4px 16px var(--glow-brand);
}

.coverage-tag svg {
  width: 18px;
  height: 18px;
  color: var(--brand);
}

.section-cta {
  padding: 100px 0;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  background: linear-gradient(145deg, rgba(6, 182, 212, 0.08) 0%, rgba(248, 250, 252, 0.9) 40%, rgba(245, 158, 11, 0.05) 100%);
  border: 1px solid rgba(6, 182, 212, 0.15);
  border-radius: var(--radius-xl);
  padding: 56px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.08);
}

.cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.cta-box::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.cta-info p {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

@keyframes rocketHover {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes rocketLaunch {
  0% {
    transform: translate3d(0, -6px, 0) scale(1) rotate(0deg);
    opacity: 1;
  }

  55% {
    transform: translate3d(100px, -300px, 0) scale(1.13) rotate(11deg);
    opacity: 1;
  }

  100% {
    transform: translate3d(206px, -560px, 0) scale(1.18) rotate(15deg);
    opacity: 0;
  }
}

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

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

  .solution-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-box {
    gap: 32px;
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 0 50px;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .hero-cta-row .btn {
    width: 100%;
  }

  .problem-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .problem-result,
  .problem-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-track {
    display: none;
  }

  .process-step-rocket-icon {
    width: 58px;
    height: 58px;
  }

  .cta-box {
    padding: 32px;
  }
}

@media (max-width: 480px) {
  .coverage-tag {
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .coverage-tag svg {
    width: 16px;
    height: 16px;
  }
}
