.product-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #f7fbff 0%, #eff7ff 55%, #eaf5ff 100%);
  border-bottom: 1px solid #e9f1fb;
}

.product-wave {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 82% 30%,
    rgba(17, 85, 217, 0.13),
    transparent 30%
  );
}

.product-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 70px;
  align-items: center;
  min-height: 570px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.product-hero-copy h1 {
  max-width: 720px;
  margin: 18px 0 24px;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -2.2px;
}

.product-status {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.product-status.available {
  color: #087a32;
  background: #e9f8ed;
}

.product-status.developing {
  color: #e75400;
  background: #fff0e3;
}

.product-summary {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.summary-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.summary-head p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 14px;
}

.summary-head h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.15;
}

.summary-icon {
  width: 92px;
  height: 92px;
  border-radius: 18px;
}

.summary-icon.image {
  object-fit: cover;
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(1, 20, 55, 0.18);
}

.services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf4ff;
  font-size: 45px;
}

.summary-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.summary-list li {
  position: relative;
  padding-left: 29px;
  color: #17233b;
}

.summary-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.product-section {
  padding: 72px 0;
}

.product-title {
  max-width: 810px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}

.product-title p:last-child {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.resource-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(3, 30, 70, 0.06);
}

.resource-card > span {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 13px;
  background: #eef5ff;
  font-size: 27px;
}

.resource-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

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

.soft-section {
  background: var(--bg);
  border-top: 1px solid #e9f1fb;
  border-bottom: 1px solid #e9f1fb;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.benefit-card > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f8ed;
  color: #087a32;
  font-weight: 900;
}

.benefit-card h3 {
  margin: 2px 0 7px;
  font-size: 19px;
}

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

.service-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-flow > li {
  position: relative;
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  padding: 22px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.service-flow span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.service-flow strong {
  line-height: 1.25;
}

.flow-note {
  margin: 22px 0 0;
  color: var(--muted);
  text-align: center;
}

.product-cta {
  background: linear-gradient(120deg, #0d4dcc, #092f88);
  color: #fff;
}

.product-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-cta .eyebrow {
  margin-bottom: 7px;
  color: #bcd4ff;
}

.product-cta h2 {
  margin: 0;
  font-size: 30px;
}

.product-cta p:last-child {
  margin: 7px 0 0;
  color: #d9e7ff;
}

.product-footer {
  margin-top: 0;
}

@media (max-width: 1060px) {
  .product-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .product-summary {
    max-width: 650px;
  }

  .service-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .product-hero-copy h1 {
    font-size: 42px;
  }

  .resource-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: auto;
  }

  .product-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .product-hero-copy h1 {
    font-size: 36px;
  }

  .product-summary {
    padding: 25px;
  }

  .summary-head {
    grid-template-columns: 70px 1fr;
  }

  .summary-icon {
    width: 70px;
    height: 70px;
  }

  .summary-head h2 {
    font-size: 25px;
  }

  .product-section {
    padding: 54px 0;
  }

  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-flow > li {
    min-height: 92px;
  }
}
