/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  color: #f3f6ff;
  background: radial-gradient(circle at 20% 20%, #3f6eff47, #0000 35%), radial-gradient(circle at 80% 0, #17b4ff38, #0000 35%), linear-gradient(#050716 0%, #07142f 40%, #0c2559 100%);
  min-height: 100vh;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__heroBackdrop {
  mix-blend-mode: screen;
  pointer-events: none;
  background: radial-gradient(circle at 50% 60%, #1963df52, #0000 40%);
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  display: flex;
  position: relative;
}

.page-module___8aEwW__logo {
  color: #f5f7ff;
  letter-spacing: .04em;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  display: flex;
}

.page-module___8aEwW__logoMark {
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.page-module___8aEwW__logoMark svg {
  width: 56px;
  height: 56px;
}

.page-module___8aEwW__logoText {
  letter-spacing: .04em;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
}

.page-module___8aEwW__mobileMenuButton {
  cursor: pointer;
  z-index: 101;
  background: none;
  border: none;
  padding: 8px;
  display: none;
}

.page-module___8aEwW__hamburger {
  flex-direction: column;
  gap: 5px;
  width: 24px;
  display: flex;
}

.page-module___8aEwW__hamburger span {
  background: #f5f7ff;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  transition: transform .3s, opacity .3s;
  display: block;
}

.page-module___8aEwW__hamburgerOpen span:first-child {
  transform: rotate(45deg)translate(5px, 5px);
}

.page-module___8aEwW__hamburgerOpen span:nth-child(2) {
  opacity: 0;
}

.page-module___8aEwW__hamburgerOpen span:nth-child(3) {
  transform: rotate(-45deg)translate(5px, -5px);
}

.page-module___8aEwW__navLinks {
  color: #d9e4ff;
  gap: 18px;
  font-size: .98rem;
  display: flex;
}

.page-module___8aEwW__navLinks a {
  color: inherit;
  opacity: .9;
}

.page-module___8aEwW__navLinks a:hover {
  opacity: 1;
}

.page-module___8aEwW__dropdownChevron {
  opacity: .7;
  margin-left: 4px;
  font-size: .75rem;
}

.page-module___8aEwW__navActionsMobile {
  display: none;
}

.page-module___8aEwW__navActions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.page-module___8aEwW__ghostButton, .page-module___8aEwW__solidButton {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .16s, box-shadow .16s, opacity .16s;
}

.page-module___8aEwW__ghostButton {
  color: #eaf0ff;
  background: none;
  border: 1px solid #ffffff40;
}

.page-module___8aEwW__ghostButton:hover {
  opacity: .95;
  border-color: #fff6;
  transform: translateY(-1px);
}

.page-module___8aEwW__solidButton {
  color: #fff;
  background: #2563eb;
  border: none;
}

.page-module___8aEwW__hero {
  z-index: 1;
  text-align: center;
  gap: 14px;
  padding: 36px clamp(20px, 5vw, 72px) 72px;
  display: grid;
  position: relative;
}

.page-module___8aEwW__heroEyebrow {
  color: #cbd9ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9rem;
}

.page-module___8aEwW__heroTitle {
  margin: 8px 0 4px;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 700;
}

.page-module___8aEwW__heroSubtitle {
  color: #d1ddff;
  margin: 0;
  font-size: 1.05rem;
}

.page-module___8aEwW__emailBar {
  background: #f8fbff;
  border-radius: 12px;
  align-items: center;
  gap: 0;
  max-width: 520px;
  margin: 20px auto 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 60px #03081c66;
}

.page-module___8aEwW__emailBar input {
  border: none;
  outline: none;
  flex: 1;
  padding: 14px 16px;
  font-size: 1rem;
}

.page-module___8aEwW__emailBar button {
  color: #f7fbff;
  cursor: pointer;
  background: #1f7aff;
  border: none;
  padding: 14px 18px;
  font-weight: 600;
  transition: opacity .16s;
}

.page-module___8aEwW__emailBar button:hover {
  opacity: .92;
}

.page-module___8aEwW__ratingRow {
  color: #b7c6f2;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.page-module___8aEwW__ratingIcon {
  background: #ffffff14;
  border-radius: 999px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.page-module___8aEwW__stars {
  color: #8da3ff;
  gap: 6px;
  display: flex;
}

.page-module___8aEwW__ticketSection {
  justify-items: center;
  gap: 28px;
  padding: 32px clamp(20px, 5vw, 72px) 72px;
  display: grid;
  position: relative;
}

.page-module___8aEwW__cloudLeft {
  opacity: .9;
  pointer-events: none;
  z-index: 0;
  background: url("/images/cloud.png") center / contain no-repeat;
  width: 1200px;
  height: 750px;
  position: absolute;
  top: 10%;
  left: -600px;
  transform: rotate(-2deg);
}

.page-module___8aEwW__cloudRight {
  opacity: .85;
  pointer-events: none;
  z-index: 0;
  background: url("/images/cloud.png") center / contain no-repeat;
  width: 1500px;
  height: 900px;
  position: absolute;
  top: -20%;
  right: -700px;
  transform: rotate(350deg);
}

.page-module___8aEwW__ticketCard {
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: none;
  border: none;
  border-radius: 28px;
  grid-template-columns: 2.4fr 1fr;
  width: 60vw;
  max-width: 1980px;
  min-height: 360px;
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 35px 80px #01051880;
}

.page-module___8aEwW__ticketBody {
  color: #f5f8ff;
  background: none;
  border: 10px solid #fff;
  border-right-width: 20px;
  border-radius: 28px 0 0 28px;
  padding: clamp(32px, 5vw, 48px);
  position: relative;
  overflow: visible;
}

.page-module___8aEwW__ticketOverlay {
  opacity: 1;
  background: none;
  border-radius: 28px 0 0 28px;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__ticketFrame {
  pointer-events: none;
  border: 2px solid #ffffffe6;
  border-radius: 20px;
  position: absolute;
  inset: 16px;
  box-shadow: inset 0 0 0 1px #1246b840;
}

.page-module___8aEwW__ticketTitle {
  z-index: 2;
  color: #fff;
  margin: 0 clamp(80px, 15vw, 200px) 16px 0;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.page-module___8aEwW__ticketCopy {
  color: #dfe9ff;
  z-index: 2;
  max-width: 380px;
  margin: 0 clamp(80px, 15vw, 200px) 0 0;
  font-size: .9rem;
  line-height: 1.7;
  position: relative;
}

.page-module___8aEwW__airplaneContainer {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: -200px;
  left: 55%;
  transform: translateX(-35%);
}

.page-module___8aEwW__airplaneImage {
  filter: drop-shadow(0 30px 60px #00143c66);
  width: 100%;
  height: auto;
}

.page-module___8aEwW__ticketStub {
  color: #0a1a42;
  background: #fff;
  border-left: 2px dashed #c5d4ff;
  border-radius: 0 28px 28px 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 22px 20px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__stubDivider {
  opacity: .8;
  border-left: 2px dashed #c5d4ff;
  align-self: center;
  width: 2px;
  height: 160px;
}

.page-module___8aEwW__notchTop, .page-module___8aEwW__notchBottom {
  z-index: 5;
  background: #0a1a42;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.page-module___8aEwW__notchTop {
  top: -16px;
  left: calc(70.6% - 16px);
}

.page-module___8aEwW__notchBottom {
  bottom: -16px;
  left: calc(70.6% - 16px);
}

.page-module___8aEwW__ticketLogo {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.page-module___8aEwW__stubLogoImage {
  -o-object-fit: contain;
  object-fit: contain;
  width: 54px;
  height: 54px;
}

.page-module___8aEwW__barcodeContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-module___8aEwW__barcode {
  background: repeating-linear-gradient(0deg, #0a1a42 0 4px, #0000 4px 10px);
  width: 60px;
  height: 220px;
}

.page-module___8aEwW__barcodeImage {
  -o-object-fit: contain;
  object-fit: contain;
  width: 70px;
  height: 200px;
}

.page-module___8aEwW__statsGrid {
  grid-template-columns: repeat(4, minmax(150px, 220px));
  justify-content: center;
  gap: 18px;
  margin-top: 80px;
  display: grid;
}

.page-module___8aEwW__statCard {
  text-align: center;
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 35px #01041459;
}

.page-module___8aEwW__statValue {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.page-module___8aEwW__statLabel {
  color: #c6d6ff;
  margin: 0;
  line-height: 1.6;
}

.page-module___8aEwW__section {
  text-align: center;
  background: url("/images/earth.jpg") center / cover no-repeat;
  gap: 18px;
  padding: 64px clamp(20px, 5vw, 72px) 0;
  display: grid;
  position: relative;
}

.page-module___8aEwW__sectionHeading {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.page-module___8aEwW__sectionDescription {
  color: #c8d6ff;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

.page-module___8aEwW__capabilityGrid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
  display: grid;
}

.page-module___8aEwW__capabilityCard {
  text-align: left;
  -webkit-backdrop-filter: blur(3px);
  background: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 20px 50px #02081b59;
}

.page-module___8aEwW__capabilityIcon {
  color: #08163c;
  background: none;
  border-radius: 12px;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  font-weight: 700;
  display: grid;
}

.page-module___8aEwW__capabilityIconImage {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page-module___8aEwW__capabilityCard h3 {
  margin: 0 0 8px;
}

.page-module___8aEwW__capabilityCard p {
  color: #c9d5ff;
  margin: 0;
  line-height: 1.6;
}

.page-module___8aEwW__workflowSection {
  text-align: center;
  gap: 22px;
  padding: 72px clamp(20px, 5vw, 72px) 0;
  display: grid;
}

.page-module___8aEwW__workflowGrid {
  grid-template: "topLeft topRight topRight"
                 "bottomLeft bottomLeft bottomRight"
                 / .9fr 1.1fr .9fr;
  gap: 16px;
  margin-top: 10px;
  display: grid;
}

.page-module___8aEwW__workflowCard {
  text-align: left;
  background: linear-gradient(140deg, #0c183cf2, #08122dfa);
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px #02081c66;
}

.page-module___8aEwW__workflowCardTall {
  flex-direction: column;
  min-height: 320px;
}

.page-module___8aEwW__workflowCardWide {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.page-module___8aEwW__workflowCardWithBg {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
}

.page-module___8aEwW__workflowCardWithBg:before {
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, #0c183c 0%, #0c183cf2 30%, #0c183c80 60%, #0000 100%);
  border-radius: 18px;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__workflowCardMap {
  isolation: isolate;
  background-color: #0a1737;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 55%;
}

.page-module___8aEwW__workflowCardMap.page-module___8aEwW__workflowCardWithBg:before {
  background: linear-gradient(110deg, #08122df5 0%, #08122de6 38%, #08122d99 65%, #08122d33 100%);
}

.page-module___8aEwW__workflowCardMap .page-module___8aEwW__workflowContent {
  gap: 10px;
  max-width: 460px;
  padding-right: 12px;
}

.page-module___8aEwW__mapBadges {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__mapBadge {
  color: #0b1234;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #ff8a3c, #ff641f);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 800;
  position: absolute;
  box-shadow: 0 10px 25px #0406188c;
}

.page-module___8aEwW__workflowContent {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  display: flex;
}

.page-module___8aEwW__workflowImageContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-module___8aEwW__workflowCardTall .page-module___8aEwW__workflowImageContainer {
  width: 420px;
  height: 420px;
  position: absolute;
  bottom: -160px;
  right: -160px;
}

.page-module___8aEwW__workflowCardBottomRight .page-module___8aEwW__workflowImageContainer {
  width: 140px;
  height: 140px;
  bottom: 20px;
  right: 20px;
}

.page-module___8aEwW__workflowCardBottomRight.page-module___8aEwW__workflowCardTall .page-module___8aEwW__workflowImage {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
}

.page-module___8aEwW__workflowCardWide .page-module___8aEwW__workflowContent {
  max-width: 50%;
}

.page-module___8aEwW__workflowCardWide .page-module___8aEwW__workflowImageContainer {
  width: 45%;
  max-width: 280px;
}

.page-module___8aEwW__workflowImage {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: auto;
  max-height: 200px;
}

.page-module___8aEwW__workflowCardTall .page-module___8aEwW__workflowImage {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-height: none;
}

.page-module___8aEwW__workflowCard h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.page-module___8aEwW__workflowCard p {
  color: #cfdbff;
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
}

.page-module___8aEwW__linkButton {
  color: #f7fbff;
  cursor: pointer;
  background: #1f7aff;
  border: none;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 14px;
  font-size: .85rem;
  font-weight: 600;
}

.page-module___8aEwW__testimonialSection {
  text-align: center;
  padding: 96px clamp(20px, 5vw, 72px);
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__testimonialSection:after {
  content: "";
  filter: blur(12px);
  pointer-events: none;
  background: radial-gradient(circle, #1f7aff2e, #0000 60%);
  position: absolute;
  inset: 30% 10% -10%;
}

.page-module___8aEwW__testimonialHeading {
  color: #2e78ff;
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.page-module___8aEwW__testimonialQuote {
  color: #d9e4ff;
  max-width: 960px;
  margin: 0 auto 14px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.page-module___8aEwW__testimonialAuthor {
  color: #2e78ff;
  margin: 16px 0 4px;
  font-weight: 700;
}

.page-module___8aEwW__testimonialRole {
  color: #b1c3f2;
  margin: 0;
}

.page-module___8aEwW__testimonialAvatars {
  z-index: 1;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__testimonialAvatar {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .7;
  border: 2px solid #fff3;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: opacity .2s, transform .2s;
}

.page-module___8aEwW__testimonialAvatar:hover {
  opacity: 1;
  transform: scale(1.05);
}

.page-module___8aEwW__testimonialAvatarMain {
  opacity: 1;
  border-color: #2e78ff;
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 20px #2e78ff66;
}

.page-module___8aEwW__ctaSection {
  background: linear-gradient(135deg, #1a3a7a 0%, #2a4a8a 30%, #4a5a7a 60%, #8a6a7a 80%, #c87a7a 100%);
  border-radius: 18px;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px #03061873;
}

.page-module___8aEwW__ctaSection:before {
  content: "";
  opacity: .6;
  pointer-events: none;
  background: url("/images/fade_logo.png") 100% / contain no-repeat;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__ctaBadge {
  display: none;
}

.page-module___8aEwW__ctaContent {
  z-index: 1;
  flex-direction: column;
  gap: 16px;
  max-width: 65%;
  display: flex;
  position: relative;
}

.page-module___8aEwW__ctaTitle {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.page-module___8aEwW__ctaCopy {
  color: #c5d4ff;
  margin: 0;
  line-height: 1.6;
}

.page-module___8aEwW__ctaForm {
  z-index: 1;
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__ctaForm input, .page-module___8aEwW__ctaForm select {
  background: #fff;
  border: none;
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
  padding: 14px 18px;
  font-size: 1rem;
}

.page-module___8aEwW__ctaForm button {
  color: #f7fbff;
  cursor: pointer;
  white-space: nowrap;
  background: #1f7aff;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 700;
  transition: background .2s;
}

.page-module___8aEwW__ctaForm button:hover {
  background: #1565d8;
}

.page-module___8aEwW__footer {
  text-align: center;
  color: #b5c6f2;
  gap: 10px;
  margin-top: 72px;
  padding: 24px clamp(20px, 5vw, 72px) 12px;
  display: grid;
}

.page-module___8aEwW__footerLogo {
  letter-spacing: .08em;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  display: flex;
}

.page-module___8aEwW__footerLinks {
  justify-content: center;
  gap: 18px;
  display: flex;
}

.page-module___8aEwW__footerLinks a {
  color: inherit;
}

.page-module___8aEwW__footerNote {
  margin: 0;
  font-size: .95rem;
}

@media (max-width: 900px) {
  .page-module___8aEwW__nav {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .page-module___8aEwW__mobileMenuButton {
    order: 2;
    display: block;
  }

  .page-module___8aEwW__navLinks {
    z-index: 100;
    background: #050716fa;
    flex-direction: column;
    gap: 24px;
    padding: 100px 24px 24px;
    font-size: 1.2rem;
    display: none;
    position: fixed;
    inset: 0;
  }

  .page-module___8aEwW__navLinksOpen {
    display: flex;
  }

  .page-module___8aEwW__navActionsMobile {
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    display: flex;
  }

  .page-module___8aEwW__navActionsMobile .page-module___8aEwW__ghostButton, .page-module___8aEwW__navActionsMobile .page-module___8aEwW__solidButton {
    text-align: center;
    width: 100%;
  }

  .page-module___8aEwW__navActions {
    display: none;
  }

  .page-module___8aEwW__logo {
    z-index: 101;
    order: 1;
  }

  .page-module___8aEwW__ticketCard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .page-module___8aEwW__ticketBody {
    border-radius: 28px 28px 0 0;
    padding-bottom: 180px;
  }

  .page-module___8aEwW__ticketStub {
    border-top: 2px dashed #c5d4ff;
    border-left: none;
    border-radius: 0 0 28px 28px;
    flex-direction: row;
    padding: 24px;
  }

  .page-module___8aEwW__notchTop, .page-module___8aEwW__notchBottom {
    display: none;
  }

  .page-module___8aEwW__airplaneContainer {
    max-width: 400px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-module___8aEwW__barcode {
    background: repeating-linear-gradient(90deg, #0a1a42 0 4px, #0000 4px 10px);
    width: 180px;
    height: 50px;
  }

  .page-module___8aEwW__cloudLeft, .page-module___8aEwW__cloudRight {
    display: none;
  }

  .page-module___8aEwW__ctaContent {
    max-width: 100%;
  }

  .page-module___8aEwW__ctaSection:before {
    opacity: .3;
  }

  .page-module___8aEwW__workflowGrid {
    grid-template-columns: 1fr;
    grid-template-areas: "topLeft"
                         "topRight"
                         "bottomLeft"
                         "bottomRight";
  }

  .page-module___8aEwW__workflowCardWide {
    flex-direction: column;
  }

  .page-module___8aEwW__workflowCardWide .page-module___8aEwW__workflowImageContainer {
    width: 100%;
    max-width: none;
  }

  .page-module___8aEwW__workflowCardWide .page-module___8aEwW__workflowContent {
    max-width: 100%;
  }

  .page-module___8aEwW__workflowCardWithBg {
    background-position: center;
    background-size: cover;
  }

  .page-module___8aEwW__workflowCardWithBg:before {
    background: linear-gradient(#0c183cf2 0%, #0c183cb3 100%);
  }

  .page-module___8aEwW__mapBadges {
    opacity: .9;
  }

  .page-module___8aEwW__mapBadge {
    padding: 7px 11px;
    font-size: .85rem;
  }

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

  .page-module___8aEwW__capabilityGrid {
    grid-template-columns: 1fr;
  }

  .page-module___8aEwW__testimonialAvatars {
    gap: 8px;
  }

  .page-module___8aEwW__testimonialAvatar {
    width: 40px;
    height: 40px;
  }

  .page-module___8aEwW__testimonialAvatarMain {
    width: 56px;
    height: 56px;
  }

  .page-module___8aEwW__ctaSection {
    padding: 28px 20px;
  }

  .page-module___8aEwW__ctaForm {
    flex-direction: column;
  }

  .page-module___8aEwW__ctaForm input, .page-module___8aEwW__ctaForm select, .page-module___8aEwW__ctaForm button {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 600px) {
  .page-module___8aEwW__heroTitle {
    font-size: 2rem;
  }

  .page-module___8aEwW__heroSubtitle {
    font-size: .95rem;
  }

  .page-module___8aEwW__emailBar {
    border-radius: 12px;
    flex-direction: column;
  }

  .page-module___8aEwW__emailBar input {
    border-radius: 8px 8px 0 0;
  }

  .page-module___8aEwW__emailBar button {
    border-radius: 0 0 8px 8px;
    width: 100%;
  }

  .page-module___8aEwW__ticketCard {
    width: 90vw;
  }

  .page-module___8aEwW__ticketTitle {
    margin-right: 0;
    font-size: 1.6rem;
  }

  .page-module___8aEwW__ticketCopy {
    margin-right: 0;
    font-size: .85rem;
  }

  .page-module___8aEwW__airplaneContainer {
    max-width: 280px;
    bottom: -30px;
  }

  .page-module___8aEwW__statsGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-module___8aEwW__statValue, .page-module___8aEwW__sectionHeading {
    font-size: 1.5rem;
  }

  .page-module___8aEwW__sectionDescription {
    font-size: .9rem;
  }

  .page-module___8aEwW__workflowCardTall .page-module___8aEwW__workflowImageContainer {
    width: 280px;
    height: 280px;
    bottom: -100px;
    right: -100px;
  }

  .page-module___8aEwW__workflowCardBottomRight .page-module___8aEwW__workflowImageContainer {
    width: 100px;
    height: 100px;
  }

  .page-module___8aEwW__mapBadge {
    padding: 6px 10px;
    font-size: .8rem;
  }

  .page-module___8aEwW__testimonialHeading {
    font-size: 1.6rem;
  }

  .page-module___8aEwW__testimonialQuote {
    font-size: .95rem;
  }

  .page-module___8aEwW__ctaTitle {
    font-size: 1.5rem;
  }

  .page-module___8aEwW__ctaCopy {
    font-size: .9rem;
  }

  .page-module___8aEwW__footer {
    margin-top: 48px;
  }

  .page-module___8aEwW__footerLinks {
    flex-direction: column;
    gap: 10px;
  }

  .page-module___8aEwW__footerNote {
    font-size: .85rem;
  }
}

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