/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, rgba(63, 110, 255, 0.28), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(23, 180, 255, 0.22), transparent 35%),
    linear-gradient(180deg, #050716 0%, #07142f 40%, #0c2559 100%);
  color: #f3f6ff;
  overflow: hidden;
  padding-bottom: 64px;
}

.page_heroBackdrop__eD88F {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(25, 99, 223, 0.32), transparent 40%);
  mix-blend-mode: screen;
  pointer-events: none;
}

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

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

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

.page_logoMark__cQScy svg {
  width: 56px;
  height: 56px;
}

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

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

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

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

.page_hamburgerOpen__HLPUU span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

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

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

.page_navLinks__3Mchl {
  display: flex;
  gap: 18px;
  color: #d9e4ff;
  font-size: 0.98rem;
}

.page_navLinks__3Mchl a {
  color: inherit;
  opacity: 0.9;
}

.page_navLinks__3Mchl a:hover {
  opacity: 1;
}

.page_dropdownChevron__yhBhh {
  margin-left: 4px;
  font-size: 0.75rem;
  opacity: 0.7;
}

.page_navActionsMobile__qc4V9 {
  display: none;
}

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

.page_ghostButton__oUu_w,
.page_solidButton__55Y9R {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.page_ghostButton__oUu_w {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #eaf0ff;
}

.page_ghostButton__oUu_w:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.4);
}

.page_solidButton__55Y9R {
  background: #2563eb;
  border: none;
  color: #ffffff;
}

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

.page_heroEyebrow__u_aZK {
  color: #cbd9ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

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

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

.page_emailBar__KmxaP {
  margin: 20px auto 12px;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 520px;
  background: #f8fbff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(3, 8, 28, 0.4);
}

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

.page_emailBar__KmxaP button {
  border: none;
  background: #1f7aff;
  color: #f7fbff;
  padding: 14px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.page_emailBar__KmxaP button:hover {
  opacity: 0.92;
}

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

.page_ratingIcon__gB_sx {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.page_stars__IfV3K {
  display: flex;
  gap: 6px;
  color: #8da3ff;
}

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

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

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

.page_ticketCard__3LnTg {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  overflow: visible;
  box-shadow: 0 35px 80px rgba(1, 5, 24, 0.5);
  min-height: 360px;
  width: 60vw;
  max-width: 1980px;
  z-index: 1;
  backdrop-filter: blur(2px);
}

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

.page_ticketOverlay__ZWDAf {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 1;
  border-radius: 28px 0 0 28px;
}

.page_ticketFrame__sujI8 {
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(18, 70, 184, 0.25);
  pointer-events: none;
}

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

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

/* Airplane container - breaks out of card */
.page_airplaneContainer__UMVtK {
  position: absolute;
  bottom: -200px;
  left: 55%;
  transform: translateX(-35%);
  width: 100%;
  max-width: 450px;
  z-index: 10;
  pointer-events: none;
}

.page_airplaneImage__oyzcB {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 20, 60, 0.4));
}

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

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

/* Notch cutouts */
.page_notchTop__fXR5h,
.page_notchBottom__rmDjZ {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0a1a42;
  z-index: 5;
}

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

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

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

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

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

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

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

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

.page_statCard__VGdKs {
  text-align: center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 35px rgba(1, 4, 20, 0.35);
}

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

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

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

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

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

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

.page_capabilityCard___eaAS {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 22px;
  text-align: left;
  box-shadow: 0 20px 50px rgba(2, 8, 27, 0.35);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

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

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

.page_capabilityCard___eaAS h3 {
  margin: 0 0 8px;
}

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

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

.page_workflowGrid__H3pOd {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "topLeft topRight topRight"
    "bottomLeft bottomLeft bottomRight";
  gap: 16px;
}

.page_workflowCard__MaEKR {
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(12, 24, 60, 0.95), rgba(8, 18, 45, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(2, 8, 28, 0.4);
  display: flex;
  text-align: left;
  overflow: hidden;
  position: relative;
}

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

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

.page_workflowCardWithBg__7jFNl {
  background-size: 50% auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}

.page_workflowCardWithBg__7jFNl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 24, 60, 1) 0%, rgba(12, 24, 60, 0.95) 30%, rgba(12, 24, 60, 0.5) 60%, transparent 100%);
  z-index: 0;
  border-radius: 18px;
}

.page_workflowCardMap__1K4oI {
  background-size: 55%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #0a1737;
  isolation: isolate;
}

.page_workflowCardMap__1K4oI.page_workflowCardWithBg__7jFNl::before {
  background: linear-gradient(110deg, rgba(8, 18, 45, 0.96) 0%, rgba(8, 18, 45, 0.9) 38%, rgba(8, 18, 45, 0.6) 65%, rgba(8, 18, 45, 0.2) 100%);
}

.page_workflowCardMap__1K4oI .page_workflowContent__B1z2l {
  max-width: 460px;
  padding-right: 12px;
  gap: 10px;
}

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

.page_mapBadge__9_Qy2 {
  position: absolute;
  padding: 8px 12px;
  background: linear-gradient(135deg, #ff8a3c, #ff641f);
  color: #0b1234;
  font-weight: 800;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(4, 6, 24, 0.55);
  letter-spacing: 0.02em;
}

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

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

.page_workflowCardTall__zjRFV .page_workflowImageContainer__TluRD {
  position: absolute;
  bottom: -160px;
  right: -160px;
  width: 420px;
  height: 420px;
}

.page_workflowCardBottomRight__8laUX .page_workflowImageContainer__TluRD {
  width: 140px;
  height: 140px;
  bottom: 20px;
  right: 20px;
}

.page_workflowCardBottomRight__8laUX.page_workflowCardTall__zjRFV .page_workflowImage__0_TuA {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.page_workflowCardWide__wtn8V .page_workflowContent__B1z2l {
  max-width: 50%;
}

.page_workflowCardWide__wtn8V .page_workflowImageContainer__TluRD {
  width: 45%;
  max-width: 280px;
}

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

.page_workflowCardTall__zjRFV .page_workflowImage__0_TuA {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

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

.page_workflowCard__MaEKR p {
  margin: 0;
  color: #cfdbff;
  line-height: 1.6;
  font-size: 0.9rem;
}

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

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

.page_testimonialSection__m_41W::after {
  content: "";
  position: absolute;
  inset: 30% 10% -10% 10%;
  background: radial-gradient(circle, rgba(31, 122, 255, 0.18), transparent 60%);
  filter: blur(12px);
  pointer-events: none;
}

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

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

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

.page_testimonialRole__VDFhs {
  margin: 0;
  color: #b1c3f2;
}

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

.page_testimonialAvatar__1cjaj {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page_testimonialAvatar__1cjaj:hover {
  opacity: 1;
  transform: scale(1.05);
}

.page_testimonialAvatarMain__NNPn5 {
  width: 64px;
  height: 64px;
  opacity: 1;
  border-color: #2e78ff;
  box-shadow: 0 4px 20px rgba(46, 120, 255, 0.4);
}

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

.page_ctaSection__tPv8w::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/fade_logo.png') no-repeat right center;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}

.page_ctaBadge__KoOp3 {
  display: none;
}

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

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

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

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

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

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

.page_ctaForm__lN_DA button:hover {
  background: #1565d8;
}

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

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

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

.page_footerLinks__DGiLt a {
  color: inherit;
}

.page_footerNote__hdC0k {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .page_nav__zpG_3 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page_mobileMenuButton__5Ca_H {
    display: block;
    order: 2;
  }

  .page_navLinks__3Mchl {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 7, 22, 0.98);
    padding: 100px 24px 24px;
    gap: 24px;
    font-size: 1.2rem;
    z-index: 100;
  }

  .page_navLinksOpen__VSaNV {
    display: flex;
  }

  .page_navActionsMobile__qc4V9 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page_navActionsMobile__qc4V9 .page_ghostButton__oUu_w,
  .page_navActionsMobile__qc4V9 .page_solidButton__55Y9R {
    width: 100%;
    text-align: center;
  }

  .page_navActions__clKtU {
    display: none;
  }

  .page_logo__7fc9l {
    order: 1;
    z-index: 101;
  }

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

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

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

  .page_notchTop__fXR5h,
  .page_notchBottom__rmDjZ {
    display: none;
  }

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

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

  .page_cloudLeft__HzYXS,
  .page_cloudRight__uf_rY {
    display: none;
  }

  .page_ctaContent__6OX1e {
    max-width: 100%;
  }

  .page_ctaSection__tPv8w::before {
    opacity: 0.3;
  }

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

  .page_workflowCardWide__wtn8V {
    flex-direction: column;
  }

  .page_workflowCardWide__wtn8V .page_workflowImageContainer__TluRD {
    width: 100%;
    max-width: none;
  }

  .page_workflowCardWide__wtn8V .page_workflowContent__B1z2l {
    max-width: 100%;
  }

  .page_workflowCardWithBg__7jFNl {
    background-size: cover;
    background-position: center;
  }

  .page_workflowCardWithBg__7jFNl::before {
    background: linear-gradient(180deg, rgba(12, 24, 60, 0.95) 0%, rgba(12, 24, 60, 0.7) 100%);
  }

  .page_mapBadges__2RC9E {
    opacity: 0.9;
  }

  .page_mapBadge__9_Qy2 {
    padding: 7px 11px;
    font-size: 0.85rem;
  }

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

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

  .page_testimonialAvatars__KyBp3 {
    gap: 8px;
  }

  .page_testimonialAvatar__1cjaj {
    width: 40px;
    height: 40px;
  }

  .page_testimonialAvatarMain__NNPn5 {
    width: 56px;
    height: 56px;
  }

  .page_ctaSection__tPv8w {
    padding: 28px 20px;
  }

  .page_ctaForm__lN_DA {
    flex-direction: column;
  }

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

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

  .page_heroSubtitle__RTAw0 {
    font-size: 0.95rem;
  }

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

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

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

  .page_ticketCard__3LnTg {
    width: 90vw;
  }

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

  .page_ticketCopy__mBU6D {
    margin-right: 0;
    font-size: 0.85rem;
  }

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

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

  .page_statValue__FXJDK {
    font-size: 1.5rem;
  }

  .page_sectionHeading__K6Wm4 {
    font-size: 1.5rem;
  }

  .page_sectionDescription__oIen8 {
    font-size: 0.9rem;
  }

  .page_workflowCardTall__zjRFV .page_workflowImageContainer__TluRD {
    width: 280px;
    height: 280px;
    bottom: -100px;
    right: -100px;
  }

  .page_workflowCardBottomRight__8laUX .page_workflowImageContainer__TluRD {
    width: 100px;
    height: 100px;
  }

  .page_mapBadge__9_Qy2 {
    padding: 6px 10px;
    font-size: 0.8rem;
  }

  .page_testimonialHeading__wiFqY {
    font-size: 1.6rem;
  }

  .page_testimonialQuote__bv9ro {
    font-size: 0.95rem;
  }

  .page_ctaTitle__T8028 {
    font-size: 1.5rem;
  }

  .page_ctaCopy__RajVf {
    font-size: 0.9rem;
  }

  .page_footer__sHKi3 {
    margin-top: 48px;
  }

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

  .page_footerNote__hdC0k {
    font-size: 0.85rem;
  }
}

