@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/poppins-400.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/poppins-500.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/poppins-600.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/poppins-700.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/static/poppins-800.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/static/poppins-900.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/lato-400.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/lato-700.ttf") format("truetype");
}

:root {
  --bg: #090d15;
  --bg-soft: #0d121d;
  --gold: #f3cc35;
  --gold-dark: #c79a10;
  --green: #43c254;
  --green-dark: #0b8f3d;
  --white: #ffffff;
  --ink: #080b10;
  --line: rgba(243, 204, 53, 0.58);
  --accent: #f3cc35;
  --accent-2: #43c254;
  --badge-ink: #090d15;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--bg);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-select: none;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.tracking-pixel {
  display: none;
}

.promo-shell {
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
}

.promo-hero,
.promo-section {
  overflow: hidden;
  background: var(--bg);
}

.promo-hero {
  min-height: 720px;
  padding: 64px 0 54px;
}

.promo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
  align-items: center;
  gap: 26px;
}

.promo-hero__copy {
  width: 100%;
  max-width: 540px;
}

.promo-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
}

.brand-mark {
  display: inline-flex;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  align-items: center;
  justify-content: center;
}

.brand-mark > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-brand--wordmark {
  margin-bottom: 24px;
}

.promo-brand--wordmark > img {
  width: min(100%, 420px);
  height: auto;
  border-radius: 8px;
}

.promo-brand__wordmark {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.promo-brand small {
  color: #ff7a68;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.promo-brand strong {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.05;
}

.promo-hero h1,
.promo-section h2,
.promo-closing h2,
.promo-closing h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.promo-hero h1 {
  margin-bottom: 26px;
  font-size: 48px;
  line-height: 1.4;
}

.promo-theme-label {
  display: none;
}

.campaign-theme--babies {
  --bg: #3d2922;
  --bg-soft: #ffe3b3;
  --gold: #ff9a52;
  --gold-dark: #c91e5a;
  --green: #31b977;
  --green-dark: #157047;
  --ink: #3d2922;
  --line: rgba(201, 30, 90, 0.72);
  --accent: #ff5252;
  --accent-2: #c91e5a;
  --badge-ink: #3d2922;
}

.campaign-theme--babies .promo-theme-label {
  display: inline-flex;
  margin: 0 0 15px;
  padding: 6px 12px;
  border: 1px solid #ff9a52;
  border-radius: 5px;
  color: #ffffff;
  background: #c91e5a;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.campaign-theme--babies .promo-hero h1 {
  max-width: 620px;
  line-height: 1.22;
}

.campaign-theme--babies .promo-hero h1 mark {
  color: #3d2922;
  background: #ff9a52;
}

.campaign-theme--babies .promo-section--marketplaces,
.campaign-theme--babies .promo-section--benefits {
  color: #3d2922;
  background: #ffe3b3;
}

.campaign-theme--babies .promo-section--marketplaces .promo-button,
.campaign-theme--babies .promo-section--benefits .promo-button {
  color: #fff;
}

.campaign-theme--babies .marketplace-card {
  border: 1px solid #ff9a52;
  box-shadow: 0 5px 0 #ff5252;
}

.campaign-theme--babies .benefit-card {
  border-color: #ff9a52;
  color: #3d2922;
  background: #fff;
}

.campaign-theme--babies .benefit-card p {
  color: #6a4639;
}

.campaign-theme--babies .benefit-card__icon {
  color: #c91e5a;
  filter: none;
}

.campaign-theme--babies .promo-closing {
  background: #ff5252;
}

.campaign-theme--babies .promo-closing h3 mark {
  color: #ff5252;
}

.campaign-theme--babies .promo-footer {
  border-top: 4px solid #c91e5a;
}

.campaign-theme--mimos_feminino {
  --bg: #301d25;
  --bg-soft: #f8f2f4;
  --gold: #d8a65d;
  --gold-dark: #a97936;
  --green: #168f72;
  --green-dark: #0c6d58;
  --ink: #281820;
  --line: rgba(216, 166, 93, 0.58);
  --accent: #d98299;
  --accent-2: #3f8d87;
  --badge-ink: #281820;
}

.campaign-theme--mimos_feminino .promo-theme-label {
  display: inline-flex;
  margin: 0 0 15px;
  padding: 6px 12px;
  border: 1px solid #d8a65d;
  border-radius: 5px;
  color: #fff5df;
  background: #53313d;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.campaign-theme--mimos_feminino .promo-hero h1 {
  max-width: 680px;
  line-height: 1.2;
}

.campaign-theme--mimos_feminino .promo-hero h1 mark {
  color: #281820;
  background: #d98299;
}

.campaign-theme--mimos_feminino .promo-section--marketplaces,
.campaign-theme--mimos_feminino .promo-section--benefits {
  color: #281820;
  background: #f8f2f4;
}

.campaign-theme--mimos_feminino .marketplace-card {
  border: 1px solid #ead8de;
  box-shadow: 0 5px 0 #3f8d87;
}

.campaign-theme--mimos_feminino .benefit-card {
  border-color: #ead8de;
  color: #281820;
  background: #fff;
}

.campaign-theme--mimos_feminino .benefit-card p {
  color: #5e4750;
}

.campaign-theme--mimos_feminino .benefit-card__icon {
  color: #a84e6a;
  filter: none;
}

.campaign-theme--mimos_feminino .promo-closing {
  background: #d8a65d;
}

.campaign-theme--mimos_feminino .promo-closing h3 mark {
  color: #f0c98d;
}

.campaign-theme--mimos_feminino .promo-footer {
  border-top: 4px solid #3f8d87;
}

.campaign-theme--home {
  --bg: #153a34;
  --bg-soft: #f3f7f4;
  --gold: #f2c94c;
  --gold-dark: #b58b16;
  --green: #e24d3f;
  --green-dark: #b8342a;
  --ink: #142b27;
  --line: rgba(49, 135, 103, 0.5);
  --accent: #f2c94c;
  --accent-2: #e24d3f;
  --badge-ink: #153a34;
}

.campaign-theme--technology {
  --bg: #15191c;
  --bg-soft: #f1f6f6;
  --gold: #a8e62e;
  --gold-dark: #6e9f10;
  --green: #08a9bd;
  --green-dark: #067d8d;
  --ink: #111719;
  --line: rgba(8, 169, 189, 0.58);
  --accent: #a8e62e;
  --accent-2: #08a9bd;
  --badge-ink: #111719;
}

.campaign-theme--fashion {
  --bg: #38212d;
  --bg-soft: #fff5f3;
  --gold: #ffbd59;
  --gold-dark: #c98621;
  --green: #e84b63;
  --green-dark: #ba2c43;
  --ink: #2e1823;
  --line: rgba(68, 168, 162, 0.58);
  --accent: #ffbd59;
  --accent-2: #44a8a2;
  --badge-ink: #38212d;
}

.campaign-theme--home .promo-theme-label,
.campaign-theme--technology .promo-theme-label,
.campaign-theme--fashion .promo-theme-label {
  display: inline-flex;
  margin: 0 0 15px;
  padding: 6px 12px;
  border: 1px solid var(--accent);
  border-radius: 5px;
  color: #fff;
  background: color-mix(in srgb, var(--bg) 78%, var(--accent-2));
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.campaign-theme--home .promo-section--marketplaces,
.campaign-theme--home .promo-section--benefits,
.campaign-theme--technology .promo-section--marketplaces,
.campaign-theme--technology .promo-section--benefits,
.campaign-theme--fashion .promo-section--marketplaces,
.campaign-theme--fashion .promo-section--benefits {
  color: var(--ink);
  background: var(--bg-soft);
}

.campaign-theme--home .marketplace-card,
.campaign-theme--technology .marketplace-card,
.campaign-theme--fashion .marketplace-card {
  border: 1px solid color-mix(in srgb, var(--accent-2) 35%, #fff);
  box-shadow: 0 5px 0 var(--accent-2);
}

.campaign-theme--home .benefit-card,
.campaign-theme--technology .benefit-card,
.campaign-theme--fashion .benefit-card {
  border-color: color-mix(in srgb, var(--accent-2) 34%, #fff);
  color: var(--ink);
  background: #fff;
}

.campaign-theme--home .benefit-card p,
.campaign-theme--technology .benefit-card p,
.campaign-theme--fashion .benefit-card p {
  color: color-mix(in srgb, var(--ink) 76%, #fff);
}

.campaign-theme--home .promo-closing,
.campaign-theme--technology .promo-closing,
.campaign-theme--fashion .promo-closing {
  background: var(--accent);
}

.campaign-theme--home .promo-footer,
.campaign-theme--technology .promo-footer,
.campaign-theme--fashion .promo-footer {
  border-top: 4px solid var(--accent-2);
}

mark {
  display: inline-block;
  padding: 2px 12px 7px;
  border-radius: 9px;
  color: var(--ink);
  background: var(--gold);
}

.promo-hero__copy > p {
  margin-bottom: 19px;
  font-size: 19.2px;
  line-height: 1.5;
}

.promo-points {
  display: grid;
  gap: 6px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-button {
  display: inline-flex;
  width: 352px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 30px;
  border: 0;
  border-radius: 100px;
  color: var(--white);
  background: var(--green);
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease;
}

.promo-button:hover {
  background: #39b84b;
  transform: translateY(-2px);
}

.promo-button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.promo-button__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  object-fit: contain;
}

.promo-button:not(.promo-button--hero) .promo-button__icon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

.promo-button--hero {
  width: 398px;
  min-width: 398px;
  min-height: 58px;
}

.promo-hero__note {
  max-width: 570px;
  margin-top: 22px !important;
  font-size: 16px !important;
}

.promo-hero__visual {
  position: relative;
  width: min(100%, 510px);
  margin-bottom: 60px;
  justify-self: end;
}

.promo-theme-objects {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

.promo-theme-objects span {
  position: static;
  display: grid;
  min-width: 92px;
  min-height: 42px;
  place-items: center;
  padding: 8px 13px;
  border: 1px solid color-mix(in srgb, var(--accent) 68%, #fff);
  border-radius: 6px;
  color: var(--badge-ink);
  background: var(--accent);
  box-shadow: 5px 5px 0 var(--accent-2);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transform: none;
}

.promo-hero__visual > img {
  width: 100%;
  height: auto;
}

.promo-hero__phone-brand {
  position: absolute;
  top: 41.2%;
  left: 30.65%;
  display: flex;
  width: 33.7%;
  height: 31.1%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 7px 5px;
  color: #5e6267;
  background: #fff;
  text-align: center;
}

.brand-mark--phone {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.promo-hero__phone-brand strong {
  max-width: 100%;
  color: #5c6065;
  font-size: 13px;
  line-height: 1.1;
}

.promo-hero__phone-brand span {
  font-size: 8.5px;
  line-height: 1.15;
}

.promo-hero__phone-brand b {
  margin-top: 5px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: #119e86;
  font-size: 8px;
  font-weight: 500;
}

.promo-section {
  padding: 72px 0 76px;
}

.promo-section .promo-shell {
  text-align: center;
}

.promo-section-brand {
  width: 76px;
  height: 76px;
  flex-basis: 76px;
  margin: 0 auto 18px;
}

.promo-section h2 {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 1.4;
}

.promo-section--examples h2 {
  line-height: 1.1;
}

.promo-points,
.benefit-card h3 {
  font-family: "Poppins", sans-serif;
}

.promo-section h2 mark {
  padding-inline: 10px;
}

.promo-carousel {
  --index: 0;
  margin: 0 auto 42px;
}

.promo-carousel__viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.promo-carousel__viewport:active,
.promo-carousel.is-dragging .promo-carousel__viewport {
  cursor: grabbing;
}

.promo-carousel__viewport:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.promo-carousel__track {
  display: flex;
  gap: 22px;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms ease;
  will-change: transform;
}

.promo-carousel.is-dragging .promo-carousel__track {
  transition: none;
}

.promo-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.promo-carousel__dots button {
  width: 29px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: rgba(243, 204, 53, 0.33);
  cursor: pointer;
}

.promo-carousel__dots button.is-active {
  background: var(--gold);
}

.marketplace-card {
  display: grid;
  flex: 0 0 calc((100% - 66px) / 4);
  min-width: 0;
  height: 150px;
  place-items: center;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 0 var(--gold);
}

.marketplace-card img {
  width: 100%;
  max-width: 190px;
  max-height: 82px;
  object-fit: contain;
}

.promo-section--examples {
  padding-top: 68px;
}

.promo-carousel--offers {
  width: min(100%, 1120px);
}

.offer-phone {
  container-type: inline-size;
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  aspect-ratio: 650 / 1347;
  min-width: 0;
  overflow: visible;
  color: #f7f7f7;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.offer-phone::after {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: url("/static/iphone-frame-real.png") center / 100% 100% no-repeat;
  content: "";
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.offer-phone__screen {
  position: absolute;
  inset: 2.15% 4.85% 2.1%;
  z-index: 1;
  display: grid;
  grid-template-rows: 5.2% 9.8% 1fr 7.2%;
  overflow: hidden;
  border-radius: 10.5% / 4.9%;
  background: #050505;
}

.offer-phone__status {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2.4cqw 5cqw 0;
  color: #f7f7f7;
  background: #111;
  font-size: 3.4cqw;
  font-weight: 700;
}

.offer-screenshot {
  flex: 0 0 calc((100% - 44px) / 3);
  aspect-ratio: 9 / 16;
  min-width: 0;
  overflow: hidden;
}

.offer-screenshot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.offer-screenshot--raw {
  position: relative;
  aspect-ratio: 9 / 19.5;
  padding: clamp(3px, 0.5vw, 6px);
  border: clamp(6px, 1vw, 11px) solid #171717;
  border-radius: 12% / 5.6%;
  background: #050505;
  box-shadow:
    inset 0 0 0 1px #333,
    0 18px 36px rgba(0, 0, 0, 0.35);
}

.offer-screenshot--raw::before {
  position: absolute;
  top: clamp(8px, 1.2vw, 13px);
  left: 50%;
  z-index: 2;
  width: 27%;
  height: 2.6%;
  border-radius: 999px;
  background: #050505;
  content: "";
  transform: translateX(-50%);
}

.offer-screenshot--raw img {
  border-radius: 10% / 4.8%;
  object-fit: cover;
}

.offer-phone__top {
  display: grid;
  grid-template-columns: 7cqw 13cqw minmax(0, 1fr) 7cqw;
  align-items: center;
  gap: 2cqw;
  padding: 1.3cqw 4cqw 2cqw;
  background: #111;
}

.brand-mark--chat {
  width: 13cqw;
  height: 13cqw;
  flex-basis: 13cqw;
}

.offer-phone__top div {
  display: grid;
  min-width: 0;
}

.offer-phone__top strong {
  overflow: hidden;
  font-size: 4.6cqw;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-phone__top span {
  color: #9da2a6;
  font-size: 3.7cqw;
  line-height: 1.2;
}

.offer-phone__back,
.offer-phone__more {
  color: #f4f4f4 !important;
  font-size: 10cqw !important;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.offer-phone__more {
  font-size: 7cqw !important;
}

.offer-phone__conversation {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 2cqw 3cqw 0;
  background:
    linear-gradient(rgba(8, 18, 24, 0.94), rgba(8, 18, 24, 0.94)),
    repeating-linear-gradient(45deg, #1b2a31 0 0.45cqw, transparent 0.45cqw 8cqw);
}

.offer-phone__body {
  position: relative;
  width: 86%;
  margin-left: 3%;
  padding: 2.2cqw;
  border-radius: 3.4cqw 3.4cqw 3.4cqw 1.1cqw;
  background: #202c33;
  box-shadow: 0 0.5cqw 1cqw rgba(0, 0, 0, 0.35);
}

.offer-phone__sender {
  display: block;
  margin-bottom: 1.25cqw;
  overflow: hidden;
  color: #ff70ad;
  font-size: 3.8cqw;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-phone__product {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.6cqw;
  border-radius: 1.4cqw;
  object-fit: contain;
  background: #fff;
}

.offer-phone__body > strong {
  display: block;
  min-height: 0;
  color: #f5f5f5;
  font-size: 4.8cqw;
  font-weight: 400;
  line-height: 1.26;
}

.offer-phone__price {
  margin: 1cqw 0;
  color: #fff;
  font-size: 5.4cqw;
  font-weight: 400;
  line-height: 1.25;
}

.offer-phone__old-price,
.offer-phone__discount {
  margin: 1.5cqw 0 0;
  color: #f1f1f1;
  font-size: 4.4cqw;
  line-height: 1.25;
}

.offer-phone__discount {
  margin-top: 0.5cqw;
}

.offer-phone__link {
  margin: 1.5cqw 0 3cqw;
  color: #e9e9e9;
  font-size: 4.7cqw;
  font-weight: 400;
  line-height: 1.3;
}

.offer-phone__link u {
  color: #1dc96b;
}

.offer-phone small {
  display: block;
  padding-right: 8cqw;
  color: #f1f1f1;
  font-size: 4.3cqw;
  line-height: 1.25;
}

.offer-phone time {
  display: block;
  margin-top: 3cqw;
  color: #aeb3b0;
  font-size: 3.5cqw;
  text-align: right;
}

.offer-phone__share {
  position: absolute;
  top: 36%;
  right: 1.5cqw;
  display: grid;
  width: 10.5cqw;
  height: 10.5cqw;
  place-items: center;
  border-radius: 50%;
  background: #3b444a;
  box-shadow: 0 0.4cqw 1.2cqw rgba(0, 0, 0, 0.32);
  transform: translateY(-50%);
}

.offer-phone__share img {
  width: 5.8cqw;
  height: 5.8cqw;
}

.offer-phone__composer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4cqw;
  overflow: hidden;
  color: #aeb5b9;
  background: rgba(28, 36, 42, 0.96);
  font-size: 3.7cqw;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.offer-phone__composer b {
  margin: 0 1cqw;
  color: #21c063;
  font-weight: 700;
}

.promo-section--benefits {
  padding-bottom: 84px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 46px;
}

.benefit-card {
  min-height: 340px;
  padding: 36px 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--bg);
}

.benefit-card__icon {
  display: block;
  min-height: 112px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 84px;
  line-height: 1;
  filter: grayscale(1) sepia(1) saturate(5) hue-rotate(355deg);
}

.benefit-card h3 {
  margin-bottom: 16px;
  font-size: 21px;
  text-transform: uppercase;
}

.benefit-card p {
  margin-bottom: 0;
  color: #e7e9e9;
  font-size: 17px;
  line-height: 1.55;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 44px;
}

.proof-chat {
  overflow: hidden;
  border-radius: 18px;
  color: #111;
  background: #f7f3ec;
  text-align: left;
}

.proof-chat__header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  background: #f8f7f4;
}

.proof-chat__header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.brand-mark--proof {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.proof-chat__header div {
  display: grid;
}

.proof-chat__header strong {
  font-size: 14px;
}

.proof-chat__header span {
  color: #778078;
  font-size: 11px;
}

.proof-chat__wallpaper {
  padding: 18px;
  background:
    linear-gradient(rgba(238, 233, 224, 0.74), rgba(238, 233, 224, 0.74)),
    repeating-linear-gradient(45deg, #e3ddd3 0 1px, transparent 1px 19px);
}

.proof-chat__bubble {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.proof-chat__bubble img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  border-radius: 7px;
  object-fit: cover;
}

.proof-chat__bubble strong,
.proof-chat__bubble span {
  display: block;
}

.proof-chat__bubble strong {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.35;
}

.proof-chat__bubble span {
  color: #12824a;
  font-weight: 800;
}

.promo-closing {
  position: relative;
  overflow: hidden;
  padding: 126px 0 94px;
  color: var(--ink);
  background: var(--gold);
  text-align: center;
}

.promo-closing__wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  fill: var(--bg);
}

.promo-closing h2 {
  margin-bottom: 30px;
  font-size: 47px;
}

.promo-closing h3 {
  margin-bottom: 34px;
  font-size: 48px;
}

.promo-closing h3 mark {
  color: var(--gold);
  background: var(--ink);
}

.promo-closing p {
  width: min(100%, 920px);
  margin: 0 auto 14px;
  font-size: 18px;
  line-height: 1.55;
}

.promo-button--dark {
  width: auto;
  margin-top: 24px;
  background: var(--ink);
  box-shadow: none;
}

.promo-button--dark:hover {
  background: #171b20;
}

.promo-footer {
  padding: 26px 20px;
  color: #d2d5d7;
  background: var(--bg);
  text-align: center;
}

.promo-footer p {
  margin: 0;
  font-size: 13px;
}

.mobile-cta {
  position: fixed;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  z-index: 50;
  display: none;
  transform: translateY(130%);
  transition: transform 180ms ease;
}

.mobile-cta.is-visible {
  transform: translateY(0);
}

.mobile-cta .promo-button {
  width: 100%;
  min-height: 54px;
}

@media (max-width: 900px) {
  .promo-hero {
    min-height: 0;
    padding-top: 38px;
  }

  .promo-hero__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .promo-hero__copy {
    text-align: center;
  }

  .promo-brand {
    margin-bottom: 28px;
  }

  .promo-hero h1 {
    font-size: 42px;
  }

  .promo-points {
    justify-items: center;
  }

  .promo-hero__note {
    margin-inline: auto;
  }

  .promo-hero__visual {
    width: min(100%, 500px);
    justify-self: center;
  }

  .marketplace-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .offer-phone,
  .offer-screenshot {
    flex-basis: calc((100% - 22px) / 2);
  }

  .benefit-grid,
  .proof-grid {
    grid-template-columns: 1fr;
    width: min(100%, 560px);
    margin-inline: auto;
  }
}

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 180ms ease;
}

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

.exit-popup.is-open {
  opacity: 1;
}

.exit-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
}

.exit-popup__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 875px);
  min-height: 540px;
  place-items: center;
  align-content: center;
  padding: 64px 72px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--white);
  background: rgba(6, 9, 15, 0.93);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: scale(0.9) translateY(-18px);
}

.exit-popup.is-open .exit-popup__panel {
  animation: exit-popup-bounce-in 300ms ease-out forwards;
}

.exit-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
}

.exit-popup__close:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.exit-popup__eyebrow {
  color: var(--gold);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.exit-popup h2 {
  max-width: 700px;
  margin: 28px 0 20px;
  color: var(--white);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.25;
  text-transform: uppercase;
}

.exit-popup p {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Lato", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.55;
}

.has-exit-popup {
  overflow: hidden;
}

@keyframes exit-popup-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-18px);
  }
  65% {
    opacity: 1;
    transform: scale(1.025) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 620px) {
  .promo-shell {
    width: min(100% - 28px, 331px);
  }

  .promo-hero {
    padding: 26px 0 20px;
  }

  .promo-brand .brand-mark--large {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .promo-brand small {
    font-size: 14px;
  }

  .promo-brand strong {
    font-size: 22px;
  }

  .promo-hero h1 {
    margin-bottom: 20px;
    font-size: 35.2px;
    line-height: 1.3;
  }

  .promo-hero h1 mark {
    padding: 1px 8px 4px;
  }

  .promo-hero__copy > p {
    font-size: 16px;
  }

  .promo-points {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .promo-button,
  .promo-button--hero {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 13px 30px;
    font-size: 19px;
  }

  .promo-button__icon,
  .promo-button:not(.promo-button--hero) .promo-button__icon {
    width: 20.8px;
    height: 20.8px;
    flex-basis: 20.8px;
  }

  .promo-hero__visual {
    width: calc(100% + 12px);
    margin-bottom: 48px;
    margin-left: -6px;
  }

  .promo-hero__phone-brand .brand-mark--phone {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    margin-bottom: 5px;
  }

  .promo-theme-objects span {
    min-width: 68px;
    min-height: 32px;
    padding: 5px 8px;
    font-size: 8px;
    box-shadow: 3px 3px 0 var(--accent-2);
  }

  .promo-hero__phone-brand strong {
    font-size: 10px;
  }

  .promo-hero__phone-brand span {
    margin-top: 3px;
    font-size: 7px;
  }

  .promo-hero__phone-brand b {
    margin-top: 8px;
    padding: 5px 8px;
    font-size: 6px;
  }

  .promo-section {
    padding: 54px 0 58px;
  }

  .promo-section-brand {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }

  .promo-section h2 {
    margin-bottom: 34px;
    font-size: 27.2px;
    line-height: 1.3;
  }

  .promo-carousel__track {
    gap: 8px;
  }

  .marketplace-card {
    flex-basis: calc((100% - 8px) / 2);
    height: 108px;
    padding: 18px;
    border-radius: 12px;
  }

  .offer-phone,
  .offer-screenshot {
    flex-basis: 100%;
  }

  .promo-carousel--offers {
    width: min(100%, 331px);
  }

  .benefit-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .benefit-card__icon {
    min-height: 80px;
    font-size: 64px;
  }

  .promo-closing {
    padding: 96px 0 72px;
  }

  .promo-closing h2,
  .promo-closing h3 {
    font-size: 32px;
  }

  .promo-closing p {
    font-size: 16px;
  }

  .mobile-cta {
    display: block;
  }

  .exit-popup {
    padding: 12px;
  }

  .exit-popup__panel {
    min-height: 0;
    padding: 52px 20px 30px;
    background: rgba(6, 9, 15, 0.99);
  }

  .exit-popup__eyebrow {
    font-size: 38px;
  }

  .exit-popup h2 {
    margin: 20px 0 16px;
    font-size: 25px;
  }

  .exit-popup p {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .exit-popup .promo-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .promo-carousel__track,
  .promo-button,
  .mobile-cta,
  .exit-popup {
    transition: none;
  }

  .exit-popup.is-open .exit-popup__panel {
    animation: none;
    transform: none;
  }
}
