* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: #1c1f2a;
  background: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1200px, 96%);
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(19, 33, 68, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #e5eaff;
  box-shadow: 0 6px 16px rgba(24, 36, 72, 0.12);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff4f4f;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ffd9d9;
  box-shadow: 0 12px 24px rgba(255, 79, 79, 0.15);
}

.pill-light {
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
  color: #ffffff;
  margin-bottom: 14px;
  border: 1px solid transparent;
  box-shadow: 0 14px 26px rgba(255, 79, 79, 0.22);
}

.pill-hero {
  border: 1px solid #ffb3b3;
  background: #fff5f5;
  color: #ff4f4f;
  box-shadow: none;
}

.pill i {
  font-size: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  font-size: 14px;
}

.btn-primary {
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
  color: #ffffff;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn-outline {
  border-color: #ffd2d2;
  color: #ff4f4f;
  background: #ffffff;
}

.btn-outline:hover {
  border-color: #ff4f4f;
}

.btn-dark {
  background: #111827;
  color: #ffffff;
  border: none;
  width: 100%;
}

.btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.25);
}

.hero {
  padding: 80px 0 90px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
  opacity: 0.6;
  z-index: 0;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(255, 153, 153, 0.45), rgba(255, 153, 153, 0));
}

.hero::after {
  width: 380px;
  height: 380px;
  left: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(255, 120, 120, 0.25), rgba(255, 120, 120, 0));
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 2vw + 2.2rem, 3.6rem);
  margin: 20px 0 16px;
  line-height: 1.15;
  font-weight: 800;
}

.accent {
  color: #ff4f4f;
}

.accent-alt {
  color: #ff4f4f;
}

.hero-copy p {
  color: #5b6378;
  margin-bottom: 20px;
  max-width: 520px;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #30384c;
}

.icon-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff0f0;
  display: grid;
  place-items: center;
  color: #ff4f4f;
  box-shadow: 0 10px 16px rgba(255, 79, 79, 0.16);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  font-size: 14px;
  color: #70788f;
  align-items: center;
}

.hero-stats strong {
  display: block;
  color: #2a2f3f;
  font-size: 18px;
  font-weight: 700;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.mock-card {
  position: relative;
  width: min(460px, 100%);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(25, 33, 66, 0.18);
  padding: 16px;
}

.mock-header {
  display: flex;
  gap: 6px;
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e8f3;
}

.mock-body {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(16, 24, 40, 0.18);
  text-align: left;
}

.mock-label {
  font-size: 12px;
  color: #7c879f;
}

.mock-price {
  font-size: 20px;
  font-weight: 700;
  color: #ff4f4f;
}

.mock-chip {
  font-size: 11px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
  color: #ffffff;
  display: inline-block;
}

.mock-media {
  margin-top: 30px;
  height: 360px;
  border-radius: 18px;
  background: #0f1222;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(120, 130, 180, 0.15);
}

.mock-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
  background: #0f1222;
}

.mock-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 79, 79, 0.08), rgba(255, 138, 92, 0.08));
  pointer-events: none;
}

.pain-point,
.packages,
.why-us {
  padding: 80px 0;
  background: #ffffff;
}

.client-cost-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 24px 0 36px;
}

.client-cost-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  border: 1px solid #eef1ff;
  box-shadow: 0 16px 30px rgba(22, 28, 45, 0.08);
  display: grid;
  justify-items: center;
  gap: 12px;
  font-weight: 600;
  color: #2a2f3f;
}

.client-cost-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6b6b, #ff9aa2);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 12px 20px rgba(255, 107, 107, 0.25);
}

.pain-point {
  background: #fdfdff;
}

h2 {
  font-size: clamp(2rem, 1vw + 1.6rem, 2.6rem);
  text-align: center;
  margin-bottom: 12px;
}

.section-subtitle {
  text-align: center;
  color: #6f7890;
  max-width: 680px;
  margin: 0 auto 36px;
}

.pain-point-cta {
  display: flex;
  justify-content: center;
  margin: 6px 0 32px;
}

.section-kicker {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #5b6378;
  text-transform: none;
  margin-bottom: 10px;
}

.section-kicker-muted {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #8a93ad;
  font-weight: 600;
}

.card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.info-card,
.price-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(22, 28, 45, 0.08);
  border: 1px solid #eef1ff;
}

.info-card h3,
.price-card h3 {
  margin-bottom: 12px;
}

.info-card p {
  color: #6d7389;
}

.card-icon,
.price-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  margin: 0 auto 16px;
  font-size: 20px;
}

.price-icon {
  background: #fff1f1;
  color: #ff4f4f;
  border: 1px solid #ffd9d9;
}

.card-icon.danger {
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
}

.card-icon.warning {
  background: linear-gradient(135deg, #ff7a45, #ffb673);
}

.card-icon.info {
  background: linear-gradient(135deg, #ff6b6b, #ff9aa2);
}

.card-icon.primary {
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
}

.card-icon.success {
  background: linear-gradient(135deg, #ff6f91, #ffb199);
}

.price-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  color: #5e667c;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #ff4f4f;
}

.price-card.highlight {
  background: linear-gradient(140deg, #fff0f0, #ffffff);
  border-color: #ffd9d9;
}

.pain-point .info-card:nth-child(1) {
  background: linear-gradient(160deg, #fff1f3, #ffffff);
}

.pain-point .info-card:nth-child(2) {
  background: linear-gradient(160deg, #fff6e6, #ffffff);
}

.pain-point .info-card:nth-child(3) {
  background: linear-gradient(160deg, #fffbe6, #ffffff);
}

.packages .price-card:nth-child(1) {
  background: linear-gradient(160deg, #fff1f1, #ffffff);
}

.packages .price-card:nth-child(2) {
  background: linear-gradient(160deg, #ffe9e9, #ffffff);
}

.packages .price-card:nth-child(3) {
  background: linear-gradient(160deg, #fff4ec, #ffffff);
}

.packages .price-card:nth-child(4) {
  background: linear-gradient(160deg, #ffeef0, #ffffff);
}

.cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #ff4f4f 0%, #ff7b4f 50%, #ff9a5c 100%);
  color: #ffffff;
}

.cta-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
}

.cta-copy h2 {
  text-align: left;
  margin-bottom: 16px;
}

.cta-copy p {
  color: #e6e8ff;
  margin-bottom: 20px;
}

.cta-badges {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.cta-form {
  background: #ffffff;
  color: #1c1f2a;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(16, 24, 40, 0.2);
  width: min(100%, 500px);
  margin-left: auto;
}

.cta-form h3 {
  margin-bottom: 16px;
}

.form-progress {
  display: flex;
  gap: 8px;
  margin: 8px 0 18px;
}

.progress-dot {
  width: 14px;
  height: 6px;
  border-radius: 999px;
  background: #e6e9ff;
}

.progress-dot.active {
  background: linear-gradient(135deg, #ff4f4f, #ff8a5c);
  width: 30px;
}

.form-section {
  padding: 20px 0 10px;
  border-top: 1px solid #eef1ff;
}

.form-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.form-section h4 {
  font-size: 15px;
  margin-bottom: 12px;
  color: #38405a;
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.input-wrap {
  position: relative;
}

.input-wrap i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #8a93ad;
  font-size: 14px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 12px 12px 12px 38px;
  border-radius: 10px;
  border: 1px solid #e3e6f5;
  font-family: inherit;
  background: #ffffff;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-message {
  margin-top: 12px;
  font-size: 13px;
  color: #ff4f4f;
  min-height: 18px;
}

.site-footer {
  background: #0f1222;
  color: #cfd3ff;
  padding: 20px 0;
}

.cta-card {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 24px;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.18);
  backdrop-filter: blur(6px);
  display: grid;
  gap: 12px;
  width: min(100%, 420px);
  margin-left: auto;
}

.cta-card p {
  color: #eef1ff;
}

.form-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 100;
}

.form-modal.is-open {
  display: grid;
}

.form-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 30, 0.6);
}

.form-modal-card {
  position: relative;
  background: transparent;
  z-index: 1;
  width: min(92%, 560px);
  max-height: 90vh;
  overflow-y: auto;
  padding-right: 4px;
}

.modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #111827;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.25);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}

@media (max-width: 820px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-copy h2 {
    text-align: center;
  }

  .cta-form {
    margin: 0 auto;
  }

  .footer-inner {
    flex-direction: column;
  }

  .packages .card-grid {
    justify-items: center;
  }

  .packages .price-card {
    width: min(100%, 360px);
    text-align: center;
  }

  .packages .price-card ul {
    justify-items: center;
  }

  .packages .price-card li {
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.05fr 1fr;
  }
}

