@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
/* Font Definitions - Merged with woff2 support */
/* Gilroy Font Family */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Bumbbled Font */
@font-face {
  font-family: "Bumbbled";
  src: url("../fonts/Bumbbled.woff2") format("woff2"), url("../fonts/Bumbbled.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* SF Pro Display */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* SF Pro Text */
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: var(--font-sans);
  color: var(--foreground);
  text-transform: lowercase;
}

h1 {
  font-weight: 700;
  font-size: clamp(32px, 26.3661971831px + 1.5023474178vw, 48px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h2 {
  font-weight: 700;
  font-size: clamp(28px, 18.1408450704px + 2.6291079812vw, 56px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.5%;
}

h4 {
  font-weight: 600;
  font-size: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

@media (max-width: 768px) {
  h2 {
    line-height: 110%;
  }
  h4 {
    line-height: 110%;
  }
}
h5 {
  font-size: clamp(16px, 12.4788732394px + 0.9389671362vw, 26px);
  font-weight: 600;
  line-height: 110%;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-hover) var(--white);
}

*::selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-moz-selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-webkit-selection {
  background: var(--primary-hover);
  color: var(--white);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --font-sans:
    "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    sans-serif;
  --container: 1680px;
  --wrapper: 1618px;
  --header-height: 81px;
  --transition-duration: 300ms;
  --white: rgb(255, 255, 255);
  --gray-900: rgb(37, 34, 33);
  --gray-800: rgb(69, 66, 65);
  --gray-700: rgb(100, 97, 96);
  --gray-600: rgb(119, 116, 115);
  --gray-500: rgb(160, 158, 157);
  --gray-400: rgb(190, 187, 186);
  --gray-300: rgb(224, 222, 221);
  --gray-200: rgb(238, 236, 236);
  --gray-100: rgb(245, 243, 243);
  --gray-50: rgb(250, 248, 247);
  --flare-900: rgb(51, 24, 11);
  --flare-800: rgb(97, 38, 16);
  --flare-700: rgb(147, 53, 18);
  --flare-600: rgb(199, 67, 17);
  --flare-500: rgb(255, 81, 14);
  --flare-400: rgb(255, 115, 60);
  --flare-300: rgb(255, 146, 98);
  --flare-200: rgb(255, 174, 137);
  --flare-100: rgb(255, 201, 175);
  --flare-50: rgb(255, 228, 214);
  --glacier-900: rgb(22, 38, 48);
  --glacier-800: rgb(31, 72, 94);
  --glacier-700: rgb(35, 108, 145);
  --glacier-600: rgb(32, 147, 198);
  --glacier-500: rgb(14, 188, 255);
  --glacier-400: rgb(96, 199, 255);
  --glacier-300: rgb(137, 210, 255);
  --glacier-200: rgb(170, 221, 255);
  --glacier-100: rgb(200, 232, 255);
  --glacier-50: rgb(228, 244, 255);
  --primary: var(--flare-500);
  --primary-hover: var(--flare-400);
  --primary-transparent: rgba(255, 81, 14, 0.5);
  --secondary: var(--gray-900);
  --secondary-hover: var(--gray-800);
  --tertiary: var(--white);
  --tertiary-hover: var(--flare-100);
  --foreground: var(--gray-900);
  --black-transparent: rgba(0, 0, 0, 0.05);
  --white-transparent: rgba(255, 255, 255, 0.8);
  --gray-transparent: rgba(32, 32, 32, 0.08);
  --primary-gradient:
    radial-gradient(
      214.92% 134.06% at 97.52% 97.55%,
      #c062fc 2.17%,
      #f45e89 18.28%,
      #ff510e 48.53%,
      #ff733c 72.82%,
      #fea907 98%
    ),
    var(--black-white-gray-100, #f5f3f3);
}

@media (max-width: 1024px) {
  :root {
    --header-height: 52px;
  }
}
._hidden {
  display: none;
}

a {
  color: inherit;
  transition: color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
a:hover {
  text-decoration: underline;
  color: var(--primary);
}

button,
a.button {
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  background-color: var(--tertiary);
  color: var(--foreground);
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
button._primary,
a.button._primary {
  background-color: var(--primary);
  color: var(--white);
}
button._primary:hover, button._primary:focus,
a.button._primary:hover,
a.button._primary:focus {
  background-color: var(--primary-hover);
}
button._secondary,
a.button._secondary {
  background-color: var(--secondary);
  color: var(--white);
}
button._secondary:hover, button._secondary:focus,
a.button._secondary:hover,
a.button._secondary:focus {
  background-color: var(--primary);
}
button._tertiary,
a.button._tertiary {
  background-color: var(--tertiary);
  color: var(--foreground);
}
button._tertiary:hover, button._tertiary:focus,
a.button._tertiary:hover,
a.button._tertiary:focus {
  background-color: var(--foreground);
  color: var(--white);
}
button:hover, button:focus,
a.button:hover,
a.button:focus {
  background-color: var(--tertiary-hover);
  text-decoration: none;
  scale: 1.02;
}
button:active,
a.button:active {
  scale: 1;
}
button:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

section {
  padding: 0 clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  max-width: var(--container);
  margin: 0 auto;
}
section:not(:last-child) {
  margin-bottom: 32px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--gray-500);
  padding: 32px clamp(16px, -13.5774647887px + 7.8873239437vw, 100px) 80px;
}
footer > * {
  flex: 1 1 33.333%;
}
footer p,
footer a {
  font-size: 16px;
  line-height: 140%;
}
footer .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--secondary);
}
footer .socials a {
  width: 32px;
  height: 32px;
}
footer .socials a:hover {
  color: var(--secondary-hover);
}
footer .socials svg {
  width: 100%;
  height: 100%;
}
footer .footerLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  footer .socials {
    order: 1;
    width: 100%;
    border-bottom: 1px solid var(--gray-200);
    padding-bottom: 48px;
  }
}
#teamMembers {
  --image-background: rgba(187, 187, 199, 1);
  margin-top: calc(var(--header-height) - 2px);
  padding: 0 clamp(16px, -24.8450704225px + 10.8920187793vw, 132px) clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#teamMembers h1 {
  font-size: clamp(28px, 16.0281690141px + 3.1924882629vw, 62px);
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .memberCard {
  text-align: center;
}
#teamMembers .memberCard .image {
  width: clamp(100px, 42.2535211268px + 15.3990610329vw, 264px);
  height: clamp(100px, 42.2535211268px + 15.3990610329vw, 264px);
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--image-background);
}
#teamMembers .memberCard .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}
#teamMembers .memberCard .name {
  font-weight: 800;
  font-size: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  line-height: 120%;
  text-align: center;
  margin-bottom: clamp(4px, 2.5915492958px + 0.3755868545vw, 8px);
}
#teamMembers .memberCard .role {
  font-weight: 500;
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  line-height: 145%;
  text-align: center;
}
#teamMembers .memberCard .summary {
  font-weight: 500;
  font-size: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px);
  line-height: 150%;
  text-align: center;
  color: var(--gray-200);
  letter-spacing: 0%;
}
#teamMembers .memberCard._ceo {
  max-width: 340px;
}
#teamMembers .memberCard._ceo .image {
  width: clamp(144px, 82.0281690141px + 16.5258215962vw, 320px);
  height: clamp(144px, 82.0281690141px + 16.5258215962vw, 320px);
}
#teamMembers .memberCard._ceo .summary {
  max-width: 718px;
  text-align: justify;
}
#teamMembers .memberCard._ceo {
  margin-bottom: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .investors {
  display: flex;
  gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  margin-block: 40px;
}
#teamMembers .investors .memberCard {
  flex: 1 1 33.33%;
}
#teamMembers .investors .memberCard .image {
  width: clamp(144px, 94.7042253521px + 13.1455399061vw, 284px);
  height: clamp(144px, 94.7042253521px + 13.1455399061vw, 284px);
}
#teamMembers .investors .memberCard .image img {
  object-position: 50% 0%;
}
#teamMembers .investors .memberCard .brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 16px;
}
#teamMembers .investors .memberCard .brands img {
  max-height: 22px;
  max-width: 100px;
  object-fit: contain;
}
#teamMembers .grid-8 {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 264px));
  grid-template-rows: repeat(2, 1fr);
  column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  row-gap: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  margin: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px) 0;
}
#teamMembers .grid-10 {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 200px));
  grid-template-rows: repeat(2, 1fr);
  column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  row-gap: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .grid-10 .memberCard .image {
  width: clamp(100px, 64.7887323944px + 9.3896713615vw, 200px);
  height: clamp(100px, 64.7887323944px + 9.3896713615vw, 200px);
}

@media (max-width: 1024px) {
  #teamMembers .grid-8 {
    grid-template-columns: repeat(4, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(4, minmax(100px, 200px));
  }
}
@media (max-width: 768px) {
  #teamMembers .investors {
    flex-direction: column;
    align-items: center;
  }
  #teamMembers .grid-8 {
    grid-template-columns: repeat(3, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(3, minmax(100px, 200px));
  }
}
@media (max-width: 640px) {
  #teamMembers .grid-8 {
    grid-template-columns: repeat(2, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(2, minmax(100px, 200px));
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  background-color: #1b0f31;
  color: #fff;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 797px) {
  body {
    padding-top: 70px;
  }
}

.container {
  width: 100%;
  padding-inline: 16px;
  margin-inline: auto;
}
@media (min-width: 575px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 797px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1280px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-block: 16px;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0) 0%, rgba(115, 115, 115, 0.18) 100%);
  transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInDown 0.6s ease both;
}
header.scrolled {
  background: rgba(27, 15, 49, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper img {
  width: 120px;
  animation: fadeIn 0.6s ease 0.2s both;
  transition: transform 0.3s ease;
}
@media (min-width: 797px) {
  header .header-wrapper img {
    width: 151px;
  }
}
header .header-wrapper img:hover {
  transform: scale(1.02);
}
header .header-wrapper nav ul {
  display: none;
}
@media (min-width: 797px) {
  header .header-wrapper nav ul {
    display: flex;
    gap: 8px;
  }
}
header .header-wrapper nav ul li {
  animation: fadeInDown 0.5s ease both;
}
header .header-wrapper nav ul li:nth-child(1) {
  animation-delay: 0.2s;
}
header .header-wrapper nav ul li:nth-child(2) {
  animation-delay: 0.3s;
}
header .header-wrapper nav ul li:nth-child(3) {
  animation-delay: 0.4s;
}
header .header-wrapper nav ul li:nth-child(4) {
  animation-delay: 0.5s;
}
header .header-wrapper nav ul li:nth-child(5) {
  animation-delay: 0.6s;
}
header .header-wrapper nav ul li a {
  display: inline-block;
  padding: 12px 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  border-radius: 12px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1281px) {
  header .header-wrapper nav ul li a {
    padding: 15px 24px;
    font-size: 20px;
  }
}
header .header-wrapper nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
header .header-wrapper nav ul li a:active {
  transform: translateY(0);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 32px 20px;
  margin-top: 24px;
  text-align: center;
  animation: fadeIn 0.8s ease 0.3s both;
  overflow: hidden;
}
@media (min-width: 797px) {
  .hero {
    flex-direction: row;
    text-align: left;
    gap: 40px;
    padding: 40px;
    border-radius: 32px;
    margin-top: 40px;
  }
}
@media (min-width: 1281px) {
  .hero {
    padding: 45px 73px;
    gap: 60px;
  }
}
.hero .part-1 {
  flex: 1;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .hero .part-1 {
    flex: 0 0 55%;
    max-width: 535px;
  }
}
.hero .part-1 p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .hero .part-1 p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1281px) {
  .hero .part-1 p {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.hero .part-1 p strong {
  font-weight: 700;
  font-style: normal;
}
.hero .part-1 h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .hero .part-1 h1 {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  .hero .part-1 h1 {
    font-size: 64px;
  }
}
.hero .part-1 h1 span {
  color: #ff510e;
  display: block;
  margin-top: 8px;
  animation: fadeInUp 0.8s ease 0.7s both;
}
.hero .lock-screen-img {
  display: none;
}
@media (min-width: 797px) {
  .hero .lock-screen-img {
    display: block;
    flex: 1;
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(255, 81, 14, 0.15), 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.8s ease 0.6s both;
    transition: transform 0.4s ease;
  }
}
@media (min-width: 1281px) {
  .hero .lock-screen-img {
    max-width: 635px;
    border-radius: 24px;
  }
}
.hero .lock-screen-img:hover {
  transform: translateY(-8px);
}
.hero .lock-screen-img-mobile {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(255, 81, 14, 0.15), 0 20px 40px -10px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 0.8s ease 0.6s both;
}
@media (min-width: 797px) {
  .hero .lock-screen-img-mobile {
    display: none;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-greeting {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  display: none;
}
@media (min-width: 797px) {
  .user-greeting {
    display: block;
  }
}

.info-section {
  padding: 48px 16px;
  text-align: center;
  animation: fadeIn 0.8s ease 0.4s both;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 797px) {
  .info-section {
    padding: 64px auto;
  }
}
.info-section .description {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .info-section .description {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  .info-section .description-sm {
    font-size: 20px;
  }
}
@media (min-width: 1281px) {
  .info-section .description {
    font-size: 32px;
  }
  .info-section .description-sm {
    font-size: 24px;
  }
}
.info-section .description strong {
  color: #fff;
  font-weight: 600;
}
.info-section .emphasize {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  animation: fadeInUp 0.8s ease 0.7s both;
}
.info-section .emphasize-sm {
  font-size: 28px;
  max-width: 890px;
  margin-inline: auto;
}
@media (min-width: 797px) {
  .info-section .emphasize {
    font-size: 52px;
    line-height: 1.35;
  }
  .info-section .emphasize-sm {
    font-size: 28px;
  }
}
@media (min-width: 1281px) {
  .info-section .emphasize {
    font-size: 72px;
  }
  .info-section .emphasize-sm {
    font-size: 48px;
  }
}
.info-section .emphasize span {
  background: linear-gradient(90deg, #ff510e, #ff8c5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.progress-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  animation: fadeIn 0.8s ease 0.3s both;
}
@media (min-width: 797px) {
  .progress-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (min-width: 1281px) {
  .progress-section {
    gap: 24px;
  }
}
.progress-section .notification {
  width: 100%;
  max-width: 200px;
  flex-shrink: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .progress-section .notification {
    max-width: 180px;
  }
}
@media (min-width: 1281px) {
  .progress-section .notification {
    max-width: 220px;
  }
}
.progress-section .notification .lock-screen-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}
.progress-section .arrow-icon {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  transform: rotate(-180deg);
  animation: fadeIn 0.6s ease 0.5s both;
  background: transparent;
  filter: brightness(1.2) contrast(1.1);
  mix-blend-mode: screen;
}
@media (min-width: 797px) {
  .progress-section .arrow-icon {
    width: 80px;
    transform: rotate(90deg);
  }
}
@media (min-width: 1281px) {
  .progress-section .arrow-icon {
    width: 100px;
  }
}
.progress-section .progress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 797px) {
  .progress-section .progress-wrapper {
    max-width: 240px;
    gap: 16px;
  }
}
@media (min-width: 1281px) {
  .progress-section .progress-wrapper {
    max-width: 280px;
  }
}
.progress-section .progress-wrapper .progress-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px 20px;
  animation: fadeInUp 0.6s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .progress-section .progress-wrapper .progress-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 12px;
  }
}
@media (min-width: 1281px) {
  .progress-section .progress-wrapper .progress-card {
    padding: 28px 24px;
    gap: 16px;
  }
}
.progress-section .progress-wrapper .progress-card:nth-child(1) {
  animation-delay: 0.5s;
}
.progress-section .progress-wrapper .progress-card:nth-child(2) {
  animation-delay: 0.6s;
}
.progress-section .progress-wrapper .progress-card:nth-child(3) {
  animation-delay: 0.7s;
}
.progress-section .progress-wrapper .progress-card:nth-child(4) {
  animation-delay: 0.8s;
}
.progress-section .progress-wrapper .progress-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
}
.progress-section .progress-wrapper .progress-card .img-wrapper {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 797px) {
  .progress-section .progress-wrapper .progress-card .img-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }
}
.progress-section .progress-wrapper .progress-card .img-wrapper img {
  width: 24px;
  height: 24px;
  opacity: 0.9;
}
@media (min-width: 797px) {
  .progress-section .progress-wrapper .progress-card .img-wrapper img {
    width: 28px;
    height: 28px;
  }
}
.progress-section .progress-wrapper .progress-card h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
}
@media (min-width: 797px) {
  .progress-section .progress-wrapper .progress-card h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media (min-width: 1281px) {
  .progress-section .progress-wrapper .progress-card h2 {
    font-size: 28px;
  }
}
.progress-section .card-right {
  background: linear-gradient(135deg, #ff6b35 0%, #ff510e 100%);
  border-radius: 20px;
  padding: 24px 28px;
  width: 100%;
  text-align: center;
  animation: fadeInUp 0.8s ease 0.9s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 797px) {
  .progress-section .card-right {
    max-width: 200px;
    padding: 28px 24px;
    border-radius: 24px;
    text-align: left;
  }
}
@media (min-width: 1281px) {
  .progress-section .card-right {
    max-width: 240px;
    padding: 32px 28px;
  }
}
.progress-section .card-right:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255, 81, 14, 0.4);
}
.progress-section .card-right h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 8px;
}
@media (min-width: 797px) {
  .progress-section .card-right h5 {
    font-size: 30px;
    line-height: 1.35;
  }
}
@media (min-width: 1281px) {
  .progress-section .card-right h5 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.progress-section .card-right p {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fff;
  text-transform: lowercase;
}
.progress-section .card-right ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 797px) {
  .progress-section .card-right ul {
    gap: 14px;
  }
}
@media (min-width: 1281px) {
  .progress-section .card-right ul {
    gap: 16px;
  }
}
.progress-section .card-right ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-transform: lowercase;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 797px) {
  .progress-section .card-right ul li {
    font-size: 16px;
    padding-left: 24px;
  }
}
@media (min-width: 1281px) {
  .progress-section .card-right ul li {
    font-size: 18px;
  }
}
.progress-section .card-right ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 797px) {
  .progress-section .card-right ul li::before {
    font-size: 20px;
  }
}

.card {
  background: #0ebcff;
  padding: 32px 24px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.8s ease 0.3s both;
}
@media (min-width: 797px) {
  .card {
    padding: 40px;
  }
}
@media (min-width: 1281px) {
  .card {
    padding: 51px 63px;
  }
}
.card .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 797px) {
  .card .card-wrapper {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 40px;
  }
}
@media (min-width: 1281px) {
  .card .card-wrapper {
    gap: 94px;
  }
}
.card .card-wrapper .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 356px;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .card .card-wrapper .card-content {
    align-items: flex-start;
    gap: 24px;
  }
}
.card .card-wrapper .card-content .text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 797px) {
  .card .card-wrapper .card-content .text-content {
    gap: 16px;
  }
}
.card .card-wrapper .card-content .text-content h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.46px;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .card .card-wrapper .card-content .text-content h3 {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  .card .card-wrapper .card-content .text-content h3 {
    font-size: 62px;
    line-height: 70px;
  }
}
.card .card-wrapper .card-content .text-content p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .card .card-wrapper .card-content .text-content p {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .card .card-wrapper .card-content .text-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.card .card-wrapper .qr-code {
  display: none;
  animation: fadeIn 0.8s ease 0.7s both;
}
@media (min-width: 797px) {
  .card .card-wrapper .qr-code {
    display: block;
  }
}
.card .card-wrapper .qr-code img {
  width: 160px;
  height: 160px;
}
@media (min-width: 1281px) {
  .card .card-wrapper .qr-code img {
    width: 218px;
    height: 218px;
  }
}
.card .screenshots {
  display: block;
  position: relative;
  width: calc(100% + 48px);
  margin: 24px -24px -32px -24px;
  max-width: none;
  animation: fadeInUp 0.8s ease 0.6s both;
}
@media (min-width: 797px) {
  .card .screenshots {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: auto;
    max-width: 350px;
    margin: 0;
  }
}
@media (min-width: 1281px) {
  .card .screenshots {
    max-width: 435px;
  }
}

.section-divider {
  width: 100%;
  height: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.24);
  margin: 0;
}

.what-we-do-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.what-we-do-section .what-we-do-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper {
    gap: 24px;
  }
}
.what-we-do-section .what-we-do-wrapper > h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper > h2 {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper > h2 {
    font-size: 56px;
  }
}
.what-we-do-section .what-we-do-wrapper > .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper > .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper > .subtitle {
    font-size: 22px;
  }
}
.what-we-do-section .what-we-do-wrapper .output-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .output-cards {
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .output-cards {
    gap: 28px;
    margin-top: 48px;
  }
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  animation: fadeInUp 0.8s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .output-cards .output-card {
    padding: 48px 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .output-cards .output-card {
    padding: 56px 40px;
    border-radius: 24px;
  }
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card:nth-child(1) {
  animation-delay: 0.5s;
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card:nth-child(2) {
  animation-delay: 0.6s;
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card:nth-child(3) {
  animation-delay: 0.7s;
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.what-we-do-section .what-we-do-wrapper .output-cards .output-card p {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  text-align: center;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .output-cards .output-card p {
    font-size: 22px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .output-cards .output-card p {
    font-size: 26px;
  }
}
.what-we-do-section .what-we-do-wrapper .arrow-down {
  margin: 32px 0;
  animation: fadeIn 0.8s ease 0.8s both;
  transform: rotate(180deg);
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .arrow-down {
    margin: 48px 0;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .arrow-down {
    margin: 56px 0;
  }
}
.what-we-do-section .what-we-do-wrapper .arrow-down img {
  width: 60px;
  height: auto;
  filter: brightness(1.2);
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .arrow-down img {
    width: 80px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .arrow-down img {
    width: 100px;
  }
}
.what-we-do-section .what-we-do-wrapper > .license-note {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  max-width: 800px;
  animation: fadeInUp 0.8s ease 0.9s both;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper > .license-note {
    font-size: 22px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper > .license-note {
    font-size: 28px;
  }
}
.what-we-do-section .what-we-do-wrapper > h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 48px 0 0 0;
  animation: fadeInUp 0.8s ease 1s both;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper > h3 {
    font-size: 40px;
    margin-top: 64px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper > h3 {
    font-size: 48px;
    margin-top: 80px;
  }
}
.what-we-do-section .what-we-do-wrapper .model-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .model-cards {
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .model-cards {
    gap: 32px;
    margin-top: 48px;
  }
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  animation: fadeInUp 0.8s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card {
    padding: 36px 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card {
    padding: 44px 40px;
    border-radius: 24px;
  }
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card:nth-child(1) {
  animation-delay: 1.1s;
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card:nth-child(2) {
  animation-delay: 1.2s;
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 8px 0;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card h4 {
    font-size: 28px;
  }
}
.what-we-do-section .what-we-do-wrapper .model-cards .model-card span {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card span {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper .model-cards .model-card span {
    font-size: 18px;
  }
}
.what-we-do-section .what-we-do-wrapper > .bottom-note {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  margin: 24px 0 0 0;
  animation: fadeInUp 0.8s ease 1.3s both;
}
@media (min-width: 797px) {
  .what-we-do-section .what-we-do-wrapper > .bottom-note {
    font-size: 18px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .what-we-do-section .what-we-do-wrapper > .bottom-note {
    font-size: 22px;
    margin-top: 40px;
  }
}

.solution-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.solution-section .solution-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper {
    gap: 24px;
  }
}
.solution-section .solution-wrapper > h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper > h2 {
    font-size: 36px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper > h2 {
    font-size: 44px;
  }
}
.solution-section .solution-wrapper > .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper > .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper > .subtitle {
    font-size: 20px;
  }
}
.solution-section .solution-wrapper > .description {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-transform: lowercase;
  margin: 24px 0 0 0;
  max-width: 100%;
  animation: fadeInUp 0.8s ease 0.6s both;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper > .description {
    font-size: 28px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper > .description {
    font-size: 36px;
    margin-top: 40px;
  }
}
@media (max-width: 796px) {
  .solution-section .solution-wrapper > .description br {
    display: none;
  }
}
.solution-section .solution-wrapper > .note {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  margin: 16px 0 0 0;
  animation: fadeInUp 0.8s ease 0.7s both;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper > .note {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper > .note {
    font-size: 20px;
    margin-top: 28px;
  }
}
.solution-section .solution-wrapper .solution-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 24px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  animation: fadeInUp 0.8s ease 0.8s both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper .solution-card {
    padding: 36px 48px;
    border-radius: 20px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper .solution-card {
    padding: 44px 56px;
    border-radius: 24px;
    margin-top: 40px;
  }
}
.solution-section .solution-wrapper .solution-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.solution-section .solution-wrapper .solution-card h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 20px 0;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper .solution-card h4 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper .solution-card h4 {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
.solution-section .solution-wrapper .solution-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper .solution-card ul {
    gap: 12px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper .solution-card ul {
    gap: 14px;
  }
}
.solution-section .solution-wrapper .solution-card ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 797px) {
  .solution-section .solution-wrapper .solution-card ul li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (min-width: 1281px) {
  .solution-section .solution-wrapper .solution-card ul li {
    font-size: 18px;
  }
}
.solution-section .solution-wrapper .solution-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

.raw-data-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.raw-data-section .raw-data-wrapper {
  padding: 48px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper {
    padding: 64px 0;
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper {
    padding: 80px 0;
    gap: 24px;
  }
}
.raw-data-section .raw-data-wrapper > h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper > h2 {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper > h2 {
    font-size: 48px;
  }
}
.raw-data-section .raw-data-wrapper > .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper > .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper > .subtitle {
    font-size: 20px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 575px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 56px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: left;
  animation: fadeInUp 0.8s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card {
    padding: 28px 24px;
    border-radius: 18px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card {
    padding: 32px 28px;
    border-radius: 20px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:nth-child(1) {
  animation-delay: 0.5s;
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:nth-child(2) {
  animation-delay: 0.55s;
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:nth-child(3) {
  animation-delay: 0.6s;
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:nth-child(4) {
  animation-delay: 0.65s;
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:nth-child(5) {
  animation-delay: 0.7s;
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 16px 0;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card h4 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul {
    gap: 10px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul {
    gap: 12px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-transform: lowercase;
  padding-left: 14px;
  position: relative;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul li {
    font-size: 15px;
    padding-left: 16px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul li {
    font-size: 16px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card > p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  text-transform: lowercase;
  margin: 0 0 8px 0;
}
@media (min-width: 797px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1281px) {
  .raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card > p {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.raw-data-section .raw-data-wrapper .raw-data-cards .raw-data-card > p:last-child {
  margin-bottom: 0;
}

.embeddings-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.embeddings-section .embeddings-wrapper {
  padding: 48px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper {
    padding: 64px 0;
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper {
    padding: 80px 0;
    gap: 24px;
  }
}
.embeddings-section .embeddings-wrapper h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper h2 {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper h2 {
    font-size: 48px;
  }
}
.embeddings-section .embeddings-wrapper > .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper > .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper > .subtitle {
    font-size: 20px;
  }
}
.embeddings-section .embeddings-wrapper > .description {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-transform: lowercase;
  margin: 24px 0 0 0;
  max-width: 100%;
  animation: fadeInUp 0.8s ease 0.6s both;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper > .description {
    font-size: 32px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper > .description {
    font-size: 40px;
    margin-top: 40px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
  max-width: 800px;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards {
    flex-direction: row;
    gap: 24px;
    margin-top: 48px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards {
    gap: 32px;
    margin-top: 56px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  animation: fadeInUp 0.8s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card {
    padding: 32px 28px;
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card {
    padding: 40px 36px;
    border-radius: 24px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card:nth-child(1) {
  animation-delay: 0.7s;
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card:nth-child(2) {
  animation-delay: 0.8s;
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 16px 0;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card h4 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul {
    gap: 12px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul {
    gap: 14px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 797px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (min-width: 1281px) {
  .embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul li {
    font-size: 18px;
  }
}
.embeddings-section .embeddings-wrapper .embeddings-cards .embeddings-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

.behavioral-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.behavioral-section .behavioral-wrapper {
  padding: 48px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper {
    padding: 64px 0;
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper {
    padding: 80px 0;
    gap: 24px;
  }
}
.behavioral-section .behavioral-wrapper h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper h2 {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper h2 {
    font-size: 48px;
  }
}
.behavioral-section .behavioral-wrapper .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper .subtitle {
    font-size: 20px;
  }
}
.behavioral-section .behavioral-wrapper .behavioral-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards {
    flex-direction: row;
    gap: 24px;
    margin-top: 48px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards {
    gap: 32px;
    margin-top: 56px;
  }
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  animation: fadeInUp 0.8s ease both;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card {
    padding: 40px 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card {
    padding: 48px 40px;
    border-radius: 24px;
  }
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card:nth-child(1) {
  animation-delay: 0.5s;
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card:nth-child(2) {
  animation-delay: 0.6s;
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card:nth-child(3) {
  animation-delay: 0.7s;
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card p {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  text-align: center;
}
@media (min-width: 797px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card p {
    font-size: 22px;
  }
}
@media (min-width: 1281px) {
  .behavioral-section .behavioral-wrapper .behavioral-cards .behavioral-card p {
    font-size: 26px;
  }
}

.monetization-section {
  animation: fadeIn 0.8s ease 0.3s both;
}
.monetization-section .monetization-wrapper {
  padding: 48px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 797px) {
  .monetization-section .monetization-wrapper {
    padding: 64px 48px;
    border-radius: 32px;
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .monetization-section .monetization-wrapper {
    padding: 80px 64px;
    gap: 24px;
  }
}
.monetization-section .monetization-wrapper h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}
@media (min-width: 797px) {
  .monetization-section .monetization-wrapper h2 {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  .monetization-section .monetization-wrapper h2 {
    font-size: 56px;
  }
}
.monetization-section .monetization-wrapper .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.5s both;
}
@media (min-width: 797px) {
  .monetization-section .monetization-wrapper .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1281px) {
  .monetization-section .monetization-wrapper .subtitle {
    font-size: 24px;
  }
}
.monetization-section .monetization-wrapper .description-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 28px 24px;
  margin-top: 24px;
  max-width: 900px;
  width: 100%;
  animation: fadeInUp 0.8s ease 0.6s both;
}
@media (min-width: 797px) {
  .monetization-section .monetization-wrapper .description-box {
    padding: 36px 48px;
    border-radius: 24px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .monetization-section .monetization-wrapper .description-box {
    padding: 44px 64px;
    border-radius: 28px;
    margin-top: 40px;
  }
}
.monetization-section .monetization-wrapper .description-box p {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
}
@media (min-width: 797px) {
  .monetization-section .monetization-wrapper .description-box p {
    font-size: 24px;
  }
}
@media (min-width: 1281px) {
  .monetization-section .monetization-wrapper .description-box p {
    font-size: 32px;
  }
}

.pricing-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeIn 0.8s ease 0.3s both;
  padding-block: 48px;
}
@media (min-width: 797px) {
  .pricing-section {
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
    padding-block: 64px;
  }
}
@media (min-width: 1281px) {
  .pricing-section {
    gap: 32px;
    padding-block: 80px;
  }
}
.pricing-section .pricing-card {
  flex: 1;
  background: #02021e;
  border: 1px solid #0a84eb;
  border-radius: 16px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: fadeInUp 0.8s ease both;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card {
    padding: 28px;
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .pricing-section .pricing-card {
    padding: 32px;
    border-radius: 24px;
  }
}
.pricing-section .pricing-card:nth-child(1) {
  animation-delay: 0.3s;
}
.pricing-section .pricing-card:nth-child(2) {
  animation-delay: 0.4s;
}
.pricing-section .pricing-card:nth-child(3) {
  animation-delay: 0.5s;
}
.pricing-section .pricing-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.pricing-section .pricing-card .card-header h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
  margin: 0;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-header h3 {
    font-size: 28px;
  }
}
@media (min-width: 1281px) {
  .pricing-section .pricing-card .card-header h3 {
    font-size: 32px;
  }
}
.pricing-section .pricing-card .card-header .tier-badge {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  flex-shrink: 0;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-header .tier-badge {
    font-size: 16px;
  }
}
.pricing-section .pricing-card .card-block {
  padding-block: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-block {
    padding-block: 20px;
  }
}
.pricing-section .pricing-card .card-block:last-of-type {
  border-bottom: none;
}
.pricing-section .pricing-card .card-block .block-label {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  margin-bottom: 8px;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-block .block-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.pricing-section .pricing-card .card-block p {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-block p {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .pricing-section .pricing-card .card-block p {
    font-size: 18px;
  }
}
.pricing-section .pricing-card .card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-block ul {
    gap: 10px;
  }
}
.pricing-section .pricing-card .card-block ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-block ul li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (min-width: 1281px) {
  .pricing-section .pricing-card .card-block ul li {
    font-size: 18px;
  }
}
.pricing-section .pricing-card .card-block ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-section .pricing-card .card-price {
  margin-top: auto;
  padding-top: 24px;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-price {
    padding-top: 32px;
  }
}
.pricing-section .pricing-card .card-price span {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 797px) {
  .pricing-section .pricing-card .card-price span {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  .pricing-section .pricing-card .card-price span {
    font-size: 48px;
  }
}

.advantages-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  animation: fadeIn 0.8s ease 0.3s both;
}
@media (min-width: 797px) {
  .advantages-section {
    flex-direction: row;
    gap: 24px;
    margin-top: 48px;
  }
}
.advantages-section > div {
  padding: 24px;
  border-radius: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: fadeInUp 0.8s ease both;
}
.advantages-section > div:nth-child(1) {
  animation-delay: 0.4s;
}
.advantages-section > div:nth-child(2) {
  animation-delay: 0.6s;
}
@media (min-width: 797px) {
  .advantages-section > div {
    padding: 28px;
    gap: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div {
    padding: 36px;
    gap: 40px;
  }
}
.advantages-section > div .header {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (min-width: 797px) {
  .advantages-section > div .header {
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div .header {
    gap: 24px;
  }
}
.advantages-section > div .header .img-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background-color: #ffe0dd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 797px) {
  .advantages-section > div .header .img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div .header .img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 16px;
  }
}
.advantages-section > div .header .img-wrapper img {
  width: 36px;
  height: auto;
}
@media (min-width: 797px) {
  .advantages-section > div .header .img-wrapper img {
    width: 44px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div .header .img-wrapper img {
    width: 56px;
  }
}
.advantages-section > div .header .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
@media (min-width: 797px) {
  .advantages-section > div .header .text-wrapper {
    gap: 4px;
  }
}
.advantages-section > div .header .text-wrapper h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .advantages-section > div .header .text-wrapper h4 {
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div .header .text-wrapper h4 {
    font-size: 44px;
  }
}
.advantages-section > div .header .text-wrapper p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .advantages-section > div .header .text-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div .header .text-wrapper p {
    font-size: 24px;
  }
}
.advantages-section > div .divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  margin: 0;
}
.advantages-section > div ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 797px) {
  .advantages-section > div ul {
    gap: 16px;
  }
}
.advantages-section > div ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 797px) {
  .advantages-section > div ul li {
    gap: 16px;
    align-items: center;
  }
}
.advantages-section > div ul li span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-transform: lowercase;
  flex-shrink: 0;
}
@media (min-width: 797px) {
  .advantages-section > div ul li span {
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div ul li span {
    font-size: 40px;
  }
}
.advantages-section > div ul li p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.005em;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .advantages-section > div ul li p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1281px) {
  .advantages-section > div ul li p {
    font-size: 24px;
    line-height: 1;
  }
}
.advantages-section .psd {
  background: linear-gradient(227.14deg, rgba(0, 0, 0, 0.16) 3.41%, rgba(255, 255, 255, 0.16) 51.18%, rgba(0, 0, 0, 0.16) 106.92%), #c71c37;
  background-blend-mode: overlay, normal;
}
.advantages-section .psd .img-wrapper img {
  transform: rotate(-30deg);
}
.advantages-section .psd ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.advantages-section .ci {
  background: linear-gradient(227.14deg, rgba(0, 0, 0, 0.16) 3.41%, rgba(255, 255, 255, 0.16) 51.18%, rgba(0, 0, 0, 0.16) 106.92%), #ff510e;
  background-blend-mode: overlay, normal;
}
.advantages-section .ci ul li span {
  color: #fff;
}

.extra-info-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  animation: fadeIn 0.8s ease 0.3s both;
}
@media (min-width: 797px) {
  .extra-info-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}
.extra-info-section > div {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInUp 0.8s ease both;
}
@media (min-width: 797px) {
  .extra-info-section > div {
    padding: 28px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .extra-info-section > div {
    padding: 32px;
    gap: 24px;
  }
}
.extra-info-section > div:nth-child(1) {
  animation-delay: 0.3s;
}
.extra-info-section > div:nth-child(2) {
  animation-delay: 0.4s;
}
.extra-info-section > div:nth-child(3) {
  animation-delay: 0.5s;
}
.extra-info-section > div:nth-child(4) {
  animation-delay: 0.6s;
}
.extra-info-section > div .header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.extra-info-section > div .header .img-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 797px) {
  .extra-info-section > div .header .img-wrapper {
    width: 56px;
    height: 56px;
  }
}
.extra-info-section > div .header .img-wrapper img {
  width: 28px;
  height: 28px;
}
@media (min-width: 797px) {
  .extra-info-section > div .header .img-wrapper img {
    width: 32px;
    height: 32px;
  }
}
.extra-info-section > div .header .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.extra-info-section > div .header .text-wrapper h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fff;
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .extra-info-section > div .header .text-wrapper h4 {
    font-size: 26px;
  }
}
@media (min-width: 1281px) {
  .extra-info-section > div .header .text-wrapper h4 {
    font-size: 32px;
  }
}
.extra-info-section > div .header .text-wrapper p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
}
@media (min-width: 797px) {
  .extra-info-section > div .header .text-wrapper p {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media (min-width: 1281px) {
  .extra-info-section > div .header .text-wrapper p {
    font-size: 20px;
  }
}
.extra-info-section > div .body {
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (min-width: 797px) {
  .extra-info-section > div .body {
    padding: 32px;
  }
}
.extra-info-section .emotional-card .header .img-wrapper {
  background: rgba(255, 14, 68, 0.2);
}
.extra-info-section .emotional-card .body {
  background: rgba(255, 14, 68, 0.1);
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 797px) {
  .extra-info-section .emotional-card .body {
    gap: 24px;
  }
}
.extra-info-section .emotional-card .body span {
  font-size: 32px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 797px) {
  .extra-info-section .emotional-card .body span {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  .extra-info-section .emotional-card .body span {
    font-size: 48px;
  }
}
.extra-info-section .emotional-card .body span:hover {
  transform: scale(1.15);
}
.extra-info-section .behavioral-card .header .img-wrapper {
  background: rgba(81, 14, 255, 0.2);
}
.extra-info-section .behavioral-card .body {
  background: rgba(81, 14, 255, 0.1);
  padding: 20px 24px;
}
@media (min-width: 797px) {
  .extra-info-section .behavioral-card .body {
    padding: 24px 32px;
  }
}
.extra-info-section .behavioral-card .progress-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.extra-info-section .behavioral-card .progress-wrapper > div {
  height: 20px;
  background: #510eff;
  border-radius: 4px;
  position: relative;
  padding-left: 8px;
  display: flex;
  align-items: center;
  font-family: "Gilroy", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
@media (min-width: 797px) {
  .extra-info-section .behavioral-card .progress-wrapper > div {
    height: 24px;
    font-size: 11px;
  }
}
.extra-info-section .behavioral-card .progress-wrapper > div::before {
  font-size: 9px;
}
@media (min-width: 797px) {
  .extra-info-section .behavioral-card .progress-wrapper > div::before {
    font-size: 10px;
  }
}
.extra-info-section .behavioral-card .progress-wrapper .mood {
  width: 85%;
}
.extra-info-section .behavioral-card .progress-wrapper .mood::before {
  content: "Mood";
}
.extra-info-section .behavioral-card .progress-wrapper .intensity {
  width: 70%;
}
.extra-info-section .behavioral-card .progress-wrapper .intensity::before {
  content: "Intensity";
}
.extra-info-section .behavioral-card .progress-wrapper .consistency {
  width: 90%;
}
.extra-info-section .behavioral-card .progress-wrapper .consistency::before {
  content: "Consistency";
}
.extra-info-section .behavioral-card .progress-wrapper .engagement {
  width: 80%;
}
.extra-info-section .behavioral-card .progress-wrapper .engagement::before {
  content: "Engagement";
}
.extra-info-section .behavioral-card .progress-wrapper .influence {
  width: 95%;
}
.extra-info-section .behavioral-card .progress-wrapper .influence::before {
  content: "Influence";
}
.extra-info-section .visual-card .header .img-wrapper {
  background: rgba(14, 188, 255, 0.2);
}
.extra-info-section .visual-card .body {
  background: rgba(14, 188, 255, 0.1);
  padding: 24px;
}
@media (min-width: 797px) {
  .extra-info-section .visual-card .body {
    padding: 32px;
  }
}
.extra-info-section .visual-card .graph-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  height: 80px;
}
@media (min-width: 797px) {
  .extra-info-section .visual-card .graph-wrapper {
    gap: 8px;
    height: 100px;
  }
}
.extra-info-section .visual-card .graph-wrapper > div {
  width: 16px;
  background: #0ebcff;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: height 0.4s ease, filter 0.3s ease;
}
@media (min-width: 797px) {
  .extra-info-section .visual-card .graph-wrapper > div {
    width: 20px;
  }
}
.extra-info-section .visual-card .graph-wrapper .g-1 {
  height: 30%;
  transition-delay: 0s;
}
.extra-info-section .visual-card .graph-wrapper .g-2 {
  height: 55%;
  transition-delay: 0.03s;
}
.extra-info-section .visual-card .graph-wrapper .g-3 {
  height: 45%;
  transition-delay: 0.06s;
}
.extra-info-section .visual-card .graph-wrapper .g-4 {
  height: 75%;
  transition-delay: 0.09s;
}
.extra-info-section .visual-card .graph-wrapper .g-5 {
  height: 60%;
  transition-delay: 0.12s;
}
.extra-info-section .visual-card .graph-wrapper .g-6 {
  height: 90%;
  transition-delay: 0.15s;
}
.extra-info-section .visual-card .graph-wrapper .g-7 {
  height: 50%;
  transition-delay: 0.18s;
}
.extra-info-section .visual-card .graph-wrapper .g-8 {
  height: 65%;
  transition-delay: 0.21s;
}
.extra-info-section .visual-card .graph-wrapper .g-9 {
  height: 35%;
  transition-delay: 0.24s;
}
.extra-info-section .visual-card .graph-wrapper .g-10 {
  height: 45%;
  transition-delay: 0.27s;
}
.extra-info-section .visual-card .graph-wrapper .g-11 {
  height: 60%;
  transition-delay: 0.3s;
}
.extra-info-section .visual-card .graph-wrapper .g-12 {
  height: 40%;
  transition-delay: 0.33s;
}
.extra-info-section .visual-card .graph-wrapper:hover > div {
  filter: brightness(1.15);
}
.extra-info-section .visual-card .graph-wrapper:hover .g-1 {
  height: 50%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-2 {
  height: 75%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-3 {
  height: 65%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-4 {
  height: 95%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-5 {
  height: 80%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-6 {
  height: 100%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-7 {
  height: 70%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-8 {
  height: 85%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-9 {
  height: 55%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-10 {
  height: 65%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-11 {
  height: 80%;
}
.extra-info-section .visual-card .graph-wrapper:hover .g-12 {
  height: 60%;
}
.extra-info-section .profiles-card .header .img-wrapper {
  background: rgba(14, 255, 81, 0.2);
}
.extra-info-section .profiles-card .body {
  background: rgba(14, 255, 81, 0.08);
}
.extra-info-section .profiles-card .body img {
  width: 135px;
  height: auto;
}
@media (min-width: 1281px) {
  .extra-info-section .profiles-card .body img {
    width: 160px;
  }
}
@media (min-width: 797px) {
  .extra-info-section {
    grid-auto-rows: 1fr;
  }
  .extra-info-section > div {
    height: 100%;
  }
}

footer {
  display: flex;
  justify-content: center;
  padding-block: 40px;
}

/*# sourceMappingURL=members.css.map */
