@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #1b2b4a;
  --navy-deep: #0f1e37;
  --amber: #f5a722;
  --cream: #fdf9f1;
  --aqua: #a7e3dd;
  --pink: #e36096;
  --pink-soft: #f6dce7;
  --lilac: #e3b6e2;
  --line: #dfe3e8;
  --warm-white: #fdf9f1;
  --mid-blue: #edf2f8;
  --muted: #566680;
  --content: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
  color: var(--navy);
  background: var(--cream);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--cream); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 4px solid var(--amber); outline-offset: 4px; }
::selection { color: var(--navy); background: var(--aqua); }

.skip-link { position: fixed; z-index: 100; left: 18px; top: 14px; padding: 12px 18px; color: #fff; border-radius: 10px; background: var(--navy); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.launch-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(calc(100% - var(--gutter)), var(--content)); min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; transform: translateX(-50%); }
.launch-brand { display: inline-flex; width: 208px; }
.launch-brand img { width: 208px; height: 43px; object-fit: contain; }

.button { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 2px solid var(--amber); border-radius: 999px; color: var(--navy); background: var(--amber); box-shadow: 0 9px 24px rgba(27,43,74,.15); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(27,43,74,.2); }
.button--small { min-height: 48px; padding: 0 22px; font-size: 14px; }

.eyebrow { margin: 0 0 22px; font-size: 14px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.eyebrow--light { color: var(--aqua); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 790px; margin-bottom: 30px; font-size: clamp(58px, 7.2vw, 108px); }
h2 { margin-bottom: 25px; font-size: clamp(44px, 5.4vw, 78px); }
h3 { margin-bottom: 15px; font-size: clamp(28px, 3vw, 40px); }

.highlight { position: relative; z-index: 0; display: inline; white-space: nowrap; }
.highlight::after { content: ""; position: absolute; z-index: -1; left: -.04em; right: -.04em; bottom: .03em; height: .4em; border-radius: .08em; background: var(--aqua); transform: scaleX(0); transform-origin: left center; }
.highlight--amber::after { background: var(--amber); }
.highlight.is-drawn::after { transform: scaleX(1); transition: transform 1.35s cubic-bezier(.2,.75,.2,1); }

.launch-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--pink-soft); }
.launch-hero::before { content: ""; position: absolute; width: min(46vw, 720px); aspect-ratio: 1; right: -10vw; top: -17vw; border-radius: 50%; background: rgba(255,255,255,.38); }
.launch-hero__inner { position: relative; width: min(calc(100% - var(--gutter)), var(--content)); min-height: 100svh; margin: 0 auto; padding: 142px 0 86px; display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 728px); align-items: center; justify-content: space-between; gap: 32px; }
.launch-hero__copy { position: relative; z-index: 3; }
.launch-hero h1 { max-width: 560px; font-size: clamp(58px, 4.8vw, 76px); }
.launch-hero h1 .highlight { padding-inline: .03em; white-space: normal; -webkit-box-decoration-break: clone; box-decoration-break: clone; background-image: linear-gradient(var(--aqua),var(--aqua)); background-repeat: no-repeat; background-position: left 94%; background-size: 0% .4em; transition: background-size 1.35s cubic-bezier(.2,.75,.2,1); }
.launch-hero h1 .highlight::after { content: none; }
.launch-hero h1 .highlight.is-drawn { background-size: 100% .4em; }
.hero-lede { max-width: 700px; margin: 0 0 38px; color: #40506a; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.launch-note { display: inline-flex; align-items: center; gap: 9px; color: #465570; font-size: 14px; font-weight: 700; }
.launch-note i { color: var(--pink); font-size: 21px; }

.dashboard-stage { position: relative; z-index: 2; min-width: 0; width: 100%; max-width: 728px; margin: 0; }
.dashboard-shape { position: absolute; z-index: -1; display: block; }
.dashboard-shape--amber { width: 72%; aspect-ratio: 1; left: 9%; top: 50%; transform: translateY(-50%); border-radius: 48% 52% 38% 62% / 60% 38% 62% 40%; background: var(--amber); }
.dashboard-shape--aqua { width: 30%; aspect-ratio: .75; right: -6%; top: 31%; border-radius: 49% 51% 38% 62% / 31% 32% 68% 69%; background: var(--aqua); transform: rotate(8deg); }
.dashboard-stage .dashboard { width: 100%; min-height: 548px; display: grid; grid-template-columns: 86px 1fr; overflow: hidden; border: 1px solid rgba(27,43,74,.09); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 28px 70px rgba(27,43,74,.14); cursor: default; pointer-events: none; user-select: none; text-rendering: geometricPrecision; font-synthesis: none; }
.dashboard-stage .dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 24px 14px; color: #fff; background: linear-gradient(180deg,var(--navy),var(--navy-deep)); }
.dashboard-stage .sidebar-logo { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 50%; background: var(--amber); }
.dashboard-stage .sidebar-logo__frame { width: 35px; height: 31px; display: block; overflow: hidden; }
.dashboard-stage .sidebar-logo img { width: 60px; height: auto; max-width: none; mix-blend-mode: multiply; transform: translate(-4px,-1px); }
.dashboard-stage .dashboard-sidebar > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; font-size: 22px; }
.dashboard-stage .dashboard-sidebar > i.is-selected { color: var(--navy); background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.14); }
.dashboard-stage .dashboard-main { min-width: 0; padding: 25px 24px 20px; }
.dashboard-stage .dashboard-topbar { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.dashboard-stage .dashboard-topbar > div:first-child { margin-right: auto; }
.dashboard-stage .dashboard-topbar h2 { margin: 0 0 4px; font-size: 19px; line-height: 1; letter-spacing: -.03em; }
.dashboard-stage .hello-wave { color: #c98000; font-size: 18px; vertical-align: -2px; }
.dashboard-stage .dashboard-topbar p { margin: 0; color: var(--navy); font-size: 13px; font-weight: 500; }
.dashboard-stage .points { min-width: 122px; min-height: 58px; padding: 10px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.dashboard-stage .points div { display: flex; flex-direction: column; }
.dashboard-stage .points strong { font-size: 23px; line-height: 1; font-variant-numeric: tabular-nums; }
.dashboard-stage .points span { margin-top: 4px; font-size: 10px; font-weight: 500; }
.dashboard-stage .points .points-star { margin: 0; color: var(--amber); font-size: 22px; line-height: 1; }
.dashboard-stage .mini-mity { position: relative; width: 62px; height: 62px; flex: none; filter: drop-shadow(0 7px 8px rgba(5,16,35,.2)); }
.dashboard-stage .mini-mity img { width: 100%; height: 100%; object-fit: contain; }
.dashboard-stage .dashboard-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 14px; }
.dashboard-stage .progress-card,
.dashboard-stage .topic-card { min-width: 0; min-height: 262px; margin: 0; border-radius: 15px; }
.dashboard-stage .progress-card { padding: 18px; border: 1px solid var(--line); background: #fff; }
.dashboard-stage .progress-card h3 { margin: 0 0 19px; font-size: 15px; line-height: 1; letter-spacing: -.03em; font-weight: 700; }
.dashboard-stage .progress-card__body { display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 18px; }
.dashboard-stage .progress-ring { --course-progress: 72%; width: 102px; height: 102px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#70d3cd var(--course-progress),#e6eced 0); animation: dashboard-ring-arrive .78s .14s cubic-bezier(.2,.9,.2,1) both; }
.dashboard-stage .progress-ring::before { content: ""; grid-area: 1/1; width: 78px; height: 78px; border-radius: 50%; background: #fff; }
.dashboard-stage .progress-ring div { position: relative; grid-area: 1/1; display: flex; flex-direction: column; align-items: center; }
.dashboard-stage .progress-ring strong { font-size: 27px; line-height: 1; font-weight: 700; }
.dashboard-stage .progress-ring span { margin-top: 5px; font-size: 8px; font-weight: 500; }
.dashboard-stage .progress-list { display: flex; flex-direction: column; gap: 14px; }
.dashboard-stage .progress-item { display: flex; align-items: center; gap: 8px; animation: dashboard-stat-arrive .58s var(--item-delay) cubic-bezier(.2,.8,.2,1) both; }
.dashboard-stage .progress-item > i { width: 20px; flex: none; font-size: 20px; }
.dashboard-stage .tone-aqua { color: #41bbb2; }
.dashboard-stage .tone-pink { color: var(--pink); }
.dashboard-stage .tone-amber { color: #c98000; }
.dashboard-stage .progress-item__content { min-width: 0; flex: 1; }
.dashboard-stage .progress-item__meta { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 6px; font-size: 9px; font-weight: 500; }
.dashboard-stage .progress-item__meta b { font-weight: 700; }
.dashboard-stage .mini-progress { height: 5px; overflow: hidden; border-radius: 10px; background: #e8edef; }
.dashboard-stage .mini-progress span { display: block; width: var(--bar-progress); height: 100%; border-radius: inherit; background: #70d3cd; transition: width .9s var(--bar-delay) cubic-bezier(.2,.8,.2,1); }
.dashboard-stage .topic-card { position: relative; overflow: hidden; padding: 21px 18px; color: #fff; background: var(--navy); }
.dashboard-stage .topic-card__copy { position: relative; z-index: 2; width: 61%; }
.dashboard-stage .topic-card__eyebrow { font-size: 11px; font-weight: 700; }
.dashboard-stage .topic-card h3 { margin: 14px 0 8px; color: #fff; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.dashboard-stage .topic-card p { min-height: 45px; margin: 0; color: rgba(255,255,255,.9); font-size: 10px; line-height: 1.45; font-weight: 500; }
.dashboard-stage .lesson-progress { margin-top: 12px; }
.dashboard-stage .lesson-progress strong { font-size: 9px; }
.dashboard-stage .lesson-progress > div { display: flex; gap: 4px; margin-top: 7px; }
.dashboard-stage .lesson-progress span { width: 22px; height: 4px; border-radius: 10px; background: rgba(255,255,255,.25); animation: dashboard-segment-arrive .35s ease-out both; }
.dashboard-stage .lesson-progress span:nth-child(1) { animation-delay: 850ms; }
.dashboard-stage .lesson-progress span:nth-child(2) { animation-delay: 920ms; }
.dashboard-stage .lesson-progress span:nth-child(3) { animation-delay: 990ms; }
.dashboard-stage .lesson-progress span:nth-child(4) { animation-delay: 1060ms; }
.dashboard-stage .lesson-progress span:nth-child(5) { animation-delay: 1130ms; }
.dashboard-stage .lesson-progress span:nth-child(6) { animation-delay: 1200ms; }
.dashboard-stage .lesson-progress span:nth-child(7) { animation-delay: 1270ms; }
.dashboard-stage .lesson-progress span:nth-child(8) { animation-delay: 1340ms; }
.dashboard-stage .lesson-progress span.is-active { background: #fff; }
.dashboard-stage .continue-button { min-height: 38px; margin-top: 14px; padding: 0 13px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; color: var(--navy); background: var(--amber); font-size: 11px; font-weight: 800; }
.dashboard-stage .continue-button i { font-size: 16px; }
.dashboard-stage .mascot { position: absolute; right: 8px; top: 52px; width: 122px; height: 166px; transform: rotate(5deg); filter: drop-shadow(0 14px 15px rgba(5,16,35,.3)); animation: dashboard-mascot-arrive .9s .48s cubic-bezier(.18,.9,.28,1.2) both,dashboard-mascot-float 3.4s 1.4s ease-in-out infinite; }
.dashboard-stage .mascot img { width: 100%; height: 100%; object-fit: contain; }
.dashboard-stage .tool-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 14px; }
.dashboard-stage .tool-card { min-width: 0; min-height: 84px; padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; animation: dashboard-tool-arrive .62s var(--tool-delay) cubic-bezier(.2,.8,.2,1) both; }
.dashboard-stage .tool-card__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 10px; }
.dashboard-stage .tool-card__icon i { font-size: 25px; }
.dashboard-stage .tool-card__icon--purple { background: #dec8ee; }
.dashboard-stage .tool-card__icon--aqua { background: var(--aqua); }
.dashboard-stage .tool-card__icon--amber { background: #f9dda8; }
.dashboard-stage .tool-card__icon--pink { background: #f1bfd3; }
.dashboard-stage .tool-card > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.dashboard-stage .tool-card strong { font-size: 11px; }
.dashboard-stage .tool-card span { font-size: 9px; line-height: 1.35; font-weight: 500; }

@keyframes dashboard-ring-arrive { from { opacity:.4; transform:scale(.84) rotate(-8deg); } to { opacity:1; transform:none; } }
@keyframes dashboard-stat-arrive { from { opacity:0; transform:translateX(12px); } to { opacity:1; transform:none; } }
@keyframes dashboard-segment-arrive { from { opacity:0; transform:scaleX(0); transform-origin:left; } to { opacity:1; transform:scaleX(1); } }
@keyframes dashboard-tool-arrive { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
@keyframes dashboard-mascot-arrive { 0% { opacity:0; transform:translateY(18px) rotate(-5deg) scale(.84); } 70% { opacity:1; transform:translateY(-5px) rotate(7deg) scale(1.04); } 100% { opacity:1; transform:translateY(0) rotate(5deg) scale(1); } }
@keyframes dashboard-mascot-float { 0%,100% { transform:translateY(0) rotate(5deg); } 50% { transform:translateY(-5px) rotate(2deg); } }
.visual-orbit { position: absolute; border-radius: 50%; }
.visual-orbit--large { width: min(38vw, 510px); aspect-ratio: 1; background: var(--aqua); }
.visual-orbit--small { width: 112px; aspect-ratio: 1; right: 0; top: 15%; background: var(--amber); }
.mito-stage { position: relative; z-index: 2; width: min(100%, 560px); aspect-ratio: 1; filter: drop-shadow(0 30px 30px rgba(27,43,74,.15)); }
.mito-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: scale(.985); transition: opacity .55s ease, transform .55s ease; }
.mito-frame.is-active { opacity: 1; transform: scale(1); }

.idea-section { position: relative; overflow: hidden; padding: clamp(105px, 11vw, 152px) max(var(--gutter), calc((100vw - var(--content)) / 2)) clamp(90px, 9vw, 126px); color: #fff; background: var(--navy-deep); }
.idea-section::before { content: ""; position: absolute; inset: -60px; opacity: .032; background: url(/mightystem-mark.png) repeat; background-size: 72px 60px; filter: brightness(0) invert(1); transform: rotate(-4deg) scale(1.06); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 19%, #000 78%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 19%, #000 78%, transparent); }
.idea-orb { position: absolute; display: block; border-radius: 50%; pointer-events: none; }
.idea-orb--one { width: 360px; height: 360px; right: 7%; top: -190px; background: rgba(227,96,150,.2); }
.idea-orb--two { width: 280px; height: 280px; left: 4%; bottom: -200px; background: rgba(167,227,221,.15); }
.idea-section > *:not(.idea-orb) { position: relative; z-index: 1; }
.idea-section__heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.idea-section__heading > p { max-width: 440px; margin: 0 0 7px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.idea-eyebrow { width: max-content; margin: 0 0 20px; padding: 8px 15px; border: 1px solid rgba(167,227,221,.45); border-radius: 999px; color: var(--aqua); font-size: 13px; font-weight: 700; }
.idea-section h2 { max-width: 850px; margin: 0; font-size: clamp(46px, 5.1vw, 76px); }
.idea-section h2 .highlight { color: var(--navy-deep); }
.idea-section h2 .highlight::after { height: .9em; bottom: -.02em; }
.idea-steps { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.idea-steps article { position: relative; min-height: 410px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.06); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.idea-steps article:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.085); transform: translateY(-5px) !important; }
.idea-steps article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; bottom: -95px; border-radius: 50%; opacity: .1; background: currentColor; }
.idea-steps article:nth-child(1) { color: var(--aqua); }
.idea-steps article:nth-child(2) { color: #f18bb6; }
.idea-steps article:nth-child(3) { color: var(--amber); }
.step-top { margin-bottom: 46px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.42); font-size: clamp(18px, 1.5vw, 22px); font-weight: 800; letter-spacing: .06em; }
.step-top i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--navy-deep); font-size: 30px; }
.idea-steps article:nth-child(1) .step-top i { background: var(--aqua); }
.idea-steps article:nth-child(2) .step-top i { background: var(--lilac); }
.idea-steps article:nth-child(3) .step-top i { background: var(--amber); }
.step-kicker { margin: 0 0 16px; color: var(--aqua); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.step-kicker--pink { color: #ef84b0; }
.step-kicker--amber { color: var(--amber); }
.idea-steps h3 { margin-bottom: 15px; color: #fff; font-size: clamp(25px, 2.2vw, 33px); }
.idea-steps article > p:not(.step-kicker) { max-width: 350px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.step-footer { position: relative; z-index: 2; margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 13px; font-weight: 800; }
.step-footer i { color: currentColor; font-size: 20px; }
.idea-promise { max-width: 770px; margin: 50px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.idea-promise img { width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(5,16,35,.28)); }
.idea-promise p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.6; }
.idea-promise strong { color: #fff; }

.mito-section { position: relative; overflow: hidden; padding: clamp(100px, 11vw, 150px) max(var(--gutter), calc((100vw - var(--content)) / 2)); background: var(--pink-soft); }
.mito-section::before { content: ""; position: absolute; width: 570px; height: 380px; right: -180px; bottom: -120px; background: url(/faq-monogram-complete.webp) center/contain no-repeat; opacity: .06; transform: rotate(-12deg); }
.mito-section__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 9vw, 135px); }
.mito-section__visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.mito-section__copy { min-width: 0; }
.mito-section__copy .highlight { white-space: normal; }
.mito-section__copy > p:not(.eyebrow) { max-width: 650px; color: #53627a; font-size: 18px; line-height: 1.7; }
.mito-section__copy h2 { font-size: clamp(50px, 5.7vw, 82px); }
.mito-section__copy .highlight--pink::after { background: var(--pink); opacity: .55; }
.mito-benefits { margin: 34px 0; display: grid; gap: 0; }
.mito-benefits > div { padding: 18px 0; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 17px; border-top: 1px solid rgba(27,43,74,.17); }
.mito-benefits > div > i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--navy); background: var(--amber); font-size: 26px; }
.mito-benefits > div:nth-child(2) > i { background: var(--aqua); }
.mito-benefits > div:nth-child(3) > i { background: var(--lilac); }
.mito-benefits p, .mito-benefits strong, .mito-benefits span { margin: 0; display: block; }
.mito-benefits span { margin-top: 4px; color: var(--muted); font-size: 14px; }

.course-section { width: min(calc(100% - var(--gutter)), var(--content)); margin: 0 auto; padding: clamp(100px, 12vw, 170px) 0; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(70px, 10vw, 150px); }
.course-section__copy { position: sticky; top: 70px; }
.course-section__copy > p:last-child { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.course-list { border-top: 2px solid var(--navy); }
.course-line { min-height: 142px; display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 24px; border-bottom: 2px solid var(--navy); }
.course-line span { color: var(--pink); font-size: 18px; font-weight: 800; }
.course-line strong { font-size: clamp(23px, 2.5vw, 35px); letter-spacing: -.04em; }
.course-line i { color: var(--navy); font-size: 32px; }

.section-pill { width: max-content; margin: 0 0 22px; padding: 8px 14px; border-radius: 999px; color: var(--navy); background: var(--lilac); font-size: 12px; font-weight: 800; }
.audience-section { position: relative; overflow: hidden; padding: clamp(100px, 11vw, 145px) 0; background: #edf7f5; }
.audience-section::before { content: ""; position: absolute; width: 650px; height: 430px; right: -290px; top: -125px; background: url(/faq-monogram-complete.webp) center/contain no-repeat; mix-blend-mode: multiply; opacity: .09; transform: rotate(15deg); -webkit-mask-image: linear-gradient(222deg,#000 18%,rgba(0,0,0,.9) 52%,transparent 86%); mask-image: linear-gradient(222deg,#000 18%,rgba(0,0,0,.9) 52%,transparent 86%); }
.audience-section__inner { position: relative; z-index: 1; width: min(calc(100% - var(--gutter)), var(--content)); margin: 0 auto; }
.audience-heading { max-width: 880px; margin-bottom: 54px; }
.audience-heading h2 { margin-bottom: 0; font-size: clamp(46px, 5.2vw, 76px); }
.audience-photo { position: relative; height: clamp(330px, 35vw, 475px); margin: 0; overflow: hidden; border-radius: 30px; background: var(--navy); box-shadow: 0 24px 60px rgba(27,43,74,.14); }
.audience-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg,transparent,rgba(12,27,51,.74)); }
.audience-photo > img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.audience-photo__sticker { position: absolute; z-index: 2; right: clamp(24px,3vw,42px); top: clamp(24px,3vw,38px); width: 112px; height: 112px; object-fit: cover; border-radius: 19px; box-shadow: 0 12px 28px rgba(27,43,74,.25); transform: rotate(5deg); }
.audience-photo figcaption { position: absolute; z-index: 2; left: clamp(24px,4vw,52px); right: clamp(24px,4vw,52px); bottom: clamp(24px,4vw,42px); display: flex; align-items: end; justify-content: space-between; gap: 25px; color: #fff; }
.audience-photo figcaption span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(27,43,74,.35); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.audience-photo figcaption strong { max-width: 480px; font-size: clamp(25px,3vw,40px); line-height: 1.05; letter-spacing: -.045em; text-align: right; }

.schools-section { position: relative; overflow: hidden; padding: clamp(105px, 11vw, 150px) max(var(--gutter), calc((100vw - var(--content)) / 2)); color: #fff; background: var(--navy-deep); }
.schools-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -300px; top: -230px; border-radius: 50%; background: rgba(167,227,221,.12); }
.schools-section::after { content: ""; position: absolute; width: clamp(900px,82vw,1280px); aspect-ratio: 1.88; left: 12%; top: -210px; background: url(/schools-logo-motif.png) center/contain no-repeat; opacity: .12; transform: rotate(-8deg); animation: schools-mark-drift 14s ease-in-out infinite alternate; }
.schools-section__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px,8vw,120px); }
.schools-eyebrow { width: max-content; margin: 0 0 20px; padding: 8px 14px; border: 1px solid rgba(167,227,221,.4); border-radius: 999px; color: var(--aqua); font-size: 12px; font-weight: 700; }
.schools-copy h2 { margin-bottom: 0; font-size: clamp(44px,4.6vw,68px); }
.schools-copy > p:not(.schools-eyebrow) { max-width: 580px; margin: 25px 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.schools-features { margin: 0 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px 22px; }
.schools-features span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 700; line-height: 1.35; }
.schools-features i { flex: none; color: var(--amber); font-size: 21px; }
.schools-visual { position: relative; padding-top: 108px; }
.schools-photo { position: absolute; z-index: 0; width: min(48%,320px); height: 188px; right: -25px; top: 0; margin: 0; overflow: hidden; border: 7px solid #fff; border-radius: 22px 22px 22px 8px; background: #fff; box-shadow: 0 25px 55px rgba(0,0,0,.25); transform: rotate(3deg); }
.schools-photo img { width: 100%; height: 100%; object-fit: cover; }
.schools-photo figcaption { position: absolute; left: 10px; bottom: 10px; padding: 7px 9px; border-radius: 7px; color: var(--navy); background: var(--amber); font-size: 8px; font-weight: 800; }
.school-panel { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 27px; color: var(--navy); background: #fff; box-shadow: 0 35px 75px rgba(0,0,0,.22); transform: rotate(1deg); }
.school-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.school-panel__top > div { display: flex; flex-direction: column; gap: 4px; }
.school-panel__top > div span { color: var(--pink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.school-panel__top > div strong { font-size: 22px; }
.school-panel__badge { padding: 8px 10px; display: flex; align-items: center; gap: 7px; border-radius: 9px; color: #4bbdb3; background: var(--mid-blue); font-size: 9px; font-weight: 700; }
.school-panel__summary { margin: 25px 0 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.school-panel__summary > div { padding: 15px; display: flex; flex-direction: column; gap: 5px; border-radius: 12px; background: var(--warm-white); }
.school-panel__summary strong { font-size: 22px; }
.school-panel__summary span { color: rgba(27,43,74,.55); font-size: 9px; }
.school-panel__list { display: grid; gap: 8px; }
.school-panel__list > div { min-height: 56px; padding: 9px 11px; display: grid; grid-template-columns: 34px minmax(90px,.7fr) 1fr 35px; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 11px; }
.school-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; font-size: 10px; font-weight: 800; }
.school-avatar--one { background: var(--aqua); }.school-avatar--two { background: var(--pink-soft); }.school-avatar--three { background: #f9dda8; }.school-avatar--four { background: var(--lilac); }
.school-panel__list strong, .school-panel__list b { font-size: 10px; }
.school-bar { height: 7px; overflow: hidden; border-radius: 999px; background: #e7edf0; }
.school-bar i { height: 100%; display: block; border-radius: inherit; background: #69cec4; }
.school-panel__list b { text-align: right; }

.faq-section { position: relative; overflow: hidden; padding: clamp(100px, 10vw, 140px) max(var(--gutter), calc((100vw - var(--content)) / 2)); background: #fff; }
.faq-section::before { content: ""; position: absolute; width: 390px; height: 255px; left: max(24px,calc((100vw - var(--content))/2)); bottom: 24px; background: url(/faq-monogram-complete.webp) center/contain no-repeat; opacity: .06; }
.faq-section__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(70px,9vw,140px); }
.faq-heading { position: sticky; top: 35px; }
.faq-heading h2 { margin-bottom: 0; font-size: clamp(43px,4.4vw,64px); }
.faq-heading > p:last-child { max-width: 420px; margin: 22px 0 0; color: rgba(27,43,74,.6); font-size: 14px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: none; color: var(--pink); font-size: 20px; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -2px 0 0; padding: 0 40px 25px 4px; color: rgba(27,43,74,.62); font-size: 13px; line-height: 1.7; }

.waitlist-section { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 170px) max(var(--gutter), calc((100vw - var(--content)) / 2)); background: var(--aqua); }
.waitlist-section::before { content: ""; position: absolute; width: 420px; aspect-ratio: 1; left: -190px; bottom: -230px; border-radius: 50%; background: rgba(255,255,255,.35); }
.waitlist-section__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.waitlist-copy > p:not(.eyebrow) { max-width: 580px; color: #40506a; font-size: 20px; line-height: 1.65; }
.waitlist-promise { margin-top: 38px; padding-top: 30px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; border-top: 1px solid rgba(27,43,74,.23); }
.waitlist-promise > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--navy); font-size: 24px; }
.waitlist-promise p { margin: 0; }
.waitlist-promise strong, .waitlist-promise span { display: block; }
.waitlist-promise span { margin-top: 5px; color: #4a5a73; font-size: 14px; line-height: 1.55; }

.waitlist-form-shell { min-height: 520px; padding: clamp(30px, 4.5vw, 58px); border: 2px solid var(--navy); border-radius: 30px; background: #fff; box-shadow: 20px 20px 0 rgba(227,96,150,.32); }
.form-kicker { margin: 0 0 12px; color: var(--pink); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.waitlist-form-shell h3 { margin-bottom: 30px; font-size: clamp(34px, 4vw, 52px); }
.waitlist-embed { min-height: 260px; }
.privacy-note { margin: 18px 0 0; color: #65728a; font-size: 12px; line-height: 1.6; }
.privacy-note a { font-weight: 800; text-underline-offset: 3px; }

/* EmailOctopus embed: deliberately more specific than the styles injected by the provider. */
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] { --font-family: "Plus Jakarta Sans", Arial, sans-serif !important; --text-colour: var(--navy) !important; width: 100% !important; font-family: "Plus Jakarta Sans", Arial, sans-serif !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .form-container { width: 100% !important; max-width: none !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-form-wrapper { margin: 0 !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .main-form { display: grid !important; grid-template-columns: 1fr !important; align-items: stretch !important; gap: 15px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [eo-form-fields-container] { width: 100% !important; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 12px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-form-row { width: 100% !important; min-width: 0 !important; margin: 0 !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-form-row--componentized { grid-column: 1 / -1 !important; padding-top: 7px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="text"],
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="email"] { width: 100% !important; height: 58px !important; padding: 0 17px !important; color: var(--navy) !important; border: 2px solid var(--navy) !important; border-radius: 14px !important; background: #fff !important; font-size: 15px !important; font-weight: 700 !important; outline: 0 !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="text"]:focus,
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="email"]:focus { box-shadow: 0 0 0 5px rgba(245,167,34,.36) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [data-type="choice_single"] > [class*="_input-radio_"] > [class*="_detail_"] { margin-bottom: 11px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [data-type="choice_single"] [class*="_detail_"] label { color: var(--navy) !important; font-size: 13px !important; font-weight: 800 !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__container_"] { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 9px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__wrap_"] { position: relative !important; min-height: 48px !important; padding: 0 13px !important; display: flex !important; align-items: center !important; gap: 10px !important; border: 1.5px solid #c9d1dc !important; border-radius: 12px !important; background: #fff !important; cursor: pointer !important; transition: border-color .2s ease, background .2s ease, transform .2s ease !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__wrap_"]:hover { border-color: var(--navy) !important; transform: translateY(-1px) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__wrap_"]:has([aria-checked="true"]) { border-color: var(--navy) !important; background: var(--aqua) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__button_"][role="button"] { width: 18px !important; height: 18px !important; flex: 0 0 18px !important; border: 2px solid var(--navy) !important; border-radius: 50% !important; background: #fff !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__button_"][role="button"][aria-checked="true"] { background: var(--navy) !important; box-shadow: inset 0 0 0 4px #fff !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__button_"][role="button"]:focus-visible { outline: 3px solid var(--amber) !important; outline-offset: 3px !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__label_"] { color: var(--navy) !important; font-family: "Plus Jakarta Sans",Arial,sans-serif !important; font-size: 13px !important; font-weight: 800 !important; cursor: pointer !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="submit"] { width: 100% !important; min-width: 205px !important; height: 58px !important; padding: 0 25px !important; color: var(--navy) !important; border: 2px solid var(--amber) !important; border-radius: 999px !important; background: var(--amber) !important; box-shadow: none !important; font-size: 15px !important; font-weight: 800 !important; cursor: pointer !important; transition: transform .2s ease, box-shadow .2s ease !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="submit"]:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 18px rgba(27,43,74,.16) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-error-message,
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-success-message { margin: 15px 0 0 !important; padding: 14px 17px !important; border-radius: 12px !important; font-family: "Plus Jakarta Sans", Arial, sans-serif !important; font-size: 14px !important; font-weight: 800 !important; text-align: left !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-error-message:not(:empty) { color: #8c2349 !important; background: var(--pink-soft) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-success-message:not(:empty) { color: var(--navy) !important; background: var(--aqua) !important; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .mastfoot { margin-top: 13px !important; opacity: .64; }
.waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .mastfoot p { background: transparent !important; border: 0 !important; }

.launch-footer { min-height: 230px; padding: 60px max(var(--gutter), calc((100vw - var(--content)) / 2)) 34px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 30px 80px; color: #fff; background: var(--navy-deep); }
.launch-footer > a { width: 208px; }
.launch-footer > a img { width: 208px; height: 43px; object-fit: contain; }
.launch-footer > p { justify-self: end; max-width: 480px; margin: 8px 0 0; color: #c1ccdc; text-align: right; }
.launch-footer > div { grid-column: 1 / -1; padding-top: 27px; display: flex; gap: 25px; border-top: 1px solid rgba(255,255,255,.14); color: #9aa7ba; font-size: 12px; }
.launch-footer > div span:first-child { margin-right: auto; }
.launch-footer > div a { text-decoration: none; }
.launch-footer > div a:hover { color: #fff; }

.reveal { opacity: 1; transform: none; }
.js-motion .reveal { transform: translateY(32px); }

@keyframes schools-mark-drift {
  from { transform: rotate(-8deg) translate3d(0,0,0); }
  to { transform: rotate(-5deg) translate3d(30px,18px,0); }
}

@media (max-width: 1180px) {
  .launch-hero { min-height: auto; }
  .launch-hero__inner { min-height: auto; padding: 142px 0 92px; grid-template-columns: 1fr; justify-items: center; gap: 64px; }
  .launch-hero__copy { width: min(100%,760px); text-align: center; }
  .launch-hero h1, .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .dashboard-stage { width: min(100%,728px); }
}

@media (max-width: 1040px) {
  .idea-section__heading { grid-template-columns: 1fr; gap: 26px; }
  .idea-section__heading > p { max-width: 650px; }
  .mito-section__inner, .schools-section__inner, .faq-section__inner { grid-template-columns: 1fr; }
  .mito-section__visual { width: min(100%,620px); margin: 0 auto; }
  .mito-section__copy { max-width: 820px; }
  .course-section, .waitlist-section__inner { grid-template-columns: 1fr; }
  .course-section__copy { position: static; max-width: 800px; }
  .course-list { max-width: 900px; }
  .schools-copy { max-width: 760px; }
  .schools-visual { width: min(100%,760px); margin: 0 auto; }
  .faq-heading { position: static; max-width: 760px; }
  .waitlist-copy { max-width: 820px; }
}

@media (max-width: 760px) {
  .launch-header { min-height: 84px; }
  .launch-brand, .launch-brand img { width: 168px; height: auto; }
  .launch-header .button { min-height: 44px; width: 44px; padding: 0; overflow: hidden; color: var(--navy); font-size: 0; gap: 0; }
  .launch-header .button i { color: var(--navy); font-size: 20px; }
  .launch-hero { min-height: auto; }
  .launch-hero__inner { min-height: auto; padding: 128px 0 76px; grid-template-columns: 1fr; gap: 38px; }
  h1 { font-size: clamp(52px, 14.8vw, 78px); }
  h2 { font-size: clamp(42px, 11.4vw, 66px); }
  .highlight { white-space: normal; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions { align-items: stretch; }
  .launch-note { justify-content: center; }
  .dashboard-stage .dashboard { min-height: 0; grid-template-columns: 1fr; }
  .dashboard-stage .dashboard-sidebar { display: none; }
  .dashboard-stage .dashboard-main { padding: 18px 14px 14px; }
  .dashboard-stage .dashboard-topbar p { display: none; }
  .dashboard-stage .points { min-width: 104px; }
  .dashboard-stage .points strong { font-size: 18px; }
  .dashboard-stage .mini-mity { display: none; }
  .dashboard-stage .dashboard-grid { grid-template-columns: 1fr; }
  .dashboard-stage .progress-card,
  .dashboard-stage .topic-card { min-height: 248px; }
  .dashboard-stage .tool-grid { grid-template-columns: repeat(2,1fr); }
  .dashboard-shape--amber { width: 100%; left: -20%; top: 40%; }
  .dashboard-shape--aqua { width: 48%; right: -25%; top: 65%; }
  .visual-orbit--large { width: min(92vw, 410px); }
  .visual-orbit--small { width: 78px; }
  .mito-section__visual { min-height: 430px; }
  .idea-steps { grid-template-columns: 1fr; }
  .idea-steps article { min-height: 390px; }
  .step-top { margin-bottom: 46px; }
  .idea-promise { align-items: flex-start; }
  .course-line { min-height: 118px; grid-template-columns: 44px 1fr auto; gap: 15px; }
  .audience-photo { height: 390px; }
  .audience-photo__sticker { width: 82px; height: 82px; }
  .audience-photo figcaption { align-items: flex-start; flex-direction: column; }
  .audience-photo figcaption strong { max-width: 300px; text-align: left; }
  .schools-features { grid-template-columns: 1fr; }
  .schools-visual { padding-top: 80px; }
  .schools-photo { width: 48%; height: 145px; right: -5px; }
  .school-panel { padding: 20px; }
  .school-panel__badge { display: none; }
  .school-panel__list > div { grid-template-columns: 32px 72px 1fr 32px; gap: 7px; }
  .faq-section::before { left: -120px; }
  .waitlist-form-shell { box-shadow: 11px 11px 0 rgba(227,96,150,.32); }
  .waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [eo-form-fields-container] { grid-template-columns: 1fr !important; }
  .waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] .emailoctopus-form-row--componentized { grid-column: auto !important; }
  .waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] input[type="submit"] { width: 100% !important; }
  .launch-footer { grid-template-columns: 1fr; }
  .launch-footer > p { justify-self: start; text-align: left; }
}

@media (max-width: 480px) {
  .button { width: 100%; }
  .launch-note { line-height: 1.45; }
  .mito-section__visual { min-height: 350px; }
  .idea-section h2 { font-size: 43px; }
  .idea-promise img { width: 70px; height: 70px; }
  .idea-promise p { font-size: 13px; }
  .audience-photo { height: 360px; border-radius: 22px; }
  .audience-photo > img:first-child { object-position: 63% center; }
  .schools-photo { display: none; }
  .schools-visual { padding-top: 0; }
  .school-panel__summary > div { padding: 11px 8px; }
  .school-panel__list > div { grid-template-columns: 30px 68px 1fr 30px; padding-inline: 7px; }
  .school-panel__list strong, .school-panel__list b { font-size: 9px; }
  .faq-list summary { font-size: 14px; }
  .waitlist-embed [data-form="2821316a-a217-11f1-82d4-f9466a672df2"] [class*="_input-radio__container_"] { grid-template-columns: 1fr !important; }
  .waitlist-form-shell { padding: 27px 22px; }
  .course-line strong { font-size: 21px; }
  .launch-footer > div { flex-wrap: wrap; }
  .launch-footer > div span:first-child { width: 100%; margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .highlight::after { transform: scaleX(1) !important; }
  .js-motion .reveal { opacity: 1 !important; transform: none !important; }
  .mito-frame { display: none; opacity: 1; }
  .mito-frame:first-child { display: block; }
}
