@import url("https://universities.startnoo.com/wp-includes/css/dashicons.min.css?ver=5.7.12");
@import url("https://universities.startnoo.com/wp-includes/css/admin-bar.min.css?ver=5.7.12");
@import url("https://universities.startnoo.com/wp-includes/css/dist/block-library/style.min.css?ver=5.7.12");
@import url("https://universities.startnoo.com/wp-content/themes/Divi/style.css?ver=4.9.10");
@import url("https://universities.startnoo.com/wp-content/plugins/monarch/css/style.css?ver=1.4.14");
.et_pb_section {
  padding: 0;
  margin: 0;
}

.et_pb_row {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.sales-hero {
  position: relative;
  background: url("/path/to/your/hero-bg.jpg") center center/cover no-repeat;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 0 32px 32px;
  margin-bottom: 40px;
  box-shadow: 0 4px 32px rgba(30, 10, 71, 0.08);
}
.sales-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(45, 24, 106, 0.85);
  z-index: 1;
  border-radius: 0 0 32px 32px;
}
.sales-hero > * {
  position: relative;
  z-index: 2;
}
.sales-hero__emoji {
  font-size: 4rem;
  margin-bottom: 1rem;
  display: block;
}
.sales-hero__title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.sales-hero__title--highlight {
  color: #ffd600;
}
.sales-hero__subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #1e0a47;
}
.sales-hero__cta {
  background: #ffd600;
  color: #2d186a;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  transition: background 0.2s, color 0.2s;
  border: none;
  outline: none;
  display: inline-block;
}
.sales-hero__cta:hover {
  background: #ffe066;
  color: #2d186a;
}

.sales-section {
  padding: 5rem 0;
}
.sales-section--enrollment, .sales-section--help, .sales-section--donors, .sales-section--trust, .sales-section--experience, .sales-section--everyone-wins, .sales-section--what-you-get, .sales-section--faq {
  background: #fff;
}
.sales-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e0a47;
  margin-bottom: 1.5rem;
}
.sales-section h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1e0a47;
  margin-bottom: 1rem;
}
.sales-section h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e0a47;
  margin-bottom: 1rem;
}
.sales-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}
.sales-section__highlight {
  color: #3bb4e7;
  font-weight: 600;
}
.sales-section__cta {
  background: linear-gradient(90deg, #3bb4e7, #2ec4b6);
  color: #fff;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  transition: background 0.2s;
  display: inline-block;
  border: none;
}
.sales-section__cta:hover {
  background: linear-gradient(90deg, #2ec4b6, #3bb4e7);
  text-decoration: none;
  color: #fff;
}
.sales-section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.sales-faq__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 1rem;
  transition: transform 0.2s;
}
.sales-faq__item:hover {
  transform: translateY(-2px);
}
.sales-faq__icon {
  flex-shrink: 0;
  margin-right: 1rem;
}
.sales-faq__icon-img {
  width: 32px;
  height: 32px;
}
.sales-faq__content {
  flex-grow: 1;
}
.sales-faq__content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e0a47;
  margin-bottom: 0.5rem;
}
.sales-faq__content p {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sales-hero {
    padding: 4rem 0;
  }
  .sales-hero__title {
    font-size: 2.5rem;
  }
  .sales-hero__subtitle {
    font-size: 1.25rem;
  }
  .sales-section {
    padding: 3rem 0;
  }
  .sales-section h2 {
    font-size: 2rem;
  }
  .sales-section h3 {
    font-size: 1.75rem;
  }
  .sales-section h4 {
    font-size: 1.25rem;
  }
}
.et_pb_section {
  padding: 0 !important;
  margin: 0 !important;
}

.et_pb_row {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sales-section--yellow {
  background: #ffd600;
  color: #2d186a;
}

.sales-section--purple {
  background: linear-gradient(120deg, #a259e6 0%, #6a1b9a 100%);
  color: #fff;
}

.sales-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
}

.modern-navbar {
  background: #ffd600;
  color: #1e0a47;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.04);
}
.modern-navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
.modern-navbar__brand img {
  height: 48px;
}
.modern-navbar__links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.modern-navbar__links a {
  color: #1e0a47;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.modern-navbar__links a:hover {
  color: #0a0636;
}
.modern-navbar__links .modern-navbar__cta {
  background: linear-gradient(90deg, #3bb4e7, #2ec4b6);
  color: #fff !important;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  transition: background 0.2s;
}
.modern-navbar__links .modern-navbar__cta:hover {
  background: linear-gradient(90deg, #2ec4b6, #3bb4e7);
}
.modern-navbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 1rem;
  z-index: 1001;
}
.modern-navbar__toggle span {
  display: block;
  height: 4px;
  width: 28px;
  background: #1e0a47;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .modern-navbar__links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffd600;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    display: none;
    z-index: 1000;
  }
  .modern-navbar__links.active {
    display: flex;
  }
  .modern-navbar__toggle {
    display: flex;
  }
}
.modern-hero {
  background: transparent;
  padding: 100px 0 80px 0;
  text-align: center;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-hero__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.modern-hero h1 {
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modern-hero .modern-hero__icon {
  font-size: 5rem;
  margin-bottom: 0;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.modern-hero .modern-hero__highlight {
  color: #ffd600;
  font-weight: 800;
  margin-right: 0.3rem;
}
.modern-hero .modern-hero__byline {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modern-hero .modern-hero__byline {
    font-size: 1.2rem;
  }
}
.modern-hero p {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.modern-hero .modern-hero__cta {
  display: inline-block;
  background: linear-gradient(90deg, #3bb4e7, #2ec4b6);
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  outline: none;
  margin-top: 1rem;
}
.modern-hero .modern-hero__cta:hover {
  background: linear-gradient(90deg, #2ec4b6, #3bb4e7);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .modern-hero {
    padding: 40px 0 24px 0;
  }
  .modern-hero h1 {
    font-size: 2rem;
  }
  .modern-hero p {
    font-size: 1.1rem;
  }
  .modern-hero .modern-hero__cta {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
}
.public-navbar {
  background: transparent;
  position: relative;
  z-index: 2;
}
.public-navbar .navbar-brand {
  z-index: 3;
  position: relative;
}
.public-navbar .navbar-nav,
.public-navbar .navbar-collapse,
.public-navbar .navbar-header {
  position: relative;
  z-index: 3;
}
.public-navbar .public-navbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 72%;
  background: #ffd600;
  border-radius: 0 100px 100px 0/0 0 80px 0;
  z-index: 1;
  pointer-events: none;
}
.public-navbar .navbar-nav {
  margin-left: 72px;
}
.public-navbar .navbar-nav > li {
  margin-right: 30px;
}
.public-navbar .navbar-nav > li:last-child {
  margin-right: -50px;
}
.public-navbar .navbar-btn.btn-primary {
  margin-left: 40px;
  margin-right: 16px;
}
.public-navbar .navbar-btn.btn-outline-secondary {
  margin-left: 8px;
}

@media (max-width: 1200px) {
  .public-navbar {
    background: #ffd600 !important;
  }
  .public-navbar .navbar-nav {
    margin-left: 0;
  }
  .public-navbar .navbar-nav > li {
    margin-right: 0;
  }
  .public-navbar .navbar-btn.btn-primary {
    margin-left: 0;
    margin-right: 8px;
  }
  .public-navbar .navbar-btn.btn-outline-secondary {
    margin-left: 0;
  }
  .public-navbar-bg {
    display: block !important;
    width: 100%;
    border-radius: 0;
  }
}
.public-navbar .navbar-nav > li:nth-child(4) {
  margin-right: 2rem;
}

.public-navbar .navbar-btn.btn-primary {
  background: linear-gradient(90deg, #3bb4e7, #2ec4b6);
  color: #fff !important;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  border: none;
  transition: background 0.2s;
}

.public-navbar .navbar-btn.btn-primary:hover {
  background: linear-gradient(90deg, #2ec4b6, #3bb4e7);
}

.public-navbar .navbar-nav {
  flex-direction: column;
  align-items: stretch;
}

@media (min-width: 768px) {
  .public-navbar .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}
.public-navbar .navbar-btn {
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.public-navbar .navbar-btn.btn-outline-secondary {
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.public-navbar .navbar-nav > li > a,
.public-navbar .navbar-right > li > a {
  color: #111 !important;
}

body.sales-layout .public-navbar .navbar-nav > li > a, body.sales-layout .public-navbar .navbar-right > li > a {
  color: #fff !important;
}

.public-navbar .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.public-navbar,
.public-navbar .container-fluid {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  border: none !important;
  box-shadow: none !important;
}

.public-navbar .navbar-nav,
.public-navbar .navbar-header {
  position: relative;
  z-index: 3;
}

.public-navbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 72%;
  background: #ffd600;
  border-radius: 0 100px 100px 0/0 0 80px 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .public-navbar-bg {
    display: none;
  }
}
.navbar-toggle .icon-bar {
  background-color: #111 !important;
}

.navbar-toggle {
  background: transparent;
  border: none;
}

@media (max-width: 1200px) {
  .navbar-collapse.in + .navbar-toggle,
  .navbar-toggle[aria-expanded=true] {
    background: #ffd600 !important;
  }
}
@media (max-width: 1200px) {
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: #ffd600 !important;
    border-color: #ffd600 !important;
    box-shadow: none !important;
  }
}
@media (max-width: 1200px) {
  .navbar-toggle .icon-bar {
    transition: all 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    transform: translateY(8px) rotate(45deg);
  }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .navbar-toggle .icon-bar:nth-child(2),
  .navbar-toggle .icon-bar:nth-child(3),
  .navbar-toggle .icon-bar:nth-child(4) {
    transform: none;
    opacity: 1;
  }
}
.sales-section--faq {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--faq h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--faq h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

.sales-faq__item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  padding: 18px 16px;
  min-height: 110px;
}

.sales-faq__icon {
  flex: 0 0 48px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-faq__icon-img {
  width: 40px;
  height: 40px;
}

.sales-faq__content h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.sales-faq__content p {
  font-size: 1em;
  color: #444;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sales-section--faq {
    padding: 24px 8px;
  }
  .sales-faq__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 10px;
  }
  .sales-faq__icon {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sales-section--faq {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 12px 0;
  }
  .sales-faq__item {
    margin-bottom: 16px;
  }
}
.sales-hero {
  background: #2d186a;
  padding: 100px 0 80px 0;
  text-align: center;
  border-radius: 0 0 32px 32px;
  margin-top: 0;
  margin-bottom: 40px;
  box-shadow: 0 4px 32px rgba(30, 10, 71, 0.08);
  position: relative;
}

.sales-hero__title {
  font-size: 4.2rem;
  font-weight: 800;
  color: #ffd600;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sales-hero__title--highlight {
  color: #fff;
}

.sales-hero__emoji {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.sales-hero__subtitle {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 400;
}

.sales-hero__cta {
  background: #ffd600;
  color: #2d186a;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(30, 10, 71, 0.08);
  transition: background 0.2s, color 0.2s;
  border: none;
  outline: none;
  display: inline-block;
}

.sales-hero__cta:hover {
  background: #ffe066;
  color: #2d186a;
}

@media (max-width: 991px) {
  .sales-hero {
    padding: 60px 0 40px 0;
  }
  .sales-hero__title {
    font-size: 2.5rem;
  }
  .sales-hero__subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .sales-hero {
    padding: 40px 0 24px 0;
    border-radius: 0 0 16px 16px;
  }
  .sales-hero__title {
    font-size: 1.3rem;
  }
  .sales-hero__subtitle {
    font-size: 1rem;
  }
  .sales-hero__cta {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
}
.sales-section--enrollment {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--enrollment h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--enrollment p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__highlight {
  color: #ffd600;
  font-weight: 600;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--enrollment {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--enrollment h2 {
    font-size: 1.8em;
  }
  .sales-section--enrollment p {
    font-size: 1em;
  }
}
.sales-section--help {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--help h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--help p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--help {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--help h2 {
    font-size: 1.8em;
  }
  .sales-section--help p {
    font-size: 1em;
  }
}
.sales-section--donors {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--donors h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--donors h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section--donors p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--donors {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--donors h2 {
    font-size: 1.8em;
  }
  .sales-section--donors h4 {
    font-size: 1.1em;
  }
  .sales-section--donors p {
    font-size: 1em;
  }
}
.sales-section--trust {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--trust h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--trust h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section--trust p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--trust {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--trust h2 {
    font-size: 1.8em;
  }
  .sales-section--trust h4 {
    font-size: 1.1em;
  }
  .sales-section--trust p {
    font-size: 1em;
  }
}
.sales-section--experience {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--experience h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--experience h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section--experience p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--experience {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--experience h2 {
    font-size: 1.8em;
  }
  .sales-section--experience h4 {
    font-size: 1.1em;
  }
  .sales-section--experience p {
    font-size: 1em;
  }
}
.sales-section--everyone-wins {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--everyone-wins h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--everyone-wins h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section--everyone-wins p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--everyone-wins {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--everyone-wins h2 {
    font-size: 1.8em;
  }
  .sales-section--everyone-wins h3 {
    font-size: 1.3em;
  }
  .sales-section--everyone-wins p {
    font-size: 1em;
  }
}
.sales-section--what-you-get {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sales-section--what-you-get h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 12px;
}

.sales-section--what-you-get h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sales-section--what-you-get p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 12px;
}

.sales-section__cta {
  margin-top: 24px;
  font-size: 1.1em;
  padding: 10px 28px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .sales-section--what-you-get {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 12px;
  }
  .sales-section--what-you-get h2 {
    font-size: 1.8em;
  }
  .sales-section--what-you-get h4 {
    font-size: 1.1em;
  }
  .sales-section--what-you-get p {
    font-size: 1em;
  }
}
body {
  background: #fff !important;
}

.public-navbar,
.public-navbar .container-fluid {
  background: transparent !important;
}

@media (max-width: 1200px) {
  .public-navbar {
    background: #ffd600 !important;
    border-radius: 0 !important;
    min-height: 56px;
    width: 100vw;
    left: 0;
    right: 0;
  }
  .public-navbar-bg {
    display: none !important;
  }
  .navbar-header,
  .navbar-collapse {
    background: transparent !important;
  }
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.modern-footer {
  margin-top: auto;
  background: #fff;
  color: #111;
  padding: 32px 0 16px 0;
  font-size: 1rem;
  border-top: 1px solid #eee;
  box-shadow: none;
  width: 100%;
}
.modern-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.modern-footer__left {
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.modern-footer__toggle {
  background: none;
  border: none;
  color: #111;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 24px;
  padding: 0 12px 0 0;
  outline: none;
  transition: color 0.2s;
}
.modern-footer__toggle-label {
  margin-right: 8px;
  font-weight: 600;
  font-size: 1rem;
}
.modern-footer__toggle-icon {
  font-size: 1.5rem;
}
.modern-footer__links {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: auto;
}
.modern-footer__links a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.modern-footer__links a:hover, .modern-footer__links a:focus {
  text-decoration: underline;
  color: #2ec4b6;
}
.modern-footer__bottom {
  text-align: center;
  margin-top: 16px;
  color: #000 !important;
  font-size: 0.95rem;
}

.modern-footer__bottom {
  color: #000 !important;
}

@media (prefers-color-scheme: dark) {
  .modern-footer__bottom {
    color: #000 !important;
  }
}
body.dark-mode .modern-footer__bottom {
  color: #fff !important;
}

@media (max-width: 767px) {
  .modern-footer__container {
    flex-direction: column;
    align-items: center;
  }
  .modern-footer__links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .modern-footer__left {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
body.dark-mode {
  background: linear-gradient(135deg, #1a1446 0%, #2a1155 100%);
  color: #fff;
}

body.dark-mode .modern-hero {
  background: transparent !important;
  color: #fff;
}

body.dark-mode .modern-hero h1,
body.dark-mode .modern-hero p {
  color: #fff;
}

body.dark-mode .modern-hero__highlight {
  color: #ffd600;
}

body.dark-mode .modern-footer {
  background: #1a0d36;
  color: #fff;
  box-shadow: 0 -8px 32px 0 rgba(30, 10, 71, 0.18);
}

body.dark-mode .modern-footer__links a {
  color: #fff;
}

body.dark-mode .modern-footer__links a:hover {
  color: #ffd600;
}

body.dark-mode .modern-footer__toggle-label {
  color: #fff;
}

body.dark-mode .modern-navbar {
  background: #2A1155;
  color: #fff;
}

body.dark-mode .modern-navbar__links a {
  color: #fff !important;
}

body.dark-mode .modern-navbar__links a:hover {
  color: #ffd600 !important;
}

body.dark-mode .modern-navbar__toggle span {
  background: #fff;
}

body.dark-mode .modern-navbar__cta {
  background: linear-gradient(90deg, #3bb4e7, #2ec4b6);
  color: #fff !important;
}

body.dark-mode .modern-navbar__cta:hover {
  background: linear-gradient(90deg, #2ec4b6, #3bb4e7);
}

body.dark-mode .modern-navbar__links a[href*=login],
body.dark-mode .modern-navbar__links a.login-link,
body.dark-mode .navbar-right a[href*=login],
body.dark-mode .public-navbar .navbar-right > li > a {
  color: #fff !important;
}

#animated-bg {
  display: none;
}

body.dark-mode #animated-bg {
  display: block;
}

#animated-bg .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, rgba(120, 80, 255, 0.7) 0%, rgba(120, 80, 255, 0.1) 70%, transparent 100%);
}

#animated-bg .g1 {
  width: 600px;
  height: 600px;
  left: 10vw;
  top: 20vh;
  background: radial-gradient(circle at 50% 50%, rgba(120, 80, 255, 0.5) 0%, transparent 80%);
  animation: move1 18s infinite alternate ease-in-out;
}

#animated-bg .g2 {
  width: 500px;
  height: 500px;
  left: 60vw;
  top: 10vh;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.4) 0%, transparent 80%);
  animation: move2 22s infinite alternate-reverse ease-in-out;
}

#animated-bg .g3 {
  width: 700px;
  height: 700px;
  left: 30vw;
  top: 60vh;
  background: radial-gradient(circle at 50% 50%, rgba(255, 0, 255, 0.3) 0%, transparent 80%);
  animation: move3 26s infinite alternate ease-in-out;
}

#animated-bg .g4 {
  width: 400px;
  height: 400px;
  left: 70vw;
  top: 70vh;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 0, 0.2) 0%, transparent 80%);
  animation: move4 30s infinite alternate-reverse ease-in-out;
}

#animated-bg .g5 {
  width: 800px;
  height: 800px;
  left: 50vw;
  top: 40vh;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 128, 0.2) 0%, transparent 80%);
  animation: move5 34s infinite alternate ease-in-out;
}

#animated-bg .interactive {
  width: 500px;
  height: 500px;
  left: 50vw;
  top: 50vh;
  background: radial-gradient(circle at 50% 50%, rgba(255, 0, 128, 0.2) 0%, transparent 80%);
  transition: transform 0.2s;
}

@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100px, 200px);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150px, 100px);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(80px, -120px);
  }
}
@keyframes move4 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, -80px);
  }
}
@keyframes move5 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(120px, 60px);
  }
}
:root,
body:not(.dark-mode) {
  --color-bg1: #f7faff;
  --color-bg2: #fdf6ff;
  --color1: 120, 180, 255;
  --color2: 255, 200, 255;
  --color3: 200, 255, 255;
  --color4: 255, 220, 180;
  --color5: 255, 255, 200;
  --color-interactive: 180, 200, 255;
  --circle-size: 80vw;
  --blending: lighten;
}

body.dark-mode {
  --color-bg1: rgb(108, 0, 162);
  --color-bg2: rgb(0, 17, 82);
  --color1: 18, 113, 255;
  --color2: 221, 74, 255;
  --color3: 100, 220, 255;
  --color4: 200, 50, 50;
  --color5: 180, 180, 50;
  --color-interactive: 140, 100, 255;
  --circle-size: 80vw;
  --blending: hard-light;
}

body.dark-mode .gradient-bg {
  display: block;
}

.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.gradient-bg .g1, .gradient-bg .g2, .gradient-bg .g3, .gradient-bg .g4, .gradient-bg .g5, .gradient-bg .interactive {
  position: absolute;
  mix-blend-mode: var(--blending);
  opacity: 1;
  pointer-events: none;
}
.gradient-bg .g1 {
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
}
.gradient-bg .g2 {
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
}
.gradient-bg .g3 {
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
}
.gradient-bg .g4 {
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
}
.gradient-bg .interactive {
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0.7;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
/* Hide the gradient background unless in dark mode */
.gradient-bg {
  display: block;
}

body.dark-mode .gradient-bg {
  display: block;
}

body:not(.dark-mode) .gradient-bg .g1,
body:not(.dark-mode) .gradient-bg .g2,
body:not(.dark-mode) .gradient-bg .g3,
body:not(.dark-mode) .gradient-bg .g4,
body:not(.dark-mode) .gradient-bg .g5,
body:not(.dark-mode) .gradient-bg .interactive {
  opacity: 0.98;
  filter: blur(40px);
}

.modern-content, .modern-hero, .modern-footer, .modern-navbar {
  position: relative;
  z-index: 1;
}

body.dark-mode .modern-hero,
body.dark-mode .container,
body.dark-mode .modern-content {
  background: transparent !important;
}

body.dark-mode .modern-hero__byline {
  color: #fff;
}

.policy-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #222;
}

.policy-content {
  padding: 1rem;
}

.policy-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1e0a47;
  text-align: center;
}

.policy-section {
  margin-bottom: 2rem;
}

.policy-section h2 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  color: #1e0a47;
}

.policy-section h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  color: #1e0a47;
}

.policy-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #222;
}

.policy-section ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.policy-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.policy-intro {
  font-size: 1.1rem;
  line-height: 1.8;
}

.policy-last-updated {
  font-style: italic;
  color: #666;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .policy-container {
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0.5rem;
    max-width: 100%;
  }
  .policy-content {
    padding: 0;
  }
}
.policy-container, .policy-container * {
  color: #222 !important;
}

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