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

/* ==================== LAYOUT ==================== */

#landingMainPanelContainer {
  width: 100%;
  margin: 0 auto;
  background: #f1f5f9;
}

#landingMainPanel {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

#landing {
  margin: 0 auto;
  text-align: center;
}

#landingMainCont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==================== HERO ==================== */

.landingHeader {
  width: 100%;
  padding: 80px 40px 80px;
  background: linear-gradient(140deg, #0f2744 0%, #355B89 45%, #2178c4 75%, #0ea5b0 100%);
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.landingHeader::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(30, 220, 200, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(15, 39, 68, 0.5) 0%, transparent 55%);
  pointer-events: none;
}

.landingHeader::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f1f5f9;
  clip-path: ellipse(55% 100% at 50% 100%);
}

/* ==================== HERO CONTENT WRAPPER ==================== */

.landingHeaderContent {
  position: relative;
  z-index: 1;
}

/* ==================== APP STORE BADGES ==================== */

.landingAppBadges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.appBadge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.62);
  border: 1.5px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  padding: 11px 24px;
  color: #ffffff;
  text-decoration: none;
  min-width: 200px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.appBadge:hover {
  background: rgba(0, 0, 0, 0.82);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

.appBadgeSmall {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.75);
}

.appBadgeBig {
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-top: 3px;
  color: #ffffff;
}

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

  width: 28px;
  height: 28px;

  flex-shrink: 0;
}

.appBadgeTextCont {
  display: flex;
  align-items: center;
}

.appStoreIcon {
  width: 24px;
  height: 24px;
  display: block;
}

/* ==================== TYPOGRAPHY ==================== */

#landingInfoBubbles {
  font-style: italic;
}

.landingCont1_1 {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}

.landingCont1_2 {
  font-size: 38px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.2;
}

.landingCont2 {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
}

.landingCont3 {
  font-size: 21px;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.55;
}

.landingCont4 {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  line-height: 1.75;
}

.landingCont5 {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.8;
}

.landingCont6 {
  font-size: 21px;
  font-weight: 700;
}

.landingCont7 {
  font-size: 15px;
  color: #6b7280;
}

/* ==================== LAYOUT HELPERS ==================== */

.landingContHalf {
  display: inline-block;
  width: 44%;
  min-height: 110px;
  padding: 32px 28px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(53, 91, 137, 0.10);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  vertical-align: top;
}

.landingContHalf:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(53, 91, 137, 0.18);
}

.landingContFull {
  display: inline-block;
  width: 90%;
}

.landingContW95 {
  display: inline-block;
  width: 90%;
}

.landingContW100 {
  display: inline-block;
  width: 100%;
}

.landingContW75 {
  display: inline-block;
  width: 80%;
}

.withMarginTopBig {
  margin-top: 52px;
}

.withMarginTop {
  margin-top: 36px;
}

.withMarginTopMedium {
  margin-top: 14px;
}

.spaceTop {
  padding-top: 30px;
}

.landingAlignLeft {
  text-align: left;
}

/* ==================== CTA BUTTON ==================== */

.landingCTA {
  height: 54px;
  padding: 0 40px;
  width: auto;
  min-width: 190px;
  border: 0;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #355B89 0%, #2178c4 100%);
  box-shadow: 0 5px 18px rgba(53, 91, 137, 0.38);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.landingCTA:hover {
  background: linear-gradient(135deg, #2a4a73 0%, #1565ab 100%);
  box-shadow: 0 10px 28px rgba(53, 91, 137, 0.48);
  transform: translateY(-2px);
  cursor: pointer;
}

.landingCTA:active {
  transform: translateY(0);
  box-shadow: 0 5px 18px rgba(53, 91, 137, 0.38);
}

/* ==================== LOGIN LINK ==================== */

.landingCont7 a {
  color: #355B89;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(53, 91, 137, 0.28);
  transition: border-color 0.18s;
}

.landingCont7 a:hover {
  border-color: #355B89;
}

/* ==================== CONTENT SECTIONS ==================== */

.landingContW95.landingAlignLeft {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 38px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* ==================== SECTION HEADINGS ==================== */

.underlined {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #355B89;
}

.landingItalic {
  font-style: italic;
}

.landingInDarkBlue {
  color: #1e3a5f;
}

/* ==================== FAQ ==================== */

.landingContW100 ul {
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
}

.landingContW100 li {
  margin: 0 0 16px 0;
  padding: 18px 22px;
  border-left: 4px solid #355B89;
  background: #f8fafc;
  border-radius: 0 10px 10px 0;
}

.landingFAQQuestion {
  font-weight: 700;
  display: block;
  color: #1e3a5f;
  font-size: 16px;
}

.landingFAQAnswer {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  line-height: 1.7;
}

/* ==================== FLOAT HELPERS ==================== */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* ==================== RESPONSIVE ==================== */

@media all and (max-width: 1249px) {
  #landingMainPanelContainer {
    width: 100%;
  }
  .landingContW75 {
    width: 90%;
  }
}

@media all and (max-width: 849px) {
  #landingInfoBubbles {
    display: none;
  }
  .landingHeader {
    padding: 70px 24px 60px;
  }
}

@media all and (max-width: 449px) {
  .landingCont1_1 {
    font-size: 30px;
  }
  .landingCont1_2 {
    font-size: 26px;
  }
  .landingCont2 {
    font-size: 16px;
  }
  .landingCont3 {
    font-size: 16px;
  }
  .landingCont4 {
    font-size: 14px;
  }
  .landingCont5 {
    font-size: 15px;
  }
  .landingCont6 {
    font-size: 16px;
  }
  .landingCont7 {
    font-size: 14px;
  }
  .landingFAQQuestion {
    font-size: 14px;
  }
  .landingFAQAnswer {
    font-size: 14px;
  }
  .withMarginTopBig {
    margin-top: 35px;
  }
  .withMarginTop {
    margin-top: 24px;
  }
  .landingHeader {
    padding: 40px 20px 50px;
  }
  .landingCTA {
    width: 80%;
    min-width: 0;
  }
  .landingContW95.landingAlignLeft {
    padding: 24px 20px;
  }
}