@import url("company.css");
.solution-hero {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(200, 244, 107, 0.42),
      transparent 26%
    ),
    linear-gradient(145deg, #f8faf6, #eef6f1);
}
.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.solution-card {
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  position: relative;
  transition: 0.3s;
}
.solution-card:hover {
  transform: translateY(-7px);
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
  box-shadow: var(--shadow);
}
.solution-card small {
  font: 700 11px Manrope;
  color: var(--brand);
  letter-spacing: 0.15em;
}
.solution-card h2 {
  margin: 62px 0 14px;
  font-size: 27px;
  letter-spacing: -0.045em;
}
.solution-card p {
  color: var(--muted);
  font-size: 14px;
}
.solution-card:hover p {
  color: #aebdb8;
}
.solution-card a {
  position: absolute;
  left: 32px;
  bottom: 28px;
  color: var(--brand);
  font-weight: 700;
}
.detail-hero {
  padding-bottom: 75px;
}
.detail-hero h1 {
  font-size: clamp(45px, 6.5vw, 72px);
}
.detail-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}
.price-box {
  padding: 22px 28px;
  border-radius: 20px;
  background: var(--dark);
  color: #fff;
  min-width: 240px;
}
.price-box small {
  display: block;
  color: #9eb0aa;
  font: 700 10px Manrope;
  letter-spacing: 0.14em;
}
.price-box strong {
  font-size: 24px;
  color: var(--lime);
}
.detail-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.detail-nav a {
  white-space: nowrap;
  padding: 9px 15px;
  border-radius: 25px;
  background: var(--cream);
  font-size: 13px;
  font-weight: 700;
}
.detail-nav a:hover {
  background: var(--ink);
  color: #fff;
}
.detail-section {
  padding: 85px 0;
  border-bottom: 1px solid var(--line);
}
.detail-section:last-child {
  border: 0;
}
.two-col {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}
.section-label {
  font: 700 12px Manrope;
  color: var(--brand);
  letter-spacing: 0.15em;
}
.section-title {
  margin: 12px 0 0;
  font-size: 34px;
  letter-spacing: -0.045em;
}
.section-body {
  color: #52615d;
  font-size: 17px;
}
.section-body p {
  margin-bottom: 15px;
}
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.feature-pills span {
  padding: 12px 16px;
  border-radius: 25px;
  background: var(--cream);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}
.demo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.demo {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
}
.demo small {
  display: block;
  color: var(--brand);
  font-weight: 700;
}
.demo a {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  word-break: break-all;
}
.demo span {
  font-size: 12px;
  color: var(--muted);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.info {
  padding: 22px;
  border-radius: 17px;
  background: var(--cream);
}
.info small {
  display: block;
  color: var(--brand);
  font: 700 10px Manrope;
  letter-spacing: 0.11em;
}
.info strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.case-tag {
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
}
.case-detail {
  padding: 24px;
  border-radius: 20px;
  background: var(--cream);
}
.case-detail h3 {
  margin: 0 0 14px;
  font-size: 20px;
}
.case-detail p {
  margin: 7px 0;
  font-size: 13px;
}
.case-detail b {
  color: var(--brand);
}
.process-line {
  padding: 24px;
  border-radius: 18px;
  background: var(--dark);
  color: #fff;
  text-align: center;
  font-weight: 700;
  word-spacing: 12px;
}
.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.compare th,
.compare td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.compare th:first-child,
.compare td:first-child {
  text-align: left;
}
.compare th {
  background: var(--cream);
}
.purchase {
  padding: 55px;
  border-radius: 30px;
  background: var(--dark);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.purchase h2 {
  margin: 0 0 8px;
  font-size: 32px;
}
.purchase p {
  margin: 0;
  color: #aebdb8;
}
.purchase a {
  padding: 14px 22px;
  border-radius: 28px;
  background: var(--brand);
  font-weight: 700;
}
.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.gallery-actions {
  display: flex;
  gap: 8px;
}
.gallery-actions button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
}
.gallery-actions button:hover {
  background: var(--ink);
  color: #fff;
}
.solution-gallery {
  overflow: hidden;
  border-radius: 26px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.slide-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slide-track::-webkit-scrollbar {
  display: none;
}
.solution-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 28px;
}
.solution-slide img {
  display: block;
  max-width: 100%;
  max-height: 620px;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(7, 26, 23, 0.12);
}
.gallery-thumbs {
  display: flex;
  gap: 9px;
  margin-top: 16px;
  overflow-x: auto;
  padding: 4px 2px 12px;
}
.gallery-thumb {
  flex: 0 0 100px;
  height: 68px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.gallery-thumb.active {
  border-color: var(--brand);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.gallery-count {
  color: var(--muted);
  font: 600 13px Manrope;
}
@media (max-width: 850px) {
  .solution-cards {
    grid-template-columns: 1fr 1fr;
  }
  .detail-summary,
  .two-col {
    grid-template-columns: 1fr;
  }
  .two-col {
    gap: 35px;
  }
  .info-grid,
  .case-grid {
    grid-template-columns: 1fr 1fr;
  }
  .purchase {
    display: block;
  }
  .purchase a {
    display: inline-flex;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .solution-cards,
  .demo-grid,
  .info-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }
  .price-box {
    min-width: 0;
  }
  .detail-section {
    padding: 60px 0;
  }
  .purchase {
    padding: 35px 25px;
  }
  .solution-slide {
    min-height: 300px;
    padding: 12px;
  }
  .gallery-head {
    align-items: center;
  }
  .gallery-head .section-title {
    font-size: 27px;
  }
  .gallery-thumb {
    flex-basis: 76px;
    height: 54px;
  }
}
