/* ========================================
   CLOUD BLE SOLUTION PAGE
======================================== */

.cloud-solution-page {
  background: var(--white);
  padding-top: 100px;
}

/* ========================================
   HERO
======================================== */

.cloud-solution-hero {
  padding: 1.4rem 0 4rem;
}

.cloud-solution-title {
  font-size: clamp(2.2rem, 4.6vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--brand);
  margin: 1rem 0 0.9rem;
  max-width: 680px;
}

.cloud-solution-copy {
  font-size: 1.03rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 0;
}

.cloud-solution-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.cloud-solution-chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: var(--brand-3);
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 700;
}

.cloud-system-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-gradient);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
}

.cloud-system-hero-img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem;
}

.cloud-system-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.cloud-system-mini {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem;
}

.cloud-system-mini strong {
  display: block;
  color: var(--brand);
  font-size: 0.94rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.cloud-system-mini span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ========================================
   OVERVIEW / INCLUDED
======================================== */

.solution-part-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.2rem;
  text-align: left;
}

.solution-part-card h3 {
  font-size: 1.14rem;
  font-weight: 800;
  color: var(--brand);
  margin: 1rem 0 0.55rem;
}

.solution-part-card p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

.solution-part-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
}

.solution-part-img-tall {
  height: 180px;
}

.solution-part-img-icon {
  height: 140px;
}

/* ========================================
   HOW IT WORKS
======================================== */

.how-it-works-section {
  background: var(--bg-panel);
}

.how-it-works-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.how-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border-soft);
}

.how-step span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.how-step strong {
  display: block;
  color: var(--brand);
  margin-bottom: 0.2rem;
}

.how-step p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
  font-size: 0.95rem;
}

.how-diagram-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.how-diagram-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ========================================
   USE CASES
======================================== */

.fit-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.solution-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--brand-3);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

.fit-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.45rem;
}

.fit-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

/* ========================================
   DASHBOARD VALUE
======================================== */

.dashboard-value-wrap {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fcfeff 0%, #f4fbfd 100%);
  box-shadow: var(--shadow-lg);
  padding: 2rem;
}

.dashboard-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.dashboard-feature-list span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: #eaf6f8;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 700;
}

.dashboard-screenshot-stack {
  position: relative;
  min-height: 340px;
}

.dashboard-shot {
  border: 1px solid var(--border-soft);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dashboard-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.dashboard-shot-lg {
  border-radius: 24px;
}

.dashboard-shot-sm {
  border-radius: 22px;
  position: absolute;
  left: 10px;
  bottom: -24px;
  width: 42%;
}

/* ========================================
   CONFIGURATOR
======================================== */

.configurator-shell {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  padding: 1.4rem;
}

.configurator-panel {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.configurator-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 180px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: #fbfdfe;
}

.configurator-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand-3);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.configurator-info h3 {
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.25rem;
}

.configurator-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.configurator-input {
  min-width: 180px;
  text-align: right;
}

.configurator-input span {
  display: block;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.configurator-input input,
.configurator-input select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.72rem 0.85rem;
  font-weight: 600;
  color: var(--brand);
  background: var(--white);
}

#solution-configurator .quantity-stepper {
  display: grid;
  grid-template-columns: 42px minmax(64px, 1fr) 42px;
  gap: 0.45rem;
}

#solution-configurator .quantity-stepper button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
}

#solution-configurator .quantity-stepper button:hover,
#solution-configurator .quantity-stepper button:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

#solution-configurator .quantity-stepper input {
  text-align: center;
}

.config-summary-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fcfeff 0%, #f5fbfd 100%);
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.config-total {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0.35rem 0 1rem;
}

.config-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.config-summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.94rem;
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 0.65rem;
}

.config-summary-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.config-summary-list i {
  color: var(--brand);
  font-size: 1rem;
}

.config-summary-list strong {
  color: var(--brand);
}

.config-summary-copy {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.config-summary-note {
  margin-top: 1rem;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.92rem;
}

/* ========================================
   WHY CHOOSE
======================================== */

.why-choose-solution {
  background: var(--bg-panel);
}

.why-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.why-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.4rem;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* ========================================
   DOCUMENTS
======================================== */

.docs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.doc-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1rem;
  text-align: center;
  color: var(--brand);
  font-weight: 700;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
}

.doc-card i {
  font-size: 1.35rem;
}

.doc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  color: var(--brand);
}

/* ========================================
   FINAL CTA
======================================== */

.cloud-final-cta {
  padding: 1rem 0 5rem;
}

.cloud-final-cta-panel {
  border-radius: 30px;
  background: linear-gradient(135deg, var(--brand) 0%, #10627c 100%);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}

.cloud-final-cta-panel h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0.3rem 0 0.7rem;
  font-weight: 800;
  max-width: 720px;
}

.cloud-final-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199.98px) {
  .docs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .cloud-solution-hero {
    padding: 1rem 0 3rem;
  }

  .dashboard-shot-sm {
    position: static;
    width: 70%;
    margin: 1rem 0 0 auto;
  }

  .configurator-row {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: stretch;
  }

  .configurator-input {
    grid-column: 1 / -1;
    min-width: 100%;
    text-align: left;
  }

  .cloud-system-mini-grid {
    grid-template-columns: 1fr;
  }

  .docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .cloud-solution-title {
    font-size: 2.35rem;
  }

  .cloud-system-card,
  .dashboard-value-wrap,
  .configurator-shell,
  .cloud-final-cta-panel {
    padding: 1.2rem;
  }

  .configurator-row {
    grid-template-columns: 1fr;
  }

  .solution-part-img,
  .solution-part-img-tall {
    height: 150px;
  }

  .dashboard-shot-sm {
    width: 100%;
  }

  .docs-grid {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   DASHBOARD FEATURES
======================================== */

.dashboard-features-section {
  background: var(--white);
}

.dashboard-feature-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.35rem;
}

.dashboard-feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--brand-3);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.dashboard-feature-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.55rem;
}

.dashboard-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.dashboard-video-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fcfeff 0%, #f4fbfd 100%);
  box-shadow: var(--shadow-lg);
  padding: 1rem;
}

.dashboard-video-card--landscape {
  height: auto;
}

.dashboard-video-wrap {
  border-radius: 18px;
  overflow: hidden;
  background: #eef5f8;
}

.dashboard-video-wrap--ratio {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.dashboard-feature-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}
.dashboard-media-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dashboard-support-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.dashboard-support-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.5rem;
}

.dashboard-support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
@media (max-width: 767.98px) {
  .dashboard-feature-card,
  .dashboard-video-card {
    padding: 1.1rem;
  }

  .dashboard-video-wrap--ratio {
    aspect-ratio: 16 / 9;
  }
}
.how-it-works-section .section-copy {
  margin-bottom: 1.25rem;
}

.how-step {
  padding: 0.95rem 1rem;
}

.how-diagram-card {
  padding: 1.25rem;
  box-shadow: 0 16px 36px rgba(10, 63, 81, 0.08);
}
