:root {
  --black: #030006;
  --ink: #08020f;
  --purple: #4b1761;
  --purple-deep: #24072f;
  --violet: #ab00ff;
  --magenta: #e34fa5;
  --lime: #b3d600;
  --gold: #ffcc00;
  --soft: #f7f2e8;
  --text: #080808;
  --muted: #74747c;
  --line: #2c3b51;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--soft);
  font-family: "Poppins", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg,
video {
  max-width: 100%;
}

h1,
h2,
h3,
p,
li,
a {
  overflow-wrap: anywhere;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 32px);
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  text-decoration: none;
}

.brand img {
  width: 132px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2.4vw, 34px);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 800;
}

.nav a {
  color: var(--white);
  text-decoration: none;
}

.nav a.active,
.nav a:hover {
  color: var(--violet);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: 38px;
  padding: 96px max(24px, calc((100vw - 1280px) / 2)) 70px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .98) 0%, rgba(5, 0, 8, .96) 32%, rgba(74, 25, 91, .98) 100%);
  overflow: hidden;
}

.hero-copy {
  max-width: 690px;
}

.hero h1 {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 strong,
.packs h2 strong {
  color: var(--lime);
}

.hero p {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 700;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.hero-button {
  border-color: var(--white);
  color: var(--white);
  background: rgba(255, 255, 255, .04);
}

.hero-button span {
  color: var(--gold);
  font-size: 20px;
}

.test-button {
  margin-left: 12px;
  color: var(--white);
  border-color: var(--white);
  background: rgba(255, 255, 255, .04);
}

.button.dark {
  width: min(320px, 100%);
  margin: 10px auto 0;
  background: #000;
  color: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual img {
  width: min(640px, 100%);
  height: auto;
  display: block;
  transform: translateY(35px);
}

.section {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0;
}

.packs,
.why,
.banner,
.faq-section,
.news-section,
.site-footer,
.content-card {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.intro {
  text-align: center;
}

.intro h2,
.packs h2,
.why h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro > p,
.packs > p,
.why > p,
.kicker {
  margin: 24px auto 28px;
  color: var(--muted);
  font-size: 19px;
}

.devices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.seo-copy {
  padding-top: 20px;
}

.seo-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.15;
}

.seo-copy p,
.seo-copy li {
  color: #2c2c32;
  font-size: 18px;
}

.seo-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.device-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 2px solid #34455e;
  border-radius: 14px;
  background: transparent;
}

.device-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.device-card h3 {
  margin: 18px 0 14px;
  font-size: 25px;
}

.device-card p {
  max-width: 260px;
  margin: 0;
  font-size: 22px;
  line-height: 1.05;
}

.packs {
  padding-top: 64px;
  text-align: center;
}

.kicker {
  display: block;
  margin-bottom: 28px;
}

.alert {
  width: min(910px, 100%);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 36px auto;
  padding: 18px 30px;
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .28);
  text-align: left;
}

.alert span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.alert p {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 34px;
}

.price-card {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .32);
  text-align: left;
}

.price-head {
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  border-radius: 12px 12px 0 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--magenta), #b200ff);
  text-align: center;
}

.featured .price-head {
  background: linear-gradient(135deg, #050008, var(--purple-deep));
}

.card-logo {
  width: 138px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.price-head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.price-card .price {
  width: max-content;
  margin: -31px auto 28px;
  padding: 4px 14px;
  border-radius: 10px;
  color: var(--white);
  background: #000;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 900;
}

.price-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0 28px 24px;
  list-style: none;
  font-size: 18px;
}

.price-card .button.dark {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.price-card li {
  position: relative;
  padding-left: 34px;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--white);
  background: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.featured li::before {
  background: var(--gold);
}

.why {
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.why-grid article {
  min-height: 360px;
  padding: 48px 18px 28px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(180deg, #050007, var(--purple));
}

.why-grid img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin: 0 auto;
}

.why-grid h3 {
  margin: 24px 0 20px;
  font-size: 22px;
  text-transform: uppercase;
}

.why-grid p {
  margin: 0 auto;
  max-width: 300px;
  font-size: 18px;
}

.banner {
  min-height: 410px;
  display: flex;
  align-items: center;
  padding: 54px max(24px, calc((100vw - 1220px) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .38)),
    image-set(url("assets/banner.webp") type("image/webp"), url("assets/banner.jpg") type("image/jpeg")) center/cover;
}

.banner h2 {
  max-width: 1280px;
  margin: 0 0 24px;
  font-size: 34px;
}

.banner ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 21px;
  font-weight: 800;
}

.banner li::before {
  content: "+ ";
}

.faq-section {
  width: min(1220px, calc(100% - 48px));
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 8px;
  text-align: left;
}

details {
  background: var(--white);
  border: 1px solid #e4e4e4;
}

summary {
  cursor: pointer;
  padding: 17px 24px;
  font-size: 18px;
  font-weight: 900;
}

details[open] summary {
  color: var(--white);
  background: linear-gradient(90deg, #9d00ff, #c300ff);
}

details p {
  margin: 0;
  padding: 24px;
  color: #3f3f44;
  font-size: 19px;
}

.news-section {
  padding-top: 18px;
}

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

.news-grid article {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.news-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.news-grid h3 {
  min-height: 78px;
  margin: 0;
  padding: 20px 22px 8px;
  font-size: 20px;
  line-height: 1.22;
}

.news-grid a,
.news-grid time {
  display: block;
  padding: 0 22px 16px;
  color: var(--purple);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.news-grid time {
  color: var(--muted);
  font-weight: 500;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 64px max(24px, calc((100vw - 1220px) / 2)) 58px;
  color: var(--white);
  background: linear-gradient(180deg, #050007, var(--purple));
}

.site-footer h2 {
  margin: 0 0 24px;
  font-size: 26px;
}

.site-footer p,
.site-footer a {
  display: block;
  max-width: 330px;
  margin: 0 0 8px;
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.footer-brand {
  margin-bottom: 34px;
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: none !important;
  margin-top: 54px !important;
  text-align: center;
}

.whatsapp {
  position: fixed;
  z-index: 20;
  right: 32px;
  bottom: 32px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #20d366;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  text-decoration: none;
}

.whatsapp svg {
  width: 42px;
  height: 42px;
  display: block;
  fill: currentColor;
}

.page-hero {
  min-height: 330px;
  display: grid;
  place-items: end start;
  padding: 125px max(24px, calc((100vw - 1120px) / 2)) 58px;
  color: var(--white);
  background: linear-gradient(180deg, #020003, var(--purple));
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 48px);
}

.page-hero p {
  max-width: 820px;
  margin: 0;
  font-size: 19px;
}

.content-card {
  width: min(1050px, calc(100% - 48px));
  margin: 56px auto;
  padding: 34px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.content-card h2 {
  margin-top: 0;
  font-size: clamp(28px, 2.6vw, 34px);
}

.content-card p,
.content-card li {
  font-size: 21px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.download-grid article {
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.download-page {
  background: var(--soft);
  color: #000;
}

.download-page .site-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 22px max(24px, calc((100vw - 1320px) / 2));
  background: var(--black);
}

.download-main {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 78px;
}

.download-main h1 {
  margin: 0 0 40px;
  color: #2b3036;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  text-decoration: underline;
}

.download-intro {
  max-width: 1080px;
  margin: -20px 0 34px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.download-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 24px;
}

.download-app-card {
  min-height: 307px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 24px 18px;
  border-radius: 8px;
  background: #3f7b96;
  text-align: center;
}

.download-app-card h2 {
  margin: 24px 0 12px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.download-app-card p {
  margin: 0;
  color: #ff9700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.app-icon {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.app-ontv4 {
  align-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #7710e8, #8c14e5);
  color: #fff;
  font-weight: 900;
}

.app-ontv4 > span {
  font-size: 29px;
  line-height: 1;
}

.app-ontv4 span span {
  font-weight: 500;
}

.app-ontv4 small {
  margin-top: -14px;
  padding-right: 14px;
  font-size: 20px;
  justify-self: end;
}

.app-ontv4 small span {
  color: #d7ff00;
}

.app-ontv3,
.app-round {
  position: relative;
  border: 2px solid #7a5284;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 28%, #fff 0 34%, #d7d7d7 68%, #9f9f9f 100%);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .2);
}

.app-ontv3 .mountains {
  position: absolute;
  top: 24px;
  color: #0b719b;
  font-size: 58px;
  letter-spacing: 0;
  transform: scaleX(1.5);
}

.app-ontv3 strong,
.app-ontv3 b,
.app-ontv3 small {
  position: relative;
  z-index: 1;
}

.app-ontv3 strong {
  margin-top: 50px;
  color: #00729a;
  font-size: 24px;
  line-height: 1;
}

.app-ontv3 b {
  margin-top: -22px;
  color: #ffbf00;
  font-size: 18px;
}

.app-ontv3 small {
  position: absolute;
  right: 18px;
  bottom: 38px;
  padding: 4px 5px;
  border: 2px solid #6482a0;
  border-radius: 50%;
  color: #0c2340;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.app-prime {
  align-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #151515, #000);
  color: #fff;
}

.app-prime span {
  font-size: 28px;
  font-weight: 500;
}

.app-prime strong {
  padding: 0 10px;
  border-radius: 4px;
  color: #000;
  background: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
}

.app-round span {
  color: #7f0d69;
  font-size: 26px;
  font-weight: 900;
}

.app-round span span {
  color: #5e5b83;
  font-weight: 500;
}

.app-pop small {
  margin-top: -58px;
  padding: 0 5px;
  border: 1px solid #4d84c7;
  color: #4d84c7;
  background: rgba(255, 255, 255, .6);
  font-size: 20px;
  font-weight: 900;
}

.app-smarters {
  align-content: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #3e1f87, #5435df);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .05);
}

.app-smarters span {
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: .9;
}

.app-smarters small {
  font-size: 18px;
  font-weight: 900;
}

.not-found {
  min-height: calc(100vh - 100px);
  display: grid;
  place-items: center;
  padding: 150px 24px 70px;
  color: var(--white);
  background: linear-gradient(180deg, #020003, var(--purple));
  text-align: center;
}

.not-found .code {
  margin: 0;
  color: var(--lime);
  font-size: 170px;
  line-height: 1;
  font-weight: 900;
}

.not-found h1 {
  margin: 8px 0 10px;
  font-size: 64px;
}

.not-found p {
  font-size: 22px;
}

.not-found .actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (min-width: 1600px) {
  .site-header {
    width: min(1520px, calc(100% - 96px));
    padding-top: 34px;
  }

  .brand img {
    width: 152px;
  }

  .nav {
    font-size: 20px;
  }

  .hero {
    min-height: 840px;
    grid-template-columns: minmax(0, .95fr) minmax(600px, 1.15fr);
    padding-left: max(48px, calc((100vw - 1500px) / 2));
    padding-right: max(48px, calc((100vw - 1500px) / 2));
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero p {
    font-size: 22px;
  }

  .hero-visual img {
    width: min(760px, 100%);
  }

  .section,
  .faq-section {
    width: min(1420px, calc(100% - 96px));
  }

  .download-main {
    width: min(1560px, calc(100% - 96px));
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .devices-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .pricing,
  .site-footer,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing .price-card:last-child,
  .news-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .site-header {
    width: min(100% - 36px, 1320px);
    align-items: flex-start;
    gap: 18px;
  }

  .brand img {
    width: 120px;
  }

  .nav {
    max-width: 620px;
    justify-content: flex-end;
    line-height: 1.2;
  }

  .download-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .download-app-card {
    min-height: 285px;
  }

  .content-card {
    width: min(100% - 36px, 1050px);
    margin: 42px auto;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: relative;
    width: 100%;
    padding: 22px 24px;
    background: var(--black);
  }

  .hero {
    padding-top: 58px;
  }

  .page-hero,
  .not-found {
    padding-top: 64px;
  }

  .pricing {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pricing .price-card:last-child,
  .news-grid article:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background: var(--black);
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    font-size: 16px;
  }

  .nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    min-height: auto;
    padding: 52px 24px 72px;
  }

  .hero-copy {
    max-width: none;
  }

  .test-button {
    margin-left: 0;
    margin-top: 10px;
  }

  .hero p,
  .alert p,
  .device-card p,
  .why-grid p,
  details p {
    font-size: 18px;
  }

  .hero h1,
  .intro h2,
  .packs h2,
  .why h2,
  .page-hero h1,
  .not-found h1 {
    font-size: 38px;
  }

  .price-head h3,
  .banner h2 {
    font-size: 30px;
  }

  .price-card .price {
    font-size: 42px;
  }

  .not-found .code {
    font-size: 86px;
  }

  .download-main {
    width: min(100% - 32px, 1420px);
    padding-top: 28px;
  }

  .download-main h1 {
    font-size: 30px;
  }

  .download-app-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .download-app-card {
    min-height: 290px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    transform: none;
  }

  .devices-grid,
  .why-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 32px, 1400px);
    padding: 48px 0;
  }

  .faq-section {
    width: min(100% - 32px, 1220px);
  }

  .content-card {
    width: min(100% - 32px, 1050px);
    padding: 24px;
  }

  .price-card ul {
    font-size: 18px;
  }

  .why-grid article {
    min-height: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 58px 24px 80px;
  }

  .whatsapp {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .whatsapp svg {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 520px) {
  .site-header,
  .download-page .site-header {
    padding: 18px;
  }

  .brand img {
    width: 118px;
  }

  .hero {
    padding: 40px 18px 52px;
  }

  .hero h1,
  .intro h2,
  .packs h2,
  .why h2,
  .page-hero h1,
  .not-found h1 {
    font-size: 31px;
  }

  .hero p,
  .intro > p,
  .packs > p,
  .why > p,
  .kicker,
  .page-hero p,
  .content-card p,
  .content-card li {
    font-size: 16px;
  }

  .button {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .alert {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .price-head {
    min-height: 160px;
    padding: 18px;
  }

  .price-card .price {
    font-size: 36px;
  }

  .price-card ul {
    padding: 0 20px 22px;
    font-size: 16px;
  }

  .banner {
    min-height: 320px;
    padding: 38px 18px;
  }

  .site-footer {
    gap: 28px;
  }

  .download-main {
    width: min(100% - 24px, 1420px);
  }

  .download-main h1 {
    font-size: 25px;
  }

  .download-app-card {
    padding: 12px 14px 18px;
  }
}

@media (max-width: 380px) {
  .nav {
    font-size: 14px;
    gap: 10px;
  }

  .nav a {
    min-height: 30px;
  }

  .hero h1,
  .intro h2,
  .packs h2,
  .why h2,
  .page-hero h1,
  .not-found h1 {
    font-size: 27px;
  }

  .app-icon {
    width: 140px;
    height: 140px;
  }

  .download-app-card h2 {
    font-size: 25px;
  }

  .download-app-card p {
    font-size: 17px;
  }
}
