p.section__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  p.section__eyebrow {
    font-size: 1.4rem;
  }
}
section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section h2 {
    font-size: 1.6rem;
  }
}
.feature_list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1a2238;
}
.feature_list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.feature_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4fa3ff 0%, #00c2a8 100%);
  box-shadow: 0 0 0 3px rgba(58,134,255,0.1);
}
.tog__badge {
  display: inline-block;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.34rem 0.7rem;
  border-radius: 24px;
  white-space: nowrap;
  border: 1px solid rgba(26,34,56,0.08);
}
.tog__badge--try {
  background: rgba(245,185,64,0.22);
  color: #c8890a;
}
.tog__badge--limited {
  background: #e8710a;
  color: #000;
  font-weight: 800;
  border: 1px solid #be5d08;
  box-shadow: 0 2px 8px rgba(26,34,56,0.25);
}
@media screen and (max-width: 767px) {
  header[tog="header"] nav[tog="nav__cta"] {
    display: flex;
  }
  header[tog="header"] .header__left {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .tog__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }
}
section[tog="hero"] {
  background: linear-gradient(180deg, #4fa3ff 0%, #6fb4ff 55%, #f4f7fb 100%);
  padding: 6rem 2rem 5rem;
  position: relative;
  overflow: hidden;
  color: #1a2238;
  border-bottom: 1px solid rgba(26,34,56,0.1);
}
section[tog="hero"]::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 160%;
  background: radial-gradient(circle, rgba(245,185,64,0.35) 0%, transparent 60%);
  pointer-events: none;
}
section[tog="hero"]::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(255,138,101,0.3) 0%, transparent 60%);
  pointer-events: none;
}
section[tog="hero"] .content_wrapper {
  position: relative;
  z-index: 1;
}
section[tog="hero"] .hero__flag {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
section[tog="hero"] p[tog="hero__eyebrow"] {
  display: inline-block;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  background: rgba(255,255,255,0.7);
  padding: 0.4rem 0.9rem;
  border-radius: 24px;
  margin: 0;
}
section[tog="hero"] h1[tog="hero__title"] {
  font-size: 3rem;
  font-weight: 800;
  margin: 0 auto 1.25rem;
  letter-spacing: -1px;
  color: #1a2238;
  max-width: 900px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  section[tog="hero"] h1[tog="hero__title"] {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}
section[tog="hero"] p[tog="hero__tagline"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.2rem;
  color: #4a556b;
  max-width: 760px;
  margin: 0 auto 2rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  section[tog="hero"] p[tog="hero__tagline"] {
    font-size: 1.05rem;
  }
}
section[tog="hero"] .hero__actions {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section[tog="hero"] {
    padding: 3.5rem 1.25rem 3rem;
  }
}
section[tog="benefits"] {
  background: #fff;
  padding: 5rem 2rem;
}
section[tog="benefits"] h2[tog="benefits__title"] {
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
section[tog="benefits"] .benefits__grid {
  grid-template-columns: repeat(6, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}
section[tog="benefits"] .benefits__grid .benefit_card {
  grid-column: span 2;
}
section[tog="benefits"] .benefits__grid .benefit_card:nth-child(4) {
  grid-column: 2/span 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section[tog="benefits"] .benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  section[tog="benefits"] .benefits__grid .benefit_card:nth-child(4) {
    grid-column: span 2;
  }
  section[tog="benefits"] .benefits__grid .benefit_card:nth-child(5) {
    grid-column: 2/span 2;
  }
}
@media screen and (max-width: 767px) {
  section[tog="benefits"] .benefits__grid {
    grid-template-columns: 1fr;
  }
  section[tog="benefits"] .benefits__grid .benefit_card,
  section[tog="benefits"] .benefits__grid .benefit_card:nth-child(4),
  section[tog="benefits"] .benefits__grid .benefit_card:nth-child(5) {
    grid-column: auto;
  }
}
section[tog="benefits"] .benefit_card {
  background: #f4f7fb;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 16px;
  padding: 1.75rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
section[tog="benefits"] .benefit_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26,34,56,0.08);
}
section[tog="benefits"] .benefit_card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #1a2238;
  letter-spacing: -0.2px;
}
section[tog="benefits"] .benefit_card p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  color: #4a556b;
  line-height: 1.55;
  margin: 0;
}
section[tog="benefits"] .benefit_card--feature {
  background: #fff;
  border-color: rgba(0,194,168,0.45);
  box-shadow: 0 6px 18px rgba(26,34,56,0.08);
}
@media screen and (max-width: 767px) {
  section[tog="benefits"] {
    padding: 3.5rem 1.25rem;
  }
}
section[tog="explore"] {
  padding: 5rem 2rem;
}
section[tog="explore"] .content_wrapper {
  max-width: 900px;
  margin: 0 auto;
}
section[tog="explore"] .explore__intro {
  margin-bottom: 2rem;
}
section[tog="explore"] p[tog="explore__lede"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.05rem;
  color: #4a556b;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}
section[tog="explore"] .explore__list {
  columns: 2;
  column-gap: 2.5rem;
  margin-bottom: 2rem;
}
section[tog="explore"] .explore__list li {
  break-inside: avoid;
}
@media screen and (max-width: 767px) {
  section[tog="explore"] .explore__list {
    columns: 1;
  }
}
section[tog="explore"] .explore__upcoming {
  background: #fff;
  border: 1px solid rgba(26,34,56,0.1);
  border-left: 4px solid #00c2a8;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}
section[tog="explore"] .explore__upcoming .explore__upcoming_head {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}
section[tog="explore"] .explore__upcoming h3 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a2238;
  margin: 0;
}
section[tog="explore"] .explore__upcoming p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.98rem;
  color: #4a556b;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section[tog="explore"] {
    padding: 3.5rem 1.25rem;
  }
  section[tog="explore"] .explore__upcoming {
    padding: 1.25rem 1.25rem;
  }
}
section[tog="expectations"] {
  background: #f4f7fb;
  padding: 5rem 2rem;
}
section[tog="expectations"] .content_wrapper {
  max-width: 860px;
  margin: 0 auto;
}
section[tog="expectations"] .expectations__intro {
  margin-bottom: 2rem;
}
section[tog="expectations"] p[tog="expectations__lede"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.05rem;
  color: #4a556b;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
section[tog="expectations"] .expectations__panel {
  background: #fff;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 16px;
  padding: 2rem;
}
section[tog="expectations"] .expectations__panel h3 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a2238;
  margin: 0 0 1rem 0;
}
section[tog="expectations"] .expectations__panel .feature_list {
  margin-bottom: 0;
}
section[tog="expectations"] .expectations__note {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.98rem;
  color: #4a556b;
  line-height: 1.6;
  font-style: italic;
  margin: 1.25rem 0 0 0;
}
section[tog="expectations"] .expectations__limited {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: #2563eb;
  text-align: center;
  line-height: 1.6;
  max-width: 640px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  section[tog="expectations"] {
    padding: 3.5rem 1.25rem;
  }
  section[tog="expectations"] .expectations__panel {
    padding: 1.5rem 1.25rem;
  }
}
section[tog="apply"] {
  background: #f4f7fb;
  padding: 5rem 2rem;
  scroll-margin-top: 80px;
}
section[tog="apply"] .content_wrapper {
  max-width: 880px;
  margin: 0 auto;
}
section[tog="apply"] .apply__intro {
  margin-bottom: 2rem;
}
section[tog="apply"] p[tog="apply__lede"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.05rem;
  color: #4a556b;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 1rem;
}
section[tog="apply"] .apply__note {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.9rem;
  color: #4a556b;
  font-style: italic;
  margin: 0;
}
section[tog="apply"] .apply__form {
  background: #fff;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 16px;
  padding: 2rem;
}
section[tog="apply"] .apply__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  section[tog="apply"] .apply__grid {
    grid-template-columns: 1fr;
  }
}
section[tog="apply"] .apply__field--wide {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  section[tog="apply"] .apply__field--wide {
    grid-column: auto;
  }
}
section[tog="apply"] .apply__field {
  display: flex;
  flex-direction: column;
}
section[tog="apply"] .apply__field label,
section[tog="apply"] .apply__field .apply__legend {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a556b;
  margin-bottom: 0.35rem;
}
section[tog="apply"] .apply__field input[type="text"],
section[tog="apply"] .apply__field input[type="email"],
section[tog="apply"] .apply__field input[type="tel"],
section[tog="apply"] .apply__field input[type="url"],
section[tog="apply"] .apply__field select,
section[tog="apply"] .apply__field textarea {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  color: #1a2238;
  background: #fff;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
section[tog="apply"] .apply__field input[type="text"]:focus,
section[tog="apply"] .apply__field input[type="email"]:focus,
section[tog="apply"] .apply__field input[type="tel"]:focus,
section[tog="apply"] .apply__field input[type="url"]:focus,
section[tog="apply"] .apply__field select:focus,
section[tog="apply"] .apply__field textarea:focus {
  border-color: #3a86ff;
  box-shadow: 0 0 24px rgba(58,134,255,0.2);
}
section[tog="apply"] .apply__field textarea {
  resize: vertical;
  min-height: 110px;
}
section[tog="apply"] .apply__req {
  color: #ff8a65;
  margin-left: 0.15rem;
}
section[tog="apply"] .apply__sublabel {
  margin-top: 0.85rem;
}
section[tog="apply"] .apply__checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1rem;
}
@media screen and (max-width: 767px) {
  section[tog="apply"] .apply__checks {
    grid-template-columns: 1fr;
  }
}
section[tog="apply"] .apply__radios {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
section[tog="apply"] label.apply__check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #1a2238;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  min-height: 32px;
  padding: 0.15rem 0;
}
section[tog="apply"] label.apply__check input {
  margin-top: 0.25rem;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #3a86ff;
}
section[tog="apply"] label.apply__check--confirm {
  background: #f4f7fb;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 10px;
  padding: 0.9rem 1rem;
}
section[tog="apply"] .apply__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
section[tog="apply"] .apply__error {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #a03030;
  background: rgba(200,60,60,0.08);
  border: 1px solid rgba(200,60,60,0.3);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin: 1.5rem 0 0 0;
}
section[tog="apply"] button[type="submit"] {
  margin-top: 1.5rem;
}
section[tog="apply"] .apply__success {
  background: #fff;
  border: 1px solid rgba(0,194,168,0.45);
  border-left: 4px solid #00c2a8;
  border-radius: 16px;
  padding: 2.5rem;
}
section[tog="apply"] .apply__success h2 {
  margin: 0 0 1rem 0;
}
section[tog="apply"] .apply__success p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.02rem;
  color: #4a556b;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}
section[tog="apply"] .apply__success .apply__reference {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  color: #2563eb;
}
section[tog="apply"] .apply__success a.tog__btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  section[tog="apply"] {
    padding: 3.5rem 1.25rem;
  }
  section[tog="apply"] .apply__form {
    padding: 1.25rem;
  }
  section[tog="apply"] .apply__success {
    padding: 1.5rem 1.25rem;
  }
}
section[tog="cta_final"] {
  background: linear-gradient(135deg, #2563eb 0%, #4fa3ff 60%, #00cfb3 130%);
  padding: 5rem 2rem;
  border-top: 1px solid rgba(26,34,56,0.1);
  position: relative;
  overflow: hidden;
  color: #f5f5f7;
}
section[tog="cta_final"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 200%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(245,185,64,0.18) 0%, transparent 60%);
  pointer-events: none;
}
section[tog="cta_final"] .content_wrapper {
  position: relative;
  z-index: 1;
}
section[tog="cta_final"] h2[tog="cta__title"] {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 auto 1rem;
  letter-spacing: -0.5px;
  color: #f5f5f7;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  section[tog="cta_final"] h2[tog="cta__title"] {
    font-size: 1.7rem;
  }
}
section[tog="cta_final"] p[tog="cta__text"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: rgba(255,255,255,0.92);
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.55;
}
section[tog="cta_final"] .cta__actions {
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
section[tog="cta_final"] p[tog="cta__support"] {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section[tog="cta_final"] {
    padding: 3.5rem 1.25rem;
  }
}
