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"] 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 0 1.25rem 0;
}
section[tog="hero"] h1[tog="hero__title"] {
  font-size: 3rem;
  font-weight: 800;
  margin: 0 0 1.25rem 0;
  letter-spacing: -1px;
  color: #1a2238;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  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: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.2rem;
  color: #4a556b;
  max-width: 740px;
  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;
  margin-bottom: 1.5rem;
}
section[tog="hero"] p[tog="hero__support"] {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  color: #4a556b;
  max-width: 620px;
  margin: 0 auto 2.5rem;
  font-style: italic;
}
section[tog="hero"] .hero__preview {
  max-width: 960px;
  margin: 0 auto;
}
section.section__split,
section.section__dark,
section[tog="section__fits"],
section[tog="section__pricing"],
section[tog="section__ecosystem"],
section[tog="section__connect"] {
  padding: 5rem 2rem;
  scroll-margin-top: 90px;
}
@media screen and (max-width: 767px) {
  section.section__split,
  section.section__dark,
  section[tog="section__fits"],
  section[tog="section__pricing"],
  section[tog="section__ecosystem"],
  section[tog="section__connect"] {
    padding: 3.5rem 1.25rem;
    scroll-margin-top: 140px;
  }
}
section[tog="hero"] {
  scroll-margin-top: 0;
}
section.section__panel--warm {
  background: #fff8ee;
}
section.section__split {
  background: #fff;
  color: #1a2238;
}
section.section__split .content_wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.section__split .content_wrapper.df {
    flex-direction: column;
  }
}
section.section__split .section__copy {
  flex: 1 1 0;
  min-width: 0;
}
section.section__split .section__visual {
  flex: 1 1 0;
  min-width: 0;
}
section.section__split.section__split--reverse .content_wrapper.df {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.section__split.section__split--reverse .content_wrapper.df {
    flex-direction: column;
  }
}
p.section__eyebrow {
  display: inline-block;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 1rem 0;
}
p.section__eyebrow--on_dark {
  color: #61acff;
}
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;
  }
}
section .section__copy p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  color: #4a556b;
  line-height: 1.6;
  margin: 0 0 1.25rem 0;
}
.feature_list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-family: 'Lora', Georgia, 'Times New Roman', 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);
}
.section__actions {
  flex-wrap: wrap;
  margin-top: 1rem;
}
.section__shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(26,34,56,0.1);
  box-shadow: 0 4px 10px rgba(26,34,56,0.08), 0 16px 34px rgba(26,34,56,0.16);
}
.section__shot--glow {
  box-shadow: 0 0 44px rgba(37,99,235,0.32), 0 22px 50px rgba(10,15,30,0.55);
}
.booster__shot {
  display: block;
  width: 100%;
  max-width: 880px;
  height: auto;
  margin: 2.5rem auto 0;
  border-radius: 16px;
  box-shadow: 0 0 50px rgba(58,134,255,0.28), 0 24px 50px rgba(0,0,0,0.45);
}
.device_combo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.device_combo__desktop {
  position: relative;
  z-index: 1;
  width: 80%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 44px rgba(37,99,235,0.3), 0 20px 46px rgba(10,15,30,0.5);
}
.device_combo__phone {
  position: relative;
  z-index: 2;
  width: 26%;
  height: auto;
  margin-left: -10%;
  border-radius: 1.1rem;
  box-shadow: 0 0 32px rgba(37,99,235,0.32), 0 14px 32px rgba(10,15,30,0.55);
}
.screen_combo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.screen_combo__photo {
  position: relative;
  z-index: 1;
  width: 74%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(26,34,56,0.08), 0 16px 34px rgba(26,34,56,0.16);
}
.screen_combo__screen {
  position: relative;
  z-index: 2;
  width: 30%;
  height: auto;
  margin-right: -10%;
  border-radius: 1.1rem;
  box-shadow: 0 0 30px rgba(58,134,255,0.18), 0 16px 38px rgba(26,34,56,0.28);
}
.placeholder__frame {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #80bdff 0%, #3bffe5 100%);
  border: 1px solid rgba(26,34,56,0.1);
  box-shadow: 0 14px 30px rgba(26,34,56,0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(26,34,56,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(26,34,56,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.7;
  pointer-events: none;
}
.placeholder__frame span {
  position: relative;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4a556b;
  background: rgba(255,255,255,0.85);
  padding: 0.5rem 0.9rem;
  border-radius: 24px;
}
.placeholder__frame--hero {
  aspect-ratio: 16/9;
  margin-top: 1rem;
}
.placeholder__frame--screenshot {
  aspect-ratio: 4/3;
}
.placeholder__frame--card {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #f7c662 0%, #ff9f81 100%);
}
.placeholder__frame--player {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a2238 0%, #2563eb 100%);
}
.placeholder__frame--player::before {
  opacity: 0.1;
}
.placeholder__frame--player span {
  background: rgba(255,255,255,0.92);
}
.placeholder__frame--booster {
  aspect-ratio: 16/9;
  max-width: 880px;
  margin: 2.5rem auto 0;
  background: linear-gradient(135deg, #5daaff 0%, #00eece 100%);
}
.placeholder__frame--photo {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f7c766 0%, #ffa184 55%, #76b7ff 100%);
}
.placeholder__frame--photo::before {
  opacity: 0.22;
}
section[tog="section__booster"] {
  background: linear-gradient(160deg, #1a2238 0%, #25304f 60%, #2563eb 130%);
  color: #f5f5f7;
  position: relative;
  overflow: hidden;
}
section[tog="section__booster"]::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  height: 160%;
  background: radial-gradient(circle, rgba(245,185,64,0.2) 0%, transparent 55%);
  pointer-events: none;
}
section[tog="section__booster"] .content_wrapper {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}
section[tog="section__booster"] h2 {
  color: #f5f5f7;
}
section[tog="section__booster"] p[tog="booster__lede"] {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  color: rgba(245,245,247,0.78);
  max-width: 760px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section[tog="section__booster"] p[tog="booster__lede"] {
    font-size: 1rem;
  }
}
section[tog="section__booster"] .booster__grid {
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section[tog="section__booster"] .booster__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section[tog="section__booster"] .booster__grid {
    grid-template-columns: 1fr;
  }
}
section[tog="section__booster"] .booster__card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(4px);
}
section[tog="section__booster"] .booster__card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #f5f5f7;
  letter-spacing: -0.2px;
}
section[tog="section__booster"] .booster__card p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  color: rgba(245,245,247,0.78);
  line-height: 1.55;
  margin: 0;
}
section[tog="section__booster"] .section__actions {
  margin-top: 2.5rem;
}
section[tog="section__fits"] {
  background: #fff;
}
section[tog="section__fits"] h2[tog="fits__title"] {
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
section[tog="section__fits"] .fits__grid {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}
section[tog="section__fits"] .fit__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="section__fits"] .fit__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26,34,56,0.08);
}
section[tog="section__fits"] .fit__card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #1a2238;
  letter-spacing: -0.2px;
}
section[tog="section__fits"] .fit__card p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  color: #4a556b;
  line-height: 1.55;
  margin: 0;
}
section[tog="section__pricing"] p[tog="pricing__lede"] {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  color: #4a556b;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
section[tog="section__pricing"] .pricing__grid {
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section[tog="section__pricing"] .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section[tog="section__pricing"] .pricing__grid {
    grid-template-columns: 1fr;
  }
}
section[tog="section__pricing"] .plan_card {
  background: #fff;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 6px 18px rgba(26,34,56,0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
section[tog="section__pricing"] .plan_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(26,34,56,0.1);
}
section[tog="section__pricing"] .plan_card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: #1a2238;
  letter-spacing: -0.2px;
}
section[tog="section__pricing"] .plan_card p.plan_card__eyebrow {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0;
}
section[tog="section__pricing"] .plan_card p.plan_card__price {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2238;
  margin: 0 0 0.5rem 0;
}
section[tog="section__pricing"] .plan_card .feature_list {
  margin: 0;
  flex: 1;
}
section[tog="section__pricing"] .plan_card .feature_list li {
  font-size: 0.95rem;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
section[tog="section__pricing"] .plan_card .feature_list li::before {
  top: 0.7rem;
  width: 0.55rem;
  height: 0.55rem;
}
section[tog="section__pricing"] .plan_card a.tog__btn {
  align-self: flex-start;
}
section[tog="section__pricing"] .plan_card--feature {
  background: linear-gradient(160deg, #fff 0%, #87c0ff 100%);
  border-color: rgba(58,134,255,0.35);
  box-shadow: 0 14px 30px rgba(26,34,56,0.1);
}
section[tog="section__pricing"] p[tog="pricing__footnote"] {
  margin-top: 2.5rem;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  color: #4a556b;
  font-style: italic;
}
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;
  scroll-margin-top: 90px;
}
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 0 1rem 0;
  letter-spacing: -0.5px;
  color: #f5f5f7;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@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: 'Lora', Georgia, 'Times New Roman', 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: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  margin: 0;
}
.tog__ico {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}
.tog__badge {
  display: inline-block;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.28rem 0.6rem;
  border-radius: 24px;
  white-space: nowrap;
  border: 1px solid rgba(26,34,56,0.08);
}
.tog__badge--always {
  background: rgba(0,194,168,0.15);
  color: #009783;
}
.tog__badge--try {
  background: rgba(245,185,64,0.22);
  color: #c8890a;
}
.section__eyebrow_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.section__eyebrow_row .section__eyebrow {
  margin: 0;
}
p[tog="directory__support"].directory__support {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: #2563eb;
  margin: 1rem 0 0 0;
}
section[tog="section__ecosystem"] {
  background: linear-gradient(170deg, #5daaff 0%, #7dbbff 50%, #fff 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(26,34,56,0.1);
}
section[tog="section__ecosystem"]::before {
  content: '';
  position: absolute;
  top: -25%;
  right: -8%;
  width: 55%;
  height: 150%;
  background: radial-gradient(circle, rgba(245,185,64,0.3) 0%, transparent 60%);
  pointer-events: none;
}
section[tog="section__ecosystem"]::after {
  content: '';
  position: absolute;
  bottom: -35%;
  left: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(255,138,101,0.26) 0%, transparent 60%);
  pointer-events: none;
}
section[tog="section__ecosystem"] .content_wrapper {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
section[tog="section__ecosystem"] .ecosystem__brand {
  display: inline-block;
  background: linear-gradient(135deg, #1a2238 0%, #2563eb 130%);
  border-radius: 16px;
  padding: 1rem 1.6rem;
  box-shadow: 0 14px 30px rgba(26,34,56,0.1);
  margin: 0 auto 1.5rem;
}
section[tog="section__ecosystem"] .ecosystem__brand_logo {
  display: block;
  height: 54px;
  width: auto;
}
section[tog="section__ecosystem"] p[tog="ecosystem__lede"] {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  color: #4a556b;
  max-width: 1000px;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}
section[tog="section__ecosystem"] .ecosystem__branches {
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  section[tog="section__ecosystem"] .ecosystem__branches {
    grid-template-columns: 1fr;
  }
}
section[tog="section__ecosystem"] .choice_card {
  background: #f4f7fb;
  border-radius: 22px;
  padding: 2.75rem 2rem 2rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  color: #1a2238;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
section[tog="section__ecosystem"] .choice_card:hover {
  transform: translateY(-4px);
}
section[tog="section__ecosystem"] .choice_card__visual {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
section[tog="section__ecosystem"] .choice_card__badge {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, 50%);
  z-index: 2;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 3px 10px rgba(26,34,56,0.16);
}
section[tog="section__ecosystem"] .choice_card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section[tog="section__ecosystem"] .choice_card__icon .tog__ico {
  width: 60px;
  height: 60px;
}
section[tog="section__ecosystem"] .choice_card__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a2238;
}
section[tog="section__ecosystem"] .choice_card__features {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 0.5rem;
  width: 100%;
  margin: 0.875rem 0 0.375rem;
}
section[tog="section__ecosystem"] .choice_card__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}
section[tog="section__ecosystem"] .choice_card__feature_icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.04);
  transition: background 0.18s ease, color 0.18s ease;
}
section[tog="section__ecosystem"] .choice_card__feature_icon .tog__ico {
  width: 20px;
  height: 20px;
}
section[tog="section__ecosystem"] .choice_card__feature_label {
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #4a556b;
}
section[tog="section__ecosystem"] .choice_card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
section[tog="section__ecosystem"] .choice_card__cta_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}
section[tog="section__ecosystem"] .choice_card__cta_arrow .tog__ico {
  width: 16px;
  height: 16px;
}
section[tog="section__ecosystem"] .choice_card:hover .choice_card__cta_arrow {
  transform: translateX(3px);
}
section[tog="section__ecosystem"] .choice_card--blue {
  border-color: rgba(58,134,255,0.28);
}
section[tog="section__ecosystem"] .choice_card--blue .choice_card__visual {
  background: radial-gradient(circle, rgba(58,134,255,0.28) 0%, rgba(58,134,255,0.06) 70%);
  box-shadow: 0 0 32px rgba(58,134,255,0.22), inset 0 0 0 1px rgba(58,134,255,0.22);
  color: #2563eb;
}
section[tog="section__ecosystem"] .choice_card--blue .choice_card__icon {
  color: #2563eb;
}
section[tog="section__ecosystem"] .choice_card--blue .choice_card__feature_icon {
  background: rgba(58,134,255,0.1);
  color: #2563eb;
}
section[tog="section__ecosystem"] .choice_card--blue .choice_card__cta {
  background: rgba(58,134,255,0.16);
  color: #1e4fc0;
  box-shadow: 0 1px 3px rgba(58,134,255,0.12);
}
section[tog="section__ecosystem"] .choice_card--blue:hover {
  border-color: rgba(58,134,255,0.55);
  box-shadow: 0 16px 36px rgba(58,134,255,0.18);
}
section[tog="section__ecosystem"] .choice_card--blue:hover .choice_card__visual {
  box-shadow: 0 0 42px rgba(58,134,255,0.34), inset 0 0 0 1px rgba(58,134,255,0.32);
  transform: scale(1.04);
}
section[tog="section__ecosystem"] .choice_card--blue:hover .choice_card__cta {
  background: rgba(58,134,255,0.24);
}
section[tog="section__ecosystem"] .choice_card--amber {
  border-color: rgba(251,191,36,0.42);
}
section[tog="section__ecosystem"] .choice_card--amber .choice_card__visual {
  background: radial-gradient(circle, rgba(251,191,36,0.3) 0%, rgba(251,191,36,0.08) 70%);
  box-shadow: 0 0 32px rgba(251,191,36,0.24), inset 0 0 0 1px rgba(251,191,36,0.24);
  color: #b07b00;
}
section[tog="section__ecosystem"] .choice_card--amber .choice_card__icon {
  color: #b07b00;
}
section[tog="section__ecosystem"] .choice_card--amber .choice_card__icon .tog__ico {
  width: 44px;
  height: 44px;
}
section[tog="section__ecosystem"] .choice_card--amber .choice_card__feature_icon {
  background: rgba(251,191,36,0.14);
  color: #b07b00;
}
section[tog="section__ecosystem"] .choice_card--amber .choice_card__cta {
  background: rgba(251,191,36,0.2);
  color: #8a5d00;
  box-shadow: 0 1px 3px rgba(251,191,36,0.12);
}
section[tog="section__ecosystem"] .choice_card--amber:hover {
  border-color: rgba(251,191,36,0.68);
  box-shadow: 0 16px 36px rgba(251,191,36,0.18);
}
section[tog="section__ecosystem"] .choice_card--amber:hover .choice_card__visual {
  box-shadow: 0 0 42px rgba(251,191,36,0.36), inset 0 0 0 1px rgba(251,191,36,0.36);
  transform: scale(1.04);
}
section[tog="section__ecosystem"] .choice_card--amber:hover .choice_card__cta {
  background: rgba(251,191,36,0.28);
}
section[tog="section__ecosystem"] p[tog="ecosystem__connect_label"].ecosystem__connect_label {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #4a556b;
  margin: 3rem 0 1.5rem 0;
}
section[tog="section__ecosystem"] .ecosystem__flow {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section[tog="section__ecosystem"] .ecosystem__flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section[tog="section__ecosystem"] .ecosystem__flow {
    grid-template-columns: 1fr;
  }
}
section[tog="section__ecosystem"] .flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.5rem;
}
section[tog="section__ecosystem"] .flow__item .flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f7fb;
  border: 1px solid rgba(26,34,56,0.1);
  color: #2563eb;
}
section[tog="section__ecosystem"] .flow__item p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  color: #4a556b;
  line-height: 1.5;
  margin: 0;
}
section[tog="section__connect"] {
  background: #fff;
}
section[tog="section__connect"] h2[tog="connect__title"] {
  max-width: 700px;
  margin: 0 auto 1rem;
}
section[tog="section__connect"] p[tog="connect__lede"] {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  color: #4a556b;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
section[tog="section__connect"] .connect__steps {
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  counter-reset: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section[tog="section__connect"] .connect__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section[tog="section__connect"] .connect__steps {
    grid-template-columns: 1fr;
  }
}
section[tog="section__connect"] .step_card {
  background: #f4f7fb;
  border: 1px solid rgba(26,34,56,0.1);
  border-radius: 16px;
  padding: 1.1rem 1.35rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
section[tog="section__connect"] .step_card .step_card__num {
  flex-shrink: 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: rgba(37,99,235,0.4);
  line-height: 1;
  min-width: 1ch;
  text-align: center;
}
section[tog="section__connect"] .step_card .step_card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb 0%, #00c2a8 100%);
  color: #fff;
}
section[tog="section__connect"] .step_card p {
  flex: 1;
  min-width: 0;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  color: #1a2238;
  line-height: 1.4;
  margin: 0;
}
section[tog="section__directory"] {
  background: #ffe9e0;
}
section[tog="section__essentials"] {
  background: #ecebff;
}
section[tog="section__media"] {
  background: #fff3d8;
}
section[tog="section__pricing"] {
  background: #e6f5e1;
}
