:root {
  --startup-primary: #4f46e5;
  --startup-secondary: #2563eb;
  --startup-text: #0f172a;
  --startup-muted: #64748b;
  --startup-bg: #f4f7fb;
  --startup-card: #ffffff;
  --startup-border: #e2e8f0;
  --startup-radius: 22px;
}

.startup-page {
  background: linear-gradient(180deg, #f7f9fc 0%, #f3f6fb 100%);
  color: var(--startup-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.startup-hero {
  padding: 110px 0 70px;
}

.startup-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: var(--startup-primary);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.startup-hero__title {
  font-size: clamp(2.3rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 16px;
}

.startup-hero__lead {
  color: var(--startup-muted);
  margin-top: 18px;
  max-width: 520px;
}

.startup-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.startup-btn {
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.2);
}

.startup-btn-primary {
  background: linear-gradient(135deg, var(--startup-primary), var(--startup-secondary));
  border: none;
  color: #fff;
}

.startup-btn-outline {
  background: #fff;
  border: 1px solid var(--startup-border);
  color: var(--startup-text);
  box-shadow: none;
}

.startup-btn-large {
  padding: 12px 26px;
}

.startup-hero__media,
.startup-feature__media {
  position: relative;
  border-radius: var(--startup-radius);
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.startup-hero__media img,
.startup-feature__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: grayscale(0.75) contrast(1.05);
}

.startup-hero__label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}

.startup-feature {
  padding: 20px 0 60px;
}

.startup-feature__shell {
  background: #f8fbff;
  border: 1px solid var(--startup-border);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
}

.startup-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--startup-secondary);
  font-weight: 600;
  margin-bottom: 16px;
}

.startup-section-text {
  color: var(--startup-muted);
}

.startup-feature__list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.startup-feature__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--startup-text);
  font-weight: 500;
}

.startup-check {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
}

.startup-support {
  padding: 40px 0 60px;
}

.startup-support__card {
  background: var(--startup-card);
  border: 1px solid var(--startup-border);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.startup-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.startup-icon--blue {
  background: rgba(37, 99, 235, 0.12);
  color: var(--startup-secondary);
}

.startup-icon--orange {
  background: rgba(245, 74, 0, 0.12);
  color: #f54a00;
}

.startup-card-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.startup-card-text {
  color: var(--startup-muted);
  margin-bottom: 18px;
}

.startup-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.startup-card-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--startup-border);
  font-size: 0.9rem;
  font-weight: 600;
}

.startup-card-list {
  margin: 0;
  padding-left: 18px;
  color: var(--startup-muted);
}

.startup-capabilities {
  padding: 40px 0 70px;
}

.startup-section-center {
  text-align: center;
  margin-bottom: 32px;
}

.startup-section-title {
  font-weight: 700;
}

.startup-section-subtitle {
  color: var(--startup-muted);
  max-width: 680px;
  margin: 10px auto 0;
}

.startup-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.startup-capabilities__item {
  background: #f8fafc;
  border: 1px solid var(--startup-border);
  border-radius: 14px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--startup-text);
}

.startup-advantage {
  padding: 20px 0 80px;
}

.startup-advantage__wrap {
  background: radial-gradient(circle at top, rgba(79, 70, 229, 0.35), transparent 55%),
    linear-gradient(135deg, #050a1f 0%, #061736 55%, #030712 100%);
  border-radius: 28px;
  padding: 48px;
  color: #fff;
}

.startup-advantage__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.startup-advantage__header p {
  color: rgba(226, 232, 240, 0.8);
}

.startup-advantage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.startup-advantage__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(3, 7, 18, 0.5);
}

.startup-advantage__card h6 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}

.startup-advantage__card p {
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.85rem;
  margin: 0;
}

.startup-advantage__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 70, 229, 0.25);
  color: #c7d2fe;
  margin: 0 auto;
}

.startup-cta {
  padding: 50px 0 90px;
}

.startup-cta__inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.startup-cta__inner p {
  color: var(--startup-muted);
  margin: 16px auto 26px;
}

.startup-cta__note {
  font-size: 0.85rem;
  color: var(--startup-muted);
  margin-top: 18px;
}

.startup-cta__note a {
  color: var(--startup-secondary);
  text-decoration: none;
}

@media (max-width: 991px) {
  .startup-hero {
    padding: 90px 0 60px;
  }

  .startup-feature__shell {
    padding: 24px;
  }

  .startup-advantage__wrap {
    padding: 32px;
  }
}
