.ecom-page {
  color: #1c2733;
  background: #ffffff;
}

.ecom-page .section-title__title {
  letter-spacing: 0;
}

.ecom-hero {
  min-height: 760px;
  padding: 170px 0 96px;
  color: #ffffff;
  background: #1f2f48;
  position: relative;
  overflow: hidden;
}

.ecom-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.42;
}

.ecom-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 23, 36, 0.96) 0%, rgba(12, 23, 36, 0.82) 44%, rgba(12, 23, 36, 0.34) 100%);
}

.ecom-hero .container {
  position: relative;
  z-index: 1;
}

.ecom-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 13px;
  color: #ffffff;
  background: rgba(52, 173, 173, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ecom-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: 66px;
  line-height: 0.98;
  letter-spacing: 0;
}

.ecom-hero__lead {
  max-width: 790px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.ecom-hero__actions,
.ecom-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ecom-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 25px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  font-weight: 700;
  transition: 0.2s ease;
}

.ecom-secondary-btn:hover {
  color: #1c2733;
  background: #ffffff;
}

.ecom-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.ecom-hero__bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  max-width: 790px;
}

.ecom-hero__bullets li,
.ecom-check-list li,
.ecom-plain-list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.55;
}

.ecom-hero__bullets li::before,
.ecom-check-list li::before,
.ecom-plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 9px;
  background: #34adad;
}

.ecom-hero__bullets li {
  color: rgba(255, 255, 255, 0.9);
}

.ecom-flow {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.ecom-flow__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.95);
  color: #1c2733;
  font-weight: 700;
}

.ecom-flow__item i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #34adad;
}

.ecom-section {
  padding: 98px 0;
}

.ecom-section--soft {
  background: linear-gradient(112deg, #f7f9fc 0%, #fbf9ff 54%, #f7f9fb 100%);
  overflow: hidden;
  position: relative;
}

.ecom-section--dark {
  background: #1f2f48;
  color: #ffffff;
}

.ecom-section--dark .section-title__title,
.ecom-section--dark h2,
.ecom-section--dark h3,
.ecom-section--dark p,
.ecom-section--dark li {
  color: #ffffff;
}

.ecom-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.ecom-intro p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.ecom-card-grid,
.ecom-choice-grid,
.ecom-package-grid,
.ecom-feature-grid,
.ecom-process-grid,
.ecom-faq-grid {
  display: grid;
  gap: 24px;
}

.ecom-card-grid,
.ecom-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ecom-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ecom-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ecom-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ecom-card,
.ecom-choice,
.ecom-package,
.ecom-feature,
.ecom-form-panel,
.ecom-faq-item,
.ecom-note {
  background: #ffffff;
  border: 1px solid #e2e8ec;
  padding: 28px;
}

.ecom-card,
.ecom-choice,
.ecom-package,
.ecom-feature,
.ecom-faq-item {
  min-height: 100%;
}

.ecom-card,
.ecom-choice,
.ecom-package,
.ecom-step,
.ecom-pain__stat {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.ecom-card:hover,
.ecom-choice:hover,
.ecom-step:hover {
  border-color: rgba(52, 173, 173, 0.42);
  box-shadow: 0 18px 46px rgba(28, 39, 51, 0.1);
  transform: translateY(-5px);
}

.ecom-card h3,
.ecom-choice h3,
.ecom-package h3,
.ecom-feature h3 {
  margin: 0 0 14px;
  color: #1c2733;
  font-size: 24px;
  line-height: 1.16;
}

.ecom-card p,
.ecom-choice p,
.ecom-package p,
.ecom-feature p,
.ecom-note p {
  line-height: 1.65;
}

.ecom-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
  color: #34adad;
  font-size: 32px;
  font-weight: 800;
}

.ecom-price small {
  color: #6f7a85;
  font-size: 15px;
  font-weight: 700;
}

.ecom-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ecom-badge {
  display: inline-flex;
  padding: 6px 10px;
  background: #eaf6f6;
  color: #197f83;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecom-badge--accent {
  background: #fff1df;
  color: #af6418;
}

.ecom-badge--dark {
  background: #e9eef5;
  color: #28415f;
}

.ecom-check-list,
.ecom-plain-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ecom-package .ecom-check-list {
  font-size: 14px;
}

#choice.ecom-section--soft {
  background: radial-gradient(circle at 18% 12%, rgba(52, 173, 173, 0.24), transparent 34%),
    linear-gradient(135deg, #152338 0%, #203653 56%, #17283f 100%);
  color: #ffffff;
}

#choice .section-title__title,
#choice .ecom-choice h3,
#choice .ecom-choice p,
#choice .ecom-choice li {
  color: #ffffff;
}

#choice .section-title__tagline {
  color: rgba(132, 218, 218, 0.95);
}

#choice .ecom-choice {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

#choice .ecom-choice:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(52, 173, 173, 0.58);
  box-shadow: 0 24px 62px rgba(3, 12, 24, 0.28);
}

#choice .ecom-choice .ecom-check-list li::before {
  background: #7bd7d7;
}

.ecom-package {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.ecom-package::before {
  background: linear-gradient(90deg, #34adad 0%, rgba(52, 173, 173, 0.18) 100%);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ecom-package:hover {
  border-color: rgba(52, 173, 173, 0.52);
  box-shadow: 0 20px 54px rgba(28, 39, 51, 0.13);
  transform: translateY(-7px);
}

.ecom-limit {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e2e8ec;
  color: #60707f;
  font-size: 14px;
  line-height: 1.55;
}

.ecom-comparison {
  overflow-x: auto;
  border: 1px solid #dfe7eb;
  background: #ffffff;
}

.ecom-comparison table {
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
}

.ecom-comparison th,
.ecom-comparison td {
  padding: 20px;
  border-bottom: 1px solid #e8eef1;
  vertical-align: top;
  text-align: left;
}

.ecom-comparison th {
  background: #eff5f6;
  color: #1c2733;
  font-size: 20px;
}

.ecom-note {
  margin-top: 26px;
  border-left: 4px solid #34adad;
}

.ecom-pain {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.ecom-pain__panel {
  padding: 34px;
  background: #ffffff;
  color: #1c2733;
}

.ecom-pain__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ecom-pain__stat {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ecom-pain__stat:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(52, 173, 173, 0.5);
  transform: translateY(-4px);
}

.ecom-pain__stat i {
  align-items: center;
  background: rgba(52, 173, 173, 0.2);
  border: 1px solid rgba(52, 173, 173, 0.45);
  color: #ffffff;
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  width: 42px;
}

.ecom-pain__stat strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
}

.ecom-platform {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.ecom-platform__side {
  padding: 28px;
  background: #fff7ed;
  border: 1px solid #f0d7b5;
  color: #1c2733;
}

.ecom-platform__side h3 {
  color: #1c2733;
  font-size: 24px;
  line-height: 1.28;
  margin-bottom: 14px;
}

.ecom-platform__side p {
  color: #1c2733;
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 0;
}

.ecom-platform__side p + p {
  margin-top: 14px;
}

.ecom-projects {
  padding-top: 0;
}

.ecom-process {
  counter-reset: process;
}

.ecom-step {
  position: relative;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8ec;
}

.ecom-step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: inline-flex;
  margin-bottom: 16px;
  color: #34adad;
  font-size: 30px;
  font-weight: 800;
}

.ecom-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.ecom-form {
  background: #f5f7f8;
}

.ecom-form__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 32px;
  align-items: start;
}

.ecom-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ecom-field {
  display: grid;
  gap: 8px;
}

.ecom-field--full {
  grid-column: 1 / -1;
}

.ecom-field label {
  color: #1c2733;
  font-weight: 800;
}

.ecom-field input,
.ecom-field select,
.ecom-field textarea {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d7e0e5;
  background: #ffffff;
  color: #1c2733;
  font-size: 15px;
  outline: none;
}

.ecom-field textarea {
  min-height: 112px;
  padding-top: 14px;
}

.ecom-field input:focus,
.ecom-field select:focus,
.ecom-field textarea:focus {
  border-color: #34adad;
}

.ecom-form__button {
  margin-top: 22px;
}

.ecom-faq-accordion {
  margin: 0 auto;
  max-width: 980px;
}

.ecom-faq-accordion .faq-one-accrodion .accrodion {
  background: #ffffff;
}

.ecom-faq-accordion .faq-one-accrodion .accrodion-title h4 {
  letter-spacing: 0;
}

.ecom-store-link {
  background: #1f2f48;
  color: #ffffff;
}

.ecom-store-link .ecom-note {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.ecom-store-link p,
.ecom-store-link h2 {
  color: #ffffff;
}

.ecom-page .porada-btn,
.ecom-page .ecom-secondary-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  word-break: normal;
}

.ecom-form-slot {
  min-height: 1px;
}

.ecom-lead-popup[hidden] {
  display: none;
}

.ecom-lead-popup {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 9999;
}

.ecom-lead-popup__overlay {
  background: rgba(10, 18, 28, 0.72);
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
}

.ecom-lead-popup__dialog {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  max-height: calc(100vh - 56px);
  max-width: 980px;
  overflow-y: auto;
  padding: 42px;
  position: relative;
  width: 100%;
}

.ecom-lead-popup__close {
  align-items: center;
  background: #1f2f48;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
}

.ecom-lead-popup__text {
  color: #60707f;
  line-height: 1.65;
  margin: -14px 0 26px;
  max-width: 720px;
}

.ecom-lead-popup .ecom-form-panel {
  border: 0;
  padding: 0;
}

body.ecom-popup-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .ecom-package-grid,
  .ecom-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecom-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .ecom-hero {
    min-height: auto;
    padding: 138px 0 82px;
  }

  .ecom-hero__grid,
  .ecom-pain,
  .ecom-platform,
  .ecom-form__grid {
    grid-template-columns: 1fr;
  }

  .ecom-flow {
    max-width: 460px;
  }

  .ecom-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ecom-section {
    padding: 72px 0;
  }

  .ecom-hero h1 {
    font-size: 40px;
  }

  .ecom-hero__lead {
    font-size: 17px;
  }

  .ecom-hero__bullets,
  .ecom-card-grid,
  .ecom-choice-grid,
  .ecom-package-grid,
  .ecom-feature-grid,
  .ecom-process-grid,
  .ecom-faq-grid,
  .ecom-field-grid,
  .ecom-pain__stats {
    grid-template-columns: 1fr;
  }

  .ecom-card,
  .ecom-choice,
  .ecom-package,
  .ecom-feature,
  .ecom-form-panel,
  .ecom-faq-item,
  .ecom-note,
  .ecom-pain__panel,
  .ecom-platform__side {
    padding: 22px;
  }

  .ecom-secondary-btn,
  .ecom-hero__actions .porada-btn,
  .ecom-section__actions .porada-btn {
    width: 100%;
  }

  .ecom-page .porada-btn,
  .ecom-page .ecom-secondary-btn {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .ecom-form__button {
    width: 100%;
  }

  #packages .container {
    overflow: hidden;
  }

  #packages .ecom-package-grid {
    display: flex;
    gap: 16px;
    grid-template-columns: none;
    margin: 0 -15px;
    overflow-x: auto;
    padding: 0 15px 18px;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #packages .ecom-package-grid::-webkit-scrollbar {
    display: none;
  }

  #packages .ecom-package {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: start;
  }

  .ecom-comparison {
    border: 0;
    overflow: visible;
  }

  .ecom-comparison table,
  .ecom-comparison thead,
  .ecom-comparison tbody,
  .ecom-comparison tr,
  .ecom-comparison th,
  .ecom-comparison td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .ecom-comparison thead {
    display: none;
  }

  .ecom-comparison tr {
    background: #ffffff;
    border: 1px solid #dfe7eb;
    margin-bottom: 14px;
    padding: 18px;
  }

  .ecom-comparison td {
    border: 0;
    padding: 0;
  }

  .ecom-comparison td:first-child {
    color: #1c2733;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .ecom-lead-popup {
    align-items: flex-start;
    padding: 12px;
  }

  .ecom-lead-popup__dialog {
    max-height: calc(100dvh - 24px);
    overscroll-behavior: contain;
    padding: 30px 20px calc(96px + env(safe-area-inset-bottom));
    scroll-padding-bottom: 120px;
  }

  .ecom-lead-popup__close {
    height: 38px;
    right: 12px;
    top: 12px;
    width: 38px;
  }

  .ecom-lead-popup .ecom-form__button {
    margin-bottom: 22px;
  }
}

@media (max-width: 420px) {
  .ecom-page .porada-btn,
  .ecom-page .ecom-secondary-btn {
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 767px) {
  .ecom-card:hover,
  .ecom-choice:hover,
  .ecom-step:hover,
  .ecom-package:hover,
  .ecom-pain__stat:hover {
    box-shadow: none;
    transform: none;
  }

  .ecom-card:hover,
  .ecom-step:hover,
  .ecom-package:hover {
    border-color: #e2e8ec;
  }

  #choice .ecom-choice:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: none;
  }

  .ecom-pain__stat:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
  }
}
