/* [project]/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
}

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

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

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

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

:root {
  --blue: #2a84ff;
  --blue-deep: #126be5;
  --blue-pale: #e8f2ff;
  --ink: #102541;
  --ink-soft: #4d6684;
  --cream: #f7f4ed;
  --cream-deep: #ece7dc;
  --white: #fff;
  --line: #1025411f;
  --lime: #c9f45b;
  --peach: #ffc99f;
  --green: #1ebc78;
  --red: #ff6b6b;
  --shadow: 0 26px 70px #13375f24;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  background: var(--cream);
  color: var(--ink);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  display: block;
}

address {
  font-style: normal;
}

::selection {
  background: var(--blue);
  color: var(--white);
}

.site-header {
  z-index: 100;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f7f4ede0;
  border-bottom: 1px solid #10254114;
  position: sticky;
  top: 0;
}

.header-shell {
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(1440px, 100% - 64px);
  height: 82px;
  margin: 0 auto;
  display: grid;
}

.brand-link {
  width: 158px;
}

.desktop-nav {
  justify-content: center;
  align-items: center;
  gap: 34px;
  display: flex;
}

.desktop-nav a, .text-action {
  color: #405674;
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.desktop-nav a:after, .text-action:after {
  content: "";
  background: var(--blue);
  border-radius: 2px;
  height: 2px;
  transition: right .18s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 100%;
}

.desktop-nav a:hover:after, .desktop-nav a:focus-visible:after, .text-action:hover:after, .text-action:focus-visible:after {
  right: 0;
}

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

.button {
  border: 1px solid #0000;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible, a:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #2a84ff52;
}

.button-small {
  background: var(--blue);
  min-height: 46px;
  color: var(--white);
  border-radius: 17px;
  padding: 0 19px;
  box-shadow: 0 12px 28px #2a84ff38;
}

.button-primary {
  background: var(--blue);
  min-width: 206px;
  color: var(--white);
  box-shadow: 0 18px 38px #2a84ff3d;
}

.button-primary:hover, .button-small:hover {
  background: var(--blue-deep);
  box-shadow: 0 22px 42px #2a84ff4d;
}

.button-secondary {
  min-width: 206px;
  color: var(--ink);
  background: #ffffff85;
  border-color: #10254124;
}

.button-secondary:hover {
  background: var(--white);
  border-color: #2a84ff61;
}

.hero {
  grid-template-columns: minmax(470px, .85fr) minmax(700px, 1.15fr);
  align-items: center;
  gap: 30px;
  width: min(1540px, 100% - 48px);
  min-height: 900px;
  margin: 0 auto;
  padding: 62px 0 74px;
  display: grid;
}

.hero-copy {
  z-index: 10;
  padding-left: clamp(8px, 3vw, 52px);
  position: relative;
}

.eyebrow {
  color: #126be5;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: #ffffff94;
  border: 1px solid #2a84ff38;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 9px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.eyebrow img {
  border-radius: 9px;
  width: 27px;
  height: 27px;
}

.hero h1 {
  letter-spacing: -.075em;
  max-width: 700px;
  margin: 34px 0 26px;
  font-family: Artnoova, Poppins, sans-serif;
  font-size: clamp(72px, 7.4vw, 126px);
  font-weight: 600;
  line-height: .78;
}

.hero h1 span {
  color: var(--blue);
  margin-top: 20px;
  display: block;
}

.hero-lead {
  color: #4d6684;
  max-width: 600px;
  margin: 0;
  font-family: Artnoova, Poppins, sans-serif;
  font-size: clamp(22px, 1.65vw, 29px);
  line-height: 1.48;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  display: flex;
}

.trust-line {
  color: #69809b;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 30px;
  font-size: 11px;
  display: flex;
}

.trust-line span, .economy-promise span {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.check {
  background: var(--blue-pale);
  width: 20px;
  height: 20px;
  color: var(--blue);
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  display: inline-grid;
}

.corporate-stamp {
  color: #71869f;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 50px;
  font-size: 11px;
  display: flex;
}

.corporate-stamp strong {
  color: var(--ink);
  font-size: 12px;
}

.corporate-stamp strong:after {
  content: "";
  vertical-align: middle;
  background: #10254129;
  width: 1px;
  height: 22px;
  margin-left: 20px;
  display: inline-block;
}

.product-stage {
  isolation: isolate;
  min-height: 770px;
  position: relative;
}

.product-stage:before {
  content: "";
  z-index: -3;
  background: radial-gradient(circle at 72% 25%, #c9f45bf2 0 7%, #0000 7.3%), radial-gradient(circle at 26% 75%, #123c6dd6 0 8%, #0000 8.3%), linear-gradient(145deg, #1473ec, #2a84ff 52%, #126be5);
  border-radius: 52% 48% 44% 56% / 38% 35% 65% 62%;
  width: 81%;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 10%;
  transform: rotate(-1deg);
  box-shadow: 0 42px 90px #1c60b947;
}

.product-stage:after {
  content: "NEW CONNECTION";
  z-index: -1;
  color: #ffffffad;
  letter-spacing: .3em;
  transform-origin: 100% 100%;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
  bottom: 116px;
  right: -24px;
  transform: rotate(-90deg);
}

.stage-orbit {
  z-index: -2;
  pointer-events: none;
  border: 1px solid #fff3;
  border-radius: 50%;
  position: absolute;
}

.stage-orbit-one {
  width: 460px;
  height: 460px;
  top: 13%;
  right: 14%;
}

.stage-orbit-two {
  width: 250px;
  height: 250px;
  top: 27%;
  right: 27%;
}

.phone-shell {
  z-index: 3;
  background: linear-gradient(150deg, #fbfdff, #dfe8f4);
  border: 1px solid #ffffffd1;
  border-radius: 62px;
  width: 435px;
  height: 724px;
  padding: 14px;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-42%, -48%)rotate(-1deg);
  box-shadow: 0 36px 70px #0a274a52, inset 0 1px #ffffffe6;
}

.phone-speaker {
  z-index: 8;
  background: #0a1626;
  border-radius: 999px;
  width: 112px;
  height: 29px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-screen {
  background: #f8fbff;
  border-radius: 49px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.app-topbar {
  background: var(--white);
  border-bottom: 1px solid #10254112;
  justify-content: space-between;
  align-items: flex-end;
  height: 90px;
  padding: 0 24px 15px;
  display: flex;
}

.app-title {
  align-items: center;
  gap: 10px;
  font-family: Artnoova, sans-serif;
  font-size: 21px;
  font-weight: 600;
  display: flex;
}

.app-title img {
  border-radius: 10px;
  width: 31px;
  height: 31px;
}

.profile-mini {
  background: var(--blue-pale);
  color: #275b98;
  border: 1px solid #2a84ff47;
  border-radius: 50%;
  place-items: center;
  width: 33px;
  height: 33px;
  font-size: 10px;
  font-weight: 600;
  display: grid;
}

.community-row {
  background: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 17px 20px 13px;
  display: flex;
}

.community {
  border: 2px solid var(--white);
  width: 52px;
  height: 52px;
  color: var(--white);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 600;
  display: grid;
  box-shadow: 0 0 0 1px #10254121;
}

.community small {
  color: #61758e;
  margin-top: 72px;
  font-size: 7px;
  font-weight: 400;
  position: absolute;
}

.community.blue {
  background: var(--blue);
}

.community.peach {
  background: #f2a66d;
}

.community.navy {
  background: #153b6a;
}

.community.lime {
  background: #9fcb36;
}

.phone-event {
  min-height: 195px;
  color: var(--white);
  background: radial-gradient(circle at 92% 73%, #2a84ff2e 0 22%, #0000 22.5%), radial-gradient(circle at 78% 40%, #c9f45b47 0 8%, #0000 8.5%), linear-gradient(140deg, #102f55, #173f70);
  border-radius: 26px;
  margin: 23px 18px 11px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.phone-event:after {
  content: "";
  border: 1px solid #ffffff26;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -74px;
  right: -54px;
}

.phone-live, .floating-kicker {
  letter-spacing: .14em;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 7px;
  font-weight: 600;
  display: flex;
}

.red-dot {
  background: var(--red);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  box-shadow: 0 0 0 4px #ff6b6b21;
}

.phone-event h3 {
  max-width: 260px;
  margin: 42px 0 8px;
  font-family: Artnoova, sans-serif;
  font-size: 23px;
  line-height: 1.02;
}

.phone-event p {
  color: #ffffffad;
  max-width: 250px;
  margin: 0;
  font-size: 8px;
  line-height: 1.55;
}

.participant-row {
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 22px;
}

.participant {
  background: var(--peach);
  width: 19px;
  height: 19px;
  color: var(--ink);
  border: 2px solid #173f70;
  border-radius: 50%;
  place-items: center;
  margin-left: -4px;
  font-size: 6px;
  font-weight: 600;
  display: grid;
}

.participant:nth-child(2) {
  background: #c8dcff;
}

.participant:nth-child(3) {
  background: var(--white);
}

.participant-row strong {
  margin-left: 6px;
  font-size: 7px;
}

.feed-preview {
  background: var(--white);
  border: 1px solid #10254112;
  border-radius: 26px;
  margin: 0 18px;
  padding: 17px;
  box-shadow: 0 12px 30px #1a395d0f;
}

.feed-user {
  align-items: center;
  gap: 9px;
  display: flex;
}

.avatar {
  border-radius: 14px;
  flex: none;
  place-items: center;
  font-weight: 600;
  display: grid;
}

.avatar-blue {
  background: var(--blue);
  width: 31px;
  height: 31px;
  color: var(--white);
  font-size: 8px;
}

.feed-user > span:nth-child(2), .call-person > span:nth-child(2) {
  gap: 2px;
  display: grid;
}

.feed-user strong {
  font-size: 8px;
}

.feed-user small {
  color: #8696a9;
  font-size: 6px;
}

.feed-user em {
  color: #a98217;
  background: #fff3ca;
  border-radius: 999px;
  margin-left: auto;
  padding: 5px 8px;
  font-size: 6px;
  font-style: normal;
  font-weight: 600;
}

.feed-preview > p {
  color: #5f728a;
  margin: 12px 0 10px;
  font-size: 7px;
}

.feed-art {
  background: #c9e8ff;
  border-radius: 15px;
  height: 92px;
  position: relative;
  overflow: hidden;
}

.feed-art span {
  display: block;
  position: absolute;
}

.art-blue {
  background: var(--blue);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: 24px;
  left: 58px;
}

.art-peach {
  background: var(--peach);
  border-radius: 40% 0 0;
  width: 170px;
  height: 130px;
  top: 8px;
  right: -24px;
  transform: rotate(-8deg);
}

.art-navy {
  background: var(--ink);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  top: 37px;
  right: 36px;
}

.art-lime {
  background: var(--lime);
  border-radius: 50%;
  width: 27px;
  height: 27px;
  top: 7px;
  left: 133px;
}

.feed-meta {
  color: #8394a8;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 6px;
  display: flex;
}

.feed-meta strong {
  color: var(--blue);
}

.phone-tabbar {
  background: #fffffff0;
  border-top: 1px solid #10254112;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  height: 68px;
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.phone-tabbar span {
  color: #8494a7;
  justify-items: center;
  gap: 4px;
  display: grid;
}

.phone-tabbar img {
  object-fit: contain;
  opacity: .52;
  width: 19px;
  height: 19px;
}

.phone-tabbar small {
  font-size: 5px;
}

.phone-tabbar span.active {
  color: var(--blue);
}

.phone-tabbar span.active img {
  opacity: 1;
}

.floating-card {
  z-index: 6;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff2;
  border: 1px solid #10254114;
  position: absolute;
}

.talk-preview {
  border-radius: 30px;
  width: 290px;
  padding: 20px;
  animation: 7s ease-in-out infinite float-soft;
  top: 12%;
  left: 3%;
}

.floating-kicker {
  color: #7a8fa8;
}

.live-dot {
  color: var(--green);
  letter-spacing: 0;
}

.live-dot:before {
  content: "";
  background: #4bd69a;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  display: inline-block;
  box-shadow: 0 0 0 5px #4bd69a24;
}

.call-person {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
  display: grid;
}

.avatar-peach {
  background: var(--peach);
  width: 53px;
  height: 53px;
  color: var(--ink);
  border-radius: 18px;
  font-size: 13px;
}

.call-person strong {
  font-family: Artnoova, sans-serif;
  font-size: 17px;
}

.call-person small {
  color: #8394a8;
  font-size: 8px;
}

.call-button {
  background: var(--blue);
  width: 46px;
  height: 46px;
  color: var(--white);
  border-radius: 50%;
  place-items: center;
  font-size: 19px;
  display: grid;
  transform: rotate(-35deg);
}

.talk-preview > p {
  color: var(--blue);
  margin: 14px 0 0 67px;
  font-size: 8px;
  font-weight: 600;
}

.event-preview {
  width: 284px;
  color: var(--white);
  background: radial-gradient(circle at 94% 88%, #2a84ff2e 0 34%, #0000 34.5%), linear-gradient(145deg, #102f55, #173f70);
  border-color: #ffffff29;
  border-radius: 34px;
  padding: 25px;
  animation: 9s ease-in-out infinite reverse float-soft;
  top: 5%;
  right: 0;
  overflow: hidden;
}

.event-preview .floating-kicker {
  color: #ffffffb8;
}

.event-preview h2 {
  max-width: 210px;
  margin: 26px 0 8px;
  font-family: Artnoova, sans-serif;
  font-size: 27px;
  line-height: .95;
}

.event-preview p {
  color: #ffffff8c;
  font-size: 8px;
  line-height: 1.5;
}

.event-price {
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 27px;
  padding-top: 18px;
  font-size: 9px;
  display: flex;
}

.event-price strong {
  color: var(--lime);
  font-size: 16px;
}

.wallet-preview {
  width: 295px;
  color: var(--white);
  background: radial-gradient(circle at 90% 0, #c9f45b29, #0000 34%), linear-gradient(140deg, #102f55, #173f70);
  border-color: #ffffff29;
  border-radius: 32px;
  padding: 24px;
  animation: 8s ease-in-out 1s infinite float-soft;
  bottom: 6%;
  left: 2%;
}

.wallet-preview .floating-kicker {
  color: #ffffff8c;
}

.balance {
  margin-top: 26px;
  font-family: Artnoova, sans-serif;
  font-size: 34px;
  display: block;
}

.balance small {
  font-size: 9px;
  font-weight: 400;
}

.balance-meta {
  color: #ffffff80;
  justify-content: space-between;
  margin-top: 23px;
  font-size: 8px;
  display: flex;
}

.balance-meta b {
  color: var(--lime);
}

.sale-preview {
  border-radius: 26px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  width: 257px;
  padding: 17px;
  animation: 10s ease-in-out infinite reverse float-soft;
  display: grid;
  bottom: 15%;
  right: 2%;
}

.sale-icon {
  background: var(--blue-pale);
  width: 44px;
  height: 44px;
  color: var(--blue);
  border-radius: 15px;
  place-items: center;
  display: grid;
}

.sale-preview > span {
  gap: 3px;
  display: grid;
}

.sale-preview strong {
  font-size: 10px;
}

.sale-preview small {
  color: #8b9aad;
  font-size: 7px;
}

.sale-preview b {
  color: var(--green);
  grid-column: 2;
  font-size: 9px;
}

.product-rail {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #f7fbffe0;
  border: 1px solid #ffffffa3;
  border-radius: 28px;
  gap: 7px;
  width: 74px;
  padding: 10px;
  display: grid;
  position: absolute;
  top: 31%;
  right: -8px;
  box-shadow: 0 20px 50px #10254129;
}

.product-rail span {
  color: #768ba3;
  border-radius: 17px;
  justify-items: center;
  gap: 4px;
  padding: 9px 5px;
  font-size: 6px;
  display: grid;
}

.product-rail span.active {
  background: var(--blue-pale);
  color: var(--blue);
}

.product-rail img {
  object-fit: contain;
  opacity: .65;
  width: 20px;
  height: 20px;
}

.product-rail span.active img {
  opacity: 1;
}

@keyframes float-soft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.flow-strip {
  border: 1px solid var(--line);
  background: #ffffffa8;
  border-radius: 28px;
  grid-template-columns: repeat(5, 1fr);
  width: min(1400px, 100% - 64px);
  margin: 4px auto 88px;
  display: grid;
  box-shadow: 0 18px 52px #1025410f;
}

.flow-strip a {
  border-right: 1px solid var(--line);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 16px 21px;
  transition: background .18s;
  display: grid;
}

.flow-strip a:first-child {
  border-radius: 28px 0 0 28px;
}

.flow-strip a:last-child {
  border-right: 0;
  border-radius: 0 28px 28px 0;
}

.flow-strip a:hover {
  background: var(--white);
}

.flow-strip img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}

.flow-strip span {
  gap: 2px;
  display: grid;
}

.flow-strip strong {
  font-family: Artnoova, sans-serif;
  font-size: 15px;
}

.flow-strip small {
  color: #8294a9;
  font-size: 8px;
}

.flow-strip > a > span:last-child {
  color: var(--blue);
}

.section {
  width: min(1440px, 100% - 64px);
  margin: 0 auto;
}

.section-product {
  padding: 105px 0 130px;
}

.section-heading {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .45fr);
  align-items: end;
  column-gap: 80px;
  margin-bottom: 68px;
  display: grid;
}

.section-index {
  color: var(--blue);
  letter-spacing: .2em;
  grid-column: 1 / -1;
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.section-heading h2, .economy-intro h2, .audience-title h2, .corporate-card h2, .faq-title h2, .download-copy h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-family: Artnoova, Poppins, sans-serif;
  font-size: clamp(52px, 5.2vw, 88px);
  font-weight: 600;
  line-height: .95;
}

.section-heading > p {
  color: var(--ink-soft);
  margin: 0 0 8px;
  font-family: Artnoova, sans-serif;
  font-size: 21px;
  line-height: 1.55;
}

.flow-cards {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  display: grid;
}

.flow-card {
  background: #ffffffa8;
  border: 1px solid #1025411a;
  border-radius: 32px;
  flex-direction: column;
  min-height: 430px;
  padding: 26px;
  scroll-margin-top: 115px;
  transition: transform .22s, box-shadow .22s, background .22s;
  display: flex;
}

.flow-card:first-child, .flow-card:nth-child(2), .flow-card:nth-child(3) {
  grid-column: span 2;
}

.flow-card:nth-child(4), .flow-card:nth-child(5) {
  grid-column: span 3;
  min-height: 375px;
}

.flow-card:hover {
  background: var(--white);
  transform: translateY(-6px);
  box-shadow: 0 26px 60px #10254117;
}

.flow-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flow-card-top img {
  object-fit: contain;
  width: 38px;
  height: 38px;
}

.flow-number {
  color: #8b9caf;
  letter-spacing: .18em;
  font-size: 9px;
}

.flow-label {
  color: var(--blue);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 44px;
  font-size: 9px;
  font-weight: 600;
}

.flow-card h3 {
  margin: 9px 0 13px;
  font-family: Artnoova, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.flow-card > p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.flow-card ul {
  gap: 9px;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
  display: grid;
}

.flow-card li {
  color: #536b87;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: flex;
}

.flow-card li .check {
  width: 17px;
  height: 17px;
  font-size: 8px;
}

.economy-section {
  width: min(1540px, 100% - 36px);
  color: var(--white);
  background: radial-gradient(circle at 0 100%, #2a84ff38, #0000 33%), radial-gradient(circle at 94% 8%, #c9f45b1f, #0000 28%), #102541;
  border-radius: 56px;
  grid-template-columns: minmax(400px, .8fr) minmax(600px, 1.2fr);
  gap: 72px;
  padding: 100px clamp(40px, 6vw, 100px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.economy-section:after {
  content: "Q.";
  color: #ffffff06;
  font-family: Artnoova, sans-serif;
  font-size: 480px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -110px;
  right: -25px;
}

.economy-intro, .economy-grid {
  z-index: 2;
  position: relative;
}

.section-index-light {
  color: #7eb6ff;
}

.economy-intro h2 span {
  color: #75aeff;
}

.economy-intro > p {
  color: #ffffff9e;
  max-width: 520px;
  margin: 30px 0 0;
  font-family: Artnoova, sans-serif;
  font-size: 19px;
  line-height: 1.6;
}

.economy-promise {
  color: #ffffffb8;
  gap: 13px;
  margin-top: 42px;
  font-size: 10px;
  display: grid;
}

.economy-promise .check {
  color: #7eb6ff;
  background: #7eb6ff1f;
}

.economy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.economy-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  flex-direction: column;
  min-height: 290px;
  padding: 25px;
  transition: transform .22s, background .22s;
  display: flex;
}

.economy-card:hover {
  background: #ffffff1a;
  transform: translateY(-5px);
}

.economy-card-head {
  color: #78b1ff;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.economy-card h3 {
  max-width: 280px;
  margin: 42px 0 13px;
  font-family: Artnoova, sans-serif;
  font-size: 29px;
  line-height: 1.05;
}

.economy-card p {
  color: #ffffff8f;
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
}

.economy-card small {
  color: #80b7ff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 24px;
  font-size: 8px;
  font-weight: 600;
}

.journey-section {
  grid-template-columns: minmax(330px, .65fr) minmax(600px, 1.35fr);
  gap: 100px;
  padding: 145px 0;
  display: grid;
}

.compact-heading {
  margin: 0;
  display: block;
}

.compact-heading .section-index {
  margin-bottom: 22px;
}

.compact-heading > p {
  margin-top: 30px;
  font-size: 17px;
}

.journey-list {
  border-top: 1px solid var(--line);
}

.journey-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 142px;
  padding: 21px 16px 21px 0;
  transition: padding .18s, background .18s;
  display: grid;
}

.journey-list article:hover {
  background: #ffffff6b;
  padding-left: 18px;
}

.journey-step {
  color: var(--blue);
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
}

.journey-list h3 {
  margin: 0 0 8px;
  font-family: Artnoova, sans-serif;
  font-size: 28px;
}

.journey-list p {
  max-width: 540px;
  color: var(--ink-soft);
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.journey-list article > span:last-child {
  color: var(--blue);
}

.audience-section {
  background: var(--white);
  border-radius: 56px;
  grid-template-columns: .62fr 1.38fr;
  gap: 90px;
  width: min(1540px, 100% - 36px);
  margin: 0 auto;
  padding: 100px clamp(40px, 6vw, 100px);
  display: grid;
}

.audience-title {
  align-self: start;
}

.audience-title h2 {
  font-size: clamp(48px, 4.8vw, 77px);
}

.audience-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.audience-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 250px;
  padding: 28px;
}

.audience-grid article > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 600;
}

.audience-grid h3 {
  max-width: 270px;
  margin: 54px 0 13px;
  font-family: Artnoova, sans-serif;
  font-size: 28px;
  line-height: 1.05;
}

.audience-grid p {
  max-width: 290px;
  color: var(--ink-soft);
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
}

.principles-section {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: min(1440px, 100% - 64px);
  margin: 105px auto 130px;
  display: grid;
}

.principles-section article {
  border-top: 1px solid var(--line);
  padding: 34px 10px 0 0;
  position: relative;
}

.principle-dot {
  border: 3px solid var(--cream);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 0;
  box-shadow: 0 0 0 1px;
}

.principle-blue {
  background: var(--blue);
  color: var(--blue);
}

.principle-lime {
  background: var(--lime);
  color: #a1ce34;
}

.principle-peach {
  background: var(--peach);
  color: #f2a66d;
}

.principles-section small {
  color: #8092a7;
  letter-spacing: .2em;
  font-size: 8px;
  font-weight: 600;
}

.principles-section h3 {
  margin: 38px 0 14px;
  font-family: Artnoova, sans-serif;
  font-size: 31px;
  line-height: 1.1;
}

.principles-section p {
  max-width: 340px;
  color: var(--ink-soft);
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
}

.corporate-section {
  background: var(--white);
  border-radius: 56px;
  grid-template-columns: 1fr 1fr;
  width: min(1540px, 100% - 36px);
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}

.corporate-card, .geneva-card {
  min-height: 670px;
  padding: clamp(50px, 6vw, 94px);
}

.corporate-card {
  border-right: 1px solid var(--line);
}

.corporate-brand {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.corporate-brand img {
  width: 150px;
}

.corporate-brand span {
  color: #8193a8;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
}

.corporate-card h2 {
  color: var(--blue);
  margin-top: 135px;
}

.corporate-card p {
  max-width: 560px;
  color: var(--ink-soft);
  margin: 34px 0 0;
  font-family: Artnoova, sans-serif;
  font-size: 19px;
  line-height: 1.6;
}

.geneva-card {
  background: #f1f7ff;
  position: relative;
  overflow: hidden;
}

.coordinate-row {
  color: #7b91aa;
  letter-spacing: .18em;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  font-weight: 600;
  display: flex;
}

.coordinate-row strong {
  color: var(--blue);
  letter-spacing: -.02em;
  font-size: 20px;
}

.geneva-mark {
  place-items: center;
  width: 410px;
  height: 410px;
  display: grid;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.geneva-orbit {
  border: 1px solid #2a84ff33;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 56px #2a84ff0b, 0 0 0 112px #2a84ff06;
}

.geneva-orbit:after {
  content: "";
  background: var(--lime);
  border: 5px solid #f1f7ff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 70px;
  right: 37px;
  box-shadow: 0 0 0 1px #a1ce34;
}

.geneva-core {
  background: var(--blue);
  width: 148px;
  height: 148px;
  color: var(--white);
  border-radius: 48px;
  place-items: center;
  font-family: Artnoova, sans-serif;
  font-size: 70px;
  font-weight: 600;
  display: grid;
  box-shadow: 0 30px 70px #2a84ff47;
}

.geneva-card address {
  gap: 8px;
  display: grid;
  position: absolute;
  bottom: 66px;
  left: clamp(50px, 6vw, 94px);
  right: clamp(50px, 6vw, 94px);
}

.geneva-card address small {
  color: #8193a8;
  letter-spacing: .18em;
  font-size: 8px;
  font-weight: 600;
}

.geneva-card address strong {
  font-family: Artnoova, sans-serif;
  font-size: 25px;
}

.geneva-card address span {
  color: var(--ink-soft);
  font-size: 11px;
}

.faq-section {
  grid-template-columns: .52fr 1.48fr;
  gap: 90px;
  width: min(1440px, 100% - 64px);
  margin: 0 auto;
  padding: 145px 0;
  display: grid;
}

.faq-title h2 {
  font-size: clamp(50px, 4.7vw, 76px);
}

.faq-title p {
  max-width: 360px;
  color: var(--ink-soft);
  margin: 25px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}

.faq-grid article {
  border: 1px solid var(--line);
  background: #ffffff8c;
  border-radius: 28px;
  min-height: 225px;
  padding: 25px;
}

.faq-grid article > span {
  color: var(--blue);
  letter-spacing: .16em;
  font-size: 8px;
  font-weight: 600;
}

.faq-grid h3 {
  margin: 30px 0 12px;
  font-family: Artnoova, sans-serif;
  font-size: 23px;
  line-height: 1.12;
}

.faq-grid p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 9px;
  line-height: 1.7;
}

.download-section {
  background: var(--blue);
  width: min(1540px, 100% - 36px);
  min-height: 620px;
  color: var(--white);
  border-radius: 56px;
  grid-template-columns: .88fr 1.12fr;
  margin: 0 auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.download-copy {
  z-index: 3;
  align-self: center;
  padding: clamp(48px, 7vw, 110px);
  position: relative;
}

.download-copy h2 {
  max-width: 670px;
  font-size: clamp(55px, 5.3vw, 88px);
}

.download-copy > p {
  color: #ffffffb8;
  max-width: 600px;
  margin: 30px 0 0;
  font-family: Artnoova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.download-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 38px;
  display: flex;
}

.button-light {
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 20px 45px #083a7d2e;
}

.download-status {
  cursor: default;
}

.download-status:hover {
  transform: none;
}

.download-login {
  color: #ffffffa6;
  font-size: 10px;
}

.download-login strong {
  color: var(--white);
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

.download-visual {
  min-height: 620px;
  position: relative;
}

.app-icon-large {
  z-index: 3;
  border: 12px solid #ffffff2e;
  border-radius: 70px;
  width: 235px;
  height: 235px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%)rotate(-6deg);
  box-shadow: 0 40px 80px #083a7d57;
}

.download-ring {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 420px;
  height: 420px;
}

.ring-two {
  width: 660px;
  height: 660px;
}

.download-badge {
  z-index: 4;
  letter-spacing: .1em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff24;
  border: 1px solid #ffffff80;
  border-radius: 999px;
  padding: 11px 17px;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
}

.badge-top {
  top: 18%;
  left: 22%;
}

.badge-right {
  top: 42%;
  right: 16%;
}

.badge-bottom {
  bottom: 17%;
  left: 22%;
}

.site-footer {
  width: min(1440px, 100% - 64px);
  margin: 0 auto;
  padding: 70px 0 30px;
}

.footer-top {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
  display: grid;
}

.footer-logo {
  width: 145px;
}

.footer-top p {
  color: var(--ink-soft);
  margin: 0;
  font-family: Artnoova, sans-serif;
  font-size: 15px;
}

.back-top {
  color: var(--blue);
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.back-top span {
  border: 1px solid #2a84ff38;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
}

.footer-bottom {
  color: #8294a8;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
  padding-top: 26px;
  font-size: 8px;
  display: grid;
}

.footer-bottom nav {
  gap: 22px;
  display: flex;
}

.footer-bottom a:hover {
  color: var(--blue);
}

@media (max-width: 1280px) {
  .header-shell, .section, .principles-section, .faq-section, .site-footer {
    width: min(1180px, 100% - 48px);
  }

  .hero {
    grid-template-columns: minmax(390px, .78fr) minmax(620px, 1.22fr);
  }

  .hero h1 {
    font-size: clamp(68px, 7.2vw, 100px);
  }

  .product-stage {
    transform-origin: center;
    min-height: 720px;
    transform: scale(.9);
  }

  .phone-shell {
    left: 49%;
  }

  .event-preview {
    right: -4%;
  }

  .sale-preview {
    right: -3%;
  }

  .product-rail {
    right: -5%;
  }

  .flow-strip {
    width: calc(100% - 48px);
  }

  .economy-section, .audience-section, .corporate-section, .download-section {
    width: calc(100% - 28px);
  }
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .header-shell {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    width: min(900px, 100% - 48px);
    padding-top: 88px;
  }

  .hero-copy {
    max-width: 770px;
    padding-left: 0;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(76px, 11vw, 118px);
  }

  .product-stage {
    width: min(850px, 100%);
    min-height: 760px;
    margin: 0 auto;
    transform: none;
  }

  .flow-strip {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-heading > p {
    max-width: 650px;
  }

  .economy-section {
    grid-template-columns: 1fr;
  }

  .economy-intro > p {
    max-width: 700px;
  }

  .journey-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .compact-heading {
    max-width: 700px;
  }

  .audience-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .audience-title {
    max-width: 620px;
  }

  .corporate-card, .geneva-card {
    min-height: 580px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .faq-title {
    max-width: 620px;
  }

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

  .download-copy {
    padding-bottom: 35px;
  }

  .download-visual {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .header-shell, .section, .principles-section, .faq-section, .site-footer {
    width: calc(100% - 32px);
  }

  .header-shell {
    gap: 14px;
    height: 72px;
  }

  .brand-link {
    width: 120px;
  }

  .text-action {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .button-small {
    border-radius: 15px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 10px;
  }

  .hero {
    width: calc(100% - 32px);
    padding: 64px 0 32px;
  }

  .eyebrow {
    letter-spacing: .14em;
    font-size: 8px;
  }

  .hero h1 {
    margin-top: 28px;
    font-size: clamp(58px, 18vw, 88px);
    line-height: .82;
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-line {
    display: grid;
  }

  .corporate-stamp strong:after {
    display: none;
  }

  .product-stage {
    min-height: 610px;
    margin-top: 30px;
  }

  .product-stage:before {
    width: 100%;
    left: 0;
  }

  .phone-shell {
    border-radius: 51px;
    width: 350px;
    height: 590px;
    transform: translate(-50%, -48%);
  }

  .phone-screen {
    border-radius: 40px;
  }

  .phone-event {
    min-height: 150px;
  }

  .phone-event h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .feed-art {
    height: 70px;
  }

  .phone-tabbar {
    height: 58px;
  }

  .talk-preview, .event-preview, .wallet-preview, .sale-preview, .product-rail {
    display: none;
  }

  .flow-strip {
    border-radius: 22px;
    width: calc(100% - 24px);
    margin-bottom: 35px;
  }

  .flow-strip a {
    min-width: 155px;
    min-height: 76px;
    padding: 13px;
  }

  .section-product {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2, .economy-intro h2, .audience-title h2, .corporate-card h2, .faq-title h2, .download-copy h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .section-heading > p {
    font-size: 17px;
  }

  .flow-cards {
    grid-template-columns: 1fr;
  }

  .flow-card:nth-child(n) {
    grid-column: span 1;
    min-height: 380px;
  }

  .economy-section, .audience-section, .corporate-section, .download-section {
    border-radius: 38px;
    width: calc(100% - 16px);
  }

  .economy-section {
    padding: 68px 24px;
  }

  .economy-grid, .audience-grid, .faq-grid {
    grid-template-columns: 1fr;
  }

  .economy-card {
    min-height: 260px;
  }

  .journey-section {
    padding: 95px 0;
  }

  .journey-list article {
    grid-template-columns: 38px 1fr;
    min-height: 155px;
  }

  .journey-list article > span:last-child {
    display: none;
  }

  .audience-section {
    padding: 68px 24px;
  }

  .audience-grid article {
    min-height: 220px;
  }

  .principles-section {
    grid-template-columns: 1fr;
    gap: 65px;
    margin: 90px auto;
  }

  .corporate-section {
    grid-template-columns: 1fr;
  }

  .corporate-card, .geneva-card {
    min-height: 540px;
    padding: 48px 26px;
  }

  .corporate-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .corporate-card h2 {
    margin-top: 105px;
  }

  .geneva-mark {
    width: 290px;
    height: 290px;
  }

  .geneva-card address {
    bottom: 42px;
    left: 26px;
    right: 26px;
  }

  .faq-section {
    padding: 95px 0;
  }

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

  .download-copy {
    padding: 68px 26px 30px;
  }

  .download-visual {
    min-height: 420px;
  }

  .app-icon-large {
    border-radius: 54px;
    width: 175px;
    height: 175px;
  }

  .ring-one {
    width: 310px;
    height: 310px;
  }

  .ring-two {
    width: 500px;
    height: 500px;
  }

  .download-badge {
    font-size: 7px;
  }

  .badge-top {
    left: 9%;
  }

  .badge-right {
    right: 8%;
  }

  .footer-top, .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-top {
    gap: 24px;
  }

  .footer-bottom nav {
    margin-top: 8px;
  }
}

@media (max-width: 400px) {
  .brand-link {
    width: 104px;
  }

  .button-small {
    padding: 0 11px;
  }

  .button-small span {
    display: none;
  }

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

  .phone-shell {
    width: 320px;
  }

  .community {
    width: 44px;
    height: 44px;
  }
}

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

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/