@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-7chpv4kjgogqm7e_dms5.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlowcondensed-htx3l3i-jcgchyj8vi-l6oo_au7b6xht2g.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlowcondensed-htxwl3i-jcgchyj8vi-l6oo_au7b4-lwz3bwuq.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlowcondensed-htxwl3i-jcgchyj8vi-l6oo_au7b4873z3bwuq.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlowcondensed-htxwl3i-jcgchyj8vi-l6oo_au7b46r2z3bwuq.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-7chqv4kjgogqm7e3_-gs51os.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-7chqv4kjgogqm7e30-8s51os.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-7chqv4kjgogqm7e3t-4s51os.woff2") format("woff2");
  font-display: swap;
}

:root {
  --bg: #151017;
  --panel: #231b26;
  --panel-2: #2f2931;
  --text: #ffffff;
  --muted: #b2b2b2;
  --accent: #16f5b6;
  --blue: #0e509c;
  --footer: #070508;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Barlow Condensed", "Barlow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.hero {
  position: relative;
  min-height: max(620px, 89vh);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("../img/vaping-flavored-e-liquid-from-an-electronic-cigare-A5AHZU5-1-min.gif") center / cover no-repeat;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 16, 23, .54);
  mix-blend-mode: luminosity;
}
.hero__content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 36px));
  margin-top: -58px;
  text-align: center;
}
.brand--hero {
  width: 354px;
  margin: 0 auto 28px;
}
h1, h2, h3, p { margin: 0; }
h1 {
  font-size: clamp(48px, 5.25vw, 66px);
  line-height: 1.05;
  font-weight: 700;
}
.hero p {
  max-width: 810px;
  margin: 24px auto 34px;
  color: #fff;
  font-size: clamp(24px, 2.05vw, 26px);
  line-height: 1.3;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 5px;
  padding: 16px 30px;
  font-weight: 600;
  letter-spacing: .76px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.button--gradient {
  background: linear-gradient(210deg, #00ffb3 0%, #0e509c 100%);
  color: #fff;
}
.button--light {
  min-width: 204px;
  background: #fff;
  color: #151017;
}

.stats {
  display: none;
  position: relative;
  z-index: 2;
  width: min(1000px, calc(100% - 40px));
  margin: -64px auto 0;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 15px;
  background: var(--panel);
  padding: 48px 42px;
}
.stat {
  text-align: center;
  padding: 0 18px;
  border-right: 2px solid rgba(178,178,178,.2);
}
.stat:last-child { border-right: 0; }
.stat strong, .stat span {
  color: #fff;
  font-size: clamp(48px, 4.5vw, 80px);
  line-height: .8;
  font-weight: 600;
}
.stat span { color: var(--accent); }
.stat p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.section {
  position: relative;
  overflow: hidden;
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 110px 0;
}
.section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("../img/smoke-element-overlays-ZQPTZ2G-1-1-1.webp") no-repeat;
  background-size: contain;
  opacity: .34;
}
.eyebrow {
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.section h2 {
  font-size: clamp(46px, 4.9vw, 68px);
  line-height: 1.12;
  font-weight: 700;
}
.section__copy > .eyebrow,
.why__copy > .eyebrow {
  margin-bottom: 28px;
}

.about {
  display: grid;
  grid-template-columns: 1.2fr .86fr;
  gap: 72px;
  align-items: center;
}
.about::before {
  left: -160px;
  top: 20px;
  width: 480px;
  height: 480px;
}
.about .section__copy p:last-child {
  margin-top: 28px;
  max-width: 620px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.32;
}
.about__image {
  width: 430px;
  border-radius: 10px;
  justify-self: end;
}

.services {
  width: 100%;
  padding: 110px 20px 150px;
  background: #151017;
}
.services::before {
  inset: 0 auto auto 10%;
  width: 540px;
  height: 540px;
}
.section__center {
  width: min(980px, 100%);
  margin: 0 auto 105px;
  text-align: center;
}
.section__center .eyebrow { margin-bottom: 26px; }
.services__grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 270px 1fr;
  gap: 48px;
  align-items: center;
}
.service-list {
  display: grid;
  gap: 20px;
}
.service-card {
  min-height: 180px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: var(--panel);
}
.service-card h3 {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}
.service-card p {
  color: var(--muted);
  font-size: 24px;
  line-height: 1.35;
}
.services__image {
  width: 270px;
  max-height: 620px;
  object-fit: cover;
  border: 3px solid var(--accent);
  border-radius: 20px;
}
.icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: block;
  background: #403a42;
  color: var(--accent);
  position: relative;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  inset: 22px;
  background: currentColor;
}
.icon-smile::before { border-radius: 50%; }
.icon-smile::after { inset: 36px 27px 26px; border-radius: 0 0 20px 20px; background: #403a42; }
.icon-eye::before { inset: 27px 18px; border-radius: 50% 8px; transform: rotate(45deg); }
.icon-eye::after { inset: 31px; border-radius: 50%; background: #403a42; }
.icon-hand::before { inset: 30px 17px 28px; border-radius: 12px; transform: rotate(-18deg); }
.icon-hand::after { inset: 23px 33px 35px 18px; border-radius: 5px; }
.icon-board::before { inset: 24px 18px 32px; border-radius: 4px; }
.icon-board::after { inset: 43px 26px 21px; border-radius: 2px; }
.icon-chart::before { inset: 19px 30px 20px 21px; border-radius: 28px 0 0 28px; }
.icon-chart::after { inset: 20px 18px 43px 43px; transform-origin: bottom left; transform: skewY(20deg); }
.icon-magic::before { inset: 18px 30px 34px; border-radius: 4px; transform: rotate(45deg); }
.icon-magic::after { inset: 27px 18px 29px 42px; border-radius: 1px; transform: rotate(45deg); }

.solutions {
  padding-top: 30px;
}
.solutions::before {
  right: -180px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  transform: rotate(180deg);
}
.solutions__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
}
.solutions__heading .eyebrow { margin-bottom: 24px; }
.mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--panel);
}
.mosaic article {
  min-height: 380px;
  padding: 86px 80px;
  background: var(--panel);
}
.mosaic h3 {
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}
.mosaic p {
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}
.mosaic img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: saturate(.85) brightness(.72);
}

.why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 130px;
}
.why::before {
  left: -140px;
  top: 90px;
  width: 440px;
  height: 440px;
}
.why__copy p:last-child {
  margin-top: 28px;
  color: var(--muted);
  font-size: 24px;
}
.progress-list { display: grid; gap: 24px; }
.progress strong {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}
.progress span {
  position: relative;
  display: block;
  height: 26px;
  overflow: hidden;
  border-radius: 18px;
  background: #373237;
}
.progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent);
  transition: width 1.25s cubic-bezier(.2,.8,.2,1);
}
.progress.is-visible i {
  width: 100%;
}
.progress em {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  color: #111;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
}

.platform {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 110px;
  align-items: center;
  padding-top: 40px;
}
.platform__image {
  width: 338px;
  justify-self: center;
}
.platform__copy h2 {
  max-width: 560px;
  font-size: clamp(42px, 4vw, 56px);
}
.platform__copy p {
  max-width: 540px;
  margin: 26px 0 34px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.35;
}

.feature-box {
  position: relative;
  z-index: 3;
  width: min(650px, calc(100% - 40px));
  margin: -40px auto -110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  padding: 60px 58px;
  border-radius: 10px;
  background: var(--panel);
}
.feature-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}
.feature-box li {
  position: relative;
  padding-left: 34px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}
.feature-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1aa9ff;
  color: #151017;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.footer {
  padding-top: 140px;
  background: var(--footer);
  text-align: center;
}
.brand--footer {
  width: 202px;
  margin: 0 auto 44px;
}
.footer__info {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 22px;
  margin-bottom: 70px;
}
.footer__info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}
.footer__info p:first-child { text-align: right; }
.footer__info p:last-child { text-align: left; }
.footer__bar {
  background: #fff;
  color: #8a8888;
  padding: 24px 16px;
  font-size: 13px;
  line-height: 1.45;
}
.footer__bar a,
.footer__bar span {
  color: #8a8888;
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0dc152;
  color: #151017;
  box-shadow: 0 4px 18px rgba(0,0,0,.28);
}
.whatsapp svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .section { width: calc(100% - 40px); }
  .about { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 48px; }
  .about__image { width: 100%; max-width: 430px; }
  .services__grid {
    grid-template-columns: minmax(220px, 1fr) 250px minmax(220px, 1fr);
    gap: 28px;
  }
  .services__image { width: 250px; }
  .service-card {
    grid-template-columns: 66px 1fr;
    gap: 16px;
    padding: 18px;
  }
  .icon {
    width: 66px;
    height: 66px;
  }
  .mosaic article { min-height: 330px; padding: 52px 44px; }
  .mosaic img { height: 330px; }
  .why { grid-template-columns: .95fr 1.05fr; gap: 48px; }
  .platform { grid-template-columns: .85fr 1.15fr; gap: 60px; }
  .platform__image { width: 300px; }
}

@media (max-width: 767px) {
  body { font-size: 18px; }
  .hero {
    min-height: 710px;
    background-position: center;
  }
  .hero__content { margin-top: 24px; }
  .brand--hero { width: 76%; margin-bottom: 38px; }
  h1 { font-size: 42px; }
  .hero p { font-size: 22px; }
  .stats {
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
    padding: 40px 24px;
  }
  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(178,178,178,.2);
    padding: 22px 0;
  }
  .stat:last-child { border-bottom: 0; }
  .section { width: calc(100% - 40px); padding: 70px 0; }
  .section h2 { font-size: 42px; }
  .about, .why, .platform { grid-template-columns: 1fr; gap: 42px; }
  .about__image, .platform__image { justify-self: center; }
  .services__grid { grid-template-columns: 1fr; }
  .services__image { order: -1; margin: 0 auto; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic article { min-height: auto; padding: 46px; }
  .mosaic img { height: 330px; }
  .about .section__copy p:last-child,
  .service-card p,
  .why__copy p:last-child,
  .platform__copy p {
    font-size: 21px;
  }
  .about { text-align: center; }
  .services { padding: 70px 20px; }
  .section__center { margin-bottom: 44px; }
  .service-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .solutions__heading {
    display: block;
    text-align: center;
  }
  .solutions__heading .button { margin-top: 28px; }
  .mosaic h3 { font-size: 34px; }
  .mosaic p { font-size: 22px; }
  .progress strong { font-size: 26px; }
  .feature-box {
    grid-template-columns: 1fr;
    margin-top: -10px;
    padding: 42px 36px;
  }
  .footer__info {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer__info p:first-child,
  .footer__info p:last-child {
    text-align: center;
  }
}
