/* Homepage discovery journey. All artwork is lightweight, decorative SVG/CSS. */
.home-discovery {
  position: relative;
  isolation: isolate;
  margin: 56px -22px -26px;
  padding: 52px clamp(24px, 4vw, 60px) 28px;
  overflow: hidden;
  border-radius: 42px 42px 0 0;
  background: linear-gradient(125deg, #5130b4, #6540d7 56%, #482b99);
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.discovery-trail { position: absolute; z-index: -1; width: 100%; top: 0; left: 0; color: #c0a5ff; opacity: .27; pointer-events: none; }
.discovery-heading { position: relative; text-align: center; margin: 0 auto 34px; }
.discovery-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: 100px; background: #402481; color: #ffe698; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.discovery-eyebrow > span { font-size: 16px; line-height: 1; }
.discovery-heading h2 { margin: 18px 0 14px; color: #fff; font-size: clamp(38px, 4.2vw, 58px); font-weight: 850; line-height: 1.04; letter-spacing: -1.9px; }
.discovery-heading h2 em { color: #a0f0d7; font-style: normal; }
.discovery-heading > p { font-size: 16px; color: #eee7ff; }
.discovery-mobile-break { display: none; }
.discovery-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.discovery-step { min-width: 0; background: #fff; border: 3px solid #fff; border-radius: 25px; overflow: hidden; box-shadow: 0 8px 0 #362076, 0 14px 24px #28125f26; }
.step-scene { position: relative; background: #77deca; border-radius: 21px 21px 10px 10px; overflow: hidden; }
.step-play .step-scene { background: #ffda77; }
.step-follow .step-scene { background: #f5b9da; }
.step-scene > svg { display: block; width: 100%; height: 178px; margin-top: 4px; }
.step-number { position: absolute; top: 13px; left: 13px; width: 33px; height: 33px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #2b625c; color: #fff; font-size: 12px; font-weight: 900; z-index: 1; }
.step-play .step-number { background: #77510d; }
.step-follow .step-number { background: #934370; }
.step-copy { padding: 21px 23px 25px; color: #30244c; }
.step-label { display: block; color: #147b6e; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; margin-bottom: 9px; }
.step-play .step-label { color: #94620c; }
.step-follow .step-label { color: #a03972; }
.step-copy h3 { font-size: clamp(21px, 2vw, 26px); font-weight: 800; letter-spacing: -.7px; line-height: 1.17; margin: 0 0 13px; }
.step-copy p { font-size: 14px; line-height: 1.65; color: #655c76; margin: 0; }

.discovery-preview { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 22px; align-items: center; background: #fff8e7; border: 3px solid #fff; border-radius: 29px; margin-top: 36px; padding: 39px clamp(24px, 3vw, 44px); color: #342454; box-shadow: 0 8px 0 #362076; }
.preview-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #6f5014; font-size: 10px; letter-spacing: .11em; font-weight: 850; text-transform: uppercase; }
.preview-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #1c8673; box-shadow: 0 0 0 4px #dbecce; margin-right: 4px; }
.preview-copy h2 { font-size: clamp(30px, 3.4vw, 45px); line-height: 1.09; letter-spacing: -1.6px; margin: 16px 0; font-weight: 850; }
.preview-copy h2 em { color: #6841cc; font-style: normal; }
.preview-copy p { max-width: 395px; color: #665d72; font-size: 15px; line-height: 1.65; margin: 0 0 22px; }
.discovery-button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 52px; padding: 12px 15px 12px 23px; background: #6b43d4; border: 2px solid #8158e4; border-radius: 14px; box-shadow: 0 5px 0 #3f228e; color: #fff; text-decoration: none; font-size: 15px; line-height: 1.3; font-weight: 800; transition: transform .18s, box-shadow .18s; }
.discovery-button > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #6b43d4; background: #fff; font-size: 19px; }
.discovery-button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #3f228e; }
.preview-note { display: block; margin-top: 14px; color: #776b75; font-size: 12px; }
.preview-illustration { position: relative; display: grid; place-items: center; min-width: 0; min-height: 280px; color: inherit; text-decoration: none; }
.preview-orbit { position: absolute; inset: 7px 0 0 22px; border: 2px dashed #299881; background: #b5ead5; border-radius: 48% 43% 47% 40%; transform: rotate(-10deg); }
.preview-sticker { position: absolute; top: -9px; right: -9px; z-index: 2; width: 86px; height: 86px; display: grid; place-content: center; text-align: center; background: #ffdc78; color: #654414; border: 3px solid #fff8e7; outline: 1px solid #edc163; border-radius: 50%; font-size: 13px; line-height: 1.2; font-weight: 900; transform: rotate(12deg); }
.preview-console { width: 91%; max-width: 380px; position: relative; border: 3px solid #432677; background: #fff; border-radius: 18px; box-shadow: 0 8px 0 #432677, 10px 20px 0 #29988130; overflow: hidden; transform: rotate(-5deg); transition: transform .2s; }
.preview-illustration:hover .preview-console { transform: rotate(-2deg) translateY(-3px); }
.console-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 15px; background: #ede3ff; border-bottom: 2px solid #432677; }
.console-top > span:first-child { display: flex; gap: 4px; }
.console-top i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #9d7dd0; }
.console-top i:nth-child(2) { background: #e89cc6; }
.console-top i:nth-child(3) { background: #72cdb0; }
.console-top b { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.console-top > span:last-child { color: #6c42c3; line-height: 1; }
.console-game { padding: 20px 22px; text-align: center; }
.console-caption { display: block; font-size: 10px; font-weight: 700; color: #756286; }
.console-equation { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 14px 0; font-size: clamp(26px, 3vw, 39px); line-height: 1; font-weight: 900; letter-spacing: -1px; }
.console-equation > span { color: #9982b8; font-weight: 600; }
.console-equation b { display: grid; place-items: center; width: 47px; height: 48px; color: #573192; background: #ffe28b; border-radius: 11px; border-bottom: 4px solid #e7bb56; }
.console-route { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 900; color: #7b668f; }
.console-route i { flex: 1; height: 9px; border-radius: 10px; background: linear-gradient(90deg, #9471e5, #de85b5, #f8cc63, #49c5a6); }
.console-route b { color: #267869; font-size: 15px; }
.console-play { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 11px; background: #6e44ce; color: #fff; padding: 10px 24px; box-shadow: 0 4px 0 #452880; font-size: 14px; font-weight: 800; margin: 14px 0 4px; }
.preview-spark { position: absolute; pointer-events: none; }
.spark-one { left: -8px; top: 3px; font-size: 44px; color: #7950cb; transform: rotate(15deg); }
.spark-two { right: -4px; bottom: 2px; font-size: 47px; color: #298975; transform: rotate(-12deg); }
.discovery-promise { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; margin: 25px 0 0; font-size: 12px; color: #eee7ff; }
.discovery-promise span { display: inline-flex; align-items: center; gap: 7px; }
.discovery-promise b { color: #a1eed4; font-size: 14px; }

.discovery-footer { position: relative; max-width: 1400px; margin: 32px auto 0; padding: 25px clamp(24px, 4vw, 54px) 19px; border: 2px solid #fff; border-radius: 29px; background: #2f204f; color: #fff; box-shadow: 0 7px 0 #281b4230; }
.footer-main { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 35px; }
.footer-hello { display: flex; align-items: center; gap: 15px; }
.footer-hello img { display: block; width: 94px; height: 121px; object-fit: contain; transform: rotate(-7deg); filter: drop-shadow(0 5px 3px #12082660); }
.footer-brand { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 27px; font-weight: 800; letter-spacing: -.8px; text-decoration: none; }
.footer-brand > span { color: #ffdc78; font-size: 25px; }
.footer-hello p { color: #cfbfdf; font-size: 14px; line-height: 1.5; margin-top: 7px; }
.footer-paths h2 { font-size: 23px; font-weight: 750; letter-spacing: -.65px; line-height: 1.3; margin: 0 0 15px; }
.footer-paths h2 span { color: #a0ecd3; white-space: nowrap; }
.footer-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 11px; min-height: 45px; padding: 11px 16px; font-weight: 800; font-size: 13px; text-decoration: none; }
.footer-actions .family-path { background: #a0ecd3; color: #245846; box-shadow: 0 4px 0 #367965; }
.footer-actions .school-path { background: #ffdc78; color: #604213; box-shadow: 0 4px 0 #9f7726; }
.footer-actions .pricing-path { background: #f5b9da; color: #642d51; box-shadow: 0 4px 0 #934370; }
.footer-actions a:hover { filter: brightness(1.08); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid #5a4473; padding-top: 18px; margin-top: 20px; font-size: 11px; color: #cfc0df; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 32px; color: #e5daef; text-decoration: none; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.home-discovery :is(a, button):focus-visible, .discovery-footer a:focus-visible { outline: 3px solid #ec719e; outline-offset: 5px; }

@media (max-width: 1000px) {
  .discovery-steps { gap: 15px; }
  .step-copy { padding: 19px 17px 22px; }
  .step-scene > svg { height: 157px; }
  .discovery-preview { gap: 16px; padding: 30px 25px; }
  .preview-sticker { width: 72px; height: 72px; right: -8px; font-size: 11px; }
  .footer-main { grid-template-columns: .8fr 1.2fr; gap: 24px; }
  .footer-hello img { width: 73px; height: 103px; }
  .footer-brand { font-size: 23px; }
}
@media (max-width: 800px) {
  .discovery-steps { grid-template-columns: 1fr; gap: 19px; }
  .discovery-step { display: grid; grid-template-columns: minmax(170px, .85fr) 1.3fr; align-items: stretch; }
  .step-scene { display: flex; align-items: center; border-radius: 21px 10px 10px 21px; }
  .step-scene > svg { height: auto; }
  .step-copy { padding: 22px; }
  .step-copy h3 br { display: none; }
  .step-copy h3 { font-size: 23px; }
  .discovery-preview { grid-template-columns: 1fr; text-align: center; gap: 34px; padding: 30px; }
  .preview-copy p { margin-left: auto; margin-right: auto; }
  .preview-illustration { width: 100%; max-width: 385px; margin: 0 auto; }
  .preview-console { width: 87%; }
  .console-equation { font-size: 36px; }
  .preview-sticker { right: 0; top: -5px; }
  .footer-main { grid-template-columns: 1fr; gap: 23px; }
  .footer-hello { justify-content: center; }
  .footer-paths { text-align: center; }
  .footer-actions { justify-content: center; }
  .footer-bottom { justify-content: center; text-align: center; }
  .footer-bottom nav { justify-content: center; gap: 4px 16px; }
}
@media (max-width: 700px) {
  .home-discovery { margin: 40px -16px -20px; padding: 35px 22px 23px; border-radius: 30px 30px 0 0; }
  .discovery-heading h2 { font-size: 42px; letter-spacing: -1.7px; }
  .discovery-heading > p { font-size: 14px; }
  .discovery-mobile-break { display: initial; }
  .discovery-promise { gap: 9px 18px; font-size: 11px; }
  .discovery-footer { margin-top: 24px; padding: 20px 22px 17px; border-radius: 23px; }
}
@media (max-width: 540px) {
  .home-discovery { padding-left: 17px; padding-right: 17px; }
  .discovery-heading h2 { font-size: clamp(33px, 9vw, 42px); }
  .discovery-eyebrow { font-size: 9px; letter-spacing: .07em; padding: 8px 12px; }
  .discovery-step { display: block; border-radius: 23px; }
  .step-scene { border-radius: 19px 19px 8px 8px; }
  .step-scene > svg { height: 150px; margin: 0; }
  .step-copy { padding: 20px 22px 23px; }
  .step-copy h3 { font-size: 24px; }
  .step-copy h3 br { display: initial; }
  .step-copy p { font-size: 14px; }
  .discovery-preview { padding: 27px 17px 19px; margin-top: 28px; gap: 35px; border-radius: 24px; }
  .preview-copy h2 { font-size: 31px; letter-spacing: -1px; }
  .preview-copy p { font-size: 14px; }
  .discovery-button { font-size: 13px; gap: 12px; padding-left: 15px; width: 100%; max-width: 270px; }
  .preview-illustration { min-height: 237px; }
  .preview-orbit { inset: 10px 0; }
  .preview-sticker { width: 61px; height: 61px; font-size: 10px; right: -5px; top: -15px; }
  .preview-console { width: 91%; }
  .console-top { padding: 11px 10px; gap: 5px; }
  .console-top b { font-size: 8px; }
  .console-top i { width: 5px; height: 5px; }
  .console-game { padding: 15px 13px; }
  .console-equation { font-size: clamp(24px, 7.4vw, 29px); gap: 6px; }
  .console-equation b { width: 35px; height: 39px; }
  .console-caption { font-size: 9px; }
  .console-play { font-size: 12px; padding: 9px 18px; margin-top: 10px; }
  .spark-one { font-size: 29px; top: -10px; }
  .spark-two { font-size: 32px; }
  .footer-paths h2 { font-size: 22px; }
  .footer-actions { gap: 12px; }
  .footer-actions .pricing-path { flex-basis: 100%; justify-content: center; margin-top: 2px; }
  .footer-bottom nav a { min-height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .discovery-button, .preview-console { transition: none; }
  .discovery-button:hover { transform: none; }
  .preview-illustration:hover .preview-console { transform: rotate(-5deg); }
}


/* Symbol Balance homepage preview */
.balance-equation{gap:12px!important;margin:16px 0 18px!important}
.balance-equation .balance-pan{display:flex;align-items:center;justify-content:center;min-width:96px;min-height:52px;padding:7px 12px;color:#ff5f55;background:linear-gradient(180deg,#fff,#f8f3ff);border:2px solid #5e3d91;border-top:0;border-radius:5px 5px 20px 20px;box-shadow:0 5px 0 #ded2ef;font-size:25px;letter-spacing:2px}
.balance-equation .flower-pan{color:#eb4f9b;font-size:32px}
.balance-equation strong{color:#6942c3;font-size:25px}
.balance-route span{font-size:15px;color:#ff5f55;letter-spacing:1px}
.balance-route b{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#ffe28b;color:#573192!important;font-size:18px!important}
@media(max-width:560px){.balance-equation .balance-pan{min-width:78px;min-height:46px;font-size:21px}.balance-equation .flower-pan{font-size:28px}}
