.svetlana-page {
    --cec-ink: #112b28;
    --cec-ink-soft: #25423e;
    --cec-ocean: #174b62;
    --cec-teal: #0f6f6d;
    --cec-coral: #ee765b;
    --cec-yellow: #e1ed67;
    --cec-sun: #f2c84b;
    --cec-sky: #d8edf2;
    --cec-paper: #f3f5ef;
    --cec-white: #ffffff;
    --cec-muted: #536761;
    --cec-line: #becbc5;
    --cec-shadow: 0 24px 70px rgba(17, 43, 40, 0.14);
    color: var(--cec-ink);
    background: var(--cec-paper);
    font-family: Arial, Helvetica, sans-serif;
}

.svetlana-page *,
.svetlana-page *::before,
.svetlana-page *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.svetlana-page .site-header {
    z-index: 30;
    border-color: rgba(17, 43, 40, 0.14);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 30px rgba(17, 43, 40, 0.06);
    backdrop-filter: blur(16px);
}

.svetlana-page .site-header__inner {
    width: min(1280px, calc(100% - 48px));
    min-height: 74px;
}

.svetlana-page .brand-logo img {
    width: 214px;
    max-height: 48px;
}

.svetlana-page .site-nav {
    gap: 20px;
}

.svetlana-page .site-nav a {
    color: var(--cec-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.svetlana-page .site-nav a:hover,
.svetlana-page .site-nav a:focus-visible {
    color: var(--cec-teal);
}

.svetlana-page .site-nav .sv-nav-signin {
    color: var(--cec-teal);
}

.svetlana-page .site-nav .sv-nav-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 18px;
    border: 1px solid var(--cec-ink);
    border-radius: 4px;
    color: var(--cec-white);
    background: var(--cec-ink);
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.svetlana-page .site-nav .sv-nav-cta:hover,
.svetlana-page .site-nav .sv-nav-cta:focus-visible {
    color: var(--cec-ink);
    background: var(--cec-yellow);
    transform: translateY(-2px);
}

.cec {
    overflow: clip;
    color: var(--cec-ink);
    background: var(--cec-paper);
}

.cec-shell {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

.cec-section[id] {
    scroll-margin-top: 92px;
}

.cec h1,
.cec h2,
.cec h3,
.cec p,
.cec blockquote {
    margin-top: 0;
}

.cec h1,
.cec h2,
.cec h3 {
    color: var(--cec-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 850;
    letter-spacing: 0;
}

.cec h1 {
    max-width: 780px;
    margin-bottom: 26px;
    font-size: 4.8rem;
    line-height: 0.94;
}

.cec h2 {
    max-width: 850px;
    margin-bottom: 22px;
    font-size: 3.4rem;
    line-height: 1;
}

.cec h3 {
    font-size: 1.34rem;
    line-height: 1.16;
}

.cec p,
.cec li {
    font-size: 1rem;
    line-height: 1.66;
}

.cec-kicker {
    margin-bottom: 18px;
    color: var(--cec-coral);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cec-section {
    position: relative;
    padding: 116px 0;
}

.cec-heading {
    max-width: 800px;
    margin-bottom: 52px;
}

.cec-heading--wide {
    max-width: 900px;
}

.cec-heading > p:last-child {
    max-width: 700px;
    color: var(--cec-muted);
    font-size: 1.08rem;
}

.cec-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.cec-button:hover,
.cec-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(17, 43, 40, 0.16);
}

.cec-button--primary {
    color: var(--cec-white);
    background: var(--cec-ink);
}

.cec-button--primary:hover,
.cec-button--primary:focus-visible {
    color: var(--cec-ink);
    background: var(--cec-yellow);
}

.cec-button--secondary {
    border-color: rgba(255, 255, 255, 0.72);
    color: var(--cec-white);
    background: rgba(17, 43, 40, 0.22);
    backdrop-filter: blur(10px);
}

.cec-button--secondary:hover,
.cec-button--secondary:focus-visible {
    border-color: var(--cec-white);
    background: rgba(17, 43, 40, 0.52);
}

.cec-button--light {
    border-color: var(--cec-white);
    color: var(--cec-ink);
    background: var(--cec-white);
}

.cec-button--light:hover,
.cec-button--light:focus-visible {
    border-color: var(--cec-yellow);
    background: var(--cec-yellow);
}

/* Hero */

.cec-hero {
    position: relative;
    display: flex;
    min-height: 720px;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--cec-white);
    background: var(--cec-ink);
}

.cec-hero__media,
.cec-hero__veil,
.cec-hero__grid {
    position: absolute;
    inset: 0;
}

.cec-hero__media {
    z-index: -3;
    margin: 0;
}

.cec-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translate3d(var(--cec-hero-x, 0), var(--cec-hero-y, 0), 0) scale(1.012);
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cec-hero__veil {
    z-index: -2;
    background: rgba(10, 30, 27, 0.55);
}

.cec-hero__grid {
    z-index: -1;
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
    border-inline: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.cec-hero__grid::before,
.cec-hero__grid::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.cec-hero__grid::before {
    inset: 0 auto 0 58%;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.cec-hero__grid::after {
    inset: auto 0 84px;
    border-block-start: 1px solid rgba(255, 255, 255, 0.12);
}

.cec-hero__content {
    position: relative;
    z-index: 1;
    padding-block: 86px 78px;
}

.cec-hero__content > *:not(.cec-locale) {
    width: min(700px, 100%);
    margin-right: auto;
    margin-left: 0;
}

.cec-hero h1 {
    color: var(--cec-white);
    text-wrap: balance;
    text-shadow: 0 4px 30px rgba(7, 24, 22, 0.28);
}

.cec-hero .cec-kicker {
    color: var(--cec-yellow);
}

.cec-hero__lead {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.18rem;
    line-height: 1.58;
    text-wrap: pretty;
}

.cec-locale {
    display: inline-grid;
    grid-auto-flow: column;
    margin-bottom: 52px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    overflow: hidden;
    background: rgba(10, 30, 27, 0.56);
    backdrop-filter: blur(12px);
}

.cec-locale a {
    display: inline-flex;
    min-width: 54px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
}

.cec-locale a:last-child {
    border-inline-end: 0;
}

.cec-locale a[aria-current="page"] {
    color: var(--cec-ink);
    background: var(--cec-yellow);
}

.cec-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cec-hero__note {
    margin: 24px 0 0;
    padding-inline-start: 16px;
    border-inline-start: 3px solid var(--cec-yellow);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
}

/* Principles */

.cec-trust {
    position: relative;
    z-index: 2;
    color: var(--cec-white);
    background: var(--cec-ocean);
}

.cec-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cec-trust__grid > div {
    min-width: 0;
    padding: 28px 34px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.cec-trust__grid > div:first-child {
    padding-inline-start: 0;
}

.cec-trust__grid > div:last-child {
    padding-inline-end: 0;
    border-inline-end: 0;
}

.cec-trust strong,
.cec-trust span {
    display: block;
}

.cec-trust strong {
    margin-bottom: 8px;
    color: var(--cec-yellow);
    font-size: 1rem;
    font-weight: 850;
}

.cec-trust span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
}

/* Problem readout */

.cec-problem {
    background: var(--cec-paper);
}

.cec-problem::before {
    position: absolute;
    inset: 0 0 auto;
    height: 10px;
    content: "";
    background: var(--cec-yellow);
}

.cec-problem > .cec-shell {
    display: grid;
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
    gap: 84px;
    align-items: start;
}

.cec-problem .cec-heading {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
}

.cec-problem .cec-heading h2 {
    font-size: 3rem;
}

.cec-card-grid {
    display: grid;
    gap: 12px;
}

.cec-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 76px minmax(0, 0.62fr) minmax(0, 1.38fr);
    gap: 24px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(17, 43, 40, 0.16);
    border-radius: 6px;
    background: var(--cec-white);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.cec-card:nth-child(2) {
    background: var(--cec-sky);
}

.cec-card:nth-child(3) {
    background: var(--cec-yellow);
}

.cec-card:hover {
    z-index: 1;
    border-color: rgba(17, 43, 40, 0.38);
    box-shadow: var(--cec-shadow);
    transform: translateX(8px);
}

[dir="rtl"] .cec-card:hover {
    transform: translateX(-8px);
}

.cec-index {
    display: grid;
    width: 62px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 4px;
    color: var(--cec-white);
    background: var(--cec-ink);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.88rem;
    font-weight: 800;
}

.cec-card h3 {
    margin: 0;
    font-size: 1.22rem;
}

.cec-card p {
    margin: 0;
    color: var(--cec-ink-soft);
    font-size: 0.94rem;
}

/* Method */

.cec-method {
    color: var(--cec-white);
    background: var(--cec-ink);
}

.cec-method__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 74px;
    align-items: center;
}

.cec-method h2,
.cec-method h3,
.cec-method blockquote {
    color: var(--cec-white);
}

.cec-method .cec-kicker {
    color: var(--cec-yellow);
}

.cec-method__copy > p:not(.cec-kicker) {
    color: rgba(255, 255, 255, 0.72);
}

.cec-method blockquote,
.cec-about blockquote {
    margin: 30px 0;
    padding: 20px 0 20px 22px;
    border-inline-start: 5px solid var(--cec-yellow);
    font-size: 1.34rem;
    font-weight: 800;
    line-height: 1.34;
}

.cec-method__media {
    position: relative;
    margin: 0;
    padding: 12px;
    border-radius: 6px;
    background: var(--cec-yellow);
    box-shadow: 24px 24px 0 var(--cec-ocean);
}

.cec-method__media::after {
    position: absolute;
    inset: 32px -24px -24px 32px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.26);
    content: "";
}

.cec-method__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.cec-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.cec-pillars > div {
    padding: 18px 12px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.cec-pillars > div:first-child {
    padding-inline-start: 0;
}

.cec-pillars > div:last-child {
    padding-inline-end: 0;
    border-inline-end: 0;
}

.cec-pillars strong,
.cec-pillars span {
    display: block;
}

.cec-pillars strong {
    margin-bottom: 6px;
    color: var(--cec-yellow);
    font-size: 0.9rem;
}

.cec-pillars span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    line-height: 1.45;
}

/* Course ledger */

.cec-program {
    background: var(--cec-white);
}

.cec-program > .cec-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    gap: 82px;
    align-items: start;
}

.cec-program .cec-heading {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
}

.cec-program .cec-heading h2 {
    font-size: 3rem;
}

.cec-module-grid {
    display: grid;
    gap: 0;
    border-block-end: 1px solid var(--cec-line);
}

.cec-module {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.1fr);
    grid-template-areas:
        "head topics"
        "goal topics"
        "lab lab";
    gap: 12px 34px;
    padding: 30px 0;
    border-block-start: 1px solid var(--cec-line);
    transition:
        padding 220ms ease,
        background-color 220ms ease;
}

.cec-module:hover {
    padding-inline: 22px;
    background: var(--cec-paper);
}

.cec-module__header {
    display: grid;
    grid-area: head;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.cec-module__header > span {
    display: grid;
    width: 48px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 3px;
    color: var(--cec-ink);
    background: var(--cec-yellow);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.82rem;
    font-weight: 800;
}

.cec-module:nth-child(2n) .cec-module__header > span {
    color: var(--cec-white);
    background: var(--cec-teal);
}

.cec-module:nth-child(3n) .cec-module__header > span {
    color: var(--cec-white);
    background: var(--cec-coral);
}

.cec-module h3 {
    margin: 0;
    font-size: 1.32rem;
}

.cec-module__goal {
    grid-area: goal;
    margin: 0;
    color: var(--cec-muted);
    font-size: 0.92rem;
}

.cec-module ul {
    grid-area: topics;
    align-self: start;
    margin: 2px 0 0;
    padding-inline-start: 20px;
    color: var(--cec-ink-soft);
}

.cec-module li {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.cec-module__lab {
    grid-area: lab;
    margin: 12px 0 0;
    padding-top: 14px;
    border-block-start: 1px dashed var(--cec-line);
    color: var(--cec-teal);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.82rem;
}

/* Weekly flow */

.cec-flow {
    color: var(--cec-white);
    background: var(--cec-ocean);
}

.cec-flow h2,
.cec-flow h3 {
    color: var(--cec-white);
}

.cec-flow .cec-kicker {
    color: var(--cec-yellow);
}

.cec-flow .cec-heading > p:last-child {
    color: rgba(255, 255, 255, 0.7);
}

.cec-flow__list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-block: 1px solid rgba(255, 255, 255, 0.2);
    list-style: none;
}

.cec-flow__list li {
    min-width: 0;
    padding: 22px 16px 26px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.cec-flow__list li:first-child {
    padding-inline-start: 0;
}

.cec-flow__list li:last-child {
    padding-inline-end: 0;
    border-inline-end: 0;
}

.cec-flow__list > li > span {
    display: block;
    margin-bottom: 22px;
    color: var(--cec-yellow);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.78rem;
    font-weight: 800;
}

.cec-flow__list h3 {
    min-height: 48px;
    margin-bottom: 10px;
    font-size: 0.98rem;
}

.cec-flow__list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    line-height: 1.5;
}

/* Human and AI support */

.cec-support {
    color: var(--cec-ink);
    background: var(--cec-yellow);
}

.cec-support__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 78px;
    align-items: center;
}

.cec-support__layout > div:first-child > p:not(.cec-kicker) {
    max-width: 650px;
    color: var(--cec-ink-soft);
}

.cec-support__steps {
    margin: 34px 0 0;
    padding: 0;
    border-block-end: 1px solid rgba(17, 43, 40, 0.28);
    list-style: none;
}

.cec-support__steps li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 19px 0;
    border-block-start: 1px solid rgba(17, 43, 40, 0.28);
}

.cec-support__steps li > span {
    color: var(--cec-teal);
    font-family: "Courier New", Courier, monospace;
    font-weight: 800;
}

.cec-support__steps h3 {
    margin: 0 0 5px;
    font-size: 1.05rem;
}

.cec-support__steps p {
    margin: 0;
    color: var(--cec-ink-soft);
    font-size: 0.86rem;
}

.cec-question-tool {
    position: relative;
    padding: 30px;
    border: 1px solid var(--cec-ink);
    border-radius: 7px;
    color: var(--cec-ink);
    background: var(--cec-white);
    box-shadow: 18px 18px 0 var(--cec-coral);
}

.cec-question-tool::before {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(17, 43, 40, 0.1);
    border-radius: 4px;
    content: "";
    pointer-events: none;
}

.cec-question-tool__top,
.cec-question-tool__footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cec-question-tool__top {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-block-end: 1px solid var(--cec-line);
}

.cec-question-tool__top span {
    color: var(--cec-muted);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.78rem;
}

.cec-question-tool__top strong {
    font-size: 0.9rem;
}

.cec-question-tool__message {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    margin: 12px 0;
    padding: 17px;
    border: 1px solid var(--cec-line);
    border-radius: 5px;
    background: var(--cec-paper);
}

.cec-question-tool__message.is-ai {
    margin-inline-start: 36px;
    background: var(--cec-sky);
}

.cec-question-tool__message > span {
    display: grid;
    width: 42px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 3px;
    color: var(--cec-white);
    background: var(--cec-teal);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.72rem;
    font-weight: 800;
}

.cec-question-tool__message.is-ai > span {
    color: var(--cec-ink);
    background: var(--cec-yellow);
}

.cec-question-tool__message p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.52;
}

.cec-question-tool__footer {
    margin-top: 24px;
    padding-top: 18px;
    border-block-start: 1px solid var(--cec-line);
}

.cec-question-tool__footer > span {
    width: 58%;
    height: 5px;
    border-radius: 0;
    background: var(--cec-coral);
}

.cec-question-tool__footer strong {
    font-size: 0.9rem;
}

.cec-question-tool small {
    position: relative;
    display: block;
    margin-top: 18px;
    color: var(--cec-muted);
    font-size: 0.72rem;
    line-height: 1.48;
}

/* Plans */

.cec-plans {
    background: var(--cec-sky);
}

.cec-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cec-plan {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 0.7fr) minmax(240px, 1.3fr);
    grid-template-areas:
        "badge list"
        "name list"
        "subtitle list"
        "button list";
    gap: 8px 34px;
    align-items: start;
    padding: 38px;
    border: 1px solid var(--cec-ink);
    border-radius: 7px;
    background: var(--cec-white);
}

.cec-plan.is-premium {
    color: var(--cec-ink);
    border-color: var(--cec-coral);
    background: var(--cec-coral);
}

.cec-plan.is-premium h3 {
    color: var(--cec-ink);
}

.cec-plan__badge {
    grid-area: badge;
    margin-bottom: 8px;
    color: var(--cec-teal);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cec-plan.is-premium .cec-plan__badge {
    color: var(--cec-ink);
}

.cec-plan h3 {
    grid-area: name;
    margin: 0;
    font-size: 2.3rem;
}

.cec-plan__subtitle {
    grid-area: subtitle;
    margin: 0 0 20px;
    color: var(--cec-teal);
    font-weight: 800;
}

.cec-plan.is-premium .cec-plan__subtitle {
    color: var(--cec-ink);
}

.cec-plan ul {
    grid-area: list;
    min-height: 220px;
    margin: 0;
    padding: 4px 0 4px 22px;
    border-inline-start: 1px solid rgba(17, 43, 40, 0.26);
}

.cec-plan li {
    margin-bottom: 9px;
    color: var(--cec-ink-soft);
    font-size: 0.9rem;
}

.cec-plan > .cec-button {
    grid-area: button;
    align-self: end;
}

.cec-plan.is-premium .cec-button--light {
    border-color: var(--cec-ink);
}

/* Founder */

.cec-about {
    overflow: hidden;
    background: var(--cec-sun);
}

.cec-about::after {
    position: absolute;
    inset: 0 0 0 auto;
    width: 24%;
    border-inline-start: 1px solid rgba(17, 43, 40, 0.18);
    content: "";
    pointer-events: none;
}

.cec-about__layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
    gap: 74px;
    align-items: center;
}

.cec-about figure {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--cec-ink);
    border-radius: 6px;
    background: var(--cec-white);
    box-shadow: 20px 20px 0 var(--cec-teal);
}

.cec-about figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.cec-about p:not(.cec-kicker) {
    color: var(--cec-ink-soft);
    font-size: 1.02rem;
}

.cec-about blockquote {
    border-inline-start-color: var(--cec-teal);
    color: var(--cec-ink);
}

/* Stories */

.cec-stories {
    color: var(--cec-white);
    background: var(--cec-ocean);
}

.cec-stories h2 {
    color: var(--cec-white);
}

.cec-stories .cec-kicker {
    color: var(--cec-yellow);
}

.cec-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.cec-story {
    min-width: 0;
    margin: 0;
    padding: 28px 0 0;
    border-block-start: 5px solid var(--cec-yellow);
}

.cec-story:nth-child(2) {
    border-block-start-color: var(--cec-coral);
}

.cec-story:nth-child(3) {
    border-block-start-color: var(--cec-sky);
}

.cec-story blockquote {
    margin: 0 0 24px;
    color: var(--cec-white);
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.46;
}

.cec-story figcaption {
    color: rgba(255, 255, 255, 0.62);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.76rem;
}

/* FAQ */

.cec-faq {
    background: var(--cec-white);
}

.cec-faq__layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
    gap: 82px;
    align-items: start;
}

.cec-faq .cec-heading {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
}

.cec-faq__items details {
    border-block-start: 1px solid var(--cec-line);
}

.cec-faq__items details:last-child {
    border-block-end: 1px solid var(--cec-line);
}

.cec-faq__items summary {
    position: relative;
    padding: 24px 48px 24px 0;
    color: var(--cec-ink);
    cursor: pointer;
    font-size: 1.06rem;
    font-weight: 850;
    list-style: none;
}

.cec-faq__items summary::-webkit-details-marker {
    display: none;
}

.cec-faq__items summary::after {
    position: absolute;
    top: 20px;
    right: 0;
    display: grid;
    width: 30px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid var(--cec-ink);
    border-radius: 3px;
    content: "+";
    font-family: "Courier New", Courier, monospace;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.cec-faq__items details[open] summary::after {
    color: var(--cec-white);
    background: var(--cec-teal);
    transform: rotate(45deg);
}

.cec-faq__items p {
    max-width: 690px;
    margin: -4px 0 26px;
    color: var(--cec-muted);
}

[dir="rtl"] .cec-faq__items summary {
    padding-right: 0;
    padding-left: 48px;
}

[dir="rtl"] .cec-faq__items summary::after {
    right: auto;
    left: 0;
}

/* Final */

.cec-final {
    position: relative;
    display: grid;
    min-height: 620px;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--cec-white);
    background: var(--cec-ink);
}

.cec-final > img,
.cec-final__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cec-final > img {
    z-index: -2;
    object-fit: cover;
    object-position: center 42%;
}

.cec-final__veil {
    z-index: -1;
    background: rgba(10, 30, 27, 0.62);
}

.cec-final__content {
    padding-block: 100px;
    text-align: center;
}

.cec-final h2 {
    max-width: 820px;
    margin-inline: auto;
    color: var(--cec-white);
    text-wrap: balance;
}

.cec-final p {
    max-width: 660px;
    margin: 0 auto 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
}

.cec-final small {
    display: block;
    max-width: 760px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    line-height: 1.5;
}

@media (min-width: 641px) {
    .cec-final {
        place-items: stretch;
    }

    .cec-final__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-block: 80px;
        text-align: start;
    }

    .cec-final h2 {
        max-width: 570px;
        margin-inline: 0;
    }

    .cec-final p {
        max-width: 520px;
        margin: 0 0 26px;
    }

    .cec-final small {
        max-width: 520px;
        margin: 24px 0 0;
    }

    [dir="rtl"] .cec-final__content {
        align-items: flex-end;
    }
}

.svetlana-page .site-footer {
    border: 0;
    color: rgba(255, 255, 255, 0.58);
    background: #091e1c;
}

.svetlana-page .site-footer a {
    margin-inline-start: 12px;
    color: var(--cec-white);
}

/* Motion enhancement */

.cec-motion .cec-hero__media img,
.cec-motion .cec-hero__content > * {
    opacity: 0;
}

.cec-motion .cec-hero__media img {
    transform: scale(1.045);
}

.cec-motion .cec-hero.cec-hero-ready .cec-hero__media img {
    opacity: 1;
    transform: translate3d(var(--cec-hero-x, 0), var(--cec-hero-y, 0), 0) scale(1.012);
    transition:
        opacity 900ms ease,
        transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cec-motion .cec-hero.cec-hero-ready .cec-hero__content > * {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 620ms ease var(--cec-hero-delay, 0ms),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--cec-hero-delay, 0ms);
}

.cec-motion .cec-hero__content > * {
    transform: translateY(20px);
}

.cec-motion .cec-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 620ms ease var(--cec-delay, 0ms),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--cec-delay, 0ms);
}

.cec-motion .cec-reveal.cec-visible {
    opacity: 1;
    transform: translateY(0);
}

.cec-motion .cec-reveal-media {
    opacity: 0;
    transform: translateY(18px) scale(1.025);
    transition:
        opacity 760ms ease var(--cec-delay, 0ms),
        transform 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--cec-delay, 0ms);
}

.cec-motion .cec-reveal-media.cec-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Tablet */

@media (max-width: 1120px) {
    .svetlana-page .site-nav {
        gap: 12px;
    }

    .svetlana-page .site-nav a {
        font-size: 0.76rem;
    }

    .cec h1 {
        font-size: 4.1rem;
    }

    .cec h2 {
        font-size: 3rem;
    }

    .cec-problem > .cec-shell,
    .cec-program > .cec-shell {
        gap: 54px;
    }

    .cec-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .cec-card p {
        grid-column: 2;
    }

    .cec-method__layout,
    .cec-support__layout,
    .cec-about__layout {
        gap: 50px;
    }

    .cec-flow__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cec-flow__list li {
        border-block-end: 1px solid rgba(255, 255, 255, 0.18);
    }

    .cec-flow__list li:nth-child(4) {
        border-inline-end: 0;
    }

    .cec-flow__list li:nth-child(n + 5) {
        border-block-end: 0;
    }

    .cec-plan {
        grid-template-columns: 1fr;
        grid-template-areas:
            "badge"
            "name"
            "subtitle"
            "list"
            "button";
    }

    .cec-plan ul {
        min-height: 0;
        padding-inline-start: 22px;
        border-inline-start: 0;
    }
}

@media (max-width: 900px) {
    .svetlana-page .site-header__inner {
        width: min(100% - 30px, 1220px);
    }

    .svetlana-page .brand-logo img {
        width: 176px;
    }

    .svetlana-page .site-nav .sv-nav-link:nth-child(3),
    .svetlana-page .site-nav .sv-nav-link:nth-child(4) {
        display: none;
    }

    .cec-shell,
    .cec-hero__grid {
        width: min(100% - 36px, 1220px);
    }

    .cec h1 {
        font-size: 3.6rem;
    }

    .cec h2 {
        font-size: 2.7rem;
    }

    .cec-section {
        padding: 90px 0;
    }

    .cec-problem > .cec-shell,
    .cec-program > .cec-shell,
    .cec-method__layout,
    .cec-support__layout,
    .cec-about__layout,
    .cec-faq__layout {
        grid-template-columns: 1fr;
    }

    .cec-problem .cec-heading,
    .cec-program .cec-heading,
    .cec-faq .cec-heading {
        position: static;
        margin-bottom: 44px;
    }

    .cec-method__media {
        max-width: 720px;
        margin-inline: auto;
    }

    .cec-module-grid {
        grid-template-columns: 1fr;
    }

    .cec-support__layout {
        gap: 52px;
    }

    .cec-question-tool {
        max-width: 680px;
    }

    .cec-about figure {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .cec-story-grid {
        gap: 20px;
    }
}

/* Mobile */

@media (max-width: 680px) {
    .cec-section[id] {
        scroll-margin-top: 72px;
    }

    .svetlana-page .site-header__inner {
        min-height: 60px;
        gap: 10px;
    }

    .svetlana-page .brand-logo img {
        width: 130px;
    }

    .svetlana-page .site-nav {
        gap: 8px;
    }

    .svetlana-page .site-nav .sv-nav-link,
    .svetlana-page .site-nav .sv-nav-signin {
        display: none;
    }

    .svetlana-page .site-nav .sv-nav-cta {
        min-height: 36px;
        padding: 0 11px;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .cec-shell,
    .cec-hero__grid {
        width: calc(100% - 28px);
    }

    .cec h1 {
        font-size: 2.72rem;
        line-height: 0.98;
    }

    .cec h2,
    .cec-problem .cec-heading h2,
    .cec-program .cec-heading h2 {
        font-size: 2.28rem;
        line-height: 1.02;
    }

    .cec h3 {
        font-size: 1.18rem;
    }

    .cec p,
    .cec li {
        font-size: 0.94rem;
    }

    .cec-section {
        padding: 72px 0;
    }

    .cec-heading {
        margin-bottom: 36px;
    }

    .cec-hero {
        min-height: 760px;
        align-items: flex-start;
    }

    .cec-hero__media img {
        object-position: 55% center;
    }

    .cec-hero__media {
        bottom: auto;
        height: 1080px;
    }

    .cec-hero__veil {
        background: rgba(10, 30, 27, 0.5);
    }

    .cec-hero__grid::before {
        inset-inline-start: 70%;
    }

    .cec-hero__grid::after {
        inset-block-end: 42px;
    }

    .cec-hero__content {
        padding-block: 32px 42px;
    }

    .cec-hero__content > *:not(.cec-locale) {
        width: 100%;
    }

    .cec-locale {
        margin-bottom: 28px;
    }

    .cec-locale a {
        min-width: 48px;
        min-height: 34px;
        font-size: 0.72rem;
    }

    .cec-hero__lead {
        max-width: 36rem;
        margin-bottom: 22px;
        font-size: 0.96rem;
        line-height: 1.48;
    }

    .cec-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cec-button {
        width: 100%;
    }

    .cec-hero__note {
        display: none;
    }

    .cec-trust__grid {
        grid-template-columns: 1fr;
    }

    .cec-trust__grid > div {
        padding: 20px 0;
        border-inline-end: 0;
        border-block-end: 1px solid rgba(255, 255, 255, 0.18);
    }

    .cec-trust__grid > div:last-child {
        border-block-end: 0;
    }

    .cec-card {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .cec-card p {
        grid-column: 1 / -1;
    }

    .cec-index {
        width: 50px;
    }

    .cec-method__layout,
    .cec-about__layout {
        gap: 42px;
    }

    .cec-method blockquote,
    .cec-about blockquote {
        padding-inline-start: 16px;
        font-size: 1.08rem;
    }

    .cec-method__media {
        padding: 7px;
        box-shadow: 10px 10px 0 var(--cec-ocean);
    }

    .cec-method__media::after {
        display: none;
    }

    .cec-pillars {
        grid-template-columns: 1fr;
    }

    .cec-pillars > div {
        padding: 14px 0;
        border-inline-end: 0;
        border-block-end: 1px solid rgba(255, 255, 255, 0.18);
    }

    .cec-pillars > div:last-child {
        border-block-end: 0;
    }

    .cec-module {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "goal"
            "topics"
            "lab";
        gap: 12px;
        padding: 24px 0;
    }

    .cec-module:hover {
        padding-inline: 12px;
    }

    .cec-module__header {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .cec-module__header > span {
        width: 42px;
    }

    .cec-flow__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cec-flow__list li {
        padding: 18px 14px 22px;
        border-block-end: 1px solid rgba(255, 255, 255, 0.18);
    }

    .cec-flow__list li:nth-child(2n) {
        border-inline-end: 0;
    }

    .cec-flow__list li:nth-child(4) {
        border-inline-end: 0;
    }

    .cec-flow__list li:nth-child(n + 5) {
        border-block-end: 1px solid rgba(255, 255, 255, 0.18);
    }

    .cec-flow__list li:last-child {
        border-block-end: 0;
    }

    .cec-flow__list h3 {
        min-height: 0;
    }

    .cec-support__layout {
        gap: 42px;
    }

    .cec-question-tool {
        padding: 20px;
        box-shadow: 9px 9px 0 var(--cec-coral);
    }

    .cec-question-tool__message {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 13px;
    }

    .cec-question-tool__message.is-ai {
        margin-inline-start: 16px;
    }

    .cec-question-tool__message > span {
        width: 36px;
    }

    .cec-plan-grid,
    .cec-story-grid {
        grid-template-columns: 1fr;
    }

    .cec-plan {
        padding: 26px 22px;
    }

    .cec-plan h3 {
        font-size: 2rem;
    }

    .cec-plan-grid {
        gap: 12px;
    }

    .cec-about::after {
        display: none;
    }

    .cec-about figure {
        padding: 6px;
        box-shadow: 10px 10px 0 var(--cec-teal);
    }

    .cec-story-grid {
        gap: 34px;
    }

    .cec-story {
        padding-top: 20px;
    }

    .cec-story blockquote {
        font-size: 1.08rem;
    }

    .cec-faq__layout {
        gap: 32px;
    }

    .cec-final {
        min-height: 650px;
    }

    .cec-final__content {
        padding-block: 80px;
    }

    .cec-final h2 {
        font-size: 2.34rem;
    }

    .svetlana-page .site-footer .container {
        width: calc(100% - 28px);
    }

    .svetlana-page .site-footer a {
        display: block;
        margin: 8px 0 0;
    }

    .cec-final {
        display: flex;
        min-height: 0;
        flex-direction: column;
        place-items: initial;
    }

    .cec-final > img {
        position: relative;
        z-index: 0;
        inset: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .cec-final__veil {
        display: none;
    }

    .cec-final__content {
        position: relative;
        z-index: 1;
        width: 100%;
        padding-block: 52px;
        background: var(--cec-ink);
    }
}

@media (max-width: 380px) {
    .svetlana-page .brand-logo img {
        width: 118px;
    }

    .svetlana-page .site-nav .sv-nav-cta {
        padding-inline: 9px;
        font-size: 0.68rem;
    }

    .cec h1 {
        font-size: 2.42rem;
    }

    .cec h2,
    .cec-problem .cec-heading h2,
    .cec-program .cec-heading h2 {
        font-size: 2.08rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .svetlana-page *,
    .svetlana-page *::before,
    .svetlana-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .cec-motion .cec-hero__media img,
    .cec-motion .cec-hero__content > *,
    .cec-motion .cec-reveal,
    .cec-motion .cec-reveal-media {
        opacity: 1;
        transform: none;
    }
}
