@font-face {
  font-family: 'Cirafe';
  src: url('/wp-content/themes/astra-koptekglobal-child/assets/fonts/Cirafe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}


html.admin-bar {
  margin-top: 0px !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1rem;
  color: #000;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 6px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #8529cd;
}

body {
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: auto;

}

@media (max-width: 520px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

:root {
  --primary-color: #0f172a;
  --secondary-color: #111827;

  --accent-color: #22d3ee;
  --accent-light: #67e8f9;

  --dark-color: #020617;

  --white-color: #ffffff;
  --text-color: #cbd5e1;
}

.antiCopyContact {
  position: fixed;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 99999;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px 12px;

  background: linear-gradient(135deg,
      var(--accent-light),
      var(--accent-color));

  color: #0f172a;
  text-decoration: none;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;

  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, .15);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, .18),
    0 0 25px rgba(212, 160, 23, .25);

  transition: all .35s ease;
}

.antiCopyContact:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .25),
    0 0 35px rgba(212, 160, 23, .4);
}

.antiCopyContact__icon {
  font-size: 16px;
}

/* MOBILE */
@media (max-width:768px) {

  .antiCopyContact {
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;

    transform: none;

    writing-mode: horizontal-tb;
    text-orientation: initial;

    width: calc(100% - 24px);
    height: 58px;

    padding: 0 20px;

    flex-direction: row;
    justify-content: center;

    border-radius: 60px;

    background: linear-gradient(135deg,
        var(--accent-light),
        var(--accent-color));

    backdrop-filter: blur(20px);
  }

  .antiCopyContact:hover {
    transform: none;
  }

  .antiCopyContact__icon {
    display: none;
  }

  .antiCopyContact__text {
    white-space: nowrap;
  }
}

.logi-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 16px 18px;
  background: transparent;
  transition: .3s ease;
}

.logi-sticky-menu * {
  box-sizing: border-box;
}

.logi-sticky-menu+.logi-sticky-menu__space {
  height: 108px;
}

.logi-sticky-menu.is-scrolled {
  padding: 9px 18px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
}

.logi-sticky-menu .logi-sticky-menu__wrap,
.logi-sticky-menu .logi-sticky-menu__inner {
  width: min(100%, 1280px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(230px, 280px);
  align-items: center;
  gap: 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(56, 189, 248, .18), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(125, 211, 252, .12), transparent 28%),
    linear-gradient(135deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .97), rgba(30, 41, 59, .97));
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow:
    0 26px 70px rgba(2, 6, 23, .3),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
}

.logi-sticky-menu .logi-sticky-menu__logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
}

.logi-sticky-menu .logi-sticky-menu__logo span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--dark-color);
  background: linear-gradient(135deg, var(--accent-color), #7dd3fc);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(56, 189, 248, .34);
}

.logi-sticky-menu .logi-sticky-menu__logoText {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.logi-sticky-menu .logi-sticky-menu__logoText strong,
.logi-sticky-menu .logi-sticky-menu__logo {
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.logi-sticky-menu .logi-sticky-menu__logoText small {
  margin-top: 3px;
  color: rgba(219, 228, 238, .55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.logi-sticky-menu .logi-sticky-menu__nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}

.logi-sticky-menu .logi-sticky-menu__nav a {
  position: relative;
  flex: 0 1 auto;
  padding: 12px 11px;
  border-radius: 999px;
  color: rgba(219, 228, 238, .78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__nav a::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__nav a:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, .07);
}

.logi-sticky-menu .logi-sticky-menu__nav a:hover::before {
  transform: scaleX(1);
}

.logi-sticky-menu .logi-sticky-menu__actions {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.logi-sticky-menu .logi-sticky-menu__phone {
  min-width: 0;
  max-width: 132px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: rgba(219, 228, 238, .86);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .08);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__phone i {
  flex: 0 0 auto;
  color: var(--accent-color);
  font-size: 12px;
}

.logi-sticky-menu .logi-sticky-menu__phone:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-2px);
}

.logi-sticky-menu .logi-sticky-menu__btn {
  flex: 0 0 auto;
  min-width: 128px;
  height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--dark-color);
  background: linear-gradient(135deg, var(--accent-color), #7dd3fc);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(56, 189, 248, .28);
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(56, 189, 248, .38);
}

@media (max-width: 1199px) {

  .logi-sticky-menu .logi-sticky-menu__wrap,
  .logi-sticky-menu .logi-sticky-menu__inner {
    grid-template-columns: 220px minmax(0, 1fr) 150px;
    gap: 12px;
  }

  .logi-sticky-menu .logi-sticky-menu__phone {
    display: none;
  }

  .logi-sticky-menu .logi-sticky-menu__btn {
    min-width: 140px;
  }

  .logi-sticky-menu .logi-sticky-menu__nav a {
    padding: 12px 9px;
    font-size: 12.5px;
  }
}

@media (max-width: 991px) {
  .logi-sticky-menu {
    display: none !important;
  }

  .logi-sticky-menu+.logi-sticky-menu__space {
    display: none !important;
  }
}

.logi-mobile-menu {
  display: none;
}

.logi-mobile-menu * {
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .logi-mobile-menu {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999999;
    display: block;
    padding: 12px;
  }

  .logi-mobile-menu__space {
    display: block;
    height: 82px;
  }

  .logi-mobile-menu__bar {
    min-height: 58px;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr 46px 46px;
    align-items: center;
    gap: 8px;
    border-radius: 22px;
    background:
      radial-gradient(circle at 8% 15%, rgba(56, 189, 248, .2), transparent 32%),
      linear-gradient(135deg, rgba(2, 6, 23, .97), rgba(15, 23, 42, .96), rgba(30, 41, 59, .96));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow:
      0 20px 55px rgba(2, 6, 23, .28),
      inset 0 1px 0 rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__logo {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
  }

  .logi-mobile-menu__logo span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #020617;
    background: linear-gradient(135deg, #38bdf8, #7dd3fc);
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(56, 189, 248, .34);
  }

  .logi-mobile-menu__logo strong {
    display: block;
    max-width: 150px;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logi-mobile-menu__call,
  .logi-mobile-menu__toggle {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .06);
    color: #38bdf8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .logi-mobile-menu__toggle {
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
  }

  .logi-mobile-menu__toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
    transition: .25s ease;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(2) {
    opacity: 0;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .logi-mobile-menu__overlay {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(2, 6, 23, .58);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: .28s ease;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
  }

  .logi-mobile-menu__panel {
    position: fixed;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: min(86vw, 360px);
    padding: 16px;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(56, 189, 248, .18), transparent 34%),
      linear-gradient(180deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .98));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: -24px 0 70px rgba(0, 0, 0, .35);
    transform: translateX(calc(100% + 20px));
    opacity: 0;
    visibility: hidden;
    transition: .32s cubic-bezier(.22, 1, .36, 1);
    overflow-y: auto;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__panel {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .logi-mobile-menu__panelHead {
    padding-bottom: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__panelHead strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.04em;
  }

  .logi-mobile-menu__panelHead small {
    display: block;
    margin-top: 4px;
    color: rgba(219, 228, 238, .55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .logi-mobile-menu__close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, .07);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .logi-mobile-menu__nav {
    display: grid;
    gap: 10px;
  }

  .logi-mobile-menu__nav a {
    position: relative;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    color: rgba(219, 228, 238, .86);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .06);
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
    transition: .25s ease;
  }

  .logi-mobile-menu__nav a::after {
    content: "›";
    margin-left: auto;
    color: #38bdf8;
    font-size: 24px;
    line-height: 1;
  }

  .logi-mobile-menu__nav a:hover {
    color: #ffffff;
    background: rgba(56, 189, 248, .12);
    border-color: rgba(56, 189, 248, .28);
    transform: translateX(4px);
  }

  .logi-mobile-menu__actions {
    margin-top: 18px;
    padding-top: 18px;
    display: grid;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__phone,
  .logi-mobile-menu__btn {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
  }

  .logi-mobile-menu__phone {
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__btn {
    color: #020617;
    background: linear-gradient(135deg, #38bdf8, #7dd3fc);
    box-shadow: 0 18px 38px rgba(56, 189, 248, .28);
  }
}

@media (min-width: 992px) {

  .logi-mobile-menu,
  .logi-mobile-menu__space {
    display: none !important;
  }
}

.ev-footer {
  position: relative;
  padding: 90px 16px 28px;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
}

.ev-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, 0.13), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(103, 232, 249, 0.12), transparent 34%);
  pointer-events: none;
}

.ev-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 78%, transparent);
  pointer-events: none;
}

.ev-footer__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.ev-footer__top {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.78fr 1fr;
  gap: 42px;
  padding: 48px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}

.ev-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.ev-footer__logo span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #020617;
  background: linear-gradient(135deg, #22d3ee, #67e8f9);
  box-shadow:
    0 16px 34px rgba(34, 211, 238, 0.24),
    0 0 28px rgba(34, 211, 238, 0.15);
}

.ev-footer__brand p {
  margin: 0;
  max-width: 350px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

.ev-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ev-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: 0.3s ease;
}

.ev-footer__social a:hover {
  color: #020617;
  background: linear-gradient(135deg, #22d3ee, #67e8f9);
  border-color: rgba(34, 211, 238, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(34, 211, 238, 0.22);
}

.ev-footer__col h3,
.ev-footer__contact h3 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ev-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}

.ev-footer__col a {
  color: #64748b;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: 0.25s ease;
}

.ev-footer__col a:hover {
  color: #06b6d4;
  padding-left: 6px;
}

.ev-footer__hotline {
  display: block;
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 36%),
    linear-gradient(145deg, #0f172a, #111827);
  text-decoration: none;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
}

.ev-footer__hotline span {
  display: block;
  margin-bottom: 6px;
  color: rgba(203, 213, 225, 0.82);
  font-size: 13px;
  font-weight: 750;
}

.ev-footer__hotline strong {
  display: block;
  color: #67e8f9;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ev-footer__map {
  position: relative;
  min-height: 150px;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.92));
  border: 1px solid rgba(34, 211, 238, 0.14);
}

.ev-footer__map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.7;
}

.ev-footer__pin {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow:
    0 0 0 8px rgba(34, 211, 238, 0.12),
    0 0 28px rgba(34, 211, 238, 0.75);
}

.ev-footer__map strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.ev-footer__map span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(203, 213, 225, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.ev-footer__newsletter {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  padding: 34px 38px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 34%),
    linear-gradient(135deg, #020617, #0f172a);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
}

.ev-footer__newsletter span {
  display: block;
  margin-bottom: 8px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ev-footer__newsletter h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ev-footer__form {
  display: flex;
  gap: 12px;
  padding: 8px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ev-footer__form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  outline: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  font-size: 15px;
}

.ev-footer__form input::placeholder {
  color: #94a3b8;
}

.ev-footer__form button {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  color: #020617;
  background: linear-gradient(135deg, #22d3ee, #67e8f9);
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  transition: 0.3s ease;
}

.ev-footer__form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(34, 211, 238, 0.28);
}

.ev-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 6px 0;
}

.ev-footer__bottom p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.ev-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ev-footer__bottom a {
  color: #64748b;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s ease;
}

.ev-footer__bottom a:hover {
  color: #06b6d4;
}

@media (max-width: 1100px) {
  .ev-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .ev-footer__newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ev-footer {
    padding: 70px 14px 24px;
  }

  .ev-footer__top {
    grid-template-columns: 1fr;
    padding: 26px;
    border-radius: 28px;
  }

  .ev-footer__newsletter {
    padding: 26px;
    border-radius: 28px;
  }

  .ev-footer__form {
    flex-direction: column;
  }

  .ev-footer__form button {
    width: 100%;
  }

  .ev-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ev-hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  padding: 80px 20px 70px;
  background: var(--dark-color);
  color: var(--white-color);
}

.ev-hero .ev-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(2, 6, 23, 0.94),
      rgba(2, 6, 23, 0.72),
      rgba(2, 6, 23, 0.35)),
    url("https://images.unsplash.com/photo-1617788138017-80ad40651399?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.ev-hero .ev-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 35%, rgba(34, 211, 238, 0.28), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.1), #020617 100%);
  pointer-events: none;
}

.ev-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 80px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.18);
  filter: blur(90px);
}

.ev-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(to top, #020617, transparent);
}

.ev-hero .ev-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 60px;
}

.ev-hero .ev-hero__content {
  max-width: 700px;
}

.ev-hero .ev-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--accent-light);
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.24);
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.14);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.ev-hero .ev-hero__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 18px var(--accent-color);
}

.ev-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: white;
}

.ev-hero p {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.85;
}

.ev-hero .ev-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.ev-hero .ev-hero__btn {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: all 0.35s ease;
}

.ev-hero .ev-hero__btn--primary {
  color: #031014;
  background: linear-gradient(135deg,
      var(--accent-light),
      var(--accent-color));
  box-shadow: 0 22px 60px rgba(34, 211, 238, 0.36);
}

.ev-hero .ev-hero__btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 80px rgba(34, 211, 238, 0.5);
}

.ev-hero .ev-hero__btn--outline {
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.ev-hero .ev-hero__btn--outline:hover {
  color: var(--accent-light);
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.ev-hero .ev-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
  max-width: 640px;
}

.ev-hero .ev-hero__trust div {
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 40px rgba(0, 0, 0, 0.22);
}

.ev-hero .ev-hero__trust strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-light);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.ev-hero .ev-hero__trust span {
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.55;
}

.ev-hero .ev-hero__booking {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(145deg,
      rgba(15, 23, 42, 0.72),
      rgba(2, 6, 23, 0.58)),
    radial-gradient(circle at top right,
      rgba(34, 211, 238, 0.2),
      transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(26px);
}

.ev-hero .ev-hero__booking h3 {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: white;
}

.ev-hero .ev-hero__field {
  margin-bottom: 18px;
}

.ev-hero .ev-hero__field label {
  display: block;
  margin-bottom: 8px;
  color: #dff7ff;
  font-size: 13px;
  font-weight: 700;
}

.ev-hero .ev-hero__field input,
.ev-hero .ev-hero__field select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  outline: none;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px;
  transition: all 0.3s ease;
}

.ev-hero .ev-hero__field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ev-hero .ev-hero__field select option {
  color: #0f172a;
}

.ev-hero .ev-hero__field input:focus,
.ev-hero .ev-hero__field select:focus {
  border-color: rgba(103, 232, 249, 0.7);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.ev-hero .ev-hero__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ev-hero .ev-hero__booking button {
  width: 100%;
  height: 60px;
  margin-top: 8px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  color: #031014;
  background: linear-gradient(135deg,
      var(--accent-light),
      var(--accent-color));
  box-shadow: 0 22px 60px rgba(34, 211, 238, 0.34);
  font-size: 16px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.ev-hero .ev-hero__booking button:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 80px rgba(34, 211, 238, 0.48);
}

@media (max-width: 991px) {
  .ev-hero {
    min-height: auto;
    padding: 110px 18px 70px;
  }

  .ev-hero .ev-hero__container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ev-hero .ev-hero__booking {
    max-width: 100%;
    margin-left: 0;
  }

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

@media (max-width: 575px) {
  .ev-hero {
    padding: 92px 14px 50px;
  }

  .ev-hero h1 {
    font-size: 44px;
  }

  .ev-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .ev-hero .ev-hero__actions {
    flex-direction: column;
  }

  .ev-hero .ev-hero__btn {
    width: 100%;
  }

  .ev-hero .ev-hero__trust,
  .ev-hero .ev-hero__row {
    grid-template-columns: 1fr;
  }

  .ev-hero .ev-hero__booking {
    padding: 24px;
    border-radius: 28px;
  }
}

.ev-booking-search {
  position: relative;
  padding: 110px 20px 100px;
  margin-top: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(34, 211, 238, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef7fb 100%);
  color: var(--primary-color);
  z-index: 2;
}

.ev-booking-search .ev-booking-search__container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 249, 255, 0.78)),
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 36%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.13),
    0 0 70px rgba(34, 211, 238, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  overflow: hidden;
}

.ev-booking-search .ev-booking-search__container::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -160px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.2);
  filter: blur(80px);
  pointer-events: none;
}

.ev-booking-search .ev-booking-search__head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.4fr 1fr;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.ev-booking-search .ev-booking-search__head span {
  width: max-content;
  padding: 9px 15px;
  border-radius: 999px;
  color: #0891b2;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.28);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ev-booking-search .ev-booking-search__head h2 {
  margin: 0;
  max-width: 520px;
  color: var(--primary-color);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ev-booking-search .ev-booking-search__head p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.ev-booking-search .ev-booking-search__form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1fr 0.9fr;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.045);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 45px rgba(15, 23, 42, 0.08);
}

.ev-booking-search .ev-booking-search__field label {
  display: block;
  margin-bottom: 9px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.ev-booking-search .ev-booking-search__control {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition: all 0.3s ease;
}

.ev-booking-search .ev-booking-search__control:hover,
.ev-booking-search .ev-booking-search__control:focus-within {
  border-color: rgba(34, 211, 238, 0.65);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.ev-booking-search .ev-booking-search__control span {
  flex: 0 0 auto;
  font-size: 18px;
}

.ev-booking-search .ev-booking-search__control input,
.ev-booking-search .ev-booking-search__control select {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  color: var(--primary-color);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.ev-booking-search .ev-booking-search__control select {
  cursor: pointer;
}

.ev-booking-search .ev-booking-search__button {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  color: #031014;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-color));
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.32);
  font-size: 15px;
  font-weight: 950;
  transition: all 0.32s ease;
}

.ev-booking-search .ev-booking-search__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 68px rgba(34, 211, 238, 0.48);
}

@media (max-width: 1100px) {
  .ev-booking-search .ev-booking-search__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ev-booking-search .ev-booking-search__form {
    grid-template-columns: repeat(2, 1fr);
  }

  .ev-booking-search .ev-booking-search__button {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .ev-booking-search {
    padding: 80px 14px 70px;
  }

  .ev-booking-search .ev-booking-search__container {
    padding: 22px;
    border-radius: 30px;
  }

  .ev-booking-search .ev-booking-search__form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .ev-booking-search .ev-booking-search__button {
    grid-column: auto;
  }
}

.ev-featured-cars {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 211, 238, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(103, 232, 249, 0.12), transparent 28%),
    linear-gradient(180deg, var(--dark-color), var(--primary-color));
}

.ev-featured-cars::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
  pointer-events: none;
}

.ev-featured-cars__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-featured-cars__head {
  max-width: 720px;
  margin-bottom: 44px;
}

.ev-featured-cars__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.28);
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ev-featured-cars__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.9);
}

.ev-featured-cars__title {
  margin: 0 0 14px;
  color: var(--white-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ev-featured-cars__desc {
  margin: 0;
  max-width: 620px;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.75;
}

.ev-featured-cars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ev-featured-cars__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.36);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.ev-featured-cars__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.38), transparent 34%, rgba(103, 232, 249, 0.2));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ev-featured-cars__card:hover {
  transform: translateY(-10px);
  border-color: rgba(34, 211, 238, 0.42);
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.48),
    0 0 34px rgba(34, 211, 238, 0.16);
}

.ev-featured-cars__card:hover::before {
  opacity: 1;
}

.ev-featured-cars__image-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background: var(--secondary-color);
}

.ev-featured-cars__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 6, 23, 0.7), transparent 56%),
    radial-gradient(circle at 50% 100%, rgba(34, 211, 238, 0.26), transparent 48%);
}

.ev-featured-cars__image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.ev-featured-cars__card:hover .ev-featured-cars__image-wrap img {
  transform: scale(1.12);
  filter: saturate(1.15) contrast(1.08);
}

.ev-featured-cars__badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(103, 232, 249, 0.35);
  color: var(--accent-light);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ev-featured-cars__badge::before {
  content: "⚡";
  color: var(--accent-color);
}

.ev-featured-cars__body {
  position: relative;
  z-index: 2;
  padding: 22px;
}

.ev-featured-cars__top h3 {
  margin: 0 0 6px;
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ev-featured-cars__top p {
  margin: 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.ev-featured-cars__price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin: 20px 0;
  color: var(--white-color);
}

.ev-featured-cars__price strong {
  color: var(--accent-light);
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-shadow: 0 0 22px rgba(34, 211, 238, 0.28);
}

.ev-featured-cars__price span {
  color: var(--text-color);
  font-size: 14px;
}

.ev-featured-cars__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.ev-featured-cars__specs div {
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.ev-featured-cars__specs span {
  display: block;
  margin-bottom: 5px;
  color: rgba(203, 213, 225, 0.7);
  font-size: 12px;
}

.ev-featured-cars__specs strong {
  display: block;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 850;
}

.ev-featured-cars__btn {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #02111a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(34, 211, 238, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ev-featured-cars__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(34, 211, 238, 0.34);
}

@media (max-width: 1100px) {
  .ev-featured-cars__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ev-featured-cars__image-wrap {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .ev-featured-cars {
    padding: 70px 0;
  }

  .ev-featured-cars__container {
    width: min(100% - 24px, 1180px);
  }

  .ev-featured-cars__head {
    margin-bottom: 30px;
  }

  .ev-featured-cars__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-featured-cars__image-wrap {
    height: 220px;
  }

  .ev-featured-cars__body {
    padding: 20px;
  }

  .ev-featured-cars__price strong {
    font-size: 25px;
  }
}

.ev-why-choose {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background: #f8fbff;
}

.ev-why-choose::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left,
      rgba(34, 211, 238, 0.12),
      transparent 28%),
    radial-gradient(circle at bottom right,
      rgba(15, 23, 42, 0.05),
      transparent 30%);
  pointer-events: none;
}

.ev-why-choose__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-why-choose__head {
  max-width: 760px;
  margin-bottom: 46px;
}

.ev-why-choose__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.16);
  color: #0891b2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ev-why-choose__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.6);
}

.ev-why-choose__title {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ev-why-choose__desc {
  margin: 0;
  max-width: 620px;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.ev-why-choose__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ev-why-choose__card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ev-why-choose__card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.08);
  transition: transform 0.45s ease;
}

.ev-why-choose__card:hover {
  transform: translateY(-10px);
  border-color: rgba(34, 211, 238, 0.22);
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.12),
    0 0 24px rgba(34, 211, 238, 0.08);
}

.ev-why-choose__card:hover::before {
  transform: scale(1.15);
}

.ev-why-choose__icon {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background:
    linear-gradient(135deg,
      rgba(34, 211, 238, 0.16),
      rgba(103, 232, 249, 0.08));
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 30px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 24px rgba(34, 211, 238, 0.08);
}

.ev-why-choose__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ev-why-choose__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.75;
}

.ev-why-choose__card--dark {
  background:
    linear-gradient(145deg,
      #0f172a,
      #111827);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 26px 70px rgba(2, 6, 23, 0.32);
}

.ev-why-choose__card--dark::before {
  background: rgba(34, 211, 238, 0.12);
}

.ev-why-choose__card--dark h3 {
  color: var(--white-color);
}

.ev-why-choose__card--dark p {
  color: rgba(203, 213, 225, 0.8);
}

.ev-why-choose__card--dark .ev-why-choose__icon {
  background:
    linear-gradient(135deg,
      rgba(34, 211, 238, 0.16),
      rgba(34, 211, 238, 0.06));
  border-color: rgba(103, 232, 249, 0.2);
  color: var(--accent-light);
}

.ev-why-choose__card--accent {
  background:
    linear-gradient(135deg,
      rgba(34, 211, 238, 0.96),
      rgba(8, 145, 178, 0.94));
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow:
    0 26px 70px rgba(34, 211, 238, 0.22);
}

.ev-why-choose__card--accent::before {
  background: rgba(255, 255, 255, 0.12);
}

.ev-why-choose__card--accent h3 {
  color: var(--white-color);
}

.ev-why-choose__card--accent p {
  color: rgba(240, 249, 255, 0.9);
}

.ev-why-choose__card--accent .ev-why-choose__icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  box-shadow: none;
}

@media (max-width: 1024px) {
  .ev-why-choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ev-why-choose {
    padding: 72px 0;
  }

  .ev-why-choose__container {
    width: min(100% - 24px, 1180px);
  }

  .ev-why-choose__head {
    margin-bottom: 30px;
  }

  .ev-why-choose__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-why-choose__card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .ev-why-choose__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 26px;
  }

  .ev-why-choose__card h3 {
    font-size: 22px;
  }
}

.ev-rental-process {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(34, 211, 238, 0.14), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(103, 232, 249, 0.1), transparent 26%),
    linear-gradient(180deg, var(--dark-color), var(--primary-color));
}

.ev-rental-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  pointer-events: none;
}

.ev-rental-process::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -160px;
  width: 760px;
  height: 300px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.12);
  filter: blur(70px);
  transform: translateX(-50%);
  pointer-events: none;
}

.ev-rental-process__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-rental-process__head {
  max-width: 760px;
  margin-bottom: 58px;
}

.ev-rental-process__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.28);
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ev-rental-process__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.9);
}

.ev-rental-process__title {
  margin: 0 0 14px;
  color: var(--white-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ev-rental-process__desc {
  margin: 0;
  max-width: 620px;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.75;
}

.ev-rental-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.ev-rental-process__timeline::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 8%;
  right: 8%;
  height: 2px;
  background:
    linear-gradient(90deg,
      transparent,
      rgba(34, 211, 238, 0.85),
      rgba(103, 232, 249, 0.95),
      rgba(34, 211, 238, 0.85),
      transparent);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.65);
}

.ev-rental-process__item {
  position: relative;
  min-height: 255px;
  padding: 0 0 0;
}

.ev-rental-process__number {
  position: relative;
  z-index: 3;
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(103, 232, 249, 0.34);
  color: var(--accent-light);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
  box-shadow:
    0 24px 54px rgba(2, 6, 23, 0.34),
    0 0 30px rgba(34, 211, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ev-rental-process__number::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  border: 1px solid rgba(34, 211, 238, 0.18);
}

.ev-rental-process__number::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 34px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  opacity: 0;
  transform: scale(0.86);
  transition: all 0.35s ease;
}

.ev-rental-process__content {
  position: relative;
  z-index: 2;
  min-height: 150px;
  padding: 24px 20px;
  border-radius: 26px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 62px rgba(2, 6, 23, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ev-rental-process__content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(34, 211, 238, 0.18),
      transparent 46%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ev-rental-process__content h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.ev-rental-process__content p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 14.5px;
  line-height: 1.7;
}

.ev-rental-process__item:hover .ev-rental-process__number {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(103, 232, 249, 0.62);
  box-shadow:
    0 28px 70px rgba(2, 6, 23, 0.42),
    0 0 42px rgba(34, 211, 238, 0.34);
}

.ev-rental-process__item:hover .ev-rental-process__number::after {
  opacity: 1;
  transform: scale(1);
}

.ev-rental-process__item:hover .ev-rental-process__content {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.32);
  box-shadow:
    0 30px 78px rgba(2, 6, 23, 0.36),
    0 0 28px rgba(34, 211, 238, 0.12);
}

.ev-rental-process__item:hover .ev-rental-process__content::before {
  opacity: 1;
}

@media (max-width: 1100px) {
  .ev-rental-process__timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .ev-rental-process__timeline::before {
    display: none;
  }

  .ev-rental-process__item {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .ev-rental-process {
    padding: 72px 0;
  }

  .ev-rental-process__container {
    width: min(100% - 24px, 1180px);
  }

  .ev-rental-process__head {
    margin-bottom: 34px;
  }

  .ev-rental-process__timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-rental-process__item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    align-items: stretch;
  }

  .ev-rental-process__number {
    width: 76px;
    height: 76px;
    margin: 0;
    border-radius: 24px;
    font-size: 25px;
  }

  .ev-rental-process__number::before {
    border-radius: 17px;
  }

  .ev-rental-process__content {
    min-height: auto;
    padding: 20px;
    text-align: left;
    border-radius: 24px;
  }

  .ev-rental-process__content h3 {
    font-size: 20px;
  }
}

.ev-stats-power {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  background: #f8fbff;
}

.ev-stats-power::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left,
      rgba(34, 211, 238, 0.12),
      transparent 30%),
    radial-gradient(circle at bottom right,
      rgba(15, 23, 42, 0.05),
      transparent 30%);
  pointer-events: none;
}

.ev-stats-power__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-stats-power__head {
  max-width: 760px;
  margin-bottom: 48px;
}

.ev-stats-power__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.16);
  color: #0891b2;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ev-stats-power__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.5);
}

.ev-stats-power__title {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ev-stats-power__desc {
  margin: 0;
  max-width: 620px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.ev-stats-power__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(145deg,
      #0f172a,
      #111827);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.14);
}

.ev-stats-power__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  height: 2px;
  background:
    linear-gradient(90deg,
      transparent,
      rgba(34, 211, 238, 0.9),
      rgba(103, 232, 249, 1),
      rgba(34, 211, 238, 0.9),
      transparent);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.7);
}

.ev-stats-power__item {
  position: relative;
  min-height: 230px;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.ev-stats-power__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-stats-power__item::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.08);
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.ev-stats-power__item:hover {
  background: rgba(34, 211, 238, 0.04);
}

.ev-stats-power__item:hover::before {
  opacity: 1;
  transform: scale(1.15);
}

.ev-stats-power__number {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  color: var(--white-color);
  font-size: clamp(52px, 5vw, 78px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.08em;
  text-shadow:
    0 0 22px rgba(34, 211, 238, 0.16),
    0 0 42px rgba(34, 211, 238, 0.08);
}

.ev-stats-power__number span {
  color: var(--accent-light);
}

.ev-stats-power__item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .ev-stats-power__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ev-stats-power__item:nth-child(2) {
    border-right: 0;
  }

  .ev-stats-power__item:nth-child(1),
  .ev-stats-power__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 640px) {
  .ev-stats-power {
    padding: 72px 0;
  }

  .ev-stats-power__container {
    width: min(100% - 24px, 1180px);
  }

  .ev-stats-power__head {
    margin-bottom: 32px;
  }

  .ev-stats-power__grid {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .ev-stats-power__item {
    min-height: 170px;
    padding: 32px 24px;
    border-right: 0 !important;
  }

  .ev-stats-power__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ev-stats-power__number {
    font-size: 56px;
  }
}

.ev-smart-features {
  position: relative;
  overflow: hidden;
  padding: 110px 16px;
  background:
    radial-gradient(circle at 15% 20%, rgba(34, 211, 238, 0.18), transparent 34%),
    radial-gradient(circle at 85% 70%, rgba(103, 232, 249, 0.12), transparent 36%),
    linear-gradient(135deg, var(--dark-color), var(--primary-color) 55%, var(--secondary-color));
  color: var(--white-color);
}

.ev-smart-features * {
  box-sizing: border-box;
}

.ev-smart-features__bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(34, 211, 238, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
  pointer-events: none;
}

.ev-smart-features__container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.ev-smart-features__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.22);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.ev-smart-features__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 18px var(--accent-color);
}

.ev-smart-features__title {
  margin: 0;
  max-width: 720px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: var(--white-color);
}

.ev-smart-features__desc {
  margin: 24px 0 0;
  max-width: 620px;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.75;
}

.ev-smart-features__grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ev-smart-features__item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(2, 6, 23, 0.22);
  transition: 0.35s ease;
}

.ev-smart-features__item:hover {
  transform: translateY(-6px);
  border-color: rgba(103, 232, 249, 0.42);
  box-shadow: 0 28px 70px rgba(34, 211, 238, 0.14);
}

.ev-smart-features__icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-color));
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.28);
}

.ev-smart-features__item h3 {
  margin: 0 0 6px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 800;
}

.ev-smart-features__item p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.55;
}

.ev-smart-features__visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.ev-smart-features__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(103, 232, 249, 0.16);
  box-shadow: inset 0 0 42px rgba(34, 211, 238, 0.06);
}

.ev-smart-features__orbit--one {
  width: 500px;
  height: 500px;
}

.ev-smart-features__orbit--two {
  width: 380px;
  height: 380px;
  border-style: dashed;
  animation: evSmartSpin 16s linear infinite;
}

.ev-smart-features__phone {
  position: relative;
  z-index: 3;
  width: 310px;
  min-height: 585px;
  padding: 18px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 40px 110px rgba(2, 6, 23, 0.7),
    0 0 80px rgba(34, 211, 238, 0.22),
    inset 0 0 0 8px rgba(255, 255, 255, 0.04);
}

.ev-smart-features__phone::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.7), transparent 35%, rgba(34, 211, 238, 0.55));
  opacity: 0.45;
  filter: blur(1px);
}

.ev-smart-features__phone-top {
  width: 88px;
  height: 8px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.ev-smart-features__app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ev-smart-features__app-head span,
.ev-smart-features__battery-info span,
.ev-smart-features__float-card span {
  display: block;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 700;
}

.ev-smart-features__app-head strong {
  display: block;
  margin-top: 4px;
  color: var(--white-color);
  font-size: 18px;
}

.ev-smart-features__status {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--accent-light);
  font-size: 12px;
  font-weight: 900;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.22);
}

.ev-smart-features__map {
  position: relative;
  overflow: hidden;
  height: 245px;
  margin-top: 22px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 25%, rgba(34, 211, 238, 0.28), transparent 22%),
    linear-gradient(135deg, #172554, #020617);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-smart-features__map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.09) 1px, transparent 1px);
  background-size: 34px 34px;
}

.ev-smart-features__route {
  position: absolute;
  left: 48px;
  top: 65px;
  width: 180px;
  height: 98px;
  border: 3px solid transparent;
  border-top-color: var(--accent-color);
  border-right-color: var(--accent-light);
  border-radius: 50%;
  transform: rotate(-18deg);
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.7));
}

.ev-smart-features__pin {
  position: absolute;
  right: 58px;
  bottom: 72px;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  background: var(--accent-color);
  transform: rotate(-45deg);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.95);
}

.ev-smart-features__pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--dark-color);
}

.ev-smart-features__battery {
  margin-top: 20px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-smart-features__battery-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ev-smart-features__battery-info strong {
  color: var(--accent-light);
  font-size: 26px;
}

.ev-smart-features__battery-bar {
  overflow: hidden;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.ev-smart-features__battery-bar span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.65);
}

.ev-smart-features__app-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 18px;
}

.ev-smart-features__app-actions button {
  height: 48px;
  border: 0;
  border-radius: 16px;
  color: var(--white-color);
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.3s ease;
}

.ev-smart-features__app-actions button:hover {
  color: var(--dark-color);
  background: var(--accent-light);
}

.ev-smart-features__float-card {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(103, 232, 249, 0.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.45);
}

.ev-smart-features__float-card strong {
  display: block;
  margin-top: 4px;
  color: var(--white-color);
  font-size: 22px;
}

.ev-smart-features__float-card--left {
  left: 20px;
  top: 155px;
}

.ev-smart-features__float-card--right {
  right: 0;
  bottom: 150px;
}

@keyframes evSmartSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .ev-smart-features {
    padding: 90px 16px;
  }

  .ev-smart-features__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .ev-smart-features__content {
    text-align: center;
  }

  .ev-smart-features__desc {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .ev-smart-features {
    padding: 76px 14px;
  }

  .ev-smart-features__grid {
    grid-template-columns: 1fr;
  }

  .ev-smart-features__visual {
    min-height: 560px;
  }

  .ev-smart-features__phone {
    width: min(300px, 100%);
    min-height: 560px;
  }

  .ev-smart-features__orbit--one {
    width: 360px;
    height: 360px;
  }

  .ev-smart-features__orbit--two {
    width: 280px;
    height: 280px;
  }

  .ev-smart-features__float-card {
    display: none;
  }
}

.ev-zone-section {
  position: relative;
  padding: 96px 0;
  background: #f8fbff;
  overflow: hidden;
}

.ev-zone-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.14), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(15, 23, 42, 0.08), transparent 30%);
  pointer-events: none;
}

.ev-zone-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-zone-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.ev-zone-head span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ev-zone-head h2 {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -2px;
}

.ev-zone-head p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.ev-zone-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

/* LEFT */

.ev-zone-left {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.12), transparent 36%),
    linear-gradient(145deg, #ffffff, #eef9ff);
  border: 1px solid rgba(34, 211, 238, 0.18);
  box-shadow:
    0 32px 90px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ev-zone-orbit {
  position: absolute;
  inset: 34px;
  border-radius: 30px;
}

.ev-zone-orbit::before,
.ev-zone-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(34, 211, 238, 0.36);
}

.ev-zone-orbit::before {
  inset: 16px;
}

.ev-zone-orbit::after {
  inset: 88px;
  opacity: 0.75;
}

.ev-zone-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-color));
  box-shadow:
    0 0 42px rgba(34, 211, 238, 0.55),
    0 24px 60px rgba(15, 23, 42, 0.18);
}

.ev-zone-core strong {
  color: #020617;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.ev-zone-core span {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ev-zone-route {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.9), transparent);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.7);
}

.ev-zone-route-1 {
  width: 280px;
  left: 18%;
  top: 30%;
  transform: rotate(18deg);
}

.ev-zone-route-2 {
  width: 300px;
  right: 16%;
  top: 60%;
  transform: rotate(-22deg);
}

.ev-zone-route-3 {
  width: 250px;
  left: 25%;
  bottom: 23%;
  transform: rotate(38deg);
}

/* PIN */

.ev-zone-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #1e293b;
  border: 1px solid rgba(34, 211, 238, 0.35);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.24);
}

.ev-zone-pin i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 0 7px rgba(34, 211, 238, 0.14), 0 0 18px rgba(34, 211, 238, 0.9);
}

.ev-zone-pin b {
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.ev-zone-pin-1 {
  left: 15%;
  top: 18%;
}

.ev-zone-pin-2 {
  right: 13%;
  top: 28%;
}

.ev-zone-pin-3 {
  left: 18%;
  bottom: 24%;
}

.ev-zone-pin-4 {
  right: 12%;
  bottom: 15%;
}

/* RIGHT */

.ev-zone-right {
  display: grid;
  gap: 18px;
}

.ev-zone-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(34, 211, 238, 0.18);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  transition: 0.35s ease;
}

.ev-zone-card:hover,
.ev-zone-card.active {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.14),
    0 0 38px rgba(34, 211, 238, 0.18);
}

.ev-zone-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #020617;
  font-size: 18px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-color));
  box-shadow: 0 16px 32px rgba(34, 211, 238, 0.32);
}

.ev-zone-card h3 {
  margin: 0 0 6px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 950;
}

.ev-zone-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.ev-zone-card>span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.28);
  color: #0891b2;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .ev-zone-section {
    padding: 76px 0;
  }

  .ev-zone-layout {
    grid-template-columns: 1fr;
  }

  .ev-zone-left {
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .ev-zone-section {
    padding: 64px 0;
  }

  .ev-zone-head {
    margin-bottom: 34px;
  }

  .ev-zone-left {
    min-height: 430px;
    border-radius: 28px;
  }

  .ev-zone-orbit {
    inset: 18px;
  }

  .ev-zone-core {
    width: 128px;
    height: 128px;
  }

  .ev-zone-core strong {
    font-size: 32px;
  }

  .ev-zone-pin {
    padding: 8px 11px;
  }

  .ev-zone-pin b {
    font-size: 12px;
  }

  .ev-zone-card {
    grid-template-columns: 56px 1fr;
    padding: 18px;
  }

  .ev-zone-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 15px;
  }

  .ev-zone-card>span {
    grid-column: 2;
    width: fit-content;
    margin-top: 8px;
  }
}

.ev-feedback-section {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(34, 211, 238, 0.16), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(103, 232, 249, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff, #eef7fb);
  overflow: hidden;
}

.ev-feedback-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 78%);
  pointer-events: none;
}

.ev-feedback-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-feedback-head {
  max-width: 760px;
  margin-bottom: 52px;
}

.ev-feedback-head span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ev-feedback-head h2 {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -2px;
}

.ev-feedback-head p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.ev-feedback-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.ev-feedback-card {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(34, 211, 238, 0.2);
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  transition: 0.35s ease;
  overflow: hidden;
}

.ev-feedback-card::before {
  content: "“";
  position: absolute;
  right: 24px;
  top: 4px;
  color: rgba(34, 211, 238, 0.12);
  font-size: 150px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 900;
}

.ev-feedback-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  opacity: 0;
  transition: 0.35s ease;
}

.ev-feedback-card:hover,
.ev-feedback-card.active {
  transform: translateY(-8px);
  border-color: rgba(34, 211, 238, 0.48);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.14),
    0 0 44px rgba(34, 211, 238, 0.18);
}

.ev-feedback-card:hover::after,
.ev-feedback-card.active::after {
  opacity: 1;
}

.ev-feedback-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.ev-feedback-top img {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  object-fit: cover;
  border: 3px solid rgba(34, 211, 238, 0.24);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
}

.ev-feedback-top h3 {
  margin: 0 0 5px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 950;
}

.ev-feedback-top p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.ev-feedback-stars {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 3px;
  text-shadow: 0 0 18px rgba(245, 158, 11, 0.25);
}

.ev-feedback-card blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.ev-feedback-foot {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ev-feedback-foot span {
  color: #0891b2;
  font-size: 14px;
  font-weight: 900;
}

.ev-feedback-foot b {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #02131a;
  font-size: 14px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-color));
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.3);
}

.ev-feedback-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.ev-feedback-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: 0.3s ease;
}

.ev-feedback-dots button.active,
.ev-feedback-dots button:hover {
  width: 34px;
  background: var(--accent-color);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.55);
}

@media (max-width: 992px) {
  .ev-feedback-section {
    padding: 76px 0;
  }

  .ev-feedback-slider {
    grid-template-columns: 1fr;
  }

  .ev-feedback-card {
    min-height: 310px;
  }
}

@media (max-width: 640px) {
  .ev-feedback-section {
    padding: 64px 0;
  }

  .ev-feedback-head {
    margin-bottom: 34px;
  }

  .ev-feedback-card {
    padding: 22px;
    border-radius: 26px;
    min-height: 340px;
  }

  .ev-feedback-top img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .ev-feedback-top h3 {
    font-size: 20px;
  }

  .ev-feedback-card blockquote {
    font-size: 15px;
  }

  .ev-feedback-foot {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}

.ev-video-showcase {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.16), transparent 34%),
    linear-gradient(180deg, var(--dark-color), var(--primary-color));
  overflow: hidden;
}

.ev-video-showcase__wrap {
  position: relative;
  width: min(1320px, 100%);
  min-height: 720px;
  margin: 0 auto;
  border-radius: 42px;
  overflow: hidden;
  background: var(--dark-color);
  box-shadow:
    0 45px 120px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(103, 232, 249, 0.16);
}

.ev-video-showcase__bg {
  position: absolute;
  inset: 0;
}

.ev-video-showcase__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.15) contrast(1.12) brightness(0.78);
}

.ev-video-showcase__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.94) 0%, rgba(2, 6, 23, 0.62) 46%, rgba(2, 6, 23, 0.16) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.1), rgba(2, 6, 23, 0.76)),
    radial-gradient(circle at 78% 40%, rgba(34, 211, 238, 0.28), transparent 36%);
}

.ev-video-showcase__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.075) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.38;
  pointer-events: none;
}

.ev-video-showcase__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  min-height: 720px;
  padding: 95px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ev-video-showcase__tag {
  width: fit-content;
  margin-bottom: 22px;
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.32);
  box-shadow: 0 0 38px rgba(34, 211, 238, 0.2);
}

.ev-video-showcase__content h2 {
  margin: 0;
  color: var(--white-color);
  font-size: clamp(46px, 5.8vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.ev-video-showcase__content p {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.8;
}

.ev-video-showcase__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
}

.ev-video-showcase__play {
  position: relative;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background:
    radial-gradient(circle at 34% 28%, var(--accent-light), var(--accent-color));
  box-shadow:
    0 0 0 13px rgba(34, 211, 238, 0.13),
    0 0 68px rgba(34, 211, 238, 0.58);
  transition: 0.35s ease;
}

.ev-video-showcase__play:hover {
  transform: scale(1.08);
}

.ev-video-showcase__play i {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 27px solid var(--dark-color);
}

.ev-video-showcase__info strong {
  display: block;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 900;
}

.ev-video-showcase__info span {
  display: block;
  margin-top: 7px;
  color: var(--text-color);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ev-video-showcase__floating {
  position: absolute;
  right: 42px;
  bottom: 42px;
  z-index: 3;
  width: 300px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(2, 6, 23, 0.48);
  border: 1px solid rgba(103, 232, 249, 0.24);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.ev-video-showcase__floating span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--dark-color);
  background: var(--accent-color);
  font-size: 13px;
  font-weight: 900;
}

.ev-video-showcase__floating strong {
  display: block;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 900;
}

.ev-video-showcase__floating p {
  margin: 8px 0 0;
  color: var(--text-color);
  font-size: 15px;
}

.ev-video-showcase__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(18px);
}

.ev-video-showcase__modal.is-active {
  display: flex;
}

.ev-video-showcase__iframe-wrap {
  position: relative;
  width: min(1180px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(103, 232, 249, 0.24);
  box-shadow: 0 45px 130px rgba(0, 0, 0, 0.6);
}

.ev-video-showcase__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ev-video-showcase__close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  font-size: 36px;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 900px) {
  .ev-video-showcase {
    padding: 60px 16px;
  }

  .ev-video-showcase__wrap {
    min-height: 760px;
    border-radius: 30px;
  }

  .ev-video-showcase__content {
    min-height: 760px;
    padding: 58px 28px;
  }

  .ev-video-showcase__content h2 {
    font-size: 46px;
  }

  .ev-video-showcase__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ev-video-showcase__play {
    width: 86px;
    height: 86px;
    flex-basis: 86px;
  }

  .ev-video-showcase__floating {
    display: none;
  }
}

.ev-pricing {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}

.ev-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.28;
  pointer-events: none;
}

.ev-pricing__container {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.ev-pricing__head {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.ev-pricing__head {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.ev-pricing__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 18px;
  margin-bottom: 18px;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      rgba(15, 23, 42, 0.88),
      rgba(2, 6, 23, 0.94));

  border: 1px solid rgba(103, 232, 249, 0.22);

  color: #8befff;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;

  backdrop-filter: blur(14px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 10px 34px rgba(0, 0, 0, .28),
    0 0 24px rgba(34, 211, 238, .08);
}

.ev-pricing__head h2 {
  margin: 0;

  color: black;

  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.ev-pricing__head p {
  max-width: 660px;

  margin: 24px auto 0;

  color: black;

  font-size: 18px;
  line-height: 1.8;
}

.ev-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ev-pricing__card {
  position: relative;

  min-height: 520px;

  padding: 32px;

  border-radius: 34px;

  background:
    linear-gradient(180deg,
      rgba(15, 23, 42, 0.92),
      rgba(2, 6, 23, 0.96)) padding-box,

    linear-gradient(145deg,
      rgba(103, 232, 249, 0.18),
      rgba(255, 255, 255, 0.03),
      rgba(34, 211, 238, 0.12)) border-box;

  border: 1px solid transparent;

  overflow: hidden;

  backdrop-filter: blur(18px);

  box-shadow:
    0 24px 70px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .04);

  transition: .35s ease;
}

.ev-pricing__card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top,
      rgba(34, 211, 238, 0.12),
      transparent 44%);

  opacity: 0;

  transition: .35s ease;
}

.ev-pricing__card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 36px 100px rgba(0, 0, 0, .48),
    0 0 70px rgba(34, 211, 238, .08);
}

.ev-pricing__card:hover::before {
  opacity: 1;
}

.ev-pricing__card--hot {
  transform: translateY(-18px);

  background:
    linear-gradient(180deg,
      rgba(34, 211, 238, 0.14),
      rgba(2, 6, 23, 0.96)) padding-box,

    linear-gradient(145deg,
      #8befff,
      rgba(255, 255, 255, .18),
      #22d3ee) border-box;

  box-shadow:
    0 38px 110px rgba(34, 211, 238, .16),
    0 32px 90px rgba(0, 0, 0, .48);
}

.ev-pricing__badge {
  position: absolute;
  top: 22px;
  right: 22px;

  padding: 8px 13px;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      #8befff,
      #22d3ee);

  color: #02111b;

  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;

  box-shadow:
    0 10px 26px rgba(34, 211, 238, .28);
}

.ev-pricing__icon {
  width: 70px;
  height: 70px;

  display: grid;
  place-items: center;

  margin-bottom: 28px;

  border-radius: 24px;

  background:
    linear-gradient(135deg,
      rgba(103, 232, 249, .14),
      rgba(34, 211, 238, .06));

  border: 1px solid rgba(103, 232, 249, .14);

  color: #8befff;

  font-size: 31px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 0 34px rgba(34, 211, 238, .08);
}

.ev-pricing__card h3 {
  margin: 0;

  color: #ffffff;

  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 950;
}

.ev-pricing__desc {
  min-height: 56px;

  margin: 14px 0 24px;

  color: #9fb1c6;

  font-size: 15px;
  line-height: 1.8;
}

.ev-pricing__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;

  margin-bottom: 26px;
  padding-bottom: 24px;

  border-bottom: 1px solid rgba(103, 232, 249, .1);
}

.ev-pricing__price strong {
  color: #ffffff;

  font-size: 50px;
  line-height: 1;

  letter-spacing: -.07em;
  font-weight: 950;
}

.ev-pricing__price span {
  transform: translateY(-7px);

  color: #7be6f8;

  font-size: 15px;
  font-weight: 800;
}

.ev-pricing__card ul {
  display: grid;
  gap: 14px;

  margin: 0 0 30px;
  padding: 0;

  list-style: none;
}

.ev-pricing__card li {
  position: relative;

  padding-left: 28px;

  color: #b6c6d8;

  font-size: 15px;
  line-height: 1.6;
}

.ev-pricing__card li::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 0;

  color: #8befff;

  font-weight: 950;
}

.ev-pricing__btn {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;

  min-height: 58px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      #8befff,
      #22d3ee);

  color: #02111b;

  font-size: 15px;
  font-weight: 950;
  text-decoration: none;

  box-shadow:
    0 20px 50px rgba(34, 211, 238, .24);

  transition: .3s ease;
}

.ev-pricing__btn:hover {
  transform: translateY(-3px);

  box-shadow:
    0 28px 70px rgba(34, 211, 238, .34);
}

@media (max-width: 1100px) {

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

  .ev-pricing__card--hot {
    transform: none;
  }

}

@media (max-width: 640px) {

  .ev-pricing {
    padding: 70px 16px;
  }

  .ev-pricing__grid {
    grid-template-columns: 1fr;
  }

  .ev-pricing__card {
    min-height: auto;
    padding: 26px;
  }

  .ev-pricing__btn {
    position: static;
    margin-top: 10px;
  }

  .ev-pricing__head h2 {
    font-size: 40px;
  }

  .ev-pricing__price strong {
    font-size: 42px;
  }

}

.ev-faq {
  position: relative;
  padding: 96px 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.13), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(103, 232, 249, 0.1), transparent 36%),
    linear-gradient(180deg, var(--dark-color), var(--primary-color));
}

.ev-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 76%, transparent);
  pointer-events: none;
}

.ev-faq__container {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.ev-faq__head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.ev-faq__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.22);
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.ev-faq__head h2 {
  margin: 0 0 16px;
  color: var(--white-color);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ev-faq__head p {
  margin: 0;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
}

.ev-faq__list {
  display: grid;
  gap: 16px;
}

.ev-faq__item {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    0 24px 70px rgba(2, 6, 23, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition: 0.3s ease;
}

.ev-faq__item:hover {
  transform: translateY(-3px);
  border-color: rgba(103, 232, 249, 0.28);
  box-shadow:
    0 30px 90px rgba(2, 6, 23, 0.42),
    0 0 36px rgba(34, 211, 238, 0.1);
}

.ev-faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
}

.ev-faq__item summary::-webkit-details-marker {
  display: none;
}

.ev-faq__item summary span {
  color: var(--white-color);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.35;
}

.ev-faq__item summary i {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--dark-color);
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.26);
  transition: 0.3s ease;
}

.ev-faq__item[open] {
  border-color: rgba(103, 232, 249, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
}

.ev-faq__item[open] summary i {
  transform: rotate(45deg);
}

.ev-faq__item p {
  margin: -6px 28px 26px;
  max-width: 820px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .ev-faq {
    padding: 72px 14px;
  }

  .ev-faq__head {
    margin-bottom: 32px;
  }

  .ev-faq__item summary {
    padding: 20px;
  }

  .ev-faq__item summary span {
    font-size: 17px;
  }

  .ev-faq__item summary i {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .ev-faq__item p {
    margin: -4px 20px 22px;
    font-size: 15px;
  }
}

.ev-blog {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  background: transparent;
}

.ev-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.07), transparent 32%),
    radial-gradient(circle at bottom right, rgba(103, 232, 249, 0.05), transparent 36%);
  pointer-events: none;
}

.ev-blog__container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

/* =========================
   HEAD
========================= */

.ev-blog__head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.ev-blog__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 22px;
  margin-bottom: 20px;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      rgba(34, 211, 238, 0.12),
      rgba(103, 232, 249, 0.08));

  border: 1px solid rgba(34, 211, 238, 0.2);

  color: #0891b2;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;

  backdrop-filter: blur(18px);

  box-shadow:
    0 10px 28px rgba(34, 211, 238, 0.08);
}

.ev-blog__head h2 {
  margin: 0 0 18px;

  color: #0f172a;

  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;

  text-shadow:
    0 10px 30px rgba(255, 255, 255, 0.45);
}

.ev-blog__head p {
  margin: 0 auto;
  max-width: 650px;

  color: #64748b;

  font-size: 17px;
  line-height: 1.9;
}

/* =========================
   LAYOUT
========================= */

.ev-blog__layout {
  display: grid;
  grid-template-columns: 1.08fr 1.35fr;
  gap: 26px;
  align-items: stretch;
}

.ev-blog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

/* =========================
   CARD
========================= */

.ev-blog__card {
  position: relative;
  overflow: hidden;

  border-radius: 32px;

  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, 0.95),
      rgba(248, 250, 252, 0.88));

  border: 1px solid rgba(255, 255, 255, 0.62);

  box-shadow:
    0 30px 80px rgba(2, 6, 23, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;
}

.ev-blog__card:hover {
  transform: translateY(-10px);

  border-color: rgba(34, 211, 238, 0.32);

  box-shadow:
    0 38px 100px rgba(2, 6, 23, 0.18),
    0 0 45px rgba(34, 211, 238, 0.12);
}

/* =========================
   IMAGE
========================= */

.ev-blog__image {
  position: relative;
  display: block;

  height: 220px;

  overflow: hidden;
  text-decoration: none;

  background:
    linear-gradient(135deg,
      #dff9ff 0%,
      #f8fafc 45%,
      #dbeafe 100%);
}

.ev-blog__card--large .ev-blog__image {
  height: 430px;
}

.ev-blog__image::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(2, 6, 23, 0.42),
      transparent 62%),
    radial-gradient(circle at top left,
      rgba(34, 211, 238, 0.14),
      transparent 34%);

  z-index: 1;
}

.ev-blog__image img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  transform: scale(1.02);

  transition:
    transform .7s ease,
    filter .5s ease;
}

.ev-blog__card:hover .ev-blog__image img {
  transform: scale(1.1);
  filter: saturate(1.05);
}

/* =========================
   BADGE
========================= */

.ev-blog__image span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;

  padding: 10px 16px;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.84));

  color: #0f172a;

  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.12);

  backdrop-filter: blur(10px);
}

/* =========================
   CONTENT
========================= */

.ev-blog__content {
  padding: 26px;
}

.ev-blog__card--large .ev-blog__content {
  padding: 34px;
}

.ev-blog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-bottom: 16px;
}

.ev-blog__meta span {
  color: #64748b;

  font-size: 13px;
  font-weight: 850;
}

.ev-blog__meta span+span::before {
  content: "•";
  margin-right: 10px;
  color: #06b6d4;
}

.ev-blog__content h3 {
  margin: 0 0 14px;

  color: #0f172a;

  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.ev-blog__card--large .ev-blog__content h3 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.06;
}

.ev-blog__content h3 a {
  color: inherit;
  text-decoration: none;

  transition: color .28s ease;
}

.ev-blog__content h3 a:hover {
  color: #06b6d4;
}

.ev-blog__content p {
  margin: 0;

  color: #475569;

  font-size: 15px;
  line-height: 1.9;
}

.ev-blog__card--large .ev-blog__content p {
  max-width: 560px;
  font-size: 16px;
}

/* =========================
   BUTTON
========================= */

.ev-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 24px;

  color: #06b6d4;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;

  text-decoration: none;
}

.ev-blog__more::after {
  content: "→";
  transition: transform .25s ease;
}

.ev-blog__more:hover::after {
  transform: translateX(6px);
}

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

@media (max-width: 1024px) {
  .ev-blog__layout {
    grid-template-columns: 1fr;
  }

  .ev-blog__card--large .ev-blog__image {
    height: 340px;
  }
}

@media (max-width: 680px) {
  .ev-blog {
    padding: 76px 14px;
  }

  .ev-blog__head {
    margin-bottom: 38px;
  }

  .ev-blog__grid {
    grid-template-columns: 1fr;
  }

  .ev-blog__image,
  .ev-blog__card--large .ev-blog__image {
    height: 240px;
  }

  .ev-blog__content,
  .ev-blog__card--large .ev-blog__content {
    padding: 22px;
  }

  .ev-blog__card--large .ev-blog__content h3 {
    font-size: 28px;
  }
}

.ev-cta {
  position: relative;
  padding: 120px 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(103, 232, 249, 0.09), transparent 36%),
    linear-gradient(135deg, #020617 0%, #0f172a 48%, #111827 100%);
}

.ev-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.72;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.ev-cta::after {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.55), transparent);
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.34);
}

.ev-cta__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.ev-cta__glow--1 {
  top: -120px;
  left: -80px;
  width: 340px;
  height: 340px;
  background: rgba(34, 211, 238, 0.24);
}

.ev-cta__glow--2 {
  right: -100px;
  bottom: -120px;
  width: 390px;
  height: 390px;
  background: rgba(14, 165, 233, 0.17);
}

.ev-cta__container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 430px;
  gap: 46px;
  align-items: center;
}

.ev-cta__content {
  max-width: 780px;
}

.ev-cta__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #67e8f9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  backdrop-filter: blur(14px);
}

.ev-cta__label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow:
    0 0 12px rgba(34, 211, 238, 0.95),
    0 0 24px rgba(34, 211, 238, 0.55);
}

.ev-cta__content h2 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-shadow: 0 10px 42px rgba(34, 211, 238, 0.13);
}

.ev-cta__content p {
  margin: 0;
  max-width: 650px;
  color: rgba(203, 213, 225, 0.88);
  font-size: 18px;
  line-height: 1.9;
}

.ev-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.ev-cta__btn {
  position: relative;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: 0.35s ease;
}

.ev-cta__btn--primary {
  color: #020617;
  background: linear-gradient(135deg, #22d3ee, #67e8f9);
  box-shadow:
    0 18px 42px rgba(34, 211, 238, 0.3),
    0 0 30px rgba(34, 211, 238, 0.22);
}

.ev-cta__btn--primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 62px rgba(34, 211, 238, 0.4),
    0 0 44px rgba(34, 211, 238, 0.3);
}

.ev-cta__btn--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.ev-cta__btn--ghost:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(103, 232, 249, 0.25);
}

.ev-cta__side {
  display: flex;
  justify-content: flex-end;
}

.ev-cta__info-card {
  position: relative;
  width: 100%;
  max-width: 390px;
  padding: 30px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 34px 100px rgba(2, 6, 23, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.ev-cta__pulse {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.25);
  box-shadow: 0 0 40px rgba(34, 211, 238, 0.2);
}

.ev-cta__pulse::before,
.ev-cta__pulse::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.9);
}

.ev-cta__pulse::after {
  inset: 0;
  background: transparent;
  border: 1px solid rgba(103, 232, 249, 0.28);
}

.ev-cta__info-head {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  padding-right: 84px;
}

.ev-cta__info-head span {
  display: block;
  margin-bottom: 10px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ev-cta__info-head strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ev-cta__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.ev-cta__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.ev-cta__step i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #020617;
  background: linear-gradient(135deg, #22d3ee, #67e8f9);
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.22);
}

.ev-cta__step strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.ev-cta__step p {
  margin: 0;
  color: rgba(203, 213, 225, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.ev-cta__mini {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.ev-cta__mini div {
  padding: 14px 10px;
  border-radius: 18px;
  text-align: center;
  background: rgba(2, 6, 23, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.ev-cta__mini strong {
  display: block;
  color: #67e8f9;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.ev-cta__mini span {
  display: block;
  margin-top: 6px;
  color: rgba(203, 213, 225, 0.76);
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 1024px) {
  .ev-cta__container {
    grid-template-columns: 1fr;
  }

  .ev-cta__side {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .ev-cta {
    padding: 90px 14px;
  }

  .ev-cta__content h2 {
    font-size: 52px;
  }

  .ev-cta__actions {
    flex-direction: column;
  }

  .ev-cta__btn {
    width: 100%;
  }

  .ev-cta__info-card {
    max-width: 100%;
    padding: 24px;
  }

  .ev-cta__mini {
    grid-template-columns: 1fr;
  }
}

.ev-brand-story {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(34, 211, 238, 0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(103, 232, 249, 0.1), transparent 28%),
    #ffffff;
  overflow: hidden;
}

.ev-brand-story * {
  box-sizing: border-box;
}

.ev-brand-story__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.ev-brand-story__visual {
  position: relative;
}

.ev-brand-story__image {
  position: relative;
  height: 390px;
  border-radius: 30px;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.ev-brand-story__image::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.ev-brand-story__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.5)),
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.22), transparent 36%);
}

.ev-brand-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
}

.ev-brand-story__float-card {
  position: absolute;
  right: -22px;
  bottom: 32px;
  z-index: 4;
  width: 230px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(34, 211, 238, 0.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.16);
}

.ev-brand-story__float-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 900;
}

.ev-brand-story__float-card span {
  display: block;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}

.ev-brand-story__tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.ev-brand-story__content h2 {
  margin: 0 0 16px;
  color: var(--primary-color);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.ev-brand-story__content>p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.ev-brand-story__quote {
  margin-bottom: 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--accent-color);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(255, 255, 255, 0.72));
  color: var(--primary-color);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 850;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.06);
}

.ev-brand-story__list {
  display: grid;
  gap: 14px;
}

.ev-brand-story__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.055);
  transition: 0.32s ease;
}

.ev-brand-story__item:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.09);
}

.ev-brand-story__item i {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--accent-light);
  font-style: normal;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.ev-brand-story__item h3 {
  margin: 0 0 4px;
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 900;
}

.ev-brand-story__item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 992px) {
  .ev-brand-story {
    padding: 64px 0;
  }

  .ev-brand-story__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ev-brand-story__image {
    height: 380px;
  }

  .ev-brand-story__float-card {
    right: 22px;
  }
}

@media (max-width: 576px) {
  .ev-brand-story {
    padding: 52px 0;
  }

  .ev-brand-story__container {
    width: min(100% - 22px, 1120px);
  }

  .ev-brand-story__image {
    height: 310px;
    border-radius: 24px;
  }

  .ev-brand-story__float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .ev-brand-story__content h2 {
    font-size: 32px;
  }

  .ev-brand-story__quote {
    font-size: 16px;
  }

  .ev-brand-story__item {
    grid-template-columns: 48px 1fr;
    padding: 15px;
  }

  .ev-brand-story__item i {
    width: 48px;
    height: 48px;
  }
}

.ev-mvg {
  position: relative;
  padding: 78px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(34, 211, 238, 0.1), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(103, 232, 249, 0.09), transparent 30%),
    #ffffff;
  overflow: hidden;
}

.ev-mvg * {
  box-sizing: border-box;
}

.ev-mvg__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-mvg__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ev-mvg__head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.ev-mvg__head h2 {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.ev-mvg__head p {
  margin: 0 auto;
  max-width: 620px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.ev-mvg__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ev-mvg__card {
  position: relative;
  min-height: 310px;
  padding: 30px 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.78));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: 0.35s ease;
}

.ev-mvg__card::before {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  opacity: 0;
  transition: 0.35s ease;
}

.ev-mvg__card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  filter: blur(8px);
  opacity: 0;
  transition: 0.35s ease;
}

.ev-mvg__card:hover,
.ev-mvg__card--active {
  transform: translateY(-7px);
  border-color: rgba(34, 211, 238, 0.34);
  box-shadow:
    0 26px 75px rgba(15, 23, 42, 0.11),
    0 0 38px rgba(34, 211, 238, 0.12);
}

.ev-mvg__card:hover::before,
.ev-mvg__card:hover::after,
.ev-mvg__card--active::before,
.ev-mvg__card--active::after {
  opacity: 1;
}

.ev-mvg__icon {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2);
}

.ev-mvg__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--accent-light);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-mvg__card>span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(15, 23, 42, 0.08);
  font-size: 56px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.ev-mvg__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ev-mvg__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .ev-mvg {
    padding: 64px 0;
  }

  .ev-mvg__grid {
    grid-template-columns: 1fr;
  }

  .ev-mvg__card {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .ev-mvg {
    padding: 52px 0;
  }

  .ev-mvg__container {
    width: min(100% - 22px, 1120px);
  }

  .ev-mvg__head {
    margin-bottom: 30px;
  }

  .ev-mvg__card {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .ev-mvg__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .ev-mvg__card>span {
    top: 22px;
    right: 22px;
    font-size: 46px;
  }
}

.ev-different-alt {
  position: relative;
  padding: 76px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%);
  overflow: hidden;
}

.ev-different-alt::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.13);
  filter: blur(40px);
}

.ev-different-alt::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.12);
  filter: blur(42px);
}

.ev-different-alt * {
  box-sizing: border-box;
}

.ev-different-alt__container {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: center;
}

.ev-different-alt__left {
  position: sticky;
  top: 120px;
}

.ev-different-alt__tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ev-different-alt__left h2 {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.ev-different-alt__left p {
  margin: 0 0 28px;
  max-width: 440px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.78;
}

.ev-different-alt__btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 16px 38px rgba(34, 211, 238, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: 0.3s ease;
}

.ev-different-alt__btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 50px rgba(34, 211, 238, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ev-different-alt__right {
  display: grid;
  gap: 20px;
}

.ev-different-alt__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ev-different-alt__item {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: 0.35s ease;
}

.ev-different-alt__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(34, 211, 238, 0.15), transparent 34%);
  opacity: 0;
  transition: 0.35s ease;
}

.ev-different-alt__item:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.34);
  box-shadow:
    0 28px 72px rgba(15, 23, 42, 0.1),
    0 0 36px rgba(34, 211, 238, 0.11);
}

.ev-different-alt__item:hover::before {
  opacity: 1;
}

.ev-different-alt__item--large {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.94));
  border-color: rgba(34, 211, 238, 0.22);
  box-shadow:
    0 28px 80px rgba(15, 23, 42, 0.18),
    0 0 38px rgba(34, 211, 238, 0.1);
}

.ev-different-alt__icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.ev-different-alt__item--large .ev-different-alt__icon {
  width: 74px;
  height: 74px;
  border-radius: 26px;
  background: rgba(34, 211, 238, 0.11);
  border: 1px solid rgba(103, 232, 249, 0.22);
}

.ev-different-alt__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--accent-light);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-different-alt__item h3 {
  position: relative;
  z-index: 2;
  margin: 18px 0 9px;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.ev-different-alt__item--large h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: 28px;
}

.ev-different-alt__item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.ev-different-alt__item--large p {
  max-width: 520px;
  color: #cbd5e1;
  font-size: 15.5px;
}

@media (max-width: 992px) {
  .ev-different-alt {
    padding: 64px 0;
  }

  .ev-different-alt__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ev-different-alt__left {
    position: relative;
    top: auto;
  }

  .ev-different-alt__left p {
    max-width: 650px;
  }
}

@media (max-width: 768px) {
  .ev-different-alt__mini-grid {
    grid-template-columns: 1fr;
  }

  .ev-different-alt__item--large {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .ev-different-alt {
    padding: 52px 0;
  }

  .ev-different-alt__container {
    width: min(100% - 22px, 1140px);
  }

  .ev-different-alt__left h2 {
    font-size: 32px;
  }

  .ev-different-alt__item {
    padding: 22px;
    border-radius: 24px;
  }

  .ev-different-alt__item--large h3 {
    font-size: 24px;
  }
}

.ev-fleet {
  position: relative;
  padding: 76px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(34, 211, 238, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%);
  overflow: hidden;
}

.ev-fleet * {
  box-sizing: border-box;
}

.ev-fleet__container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-fleet__head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.ev-fleet__head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ev-fleet__head h2 {
  margin: 0;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.ev-fleet__head p {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.78;
}

.ev-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 245px;
  gap: 20px;
}

.ev-fleet__card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 22px 65px rgba(15, 23, 42, 0.13);
}

.ev-fleet__card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.ev-fleet__card--wide {
  grid-column: span 2;
}

.ev-fleet__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ev-fleet__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.82)),
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.26), transparent 34%);
  z-index: 1;
}

.ev-fleet__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: 0.55s ease;
}

.ev-fleet__card:hover .ev-fleet__image img {
  transform: scale(1.1);
}

.ev-fleet__content {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.ev-fleet__content>span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.16);
  border: 1px solid rgba(103, 232, 249, 0.26);
  color: var(--accent-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ev-fleet__content h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.ev-fleet__card--large .ev-fleet__content h3 {
  max-width: 470px;
  font-size: 36px;
}

.ev-fleet__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ev-fleet__meta p {
  margin: 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1;
}

.ev-fleet__meta b {
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 992px) {
  .ev-fleet {
    padding: 64px 0;
  }

  .ev-fleet__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-fleet__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .ev-fleet__card--large,
  .ev-fleet__card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .ev-fleet {
    padding: 52px 0;
  }

  .ev-fleet__container {
    width: min(100% - 22px, 1140px);
  }

  .ev-fleet__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .ev-fleet__card,
  .ev-fleet__card--large,
  .ev-fleet__card--wide {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 24px;
  }

  .ev-fleet__card--large .ev-fleet__content h3,
  .ev-fleet__content h3 {
    font-size: 25px;
  }

  .ev-fleet__content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.ev-ops {
  position: relative;
  padding: 78px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(34, 211, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(103, 232, 249, 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%);
  overflow: hidden;
}

.ev-ops * {
  box-sizing: border-box;
}

.ev-ops__container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.ev-ops__head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.ev-ops__head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ev-ops__head h2 {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.ev-ops__head p {
  margin: 0 auto;
  max-width: 650px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.ev-ops__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.ev-ops__dashboard {
  position: relative;
  padding: 24px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.97), rgba(17, 24, 39, 0.94));
  border: 1px solid rgba(103, 232, 249, 0.18);
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.22),
    0 0 45px rgba(34, 211, 238, 0.12);
  overflow: hidden;
}

.ev-ops__dashboard::before {
  content: "";
  position: absolute;
  inset: -80px -120px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.22);
  filter: blur(36px);
}

.ev-ops__dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  pointer-events: none;
}

.ev-ops__dash-head,
.ev-ops__status,
.ev-ops__battery,
.ev-ops__map,
.ev-ops__mini {
  position: relative;
  z-index: 2;
}

.ev-ops__dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.ev-ops__dash-head strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.ev-ops__dash-head span {
  display: block;
  margin-top: 5px;
  color: #94a3b8;
  font-size: 13px;
}

.ev-ops__dash-head i {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--accent-color);
  box-shadow: 0 0 0 8px rgba(34, 211, 238, 0.12),
    0 0 24px rgba(34, 211, 238, 0.7);
}

.ev-ops__status {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.ev-ops__status div,
.ev-ops__battery,
.ev-ops__mini div {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.ev-ops__status div {
  padding: 18px;
}

.ev-ops__status span,
.ev-ops__battery-top span,
.ev-ops__mini span {
  display: block;
  color: #94a3b8;
  font-size: 13px;
}

.ev-ops__status strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ev-ops__battery {
  padding: 18px;
  margin-bottom: 14px;
}

.ev-ops__battery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ev-ops__battery-top strong {
  color: var(--accent-light);
  font-size: 18px;
  font-weight: 950;
}

.ev-ops__bar {
  height: 10px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ev-ops__bar i {
  display: block;
  width: 91%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.55);
}

.ev-ops__map {
  position: relative;
  height: 210px;
  margin-bottom: 14px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 40%, rgba(34, 211, 238, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.72), rgba(15, 23, 42, 0.4));
  border: 1px solid rgba(103, 232, 249, 0.12);
}

.ev-ops__grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(103, 232, 249, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.ev-ops__pin {
  position: absolute;
  z-index: 3;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--accent-light);
  box-shadow: 0 0 0 9px rgba(34, 211, 238, 0.12),
    0 0 24px rgba(34, 211, 238, 0.75);
}

.ev-ops__pin--one {
  left: 22%;
  top: 34%;
}

.ev-ops__pin--two {
  left: 56%;
  top: 48%;
}

.ev-ops__pin--three {
  left: 74%;
  top: 28%;
}

.ev-ops__route {
  position: absolute;
  left: 24%;
  top: 41%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-light), transparent);
  transform: rotate(7deg);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.6);
}

.ev-ops__mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.ev-ops__mini div {
  padding: 14px;
}

.ev-ops__mini b {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
}

.ev-ops__process {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 24px;
}

.ev-ops__line {
  position: absolute;
  left: 49px;
  top: 34px;
  bottom: 34px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--accent-color), transparent);
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.45);
}

.ev-ops__step {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
  transition: 0.32s ease;
}

.ev-ops__step:hover {
  transform: translateX(6px);
  border-color: rgba(34, 211, 238, 0.34);
  box-shadow:
    0 24px 66px rgba(15, 23, 42, 0.1),
    0 0 34px rgba(34, 211, 238, 0.1);
}

.ev-ops__num {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--accent-light);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
}

.ev-ops__step h3 {
  margin: 0 0 8px;
  color: var(--primary-color);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ev-ops__step p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 992px) {
  .ev-ops {
    padding: 64px 0;
  }

  .ev-ops__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .ev-ops {
    padding: 52px 0;
  }

  .ev-ops__container {
    width: min(100% - 22px, 1140px);
  }

  .ev-ops__dashboard {
    padding: 18px;
    border-radius: 26px;
  }

  .ev-ops__status,
  .ev-ops__mini {
    grid-template-columns: 1fr;
  }

  .ev-ops__map {
    height: 180px;
  }

  .ev-ops__process {
    padding-left: 0;
  }

  .ev-ops__line {
    display: none;
  }

  .ev-ops__step {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.evCar4 {
  padding: 110px 0;
  background: #ffffff;
  overflow: hidden;
}

.evCar4__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 70px;
  align-items: center;
}

.evCar4__image {
  position: relative;
  min-height: 560px;
  border-radius: 36px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .12);
}

.evCar4__image::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 211, 238, .18), transparent 65%);
  filter: blur(10px);
  z-index: 1;
}

.evCar4__image img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;

  transition: transform .7s ease;
}

.evCar4__image:hover img {
  transform: scale(1.06);
}

.evCar4__number {
  position: absolute;
  top: 28px;
  left: 34px;
  z-index: 3;

  font-size: clamp(70px, 9vw, 140px);
  line-height: 1;
  font-weight: 900;
  color: rgba(15, 23, 42, .08);
  letter-spacing: -6px;
}

.evCar4__content {
  position: relative;
}

.evCar4__label {
  display: inline-flex;
  margin-bottom: 18px;

  color: #22d3ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evCar4__content h2 {
  margin: 0 0 22px;

  color: #0f172a;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -3px;
}

.evCar4__content p {
  margin: 0 0 30px;

  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.evCar4__capacity {
  display: flex;
  align-items: end;
  gap: 16px;

  padding: 24px 0;
  margin-bottom: 28px;

  border-top: 1px solid rgba(15, 23, 42, .1);
  border-bottom: 1px solid rgba(15, 23, 42, .1);
}

.evCar4__capacity strong {
  color: #0f172a;
  font-size: 76px;
  line-height: .8;
  font-weight: 900;
}

.evCar4__capacity span {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.evCar4__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 34px;
}

.evCar4__grid div {
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
}

.evCar4__grid h4 {
  margin: 0 0 14px;

  color: #0f172a;
  font-size: 18px;
}

.evCar4__grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.evCar4__grid li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;

  color: #64748b;
  font-size: 15px;
}

.evCar4__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;

  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 14px rgba(34, 211, 238, .8);
}

.evCar4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 30px;

  border-radius: 999px;

  background: linear-gradient(135deg, #67e8f9, #22d3ee);
  color: #020617;
  text-decoration: none;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;

  box-shadow: 0 18px 40px rgba(34, 211, 238, .28);
  transition: .35s ease;
}

.evCar4__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(34, 211, 238, .38);
}

@media (max-width: 992px) {
  .evCar4 {
    padding: 80px 0;
  }

  .evCar4__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .evCar4__image,
  .evCar4__image img {
    min-height: 420px;
  }
}

@media (max-width: 576px) {
  .evCar4 {
    padding: 64px 0;
  }

  .evCar4__container {
    width: min(100% - 24px, 1180px);
  }

  .evCar4__image,
  .evCar4__image img {
    min-height: 300px;
    border-radius: 24px;
  }

  .evCar4__content h2 {
    letter-spacing: -1.5px;
  }

  .evCar4__grid {
    grid-template-columns: 1fr;
  }

  .evCar4__capacity strong {
    font-size: 58px;
  }

  .evCar4__btn {
    width: 100%;
  }
}

.evCar6 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;

  background:
    radial-gradient(circle at 18% 20%, rgba(34, 211, 238, .12), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(103, 232, 249, .08), transparent 38%),
    linear-gradient(180deg,
      #0f172a 0%,
      #111827 100%);
}

.evCar6::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.evCar6__container {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: 76px;
  align-items: center;
}

.evCar6__content {
  position: relative;
}

.evCar6__label {
  display: inline-flex;
  margin-bottom: 18px;

  color: #22d3ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evCar6__content h2 {
  margin: 0 0 22px;

  color: #ffffff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -3px;
}

.evCar6__content p {
  margin: 0 0 34px;

  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.85;
}

.evCar6__capacity {
  display: flex;
  align-items: end;
  gap: 16px;

  margin-bottom: 30px;
  padding: 24px 0;

  border-top: 1px solid rgba(203, 213, 225, .16);
  border-bottom: 1px solid rgba(203, 213, 225, .16);
}

.evCar6__capacity strong {
  color: #ffffff;
  font-size: 82px;
  line-height: .78;
  font-weight: 900;
}

.evCar6__capacity span {
  color: #22d3ee;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.evCar6__uses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 36px;
}

.evCar6__uses div {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 18px 20px;

  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(203, 213, 225, .12);
  backdrop-filter: blur(14px);

  transition: .35s ease;
}

.evCar6__uses div:hover {
  transform: translateX(8px);
  border-color: rgba(34, 211, 238, .4);
  box-shadow: 0 18px 40px rgba(34, 211, 238, .08);
}

.evCar6__uses span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 50%;
  background: rgba(34, 211, 238, .12);
  color: #22d3ee;

  font-size: 13px;
  font-weight: 900;
}

.evCar6__uses h4 {
  margin: 0;

  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.evCar6__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 0 32px;

  border-radius: 999px;

  background: linear-gradient(135deg, #67e8f9, #22d3ee);
  color: #020617;
  text-decoration: none;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;

  box-shadow: 0 20px 46px rgba(34, 211, 238, .28);
  transition: .35s ease;
}

.evCar6__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px rgba(34, 211, 238, .38);
}

.evCar6__image {
  position: relative;

  min-height: 560px;
  border-radius: 38px;
  overflow: hidden;

  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(203, 213, 225, .12);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, .35),
    0 0 70px rgba(34, 211, 238, .12);
}

.evCar6__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;

  background:
    linear-gradient(180deg, rgba(2, 6, 23, .05), rgba(2, 6, 23, .72)),
    radial-gradient(circle at 70% 30%, rgba(34, 211, 238, .18), transparent 38%);
  pointer-events: none;
}

.evCar6__image img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;

  transition: transform .75s ease;
}

.evCar6__image:hover img {
  transform: scale(1.07);
}

.evCar6__number {
  position: absolute;
  right: 30px;
  bottom: -10px;
  z-index: 4;

  color: rgba(255, 255, 255, .13);
  font-size: clamp(96px, 13vw, 190px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -8px;
}

@media (max-width: 992px) {
  .evCar6 {
    padding: 84px 0;
  }

  .evCar6__container {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .evCar6__image {
    order: -1;
  }

  .evCar6__image,
  .evCar6__image img {
    min-height: 420px;
  }
}

@media (max-width: 576px) {
  .evCar6 {
    padding: 66px 0;
  }

  .evCar6__container {
    width: min(100% - 24px, 1180px);
  }

  .evCar6__content h2 {
    letter-spacing: -1.5px;
  }

  .evCar6__image,
  .evCar6__image img {
    min-height: 310px;
    border-radius: 26px;
  }

  .evCar6__capacity strong {
    font-size: 62px;
  }

  .evCar6__btn {
    width: 100%;
  }
}

.evCar8 {
  position: relative;
  min-height: 92vh;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(180deg,
      rgba(2, 6, 23, .85),
      rgba(2, 6, 23, .85));
}

.evCar8__bg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.08);
}

.evCar8__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    radial-gradient(circle at 50% 42%, rgba(103, 232, 249, .18), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 23, .55), rgba(2, 6, 23, .92)),
    linear-gradient(90deg, rgba(2, 6, 23, .86), rgba(2, 6, 23, .2), rgba(2, 6, 23, .86));
}

.evCar8::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;

  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 70%);
  pointer-events: none;
}

.evCar8__content {
  position: relative;
  z-index: 4;

  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;

  padding: 120px 0;
}

.evCar8__label {
  display: inline-flex;
  margin-bottom: 18px;

  color: #67e8f9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.evCar8__content h2 {
  margin: 0 0 24px;

  color: #ffffff;
  font-size: clamp(52px, 8vw, 118px);
  line-height: .88;
  font-weight: 950;
  letter-spacing: -5px;
}

.evCar8__content p {
  width: min(720px, 100%);
  margin: 0 auto 42px;

  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.85;
}

.evCar8__info {
  width: min(760px, 100%);
  margin: 0 auto 42px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.evCar8__info div {
  padding: 24px 18px;
  border-radius: 26px;

  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(16px);

  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.evCar8__info strong {
  display: block;
  margin-bottom: 8px;

  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.evCar8__info span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.evCar8__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 0 34px;

  border-radius: 999px;

  background: linear-gradient(135deg, #67e8f9, #22d3ee);
  color: #020617;
  text-decoration: none;

  font-size: 14px;
  font-weight: 950;
  letter-spacing: .9px;
  text-transform: uppercase;

  box-shadow:
    0 22px 52px rgba(34, 211, 238, .32),
    0 0 70px rgba(103, 232, 249, .18);

  transition: .35s ease;
}

.evCar8__btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 70px rgba(34, 211, 238, .42),
    0 0 90px rgba(103, 232, 249, .25);
}

@media (max-width: 768px) {
  .evCar8 {
    min-height: auto;
  }

  .evCar8__content {
    padding: 90px 0;
  }

  .evCar8__content h2 {
    letter-spacing: -2px;
  }

  .evCar8__info {
    grid-template-columns: 1fr;
  }

  .evCar8__btn {
    width: 100%;
  }
}

.evTourCar {
  padding: 110px 0;
  background: #f8fafc;
  overflow: hidden;
}

.evTourCar__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.evTourCar__head {
  width: min(760px, 100%);
  margin-bottom: 54px;
}

.evTourCar__head span {
  display: inline-flex;
  margin-bottom: 16px;

  color: #22d3ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evTourCar__head h2 {
  margin: 0 0 20px;

  color: #0f172a;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -3px;
}

.evTourCar__head p {
  margin: 0;

  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.evTourCar__gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-auto-rows: 260px;
  gap: 22px;
}

.evTourCar__item {
  position: relative;
  overflow: hidden;

  display: block;
  min-height: 260px;

  border-radius: 32px;
  background: #0f172a;
  text-decoration: none;

  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.evTourCar__item--large {
  grid-row: span 2;
}

.evTourCar__item--wide {
  grid-column: span 2;
}

.evTourCar__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.02);
  transition: transform .7s ease, filter .7s ease;
}

.evTourCar__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(180deg, rgba(2, 6, 23, .08), rgba(2, 6, 23, .78)),
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, .16), transparent 35%);
}

.evTourCar__overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 3;

  transform: translateY(10px);
  transition: .45s ease;
}

.evTourCar__overlay span {
  display: inline-flex;
  margin-bottom: 12px;

  color: #22d3ee;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.8px;
}

.evTourCar__overlay h3 {
  margin: 0 0 10px;

  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.evTourCar__overlay p {
  width: min(420px, 100%);
  margin: 0;

  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.65;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: .45s ease;
}

.evTourCar__item:hover img {
  transform: scale(1.1);
  filter: saturate(1.08) contrast(1.06);
}

.evTourCar__item:hover .evTourCar__overlay {
  transform: translateY(0);
}

.evTourCar__item:hover .evTourCar__overlay p {
  opacity: 1;
  max-height: 90px;
}

.evTourCar__item:hover {
  box-shadow:
    0 30px 70px rgba(15, 23, 42, .18),
    0 0 50px rgba(34, 211, 238, .12);
}

@media (max-width: 992px) {
  .evTourCar {
    padding: 82px 0;
  }

  .evTourCar__gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 260px;
  }

  .evTourCar__item--large {
    grid-row: span 1;
  }

  .evTourCar__item--wide {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .evTourCar {
    padding: 64px 0;
  }

  .evTourCar__container {
    width: min(100% - 24px, 1180px);
  }

  .evTourCar__head {
    margin-bottom: 34px;
  }

  .evTourCar__head h2 {
    letter-spacing: -1.5px;
  }

  .evTourCar__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
    gap: 16px;
  }

  .evTourCar__item,
  .evTourCar__item--large,
  .evTourCar__item--wide {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 24px;
  }

  .evTourCar__overlay {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .evTourCar__overlay p {
    opacity: 1;
    max-height: 100px;
  }
}

.evResortCar {
  padding: 90px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(103, 232, 249, .1), transparent 32%),
    radial-gradient(circle at 86% 86%, rgba(34, 211, 238, .06), transparent 36%),
    linear-gradient(135deg, #020617, #0f172a);
  overflow: hidden;
}

.evResortCar__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.evResortCar__head {
  width: min(720px, 100%);
  margin-bottom: 42px;
}

.evResortCar__head span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evResortCar__head h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -3px;
}

.evResortCar__head p {
  width: min(600px, 100%);
  margin: 0;
  color: rgba(203, 213, 225, .82);
  font-size: 16px;
  line-height: 1.75;
}

.evResortCar__showcase {
  position: relative;
  height: 430px;
  overflow: hidden;

  border-radius: 34px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, .32),
    0 0 60px rgba(103, 232, 249, .1);
}

.evResortCar__showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.08);
  transition: transform .8s ease;
}

.evResortCar__showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(180deg, rgba(2, 6, 23, .04), rgba(2, 6, 23, .82)),
    linear-gradient(90deg, rgba(2, 6, 23, .58), transparent 45%, rgba(2, 6, 23, .34)),
    radial-gradient(circle at 70% 26%, rgba(103, 232, 249, .16), transparent 34%);
  pointer-events: none;
}

.evResortCar__showcase:hover img {
  transform: scale(1.06);
}

.evResortCar__overlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.evResortCar__overlay div {
  padding: 20px 22px;
  border-radius: 22px;

  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px);

  transition: .35s ease;
}

.evResortCar__overlay div:hover {
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, .45);
  box-shadow: 0 16px 40px rgba(103, 232, 249, .12);
}

.evResortCar__overlay span {
  display: inline-flex;
  margin-bottom: 10px;

  color: #67e8f9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.5px;
}

.evResortCar__overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

@media (max-width: 992px) {
  .evResortCar {
    padding: 76px 0;
  }

  .evResortCar__showcase {
    height: 460px;
  }

  .evResortCar__overlay {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .evResortCar {
    padding: 60px 0;
  }

  .evResortCar__container {
    width: min(100% - 24px, 1180px);
  }

  .evResortCar__head {
    margin-bottom: 30px;
  }

  .evResortCar__head h2 {
    letter-spacing: -1.5px;
  }

  .evResortCar__showcase {
    height: 500px;
    border-radius: 26px;
  }

  .evResortCar__overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .evResortCar__overlay div {
    padding: 16px 18px;
    border-radius: 18px;
  }
}

.golfCartSection {
  padding: 110px 20px;
  background: #ffffff;
  overflow: hidden;
}

.golfCartSection__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}

.golfCartSection__image {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .14);
}

.golfCartSection__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 23, 42, .08),
      rgba(15, 23, 42, .45));
  z-index: 1;
}

.golfCartSection__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.golfCartSection__image:hover img {
  transform: scale(1.06);
}

.golfCartSection__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 13px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 35px rgba(15, 23, 42, .18);
}

.golfCartSection__content {
  position: relative;
}

.golfCartSection__sub {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #22d3ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.golfCartSection__sub::before {
  content: "";
  width: 44px;
  height: 2px;
  background: #22d3ee;
  border-radius: 999px;
}

.golfCartSection__content h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.golfCartSection__content>p {
  max-width: 560px;
  margin: 0 0 38px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.golfCartSection__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.golfCartSection__spec {
  position: relative;
  padding: 28px 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.golfCartSection__spec:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 211, 238, .45);
  box-shadow: 0 24px 70px rgba(34, 211, 238, .16);
}

.golfCartSection__spec span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(34, 211, 238, .12);
  color: #0891b2;
  font-size: 13px;
  font-weight: 900;
}

.golfCartSection__spec strong {
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.golfCartSection__spec p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 991px) {
  .golfCartSection {
    padding: 80px 16px;
  }

  .golfCartSection__wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .golfCartSection__image,
  .golfCartSection__image img {
    min-height: 430px;
  }

  .golfCartSection__content h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .golfCartSection {
    padding: 64px 14px;
  }

  .golfCartSection__image {
    border-radius: 24px;
  }

  .golfCartSection__image,
  .golfCartSection__image img {
    min-height: 320px;
  }

  .golfCartSection__badge {
    left: 18px;
    bottom: 18px;
    font-size: 11px;
    padding: 11px 15px;
  }

  .golfCartSection__content h2 {
    font-size: 32px;
  }

  .golfCartSection__content>p {
    font-size: 15px;
  }

  .golfCartSection__specs {
    grid-template-columns: 1fr;
  }

  .golfCartSection__spec {
    padding: 24px 20px;
    border-radius: 22px;
  }
}

.electricFleet {
  padding: 120px 20px;
  background: #fff;
}

.electricFleet .container {
  max-width: 1280px;
  margin: auto;
}

.electricFleet__heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.electricFleet__heading span {
  color: #22d3ee;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.electricFleet__heading h2 {
  margin: 15px 0;
  color: #0f172a;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
}

.electricFleet__heading p {
  color: #64748b;
  line-height: 1.8;
}

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

.fleetCard {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  height: 430px;
  cursor: pointer;
}

.fleetCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .8s;
}

.fleetCard:hover img {
  transform: scale(1.08);
}

.fleetCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(15, 23, 42, .92),
      rgba(15, 23, 42, .15));
}

.fleetCard__overlay {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.fleetCard__overlay small {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: #22d3ee;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.fleetCard__overlay h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.fleetCard__overlay a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #22d3ee;
  text-decoration: none;
  font-weight: 700;
}

@media(max-width:991px) {

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

  .electricFleet__heading h2 {
    font-size: 42px;
  }

}

@media(max-width:767px) {

  .electricFleet {
    padding: 80px 15px;
  }

  .electricFleet__grid {
    grid-template-columns: 1fr;
  }

  .fleetCard {
    height: 320px;
  }

  .electricFleet__heading h2 {
    font-size: 34px;
  }

}

.evPricingPremium {
  padding: 130px 20px;
  background:
    radial-gradient(circle at 12% 15%, rgba(34, 211, 238, .14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.evPricingPremium__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.evPricingPremium__media {
  position: relative;
  height: 760px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(15, 23, 42, .18);
}

.evPricingPremium__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 23, 42, .05),
      rgba(15, 23, 42, .58));
  z-index: 1;
}

.evPricingPremium__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.evPricingPremium__media:hover img {
  transform: scale(1.06);
}

.evPricingPremium__mediaCard {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .55);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.evPricingPremium__mediaCard span {
  display: block;
  margin-bottom: 8px;
  color: #22d3ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.evPricingPremium__mediaCard strong {
  color: #0f172a;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.evPricingPremium__head {
  margin-bottom: 34px;
}

.evPricingPremium__head>span {
  display: inline-block;
  margin-bottom: 16px;
  color: #22d3ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
}

.evPricingPremium__head h2 {
  margin: 0 0 18px;
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.evPricingPremium__head p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.evPricingPremium__list {
  display: grid;
  gap: 18px;
}

.evPricingItem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
  transition: .35s ease;
}

.evPricingItem:hover {
  transform: translateX(8px);
  border-color: rgba(34, 211, 238, .55);
  box-shadow: 0 24px 65px rgba(34, 211, 238, .16);
}

.evPricingItem.is-active {
  background:
    linear-gradient(135deg, #0f172a, #1e293b);
  border-color: rgba(34, 211, 238, .45);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .22);
}

.evPricingItem__tag {
  position: absolute;
  top: -12px;
  right: 28px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #22d3ee;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.evPricingItem small {
  display: inline-flex;
  margin-bottom: 10px;
  color: #22d3ee;
  font-size: 13px;
  font-weight: 900;
}

.evPricingItem h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.evPricingItem p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.evPricingItem__price {
  text-align: right;
  white-space: nowrap;
}

.evPricingItem__price strong {
  display: block;
  color: #0f172a;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.evPricingItem__price span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.evPricingItem.is-active h3,
.evPricingItem.is-active .evPricingItem__price strong {
  color: #ffffff;
}

.evPricingItem.is-active p,
.evPricingItem.is-active .evPricingItem__price span {
  color: #cbd5e1;
}

.evPricingPremium__btn {
  margin-top: 32px;
  height: 60px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #22d3ee;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(34, 211, 238, .28);
  transition: .3s ease;
}

.evPricingPremium__btn:hover {
  transform: translateY(-4px);
  background: #0f172a;
}

@media (max-width: 1100px) {
  .evPricingPremium__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .evPricingPremium__media {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .evPricingPremium {
    padding: 80px 14px;
  }

  .evPricingPremium__media {
    height: 360px;
    border-radius: 28px;
  }

  .evPricingPremium__mediaCard {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .evPricingPremium__mediaCard strong {
    font-size: 22px;
  }

  .evPricingPremium__head h2 {
    font-size: 36px;
  }

  .evPricingItem {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .evPricingItem:hover {
    transform: translateY(-5px);
  }

  .evPricingItem__price {
    text-align: left;
  }

  .evPricingItem__price strong {
    font-size: 30px;
  }

  .evPricingPremium__btn {
    width: 100%;
  }
}

.evNewsPremium {
  padding: 120px 20px;
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 211, 238, .13), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.evNewsPremium__container {
  max-width: 1240px;
  margin: 0 auto;
}

.evNewsPremium__head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.evNewsPremium__head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #22d3ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.evNewsPremium__head h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.evNewsPremium__head p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.evNewsPremium__grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 26px;
}

.evNewsCard {
  position: relative;
  min-height: 320px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
}

.evNewsCard--large {
  grid-row: span 2;
  min-height: 666px;
}

.evNewsCard__image {
  position: absolute;
  inset: 0;
  display: block;
}

.evNewsCard__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 23, 42, .08),
      rgba(15, 23, 42, .88));
  z-index: 1;
}

.evNewsCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.evNewsCard:hover .evNewsCard__image img {
  transform: scale(1.08);
}

.evNewsCard__content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
}

.evNewsCard__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.evNewsCard__meta span {
  padding: 8px 14px;
  border-radius: 999px;
  background: #22d3ee;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.evNewsCard__meta small {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.evNewsCard h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.evNewsCard--large h3 {
  max-width: 620px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.evNewsCard h3 a {
  color: #ffffff;
  text-decoration: none;
}

.evNewsCard p {
  max-width: 590px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.75;
}

.evNewsCard__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
  transition: .3s ease;
}

.evNewsCard__link:hover {
  background: #22d3ee;
  border-color: #22d3ee;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .evNewsPremium__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .evNewsCard,
  .evNewsCard--large {
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .evNewsPremium {
    padding: 80px 14px;
  }

  .evNewsPremium__head {
    margin-bottom: 40px;
  }

  .evNewsCard,
  .evNewsCard--large {
    min-height: 360px;
    border-radius: 26px;
  }

  .evNewsCard__content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .evNewsCard h3,
  .evNewsCard--large h3 {
    font-size: 26px;
  }

  .evNewsCard p {
    display: none;
  }
}

.evContactPremium {
  position: relative;
  padding: 130px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, .16), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(34, 211, 238, .09), transparent 34%),
    linear-gradient(135deg, #020617, #0f172a);
  overflow: hidden;
}

.evContactPremium::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -220px;
  border-radius: 50%;
  background: rgba(34, 211, 238, .16);
  filter: blur(22px);
}

.evContactPremium__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.evContactPremium__info>span {
  display: inline-block;
  margin-bottom: 18px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.evContactPremium__info h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.evContactPremium__info p {
  max-width: 540px;
  margin: 0 0 40px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.85;
}

.evContactPremium__cards {
  display: grid;
  gap: 18px;
}

.evContactCard {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  text-decoration: none;
  backdrop-filter: blur(16px);
  transition: .35s ease;
}

.evContactCard:hover {
  transform: translateX(8px);
  border-color: rgba(103, 232, 249, .55);
  background: rgba(255, 255, 255, .09);
}

.evContactCard__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, .16);
  color: #67e8f9;
  font-size: 22px;
  font-weight: 900;
}

.evContactCard small {
  display: block;
  margin-bottom: 5px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
}

.evContactCard strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.evContactPremium__formBox {
  padding: 44px;
  border-radius: 36px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .28);
  backdrop-filter: blur(20px);
}

.evContactPremium__formHead {
  margin-bottom: 28px;
}

.evContactPremium__formHead span {
  display: inline-block;
  margin-bottom: 10px;
  color: #22d3ee;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.evContactPremium__formHead h3 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.evContactForm {
  display: grid;
  gap: 16px;
}

.evContactForm__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.evContactForm__group input,
.evContactForm__group select,
.evContactForm__group textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .1);
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  transition: .3s ease;
}

.evContactForm__group textarea {
  height: 130px;
  padding-top: 18px;
  resize: none;
}

.evContactForm__group input:focus,
.evContactForm__group select:focus,
.evContactForm__group textarea:focus {
  border-color: #22d3ee;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(34, 211, 238, .14);
}

.evContactForm button {
  height: 62px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: #22d3ee;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(34, 211, 238, .32);
  transition: .3s ease;
}

.evContactForm button:hover {
  transform: translateY(-4px);
  background: #0f172a;
}

@media (max-width: 991px) {
  .evContactPremium__container {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}

@media (max-width: 575px) {
  .evContactPremium {
    padding: 80px 14px;
  }

  .evContactPremium__info h2 {
    font-size: 38px;
  }

  .evContactPremium__formBox {
    padding: 26px 18px;
    border-radius: 26px;
  }

  .evContactForm__row {
    grid-template-columns: 1fr;
  }

  .evContactPremium__formHead h3 {
    font-size: 30px;
  }

  .evContactCard {
    padding: 18px;
  }
}