@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ivyjournal;
  src: url('../fonts/IvyJournal-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/HafferRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/HafferBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/HafferSemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/HafferMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--dark-grey: #030303;
  --color--light-grey: #e0e0e0;
  --_text---font-size: var(--size-font);
  --_text---line-height: 1.5;
  --_text---font-weight: 400;
  --_text---letter-spacing: -.02em;
  --_responsive---font-size--h-m: 5em;
  --color--lavender: #756fff;
  --page-padding: 3em;
  --color--transparent: #0000;
  --color--secondary: #030303;
  --gap-ml: 1.25em;
  --gap-xs: .5em;
  --color--dark-grey-same\<deleted\|variable-077f2a0f-b558-e56f-3261-fbe39533105c\>: #030303;
  --color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>: color-mix(in hsl, var(--color--lavender), transparent 95%);
  --color--darker-light-grey: #adadad;
  --color--card-border: #222;
  --_responsive---font-size--h-d: 6em;
  --_responsive---font-size--h-xl: 12.5em;
  --gap-xxs: .25em;
  --_responsive---font-size--h-l: 10em;
  --gap-s: .75em;
  --_responsive---font-size--h-ml: 6.875em;
  --gap-m: 1em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  --_responsive---font-size--h-sm: 3.75em;
  --gap-l: 1.5em;
  --_responsive---font-size--h-s: 1.75em;
  --gap-xl: 1.75em;
  --gap-xxl: 0px;
  --_responsive---font-size--p-l: 1.25em;
  --gap-col: var(--gap-xs);
  --_responsive---font-size--p-r: 1.125em;
  --_responsive---font-size--p-s: .875em;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--dark-grey);
  color: var(--color--light-grey);
  font-family: Haffer, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: var(--_text---font-size);
  letter-spacing: -.03em;
  --_text---font-size: var(--_responsive---font-size--h-l);
  --_text---line-height: .85;
  --_text---font-weight: 700;
  --_text---letter-spacing: -.02em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: var(--_text---font-size);
  line-height: var(--_text---line-height);
  font-weight: var(--_text---font-weight);
  letter-spacing: var(--_text---letter-spacing);
  --_text---font-size: var(--_responsive---font-size--h-ml);
  --_text---line-height: 1.04;
  --_text---font-weight: 700;
  --_text---letter-spacing: -.02em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_text---font-size);
  line-height: var(--_text---line-height);
  font-weight: var(--_text---font-weight);
  letter-spacing: var(--_text---letter-spacing);
  --_text---font-size: var(--_responsive---font-size--h-m);
  --_text---line-height: 1;
  --_text---font-weight: 700;
  --_text---letter-spacing: -.02em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_text---font-size);
  line-height: var(--_text---line-height);
  font-weight: var(--_text---font-weight);
  letter-spacing: var(--_text---letter-spacing);
  --_text---font-size: var(--_responsive---font-size--h-sm);
  --_text---line-height: 1;
  --_text---font-weight: 700;
  --_text---letter-spacing: -.02em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h5, h6 {
  font-size: var(--_text---font-size);
  line-height: var(--_text---line-height);
  font-weight: var(--_text---font-weight);
  letter-spacing: var(--_text---letter-spacing);
  --_text---font-size: var(--_responsive---font-size--h-s);
  --_text---line-height: 1.2;
  --_text---font-weight: 400;
  --_text---letter-spacing: -.01em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.global {
  position: fixed;
}

.main {
  overflow: visible;
}

.h-d {
  --_text---font-size: var(--_responsive---font-size--h-d);
  --_text---line-height: .86;
  --_text---font-weight: 700;
  --_text---letter-spacing: -.02em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-weight: 300;
}

.h-d.foresight-lavender {
  color: var(--color--lavender);
}

.p-l {
  font-size: var(--_text---font-size);
  line-height: var(--_text---line-height);
  font-weight: var(--_text---font-weight);
  letter-spacing: var(--_text---letter-spacing);
  --_text---font-size: var(--_responsive---font-size--p-l);
  --_text---line-height: 1.25;
  --_text---font-weight: 400;
  --_text---letter-spacing: -.01em;
  --_text---font-family: Ivyjournal, "Times New Roman", sans-serif;
  margin-bottom: 0;
}

.p-l.hero-subtitle.card-title {
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 30px;
}

.tag__label {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1;
}

.container {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  z-index: 100;
  left: 0;
  right: 0;
  top: calc(var(--page-padding) / 2);
  margin-top: 2%;
  margin-bottom: 2%;
  position: static;
}

.nav__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav__list {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav__link {
  border: 1px solid var(--color--transparent);
  letter-spacing: -.01em;
  border-radius: .25em;
  padding: .4em .7em;
  font-family: Haffer, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.nav__end {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--secondary);
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
}

.nav__logo {
  justify-content: center;
  align-items: center;
  width: 7em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.svg {
  width: 100%;
  height: 100%;
}

.nav__end-link {
  border: 1px solid var(--color--lavender);
  letter-spacing: -.01em;
  border-radius: .25em;
  padding: .4em .7em;
  font-family: Haffer, Arial, sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.2;
}

.nav__end-link.is--active {
  background-color: var(--color--lavender);
  color: var(--color--secondary);
  border-radius: .25em;
  font-family: Haffer, Arial, sans-serif;
  font-weight: 400;
}

.home-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -4%;
  display: flex;
  position: relative;
}

.home-hero__inner {
  grid-column-gap: var(--page-padding);
  grid-row-gap: var(--page-padding);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 99.9436%;
  display: flex;
  position: relative;
}

.home-hero__inner-text {
  grid-column-gap: var(--gap-ml);
  grid-row-gap: var(--gap-ml);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero__p {
  width: 100%;
  max-width: 26em;
}

.button-row {
  grid-column-gap: var(--gap-xs);
  grid-row-gap: var(--gap-xs);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color--lavender);
  color: var(--color--dark-grey-same\<deleted\|variable-077f2a0f-b558-e56f-3261-fbe39533105c\>);
  border-radius: .25em;
  padding: .625em 1em;
}

.button.is--secondary {
  background-color: var(--color--secondary);
  color: var(--color--lavender);
}

.button__label {
  letter-spacing: -.03em;
  font-size: 1.125em;
  font-weight: 400;
}

.tag {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  border: 1px solid #12004b33;
  border-radius: 10em;
  justify-content: flex-start;
  align-items: center;
  padding: .375em .625em;
  display: flex;
}

.tag__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .25em;
  height: .25em;
}

.home-hero__bottom {
  z-index: 2;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.home-hero__reel {
  z-index: 1;
  background-color: var(--color--dark-grey-same\<deleted\|variable-077f2a0f-b558-e56f-3261-fbe39533105c\>);
  border-radius: .625em;
  width: 12em;
  padding: .375em;
  position: relative;
}

.reel {
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.reel__vid {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  padding: 0;
}

.reel__end {
  justify-content: space-between;
  align-items: center;
  padding: .375em;
  display: flex;
}

.eyebrow {
  letter-spacing: -.02em;
  font-size: .75em;
}

.reel__icon {
  opacity: .25;
  color: var(--color--light-grey);
  width: .625em;
}

.home-hero__bottom-circle {
  z-index: 0;
  aspect-ratio: 1;
  border: 1px solid var(--color--lavender);
  opacity: .15;
  border-radius: 100vmax;
  height: 70vmax;
  position: absolute;
  bottom: -2em;
  right: -2em;
  transform: translate(50%, 50%);
}

.home-hero__bottom-circle.is--2 {
  height: 60vmax;
}

.home-hero__bottom-circle.is--3 {
  height: 50vmax;
}

.home-hero__bg {
  pointer-events: none;
  perspective: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: -3%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-bg__list {
  aspect-ratio: 1;
  perspective: 500vw;
  transform-style: preserve-3d;
  will-change: transform;
  justify-content: center;
  align-items: center;
  width: 22.5em;
  display: flex;
  position: relative;
  transform: translate(-10vw, 30vw)rotateX(-7deg)rotateY(40deg)rotateZ(0);
}

.hero-bg__item {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>);
  background-color: var(--color--blue-border\<deleted\|variable-a62dd4ca-c8df-6210-a58b-8dad62cb4e35\>);
  -webkit-backdrop-filter: blur(.175em);
  backdrop-filter: blur(.175em);
  will-change: transform;
  transform-style: preserve-3d;
  border-radius: 100em;
  width: 100%;
  position: absolute;
  transform: rotate(0);
}

.hero-bg__item.is--10 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -180vw);
}

.hero-bg__item.is--9 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -160vw);
}

.hero-bg__item.is--8 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -140vw);
}

.hero-bg__item.is--7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -120vw);
}

.hero-bg__item.is--6 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -100vw);
}

.hero-bg__item.is--5 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -80vw);
}

.hero-bg__item.is--4 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -60vw);
}

.hero-bg__item.is--3 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -40vw);
}

.hero-bg__item.is--2 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -20vw);
}

.hero-bg__item.is--11 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -200vw);
}

.hero-bg__item.is--12 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -220vw);
}

.hero-bg__item.is--13 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -240vw);
}

.hero-bg__item.is--14 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -260vw);
}

.hero-bg__item.is--15 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -280vw);
}

.text-span {
  color: var(--color--lavender);
}

.text-span-2 {
  color: var(--color--dark-grey-same\<deleted\|variable-077f2a0f-b558-e56f-3261-fbe39533105c\>);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--color--dark-grey);
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.animated-words-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: var(--color--secondary);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 200px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--color--light-grey);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--color--darker-light-grey);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--color--darker-light-grey);
  text-align: center;
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.animated-word {
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 4vh;
  font-weight: 300;
}

.slash {
  color: var(--color--lavender);
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 4vh;
}

.section.animated-words-section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.section.cards-sectlion {
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: visible;
}

.divider-container {
  width: 50%;
  max-width: 940px;
}

.divider {
  color: var(--color--lavender);
  text-align: center;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 4vh;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.a-new-standard-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  display: flex;
}

.a-new-standard {
  text-align: center;
  font-family: Ivyjournal, Times New Roman, sans-serif;
  font-size: 4vh;
  font-weight: 400;
}

.text-span-3 {
  color: var(--color--darker-light-grey);
}

.text-span-4 {
  color: var(--color--light-grey);
}

.cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1100px;
  display: block;
  overflow: visible;
}

.container-4 {
  width: 80%;
  max-width: 1100px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2 {
  border-radius: 0;
}

.card {
  border: 1px solid var(--color--card-border);
  background-color: #030303;
  border-radius: 1em;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card.third-row-cards {
  height: 50vh;
  min-height: 500px;
  max-height: 600px;
}

.card.large-card {
  height: 85vh;
  min-height: 600px;
  max-height: 900px;
}

.text-span-5 {
  color: var(--color--darker-light-grey);
}

.text-span-6 {
  color: var(--color--lavender);
}

.card-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
  overflow: visible;
}

.card-container.large-card-container {
  width: 95%;
  max-width: 95%;
}

.image {
  margin-bottom: -30vh;
}

@media screen and (max-width: 991px) {
  .tag__label {
    line-height: 1.3;
  }

  .hero-bg__list {
    width: 15em;
    margin-bottom: -50vh;
    transform: translate(-10vw, 30vw)rotateX(0)rotateY(40deg)rotateZ(0);
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---font-size--h-m: 5em;
    --_responsive---font-size--h-d: 6em;
    --_responsive---font-size--h-xl: 12.5em;
    --_responsive---font-size--h-l: 10em;
    --_responsive---font-size--h-ml: 6.875em;
    --_responsive---font-size--h-sm: 3.75em;
    --_responsive---font-size--h-s: 1.75em;
    --_responsive---font-size--p-l: 1.25em;
    --_responsive---font-size--p-r: 1.125em;
    --_responsive---font-size--p-s: .875em;
  }

  .h-d {
    font-size: var(--_responsive---font-size--h-m);
  }

  .nav__list {
    display: none;
  }

  .nav__logo {
    position: relative;
    left: auto;
    transform: none;
  }

  .hero-bg__list {
    width: 10em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .flex-block {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---font-size--h-m: 5em;
    --_responsive---font-size--h-d: 4.25em;
    --_responsive---font-size--h-xl: 12.5em;
    --_responsive---font-size--h-l: 10em;
    --_responsive---font-size--h-ml: 6.875em;
    --_responsive---font-size--h-sm: 3.75em;
    --_responsive---font-size--h-s: 1.75em;
    --_responsive---font-size--p-l: 1.25em;
    --_responsive---font-size--p-r: 1.125em;
    --_responsive---font-size--p-s: .875em;
  }

  .p-l.hero-subtitle.card-title {
    font-size: 3vw;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav__end {
    font-size: 3vw;
  }

  .home-hero {
    min-height: 100vh;
  }

  .home-hero__inner {
    margin-top: -15vh;
  }

  .home-hero__p, .button {
    font-size: 3vw;
  }

  .home-hero__bg {
    z-index: -2;
    margin-top: -15vh;
    top: -10%;
  }

  .hero-bg__list {
    margin-bottom: -2vh;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .animated-words-container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .container-3 {
    max-width: none;
  }

  .animated-word {
    font-size: 2vh;
  }

  .divider {
    margin-top: 7vh;
    margin-bottom: 7vh;
    font-size: 3vw;
    font-weight: 700;
  }

  .a-new-standard-container {
    font-size: 14vw;
  }

  .a-new-standard {
    font-size: 6vw;
  }

  .card {
    height: 35vw;
    min-height: auto;
  }

  .card.third-row-cards {
    height: 35vw;
    min-height: auto;
    max-height: none;
  }

  .card.large-card {
    height: 80vw;
    min-height: auto;
  }

  .image {
    margin-bottom: 0;
  }

  .flex-block {
    flex-flow: wrap;
    font-size: 1.5vw;
  }
}

#w-node-fddc5662-82f9-3f97-882b-435e06dabb56-4dac975d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2c32bc3-8fdf-ef61-d1fa-a9912e9aa99c-4dac975d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa2190d3-acec-3ca4-1f2d-fbcd1de7a0ff-4dac975d, #w-node-fa2190d3-acec-3ca4-1f2d-fbcd1de7a108-4dac975d, #w-node-fa2190d3-acec-3ca4-1f2d-fbcd1de7a113-4dac975d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}



/* ===== CUSTOM STYLES FOR NEW SECTIONS ===== */

/* How It Works Section */
.how-it-works-section {
  padding: 8em 0;
  background-color: var(--color--dark-grey);
  text-align: center;
}

.how-it-works-heading {
  font-family: var(--_text-style---h-m--font-family);
  font-size: var(--_responsive---font-size--h-m);
  font-weight: var(--_text-style---h-m--font-weight);
  line-height: var(--_text-style---h-m--line-height);
  letter-spacing: var(--_text-style---h-m--letter-spacing);
  color: var(--color--off-white);
  margin-bottom: 0.5em;
}

.how-it-works-subheading {
  font-size: 1.25rem;
  color: var(--color--light-grey);
  margin-bottom: 4em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  gap: 3em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}

.how-it-works-step {
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color--off-white);
  margin-bottom: 1em;
}

.step-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color--light-grey);
}

/* Enhanced Card Descriptions */
.card-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color--light-grey);
  margin-top: 1em;
  padding: 0 1.5em;
}

.card img {
  border-radius: 8px;
}

/* Social Proof Section */
.social-proof-section {
  padding: 8em 0;
  background: linear-gradient(180deg, var(--color--dark-grey) 0%, #0a0a0a 100%);
  text-align: center;
}

.social-proof-heading {
  font-family: var(--_text-style---h-m--font-family);
  font-size: var(--_responsive---font-size--h-m);
  font-weight: var(--_text-style---h-m--font-weight);
  line-height: var(--_text-style---h-m--line-height);
  letter-spacing: var(--_text-style---h-m--letter-spacing);
  color: var(--color--off-white);
  margin-bottom: 2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.metrics-row {
  display: flex;
  justify-content: center;
  gap: 4em;
  margin-bottom: 4em;
  flex-wrap: wrap;
}

.metric-item {
  text-align: center;
}

.metric-number {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.25em;
}

.metric-label {
  font-size: 1rem;
  color: var(--color--light-grey);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto 4em auto;
  padding: 0 2em;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2em;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color--light-grey);
  margin-bottom: 1.5em;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  color: var(--color--off-white);
  margin-bottom: 0.25em;
}

.testimonial-role {
  font-size: 0.875rem;
  color: var(--color--light-grey);
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 3em;
  align-items: center;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--color--light-grey);
  font-size: 0.875rem;
}

.trust-badge::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.2);
  color: #667eea;
  font-weight: 700;
}

/* Footer Styles */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3em;
  margin-bottom: 3em;
}

.footer-column {
  text-align: left;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color--off-white);
  margin-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75em;
}

.footer-link {
  color: var(--color--light-grey);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--color--off-white);
}

.newsletter-form {
  display: flex;
  gap: 0.5em;
  margin-top: 1em;
}

.newsletter-input {
  flex: 1;
  padding: 0.75em 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color--off-white);
  font-size: 0.875rem;
}

.newsletter-input::placeholder {
  color: var(--color--light-grey);
}

.newsletter-button {
  padding: 0.75em 1.5em;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.newsletter-button:hover {
  opacity: 0.9;
}

.footer-bottom {
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

.footer-legal-links {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}

/* Accessibility - Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .hero-bg__list {
    transform: none !important;
  }
  
  .hero-bg__item {
    backdrop-filter: none !important;
    transform: none !important;
  }
  
  .testimonial-card {
    transition: none;
  }
  
  .testimonial-card:hover {
    transform: none;
  }
}

/* ===== RESPONSIVE BREAKPOINT FIXES ===== */

/* Desktop screens - Keep 2-column layout with spanning card for standard desktops */
@media screen and (min-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #w-node-e2c32bc3-8fdf-ef61-d1fa-a9912e9aa99c-4dac975d {
    grid-area: span 1 / span 2 / span 1 / span 2 !important;
    grid-column: span 2 !important;
  }

  .card {
    height: 55vh;
    min-height: 450px;
  }

  .card.large-card {
    height: 55vh;
    min-height: 450px;
  }

  .card.third-row-cards {
    height: 55vh;
    min-height: 450px;
    max-height: none;
  }
}

/* Large desktop screens - 3-column layout */
@media screen and (min-width: 1920px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #w-node-e2c32bc3-8fdf-ef61-d1fa-a9912e9aa99c-4dac975d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .card {
    height: 50vh;
    min-height: 400px;
  }
}

/* Tablet landscape (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 3em;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }

  /* Keep 2-column layout with spanning card on tablets in landscape */
  .cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  #w-node-e2c32bc3-8fdf-ef61-d1fa-a9912e9aa99c-4dac975d {
    grid-area: span 1 / span 2 / span 1 / span 2 !important;
    grid-column: span 2 !important;
  }

  .card, .card.large-card, .card.third-row-cards {
    height: 50vh;
    min-height: 350px;
  }
}

/* Mobile landscape (480px - 767px) */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .how-it-works-section {
    padding: 4em 0;
  }
  
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 2.5em;
    padding: 0 1.5em;
  }
  
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-description {
    font-size: 0.9rem;
  }
  
  .social-proof-section {
    padding: 4em 0;
  }
  
  .metrics-row {
    gap: 2em;
    margin-bottom: 3em;
  }
  
  .metric-number {
    font-size: 2.5rem;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding: 0 1.5em;
  }
  
  .testimonial-card {
    padding: 1.5em;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  
  .footer-column {
    text-align: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .card, .card.large-card, .card.third-row-cards {
    height: 65vh;
    min-height: 350px;
  }
  
  #w-node-e2c32bc3-8fdf-ef61-d1fa-a9912e9aa99c-4dac975d {
    grid-area: auto;
    grid-column: span 1;
  }
}

/* Tablet portrait (override Webflow's 991px styles for our new sections) */
@media screen and (max-width: 991px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .metrics-row {
    gap: 2em;
  }
}

/* Mobile portrait (override Webflow's 479px styles) */
@media screen and (max-width: 479px) {
  .card {
    height: 65vh;
    min-height: 300px;
  }

  .card.third-row-cards {
    height: 65vh;
    min-height: 300px;
    max-height: none;
  }

  .card.large-card {
    height: 85vh;
    min-height: 350px;
  }
  
  .how-it-works-section {
    padding: 3em 0;
  }
  
  .how-it-works-heading {
    font-size: 2rem;
    padding: 0 1em;
  }
  
  .how-it-works-subheading {
    font-size: 1rem;
    padding: 0 1em;
    margin-bottom: 2.5em;
  }
  
  .how-it-works-grid {
    padding: 0 1em;
    gap: 2em;
  }
  
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  .step-title {
    font-size: 1.1rem;
  }
  
  .step-description {
    font-size: 0.85rem;
  }
  
  .social-proof-section {
    padding: 3em 0;
  }
  
  .social-proof-heading {
    font-size: 1.75rem;
    padding: 0 1em;
  }
  
  .metrics-row {
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 2.5em;
  }
  
  .metric-number {
    font-size: 2rem;
  }
  
  .metric-label {
    font-size: 0.875rem;
  }
  
  .testimonials-grid {
    padding: 0 1em;
    gap: 1.25em;
  }
  
  .testimonial-card {
    padding: 1.25em;
  }
  
  .testimonial-quote {
    font-size: 0.9rem;
  }
  
  .trust-badges {
    flex-direction: column;
    gap: 1em;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  
  .footer-column {
    text-align: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-legal-links {
    justify-content: center;
    gap: 1em;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-button {
    width: 100%;
  }
  
  .card-description {
    font-size: 0.9rem;
    padding: 0 1em;
  }
}

/* =========== NEW LANDING PAGE STYLES =========== */

/* Enhanced Hero Section */
.hero-benefits {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.9;
}

.benefit-icon {
  font-size: 1.2rem;
}

.benefit-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.button-secondary {
  background-color: transparent;
  border: 1px solid #756fff;
  color: #756fff;
  transition: all 0.3s ease;
}

.button-secondary:hover {
  background-color: rgba(117, 111, 255, 0.1);
  transform: translateY(-2px);
}

.button-primary {
  background-color: #756fff;
  transition: all 0.3s ease;
}

.button-primary:hover {
  background-color: #5c56d4;
  transform: translateY(-2px);
}

.trust-elements {
  margin-top: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.trust-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  position: relative;
  z-index: 10;
}

/* Social Proof Section */
.social-proof-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #030303 0%, #0a0a0a 100%);
}

.social-proof-heading {
  font-family: Ivyjournal, sans-serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.stat-item {
  padding: 2rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #756fff;
  margin-bottom: 0.5rem;
}

/* Beta Features Grid */
.beta-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.beta-feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  transition: transform 0.3s ease;
}

.beta-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(117, 111, 255, 0.3);
}

.beta-feature-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.beta-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.beta-feature-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.8;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.beta-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: bold;
}

.beta-feature-list.coming-soon li::before {
  content: '→';
  color: #756fff;
}

/* Coming Soon Placeholder */
.coming-soon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(117, 111, 255, 0.1) 0%, rgba(117, 111, 255, 0.05) 100%);
  border-radius: 0.5rem;
}

.coming-soon-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.coming-soon-text {
  font-size: 1.5rem;
  color: #756fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.coming-soon-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(117, 111, 255, 0.3);
}

.testimonial-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

.author-name {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.author-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

/* Key Benefits Section */
.key-benefits-section {
  padding: 5rem 0;
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.key-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.key-benefit-card {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.key-benefit-card:hover {
  transform: translateY(-5px);
  background: rgba(117, 111, 255, 0.05);
  border-color: rgba(117, 111, 255, 0.3);
}

.benefit-icon-large {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.benefit-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.benefit-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
}

/* How It Works Section */
.how-it-works-section {
  padding: 5rem 0;
  background: #030303;
}

.how-it-works-heading {
  font-family: Ivyjournal, sans-serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

.how-it-works-subheading {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.step-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(117, 111, 255, 0.5);
  background: rgba(117, 111, 255, 0.05);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #756fff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.step-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.step-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.step-arrow {
  font-size: 2rem;
  color: #756fff;
  opacity: 0.5;
}

/* Split-Screen Feature Explorer */
.feature-explorer-section {
  padding: 5rem 0;
  background: #030303;
}

.feature-explorer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.feature-explorer {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 3rem;
  min-height: 700px;
}

/* Feature Sidebar */
.feature-sidebar {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.feature-item:hover {
  background: rgba(117, 111, 255, 0.05);
  border-color: rgba(117, 111, 255, 0.2);
}

.feature-item.active {
  background: rgba(117, 111, 255, 0.1);
  border-color: #756fff;
  box-shadow: 0 0 20px rgba(117, 111, 255, 0.2);
}

.feature-icon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.feature-text {
  flex: 1;
}

.feature-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.feature-item.active .feature-name {
  color: #756fff;
}

.feature-summary {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Feature Showcase */
.feature-showcase {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.feature-display {
  display: none;
  animation: fadeIn 0.5s ease;
}

.feature-display.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-image-container {
  width: 100%;
  height: 500px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.feature-details {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-detail-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-benefits li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.feature-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #756fff;
  font-weight: bold;
}

/* Analytics Placeholder */
.analytics-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(117, 111, 255, 0.1) 0%, rgba(117, 111, 255, 0.05) 100%);
  border-radius: 0.5rem;
}

.analytics-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.stat-value {
  font-size: 3.5rem;
  font-weight: bold;
  color: #4ade80;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.analytics-chart {
  font-size: 5rem;
  opacity: 0.3;
}

/* CTA Section */
.cta-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0f3a 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(117, 111, 255, 0.1) 0%, transparent 70%);
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-heading {
  font-family: Ivyjournal, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #fff;
}

.cta-subheading {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.cta-benefits {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.cta-benefit {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.button-cta-primary {
  background: linear-gradient(135deg, #756fff 0%, #5c56d4 100%);
  padding: 1rem 3rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.button-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(117, 111, 255, 0.4);
}

.cta-trust {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

/* Enhanced Footer */
.footer-container {
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #756fff;
}

.footer-newsletter-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.footer-newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.footer-newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}

.footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-newsletter-button {
  background: #756fff;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-newsletter-button:hover {
  background: #5c56d4;
}

.footer-social-links {
  display: flex;
  gap: 1rem;
}

.footer-social-link {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  background: rgba(117, 111, 255, 0.2);
  border-color: #756fff;
  color: #756fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.footer-made-with {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .key-benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .beta-features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .step-arrow {
    display: none;
  }

  .feature-explorer {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-sidebar {
    max-height: 400px;
    overflow-y: auto;
  }

  .feature-item {
    padding: 1rem;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .hero-benefits {
    flex-direction: column;
    align-items: center;
  }

  .feature-explorer {
    grid-template-columns: 1fr;
  }

  .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0.5rem;
    gap: 0.5rem;
  }

  .feature-summary {
    display: none;
  }

  .feature-name {
    font-size: 0.9rem;
  }

  .feature-image-container {
    height: 250px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-social-links {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .social-proof-heading,
  .how-it-works-heading,
  .cta-heading {
    font-size: 2rem;
  }

  .button-row {
    flex-direction: column;
    gap: 1rem;
  }

  .button {
    width: 100%;
  }

  .cta-benefits {
    flex-direction: column;
    align-items: center;
  }

  .home-hero__inner {
    padding-top: 10vh;
  }

  .home-hero__inner-text {
    margin-top: 5vh;
  }
}

/* ============================================
   DISABLED NEWSLETTER FORM STYLES
   ============================================ */

.footer-newsletter-form.coming-soon .footer-newsletter-input {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.03);
}

.footer-newsletter-form.coming-soon .footer-newsletter-button {
  opacity: 0.6;
  cursor: not-allowed;
  background: rgba(117, 111, 255, 0.3);
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.contact-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(180deg, #030303 0%, rgba(3, 3, 3, 0.98) 100%);
}

.contact-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.contact-form-section {
  padding: 4rem 0;
  background: #030303;
}

.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.contact-form-header {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-form-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.contact-form-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

.contact-form {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
}

.contact-form.coming-soon {
  opacity: 0.5;
  pointer-events: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #756fff;
  background: rgba(255, 255, 255, 0.08);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-submit {
  width: 100%;
  margin-top: 1rem;
}

.coming-soon-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.alternative-contact-section {
  padding: 4rem 0 6rem;
  background: #030303;
}

.alternative-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.alternative-contact-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.alternative-contact-card:hover {
  border-color: rgba(117, 111, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-4px);
}

.contact-card-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.contact-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.contact-card-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.contact-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-social-link:hover {
  background: rgba(117, 111, 255, 0.1);
  border-color: #756fff;
  color: #ffffff;
}

.social-icon {
  font-size: 1.25rem;
  width: 24px;
  text-align: center;
}

.social-label {
  font-size: 1rem;
  font-weight: 500;
}

.contact-placeholder-email {
  font-family: monospace;
  font-size: 1.1rem;
  color: #756fff;
  background: rgba(117, 111, 255, 0.1);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.contact-placeholder-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.75rem;
  font-style: italic;
}

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

.pricing-beta-section {
  padding: 4rem 0 6rem;
  background: #030303;
}

.pricing-beta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.pricing-beta-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.pricing-beta-card:hover {
  border-color: rgba(117, 111, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-4px);
}

.pricing-beta-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.pricing-beta-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.pricing-beta-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.pricing-beta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.pricing-beta-list li {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  padding-left: 1.5rem;
  position: relative;
}

.pricing-beta-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #756fff;
  font-weight: 700;
}

/* ============================================
   COMING SOON PAGE STYLES
   ============================================ */

.coming-soon-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(180deg, #030303 0%, rgba(3, 3, 3, 0.98) 100%);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.coming-soon-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.coming-soon-icon-large {
  font-size: 5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.coming-soon-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.coming-soon-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.coming-soon-status {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.status-badge {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: rgba(117, 111, 255, 0.15);
  border: 1px solid rgba(117, 111, 255, 0.3);
  border-radius: 2rem;
  color: #756fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.coming-soon-actions {
  padding: 3rem 0 6rem;
  background: #030303;
}

.coming-soon-actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.action-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.action-card:hover {
  border-color: rgba(117, 111, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-4px);
}

.action-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.action-card-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ============================================
   RESPONSIVE STYLES FOR NEW PAGES
   ============================================ */

@media screen and (max-width: 991px) {
  .alternative-contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .coming-soon-actions-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pricing-beta-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-hero-heading,
  .coming-soon-heading {
    font-size: 2.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .contact-hero,
  .coming-soon-hero {
    padding: 6rem 0 3rem;
  }

  .contact-hero-heading,
  .coming-soon-heading {
    font-size: 2rem;
  }

  .contact-hero-subtitle,
  .coming-soon-subtitle {
    font-size: 1rem;
  }

  .coming-soon-icon-large {
    font-size: 3.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .alternative-contact-card,
  .action-card {
    padding: 1.5rem;
  }
}

/* ============================================
   KO-FI SUPPORT FLOATING BUTTON & MODAL
   ============================================ */

/* Floating Support Button */
.support-floating-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #756fff 0%, #5e4fd4 100%);
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(117, 111, 255, 0.4);
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-floating-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 30px rgba(117, 111, 255, 0.6);
}

.support-floating-btn:active {
  transform: translateY(-1px) scale(1.02);
}

.support-icon {
  font-size: 1.75rem;
  line-height: 1;
}

/* Support Modal Overlay */
.support-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.85);
  backdrop-filter: blur(8px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.support-modal.active {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Modal Content */
.support-modal-content {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2.5rem;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.support-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-modal-close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

/* Modal Header */
.support-modal-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.support-modal-icon {
  font-size: 2.5rem;
  line-height: 1;
}

.support-modal-title {
  font-family: Ivyjournal, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
}

/* Modal Text */
.support-modal-intro {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.support-modal-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.support-modal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.support-modal-list li {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1.5rem;
  position: relative;
}

.support-modal-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #756fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.support-modal-tagline {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-style: italic;
}

/* Modal Actions */
.support-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.support-kofi-btn {
  width: 100%;
  max-width: 280px;
  justify-content: center;
  background: linear-gradient(135deg, #756fff 0%, #5e4fd4 100%);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  text-align: center;
}

.support-kofi-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(117, 111, 255, 0.4);
}

.support-maybe-later {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.5rem 1rem;
  text-decoration: underline;
}

.support-maybe-later:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Modal Note */
.support-modal-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
  .support-floating-btn {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
  }

  .support-icon {
    font-size: 1.5rem;
  }

  .support-modal-content {
    padding: 2rem;
    max-width: 95%;
  }

  .support-modal-title {
    font-size: 1.75rem;
  }

  .support-modal-icon {
    font-size: 2rem;
  }

  .support-modal-intro,
  .support-modal-text,
  .support-modal-tagline {
    font-size: 0.95rem;
  }

  .support-kofi-btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .support-floating-btn {
    bottom: 1rem;
    right: 1rem;
    width: 52px;
    height: 52px;
  }

  .support-icon {
    font-size: 1.4rem;
  }

  .support-modal-content {
    padding: 1.5rem;
  }

  .support-modal-title {
    font-size: 1.5rem;
  }

  .support-modal-intro,
  .support-modal-text,
  .support-modal-tagline {
    font-size: 0.9rem;
  }

  .support-kofi-btn {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
    max-width: 100%;
  }

  .support-maybe-later {
    font-size: 0.85rem;
  }
}
