:root {
    --ink: #102033;
    --muted: #4e6176;
    --teal: #0f766e;
    --teal-dark: #0f3f46;
    --gold: #f8c96b;
    --soft: #f4faf9;
    --line: rgba(132, 154, 173, 0.28);
    --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    background: var(--soft);
    color: var(--ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    margin: 0;
}

a {
    color: inherit;
}

.site-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 16px max(22px, calc((100vw - 1180px) / 2));
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand {
    color: var(--teal-dark);
    font-weight: 950;
    text-decoration: none;
}

.site-nav div {
    display: flex;
    gap: 18px;
}

.site-nav a {
    font-weight: 800;
    text-decoration: none;
}

.hero,
.photo-section,
.final {
    min-height: min(820px, 92vh);
    overflow: hidden;
    position: relative;
}

.hero img,
.photo-section > img,
.final > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.hero::after,
.photo-section::after,
.final::after {
    background: linear-gradient(90deg, rgba(5, 29, 47, 0.84), rgba(11, 84, 104, 0.55) 48%, rgba(5, 29, 47, 0.12));
    content: "";
    inset: 0;
    position: absolute;
}

.hero-copy,
.photo-copy,
.final-copy {
    box-sizing: content-box;
    color: #ffffff;
    padding: 104px 32px 72px max(32px, calc((100vw - 1180px) / 2));
    position: relative;
    width: min(760px, 52vw);
    z-index: 1;
}

.photo-copy,
.final-copy {
    padding-top: 96px;
    width: min(660px, 48vw);
}

.kicker {
    color: var(--teal);
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.hero .kicker,
.photo-section .kicker,
.final .kicker {
    color: #c9f7ee;
}

h1,
h2,
h3 {
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 18px;
}

h1 {
    font-size: clamp(50px, 7.5vw, 104px);
}

h2 {
    font-size: clamp(34px, 4vw, 58px);
}

p {
    color: var(--muted);
    font-size: 18px;
    margin: 0 0 18px;
}

.hero p,
.photo-section p,
.final p {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.36;
}

.button {
    align-items: center;
    background: var(--gold);
    border: 1px solid rgba(248, 201, 107, 0.72);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(34, 20, 4, 0.22);
    color: #14213a;
    display: inline-flex;
    font-weight: 950;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    text-decoration: none;
}

.button.secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: none;
    color: #ffffff;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.proof span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 850;
    padding: 9px 13px;
}

.offer-box {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(5, 29, 47, 0.22);
    margin-top: 28px;
    max-width: 520px;
    padding: 18px 20px;
}

.offer-label {
    color: #c9f7ee;
    display: block;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.offer-box div {
    align-items: baseline;
    display: flex;
    gap: 14px;
}

.offer-box s {
    color: rgba(255, 255, 255, 0.72);
    font-size: 24px;
    font-weight: 800;
}

.offer-box strong {
    color: var(--gold);
    font-size: 54px;
    line-height: 1;
}

.offer-box p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    margin: 8px 0 0;
}

.offer-box.compact {
    margin: 24px 0;
}

.floating-offer {
    align-items: center;
    animation: badgePulse 3200ms ease-in-out infinite;
    aspect-ratio: 1;
    background: #f8c96b;
    clip-path: polygon(50% 0%, 58% 7%, 68% 3%, 74% 12%, 84% 10%, 88% 20%, 97% 25%, 94% 36%, 100% 45%, 94% 55%, 98% 66%, 88% 72%, 85% 84%, 73% 84%, 66% 95%, 55% 91%, 46% 100%, 37% 91%, 25% 95%, 20% 83%, 9% 80%, 12% 68%, 2% 61%, 7% 50%, 0% 40%, 9% 32%, 7% 20%, 19% 17%, 26% 8%, 37% 10%);
    color: #14213a;
    display: flex;
    filter: drop-shadow(0 18px 32px rgba(16, 32, 51, 0.26));
    flex-direction: column;
    font-weight: 950;
    height: 152px;
    justify-content: center;
    line-height: 1;
    position: fixed;
    right: 24px;
    text-align: center;
    text-decoration: none;
    bottom: 24px;
    transform: rotate(4deg);
    width: 152px;
    z-index: 40;
}

.floating-offer span {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.floating-offer strong {
    font-size: 42px;
    margin: 7px 0 5px;
}

.floating-offer small {
    font-size: 14px;
}

.floating-offer:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
}

.section,
.split,
.curriculum,
.course-list,
.stories {
    margin: 0 auto;
    max-width: 1180px;
    padding: 88px 32px;
}

.split {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}

.split.reverse {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.image-card {
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin: 0;
    overflow: hidden;
}

.image-card img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.center {
    margin: 0 auto 34px;
    max-width: 840px;
    text-align: center;
}

.pillars,
.module-grid,
.stories,
.course-grid {
    display: grid;
    gap: 18px;
}

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

.stories,
.course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.module,
.story,
.course-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(16, 32, 51, 0.08);
    padding: 24px;
}

.module span {
    color: var(--teal);
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 14px;
}

.photo-section,
.final {
    min-height: 620px;
}

.photo-copy h2,
.final-copy h2,
.photo-copy p,
.final-copy p {
    color: #ffffff;
}

.stats {
    background: var(--teal-dark);
    color: #ffffff;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats div {
    background: rgba(255, 255, 255, 0.06);
    padding: 42px 30px;
    text-align: center;
}

.stats strong {
    display: block;
    font-size: 54px;
    line-height: 1;
}

.stats span {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 850;
}

.story {
    overflow: hidden;
    padding: 0;
}

.story img,
.course-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.story div {
    padding: 22px 24px 24px;
}

.site-footer {
    align-items: flex-start;
    background: #0f3f46;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px max(22px, calc((100vw - 1180px) / 2));
}

.site-footer div,
.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.site-footer div {
    flex-direction: column;
    gap: 4px;
}

.site-footer strong,
.site-footer a {
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
}

.site-footer a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.legal-page {
    margin: 0 auto;
    max-width: 1180px;
    padding: 86px 32px;
}

.legal-hero {
    max-width: 850px;
}

.legal-hero h1 {
    font-size: clamp(42px, 5vw, 76px);
}

.legal-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 44px;
}

.legal-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(16, 32, 51, 0.08);
    padding: 28px;
}

.legal-card h2 {
    font-size: 28px;
}

.legal-card dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.legal-card dl div {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
}

.legal-card dt {
    color: var(--muted);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-card dd {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.checkout-page {
    margin: 0 auto;
    max-width: 1180px;
    padding: 76px 32px 96px;
}

.checkout-hero {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
}

.checkout-hero h1 {
    font-size: clamp(44px, 5.4vw, 82px);
}

.checkout-summary,
.checkout-form,
.payment-panel {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 32, 51, 0.1);
    padding: 28px;
}

.checkout-summary {
    background: linear-gradient(145deg, #0f3f46, #102033);
    color: #ffffff;
}

.checkout-summary h2,
.checkout-summary p {
    color: #ffffff;
}

.checkout-price {
    align-items: baseline;
    display: flex;
    gap: 14px;
    margin: 20px 0 14px;
}

.checkout-price s {
    color: rgba(255, 255, 255, 0.62);
    font-size: 26px;
    font-weight: 850;
}

.checkout-price strong {
    color: var(--gold);
    font-size: 70px;
    line-height: 1;
}

.checkout-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    margin-top: 28px;
}

.checkout-form {
    display: grid;
    gap: 18px;
}

.checkout-form label {
    color: var(--ink);
    display: grid;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
}

.checkout-form input {
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font: inherit;
    min-height: 52px;
    padding: 12px 14px;
}

.checkout-note {
    background: #f4faf9;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 8px;
    color: var(--muted);
    padding: 16px;
}

.checkout-note strong {
    color: var(--ink);
    display: block;
    margin-bottom: 4px;
}

.payment-panel ol {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding-left: 22px;
}

.payment-panel li {
    color: var(--muted);
    font-size: 17px;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.trust-list span {
    background: #f4faf9;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 999px;
    color: var(--teal-dark);
    font-size: 13px;
    font-weight: 900;
    padding: 9px 12px;
}

.fineprint {
    font-size: 15px;
}

.checkout-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.checkout-links a {
    color: var(--teal-dark);
    font-weight: 900;
}

.credentials-box {
    display: grid;
    gap: 14px;
    margin: 28px 0;
    max-width: 640px;
}

.credentials-box div {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(16, 32, 51, 0.08);
    display: grid;
    gap: 6px;
    padding: 20px;
}

.credentials-box span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.credentials-box strong {
    color: var(--ink);
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.course-body {
    background: #eef7f5;
}

.course-nav {
    z-index: 25;
}

.course-dashboard-hero {
    min-height: min(780px, 90vh);
    overflow: hidden;
    position: relative;
}

.course-dashboard-hero img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.course-dashboard-hero::after {
    background: linear-gradient(90deg, rgba(4, 27, 43, 0.9), rgba(12, 84, 97, 0.72), rgba(4, 27, 43, 0.14));
    content: "";
    inset: 0;
    position: absolute;
}

.course-dashboard-copy {
    color: #ffffff;
    padding: 110px 32px 86px max(32px, calc((100vw - 1180px) / 2));
    position: relative;
    width: min(980px, 72vw);
    z-index: 1;
}

.course-dashboard-copy h1,
.course-dashboard-copy p {
    color: #ffffff;
}

.course-dashboard-copy p {
    font-size: clamp(20px, 2vw, 29px);
}

.course-dashboard-copy h1 {
    font-size: clamp(42px, 5vw, 76px);
    max-width: 980px;
}

.course-progress {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.course-welcome aside,
.lesson-module {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 32, 51, 0.12);
}

.course-progress div {
    align-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(5, 29, 47, 0.24);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 132px;
    padding: 22px 18px 20px;
    position: relative;
    text-align: center;
}

.course-progress strong {
    color: var(--gold);
    display: block;
    font-size: clamp(54px, 6vw, 74px);
    letter-spacing: 0;
    line-height: 1;
}

.course-progress span {
    color: rgba(255, 255, 255, 0.94);
    display: block;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0.04em;
    line-height: 1.18;
    margin-top: 8px;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.course-welcome,
.lesson-board,
.lesson-reader {
    margin: 0 auto;
    max-width: 1180px;
    padding: 86px 32px;
}

.course-welcome {
    align-items: start;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.course-welcome aside {
    padding: 26px;
}

.course-welcome ul {
    color: var(--muted);
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.lesson-board {
    display: grid;
    gap: 22px;
}

.lesson-module {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
    overflow: hidden;
    padding: 0;
}

.lesson-module.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.lesson-module.reverse figure {
    order: 2;
}

.lesson-module figure {
    margin: 0;
}

.lesson-module img {
    display: block;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    width: 100%;
}

.lesson-module div {
    display: grid;
    gap: 12px;
    padding: 34px;
}

.module-label {
    color: var(--teal);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lesson-module a {
    background: #f4faf9;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    color: var(--teal-dark);
    font-weight: 900;
    padding: 14px 16px;
    text-decoration: none;
}

.week-studio {
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

.week-studio > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.week-studio::after {
    background: linear-gradient(90deg, rgba(5, 29, 47, 0.88), rgba(15, 63, 70, 0.66), rgba(5, 29, 47, 0.18));
    content: "";
    inset: 0;
    position: absolute;
}

.week-copy {
    color: #ffffff;
    padding: 96px 32px 96px max(32px, calc((100vw - 1180px) / 2));
    position: relative;
    width: min(760px, 55vw);
    z-index: 1;
}

.week-copy h2,
.week-copy p {
    color: #ffffff;
}

.week-grid {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.week-grid article {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px 1fr;
    padding: 16px;
}

.week-grid strong {
    color: var(--gold);
    font-size: 28px;
}

.week-grid span {
    font-weight: 850;
}

.lesson-reader {
    display: grid;
    gap: 18px;
}

.lesson-content {
    display: block;
}

.lesson-group-heading {
    border-top: 1px solid var(--line);
    margin: 72px 0 20px;
    padding-top: 42px;
}

.lesson-group-heading:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.course-lesson {
    margin: 0 0 62px;
    scroll-margin-top: 110px;
}

.course-lesson-title {
    border-left: 4px solid var(--teal);
    margin: 0 0 24px;
    padding: 2px 0 4px 18px;
}

.course-lesson-title span {
    color: var(--teal);
    display: block;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.course-lesson-title h2 {
    font-size: clamp(30px, 3vw, 46px);
    margin-bottom: 0;
}

.lesson-content .lesson-block,
.lesson-content .lesson-callout {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(16, 32, 51, 0.08);
    margin: 22px 0;
    padding: 28px;
}

.lesson-content .lesson-intro {
    background: linear-gradient(135deg, #eef9f6, #ffffff);
}

.lesson-content .summary-block {
    background: #f7fafb;
}

.lesson-content .two-column {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lesson-content ul,
.lesson-content ol {
    color: var(--muted);
    font-size: 18px;
    margin: 0 0 18px 24px;
}

.lesson-content li {
    margin: 8px 0;
}

.lesson-content .lesson-callout {
    background: #eef9f6;
    border-color: rgba(15, 118, 110, 0.24);
}

.lesson-content .lesson-callout p {
    font-size: 20px;
}

.course-next-step {
    margin: 0 auto;
    max-width: 940px;
    padding: 22px 32px 92px;
    text-align: center;
}

.lesson-page-hero {
    align-items: center;
    background: linear-gradient(135deg, rgba(5, 29, 47, 0.95), rgba(15, 118, 110, 0.86));
    color: #ffffff;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    padding: 82px max(32px, calc((100vw - 1180px) / 2)) 74px;
}

.lesson-page-hero-copy {
    max-width: 920px;
}

.lesson-page-hero figure {
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    box-shadow: 0 28px 74px rgba(5, 29, 47, 0.34);
    margin: 0;
    overflow: hidden;
}

.lesson-page-hero img,
.lesson-feature-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lesson-page-hero h1,
.lesson-page-hero p {
    color: #ffffff;
}

.lesson-page-hero h1 {
    font-size: clamp(38px, 5vw, 72px);
}

.lesson-page-hero p {
    font-size: clamp(19px, 2vw, 26px);
}

.single-lesson {
    max-width: 980px;
    padding-top: 58px;
}

.lesson-feature-image {
    aspect-ratio: 16 / 7;
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(16, 32, 51, 0.14);
    margin: 0 0 34px;
    overflow: hidden;
}

.lesson-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 28px 0 22px;
}

.button.light {
    background: #ffffff;
    border-color: var(--line);
    color: var(--teal-dark);
}

.floating-back {
    background: var(--teal-dark);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    bottom: 22px;
    box-shadow: 0 18px 42px rgba(16, 32, 51, 0.22);
    color: #ffffff;
    font-weight: 950;
    left: 22px;
    padding: 13px 16px;
    position: fixed;
    text-decoration: none;
    z-index: 24;
}

.course-card {
    padding: 0;
    overflow: hidden;
}

.course-card div {
    padding: 24px;
}

.my-course-grid {
    margin-top: 34px;
}

.reveal {
    animation: fadeUp 760ms ease both;
    animation-delay: calc(var(--delay, 0) * 120ms);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes badgePulse {
    0%,
    100% {
        transform: rotate(4deg) scale(1);
    }
    50% {
        transform: rotate(2deg) scale(1.035);
    }
}

@media (max-width: 760px) {
    .site-nav,
    .site-nav div,
    .actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero {
        min-height: 760px;
    }

    .hero::after,
    .photo-section::after,
    .final::after {
        background: linear-gradient(180deg, rgba(5, 29, 47, 0.9), rgba(5, 29, 47, 0.58) 65%, rgba(5, 29, 47, 0.22));
    }

    .hero-copy,
    .photo-copy,
    .final-copy {
        padding: 62px 20px 44px;
        width: auto;
    }

    .section,
    .split,
    .curriculum,
    .course-list,
    .stories,
    .legal-page,
    .checkout-page {
        padding: 58px 20px;
    }

    .checkout-hero,
    .checkout-grid,
    .course-welcome,
    .lesson-page-hero,
    .lesson-module,
    .lesson-module.reverse,
    .course-progress,
    .lesson-content .two-column,
    .split,
    .split.reverse,
    .pillars,
    .module-grid,
    .stories,
    .course-grid,
    .stats,
    .legal-grid {
        grid-template-columns: 1fr;
    }

    .course-dashboard-copy,
    .week-copy {
        padding: 68px 20px;
        width: auto;
    }

    .lesson-page-hero {
        padding: 58px 20px;
    }

    .lesson-page-hero figure,
    .lesson-feature-image {
        aspect-ratio: 4 / 3;
    }

    .course-welcome,
    .lesson-board,
    .lesson-reader {
        padding: 58px 20px;
    }

    .lesson-module.reverse figure {
        order: 0;
    }

    h1 {
        font-size: 48px;
    }

    .floating-offer {
        bottom: 12px;
        height: 118px;
        right: 12px;
        width: 118px;
    }

    .floating-offer strong {
        font-size: 32px;
    }

    .floating-offer span,
    .floating-offer small {
        font-size: 11px;
    }

    .site-footer {
        flex-direction: column;
        padding: 28px 20px;
    }
}
