:root {
  --nova-purple: #5a31d2;
  --nova-purple-dark: #30206f;
  --nova-yellow: #ffd85a;
  --nova-ink: #252329;
  --nova-muted: #67636e;
  --nova-cream: #fffdf7;
  --nova-line: #e8e4ee;
  --nova-white: #ffffff;
  --nova-mint: #cdf2de;
  --nova-pink: #f8c8d3;
  --nova-lavender: #ddd3ff;
  --nova-sky: #cce8ff;
  --nova-peach: #ffd9c1;
  --nova-shadow: 0 24px 70px rgba(50, 29, 95, .14);
  --nova-radius: 28px;
}

html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body.sqoula-nova-body { margin: 0; color: var(--nova-ink); background: var(--nova-cream); font-family: Inter, 'Avenir Next', Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.sqoula-nova-body.nova-blog-body, body.sqoula-nova-body.nova-blog-body input, body.sqoula-nova-body.nova-blog-body button, body.sqoula-nova-body.nova-blog-body select, body.sqoula-nova-body.nova-blog-body textarea { font-family: Inter, 'Avenir Next', Arial, sans-serif; }
body.sqoula-nova-body.nova-blog-body h1, body.sqoula-nova-body.nova-blog-body h2, body.sqoula-nova-body.nova-blog-body h3, body.sqoula-nova-body.nova-blog-body h4 { font-family: Inter, 'Avenir Next', Arial, sans-serif; }
body.sqoula-nova-body * { box-sizing: border-box; }
body.sqoula-nova-body img { display: block; max-width: 100%; }
body.sqoula-nova-body a { color: inherit; text-decoration: none; }
body.nova-menu-open { overflow: hidden; }
body.nova-modal-open { overflow: hidden; }
.nova-page { overflow: hidden; }
.nova-wrap { width: min(1190px, calc(100% - 48px)); margin-inline: auto; }
.nova-section { padding: 118px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nova-skip { position: fixed; left: 18px; top: -90px; z-index: 9999; padding: 11px 16px; border-radius: 10px; color: var(--nova-purple-dark); background: #fff; box-shadow: var(--nova-shadow); }
.nova-skip:focus { top: 16px; }

h1, h2, h3 { margin: 0; font-family: Inter, 'Avenir Next', Arial, sans-serif; color: var(--nova-ink); letter-spacing: -.042em; }
h1 { font-size: clamp(47px, 5.6vw, 76px); font-weight: 760; line-height: 1.01; }
h2 { font-size: clamp(38px, 4.2vw, 58px); font-weight: 740; line-height: 1.07; }
h3 { font-size: 23px; font-weight: 720; line-height: 1.22; }
p { margin: 0; }

.nova-ribbon { height: 34px; display: flex; align-items: center; color: #fff; background: var(--nova-purple-dark); font-size: 11px; font-weight: 700; letter-spacing: .025em; }
.nova-ribbon__inner { display: flex; justify-content: space-between; gap: 20px; }
.nova-language-switcher { display: inline-flex; align-items: center; gap: 7px; }
.nova-language-switcher button { appearance: none; padding: 1px 0; border: 0; border-bottom: 1px solid transparent; color: inherit; background: transparent; font: inherit; cursor: pointer; transition: color .2s, border-color .2s; }
.nova-language-switcher button:hover, .nova-language-switcher button:focus-visible { color: var(--nova-yellow); border-bottom-color: currentColor; outline: 0; }
.nova-brand-word { display: inline-block; margin-inline: .14em; white-space: nowrap; }
.nova-header { position: sticky; top: 0; z-index: 1000; height: 78px; display: flex; align-items: center; background: rgba(255,253,247,.93); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.nova-header.is-scrolled { border-color: rgba(48,32,111,.08); box-shadow: 0 9px 28px rgba(43,30,79,.07); }
.nova-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nova-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--nova-ink); font-size: 21px; font-weight: 850; letter-spacing: -.04em; }
.nova-logo img { width: 178px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.nova-logo__mark { position: relative; width: 38px; height: 38px; flex: 0 0 38px; overflow: hidden; border-radius: 12px 12px 12px 4px; background: var(--nova-purple); box-shadow: 0 8px 17px rgba(90,49,210,.25); }
.nova-logo__mark i { position: absolute; display: block; width: 30px; height: 13px; border-radius: 999px; background: #fff; transform: rotate(-32deg); }
.nova-logo__mark i:first-child { top: 6px; left: -3px; }
.nova-logo__mark i:last-child { right: -3px; bottom: 6px; }
.nova-nav { display: flex; align-items: center; gap: 28px; color: #413d48; font-size: 13px; font-weight: 700; }
.nova-nav > a:not(.nova-button) { transition: color .2s; }
.nova-nav > a:not(.nova-button):hover { color: var(--nova-purple); }
.nova-nav > a[aria-current='page'] { color: var(--nova-purple); }
.nova-login { margin-left: 8px; }
.nova-menu-button { display: none; width: 45px; height: 45px; padding: 10px; border: 0; border-radius: 12px; background: #eee9ff; cursor: pointer; }
.nova-menu-button > span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--nova-purple-dark); transition: transform .2s, opacity .2s; }

.nova-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 23px; border: 2px solid var(--nova-ink); border-radius: 12px; color: var(--nova-ink) !important; background: var(--nova-yellow); box-shadow: 4px 5px 0 var(--nova-ink); font-weight: 800; line-height: 1.15; transition: transform .18s, box-shadow .18s, background .18s; }
.nova-button:hover { transform: translate(2px, 2px); box-shadow: 2px 3px 0 var(--nova-ink); background: #ffcf31; }
.nova-button:focus-visible, .nova-nav a:focus-visible, .nova-menu-button:focus-visible, .nova-tablist button:focus-visible, summary:focus-visible { outline: 3px solid rgba(90,49,210,.35); outline-offset: 4px; }
.nova-button--small { min-height: 42px; padding: 10px 16px; border-width: 1.5px; border-radius: 10px; box-shadow: 3px 4px 0 var(--nova-ink); font-size: 12px; }
.nova-text-link, .nova-arrow-link { display: inline-flex; align-items: center; gap: 9px; color: var(--nova-purple); font-weight: 800; }
.nova-text-link { min-height: 54px; padding: 8px 3px; }
.nova-text-link span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--nova-purple); border-radius: 50%; }

.nova-hero { position: relative; padding: 96px 0 92px; background: radial-gradient(circle at 88% 14%, rgba(221,211,255,.8), transparent 30%), var(--nova-cream); }
.nova-shape { position: absolute; pointer-events: none; }
.nova-shape--two { right: -90px; bottom: 92px; width: 200px; height: 200px; border-radius: 50%; background: rgba(205,242,222,.65); }
.nova-hero__grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; min-height: 560px; }
.nova-eyebrow, .nova-kicker { color: var(--nova-purple); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nova-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; }
.nova-eyebrow span { color: var(--nova-yellow); text-shadow: 0 0 0 #000; }
.nova-hero h1 em { display: block; color: var(--nova-purple); font-style: normal; }
.nova-lead { max-width: 630px; margin-top: 26px; color: var(--nova-muted); font-size: 18px; line-height: 1.7; }
.nova-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.nova-hero__proof { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: var(--nova-muted); font-size: 12px; line-height: 1.45; }
.nova-hero__proof strong { color: var(--nova-ink); font-size: 13px; }
.nova-faces { display: flex; }
.nova-faces i { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -7px; border: 2px solid var(--nova-cream); border-radius: 50%; color: var(--nova-purple-dark); background: var(--nova-lavender); font-size: 11px; font-style: normal; font-weight: 850; }
.nova-faces i:first-child { margin-left: 0; background: var(--nova-yellow); }
.nova-faces i:nth-child(3) { background: var(--nova-mint); }
.nova-faces i:nth-child(4) { background: var(--nova-pink); }
.nova-hero__visual { position: relative; padding: 36px 0 30px; }
.nova-sun { position: absolute; top: -22px; right: -38px; width: 205px; height: 205px; border-radius: 50%; background: var(--nova-yellow); }
.nova-browser { position: relative; z-index: 2; min-height: 385px; overflow: hidden; border: 2px solid var(--nova-ink); border-radius: 18px; background: #fff; box-shadow: 12px 14px 0 var(--nova-purple-dark); transform: rotate(1.3deg); }
.nova-browser__top { display: flex; align-items: center; gap: 6px; height: 37px; padding: 0 13px; border-bottom: 1px solid #e9e6ec; background: #f7f6f8; }
.nova-browser__top > span { width: 8px; height: 8px; border: 1px solid #817a87; border-radius: 50%; }
.nova-browser__top small { margin-inline: auto; padding-right: 36px; color: #96909c; font-size: 9px; }
.nova-browser__screen { width: 100%; height: 390px; object-fit: contain; object-position: center top; background: #fff; }
.nova-pop { position: absolute; z-index: 3; padding: 13px 16px; border: 1.5px solid var(--nova-ink); border-radius: 13px; background: #fff; box-shadow: 4px 5px 0 var(--nova-ink); }
.nova-pop b, .nova-pop span, .nova-pop small { display: block; }
.nova-pop b { font-size: 12px; }
.nova-pop span, .nova-pop small { color: var(--nova-muted); font-size: 10px; }
.nova-pop--top { top: 7px; left: -38px; transform: rotate(-4deg); }
.nova-pop--bottom { right: -32px; bottom: 2px; display: flex; align-items: center; gap: 10px; background: var(--nova-mint); transform: rotate(2deg); }
.nova-pop--bottom i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff; background: #1a8c61; font-style: normal; }
.nova-school-types { position: relative; margin-top: 94px; padding: 52px; border: 1.5px solid var(--nova-ink); border-radius: 28px; background: #fff; box-shadow: 9px 10px 0 var(--nova-purple-dark); }
.nova-school-types__heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: end; margin-bottom: 36px; }
.nova-school-types__heading .nova-kicker { margin-bottom: 13px; }
.nova-school-types__heading h2 { max-width: 620px; font-size: clamp(34px, 3.7vw, 49px); }
.nova-school-types__heading > p { padding-bottom: 5px; color: var(--nova-muted); font-size: 16px; }
.nova-school-types__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.nova-school-card { position: relative; display: flex; min-height: 245px; padding: 25px; overflow: hidden; flex-direction: column; border: 1.5px solid var(--nova-ink); border-radius: 21px; transition: transform .2s, box-shadow .2s; }
.nova-school-card::after { content: ''; position: absolute; right: -37px; top: -37px; width: 105px; height: 105px; border: 1px solid rgba(37,35,41,.14); border-radius: 50%; }
.nova-school-card:hover { transform: translateY(-4px); box-shadow: 5px 6px 0 var(--nova-ink); }
.nova-school-card__number { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: auto; border: 1px solid rgba(37,35,41,.35); border-radius: 50%; background: rgba(255,255,255,.34); font-size: 11px; font-weight: 850; }
.nova-school-card h3 { max-width: 96%; margin-top: 32px; font-size: 24px; letter-spacing: -.035em; }
.nova-school-card p { margin-top: 11px; color: #49454e; font-size: 14px; line-height: 1.5; }
.nova-school-card--yellow { background: #fff0a6; }
.nova-school-card--purple { background: var(--nova-lavender); }
.nova-school-card--green { background: var(--nova-mint); }
.nova-school-card--pink { background: var(--nova-pink); }

.nova-solutions { background: #fff; }
.nova-heading { max-width: 790px; margin-bottom: 58px; }
.nova-heading--split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.nova-heading--split > p { padding-bottom: 7px; }
.nova-heading--center { margin-inline: auto; text-align: center; }
.nova-heading .nova-kicker { margin-bottom: 18px; }
.nova-heading > p, .nova-heading--split > p { color: var(--nova-muted); font-size: 17px; }
.nova-heading--center > p { max-width: 650px; margin: 18px auto 0; }
.nova-module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.nova-module { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 34px; overflow: hidden; border: 1.5px solid var(--nova-ink); border-radius: 26px; box-shadow: 0 1px 0 rgba(37,35,41,.08); transition: transform .2s, box-shadow .2s; }
.nova-module::after { content: ''; position: absolute; right: -42px; top: -42px; width: 128px; height: 128px; border: 1px solid rgba(37,35,41,.14); border-radius: 50%; pointer-events: none; }
.nova-module:hover { transform: translateY(-4px); box-shadow: 7px 8px 0 var(--nova-ink); }
.nova-module__number { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 44px; border: 1px solid rgba(37,35,41,.3); border-radius: 50%; background: rgba(255,255,255,.28); font-size: 12px; font-weight: 850; }
.nova-module h3 { max-width: 86%; font-size: clamp(27px, 3vw, 38px); }
.nova-module p { max-width: 92%; margin-top: 16px; color: #45414a; font-size: 16px; line-height: 1.55; }
.nova-module a { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; margin-top: auto; padding-top: 28px; font-size: 14px; font-weight: 850; }
.nova-module a span { font-size: 19px; }
.nova-card--lemon { background: #fff2a8; }
.nova-card--lavender { background: var(--nova-lavender); }
.nova-card--pink { background: var(--nova-pink); }
.nova-card--mint { background: var(--nova-mint); }
.nova-card--sky { background: var(--nova-sky); }
.nova-card--peach { background: var(--nova-peach); }

.nova-journey { background: #f1edff; }
.nova-journey__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.nova-journey__media { position: relative; padding: 0 25px 30px 0; }
.nova-image-frame { min-height: 465px; overflow: hidden; border: 2px solid var(--nova-ink); border-radius: var(--nova-radius); background: #fff; box-shadow: 11px 12px 0 var(--nova-purple); transform: rotate(-1deg); }
.nova-image-frame img { width: 100%; height: 465px; object-fit: contain; }
.nova-sticker { position: absolute; right: -6px; bottom: -2px; padding: 17px 21px; border: 1.5px solid var(--nova-ink); border-radius: 50%; color: var(--nova-ink); background: var(--nova-yellow); text-align: center; font-size: 11px; line-height: 1.35; transform: rotate(8deg); }
.nova-journey__copy .nova-kicker { margin-bottom: 20px; }
.nova-journey__copy > h2 { max-width: 590px; }
.nova-steps { display: grid; gap: 0; margin-top: 36px; }
.nova-steps article { display: grid; grid-template-columns: 54px 1fr; gap: 19px; padding: 23px 0; border-top: 1px solid rgba(48,32,111,.16); }
.nova-steps article:last-child { border-bottom: 1px solid rgba(48,32,111,.16); }
.nova-steps article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--nova-purple); font-size: 13px; font-weight: 850; }
.nova-steps h3 { font-size: 22px; letter-spacing: -.02em; }
.nova-steps p { margin-top: 5px; color: var(--nova-muted); font-size: 15px; line-height: 1.55; }

.nova-people { background: var(--nova-cream); }
.nova-tabs { border: 1.5px solid var(--nova-ink); border-radius: 24px; background: #fff; box-shadow: 8px 9px 0 var(--nova-ink); }
.nova-tablist { display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border-bottom: 1.5px solid var(--nova-ink); gap: 7px; background: #f6f3fb; border-radius: 23px 23px 0 0; }
.nova-tablist button { padding: 13px 12px; border: 0; border-radius: 12px; color: #5f5966; background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.nova-tablist button[aria-selected='true'] { color: #fff; background: var(--nova-purple); }
.nova-tabpanels article { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: center; min-height: 475px; padding: 45px 45px 0; overflow: hidden; }
.nova-tabpanels article[hidden] { display: none; }
.nova-tabpanels article > div:first-child { padding-bottom: 45px; }
.nova-profile-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 23px; border-radius: 12px 12px 12px 4px; color: #fff; background: var(--nova-purple); font-size: 13px; font-weight: 850; }
.nova-tabpanels h3 { font-size: 35px; }
.nova-tabpanels p { margin-top: 16px; color: var(--nova-muted); }
.nova-tabpanels ul { margin: 22px 0 0; padding: 0; list-style: none; }
.nova-tabpanels li { position: relative; margin: 9px 0; padding-left: 26px; font-size: 13px; font-weight: 750; }
.nova-tabpanels li::before { content: '✓'; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--nova-purple); background: #ece6ff; font-size: 10px; }
.nova-panel-media { align-self: stretch; display: flex; align-items: flex-end; padding: 38px 0 0 38px; border-radius: 22px 0 0 0; background: var(--nova-lavender); }
.nova-panel-media img, .nova-panel-media .nova-placeholder { width: 100%; height: 100%; max-height: 405px; object-fit: contain; object-position: left bottom; border: 1px solid rgba(48,32,111,.15); border-radius: 14px 0 0; background: #fff; box-shadow: 0 23px 50px rgba(48,32,111,.14); }

.nova-impact { padding: 92px 0; color: #fff; background: var(--nova-purple-dark); }
.nova-impact__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nova-impact article { display: flex; align-items: center; gap: 20px; min-width: 0; padding: 14px 32px; border-right: 1px solid rgba(255,255,255,.2); }
.nova-impact article:last-child { border: 0; }
.nova-impact strong { min-width: .8em; color: var(--nova-yellow); font-size: 52px; line-height: 1; letter-spacing: -.05em; }
.nova-impact span { color: rgba(255,255,255,.86); font-size: 15px; font-weight: 650; line-height: 1.42; }

.nova-showcase { background: #fff; }
.nova-feature-row { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; min-height: 510px; border: 1.5px solid var(--nova-ink); border-radius: var(--nova-radius); overflow: hidden; }
.nova-feature-row + .nova-feature-row { margin-top: 26px; }
.nova-feature-row--reverse { grid-template-columns: 1.2fr .8fr; }
.nova-feature-row--reverse .nova-feature-row__copy { order: 2; }
.nova-feature-row__copy { padding: 55px; }
.nova-feature-row__copy .nova-kicker { margin-bottom: 18px; }
.nova-feature-row__copy h2 { font-size: clamp(34px, 3.6vw, 49px); }
.nova-feature-row__copy > p:not(.nova-kicker) { margin-top: 20px; color: var(--nova-muted); }
.nova-arrow-link { margin-top: 27px; }
.nova-feature-row__visual { align-self: stretch; display: flex; align-items: flex-end; overflow: hidden; padding: 48px 0 0 48px; }
.nova-feature-row__visual--purple { background: var(--nova-lavender); }
.nova-feature-row__visual--yellow { background: #fff0a7; }
.nova-feature-row__visual img, .nova-feature-row__visual .nova-placeholder { width: 100%; height: 100%; object-fit: contain; object-position: left bottom; border: 1px solid rgba(37,35,41,.16); border-radius: 16px 0 0; background: #fff; box-shadow: 0 20px 50px rgba(37,35,41,.12); }
.nova-feature-row--reverse .nova-feature-row__visual { padding: 48px 48px 0 0; }
.nova-feature-row--reverse .nova-feature-row__visual img { border-radius: 0 16px 0 0; }

.nova-voices { background: #f5f0ff; }
.nova-voices__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.nova-voices__intro .nova-kicker { margin-bottom: 20px; }
.nova-voices__intro > p:last-child { margin-top: 23px; color: var(--nova-muted); }
.nova-quotes { display: grid; gap: 17px; }
.nova-quotes blockquote { position: relative; margin: 0; padding: 31px 34px 28px 60px; border: 1.5px solid var(--nova-ink); border-radius: 19px; background: #fff; box-shadow: 5px 6px 0 var(--nova-ink); }
.nova-quotes blockquote:nth-child(2) { margin-left: 35px; background: var(--nova-mint); }
.nova-quotes blockquote:nth-child(3) { margin-right: 35px; background: var(--nova-sky); }
.nova-quotes blockquote > span { position: absolute; left: 23px; top: 18px; color: var(--nova-purple); font-family: Georgia, serif; font-size: 50px; line-height: 1; }
.nova-quotes blockquote p { font-size: 16px; }
.nova-quotes footer { margin-top: 13px; color: var(--nova-muted); font-size: 11px; font-weight: 800; }

.nova-brand-showcase { padding: 96px 0; background: #fff; }
.nova-brand-showcase__inner { overflow: hidden; border: 1.5px solid var(--nova-ink); border-radius: 26px; background: var(--nova-cream); box-shadow: 9px 10px 0 var(--nova-purple-dark); }
.nova-brand-showcase img { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; }

.nova-mobile { background: var(--nova-yellow); }
.nova-mobile__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.nova-mobile__visual { position: relative; min-height: 550px; }
.nova-phone { position: absolute; left: 39%; top: 0; width: 232px; height: 485px; padding: 12px; border: 5px solid var(--nova-ink); border-radius: 39px; background: var(--nova-ink); box-shadow: 11px 13px 0 var(--nova-purple-dark); transform: rotate(5deg); }
.nova-phone--back { left: 8%; top: 55px; opacity: .82; box-shadow: 9px 11px 0 rgba(48,32,111,.6); transform: rotate(-8deg) scale(.92); }
.nova-phone > div { height: 100%; padding: 48px 17px 20px; border-radius: 28px; background: linear-gradient(180deg, #f2edff, #fff); }
.nova-phone span, .nova-phone strong { display: block; }
.nova-phone span { color: #7d7685; font-size: 11px; }
.nova-phone strong { margin: 4px 0 24px; font-size: 20px; }
.nova-phone p, .nova-phone i { display: block; margin: 10px 0; border-radius: 11px; background: #fff; box-shadow: 0 7px 17px rgba(49,31,87,.1); }
.nova-phone p { padding: 13px 10px; color: #514b59; font-size: 10px; }
.nova-phone i { height: 56px; background: #e7deff; }
.nova-mobile__copy .nova-kicker { margin-bottom: 20px; color: var(--nova-purple-dark); }
.nova-mobile__copy > p:not(.nova-kicker) { margin-top: 22px; color: #4e493f; font-size: 17px; }
.nova-mobile__copy ul { margin: 25px 0; padding: 0; list-style: none; }
.nova-mobile__copy li { position: relative; margin: 10px 0; padding-left: 28px; font-weight: 750; }
.nova-mobile__copy li::before { content: '✓'; position: absolute; left: 0; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: var(--nova-purple); font-size: 10px; }
.nova-store-row { display: flex; flex-wrap: wrap; gap: 11px; }
.nova-store-row > span { display: flex; align-items: center; gap: 9px; min-width: 168px; padding: 9px 14px; border-radius: 10px; color: #fff; background: var(--nova-ink); }
.nova-store-row i { font-style: normal; font-size: 20px; }
.nova-store-row small, .nova-store-row b { display: block; line-height: 1.2; }
.nova-store-row small { font-size: 8px; }
.nova-store-row b { margin-top: 2px; font-size: 14px; }

.nova-faq { background: var(--nova-cream); }
.nova-faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.nova-faq__intro .nova-kicker { margin-bottom: 20px; }
.nova-faq__intro > p:last-child { margin-top: 23px; color: var(--nova-muted); }
.nova-accordion { border-top: 1.5px solid var(--nova-ink); }
.nova-accordion details { border-bottom: 1.5px solid var(--nova-ink); }
.nova-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.nova-accordion summary::-webkit-details-marker { display: none; }
.nova-accordion summary span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid var(--nova-ink); border-radius: 50%; transition: transform .2s; }
.nova-accordion details[open] summary span { transform: rotate(45deg); background: var(--nova-yellow); }
.nova-accordion details p { padding: 0 46px 24px 0; color: var(--nova-muted); }

.nova-contact { background: #fff; }
.nova-contact__inner { max-width: 960px; }
.nova-contact .nova-heading { margin-bottom: 40px; }
.nova-contact-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 42px; border: 1.5px solid var(--nova-ink); border-radius: var(--nova-radius); background: #f7f3ff; box-shadow: 8px 9px 0 var(--nova-ink); }
.nova-contact-form--fluent { display: block; }
.nova-contact-form--fluent .fluentform, .nova-contact-form--fluent .frm-fluent-form { width: 100%; }
.nova-contact-form--fluent .ff-el-group { margin-bottom: 22px; }
.nova-contact-form--fluent .ff-el-input--label label { color: var(--nova-ink); font-size: 12px; font-weight: 800; }
.nova-contact-form--fluent .ff-el-form-control { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #beb7ca; border-radius: 10px; color: var(--nova-ink); background: #fff; font: inherit; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.nova-contact-form--fluent textarea.ff-el-form-control { min-height: 145px; resize: vertical; }
.nova-contact-form--fluent .ff-el-form-control:focus { border-color: var(--nova-purple); box-shadow: 0 0 0 4px rgba(90,49,210,.12); }
.nova-contact-form--fluent .ff-el-is-error .ff-el-form-control { border-color: #c43d4d; }
.nova-contact-form--fluent .text-danger, .nova-contact-form--fluent .error { color: #a92f3e; font-size: 12px; }
.nova-contact-form--fluent .ff-btn-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 23px; border: 2px solid var(--nova-ink) !important; border-radius: 12px; color: var(--nova-ink) !important; background: var(--nova-yellow) !important; box-shadow: 4px 5px 0 var(--nova-ink); font-family: inherit; font-size: 15px; font-weight: 800; line-height: 1.15; cursor: pointer; opacity: 1; transition: transform .18s, box-shadow .18s, background .18s; }
.nova-contact-form--fluent .ff-btn-submit:hover { transform: translate(2px, 2px); box-shadow: 2px 3px 0 var(--nova-ink); background: #ffcf31 !important; opacity: 1; }
.nova-contact-form--fluent .ff-btn-submit:focus-visible { outline: 3px solid rgba(90,49,210,.35); outline-offset: 4px; }
.nova-contact-form--fluent .ff-message-success { margin: 0; padding: 16px 18px; border: 1px solid #8ed0b4; border-radius: 10px; color: #146044; background: #e6f8ef; box-shadow: none; }
.nova-contact-form--fluent .ff-errors-in-stack { margin-top: 15px; color: #8c2e38; }
.nova-contact-form--fluent .ff-el-form-check { color: var(--nova-muted); font-size: 12px; }
.nova-contact-form--fluent input[type='checkbox'], .nova-contact-form--fluent input[type='radio'] { accent-color: var(--nova-purple); }
.nova-field { display: grid; gap: 7px; }
.nova-field--wide { grid-column: 1 / -1; }
.nova-field label { color: var(--nova-ink); font-size: 12px; font-weight: 800; }
.nova-field label span { color: var(--nova-purple); }
.nova-field input, .nova-field select, .nova-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #beb7ca; border-radius: 10px; color: var(--nova-ink); background: #fff; font: inherit; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.nova-field textarea { resize: vertical; }
.nova-field input:focus, .nova-field select:focus, .nova-field textarea:focus { border-color: var(--nova-purple); box-shadow: 0 0 0 4px rgba(90,49,210,.12); }
.nova-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 11px; color: var(--nova-muted); font-size: 12px; cursor: pointer; }
.nova-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; accent-color: var(--nova-purple); }
.nova-consent a, .nova-inline-legal { color: var(--nova-purple); font-weight: 800; text-decoration: underline; }
.nova-inline-legal { display: inline; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.nova-form-submit { grid-column: 1 / -1; padding-top: 5px; }
.nova-form-submit .nova-button { border: 0; cursor: pointer; }
.nova-form-message { margin: 0 auto 24px; padding: 13px 17px; border: 1px solid; border-radius: 10px; font-size: 13px; font-weight: 750; }
.nova-form-message--success { color: #146044; border-color: #8ed0b4; background: #e6f8ef; }
.nova-form-message--error { color: #8c2e38; border-color: #e1a4aa; background: #fff0f1; }
.nova-contact-unavailable { max-width: 760px; padding: 20px 22px; }
.nova-contact-unavailable a { font-weight: 800; text-decoration: underline; }
.nova-contact-unavailable small { display: block; margin-top: 8px; }
.nova-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.nova-final { position: relative; padding: 105px 0; color: #fff; background: var(--nova-purple); }
.nova-final__shape { position: absolute; left: -70px; bottom: -105px; width: 270px; height: 270px; border: 46px solid var(--nova-yellow); border-radius: 50%; }
.nova-final__inner { position: relative; text-align: center; }
.nova-final .nova-kicker { margin-bottom: 20px; color: #e7dcff; }
.nova-final h2 { max-width: 830px; margin-inline: auto; color: #fff; }
.nova-final p:not(.nova-kicker) { max-width: 650px; margin: 22px auto 30px; color: rgba(255,255,255,.76); font-size: 17px; }

.nova-footer { padding: 72px 0 24px; color: var(--nova-ink); background: var(--nova-yellow); }
.nova-footer__grid { display: grid; grid-template-columns: 1.65fr 1fr 1fr 1.1fr; gap: 55px; }
.nova-logo--light { color: var(--nova-ink) !important; }
.nova-footer__brand .nova-logo img { width: 190px; }
.nova-footer__brand p { max-width: 300px; margin-top: 18px; color: #49443a; font-size: 13px; }
.nova-footer h3 { margin-bottom: 18px; color: var(--nova-ink) !important; font-size: 13px; letter-spacing: 0; }
.nova-footer__grid > div:not(:first-child) a, .nova-footer__grid > div:not(:first-child) p { display: block; margin: 9px 0; color: #49443a !important; font-size: 12px; }
.nova-footer a:hover { color: var(--nova-purple-dark) !important; text-decoration: underline; }
.nova-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(37,35,41,.24); color: #49443a; font-size: 11px; }
.nova-footer__bottom a, .nova-legal-trigger { font-weight: 800; text-decoration: underline; }
.nova-legal-trigger { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.nova-legal-trigger:hover, .nova-legal-trigger:focus-visible, .nova-inline-legal:hover, .nova-inline-legal:focus-visible { color: var(--nova-purple-dark); outline: 0; }

.nova-legal-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 24px; }
.nova-legal-modal[hidden] { display: none; }
.nova-legal-modal__backdrop { position: absolute; inset: 0; background: rgba(28,20,48,.76); backdrop-filter: blur(8px); }
.nova-legal-modal__dialog { position: relative; width: min(900px, 100%); max-height: min(88vh, 900px); overflow: hidden; border: 2px solid var(--nova-ink); border-radius: 24px; background: var(--nova-cream); box-shadow: 10px 12px 0 var(--nova-yellow); }
.nova-legal-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; border-bottom: 1px solid var(--nova-line); background: #fff; }
.nova-legal-modal__header img { width: 176px; height: auto; max-height: 52px; object-fit: contain; object-position: left center; }
.nova-legal-modal__close { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; padding: 0 0 3px; border: 1.5px solid var(--nova-ink); border-radius: 50%; color: var(--nova-ink); background: var(--nova-yellow); font-size: 31px; line-height: 1; cursor: pointer; }
.nova-legal-modal__close:hover { transform: rotate(5deg); }
.nova-legal-modal__content { max-height: calc(min(88vh, 900px) - 84px); padding: 38px 44px 48px; overflow-y: auto; overscroll-behavior: contain; }
.nova-legal-modal__content h2 { margin: 10px 0 34px; font-size: clamp(32px, 4vw, 48px); }
.nova-legal-modal__content h3 { margin: 28px 0 8px; font-size: 20px; letter-spacing: -.02em; }
.nova-legal-modal__content p { color: #514d57; font-size: 15px; line-height: 1.75; }
.nova-legal-modal__content p + p { margin-top: 13px; }
.nova-legal-modal__note { margin-top: 34px !important; padding-top: 18px; border-top: 1px solid var(--nova-line); font-size: 12px !important; }

.nova-blog-main, .nova-article-main { background: #fff; }
.nova-blog-hero { position: relative; overflow: hidden; padding: 108px 0 105px; color: #fff; background: var(--nova-purple-dark); }
.nova-blog-hero::before { content: ''; position: absolute; right: -95px; top: -135px; width: 350px; height: 350px; border: 62px solid var(--nova-yellow); border-radius: 50%; opacity: .96; }
.nova-blog-hero::after { content: ''; position: absolute; left: -85px; bottom: -180px; width: 290px; height: 290px; border-radius: 50%; background: var(--nova-lavender); opacity: .16; }
.nova-blog-hero__inner { position: relative; z-index: 1; max-width: 970px; }
.nova-blog-hero .nova-kicker { margin-bottom: 19px; color: #e8dfff; }
.nova-blog-hero h1 { max-width: 900px; color: #fff; font-size: clamp(52px, 7vw, 88px); }
.nova-blog-hero__inner > p:last-child, .nova-blog-hero__description { max-width: 760px; margin-top: 24px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.7; }
.nova-blog-hero--archive { padding: 82px 0; }
.nova-blog-hero--archive h1 { font-size: clamp(43px, 5.4vw, 67px); }
.nova-blog-hero--archive .nova-article__back { margin-bottom: 40px; color: #fff; }

.nova-blog-index { padding: 95px 0 120px; background: var(--nova-cream); }
.nova-blog-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; }
.nova-blog-topics > span { margin-right: 6px; color: var(--nova-muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nova-blog-topics a { padding: 9px 14px; border: 1px solid var(--nova-ink); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 750; transition: color .2s, background .2s; }
.nova-blog-topics a:hover { color: #fff; background: var(--nova-purple); }
.nova-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.nova-post-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1.5px solid var(--nova-ink); border-radius: 24px; background: #fff; box-shadow: 6px 7px 0 var(--nova-ink); transition: transform .2s, box-shadow .2s; }
.nova-post-card:hover { transform: translateY(-4px); box-shadow: 9px 10px 0 var(--nova-purple-dark); }
.nova-post-card__visual { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1.5px solid var(--nova-ink); background: var(--nova-lavender); }
.nova-post-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.nova-post-card:hover .nova-post-card__visual img { transform: scale(1.025); }
.nova-post-card__visual > span { position: relative; display: flex; height: 100%; padding: 32px; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 82% 20%, var(--nova-yellow) 0 13%, transparent 13.5%), linear-gradient(135deg, var(--nova-lavender), #f2edff 62%, var(--nova-mint)); }
.nova-post-card__visual > span::after { content: ''; position: absolute; right: -42px; bottom: -55px; width: 180px; height: 180px; border: 30px solid var(--nova-purple); border-radius: 50%; opacity: .8; }
.nova-post-card__visual small, .nova-post-card__visual strong { position: relative; z-index: 1; display: block; }
.nova-post-card__visual small { color: var(--nova-purple-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nova-post-card__visual strong { margin-top: 3px; color: var(--nova-purple); font-size: 40px; letter-spacing: -.05em; }
.nova-post-card__content { display: flex; min-height: 330px; padding: 31px; flex-direction: column; }
.nova-post-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 17px; color: var(--nova-muted); font-size: 11px; font-weight: 750; }
.nova-post-card__meta a { color: var(--nova-purple); }
.nova-post-card__meta > * + *::before { content: '•'; margin-right: 16px; color: #b9b2c2; }
.nova-post-card h2 { font-size: clamp(27px, 3vw, 37px); line-height: 1.12; }
.nova-post-card h2 a:hover { color: var(--nova-purple); }
.nova-post-card__content > p { margin-top: 16px; color: var(--nova-muted); font-size: 15px; }
.nova-post-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 25px; color: var(--nova-muted); font-size: 12px; }
.nova-post-card__footer a { color: var(--nova-ink); font-weight: 850; }
.nova-post-card__footer a:hover { color: var(--nova-purple); }
.nova-post-card__footer b { margin-left: 5px; font-size: 17px; }
.nova-pagination { margin-top: 58px; }
.nova-pagination .nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.nova-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--nova-ink); border-radius: 10px; background: #fff; font-size: 12px; font-weight: 800; }
.nova-pagination .page-numbers.current { color: #fff; background: var(--nova-purple); }
.nova-blog-empty { padding: 70px; border: 1.5px solid var(--nova-ink); border-radius: 25px; background: #fff; text-align: center; box-shadow: 7px 8px 0 var(--nova-purple-dark); }
.nova-blog-empty .nova-kicker { margin-bottom: 14px; }
.nova-blog-empty h2 { font-size: clamp(31px, 4vw, 47px); }
.nova-blog-empty > p:last-child { margin-top: 18px; color: var(--nova-muted); }

.nova-article__header { position: relative; overflow: hidden; padding: 88px 0 82px; background: #f1edff; }
.nova-article__header::after { content: ''; position: absolute; right: -75px; bottom: -105px; width: 250px; height: 250px; border: 44px solid var(--nova-yellow); border-radius: 50%; }
.nova-article__header-inner { position: relative; z-index: 1; max-width: 1020px; }
.nova-article__back { display: inline-flex; margin-bottom: 38px; color: var(--nova-purple); font-size: 13px; font-weight: 850; }
.nova-article__categories { margin-bottom: 17px; color: var(--nova-purple); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.nova-article__header h1 { max-width: 980px; font-size: clamp(43px, 6vw, 72px); line-height: 1.04; }
.nova-article__excerpt { max-width: 780px; margin-top: 25px; color: var(--nova-muted); font-size: 19px; line-height: 1.65; }
.nova-article__meta { display: flex; flex-wrap: wrap; gap: 13px 30px; margin-top: 27px; color: #625b70; font-size: 12px; font-weight: 750; }
.nova-article__featured { margin-top: 70px; }
.nova-article__featured img { width: 100%; max-height: 680px; object-fit: cover; border: 1.5px solid var(--nova-ink); border-radius: 26px; box-shadow: 8px 9px 0 var(--nova-purple-dark); }
.nova-article__layout { display: grid; grid-template-columns: minmax(0, 760px) 270px; justify-content: center; gap: 80px; padding-top: 88px; padding-bottom: 110px; }
.nova-article__content { min-width: 0; color: #3e3943; font-size: 18px; line-height: 1.82; }
.nova-article__content > *:first-child { margin-top: 0; }
.nova-article__content h2, .nova-article__content h3 { margin: 52px 0 18px; }
.nova-article__content h2 { padding-top: 24px; border-top: 1px solid #e7e1ef; font-size: clamp(30px, 4vw, 42px); line-height: 1.15; }
.nova-article__content h3 { font-size: 26px; }
.nova-article__content p { margin: 0 0 28px; }
.nova-article__content > p.has-large-font-size:first-child, .nova-article__content > p:first-child { margin-bottom: 52px; padding: 27px 30px; border-left: 5px solid var(--nova-purple); border-radius: 0 17px 17px 0; color: #494253; background: #f3efff; font-size: 21px !important; line-height: 1.72; }
.nova-article__content ul, .nova-article__content ol { margin: 14px 0 38px; padding: 24px 28px 24px 50px; border: 1px solid #e0d9ec; border-radius: 17px; background: var(--nova-cream); }
.nova-article__content li { margin: 10px 0; }
.nova-article__content a { color: var(--nova-purple); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.nova-article__content blockquote { margin: 38px 0; padding: 26px 30px; border-left: 5px solid var(--nova-purple); border-radius: 0 16px 16px 0; background: #f2edff; font-size: 21px; }
.nova-article__content img { height: auto; margin: 35px auto; border-radius: 18px; }
.nova-article__aside > div { position: sticky; top: 110px; padding: 27px; border: 1.5px solid var(--nova-ink); border-radius: 20px; background: var(--nova-yellow); box-shadow: 5px 6px 0 var(--nova-ink); }
.nova-article__aside .nova-kicker { margin-bottom: 9px; color: var(--nova-purple-dark); }
.nova-article__aside h2 { font-size: 31px; }
.nova-article__aside p { margin: 14px 0 23px; color: #4f493d; font-size: 13px; }
.nova-related-posts { padding: 90px 0 110px; background: #f5f0ff; }
.nova-related-posts__heading { margin-bottom: 38px; }
.nova-related-posts__heading .nova-kicker { margin-bottom: 12px; }
.nova-related-posts__heading h2 { font-size: 45px; }
.nova-related-posts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nova-related-posts__grid article { min-height: 220px; padding: 27px; border: 1.5px solid var(--nova-ink); border-radius: 19px; background: #fff; }
.nova-related-posts__grid article:nth-child(2) { background: var(--nova-mint); }
.nova-related-posts__grid article:nth-child(3) { background: var(--nova-sky); }
.nova-related-posts__grid span { color: var(--nova-muted); font-size: 11px; font-weight: 750; }
.nova-related-posts__grid h3 { margin: 30px 0 23px; font-size: 22px; }
.nova-related-posts__grid article > a:last-child { color: var(--nova-purple); font-size: 12px; font-weight: 850; }
.nova-related-posts__empty { grid-column: 1 / -1; }
body.single-post .author, body.single-post .post-author, body.single-post .entry-author, body.single-post .byline, body.single-post .author-name, body.single-post [class*='author-box'], body.single-post [class*='post_author'] { display: none !important; }
.nova-placeholder { display: grid; place-content: center; gap: 3px; min-height: 100%; padding: 20px; color: var(--nova-purple-dark); text-align: center; background: var(--nova-lavender); }
.nova-placeholder span { font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.nova-placeholder strong { font-size: 11px; overflow-wrap: anywhere; }
.nova-simple-page { width: min(900px, calc(100% - 40px)); min-height: 65vh; margin: 100px auto; }

.nova-reveal { opacity: 0; transform: translateY(21px); transition: opacity .65s ease, transform .65s ease; }
.nova-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nova-nav { gap: 17px; }
  .nova-nav > a:not(.nova-button):not(.nova-login):not(.nova-blog-link) { display: none; }
  .nova-hero__grid { gap: 44px; }
  .nova-module-grid { grid-template-columns: repeat(2, 1fr); }
  .nova-school-types__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nova-impact article { padding-inline: 17px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .nova-wrap { width: min(100% - 36px, 680px); }
  .nova-section { padding: 85px 0; }
  .nova-ribbon__inner { justify-content: flex-end; }
  .nova-ribbon__inner > span:first-child { display: none; }
  .nova-header { height: 72px; }
  .nova-menu-button { display: block; }
  .nova-menu-button[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nova-menu-button[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
  .nova-menu-button[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nova-nav { position: fixed; inset: 72px 0 auto; display: none; max-height: calc(100vh - 72px); padding: 24px 18px 30px; overflow: auto; flex-direction: column; align-items: stretch; background: var(--nova-cream); border-top: 1px solid var(--nova-line); box-shadow: 0 25px 50px rgba(34,17,57,.13); }
  .nova-nav.is-open { display: flex; }
  .nova-nav > a:not(.nova-button):not(.nova-login), .nova-nav .nova-login { display: block; padding: 8px 5px; font-size: 16px; }
  .nova-nav .nova-button { width: 100%; }
  .nova-hero { padding-top: 70px; }
  .nova-hero__grid, .nova-journey__grid, .nova-voices__grid, .nova-mobile__grid, .nova-faq__grid { grid-template-columns: 1fr; }
  .nova-hero__grid { gap: 50px; text-align: center; }
  .nova-eyebrow, .nova-actions, .nova-hero__proof { justify-content: center; }
  .nova-lead { margin-inline: auto; }
  .nova-hero__visual { width: min(100%, 620px); margin-inline: auto; }
  .nova-school-types { padding: 39px; }
  .nova-school-types__heading { grid-template-columns: 1fr; gap: 18px; }
  .nova-school-types__heading > p { max-width: 570px; }
  .nova-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .nova-journey__grid, .nova-voices__grid, .nova-faq__grid { gap: 55px; }
  .nova-tabpanels article { grid-template-columns: 1fr; gap: 0; }
  .nova-panel-media { min-height: 320px; }
  .nova-impact__grid { grid-template-columns: 1fr 1fr; }
  .nova-impact article:nth-child(2) { border-right: 0; }
  .nova-impact article:nth-child(-n+2) { margin-bottom: 28px; }
  .nova-feature-row, .nova-feature-row--reverse { grid-template-columns: 1fr; }
  .nova-feature-row--reverse .nova-feature-row__copy { order: 0; }
  .nova-feature-row__visual { min-height: 330px; }
  .nova-mobile__grid { gap: 25px; }
  .nova-mobile__visual { width: min(100%, 560px); margin-inline: auto; }
  .nova-mobile__copy { text-align: center; }
  .nova-mobile__copy li { display: table; margin-inline: auto; text-align: left; }
  .nova-store-row { justify-content: center; }
  .nova-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .nova-footer__grid > div:last-child { grid-column: 1 / -1; }
  .nova-blog-hero { padding: 82px 0; }
  .nova-blog-hero::before { right: -130px; top: -165px; }
  .nova-post-grid { grid-template-columns: 1fr; }
  .nova-post-card { max-width: 680px; margin-inline: auto; }
  .nova-article__layout { grid-template-columns: 1fr; gap: 50px; }
  .nova-article__aside > div { position: static; max-width: 520px; }
  .nova-related-posts__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .nova-wrap { width: min(100% - 28px, 500px); }
  .nova-section { padding: 70px 0; }
  h1 { font-size: clamp(41px, 12vw, 58px); }
  h2 { font-size: 35px; }
  .nova-hero { padding-top: 54px; }
  .nova-lead, .nova-heading > p, .nova-heading--split > p, .nova-mobile__copy > p:not(.nova-kicker) { font-size: 16px; }
  .nova-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .nova-actions .nova-button { width: 100%; }
  .nova-text-link { justify-content: center; }
  .nova-hero__proof { text-align: left; }
  .nova-browser { min-height: 270px; border-radius: 14px; transform: none; box-shadow: 7px 8px 0 var(--nova-purple-dark); }
  .nova-browser__screen { height: 270px; }
  .nova-sun { width: 135px; height: 135px; right: -15px; }
  .nova-pop--top { left: -4px; top: 12px; }
  .nova-pop--bottom { display: none; }
  .nova-school-types { margin-top: 65px; padding: 27px 20px; border-radius: 22px; box-shadow: 6px 7px 0 var(--nova-purple-dark); }
  .nova-school-types__heading { margin-bottom: 27px; }
  .nova-school-types__heading h2 { font-size: 32px; }
  .nova-school-types__heading > p { font-size: 15px; }
  .nova-school-types__grid { grid-template-columns: 1fr; }
  .nova-school-card { min-height: 225px; padding: 24px; }
  .nova-school-card h3 { font-size: 25px; }
  .nova-module-grid { grid-template-columns: 1fr; }
  .nova-module { min-height: 300px; padding: 28px; border-radius: 22px; }
  .nova-module__number { margin-bottom: 34px; }
  .nova-module h3 { max-width: 90%; font-size: 30px; }
  .nova-module p { max-width: 100%; font-size: 15px; }
  .nova-image-frame, .nova-image-frame img { min-height: 340px; height: 340px; }
  .nova-tablist { grid-template-columns: 1fr 1fr; }
  .nova-tabpanels article { padding: 29px 22px 0; }
  .nova-tabpanels article > div:first-child { padding-bottom: 30px; }
  .nova-tabpanels h3 { font-size: 28px; }
  .nova-panel-media { min-height: 230px; padding: 25px 0 0 25px; }
  .nova-impact { padding: 66px 0; }
  .nova-impact article { flex-direction: column; align-items: flex-start; gap: 9px; padding: 16px; }
  .nova-impact strong { font-size: 44px; }
  .nova-impact span { font-size: 13px; }
  .nova-feature-row__copy { padding: 34px 24px; }
  .nova-feature-row__visual, .nova-feature-row--reverse .nova-feature-row__visual { min-height: 245px; padding: 30px 0 0 25px; }
  .nova-quotes blockquote { padding: 27px 22px 25px 46px; }
  .nova-quotes blockquote:nth-child(2) { margin-left: 0; }
  .nova-quotes blockquote:nth-child(3) { margin-right: 0; }
  .nova-quotes blockquote > span { left: 16px; }
  .nova-mobile__visual { min-height: 440px; transform: scale(.82); transform-origin: top center; margin-bottom: -70px; }
  .nova-phone { left: 30%; }
  .nova-phone--back { left: -5%; }
  .nova-final { padding: 82px 0; }
  .nova-final__shape { width: 180px; height: 180px; border-width: 30px; }
  .nova-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .nova-footer__brand, .nova-footer__grid > div:last-child { grid-column: 1 / -1; }
  .nova-footer__bottom { flex-direction: column; }
  .nova-contact-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .nova-field--wide, .nova-consent, .nova-form-submit { grid-column: 1; }
  .nova-brand-showcase { padding: 70px 0; }
  .nova-brand-showcase__inner { border-radius: 17px; box-shadow: 6px 7px 0 var(--nova-purple-dark); }
  .nova-legal-modal { padding: 12px; }
  .nova-legal-modal__dialog { max-height: 94vh; border-radius: 18px; box-shadow: 6px 7px 0 var(--nova-yellow); }
  .nova-legal-modal__header { padding: 15px 17px; }
  .nova-legal-modal__header img { width: 145px; }
  .nova-legal-modal__content { max-height: calc(94vh - 73px); padding: 27px 21px 36px; }
  .nova-legal-modal__content h2 { margin-bottom: 27px; font-size: 31px; }
  .nova-legal-modal__content h3 { font-size: 18px; }
  .nova-legal-modal__content p { font-size: 14px; }
  .nova-blog-hero { padding: 67px 0 70px; }
  .nova-blog-hero::before { right: -155px; top: -185px; transform: scale(.8); }
  .nova-blog-hero h1 { font-size: 48px; }
  .nova-blog-hero__inner > p:last-child, .nova-blog-hero__description { font-size: 16px; }
  .nova-blog-index { padding: 70px 0 85px; }
  .nova-blog-topics { align-items: flex-start; flex-direction: column; }
  .nova-blog-topics > span { margin-bottom: 5px; }
  .nova-post-card { border-radius: 19px; box-shadow: 5px 6px 0 var(--nova-ink); }
  .nova-post-card__content { min-height: 0; padding: 25px 21px; }
  .nova-post-card h2 { font-size: 28px; }
  .nova-post-card__footer { align-items: flex-start; flex-direction: column; }
  .nova-blog-empty { padding: 48px 22px; }
  .nova-article__header { padding: 64px 0 60px; }
  .nova-article__header h1 { font-size: 42px; }
  .nova-article__excerpt { font-size: 17px; }
  .nova-article__featured { margin-top: 45px; }
  .nova-article__featured img { border-radius: 18px; box-shadow: 6px 7px 0 var(--nova-purple-dark); }
  .nova-article__layout { padding-top: 62px; padding-bottom: 80px; }
  .nova-article__content { font-size: 17px; }
  .nova-article__content h2 { margin-top: 43px; font-size: 31px; }
  .nova-related-posts { padding: 70px 0 80px; }
  .nova-related-posts__heading h2 { font-size: 36px; }
  .nova-related-posts__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nova-reveal { opacity: 1; transform: none; transition: none; }
  .nova-button, .nova-module { transition: none; }
}


/* ==========================================================================
   SQOULA Nova 2.6.1 — raffinement visuel et blog premium
   ========================================================================== */
:root {
  /* Anthracite plus doux que le noir pur pour les titres et textes forts. */
  --nova-ink: #302d35;
  --nova-shadow-purple-flat: rgba(90, 49, 210, .56);
  --nova-shadow-purple-soft: rgba(90, 49, 210, .12);
}

/* Titres : conserver l'impact tout en adoucissant le contraste. */
body.sqoula-nova-body h1,
body.sqoula-nova-body h2,
body.sqoula-nova-body h3 {
  color: var(--nova-ink);
}

/* 1–2. Hero : sans bordure dure, ombre violette divisée environ par deux,
   et capture dashboard qui détermine désormais la hauteur utile du cadre. */
.nova-browser {
  min-height: 0;
  border: 0;
  box-shadow: 6px 7px 0 var(--nova-shadow-purple-flat);
  transform: rotate(.8deg);
}
.nova-browser__screen {
  width: 100%;
  height: auto;
  aspect-ratio: 1800 / 747;
  object-fit: contain;
  object-position: center top;
}
.nova-pop {
  border: 0;
  box-shadow: 2px 3px 0 var(--nova-shadow-purple-flat);
}

/* 3. Établissements : suppression des bordures du grand cadre et des cartes. */
.nova-school-types {
  border: 0;
  box-shadow: 4px 5px 0 rgba(90, 49, 210, .44);
}
.nova-school-card {
  border: 0;
}
.nova-school-card:hover {
  box-shadow: 0 12px 26px var(--nova-shadow-purple-soft);
}

/* 4. Modules : cartes sans contour noir, survol plus doux. */
.nova-module {
  border: 0;
  box-shadow: 0 1px 0 rgba(90, 49, 210, .04);
}
.nova-module:hover {
  box-shadow: 0 13px 28px var(--nova-shadow-purple-soft);
}

/* 5. Parcours : le screenshot devient une carte visuelle centrée,
   sans faux grand cadre vide. */
.nova-image-frame {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 0;
  background: rgba(255,255,255,.72);
  box-shadow: 5px 6px 0 rgba(90, 49, 210, .50);
  transform: rotate(-.45deg);
}
.nova-image-frame img,
.nova-image-frame .nova-placeholder {
  width: 100%;
  height: auto;
  max-height: 285px;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(48, 32, 111, .10);
}

/* 6. Profils : grand cadre sans bordure, ombre violette allégée.
   Le visuel interne est traité comme une capture flottante. */
.nova-tabs {
  border: 0;
  box-shadow: 4px 5px 0 rgba(90, 49, 210, .48);
}
.nova-tablist {
  border-bottom: 0;
}
.nova-panel-media {
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-radius: 22px 0 0 0;
}
.nova-panel-media img,
.nova-panel-media .nova-placeholder {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(90, 49, 210, .11);
}

/* 7. Vie scolaire / Finance : cadres sans bordure et screenshots mieux intégrés. */
.nova-feature-row {
  border: 0;
  box-shadow: 4px 5px 0 rgba(90, 49, 210, .45);
}
.nova-feature-row__visual,
.nova-feature-row--reverse .nova-feature-row__visual {
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.nova-feature-row__visual img,
.nova-feature-row__visual .nova-placeholder,
.nova-feature-row--reverse .nova-feature-row__visual img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 27px rgba(90, 49, 210, .11);
}

/* 8. CTA final : contraste garanti sur le fond violet. */
.nova-final,
.nova-final h1,
.nova-final h2,
.nova-final h3,
.nova-final .nova-kicker,
.nova-final p:not(.nova-kicker) {
  color: #fff !important;
}
.nova-final .nova-kicker { color: #efeaff !important; }
.nova-final p:not(.nova-kicker) { color: rgba(255,255,255,.84) !important; }
.nova-final .nova-button { color: var(--nova-ink) !important; }

/* Blog : titre nettement visible et cartes moins "encadrées". */
.nova-blog-hero h1 {
  color: var(--nova-yellow) !important;
  -webkit-text-fill-color: var(--nova-yellow);
}
.nova-post-card {
  border: 0;
  box-shadow: 0 13px 30px rgba(90, 49, 210, .10);
}
.nova-post-card:hover {
  box-shadow: 0 17px 36px rgba(90, 49, 210, .16);
}
.nova-post-card__visual { border-bottom: 0; }

/* Articles premium : image forte, lecture aérée, encadrés plus élégants. */
.nova-article__featured img {
  border: 0;
  box-shadow: 0 18px 42px rgba(90, 49, 210, .14);
}
.nova-article__content {
  color: #49454f;
}
.nova-article__content > p.has-large-font-size:first-child,
.nova-article__content > p:first-child {
  border-left-color: var(--nova-purple);
  box-shadow: inset 0 0 0 1px rgba(90,49,210,.05);
}
.nova-article__content ul,
.nova-article__content ol {
  border: 0;
  background: #f8f5ff;
  box-shadow: inset 0 0 0 1px rgba(90,49,210,.08);
}
.nova-article__content blockquote {
  box-shadow: inset 0 0 0 1px rgba(90,49,210,.06);
}
.nova-article__aside > div {
  border: 0;
  box-shadow: 4px 5px 0 rgba(90, 49, 210, .45);
}
.nova-article--online-courses .nova-article__featured img {
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  object-position: center;
}

/* Articles arabes : RTL limité à l'article, la navigation du site reste LTR. */
.nova-article--rtl .nova-article__header-inner,
.nova-article--rtl .nova-article__content {
  direction: rtl;
  text-align: right;
}
.nova-article--rtl .nova-article__back {
  direction: ltr;
}
.nova-article--rtl .nova-article__categories,
.nova-article--rtl .nova-article__meta {
  justify-content: flex-start;
  direction: rtl;
}
.nova-article--rtl .nova-article__content > p.has-large-font-size:first-child,
.nova-article--rtl .nova-article__content > p:first-child,
.nova-article--rtl .nova-article__content blockquote {
  border-left: 0;
  border-right: 5px solid var(--nova-purple);
  border-radius: 17px 0 0 17px;
}
.nova-article--rtl .nova-article__content ul,
.nova-article--rtl .nova-article__content ol {
  direction: rtl;
  text-align: right;
  padding: 24px 50px 24px 28px;
}
.nova-article--rtl .nova-article__content li {
  direction: rtl;
  text-align: right;
}

/* Compatibilité avec les anciennes listes PageLayer encore présentes dans certains articles. */
.nova-article--rtl .pagelayer-list,
.nova-article--rtl .pagelayer-list-ul {
  direction: rtl !important;
  text-align: right !important;
}
.nova-article--rtl .pagelayer-list-ul {
  padding: 0 !important;
  margin: 0 !important;
}
.nova-article--rtl .pagelayer-list-item {
  direction: rtl !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  text-align: right !important;
}
.nova-article--rtl .pagelayer-list-icon-holder {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 5px 0 0 8px !important;
  padding: 0 !important;
}
.nova-article--rtl .pagelayer-list-item > span:not(.pagelayer-list-icon-holder),
.nova-article--rtl .pagelayer-list-item .pagelayer-list-item-text {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

@media (max-width: 820px) {
  .nova-image-frame {
    min-height: 285px;
    padding: 22px;
  }
  .nova-image-frame img,
  .nova-image-frame .nova-placeholder {
    max-height: 245px;
  }
  .nova-panel-media {
    min-height: 290px;
    padding: 26px;
  }
  .nova-feature-row__visual,
  .nova-feature-row--reverse .nova-feature-row__visual {
    min-height: 300px;
    padding: 26px;
  }
}

@media (max-width: 560px) {
  .nova-browser {
    min-height: 0;
    box-shadow: 4px 5px 0 rgba(90, 49, 210, .50);
  }
  .nova-browser__screen {
    height: auto;
  }
  .nova-school-types {
    box-shadow: 3px 4px 0 rgba(90, 49, 210, .42);
  }
  .nova-image-frame {
    min-height: 230px;
    height: auto;
    padding: 18px;
    box-shadow: 3px 4px 0 rgba(90, 49, 210, .46);
  }
  .nova-image-frame img,
  .nova-image-frame .nova-placeholder {
    min-height: 0;
    height: auto;
    max-height: 210px;
  }
  .nova-tabs {
    box-shadow: 3px 4px 0 rgba(90, 49, 210, .44);
  }
  .nova-panel-media {
    min-height: 220px;
    padding: 20px;
  }
  .nova-feature-row {
    box-shadow: 3px 4px 0 rgba(90, 49, 210, .40);
  }
  .nova-feature-row__visual,
  .nova-feature-row--reverse .nova-feature-row__visual {
    min-height: 225px;
    padding: 22px;
  }
  .nova-feature-row__visual img,
  .nova-feature-row__visual .nova-placeholder,
  .nova-feature-row--reverse .nova-feature-row__visual img {
    max-height: 210px;
  }
  .nova-post-card {
    box-shadow: 0 10px 23px rgba(90, 49, 210, .10);
  }
  .nova-article__featured img {
    box-shadow: 0 13px 30px rgba(90, 49, 210, .13);
  }
}


/* SQOULA Nova 2.6.2 - stable anchor navigation */
.nova-page section[id] { scroll-margin-top: 96px; }


/* SQOULA Nova 2.6.3 - navigation anchors: JS performs final fixed-header correction. */
