:root {
  --yellow:#f7af00; --ink:#0e1111; --paper:#faf8f7; --gray:#5e5e5e;
  --light-gray:#cacaca; --line:#0e111126; --warm:#f5f1e8;
  --body:'Plus Jakarta Sans',sans-serif; --title:'Outfit',sans-serif;
  --serif:'Libre Baskerville',serif;
}
* {box-sizing:border-box}
html {scroll-behavior:smooth;scroll-padding-top:28px}
body {margin:0;color:var(--ink);background:var(--paper);font:400 1rem/1.8 var(--body);-webkit-font-smoothing:antialiased}
button,a {-webkit-tap-highlight-color:transparent}
button {font:inherit;cursor:pointer}
a {color:inherit;text-decoration:none}
img {display:block;max-width:100%}
button:disabled {opacity:.28;cursor:default}
:focus-visible {outline:3px solid var(--yellow);outline-offset:5px}
.wrap {width:min(1280px,calc(100% - 112px));margin-inline:auto}
p {margin:0 0 24px;color:var(--gray)}
strong {font-weight:600;color:var(--ink)}
h1,h2,h3 {font-family:var(--title);font-weight:500;overflow-wrap:break-word}
h2,h3 {text-wrap:balance}
em {font:italic 400 .92em/1.2 var(--serif);letter-spacing:-.045em;color:inherit}
h3 {font-size:1.75rem;line-height:1.25;letter-spacing:-.025em;margin:0 0 20px}
.skip {position:absolute;top:-100px;left:20px;padding:12px;background:var(--paper);z-index:10}
.skip:focus {top:10px}
.launch-strip {padding:9px 20px;text-align:center;font-size:.8125rem;line-height:1.7;background:linear-gradient(100deg,#f8f3e8,#f5e7c5 50%,#f8f3e8);border-bottom:1px solid #0e11110a}
.site-header {background:var(--paper);border-bottom:1px solid var(--line)}
.nav {display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:26px}
.nav img {width:150px;height:auto}
.nav nav {display:flex;gap:34px;font-size:.875rem}
.nav nav a {padding:8px 0;border-bottom:1px solid transparent;transition:border-color .2s}
.nav nav a:hover {border-color:var(--yellow)}
.glass {display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid var(--line);border-radius:99px;background:linear-gradient(135deg,#ffffffad,#ffffff45);box-shadow:inset 0 1px #fff;backdrop-filter:blur(18px);padding:11px 21px;font-size:.875rem;line-height:1.5;transition:border-color .2s}
.glass:hover {border-color:var(--ink)}
.hero {position:relative;background:var(--paper);overflow:hidden}
.hero-grid {display:grid;grid-template-columns:1.12fr 1fr;gap:60px;align-items:stretch;position:relative;padding-block:56px 64px;min-height:795px}
.hero-copy {position:relative;z-index:2;padding:24px 0}
.hero h1 {font:500 .9375rem/1.55 var(--title);max-width:380px;margin:0 0 30px;padding-left:18px;border-left:3px solid var(--yellow);letter-spacing:.02em}
.hero h2 {font:500 clamp(3.1rem,4.65vw,4.5rem)/1.06 var(--title);letter-spacing:-.05em;margin:0 0 28px;text-wrap:initial}
.hero h2 em {display:inline-block}
.hero h2>span {display:block;font:400 clamp(1.4rem,1.85vw,1.7rem)/1.4 var(--title);letter-spacing:-.015em;max-width:510px;margin-top:28px}
.hero-copy>p {max-width:520px;margin-bottom:32px;font-size:.975rem;line-height:1.9}
.hero-art {position:relative;isolation:isolate;min-width:0;min-height:640px;border:1px solid #0e111122;border-radius:240px 240px 22px 22px;background:linear-gradient(160deg,#f4f1ea 2%,#eee8dc 54%,#f4e4be 100%);overflow:hidden}
.hero-art::after {content:'';position:absolute;z-index:2;inset:12px;border:1px solid #ffffffaa;border-radius:inherit;pointer-events:none}
.large-logo {position:absolute;z-index:2;width:128px;max-width:40%;top:auto;bottom:30px;left:28px;opacity:1}
.model {position:absolute;z-index:1;bottom:-1px;left:50%;transform:translateX(-50%);height:94%;width:auto;max-width:none}
.ring {position:absolute;z-index:0;width:150%;max-width:none;left:-25%;top:0;opacity:1;pointer-events:none}
.discount {position:absolute;z-index:3;right:26px;bottom:28px;display:flex;align-items:center;gap:13px;border:1px solid #ffffffba;border-radius:14px;padding:14px 17px;background:linear-gradient(125deg,#faf8f7dc,#faf8f7a0);box-shadow:inset 0 1px #fff8,0 6px 24px #0e111109;backdrop-filter:blur(18px)}
.discount b {font:500 2.45rem/1 var(--title);letter-spacing:-.05em}
.discount span {font-size:.75rem;line-height:1.5;text-align:left}
.cta {display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:58px;max-width:100%;border:1px solid #d29400;border-radius:99px;padding:16px 24px;background:var(--yellow);color:var(--ink);box-shadow:inset 0 1px #fff5;font:600 .9375rem/1.55 var(--body);text-align:left;transition:background .2s,color .2s,border-color .2s,transform .2s}
.cta>span {display:grid;place-items:center;flex:none;width:28px;height:28px;border-left:1px solid #0e111130;padding-left:12px;font:400 1.3rem/1 var(--title)}
.cta:hover {background:var(--ink);color:var(--paper);border-color:var(--ink);transform:translateY(-2px)}
.cta:hover>span {border-color:#faf8f730}
.section {padding:116px 0;position:relative;isolation:isolate;overflow:hidden}
.section>.wrap {position:relative;z-index:1}
.section-label {display:flex;align-items:center;gap:16px;font:500 .8125rem/1.5 var(--body);letter-spacing:.09em;margin-bottom:34px}
.section-label>span {display:inline-flex;align-items:center;gap:13px;flex:none;font:400 .8125rem var(--title);letter-spacing:0}
.section-label>span::after {content:'';height:1px;width:32px;background:var(--yellow)}
.section h2 {font:400 clamp(2.6rem,4.3vw,4rem)/1.15 var(--title);letter-spacing:-.045em;max-width:1020px;margin:0 0 44px}
.paper-section {background:var(--paper)}
/* The source SVG owns fill-opacity="0.07". Keep the image at full opacity. */
.section-ellipse {position:absolute;z-index:0;width:760px;max-width:none;right:-370px;top:4%;pointer-events:none;opacity:1}
.tension {background:linear-gradient(135deg,#f6f2e9,#f4ecd9);border-block:1px solid #0e111110}
.tension .wrap {display:grid;grid-template-columns:1fr 1fr;column-gap:100px}
.tension .section-label {grid-column:1/-1}
.tension h2 {max-width:520px}
.offset-copy p:nth-child(2) {font:500 1.55rem/1.4 var(--title);color:var(--ink);border-left:2px solid var(--yellow);padding-left:22px;margin-block:30px}
.offset-copy .cta {margin-top:12px}
.method h2 {max-width:1100px;font-size:clamp(2.4rem,4vw,3.7rem)}
.method .section-ellipse {left:-390px;right:auto;top:22%;width:900px}
.method-grid {display:grid;grid-template-columns:1fr 1.15fr;gap:100px;align-items:center;margin-top:60px}
.method-type {padding:20px 0 20px 35px;border-left:1px solid var(--yellow);font:400 clamp(2.2rem,3.8vw,3.5rem)/1.35 var(--title);letter-spacing:-.03em}
.method-grid p:last-child {margin-bottom:0;color:var(--ink)}
.ecosystem {background:linear-gradient(145deg,#f2f0eb,#f6f2e8);border-block:1px solid #0e111110}
.ecosystem h2 {margin-bottom:60px}
.eco-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:70px}
.eco {display:grid;grid-template-columns:34px 1fr;gap:0 22px;align-content:start;padding:34px 0;border-top:1px solid var(--line)}
.eco .number {grid-column:1;grid-row:1/3;margin-top:6px}
.eco h3 {font-size:1.8rem;grid-column:2;max-width:450px}
.eco p {grid-column:2;line-height:1.85}
.eco p:last-child {margin-bottom:0}
.number {display:block;font:400 1rem/1 var(--title);margin-bottom:28px;color:var(--ink)}
.faculty-section .section-ellipse {top:8%;right:-270px;width:680px}
.faculty-section h2 {max-width:900px}
.carousel-heading {display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:12px}
.carousel-heading p {max-width:730px;margin-bottom:0}
.carousel-buttons {display:flex;gap:10px;flex:none}
.carousel-buttons button {display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font:400 1.4rem var(--title);transition:background .2s}
.carousel-buttons button:hover:not(:disabled) {background:var(--yellow);border-color:var(--yellow)}
.faculty {display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:var(--yellow) #0e111110;scrollbar-width:thin;overscroll-behavior-inline:contain;padding:35px 0 28px}
.teacher {flex:0 0 calc((100% - 56px)/3);min-width:0;scroll-snap-align:start}
.portrait-stage {aspect-ratio:1.12;position:relative;padding:10px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(155deg,#eeebe4,#f6f0e2)}
.portrait {width:100%;height:100%;border-radius:10px;overflow:hidden;background:#e9e6e0}
.portrait img {height:100%;width:100%;object-fit:cover}
.teacher-copy {display:flex;flex-direction:column;align-items:flex-start;padding:26px 2px 0}
.specialty {display:block;min-height:42px;color:var(--gray);font:500 .8125rem/1.6 var(--body);max-width:300px}
.teacher h3 {font-size:1.65rem;margin:10px 0 20px}
.teacher ul {list-style:none;width:100%;margin:0;padding:0;border-top:1px solid var(--line)}
.teacher li {padding-top:11px;font-size:.875rem;line-height:1.65;color:var(--gray)}
.pillars {background:var(--ink);color:var(--paper)}
.pillars .section-label {color:var(--light-gray)}
.pillars h2 {max-width:850px}
.pillar-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;margin-top:55px}
.pillar-grid article {border-top:1px solid #faf8f736;padding-top:32px}
.pillar-grid .number {color:var(--yellow);font-size:1.15rem;margin-bottom:34px}
.pillar-grid h3 {font-size:2rem;margin-bottom:28px}
.pillar-grid .professional {font:500 1.35rem/1.4 var(--title);color:var(--paper);margin-bottom:10px}
.pillar-grid p {margin-bottom:14px;color:var(--light-gray)}
.pillar-grid p:last-child {margin-bottom:0}
.pillars strong {color:var(--paper)}
.platform>.wrap>p {font-size:1.125rem}
.platform .section-ellipse {width:850px;top:4%;right:-370px}
.platform-features {display:grid;grid-template-columns:1fr 1fr;gap:0 60px;margin:44px 0 48px}
.platform-feature {display:flex;gap:25px;align-items:flex-start;padding:32px 0;border-top:1px solid var(--line)}
.feature-mark {display:grid;place-items:center;flex:none;width:46px;height:46px;border:1px solid #0e111120;border-radius:12px;background:linear-gradient(150deg,#f8f4ea,#f1e8d2);font:400 1rem var(--title)}
.platform-feature h3 {font-size:1.65rem;margin-bottom:12px}
.platform-feature p {margin-bottom:0}
.immersion {background:linear-gradient(145deg,#f4f1e9,#efe5ca);border-block:1px solid #0e111110}
.immersion h2 {max-width:990px}
.immersion-grid {display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:100px;margin-top:55px}
.seven {position:relative;font:400 clamp(9rem,17vw,15rem)/1 var(--serif);letter-spacing:-.09em;color:var(--ink);display:flex;align-items:baseline;justify-content:center;padding:44px 24px 55px;border:1px solid #ffffffbc;border-radius:32px;background:linear-gradient(135deg,#ffffff6b,#ffffff17);box-shadow:inset 0 1px #fff9,0 12px 45px #0e111104}
.seven::after {content:'';position:absolute;inset:12px;border:1px solid #0e111114;border-radius:22px;pointer-events:none}
.seven span {font:italic 400 2.5rem var(--serif);letter-spacing:-.03em;margin-left:25px}
.immersion-grid p {font-size:1.05rem}
.immersion-grid p:last-child {margin-bottom:0}
.plans .section-ellipse {width:960px;right:-470px;top:13%}
.plan-intro p:first-child {font-size:1.3rem;margin-bottom:12px}
.plan-intro p:last-child {max-width:760px;margin-bottom:0}
.price-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:45px 0 28px}
.price-grid article {padding:32px 28px 38px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(150deg,#f6f4ef,#f1eee7);position:relative}
.price-grid article:nth-child(3) {border-color:#e4ac31;background:linear-gradient(150deg,#faf3df,#f3e2b6);box-shadow:inset 0 3px var(--yellow)}
.price-top {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:34px}
.price-top h3 {font-size:2.2rem;margin:0}
.price-top>span {font:500 .8125rem/1.3 var(--body);white-space:nowrap;border:1px solid #0e111122;color:var(--ink);padding:7px 11px;border-radius:99px}
.price-grid article:nth-child(3) .price-top>span {border-color:var(--yellow);background:var(--yellow)}
.regular-price {font-size:.875rem;margin-bottom:27px}
.regular-price del {display:block;margin-top:3px;font-size:1.15rem}
.price-label {font-size:.875rem;margin-bottom:10px;color:var(--gray)}
.price {font:500 clamp(2.2rem,3.65vw,3.3rem)/1.15 var(--title);letter-spacing:-.045em;white-space:nowrap}
.price small {font-size:1.05rem;letter-spacing:0}
.price>span {font:400 .875rem/1.5 var(--body);letter-spacing:0;margin-left:3px}
.cash-note {font-size:.9375rem}
.terms {display:grid;grid-template-columns:1.3fr 1fr;gap:74px;padding-top:40px;margin:46px 0 36px;border-top:1px solid var(--line)}
.terms h3 {font-size:1.65rem;max-width:440px}
.terms p:last-child {margin-bottom:0}
.plans .cta {margin-top:4px}
.faq {padding-top:45px}
.faq .section-ellipse {right:auto;left:-370px;top:12%;width:850px}
.faq-list {max-width:960px;margin-left:auto;border-top:1px solid var(--line)}
.faq-list details {border-bottom:1px solid var(--line)}
summary {position:relative;cursor:pointer;list-style:none;padding:26px 44px 26px 0;font:400 1.3rem/1.45 var(--title)}
summary::-webkit-details-marker {display:none}
summary::after {content:'+';position:absolute;right:3px;top:24px;font:400 1.6rem var(--title);width:28px;text-align:center}
details[open] summary::after {content:'−';background:var(--yellow);border-radius:50%}
.faq-answer {max-width:850px;padding:0 28px 5px 0}
.closing {background:linear-gradient(120deg,#f8f0d8,#f1d999);padding-bottom:58px;border-top:1px solid #0e111110}
.closing h2 {max-width:1090px;font-size:clamp(2.6rem,4.7vw,4.3rem)}
.closing-copy {max-width:635px;margin-left:auto}
.closing-copy p {color:var(--ink)}
.closing .cta {margin-top:10px;background:var(--ink);color:var(--paper);border-color:var(--ink)}
.closing .cta>span {border-color:#faf8f730}
.closing .cta:hover {background:var(--yellow);color:var(--ink);border-color:#d29400}
.footer-logo {width:185px;height:auto;margin-top:65px}
.footer {background:#f1d999;font-size:.8125rem}
.footer>.wrap {display:flex;justify-content:space-between;gap:20px;padding-block:25px;border-top:1px solid var(--line)}
.footer a:hover {text-decoration:underline}
.internal {padding-block:60px}
.internal h1 {font:500 3rem var(--title)}
.internal h2 {font:500 2rem var(--title);margin-top:40px}
.internal table {width:100%;border-collapse:collapse;font-size:.875rem}
.internal td,.internal th {padding:14px;text-align:left;border-bottom:1px solid var(--line)}
.table-scroll {overflow:auto}
@media (min-width:1500px) {.hero-grid{min-height:820px}.hero-art{min-height:690px}}
@media (max-width:1100px) {
  .wrap {width:calc(100% - 64px)}
  .nav nav {gap:22px}
  .hero-grid {grid-template-columns:1.15fr 1fr;gap:35px;padding-block:42px 52px;min-height:740px}
  .hero-art {min-height:610px;border-top-left-radius:200px;border-top-right-radius:200px}
  .model {height:89%}
  .large-logo {width:104px;left:24px;bottom:110px}
  .discount {right:22px;bottom:26px;padding:12px 15px}
  .hero-copy {padding-block:15px}
  .hero h2 {font-size:clamp(3rem,4.8vw,3.7rem)}
  .hero h2>span {font-size:1.45rem}
  .tension .wrap,.method-grid,.immersion-grid {column-gap:55px}
  .eco-grid {column-gap:42px}
  .eco {gap:0 15px}
  .eco h3 {font-size:1.65rem}
  .pillar-grid {gap:30px}
  .price-grid {gap:16px}
  .price-grid article {padding:28px 22px}
  .price {font-size:clamp(2rem,3.6vw,3rem)}
  .terms {gap:44px}
}
@media (max-width:850px) {
  .nav nav {display:none}
  .hero-grid {grid-template-columns:1.15fr .85fr;gap:28px}
  .hero h2 {font-size:3rem}
  .hero-art {min-height:620px}
  .model {height:80%}
  .discount {right:20px;left:20px;justify-content:center}
  .large-logo {left:28px;bottom:114px}
  .teacher {flex-basis:calc((100% - 28px)/2)}
  .pillar-grid {gap:24px}
  .pillar-grid h3 {font-size:1.7rem}
  .platform-features {column-gap:28px}
  .platform-feature {gap:16px}
  .price-top {display:block}
  .price-top h3 {margin-bottom:13px}
  .price-top>span {display:inline-block}
  .price {white-space:normal}
  .price small {display:block;margin-bottom:4px}
  .price>span {display:block}
  .seven {font-size:10rem;padding:38px 15px 48px}
  .seven span {font-size:1.8rem;margin-left:16px}
}
@media (max-width:680px) {
  .wrap {width:calc(100% - 40px)}
  .launch-strip {font-size:.8125rem;padding:10px 18px}
  .nav {padding-block:19px;gap:16px}
  .nav img {width:135px}
  .glass {font-size:.8125rem;padding:10px 14px;gap:8px}
  .hero-grid {display:flex;flex-direction:column;gap:35px;padding-block:35px 40px;min-height:0}
  .hero-copy {padding:0}
  .hero h1 {font-size:.9375rem;margin-bottom:24px;max-width:350px}
  .hero h2 {font-size:clamp(2.7rem,9.1vw,3.7rem);line-height:1.08}
  .hero h2>span {font-size:1.5rem;line-height:1.4;margin-top:26px}
  .hero-copy>p {font-size:1rem;margin-bottom:26px}
  .hero-art {height:530px;min-height:0;width:min(100%,470px);align-self:center;border-radius:220px 220px 18px 18px}
  .model {height:96%}
  .ring {top:-40px}
  .large-logo {bottom:28px;left:27px;width:105px}
  .discount {left:auto;right:25px;bottom:25px;gap:10px;padding:12px 14px}
  .discount b {font-size:2.15rem}
  .section {padding:76px 0}
  .section-label {font-size:.75rem;letter-spacing:.06em;gap:12px;margin-bottom:26px}
  .section-label>span {font-size:.75rem;gap:10px}
  .section-label>span::after {width:24px}
  .section h2,.method h2,.closing h2 {font-size:clamp(2.25rem,8vw,3rem);line-height:1.17;margin-bottom:32px}
  .tension .wrap,.method-grid,.immersion-grid,.terms {display:block}
  .offset-copy p:nth-child(2) {font-size:1.45rem;padding-left:18px}
  .method-grid {margin-top:35px}
  .method-type {font-size:2.1rem;margin-bottom:35px;padding:5px 0 5px 25px}
  .eco-grid {grid-template-columns:1fr}
  .eco {padding:29px 0;grid-template-columns:28px 1fr;gap:0 15px}
  .eco h3 {font-size:1.7rem}
  .number {margin-bottom:24px}
  .carousel-heading {align-items:flex-start;gap:16px}
  .carousel-heading p {font-size:.9375rem}
  .carousel-buttons {gap:7px;margin-top:4px}
  .carousel-buttons button {height:40px;width:40px}
  .faculty {gap:22px;padding-top:30px}
  .teacher {flex-basis:85%}
  .portrait-stage {aspect-ratio:1.08}
  .teacher-copy {padding-inline:2px}
  .specialty {min-height:0}
  .teacher h3 {font-size:1.7rem}
  .pillar-grid {grid-template-columns:1fr;gap:40px;margin-top:35px}
  .pillar-grid h3 {font-size:1.9rem;margin-bottom:24px}
  .pillar-grid .number {margin-bottom:26px}
  .platform-features {grid-template-columns:1fr;gap:0;margin-block:30px 36px}
  .platform-feature {padding:27px 0;gap:18px}
  .platform-feature h3 {font-size:1.6rem}
  .feature-mark {width:42px;height:42px}
  .immersion-grid {margin-top:32px}
  .seven {font-size:10.5rem;max-width:440px;margin:0 0 36px;padding:40px 20px 52px}
  .seven span {font-size:2rem;margin-left:24px}
  .immersion-grid p {font-size:1rem}
  .plan-intro p:first-child {font-size:1.2rem}
  .price-grid {grid-template-columns:1fr;gap:20px;margin-top:32px}
  .price-grid article {padding:30px}
  .price-top {display:flex;margin-bottom:28px}
  .price-top h3 {margin:0}
  .regular-price {margin-bottom:22px}
  .price {font-size:3.25rem;white-space:nowrap}
  .price small,.price>span {display:inline}
  .cash-note {font-size:.875rem}
  .terms {padding-top:32px;margin-top:34px}
  .terms article+article {margin-top:34px}
  .terms h3 {font-size:1.7rem}
  .faq {padding-top:28px}
  summary {font-size:1.25rem;padding-block:23px}
  .faq-answer {padding-right:8px}
  .closing-copy {margin-left:0}
  .closing-copy .cta {margin-top:7px}
  .footer-logo {width:155px;margin-top:50px}
  .footer>.wrap {flex-wrap:wrap;gap:12px;font-size:.8125rem}
  .cta {gap:14px;padding:16px 20px;font-size:.9375rem;min-height:56px}
  .internal h1 {font-size:2.25rem}
}
@media (max-width:370px) {
  .wrap {width:calc(100% - 32px)}
  .nav {gap:10px}.nav img{width:125px}.glass{padding:9px 11px}
  .hero-art {height:460px}.large-logo{width:88px;left:20px;bottom:105px}
  .discount {right:20px;bottom:24px}
  .price-grid article {padding:24px}.price{font-size:2.75rem}
}
@media (prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto}
  *,*::before,*::after {animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* Reference-led surface treatment. Content, containers and layout stay intact. */
:root {
  --pink:#f03988;
  --purple:#6a06de;
  --green:#b8e926;
  --blue:#b4cefa;
}

/* Figma ellipse: white fill 7%; shadow x 0, y 8, blur 40, spread 0, color 50%. */
.paper-section {--ellipse-rgb:247 175 0}
.section-ellipse {visibility:hidden}
.paper-section::before {
  content:'';
  position:absolute;
  z-index:0;
  width:1050px;
  aspect-ratio:1;
  left:-650px;
  top:8%;
  border-radius:50%;
  background:rgb(255 255 255 / 7%);
  box-shadow:0 8px 40px 0 rgb(var(--ellipse-rgb) / 50%);
  pointer-events:none;
}
.method::before {width:1050px;left:-650px;top:15%}
.faculty-section::before {left:auto;right:-790px;top:3%;width:1100px}
.platform {--ellipse-rgb:240 57 136}
.platform::before {width:1000px;left:auto;right:-730px;top:4%}
.plans {--ellipse-rgb:184 233 38}
.plans::before {width:1120px;left:calc(50% - 1470px);top:0}
.faq::before {width:1100px;left:-770px;top:20%}

/* Existing glass controls: directional light, subtle frost and edge depth. */
.glass,.discount {
  background:linear-gradient(135deg,rgb(255 255 255 / 50%),rgb(255 255 255 / 14%));
  border-color:rgb(255 255 255 / 70%);
  box-shadow:inset 1px 1px 0 rgb(255 255 255 / 70%),inset -1px -1px 0 rgb(255 255 255 / 12%),0 8px 24px rgb(14 17 17 / 6%);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
}
.site-header {background:var(--paper);background-image:none}
.nav .glass {border-color:rgb(14 17 17 / 12%)}

/* Hero: pink editorial accent, yellow primary action. */
.hero h2 em {color:var(--pink)}
.hero-art {background:linear-gradient(150deg,#f5f2f1 5%,#f2e9ed 65%,#f4e0e8)}
.hero-art .ring {visibility:hidden}
.hero-art::before {
  content:'';
  position:absolute;
  z-index:0;
  width:150%;
  aspect-ratio:1;
  left:15%;
  top:42%;
  border-radius:50%;
  background:rgb(255 255 255 / 7%);
  box-shadow:0 8px 40px 0 rgb(240 57 136 / 50%);
  pointer-events:none;
}

/* Direction: one purple accent throughout the existing neutral section. */
.tension h2 em {color:var(--purple)}
.tension .section-label>span::after {background:var(--purple)}
.tension .offset-copy p:nth-child(2) {border-left-color:var(--purple)}
.tension .cta {background:var(--purple);border-color:var(--purple);color:var(--paper)}
.tension .cta>span {border-left-color:rgb(255 255 255 / 25%)}
.tension .cta:hover {background:var(--ink);border-color:var(--ink)}

/* Ecosystem: a quiet blue wash, without mixing accent colors. */
.ecosystem {background:linear-gradient(140deg,#f3f5f8,#e9eff9)}
.ecosystem .section-label>span::after {background:var(--blue)}
.ecosystem .number {color:#39577f}

/* Product features: a restrained pink accent over the white base. */
.platform .section-label>span::after {background:var(--pink)}
.platform .feature-mark {background:linear-gradient(145deg,#f7f0f3,#f4e4ec);border-color:rgb(240 57 136 / 16%)}
.platform .cta {background:var(--pink);border-color:var(--pink)}
.platform .cta:hover {background:var(--ink);border-color:var(--ink);color:var(--paper)}

/* Immersion reference: lilac gradient, purple numeral, neutral word "dias". */
.immersion {background:linear-gradient(135deg,#f4f1eb 0%,#eee6f6 48%,#e7d5ff 100%);border-color:rgb(106 6 222 / 8%)}
.immersion .section-label>span::after {background:var(--purple)}
.seven {
  color:var(--purple);
  background:linear-gradient(135deg,rgb(255 255 255 / 22%),rgb(255 255 255 / 7%));
  border-color:rgb(255 255 255 / 65%);
  box-shadow:inset 1px 1px 0 rgb(255 255 255 / 50%),0 8px 24px rgb(106 6 222 / 2%);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
}
.seven span {color:var(--ink)}
.seven::after {border-color:rgb(14 17 17 / 6%)}

/* Plans reference: green ellipse, third plan and action; neutral surrounding text. */
.plans .section-label>span::after {background:var(--green)}
.price-grid article:nth-child(3) {
  border-color:var(--green);
  background:linear-gradient(145deg,#edf0d8,#e8edcf);
  box-shadow:inset 0 2px var(--green);
}
.price-grid article:nth-child(3) .price-top>span {background:var(--green);border-color:var(--green)}
.plans .cta {background:var(--green);border-color:var(--green)}
.plans .cta:hover {background:var(--ink);border-color:var(--ink);color:var(--paper)}

/* Closing: one soft pink family, with the existing black action. */
.closing {background:linear-gradient(120deg,#f8eef2,#f3d4e2)}
.closing .section-label>span::after {background:var(--pink)}
.footer {background:#f3d4e2}

@media (max-width:680px) {
  .paper-section::before {width:780px;left:-630px}
  .faculty-section::before {left:auto;right:-650px}
  .platform::before {left:auto;right:-640px}
  .plans::before {width:950px;left:-770px;top:10%}
  .faq::before {left:-680px}
}
