@font-face {
  font-family: Archivo;
  src: url(assets/Archivo-Regular.woff2);
}
@font-face {
  font-family: Archivo;
  src: url(assets/Archivo-Bold.woff2);
  font-weight: 800;
}
.delivery-landing {
  margin: 0;
  background: #f6f8fc;
  color: #07111f;
  font-family: Archivo, Arial, sans-serif;
}
.dl-launch {
  position: relative;
  z-index: 1002;
  height: 34px;
  background: #1747e8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 0.06em;
}
.dl-launch span {
  font-weight: 800;
}
.dl-launch span:first-letter {
  color: #7dffba;
}
.dl-header {
  top: 34px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(9, 24, 62, 0.1);
  box-shadow: 0 8px 30px rgba(5, 20, 57, 0.08);
}
.dl-header.scrolled {
  background: #fff;
}
.dl-header .header-inner {
  width: calc(100% - 64px);
  max-width: none;
}
.dl-header .brand,
.dl-header .brand span,
.dl-header .main-nav > a {
  color: #071231;
}
.dl-header .brand span {
  display: grid;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.015em;
}
.dl-header .brand small {
  display: block;
  margin-top: 4px;
  color: #214ee8;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.dl-header .brand img {
  width: 46px;
  height: 46px;
  margin-right: 11px;
  object-fit: contain;
  filter: none;
}

.dl-header .af-delivery-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.dl-header .af-delivery-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.dl-header .af-delivery-brand span {
  color: #071a45;
}

.dl-header .af-delivery-signature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.dl-header .af-delivery-signature strong {
  color: #071a45;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .035em;
}

.dl-header .af-delivery-signature small {
  margin-top: 6px;
  color: #3158e8;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .dl-header .header-inner { width: calc(100% - 28px); }
  .dl-header .af-delivery-brand { gap: 7px; }
  .dl-header .af-delivery-brand img { width: 40px; height: 40px; }
  .dl-header .af-delivery-signature strong { font-size: 17px; }
  .dl-header .af-delivery-signature small { display: none; }
}
.dl-header .main-nav {
  gap: 24px;
}
.dl-header .main-nav > a {
  position: relative;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
}
.dl-header .main-nav > a:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 2px;
  border-radius: 3px;
  background: #2454ff;
  transition: 0.25s ease;
}
.dl-header .main-nav > a:hover {
  color: #1947e6;
}
.dl-header .main-nav > a:hover:after {
  right: 0;
  left: 0;
}
.dl-header .menu-toggle {
  border-color: rgba(7, 18, 49, 0.15);
  background: #f3f6ff;
}
.dl-header .menu-toggle span {
  background: #071231;
}
.dl-hero {
  min-height: 760px;
  padding: 165px 0 80px;
  background: #07112e;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dl-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(#000, transparent);
}
.dl-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: float 7s ease-in-out infinite;
}
.dl-orb.one {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #1747e85c, transparent 68%);
  right: -100px;
  top: -180px;
}
.dl-orb.two {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #315ff13b, transparent 68%);
  left: -100px;
  bottom: -120px;
  animation-delay: -3s;
}
.dl-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.dl-kicker,
.dl-section-title > span,
.dl-price-copy > span {
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: #8ca5ff;
}
.dl-copy h1 {
  font-size: clamp(54px, 5.5vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 22px 0;
}
.dl-copy h1 em,
.dl-price-copy h2 em {
  font-style: normal;
  color: #6080ff;
}
.dl-copy > p {
  font-size: 16px;
  line-height: 1.7;
  color: #aeb9d5;
  max-width: 650px;
}
.dl-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.dl-demo-link {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.dl-trust {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  font-size: 10px;
  color: #aeb9d5;
}
.dl-trust span::first-letter {
  color: #33d58d;
}
.dl-app-mock {
  position: relative;
}
.dl-browser {
  background: #fff;
  color: #07111f;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 45px 120px #0008;
  transform: perspective(1200px) rotateY(-4deg);
  animation: mockFloat 5s ease-in-out infinite;
}
.dl-browser > header {
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #e6e9f2;
  padding: 0 0 11px;
}
.dl-browser > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7dce7;
}
.dl-browser > header span {
  margin: auto;
  background: #f1f4f9;
  border-radius: 7px;
  padding: 6px 20px;
  font-size: 7px;
  color: #7b8496;
}
.dl-store-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 5px;
}
.dl-store-head > div {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #1747e8;
  color: #fff;
  font-weight: 800;
}
.dl-store-head b,
.dl-store-head small {
  display: block;
}
.dl-store-head b {
  font-size: 11px;
}
.dl-store-head small {
  font-size: 7px;
  color: #7d8597;
  margin-top: 3px;
}
.dl-promo {
  height: 145px;
  background: linear-gradient(125deg, #07112e, #1747e8);
  border-radius: 16px;
  color: #fff;
  padding: 22px;
  position: relative;
}
.dl-promo small,
.dl-promo b {
  display: block;
}
.dl-promo small {
  font-size: 7px;
  color: #aebeff;
}
.dl-promo b {
  font-size: 23px;
  line-height: 1.05;
  margin-top: 12px;
}
.dl-promo span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 8px;
  font-weight: 800;
}
.dl-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.dl-products article {
  background: #f4f6fa;
  border-radius: 11px;
  padding: 10px;
  font-size: 22px;
}
.dl-products b,
.dl-products small {
  display: block;
}
.dl-products b {
  font-size: 8px;
  margin-top: 8px;
}
.dl-products small {
  font-size: 8px;
  color: #087b4a;
  margin-top: 3px;
}
.dl-order-float {
  position: absolute;
  right: -35px;
  bottom: 50px;
  background: #fff;
  color: #07111f;
  border-radius: 14px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 22px 65px #0005;
  animation: orderPop 3s ease-in-out infinite;
}
.dl-order-float > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcf7e9;
  color: #07834e;
}
.dl-order-float small,
.dl-order-float b {
  display: block;
}
.dl-order-float small {
  font-size: 6px;
  color: #7e8798;
}
.dl-order-float b {
  font-size: 9px;
  margin-top: 3px;
}
.dl-problem,
.dl-how,
.dl-faq {
  padding: 100px 0;
}
.dl-section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 42px;
}
.dl-section-title h2 {
  font-size: 47px;
  letter-spacing: -0.05em;
  margin: 12px 0;
}
.dl-section-title p {
  color: #687287;
}
.dl-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dl-problem-grid article {
  background: #fff;
  border: 1px solid #e0e5ef;
  border-radius: 18px;
  padding: 25px;
}
.dl-problem-grid article > b {
  color: #1747e8;
}
.dl-problem-grid h3 {
  font-size: 17px;
  margin: 28px 0 8px;
}
.dl-problem-grid p,
.dl-steps p,
.dl-feature-grid p {
  font-size: 10px;
  line-height: 1.6;
  color: #747e91;
}
.dl-problem-grid .solution {
  background: #1747e8;
  color: #fff;
}
.dl-problem-grid .solution > b,
.dl-problem-grid .solution p {
  color: #fff;
}
.dl-how {
  background: #fff;
}
.dl-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.dl-steps article {
  border: 1px solid #e0e5ef;
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  position: relative;
}
.dl-steps article > span {
  position: absolute;
  top: 15px;
  right: 17px;
  font-size: 10px;
  color: #1747e8;
}
.dl-steps article > div {
  font-size: 35px;
}
.dl-steps h3 {
  font-size: 19px;
  margin: 16px 0 5px;
}
.dl-features {
  background:
    radial-gradient(circle at 15% 5%, rgba(38, 87, 255, 0.11), transparent 28%),
    linear-gradient(180deg, #eef3ff 0%, #f8faff 18%, #f4f7fd 100%);
  color: #071231;
  padding: 105px 0;
}
.dl-section-title.light h2 {
  color: #071231;
}
.dl-section-title.light > span {
  color: #2757ef;
}
.dl-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}
.dl-feature-grid article {
  border: 1px solid #d8e0f0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 17px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(26, 48, 104, 0.06);
  transition: 0.25s;
}
.dl-feature-grid article:hover {
  transform: translateY(-5px);
  border-color: #6382ff;
  box-shadow: 0 20px 38px rgba(38, 81, 212, 0.13);
}
.dl-feature-grid i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #1747e8;
  font-style: normal;
}
.dl-feature-grid h3 {
  color: #071231;
  font-size: 14px;
  margin: 24px 0 6px;
}
.dl-feature-grid p {
  color: #68748b;
}
.dl-roadmap {
  margin-top: 35px;
  border: 1px solid #d6deee;
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(23, 51, 122, 0.06);
}
.dl-roadmap > span {
  font-size: 8px;
  color: #1747e8;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.dl-roadmap > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.dl-roadmap b {
  font-size: 9px;
  padding: 8px 11px;
  background: #fff;
  color: #07111f;
  border-radius: 99px;
}
.dl-price {
  padding: 105px 0;
  background: linear-gradient(135deg, #edf2ff, #fff);
}
.dl-old-plans {
  display: none !important;
}
.dl-coming {
  padding: 110px 0;
  background: linear-gradient(145deg, #edf3ff, #fff);
}
.dl-coming-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
  border: 1px solid #cbd8f4;
  border-radius: 32px;
  background: #fff;
  color: #0a1020;
  overflow: hidden;
  box-shadow: 0 35px 80px rgba(19, 48, 122, 0.17);
}
.dl-coming-copy {
  position: relative;
  z-index: 2;
  padding: 70px;
}
.dl-coming-copy > span {
  color: #2455f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.dl-coming-copy h2 {
  margin: 15px 0 20px;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.brand.brand-full-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 405px;
  min-width: 405px;
  padding: 0;
}
.brand.brand-full-logo > img {
  width: 380px;
  height: auto;
  max-height: 86px;
  border-radius: 0;
  object-fit: contain;
  filter: none;
}
.dl-title-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.dl-title-logo > img {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 20px;
  object-fit: contain;
}
.dl-title-logo > span {
  padding-left: 0;
  color: #2455f5;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.dl-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.dl-footer-brand > img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  object-fit: contain;
}
.dl-footer-brand > span {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.dl-footer-brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.dl-footer .brand-full-logo {
  width: 390px;
  min-width: 390px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.dl-footer .brand-full-logo > img {
  width: 370px;
}
.dl-coming-copy > p {
  max-width: 620px;
  color: #5f6d87;
  font-size: 16px;
  line-height: 1.7;
}
.dl-coming-copy > .dl-site-price-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 174px;
  margin: 26px 0 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, #102964, #2854f2);
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
}
.dl-site-price-teaser::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -115px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.dl-site-price-teaser > small {
  position: relative;
  z-index: 2;
  color: #cbd8ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.dl-coming-copy .dl-site-blurred-price {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0;
  user-select: none;
}
.dl-site-blurred-price > * {
  filter: blur(9px);
  opacity: 0.56;
}
.dl-site-blurred-price span,
.dl-site-blurred-price i {
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
}
.dl-site-blurred-price strong {
  font-size: 65px;
  line-height: 0.9;
}
.dl-site-blurred-price sup {
  font-size: 23px;
}
.dl-coming-copy > .dl-site-price-teaser > b {
  position: absolute;
  z-index: 3;
  top: 76px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 99px;
  background: rgba(6, 24, 70, 0.94);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.09em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}
.dl-coming-copy > .dl-site-price-teaser > p {
  position: relative;
  z-index: 2;
  margin: 2px 0 0;
  color: #b8ffd7;
  font-size: 10px;
  font-weight: 700;
}
.dl-coming-copy > .dl-no-charge {
  display: block;
  max-width: 460px;
  margin-top: 14px;
  color: #aebde3;
  font-size: 9px;
  line-height: 1.55;
}
.dl-coming-copy > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 30px 0;
}
.dl-coming-copy > div b {
  padding: 12px 14px;
  border: 1px solid #dbe4f6;
  border-radius: 11px;
  background: #f7f9fe;
  font-size: 10px;
}
.dl-coming-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e4eaf7;
  background: radial-gradient(circle, rgba(49, 85, 245, 0.18), transparent 66%);
  overflow: hidden;
}
.dl-coming-visual > span {
  position: relative;
  z-index: 3;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid #b8c8f5;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(24, 65, 176, 0.2);
  animation: dlFloat 5s ease-in-out infinite;
}
.dl-coming-visual > .dl-coming-logo img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}
.dl-coming-visual small,
.dl-coming-visual strong {
  position: relative;
  z-index: 3;
}
.dl-coming-visual small {
  margin-top: 28px;
  color: #6d7c9c;
  font-size: 8px;
  letter-spacing: 0.16em;
}
.dl-coming-visual strong {
  margin-top: 5px;
  font-size: 20px;
  color: #0a1020;
}
.dl-coming-ring {
  position: absolute;
  border: 1px solid rgba(49, 85, 245, 0.2);
  border-radius: 50%;
  animation: dlSpin 16s linear infinite;
}
.dl-coming-ring.one {
  width: 310px;
  height: 310px;
}
.dl-coming-ring.two {
  width: 470px;
  height: 470px;
  animation-direction: reverse;
  animation-duration: 23s;
}
.dl-trial-feature {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px 30px;
  border: 2px solid #3155f5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(24, 54, 127, 0.1);
}
.dl-trial-feature > span {
  padding: 16px 18px;
  border-radius: 13px;
  background: #3155f5;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.dl-trial-feature h3 {
  margin: 0 0 5px;
  font-size: 22px;
}
.dl-trial-feature p {
  margin: 0;
  color: #68748b;
  font-size: 11px;
}
@keyframes dlSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 850px) {
  .dl-coming-card {
    grid-template-columns: 1fr;
  }
  .dl-coming-copy {
    padding: 48px 34px;
  }
  .dl-coming-visual {
    min-height: 390px;
  }
  .dl-trial-feature {
    grid-template-columns: 1fr;
  }
  .dl-trial-feature > span,
  .dl-trial-feature .button {
    justify-self: start;
  }
}
@media (max-width: 550px) {
  .dl-coming-copy {
    padding: 38px 24px;
  }
  .dl-coming-copy > div {
    grid-template-columns: 1fr;
  }
  .dl-coming-copy h2 {
    font-size: 44px;
  }
  .brand.brand-full-logo {
    width: 250px;
    min-width: 250px;
  }
  .brand.brand-full-logo > img {
    width: 235px;
  }
  .dl-footer .brand-full-logo {
    width: 300px;
    min-width: 300px;
  }
  .dl-footer .brand-full-logo > img {
    width: 285px;
  }
}
.dl-plan-heading {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}
.dl-plan-heading > span {
  color: #e12632;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.dl-plan-heading h2 {
  margin: 14px 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.dl-plan-heading p {
  color: #68748b;
}
.dl-trial-callout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 15px 17px;
  border: 1px solid #cbd8f4;
  border-radius: 15px;
  background: #fff;
  text-align: left;
  box-shadow: 0 12px 30px rgba(24, 54, 127, 0.06);
}
.dl-trial-callout b {
  color: #1747e8;
  font-size: 11px;
}
.dl-trial-callout span {
  color: #59667f;
  font-size: 10px;
}
.dl-trial-callout a {
  color: #e12632;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.dl-price-layout-dual {
  grid-template-columns: 0.48fr 1.52fr;
  gap: 38px;
  width: min(1460px, calc(100vw - 48px));
}
.dl-plan-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dl-plan-cards .dl-price-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  text-align: left;
  padding: 28px;
}
.dl-plan-cards .dl-price-badge,
.dl-plan-cards .dl-price-card > small,
.dl-plan-cards .dl-big-price,
.dl-plan-cards .dl-price-card > p,
.dl-plan-cards .dl-price-card > strong {
  text-align: center;
}
.dl-plan-for {
  display: grid;
  gap: 5px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 13px;
  background: #f2f5fc;
}
.dl-plan-for small {
  color: #1747e8;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dl-plan-for b {
  font-size: 10px;
  line-height: 1.45;
}
.dl-cancel-rule {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 13px;
  border-left: 3px solid #2454ff;
  border-radius: 4px 10px 10px 4px;
  background: #eef3ff;
}
.dl-cancel-rule b {
  color: #1747e8;
  font-size: 9px;
}
.dl-cancel-rule span {
  color: #68748b;
  font-size: 9px;
  line-height: 1.45;
}
.dl-plan-cards .dl-price-card .button {
  margin-top: auto;
}
.dl-plan-cards .dl-big-price b {
  font-size: 58px;
}
.dl-plan-cards .dl-big-price sup {
  font-size: 23px;
}
.dl-plan-cards ul {
  padding: 16px 0;
  margin: 0 0 18px;
  border-top: 1px solid #e4e8f0;
  text-align: left;
  list-style: none;
}
.dl-plan-cards li {
  padding: 6px 0;
  font-size: 10px;
}
.dl-plan-cards li:before {
  content: "✓";
  margin-right: 7px;
  color: #168151;
  font-weight: 900;
}
.dl-system-card {
  border-color: #d7dfea;
}
.dl-pro-plan {
  position: relative;
  border: 2px solid #2454ff;
  overflow: hidden;
}
.dl-owner-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid #cbd8f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 54, 127, 0.08);
}
.dl-owner-benefit > span {
  padding: 12px 14px;
  border-radius: 12px;
  background: #1747e8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.dl-owner-benefit b {
  font-size: 15px;
}
.dl-owner-benefit p {
  margin: 6px 0 0;
  color: #68748b;
  font-size: 11px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .dl-price-layout-dual {
    grid-template-columns: 1fr;
  }
  .dl-plan-cards {
    max-width: 760px;
  }
}
@media (max-width: 650px) {
  .dl-plan-cards {
    grid-template-columns: 1fr;
  }
  .dl-owner-benefit {
    grid-template-columns: 1fr;
  }
  .dl-trial-callout {
    grid-template-columns: 1fr;
  }
  .dl-trial-callout a {
    justify-self: start;
  }
  .dl-owner-benefit > span {
    justify-self: start;
  }
}
.dl-price-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 90px;
  align-items: center;
}
.dl-price-copy h2 {
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 18px 0;
}
.dl-price-copy p {
  color: #687287;
}
.dl-price-copy ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.dl-price-copy li:before {
  content: "✓";
  color: #07834e;
  margin-right: 8px;
}
.dl-price-card {
  background: #fff;
  border: 1px solid #c9d6ff;
  border-radius: 25px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 35px 80px -55px #07112e;
}
.dl-price-badge {
  display: inline-block;
  background: #eaf0ff;
  color: #1747e8;
  border-radius: 99px;
  padding: 8px 11px;
  font-size: 8px;
  font-weight: 800;
}
.dl-plan-cards .dl-price-badge {
  background: #e8eeff !important;
  color: #1747e8 !important;
}
.dl-pro-plan {
  border-color: #2454ff;
}
.dl-plan-cards .dl-price-card > strong {
  color: #1747e8;
}
.dl-trial-callout a {
  color: #1747e8;
}
.dl-plan-heading > span {
  color: #1747e8;
}
.dl-price-card > small {
  display: block;
  font-size: 8px;
  color: #7e8798;
  margin-top: 17px;
}
.dl-big-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.dl-big-price span {
  font-size: 20px;
  font-weight: 800;
}
.dl-big-price b {
  font-size: 72px;
  letter-spacing: -0.07em;
}
.dl-big-price sup {
  font-size: 30px;
}
.dl-big-price i {
  font-style: normal;
  font-size: 10px;
}
.dl-price-card p {
  font-size: 11px;
}
.dl-price-card > strong {
  display: block;
  color: #07834e;
  font-size: 10px;
  margin: 13px 0 20px;
}
.dl-price-card .button {
  width: 100%;
}
.dl-faq-list {
  max-width: 850px;
  margin: auto;
}
.dl-faq details {
  border-bottom: 1px solid #dfe4ed;
}
.dl-faq summary {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  cursor: pointer;
}
.dl-faq details p {
  color: #6c7588;
  font-size: 11px;
  line-height: 1.6;
  padding-bottom: 18px;
}
.dl-footer {
  background: #050b19;
  color: #fff;
  padding: 35px 0;
}
.dl-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dl-footer p {
  color: #7f8aa5;
}
.dl-footer > a {
  color: #fff;
}
@keyframes float {
  50% {
    transform: translateY(25px);
  }
}
@keyframes mockFloat {
  50% {
    transform: perspective(1200px) rotateY(-2deg) translateY(-8px);
  }
}
@keyframes orderPop {
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 900px) {
  .dl-hero-layout,
  .dl-price-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .dl-app-mock {
    max-width: 620px;
    margin: auto;
  }
  .dl-feature-grid,
  .dl-problem-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .dl-launch {
    height: auto;
    padding: 8px;
    flex-direction: column;
    gap: 3px;
  }
  .dl-header {
    top: 50px;
  }
  .dl-header-cta {
    display: none;
  }
  .dl-hero {
    padding-top: 150px;
  }
  .dl-copy h1 {
    font-size: 47px;
  }
  .dl-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .dl-trust {
    flex-wrap: wrap;
  }
  .dl-browser {
    transform: none;
  }
  .dl-order-float {
    right: 0;
  }
  .dl-problem,
  .dl-how,
  .dl-faq,
  .dl-features,
  .dl-price {
    padding: 70px 0;
  }
  .dl-section-title h2,
  .dl-price-copy h2 {
    font-size: 36px;
  }
  .dl-problem-grid,
  .dl-feature-grid,
  .dl-steps {
    grid-template-columns: 1fr;
  }
  .dl-price-copy ul {
    grid-template-columns: 1fr;
  }
  .dl-footer .wrap {
    flex-direction: column;
    gap: 18px;
  }
}

/* Planos: identidade exclusivamente azul */
.dl-price .dl-price-badge {
  background: #e8eeff !important;
  color: #1747e8 !important;
}
.dl-price .dl-price-card > strong {
  color: #1747e8 !important;
}
.dl-price .dl-owner-benefit > span {
  background: #1747e8 !important;
}
.dl-price .dl-plan-heading > span,
.dl-price .dl-trial-callout a,
.dl-price .dl-plan-for small,
.dl-price-copy > span {
  color: #1747e8 !important;
}

/* Fictional store brand and richer motion */
.dl-demo-brand {
  position: absolute;
  z-index: 6;
  right: 2%;
  top: -8px;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 11px 16px;
  border: 1px solid rgba(32, 79, 255, 0.2);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 35px rgba(10, 28, 77, 0.17);
  backdrop-filter: blur(12px);
  animation:
    dlBrandIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both,
    dlFloat 6s 1s ease-in-out infinite;
}
.dl-demo-crown {
  grid-row: 1/3;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1539ba, #265cff);
}
.dl-demo-crown:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
}
.dl-demo-crown i {
  width: 6px;
  border-radius: 6px 6px 0 0;
  background: #fff;
  transform-origin: bottom;
  animation: dlCrown 2.5s ease-in-out infinite;
}
.dl-demo-crown i:nth-child(1) {
  height: 14px;
  transform: rotate(-18deg);
}
.dl-demo-crown i:nth-child(2) {
  height: 21px;
  animation-delay: 0.15s;
}
.dl-demo-crown i:nth-child(3) {
  height: 14px;
  transform: rotate(18deg);
  animation-delay: 0.3s;
}
.dl-demo-brand > b {
  align-self: end;
  color: #07153c;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.dl-demo-brand > small {
  align-self: start;
  color: #e12632;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.22em;
}
.dl-mini-cover {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  overflow: hidden;
}
.dl-mini-cover:after,
.dl-screen-hero:after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -25%;
  width: 20%;
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.3);
  animation: dlShine 4s ease-in-out infinite;
}
.dl-mini-logo {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}
.dl-mini-logo i {
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
.dl-mini-cover em {
  position: absolute;
  bottom: 7px;
  color: #fff;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.dl-mini-products i {
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 6px !important;
  background: linear-gradient(150deg, #f2f5fb, #fff) !important;
  font-style: normal;
  transition: 0.25s;
}
.dl-mini-products i:hover {
  transform: translateY(-4px);
  border-color: #265aff;
}
.dl-mini-products i > b {
  color: #163bc0;
  font-size: 9px;
}
.dl-mini-products i > small {
  color: #12804c;
  font-size: 6px;
  font-style: normal;
}
.dl-screen {
  overflow: hidden;
}
.dl-screen-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 10px;
}
.dl-screen-logo {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: #1646df;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.dl-screen-brand b {
  font-size: 9px;
}
.dl-screen-brand small {
  margin-left: auto;
  color: #e12632;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dl-screen-hero {
  position: relative !important;
  display: grid;
  align-content: center;
  gap: 4px;
  margin-top: 0 !important;
  padding: 16px 22px !important;
  overflow: hidden;
}
.dl-screen-hero span {
  font-size: 7px;
  letter-spacing: 0.12em;
}
.dl-screen-hero b {
  font-size: 17px;
}
.dl-screen-hero em {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 5px 7px;
  border-radius: 6px;
  background: #e12632;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
}
.dl-screen-list span {
  position: relative;
  display: grid !important;
  grid-template-columns: 43px 1fr !important;
  grid-template-rows: 1fr 1fr;
  gap: 0 8px;
  align-items: center;
  padding: 7px !important;
  background: #fff !important;
  transition: 0.3s;
}
.dl-screen-list span:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(19, 50, 135, 0.12);
}
.dl-screen-list span > i {
  grid-row: 1/3;
  width: 43px;
  height: 48px;
  border-radius: 7px;
  background: linear-gradient(140deg, #dce4f6, #f8faff);
}
.dl-screen-list span > b {
  align-self: end;
  font-size: 7px;
}
.dl-screen-list span > small {
  align-self: start;
  color: #14804e;
  font-size: 7px;
}
.dl-sale-pop {
  position: absolute;
  z-index: 8;
  right: -12px;
  bottom: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 17px 40px rgba(8, 25, 75, 0.23);
  animation: dlPop 5s ease-in-out infinite;
}
.dl-sale-pop > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: #e12632;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.dl-sale-pop div {
  display: grid;
}
.dl-sale-pop small {
  color: #e12632;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dl-sale-pop b {
  font-size: 13px;
}
.dl-sync-pop {
  position: absolute;
  z-index: 7;
  left: 36%;
  bottom: -7px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 20px;
  background: #10245d;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 25px rgba(9, 25, 75, 0.24);
  animation: dlSync 4s 0.4s ease-in-out infinite;
}
.dl-sync-pop i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #29d78b;
  box-shadow: 0 0 0 5px rgba(41, 215, 139, 0.14);
}
.dl-showcase:hover .dl-phone {
  transform: rotate(-3deg) translateY(-8px);
}
.dl-showcase:hover .dl-screen {
  transform: rotateY(0) translateX(-5px);
}
.dl-phone,
.dl-screen {
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes dlBrandIn {
  from {
    opacity: 0;
    transform: translateY(-22px) scale(0.85);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dlCrown {
  50% {
    transform: scaleY(1.2);
  }
}
@keyframes dlPop {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}
@keyframes dlSync {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
}
@media (max-width: 600px) {
  .dl-demo-brand {
    right: -5%;
    transform: scale(0.8);
  }
  .dl-sale-pop {
    right: -8%;
  }
  .dl-sync-pop {
    left: 26%;
  }
}

/* Detailed product showcase */
.dl-showcases {
  display: grid;
  gap: 28px;
  margin-top: 70px;
}
.dl-showcase {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
  align-items: center;
  min-height: 560px;
  padding: 62px;
  border: 1px solid rgba(137, 160, 230, 0.24);
  border-radius: 32px;
  background: linear-gradient(135deg, #fff 0%, #f1f5ff 100%);
  color: #071231;
  overflow: hidden;
}
.dl-showcase.reverse {
  grid-template-columns: 1.22fr 0.78fr;
  border-color: #cbd8f3;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(37, 84, 255, 0.13),
      transparent 32%
    ),
    linear-gradient(135deg, #e8efff 0%, #f7f9ff 58%, #edf3ff 100%);
  color: #071231;
}
.dl-showcase.reverse .dl-showcase-copy {
  order: 2;
}
.dl-showcase.reverse .dl-showcase-copy h3,
.dl-showcase.reverse .dl-showcase-copy li {
  color: #071231;
}
.dl-showcase-copy > span {
  color: #e12632;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.dl-showcase-copy h3 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 3.2vw, 53px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.dl-showcase-copy p {
  color: #5a657d;
  font-size: 17px;
  line-height: 1.65;
}
.dl-showcase.reverse .dl-showcase-copy p {
  color: #53617b;
}
.dl-showcase-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.dl-showcase-copy li {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
  font-weight: 800;
}
.dl-showcase-copy li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2454ff;
}
.dl-showcase.reverse .dl-showcase-copy li:before {
  color: #ff4350;
}
.dl-device-stage {
  position: relative;
  height: 410px;
  perspective: 1000px;
}
.dl-screen {
  position: absolute;
  right: 0;
  top: 34px;
  width: 76%;
  height: 330px;
  padding: 15px;
  border: 8px solid #11182b;
  border-radius: 17px;
  background: #f7f9ff;
  box-shadow: 0 36px 60px rgba(15, 33, 85, 0.24);
  transform: rotateY(-6deg);
}
.dl-screen-bar {
  display: flex;
  gap: 5px;
}
.dl-screen-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9dfeb;
}
.dl-screen-hero {
  margin-top: 14px;
  height: 100px;
  padding: 22px;
  border-radius: 11px;
  background: linear-gradient(125deg, #0b1e53, #2259ff);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.dl-screen-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.dl-screen-list span {
  height: 70px;
  border: 1px solid #e1e6f0;
  border-radius: 9px;
  background: linear-gradient(90deg, #eef2fa 32%, #fff 32%);
}
.dl-phone {
  position: absolute;
  z-index: 3;
  left: 2%;
  top: 5px;
  width: 185px;
  height: 385px;
  padding: 24px 13px 15px;
  border: 8px solid #101726;
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 30px 55px rgba(8, 22, 63, 0.32);
  transform: rotate(-7deg);
  animation: dlFloat 6s ease-in-out infinite;
}
.dl-phone-top {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 54px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #252b38;
}
.dl-mini-cover {
  height: 78px;
  border-radius: 9px;
  background: linear-gradient(135deg, #102253, #2c62ff);
}
.dl-phone > b {
  display: block;
  margin-top: 12px;
  font-size: 11px;
}
.dl-phone > small {
  color: #198650;
  font-size: 7px;
  font-weight: 800;
}
.dl-mini-search {
  margin-top: 12px;
  padding: 8px;
  border-radius: 6px;
  background: #f1f4fa;
  color: #8690a6;
  font-size: 7px;
}
.dl-mini-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}
.dl-mini-products i {
  height: 63px;
  border: 1px solid #e4e8f1;
  border-radius: 7px;
  background: linear-gradient(#eef2f8 50%, #fff 50%);
}
.dl-dashboard-mock,
.dl-order-board,
.dl-campaign-mock,
.dl-report-mock {
  padding: 24px;
  border: 1px solid rgba(116, 147, 255, 0.4);
  border-radius: 22px;
  background: #fff;
  color: #111a31;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  transform: perspective(900px) rotateY(3deg);
  transition: 0.45s ease;
}
.dl-showcase:hover .dl-dashboard-mock,
.dl-showcase:hover .dl-order-board,
.dl-showcase:hover .dl-campaign-mock,
.dl-showcase:hover .dl-report-mock {
  transform: perspective(900px) rotateY(0) translateY(-8px);
}
.dl-dashboard-mock header,
.dl-report-mock header,
.dl-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6eaf2;
}
.dl-dashboard-mock header span {
  color: #098955;
  font-size: 10px;
  font-weight: 900;
}
.dl-stock-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 4px 12px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid #edf0f5;
}
.dl-stock-row i {
  grid-row: 1/3;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #e7edff;
}
.dl-stock-row b {
  font-size: 12px;
}
.dl-stock-row small {
  grid-column: 2;
  color: #727d91;
}
.dl-stock-row strong {
  grid-column: 3;
  grid-row: 1/3;
  padding: 7px 9px;
  border-radius: 8px;
  background: #e7f7ef;
  color: #087d4a;
  font-size: 9px;
}
.dl-stock-row.alert strong {
  background: #fff0f1;
  color: #d51c2a;
}
.dl-board-head span {
  padding: 7px 10px;
  border-radius: 20px;
  background: #e12632;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.dl-board-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.dl-board-cols section {
  padding: 12px;
  border-radius: 12px;
  background: #f1f4fa;
}
.dl-board-cols section > small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.dl-board-cols article {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  padding: 13px;
  border-left: 3px solid #2758ff;
  border-radius: 8px;
  background: #fff;
}
.dl-board-cols article b {
  font-size: 10px;
}
.dl-board-cols article span,
.dl-board-cols article em {
  color: #687489;
  font-size: 8px;
  font-style: normal;
}
.dl-map-mock {
  position: relative;
  height: 390px;
  border-radius: 26px;
  background: #dce5f5;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.dl-map-grid {
  position: absolute;
  inset: -30%;
  transform: rotate(18deg);
  background:
    linear-gradient(90deg, transparent 48%, #fff 48% 52%, transparent 52%),
    linear-gradient(transparent 48%, #fff 48% 52%, transparent 52%);
  background-size: 90px 90px;
}
.dl-map-mock .pin {
  position: absolute;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #2254ff;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(20, 58, 170, 0.3);
}
.dl-map-mock .pin.one {
  left: 28%;
  top: 25%;
}
.dl-map-mock .pin.two {
  left: 63%;
  top: 18%;
}
.dl-map-mock .pin.three {
  left: 55%;
  top: 57%;
  background: #e12632;
}
.dl-route-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  color: #11182c;
}
.dl-route-card small {
  color: #e12632;
  font-size: 9px;
  font-weight: 900;
}
.dl-route-card span {
  color: #667187;
  font-size: 11px;
}
.dl-campaign-mock {
  display: grid;
  gap: 20px;
  background: #0d1e50;
  color: #fff;
}
.dl-coupon {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 32px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: linear-gradient(135deg, #204fff, #10235c);
  overflow: hidden;
}
.dl-coupon:after {
  content: "%";
  position: absolute;
  right: -15px;
  bottom: -45px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 180px;
  font-weight: 900;
}
.dl-coupon small {
  font-weight: 800;
  letter-spacing: 0.13em;
}
.dl-coupon b {
  font-size: 28px;
}
.dl-coupon strong {
  color: #ff4a56;
  font-size: 38px;
}
.dl-campaign-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.dl-campaign-stats span {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
}
.dl-campaign-stats small {
  font-size: 8px;
  color: #9fb1e6;
}
.dl-campaign-stats b {
  font-size: 16px;
}
.dl-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.dl-kpis article {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 12px;
  background: #f3f6fc;
}
.dl-kpis small {
  color: #737e92;
  font-size: 8px;
}
.dl-kpis b {
  font-size: 18px;
}
.dl-kpis em {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #07824e;
  font-size: 9px;
  font-style: normal;
}
.dl-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 170px;
  margin-top: 20px;
  padding: 18px 18px 0;
  border-left: 1px solid #e0e5ef;
  border-bottom: 1px solid #e0e5ef;
}
.dl-bars i {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#e12632, #2558ff);
  animation: dlBarGrow 1.1s ease both;
  transform-origin: bottom;
}
.dl-roadmap {
  margin-top: 32px;
}
@keyframes dlBarGrow {
  from {
    transform: scaleY(0.1);
  }
}
@media (max-width: 900px) {
  .dl-showcase,
  .dl-showcase.reverse {
    grid-template-columns: 1fr;
    padding: 42px;
  }
  .dl-showcase.reverse .dl-showcase-copy {
    order: 0;
  }
  .dl-device-stage {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .dl-showcases {
    margin-top: 45px;
  }
  .dl-showcase,
  .dl-showcase.reverse {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 23px;
  }
  .dl-showcase-copy h3 {
    font-size: 34px;
  }
  .dl-showcase-copy p {
    font-size: 15px;
  }
  .dl-device-stage {
    height: 340px;
    transform: scale(0.88);
  }
  .dl-screen {
    width: 88%;
  }
  .dl-phone {
    left: -8%;
  }
  .dl-board-cols {
    grid-template-columns: 1fr;
  }
  .dl-board-cols section:nth-child(n + 2) {
    display: none;
  }
  .dl-campaign-stats {
    grid-template-columns: 1fr;
  }
  .dl-map-mock {
    height: 330px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dl-orb,
  .dl-browser,
  .dl-order-float {
    animation: none;
  }
}

/* Editorial premium sections */
.dl-red-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d91f2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.dl-red-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #e12632;
}
.dl-human,
.dl-customer {
  padding: 110px 0;
  background: #fff;
}
.dl-human-grid,
.dl-customer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.dl-human-photo,
.dl-customer-photo {
  position: relative;
  min-width: 0;
}
.dl-human-photo img,
.dl-customer-photo img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 32px 80px rgba(10, 25, 72, 0.2);
}
.dl-human-photo:after,
.dl-customer-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.dl-human-photo.image-unavailable,
.dl-customer-photo.image-unavailable {
  min-height: 420px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 24% 28%, rgba(52, 91, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #f7f9ff 0%, #e9efff 52%, #dce6ff 100%);
}

.dl-human-photo.image-unavailable::before,
.dl-customer-photo.image-unavailable::before {
  content: "ADEGA FÁCIL DELIVERY";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: #2049d8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
}

.dl-site-coming-price span,
.dl-site-coming-price i,
.dl-site-coming-price sup {
  display: none;
}

.dl-site-coming-price strong {
  font-size: 0;
}

.dl-site-coming-price strong::after {
  content: "EM BREVE";
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  letter-spacing: 0.04em;
}

.delivery-separation {
  padding: 32px 0;
  background: #f4f7ff;
}

.delivery-separation .product-separation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.delivery-separation .product-choice {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid #cfdbff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 38, 91, 0.08);
}

.delivery-separation .product-choice.active {
  border-color: #3158f5;
  background: linear-gradient(145deg, #f7f9ff, #eaf0ff);
}

.delivery-separation .product-choice h2 {
  margin: 12px 0 8px;
}

.delivery-separation .product-choice p {
  margin: 0 0 14px;
  color: #344054;
}

@media (max-width: 720px) {
  .delivery-separation .product-separation-grid {
    grid-template-columns: 1fr;
  }

  .delivery-separation .product-choice {
    min-height: auto;
    padding: 22px;
  }
}
.dl-live-pill {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(7, 18, 49, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(14px);
}
.dl-live-pill i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3344;
  box-shadow: 0 0 0 6px rgba(255, 51, 68, 0.18);
  animation: dlPulse 1.8s infinite;
}
.dl-photo-order,
.dl-rating-card {
  position: absolute;
  right: -28px;
  bottom: 28px;
  display: grid;
  gap: 5px;
  width: min(310px, 75%);
  padding: 20px 22px;
  border: 1px solid rgba(30, 71, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 22px 55px rgba(9, 30, 86, 0.22);
  backdrop-filter: blur(18px);
  animation: dlFloat 5s ease-in-out infinite;
}
.dl-photo-order small {
  color: #df202f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.dl-photo-order b {
  font-size: 15px;
}
.dl-human-copy h2,
.dl-customer-copy h2 {
  margin: 17px 0 20px;
  color: #071231;
  font-size: clamp(43px, 4vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.dl-human-copy h2 em,
.dl-customer-copy h2 em {
  color: #1f4fff;
  font-style: normal;
}
.dl-human-copy > p,
.dl-customer-copy > p {
  max-width: 590px;
  color: #46516d;
  font-size: 18px;
  line-height: 1.7;
}
.dl-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 32px 0;
}
.dl-impact-grid article {
  min-height: 136px;
  padding: 20px 16px;
  border: 1px solid #dfe5f2;
  border-radius: 17px;
  background: #f8faff;
  transition: 0.3s ease;
}
.dl-impact-grid article:hover {
  transform: translateY(-7px);
  border-color: #1f4fff;
  box-shadow: 0 16px 35px rgba(31, 79, 255, 0.12);
}
.dl-impact-grid b {
  display: block;
  margin-bottom: 8px;
  color: #e12632;
  font-size: 34px;
  line-height: 1;
}
.dl-impact-grid span {
  color: #202b46;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.dl-text-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #0b35c9;
  font-weight: 800;
}
.dl-text-action span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e8eeff;
  transition: 0.25s;
}
.dl-text-action:hover span {
  transform: translateX(5px);
  background: #d91f2b;
  color: #fff;
}
.dl-customer {
  background: linear-gradient(135deg, #f4f7ff 0%, #fff 62%);
}
.dl-customer-grid {
  grid-template-columns: 0.9fr 1.1fr;
}
.dl-customer-photo {
  order: 2;
}
.dl-customer-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.dl-customer-copy li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 16px 18px 16px 54px;
  border: 1px solid #e2e7f2;
  border-radius: 16px;
  background: #fff;
}
.dl-customer-copy li:before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 18px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #e9efff;
  color: #1647ef;
  font-weight: 900;
}
.dl-customer-copy li b {
  font-size: 15px;
}
.dl-customer-copy li span {
  color: #606b83;
  font-size: 13px;
}
.dl-rating-card {
  right: auto;
  left: -28px;
}
.dl-rating-card b {
  font-size: 17px;
}
.dl-rating-card span {
  color: #657087;
  font-size: 12px;
}
.dl-rating-card i {
  color: #e12632;
  font-style: normal;
  letter-spacing: 0.13em;
}
.dl-launch span {
  color: #ff3544;
}
.dl-price-badge {
  background: #e12632 !important;
}
.dl-price-card strong {
  color: #d81f2c;
}
.dl-feature-grid article:hover i {
  background: #e12632;
  color: #fff;
}
.dl-copy .button-primary {
  position: relative;
  overflow: hidden;
}
.dl-copy .button-primary:after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 24%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.42);
  animation: dlShine 4.2s ease-in-out infinite;
}
@keyframes dlPulse {
  50% {
    box-shadow: 0 0 0 10px rgba(255, 51, 68, 0);
  }
}
@keyframes dlShine {
  0%,
  68% {
    left: -35%;
  }
  88%,
  100% {
    left: 125%;
  }
}
@media (max-width: 900px) {
  .dl-human-grid,
  .dl-customer-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .dl-customer-photo {
    order: 0;
  }
  .dl-human-photo img,
  .dl-customer-photo img {
    height: 480px;
  }
  .dl-photo-order {
    right: 18px;
  }
  .dl-rating-card {
    left: 18px;
  }
}
@media (max-width: 600px) {
  .dl-human,
  .dl-customer {
    padding: 70px 0;
  }
  .dl-human-photo img,
  .dl-customer-photo img {
    height: 390px;
    border-radius: 22px;
  }
  .dl-impact-grid {
    grid-template-columns: 1fr;
  }
  .dl-impact-grid article {
    min-height: auto;
  }
  .dl-photo-order,
  .dl-rating-card {
    right: 12px;
    left: 12px;
    width: auto;
    bottom: 12px;
  }
  .dl-human-copy h2,
  .dl-customer-copy h2 {
    font-size: 40px;
  }
}
.delivery-separation {
  padding: 34px 0;
  border-top: 1px solid #dde5f5;
  border-bottom: 1px solid #dde5f5;
  background: #f5f8ff;
}
.delivery-separation .product-choice.active {
  background: linear-gradient(145deg, #eef3ff, #fff);
}
.dl-product-definition {
  display: inline-block;
  margin: -8px 0 12px;
  color: #2455f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.dl-modal-open { overflow: hidden; }
.dl-interest-modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 24px; }
.dl-interest-modal[hidden] { display: none; }
.dl-interest-backdrop { position: absolute; inset: 0; background: rgba(4, 15, 40, .68); backdrop-filter: blur(7px); }
.dl-interest-dialog { position: relative; width: min(720px, 100%); max-height: calc(100vh - 40px); overflow: auto; border: 1px solid #cdd9ff; border-radius: 30px; background: #fff; padding: 42px; color: #071327; box-shadow: 0 35px 100px rgba(4, 20, 55, .3); animation: dlInterestIn .24s ease-out; }
.dl-interest-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid #dce3f2; border-radius: 50%; background: #f4f7fc; color: #071327; font-size: 25px; cursor: pointer; }
.dl-interest-kicker { color: #2455f5; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.dl-interest-dialog h2 { margin: 12px 50px 8px 0; font-size: clamp(30px, 5vw, 48px); line-height: 1; letter-spacing: -.04em; }
.dl-interest-dialog > p { margin: 0 0 26px; color: #5e6b82; font-size: 16px; }
.dl-interest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dl-interest-dialog label { display: grid; gap: 7px; color: #142039; font-size: 12px; font-weight: 800; }
.dl-interest-dialog input { min-width: 0; height: 52px; border: 1px solid #d8dfed; border-radius: 14px; background: #f8faff; padding: 0 15px; color: #071327; font: inherit; font-size: 15px; outline: none; }
.dl-interest-dialog input:focus { border-color: #2455f5; box-shadow: 0 0 0 4px rgba(36, 85, 245, .11); }
.dl-interest-email { margin-top: 16px; }
.dl-interest-consent { grid-template-columns: auto 1fr !important; align-items: center; margin: 18px 0 0; font-weight: 600 !important; }
.dl-interest-consent input { width: 18px; height: 18px; padding: 0; accent-color: #2455f5; }
.dl-interest-trap { position: fixed !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
.dl-interest-feedback { min-height: 20px; margin: 12px 0 4px; font-size: 13px; font-weight: 800; }
.dl-interest-feedback.success { color: #08783d; }
.dl-interest-feedback.error { color: #c91d2e; }
.dl-interest-feedback.recognized { border: 1px solid #bfd0ff; border-radius: 12px; background: #eef3ff; padding: 10px 12px; color: #1742c8; }
.dl-interest-dialog form > button { width: 100%; justify-content: center; margin-top: 6px; }
.dl-interest-dialog form > small { display: block; margin-top: 12px; color: #77839a; text-align: center; }
@keyframes dlInterestIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
@media (max-width: 600px) {
  .dl-interest-modal { padding: 10px; }
  .dl-interest-dialog { padding: 34px 20px 24px; border-radius: 23px; }
  .dl-interest-grid { grid-template-columns: 1fr; gap: 12px; }
  .dl-interest-dialog h2 { font-size: 34px; }
}
