:root {
    --ew-primary: #40bad8;
    --ew-primary-dark: #19a8ca;
    --ew-dark: #071117;
    --ew-dark-2: #111b22;
    --ew-text: #071117;
    --ew-muted: #68747d;
    --ew-light: #f4f6f8;
    --ew-card: #f3f5f7;
    --ew-green: #72e48a;
    --ew-pink: #f77ac8;
    --ew-radius-xl: 34px;
    --ew-radius-lg: 24px;
    --ew-shadow: 0 24px 70px rgba(7, 17, 23, .10);
    --ew-shadow-blue: 0 18px 55px rgba(64, 186, 216, .28);
  }

  .ew-home {
    color: var(--ew-text);
    overflow: hidden;
  }

  .ew-home a {
    text-decoration: none;
  }


  .ew-section {
    padding: 52px 0;
  }

  .ew-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(64, 186, 216, .12);
    border: 1px solid rgba(64, 186, 216, .35);
    color: var(--ew-primary);
    font-weight: 500;
    font-size: 15px;
        line-height: 1.2;
  }

  .ew-title {
    font-size: clamp(44px, 4.3vw, 94px);
    line-height: .96;
    letter-spacing: -0.055em;
    font-weight: 700;
    margin: 0;
    color: white;
  }

  .ew-heading {
    font-size: clamp(36px, 4.7vw, 72px);
    line-height: .9;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 0;
    color: white;
  }

  .ew-title .accent,
  .ew-heading .accent {
    color: var(--ew-primary);
  }

  .ew-lead {
    font-size: clamp(18px, 1.8vw, 26px);
    line-height: 1.25;
    color: #d9e4e9;
    margin: 24px 0 0;
    max-width: 720px;
  }

  .ew-text-lg {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.22;
  }

  .ew-muted {
    color: var(--ew-muted);
  }

  .ew-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 25px;
    border-radius: 10px;
    font-weight: 650;
    transition: .25s ease;
    border: 0;
  }

  .ew-btn-primary {
    background: var(--ew-primary);
    color: #fff;
    box-shadow: var(--ew-shadow-blue);
  }

  .ew-btn-primary:hover {
    background: var(--ew-primary-dark);
    color: #fff;
    transform: translateY(-2px);
  }

  .ew-btn-outline {
    border: 1px solid rgba(64, 186, 216, .65);
    color: var(--ew-primary);
    background: transparent;
  }

  .ew-btn-outline:hover {
    background: rgba(64, 186, 216, .12);
    color: var(--ew-primary);
    transform: translateY(-2px);
  }

  .ew-btn-dark-outline {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    background: rgba(255, 255, 255, .04);
  }

  .ew-btn-dark-outline:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }


/* FIXED HERO SECTION WITH SWIPER */

.ew-ico {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.ew-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ew-ico-sm {
  width: 18px;
  height: 18px;
}

.ew-label .ew-ico,
.ew-hero-pill .ew-ico,
.ew-hero-float .ew-ico {
  color: var(--ew-primary, #40bad8);
}

.ew-hero .ew-hero-card {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  overflow: hidden;
  min-height: auto !important;
    padding: clamp(42px, 3vw, 76px);
}

.ew-hero .ew-hero-content {
  position: relative;
  z-index: 5;
  max-width: 680px;
}

.ew-hero .ew-hero-visual {
  position: relative !important;
  inset: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 520px;
  opacity: 1 !important;
  z-index: 4;
}

.ew-hero-slider-shell {
  position: relative;
  width: 100%;
  min-height: 520px;
}



.ew-hero-shop-swiper {
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  padding: 12px 4px 78px;
}

.ew-hero-shop-swiper .swiper-wrapper {
  align-items: stretch;
}

.ew-hero-shop-swiper .swiper-slide {
  height: auto;
}

.ew-demo-slide {
  position: relative;
  width: 100%;
  height: 430px;
}

.ew-demo-desktop {
  position: absolute;
  right: 0;
  top: 24px;
  width: 88%;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px);
  transform: rotate(-2deg);
  overflow: hidden;
}

.ew-demo-browser-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 9px;
  border-radius: 15px 15px 0 0;
  background: rgba(255, 255, 255, .96);
}

.ew-demo-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #ff5f57;
}

.ew-demo-browser-bar span:nth-child(2) {
  background: #ffbd2e;
}

.ew-demo-browser-bar span:nth-child(3) {
  background: #28c840;
}

.ew-demo-browser-bar div {
  height: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 7px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9eef2;
  color: #7a8790;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
}

.ew-demo-desktop img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.ew-demo-phone {
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 30%;
  min-width: 128px;
  max-width: 180px;
  padding: 8px;
  border-radius: 30px;
  background: linear-gradient(145deg, #1c2831, #05090d);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .42);
  transform: rotate(-7deg);
  z-index: 4;
}

.ew-demo-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 38%;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #05090d;
  z-index: 2;
}

.ew-demo-phone img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18;
  object-fit: cover;
  border-radius: 22px;
  background: #fff;
}

.ew-hero-slider-shell .ew-hero-float {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 15px;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
  pointer-events: none;
  animation: ewFloat 4s ease-in-out infinite;
}

.ew-float-start {
  right: 4%;
  bottom: 100px;
}

.ew-float-sales {
  right: 17%;
  top: 0;
}

.ew-float-mobile {
  left: 8%;
  top: 22px;
}

.ew-hero-swiper-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.ew-hero-swiper-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: .25s ease;
}

.ew-hero-swiper-btn:hover {
  background: var(--ew-primary, #40bad8);
  border-color: var(--ew-primary, #40bad8);
  transform: translateY(-2px);
}

.ew-hero-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto !important;
}

.ew-hero-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  opacity: 1;
  transition: .25s ease;
}

.ew-hero-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: var(--ew-primary, #40bad8);
}

/* Tablet */

@media (max-width: 1199px) {
  .ew-hero .ew-hero-card {
    grid-template-columns: minmax(0, .95fr) minmax(380px, 1fr);
    gap: 36px;
  }

  .ew-demo-desktop {
    width: 90%;
  }

  .ew-demo-phone {
    width: 31%;
  }
}

/* Mobile layout */

@media (max-width: 991px) {
  .ew-hero .ew-hero-card {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }

  .ew-hero .ew-hero-content {
    max-width: 100%;
  }

  .ew-hero .ew-hero-visual {
    min-height: 500px;
    margin-top: 18px;
  }

  .ew-hero-slider-shell,
  .ew-hero-shop-swiper {
    min-height: 500px;
  }

  .ew-demo-slide {
    height: 410px;
  }

  .ew-demo-desktop {
    width: 88%;
  }

  .ew-demo-phone {
    left: 2%;
    width: 28%;
  }
}

@media (max-width: 767px) {
  .ew-hero .ew-hero-card {
    padding: 20px 18px;
  }

  .ew-hero .ew-hero-visual {
    min-height: 430px;
  }

  .ew-hero-slider-shell,
  .ew-hero-shop-swiper {
    min-height: 430px;
  }

  .ew-hero-shop-swiper {
    padding-bottom: 66px;
  }

  .ew-demo-slide {
    height: 350px;
  }

  .ew-demo-desktop {
    top: 18px;
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    transform: rotate(-1deg);
  }

  .ew-demo-browser-bar {
    height: 26px;
  }

  .ew-demo-browser-bar div {
    font-size: 9px;
  }

  .ew-demo-phone {
    left: 5%;
    bottom: 8px;
    width: 31%;
    min-width: 104px;
    padding: 6px;
    border-radius: 24px;
  }

  .ew-demo-phone img {
    border-radius: 18px;
  }

  .ew-float-sales,
  .ew-float-mobile {
    display: none !important;
  }

  .ew-float-start {
    right: 3%;
    bottom: 84px;
    padding: 11px 13px;
    font-size: 13px;
  }

  .ew-hero-swiper-controls {
    bottom: 6px;
  }

  .ew-hero-swiper-btn {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

  .ew-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 660px;
    border-radius: var(--ew-radius-xl);
    padding: clamp(30px, 4vw, 58px);
    color: #fff;
    background:
      radial-gradient(circle at 82% 24%, rgba(64, 186, 216, .42), transparent 29%),
      radial-gradient(circle at 70% 85%, rgba(64, 186, 216, .18), transparent 35%),
      linear-gradient(135deg, #11191f 0%, #071117 55%, #13252c 100%);
  }

  .ew-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image:
      linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(90deg, #000, transparent 82%);
    pointer-events: none;
  }

  .ew-hero-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
  }

  .ew-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 32px;
  }

  .ew-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }

  .ew-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.09);
    backdrop-filter: blur(14px);
    color: #e9f2f5;
    font-weight: 800;
  }

  .ew-hero-visual {
    position: absolute;
    right: clamp(22px, 5vw, 70px);
    top: 50%;
    transform: translateY(-50%);
    width: min(43vw, 590px);
    z-index: 2;
  }

  .ew-main-screen {
    position: relative;
    border-radius: 26px;
    padding: 12px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0,0,0,.34);
    transform: rotate(-3deg);
  }

  .ew-main-screen img {
    width: 100%;
    display: block;
    border-radius: 18px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #fff;
  }

  .ew-phone-screen {
    position: absolute;
    left: -14%;
    bottom: -16%;
    width: 34%;
    border-radius: 28px;
    padding: 9px;
    background: #111;
    box-shadow: 0 25px 70px rgba(0,0,0,.35);
    transform: rotate(7deg);
  }

  .ew-phone-screen img {
    width: 100%;
    display: block;
    border-radius: 20px;
    aspect-ratio: 9 / 18;
    object-fit: cover;
    background: #fff;
  }

  /* .ew-hero-float {
    position: absolute;
    right: -4%;
    bottom: 8%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 17px;
    border-radius: 18px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(16px);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: ewFloat 4s ease-in-out infinite;
  } */

  .ew-hero-float i {
    color: var(--ew-primary);
    font-size: 22px;
  }

  /* MINI BENEFITS */

  .ew-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .ew-mini-card {
    min-height: 150px;
    padding: 24px;
    border-radius: 26px;
    background: var(--ew-card);
    transition: .25s ease;
  }

  .ew-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ew-shadow);
  }

  .ew-mini-card.dark {
    background: #071117;
    color: #fff;
  }

  .ew-mini-card.blue {
    background: var(--ew-primary);
    color: #fff;
  }

  .ew-mini-card.green {
    background: var(--ew-green);
  }

  .ew-mini-icon {
    font-size: 34px;
    margin-bottom: 16px;
    line-height: 1;
  }

  .ew-mini-card h3 {
    font-size: 23px;
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 700;
    margin: 0;
  }

  .ew-mini-card p {
    margin: 10px 0 0;
    opacity: .75;
    line-height: 1.35;
  }

  /* SHOWCASE */

  .ew-showcase {
    background: #fff;
  }

  .ew-shot-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 28px;
    background: var(--ew-card);
    padding: 9px;
    transition: .25s ease;
    border: 1px solid rgba(7,17,23,.05);
  }

  .ew-shot-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ew-shadow);
  }

  .ew-shot-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
  }

  .ew-shot-img img {
    width: 100%;
    
    display: block;
    object-fit: cover;
    transition: .35s ease;
  }

  .ew-shot-card:hover .ew-shot-img img {
    transform: scale(1.035);
  }

  .ew-shot-body {
    padding: 18px 4px 4px;
  }

  .ew-shot-body h3 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .ew-shot-body p {
    color: var(--ew-muted);
    margin: 0;
    line-height: 1.35;
  }

  .ew-shot-tag {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
        padding: 2px 8px;
    border-radius: 999px;
    background: rgba(7,17,23,.78);
    color: #fff;
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 450;
  }

  /* ECOSYSTEM */

  .ew-ecosystem-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--ew-radius-xl);
    padding: clamp(30px, 4vw, 56px);
    background:
      radial-gradient(circle at 82% 30%, rgba(64,186,216,.35), transparent 28%),
      linear-gradient(135deg, #071117, #132028);
    color: #fff;
  }

  .ew-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    gap: 13px;
    margin-top: 38px;
  }

  .ew-eco-item {
    position: relative;
    min-height: 145px;
    padding: 19px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.09);
    transition: .25s ease;
  }

  .ew-eco-item:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,.12);
  }

  .ew-eco-item i {
    color: var(--ew-primary);
    font-size: 30px;
  }

  .ew-eco-item h3 {
    font-size: 17px;
    line-height: 1.05;
    font-weight: 700;
    margin: 16px 0 0;
    letter-spacing: -.025em;
    color: white;
  }

  .ew-eco-item .soon {
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  /* PRODUCTS SHORT */

  .ew-product-short {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
    border-radius: 26px;
    background: var(--ew-card);
    transition: .25s ease;
    border: 1px solid rgba(7,17,23,.05);
  }

  .ew-product-short:hover {
    transform: translateY(-7px);
    background: #fff;
    box-shadow: var(--ew-shadow);
  }

  .ew-product-short-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .ew-product-short-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 18px;
    background: rgba(64,186,216,.14);
    color: var(--ew-primary);
    font-size: 30px;
  }

  .ew-product-short h3 {
    font-size: clamp(25px, 2.3vw, 34px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 700;
    margin: 0;
  }

  .ew-product-short p {
    color: var(--ew-muted);
    font-size: 17px;
    line-height: 1.38;
    margin: 0;
  }

  .ew-product-short ul {
    display: grid;
    gap: 9px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ew-product-short li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-weight: 750;
    color: #263139;
  }

  .ew-product-short li i {
    color: var(--ew-primary);
    margin-top: 1px;
  }

  .ew-product-short-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .ew-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ew-primary);
    font-weight: 700;
  }

  .ew-link:hover {
    color: var(--ew-primary-dark);
  }

  .ew-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(64,186,216,.13);
    color: var(--ew-primary-dark);
    white-space: nowrap;
  }

  .ew-badge.dark {
    background: rgba(7,17,23,.08);
    color: #071117;
  }

  .ew-badge.green {
    background: rgba(114,228,138,.25);
    color: #138a34;
  }

  /* CASES */

  .ew-case-card {
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: var(--ew-card);
    transition: .25s ease;
    border: 1px solid rgba(7,17,23,.05);
  }

  .ew-case-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ew-shadow);
    background: #fff;
  }

  .ew-case-image {
    position: relative;
    overflow: hidden;
    background: #fff;
  }

  .ew-case-image img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 13;
    object-fit: cover;
    transition: .35s ease;
  }

  .ew-case-card:hover .ew-case-image img {
    transform: scale(1.035);
  }

  .ew-case-content {
    padding: 12px;
  }

  .ew-case-content h3 {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 700;
    margin: 0 0 14px;
  }

  .ew-case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ew-case-meta span {
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(64,186,216,.12);
    color: var(--ew-primary-dark);
   font-size: 11px;
    font-weight: 650;
  }

  /* OWNERSHIP */

  .ew-own-card {
    border-radius: var(--ew-radius-xl);
    background:
      radial-gradient(circle at 80% 20%, rgba(64,186,216,.22), transparent 32%),
      linear-gradient(135deg, #f4f7f9 0%, #fff 100%);
    padding: clamp(30px, 4vw, 56px);
    border: 1px solid rgba(7,17,23,.06);
  }

  .ew-own-visual {
    position: relative;
    min-height: 430px;
  }

  .ew-own-screen {
    position: absolute;
    inset: 8% 0 auto auto;
    width: 86%;
    border-radius: 26px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(7,17,23,.13);
    transform: rotate(2deg);
  }

  .ew-own-screen img {
    width: 100%;
    display: block;
    border-radius: 18px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .ew-own-phone {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32%;
    border-radius: 28px;
    padding: 5px;
    background: #101820;
    box-shadow: 0 24px 65px rgba(7,17,23,.2);
    transform: rotate(-6deg);
  }

  .ew-own-phone img {
    width: 100%;
    display: block;
    border-radius: 20px;
    aspect-ratio: 9 / 18;
    object-fit: cover;
  }

  .ew-own-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 18px;
  }

  .ew-own-point i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(64,186,216,.14);
    color: var(--ew-primary);
  }

  .ew-own-point strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .ew-own-point span {
    color: var(--ew-muted);
  }

  /* CTA */

  .ew-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--ew-radius-xl);
    padding: clamp(32px, 4vw, 58px);
    color: #fff;
    background:
      radial-gradient(circle at 88% 28%, rgba(64,186,216,.38), transparent 30%),
      linear-gradient(135deg, #071117, #132028);
  }

  .ew-cta::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(64,186,216,.22);
  }

  .ew-cta-inner {
    position: relative;
    z-index: 2;
  }

  /* REVEAL */

  .ew-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
  }

  .ew-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes ewFloat {
    0%, 100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-12px);
    }
  }

  @media (max-width: 1199px) {
    .ew-hero-visual {
      opacity: .45;
      right: -100px;
      width: 560px;
    }

    .ew-mini-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .ew-ecosystem-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media (max-width: 991px) {
    .ew-hero-card {
      min-height: auto;
    }

    .ew-hero-visual {
      position: relative;
      inset: auto;
      transform: none;
      width: 100%;
      opacity: 1;
      margin-top: 42px;
    }

    .ew-own-visual {
      min-height: 360px;
    }

    .ew-own-screen {
      width: 82%;
    }
  }

  @media (max-width: 767px) {
    #examples .ew-btn {
     width: 100%;
    }
    .ew-ecosystem-card {
            padding: clamp(17px, 4vw, 56px);
    }
    .ew-shots-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;

        /* Плавный скролл */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        /* Скрыть полосу прокрутки */
        scrollbar-width: none;
    }

    .ew-shots-scroll::-webkit-scrollbar {
        display: none;
    }

    .ew-shots-scroll > div {
        margin-top: 0px;
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
    }
    .ew-section {
      padding: 12px 0;
    }


    .ew-hero-card,
    .ew-ecosystem-card,
    .ew-own-card,
    .ew-cta {
      border-radius: 25px;
    }

    .ew-own-card,.ew-cta {
        padding: 1rem;
    }

    .ew-title {
      font-size: clamp(43px, 14vw, 68px);
    }

    .ew-lead {
      font-size: 19px;
    }

    .ew-hero-actions .ew-btn,
    .ew-cta .ew-btn {
      width: 100%;
    }

     .ew-mini-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        overflow-y: hidden;
        /* скрываем полосу прокрутки */
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

  .ew-mini-grid::-webkit-scrollbar {
    display: none;
  }

  .ew-mini-grid > * {
    flex: 0 0 auto;
    width: 280px;
    scroll-snap-align: start;
  }

    .ew-ecosystem-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .ew-eco-item {
      min-height: 130px;
    }

    .ew-own-visual {
      min-height: 300px;
    }
  }

  /* PRESTASHOP CMS INFO BLOCK */

.ew-cms-info {
  position: relative;
  overflow: hidden;
}

.ew-cms-info::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 12%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 186, 216, .16), transparent 67%);
  filter: blur(6px);
  pointer-events: none;
}

.ew-cms-info::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: 4%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.ew-cms-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  padding: clamp(34px, 5vw, 68px);
  border-radius: 34px;
      background: radial-gradient(circle at 82% 30%, rgba(64, 186, 216, .35), transparent 28%), linear-gradient(135deg, #071117, #132028);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.ew-cms-card::before {
  content: "";
  position: absolute;
  right: -130px;
  top: -160px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 186, 216, .26), transparent 65%);
  pointer-events: none;
}

.ew-cms-content {
  position: relative;
  z-index: 3;
}

.ew-cms-ico {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--ew-primary, #40bad8);
}

.ew-cms-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ew-cms-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 750;
  line-height: .98;
  letter-spacing: -0.045em;
}

.ew-cms-title .accent {
  color: var(--ew-primary, #40bad8);
}

.ew-cms-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
  font-weight: 500;
}

.ew-cms-text {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, .1);
     background: linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .09));
}



/* Right visual */

.ew-cms-visual {
  position: relative;
  z-index: 3;
}

.ew-cms-logo-box {
  position: relative;
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ew-cms-logo-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  max-width: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 186, 216, .36), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.ew-cms-logo-card {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .09));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
  transform: rotate(-1.5deg);
}

.ew-cms-logo-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.ew-cms-logo-top span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 800;
  background: rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .1);
}

.ew-cms-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
}

.ew-cms-logo img {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ew-cms-logo-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  text-align: center;
}

/* Features */

.ew-cms-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
}

.ew-cms-feature {
  display: flex;
  gap: 13px;
  min-height: 118px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .095);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}

.ew-cms-feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: var(--ew-primary, #40bad8);
  background: rgba(64, 186, 216, .14);
  border: 1px solid rgba(64, 186, 216, .22);
}

.ew-cms-feature-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.ew-cms-feature strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.ew-cms-feature span {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
}

/* Compare */

.ew-cms-compare {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.ew-cms-compare-item {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
}

.ew-cms-compare-muted {
  background: rgba(255, 255, 255, .055);
}

.ew-cms-compare-accent {
  background:
    linear-gradient(135deg, rgba(64, 186, 216, .2), rgba(255, 255, 255, .075));
  border-color: rgba(64, 186, 216, .26);
}

.ew-cms-compare-head {
  margin-bottom: 18px;
}

.ew-cms-compare-head span {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  background: rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .1);
}

.ew-cms-compare ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ew-cms-compare li {
  position: relative;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.45;
}

.ew-cms-compare-muted li {
  padding-left: 18px;
}

.ew-cms-compare-muted li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
}

.ew-cms-compare-accent li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .88);
  font-weight: 650;
}

.ew-cms-compare-accent li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ew-primary, #40bad8);
}

/* Responsive */

@media (max-width: 1199px) {
  .ew-cms-card {
    grid-template-columns: 1fr;
  }

  .ew-cms-visual {
    max-width: 760px;
  }
}

@media (max-width: 991px) {
    .ew-reveal {
        opacity: 1 !important;
        transform: none;
    }
  .ew-cms-info {
    padding: 27px 0;
  }

  .ew-cms-card {
    padding: 36px 24px;
    border-radius: 28px;
  }

  .ew-cms-features {
    grid-template-columns: 1fr;
  }

  .ew-cms-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ew-cms-card {
    padding: 30px 18px;
  }

  .ew-cms-title {
    font-size: 34px;
  }

  .ew-cms-lead {
    font-size: 16px;
  }

  .ew-cms-text {
    padding: 18px;
    font-size: 15px;
  }

  .ew-cms-actions {
    flex-direction: column;
  }

  .ew-cms-actions .ew-btn {
    width: 100%;
    justify-content: center;
  }

  .ew-cms-logo-card {
    padding: 20px;
    border-radius: 24px;
    transform: none;
  }

  .ew-cms-logo {
    padding: 20px;
  }

  .ew-cms-logo img {
    max-width: 220px;
  }

  .ew-cms-feature {
    min-height: auto;
  }

  .ew-cms-compare-item {
    padding: 22px;
    border-radius: 24px;
  }
}
