/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b, strong {
        font-weight: bolder
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol, ul, menu {
        list-style: none
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple],[size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple],[size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }textarea {
         resize: vertical
     }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button, input:where([type=button],[type=reset],[type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }
}

:root {
    --bg: #f7f8fc;
    --surface: #fff;
    --ink: #17243a;
    --muted: #657087;
    --blue: #315bea;
    --blue-dark: #1737a2;
    --coral: #ff755c;
    --lime: #d8f45f;
    --sky: #eaf0ff;
    --line: #dfe4ef
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans), Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px
}

a {
    color: inherit;
    text-decoration: none
}

button, input, textarea {
    font: inherit
}

section[id] {
    scroll-margin-top: 104px
}

.site-header {
    z-index: 100;
    -webkit-backdrop-filter: blur(18px);
    background: #f7f8fcf0;
    border-bottom: 1px solid #dfe4efe0;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 0 max(28px, 50vw - 612px);
    display: flex;
    position: sticky;
    top: 0;
    box-shadow: 0 10px 34px #17243a12
}

.brand {
    align-items: center;
    gap: 11px;
    line-height: 1.05;
    display: flex
}

.brand-copy {
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    display: flex
}

.brand-copy b {
    letter-spacing: -.015em;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.08
}

.brand-copy small {
    color: var(--muted);
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1
}

.brand-emblem {
    background: var(--blue);
    border-radius: 15px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #ffffff24
}

.brand-emblem i {
    display: block;
    position: absolute
}

.brand-emblem .logo-roof {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 2px;
    width: 21px;
    height: 21px;
    top: 8px;
    left: 13px;
    transform: rotate(45deg)
}

.brand-emblem .logo-page {
    background: var(--lime);
    width: 16px;
    height: 13px;
    bottom: 8px
}

.brand-emblem .logo-page-left {
    border-radius: 3px 2px 2px 6px;
    left: 8px;
    transform: skewY(10deg)
}

.brand-emblem .logo-page-right {
    border-radius: 2px 3px 6px 2px;
    right: 8px;
    transform: skewY(-10deg)
}

.brand-emblem:after {
    content: "";
    background: var(--blue-dark);
    border-radius: 2px;
    width: 2px;
    height: 13px;
    position: absolute;
    bottom: 8px;
    left: 23px
}

nav {
    gap: 24px;
    font-size: 13px;
    font-weight: 600;
    display: flex
}

nav a, .text-link {
    transition: color .2s
}

nav a:hover, .text-link:hover {
    color: var(--blue)
}

.header-actions {
    align-items: center;
    gap: 18px;
    display: flex
}

.header-phone {
    white-space: nowrap;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    display: flex
}

.header-phone span {
    color: var(--muted);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2
}

.header-phone strong {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition: color .2s
}

.header-phone:hover strong {
    color: var(--blue)
}

.button {
    background: var(--blue);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s, background .2s, box-shadow .2s;
    display: inline-flex;
    box-shadow: 0 10px 24px #315bea33
}

.button:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px #315bea42
}

.button-small {
    min-height: 44px;
    box-shadow: none;
    border-radius: 12px;
    padding: 0 18px
}

.hero {
    background: var(--ink);
    border-radius: 34px;
    width: min(1280px, 100% - 56px);
    min-height: 680px;
    margin: 18px auto 48px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 28px 70px #17243a2e
}

.hero-copy {
    z-index: 2;
    color: #fff;
    background: linear-gradient(90deg, #0d182bf7 0%, #0d182be0 70%, #0d182b80 88%, #0d182b00 100%);
    flex-direction: column;
    justify-content: center;
    width: min(760px, 63%);
    min-height: 680px;
    padding: 48px 46px;
    display: flex;
    position: relative
}

.hero-target {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #ffffff1a;
    border: 1px solid #d8f45f61;
    border-radius: 16px;
    align-items: center;
    gap: 14px;
    width: max-content;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 7px 16px 7px 7px;
    display: inline-flex;
    box-shadow: 0 12px 30px #040c1c1f
}

.hero-target strong {
    background: var(--lime);
    color: var(--ink);
    letter-spacing: -.035em;
    white-space: nowrap;
    border-radius: 11px;
    padding: 10px 15px;
    font-size: 23px;
    font-weight: 800;
    line-height: 1
}

.hero-target span {
    color: #ffffffd1;
    letter-spacing: .09em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35
}

.eyebrow, .section-kicker {
    color: var(--blue);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3
}

.eyebrow {
    align-items: center;
    gap: 10px;
    display: flex
}

.eyebrow span {
    background: var(--coral);
    border-radius: 3px;
    width: 10px;
    height: 10px;
    transform: rotate(12deg)
}

h1, h2 {
    font-family: var(--font-sans), Arial, sans-serif;
    letter-spacing: -.055em;
    margin: 0;
    font-weight: 800
}

h1 {
    max-width: 650px;
    font-size: clamp(52px, 5.1vw, 74px);
    line-height: .99
}

h1 em {
    color: var(--lime);
    font-style: normal
}

h2 {
    font-size: clamp(40px, 4.6vw, 64px);
    line-height: 1.04
}

.lead {
    color: #ffffffc7;
    max-width: 610px;
    margin: 22px 0;
    font-size: 16px;
    line-height: 1.62
}

.hero-offer {
    max-width: 600px;
    color: var(--ink);
    background: linear-gradient(135deg, #f4fbd2, #e8f795);
    border: 1px solid #d6e74e;
    border-radius: 18px;
    grid-template-columns:1fr auto;
    align-items: center;
    gap: 22px;
    margin: 0 0 20px;
    padding: 16px 18px;
    display: grid;
    box-shadow: 0 14px 34px #52690c1a
}

.hero-offer > div {
    flex-direction: column;
    gap: 3px;
    display: flex
}

.hero-offer > div > span {
    color: #5d6e16;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2
}

.hero-offer strong {
    letter-spacing: -.04em;
    font-size: 27px;
    line-height: 1.15
}

.hero-offer strong small {
    letter-spacing: -.01em;
    font-size: 13px
}

.hero-offer p {
    border-left: 1px solid #5d6e163d;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding-left: 20px;
    display: flex
}

.hero-offer p b {
    color: var(--blue-dark);
    font-size: 15px
}

.hero-offer p span {
    color: #5d6e16;
    font-size: 11px
}

.hero-actions {
    align-items: center;
    gap: 26px;
    display: flex
}

.text-link {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 800
}

.hero .text-link:hover {
    color: var(--lime)
}

.text-link span {
    color: var(--coral);
    margin-left: 5px
}

.quick-facts {
    grid-template-columns:repeat(2, 1fr);
    gap: 9px;
    max-width: 700px;
    margin-top: 24px;
    display: grid
}

.quick-facts > * {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #ffffff1c;
    border: 1px solid #fff3;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 68px;
    padding: 12px 14px;
    display: flex
}

.quick-facts b {
    font-size: 16px;
    line-height: 1.2
}

.quick-facts span {
    color: #ffffffa8;
    font-size: 11px;
    line-height: 1.35
}

.quick-facts .trust-fact {
    background: #ff755c24;
    border-color: #ff755c80
}

.quick-facts .trust-fact b {
    color: #ffae9e
}

.location-fact {
    transition: transform .2s, background .2s, border-color .2s
}

.location-fact:hover {
    background: #d8f45f26;
    border-color: #d8f45fa6;
    transform: translateY(-2px)
}

.location-fact b {
    color: var(--lime)
}

.hero-scene {
    z-index: 0;
    background: var(--sky);
    position: absolute;
    inset: 0;
    overflow: hidden
}

.hero-scene:after {
    content: "";
    background: linear-gradient(#0000 64%, #0d182b3d);
    position: absolute;
    inset: 0
}

.hero-scene > img {
    object-fit: cover;
    object-position: 52% center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0
}

.hero-badge {
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fffffff0;
    border-radius: 18px;
    align-items: center;
    gap: 13px;
    min-width: 186px;
    padding: 16px 18px;
    display: flex;
    position: absolute;
    bottom: 22px;
    right: 22px;
    box-shadow: 0 12px 35px #17243a29
}

.hero-badge strong {
    color: var(--blue);
    font-size: 30px;
    line-height: 1
}

.hero-badge span {
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35
}

.offer-section, .space, .terms {
    padding: 84px max(28px, 50vw - 612px)
}

.community-intro {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, #fff 0%, #f4f7ff 100%);
    border-radius: 32px;
    grid-template-columns:minmax(0, 1.55fr) minmax(280px, .75fr);
    align-items: center;
    gap: 30px;
    width: min(1224px, 100% - 56px);
    margin: 0 auto 48px;
    padding: 38px;
    display: grid;
    box-shadow: 0 22px 60px #17243a14
}

.community-copy {
    padding: 6px 10px 2px
}

.community-copy h2 {
    margin-bottom: 22px
}

.community-copy > p {
    max-width: 710px;
    color: var(--muted);
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.65
}

.community-copy .community-lead {
    color: var(--ink);
    letter-spacing: -.015em;
    font-size: 21px;
    line-height: 1.55
}

.community-note {
    background: var(--blue);
    color: #fff;
    border-radius: 25px;
    flex-direction: column;
    justify-content: center;
    min-height: 310px;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 44px #315bea33
}

.community-note:before {
    content: "";
    border: 34px solid #d8f45fa6;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    position: absolute;
    top: -72px;
    right: -60px
}

.community-note > span {
    color: var(--lime);
    letter-spacing: -.07em;
    font-size: 78px;
    font-weight: 800;
    line-height: .9
}

.community-note > p {
    margin: 14px 0 22px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25
}

.community-values {
    gap: 8px;
    display: grid
}

.community-values b {
    color: #ffffffe0;
    background: #ffffff1a;
    border: 1px solid #ffffff2e;
    border-radius: 11px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.35
}

.offer-section {
    background: var(--surface)
}

.offer-heading {
    grid-template-columns:1.08fr .92fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 40px;
    display: grid
}

.offer-heading > p {
    max-width: 520px;
    color: var(--muted);
    margin: 0;
    font-size: 16px;
    line-height: 1.75
}

.offer-layout {
    grid-template-columns:1.08fr .92fr;
    align-items: stretch;
    gap: 18px;
    display: grid
}

.offer-list {
    gap: 12px;
    display: grid
}

.offer-list article {
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 20px;
    grid-template-columns:44px 1fr;
    gap: 17px;
    min-height: 148px;
    padding: 22px;
    display: grid
}

.offer-list article > span {
    background: var(--sky);
    width: 44px;
    height: 44px;
    color: var(--blue);
    border-radius: 13px;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
    display: grid
}

.offer-list h3 {
    letter-spacing: -.025em;
    margin: 2px 0 8px;
    font-size: 20px;
    line-height: 1.2
}

.offer-list p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.classroom-feature {
    background: var(--sky);
    border-radius: 26px;
    min-height: 468px;
    margin: 0;
    position: relative;
    overflow: hidden
}

.classroom-feature:after {
    content: "";
    background: linear-gradient(#0000, #0c1729d1);
    position: absolute;
    inset: 52% 0 0
}

.classroom-feature img {
    object-fit: cover;
    object-position: 48% center;
    width: 100%;
    height: 100%;
    display: block
}

.classroom-feature figcaption {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    gap: 5px;
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 26px;
    right: 26px
}

.classroom-feature figcaption b {
    font-size: 23px;
    line-height: 1.2
}

.classroom-feature figcaption span {
    color: #ffffffc2;
    font-size: 13px;
    line-height: 1.45
}

.teacher {
    grid-template-columns:.82fr 1.18fr;
    align-items: center;
    gap: 64px;
    width: min(1224px, 100% - 56px);
    margin: 0 auto;
    padding: 76px 0;
    display: grid
}

.teacher-photo {
    background: var(--sky);
    border-radius: 28px;
    min-height: 430px;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 54px #17243a21
}

.teacher-photo:after {
    content: "20+ лет опыта";
    color: var(--blue-dark);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #ffffffeb;
    border-radius: 13px;
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 800;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.teacher-photo img {
    object-fit: cover;
    object-position: 76% center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0
}

.teacher-copy h2 {
    margin-bottom: 28px
}

.teacher-copy > p {
    max-width: 590px;
    color: var(--muted);
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75
}

.teacher-copy .teacher-lead {
    color: var(--ink);
    letter-spacing: -.025em;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45
}

.teacher-points {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 32px;
    display: flex
}

.teacher-points span {
    background: var(--sky);
    color: var(--blue-dark);
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 12px;
    font-weight: 700
}

.section-heading, .space-heading {
    grid-template-columns:1.08fr .92fr;
    align-items: end;
    gap: 80px;
    display: grid
}

.section-heading > p, .space-heading > p, .day-copy > p, .apply-copy > p {
    max-width: 520px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75
}

.section-heading > p strong {
    color: var(--ink);
    font-weight: 800
}

.principles {
    grid-template-columns:repeat(4, 1fr);
    gap: 14px;
    margin-top: 60px;
    display: grid
}

.principles article {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 22px;
    min-height: 240px;
    padding: 26px
}

.principles article:nth-child(2) {
    background: var(--sky)
}

.principles article:nth-child(3) {
    background: #fff0ec
}

.principles article:nth-child(4) {
    background: #f3f9d8
}

.principles span, .terms-grid article > span {
    background: var(--surface);
    width: 38px;
    height: 38px;
    color: var(--blue);
    border-radius: 12px;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
    display: grid
}

.principles h3, .timeline h3, .terms h3 {
    letter-spacing: -.025em;
    margin: 36px 0 12px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2
}

.principles p, .timeline p, .terms-grid p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.65
}

.day {
    grid-template-columns:.82fr 1.18fr;
    gap: 100px;
    width: min(1224px, 100% - 56px);
    margin: 0 auto;
    padding: 120px 0;
    display: grid
}

.day-copy {
    align-self: start;
    position: sticky;
    top: 108px
}

.day-copy h2 {
    margin-bottom: 26px
}

.note {
    background: var(--sky);
    border-radius: 14px;
    padding: 15px 17px;
    font-weight: 600;
    color: var(--blue-dark) !important;
    font-size: 13px !important
}

.timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

.timeline li {
    grid-template-columns:72px 18px 1fr;
    gap: 16px;
    min-height: 114px;
    padding: 0 0 20px;
    display: grid
}

.timeline time {
    color: var(--blue);
    padding-top: 3px;
    font-size: 13px;
    font-weight: 800
}

.timeline .dot {
    background: var(--coral);
    border-radius: 4px;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    position: relative;
    transform: rotate(10deg)
}

.timeline .dot:after {
    content: "";
    border-left: 2px solid var(--line);
    height: 76px;
    position: absolute;
    top: 18px;
    left: 5px;
    transform: rotate(-10deg)
}

.timeline li:last-child .dot:after {
    display: none
}

.timeline h3 {
    margin: 0 0 8px
}

.space {
    background: var(--bg)
}

.space-top {
    grid-template-columns:minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    margin-bottom: 42px;
    display: grid
}

.space-heading h2 {
    margin-top: 4px
}

.slider-controls {
    gap: 10px;
    display: flex
}

.slider-controls button {
    border: 1px solid var(--line);
    background: var(--surface);
    width: 52px;
    height: 52px;
    color: var(--ink);
    cursor: pointer;
    border-radius: 50%;
    place-items: center;
    font-size: 23px;
    line-height: 1;
    transition: border-color .2s, color .2s, transform .2s, background .2s;
    display: grid
}

.slider-controls button:hover {
    border-color: var(--blue);
    background: var(--sky);
    color: var(--blue);
    transform: translateY(-2px)
}

.slider-controls button:focus-visible, .photo-slider:focus-visible {
    outline-offset: 4px;
    outline: 3px solid #315bea47
}

.photo-slider {
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    grid-auto-columns: min(72vw, 860px);
    grid-auto-flow: column;
    gap: 16px;
    scroll-padding-inline: 1px;
    display: grid;
    overflow-x: auto
}

.photo-slider::-webkit-scrollbar {
    display: none
}

.photo-slider figure {
    aspect-ratio: 16/9;
    background: var(--sky);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 24px;
    margin: 0;
    position: relative;
    overflow: hidden
}

.photo-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .45s;
    display: block
}

.photo-slider figure:hover img {
    transform: scale(1.018)
}

.photo-slider figure:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000, #0b1527b8);
    position: absolute;
    inset: 55% 0 0
}

.photo-slider figcaption {
    z-index: 1;
    color: #fff;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 22px;
    right: 22px
}

.photo-slider figcaption span {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #ffffff2e;
    border-radius: 10px;
    flex: 0 0 34px;
    place-items: center;
    width: 34px;
    height: 34px;
    font-size: 11px;
    display: grid
}

.slider-hint {
    color: var(--muted);
    align-items: center;
    gap: 9px;
    margin: 18px 0 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex
}

.slider-hint span {
    color: var(--blue);
    font-size: 18px
}

.terms {
    background: var(--blue);
    color: #fff
}

.terms .section-kicker {
    color: var(--lime)
}

.terms-grid {
    grid-template-columns:repeat(3, 1fr);
    gap: 14px;
    margin-top: 58px;
    display: grid
}

.terms-grid article {
    background: #ffffff1a;
    border: 1px solid #ffffff2e;
    border-radius: 22px;
    min-height: 250px;
    padding: 28px
}

.terms-grid article:first-child {
    background: var(--lime);
    color: var(--ink);
    border-color: #0000
}

.terms-grid article > span {
    background: #ffffffeb
}

.terms h3 {
    margin: 34px 0 18px
}

.terms strong {
    letter-spacing: -.03em;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    display: block
}

.terms-grid p {
    color: #ffffffc7;
    margin-top: 14px
}

.terms-grid article:first-child p {
    color: #536028
}

.apply {
    grid-template-columns:.85fr 1.15fr;
    gap: 72px;
    width: min(1224px, 100% - 56px);
    margin: 0 auto;
    padding: 84px 0;
    display: grid
}

.apply h2 {
    margin-bottom: 26px
}

.contact-card {
    border-top: 1px solid var(--line);
    margin-top: 38px
}

.contact-card p {
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 16px 0;
    font-size: 13px;
    display: flex
}

.contact-card span {
    color: var(--muted)
}

.contact-card b {
    text-align: right
}

.contact-card a {
    color: var(--blue)
}

form {
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 22px 60px #17243a14
}

label {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 19px;
    font-size: 13px;
    font-weight: 800;
    display: flex
}

input, textarea {
    border: 1px solid var(--line);
    background: var(--bg);
    width: 100%;
    color: var(--ink);
    border-radius: 12px;
    outline: none;
    padding: 14px 15px;
    font-size: 15px
}

input:focus, textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px #315bea1f
}

textarea {
    resize: vertical
}

.form-row {
    grid-template-columns:1fr 1fr;
    gap: 16px;
    display: grid
}

.consent {
    color: var(--muted);
    flex-direction: row;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

.consent input {
    width: 18px;
    height: 18px;
    accent-color: var(--blue);
    margin: 0;
    padding: 0
}

.submit {
    width: 100%
}

.submit:disabled {
    opacity: .6;
    cursor: wait
}

.form-status {
    text-align: center;
    min-height: 22px;
    margin: 13px 0 0;
    font-size: 12px
}

.form-status.success {
    color: #2d7a3f
}

.form-status.error {
    color: #c33f3f
}

footer {
    border-top: 1px solid var(--line);
    width: min(1224px, 100% - 56px);
    color: var(--muted);
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 34px 0 48px;
    font-size: 12px;
    display: flex
}

@media (width <= 1280px) and (width >= 1181px) {
    .site-header {
        gap: 18px
    }

    nav {
        gap: 16px
    }

    .header-actions {
        gap: 10px
    }

    .button-small {
        padding-inline: 14px
    }

    .hero-copy {
        width: 66%;
        padding-inline: 40px
    }
}

@media (width <= 1180px) {
    nav {
        display: none
    }

    .hero {
        width: calc(100% - 56px);
        min-height: 640px;
        margin: 12px auto 44px
    }

    .hero-copy {
        width: 70%;
        min-height: 640px;
        padding: 38px 36px
    }

    .hero-scene > img {
        object-position: 52% center
    }

    h1 {
        font-size: clamp(50px, 6vw, 66px)
    }

    .quick-facts {
        max-width: none
    }

    .offer-heading, .section-heading, .space-heading, .day, .apply {
        grid-template-columns:1fr;
        gap: 48px
    }

    .community-intro {
        grid-template-columns:minmax(0, 1.45fr) minmax(260px, .75fr);
        gap: 24px;
        width: calc(100% - 56px);
        padding: 28px
    }

    .community-note {
        min-height: 290px;
        padding: 26px
    }

    .offer-layout {
        grid-template-columns:1.12fr .88fr;
        gap: 18px
    }

    .classroom-feature {
        min-height: 456px
    }

    .teacher {
        grid-template-columns:.82fr 1.18fr;
        gap: 42px;
        width: calc(100% - 56px);
        padding: 78px 0
    }

    .teacher-photo {
        min-height: 410px
    }

    .space-top {
        grid-template-columns:minmax(0, 1fr) auto;
        gap: 24px
    }

    .principles {
        grid-template-columns:1fr 1fr
    }

    .day, .apply {
        width: 100%;
        padding: 72px 28px
    }

    .day-copy {
        position: static
    }

    .terms-grid {
        grid-template-columns:1fr
    }

    .terms-grid article {
        min-height: 0
    }

    footer {
        width: auto;
        margin: 0 28px
    }
}

@media (width <= 900px) {
    .hero {
        flex-direction: column;
        min-height: 0;
        display: flex
    }

    .hero-scene {
        order: 0;
        height: 330px;
        min-height: 330px;
        position: relative;
        inset: auto
    }

    .hero-scene:after {
        background: linear-gradient(#0000 58%, #17243a61)
    }

    .hero-scene > img {
        object-position: center 45%;
        min-height: 0
    }

    .hero-copy {
        background: var(--ink);
        order: 1;
        width: 100%;
        min-height: 0;
        padding: 38px
    }

    .offer-layout, .teacher {
        grid-template-columns:1fr
    }

    .offer-layout {
        gap: 20px
    }

    .classroom-feature {
        min-height: 340px
    }

    .teacher {
        gap: 34px;
        width: 100%;
        padding: 68px 20px
    }

    .teacher-photo {
        min-height: 330px
    }
}

@media (width <= 820px) {
    .community-intro {
        grid-template-columns:1fr;
        gap: 20px
    }

    .community-note {
        grid-template-columns:auto 1fr;
        align-items: end;
        gap: 8px 20px;
        min-height: 0;
        display: grid
    }

    .community-note > p {
        margin: 0 0 4px
    }

    .community-values {
        grid-column: 1/-1;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        margin-top: 10px
    }
}

@media (width <= 620px) {
    body {
        font-size: 16px
    }

    section[id] {
        scroll-margin-top: 82px
    }

    .site-header {
        grid-template-columns:minmax(0, 1fr) auto;
        gap: 10px;
        height: 72px;
        min-height: 72px;
        padding: 9px 16px;
        display: grid
    }

    .header-actions {
        width: auto;
        display: block
    }

    .header-phone {
        background: var(--sky);
        border-radius: 12px;
        justify-content: center;
        align-items: center;
        min-height: 40px;
        padding: 0 11px
    }

    .header-phone span {
        display: none
    }

    .header-phone strong {
        color: var(--blue-dark);
        font-size: 12px
    }

    .header-actions > .button {
        display: none
    }

    .brand-emblem {
        border-radius: 13px;
        flex-basis: 42px;
        width: 42px;
        height: 42px
    }

    .brand-copy b {
        font-size: 12px
    }

    .brand-copy small {
        display: none
    }

    .hero {
        border-radius: 22px;
        gap: 0;
        width: calc(100% - 32px);
        margin: 8px auto 50px;
        padding: 0
    }

    .hero-scene {
        border-radius: 0;
        height: 245px;
        min-height: 245px
    }

    .hero-scene > img {
        object-position: center 44%;
        transform-origin: 50%;
        min-height: 0;
        transform: scale(1.04)
    }

    .hero-copy {
        padding: 28px 20px 24px
    }

    .hero-badge {
        border-radius: 14px;
        min-width: 162px;
        padding: 12px 14px;
        bottom: 12px;
        right: 12px
    }

    .hero-badge strong {
        font-size: 25px
    }

    .hero-target {
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        margin-bottom: 18px;
        padding-right: 12px
    }

    .hero-target strong {
        padding: 10px 12px;
        font-size: 21px
    }

    .hero-target span {
        text-align: right;
        max-width: 132px;
        font-size: 9px
    }

    .eyebrow, .section-kicker {
        margin-bottom: 16px;
        font-size: 10px
    }

    h1 {
        font-size: clamp(39px, 12vw, 52px);
        line-height: 1.02
    }

    h2 {
        font-size: 37px;
        line-height: 1.08
    }

    .lead {
        margin: 22px 0;
        font-size: 16px;
        line-height: 1.65
    }

    .hero-offer {
        border-radius: 15px;
        grid-template-columns:1fr;
        gap: 12px;
        margin-bottom: 20px;
        padding: 15px
    }

    .hero-offer strong {
        font-size: 25px
    }

    .hero-offer p {
        border-top: 1px solid #5d6e163d;
        border-left: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 12px 0 0
    }

    .hero-actions {
        grid-template-columns:1fr;
        gap: 8px;
        display: grid
    }

    .hero-actions .button {
        width: 100%
    }

    .text-link {
        text-align: center
    }

    .quick-facts {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 24px
    }

    .quick-facts > * {
        min-height: 68px;
        padding: 13px 15px
    }

    .quick-facts b {
        font-size: 16px
    }

    .quick-facts span {
        font-size: 12px
    }

    .offer-section, .space, .terms {
        padding: 60px 16px
    }

    .community-intro {
        border-radius: 24px;
        gap: 18px;
        width: calc(100% - 32px);
        margin-bottom: 36px;
        padding: 18px
    }

    .community-copy {
        padding: 4px 2px 0
    }

    .community-copy .community-lead {
        font-size: 18px
    }

    .community-note {
        border-radius: 20px;
        min-height: 0;
        padding: 22px
    }

    .community-note > span {
        font-size: 66px
    }

    .community-note > p {
        font-size: 19px
    }

    .community-values {
        grid-template-columns:1fr
    }

    .offer-heading {
        gap: 22px;
        margin-bottom: 34px
    }

    .offer-list article {
        grid-template-columns:38px 1fr;
        gap: 13px;
        min-height: 0;
        padding: 18px
    }

    .offer-list article > span {
        border-radius: 11px;
        width: 38px;
        height: 38px
    }

    .classroom-feature {
        border-radius: 18px;
        min-height: 360px
    }

    .classroom-feature img {
        object-position: 52% center
    }

    .teacher {
        gap: 30px;
        padding: 62px 16px
    }

    .teacher-photo {
        border-radius: 22px;
        min-height: 300px
    }

    .teacher-photo img {
        object-position: 76% center
    }

    .teacher-copy .teacher-lead {
        font-size: 19px
    }

    .section-heading, .space-heading {
        gap: 22px
    }

    .principles {
        grid-template-columns:1fr;
        margin-top: 38px
    }

    .principles article {
        min-height: 0;
        padding: 22px
    }

    .principles h3 {
        margin-top: 28px
    }

    .day, .apply {
        gap: 32px;
        padding: 60px 16px
    }

    .timeline li {
        grid-template-columns:60px 16px 1fr;
        gap: 10px;
        min-height: 126px
    }

    .space-top {
        grid-template-columns:1fr;
        gap: 20px;
        margin-bottom: 26px
    }

    .slider-controls {
        justify-content: flex-end
    }

    .slider-controls button {
        width: 46px;
        height: 46px;
        font-size: 21px
    }

    .photo-slider {
        grid-auto-columns: 86vw;
        gap: 10px
    }

    .photo-slider figure {
        aspect-ratio: 4/3;
        border-radius: 16px
    }

    .photo-slider figcaption {
        gap: 9px;
        font-size: 12px;
        bottom: 13px;
        left: 14px;
        right: 14px
    }

    .photo-slider figcaption span {
        border-radius: 9px;
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 10px
    }

    .slider-hint {
        margin-top: 13px;
        font-size: 11px
    }

    .terms-grid {
        margin-top: 38px
    }

    .terms-grid article {
        border-radius: 18px;
        padding: 22px
    }

    .form-row {
        grid-template-columns:1fr;
        gap: 0
    }

    form {
        border-radius: 20px;
        padding: 24px 18px
    }

    footer {
        align-items: flex-end;
        gap: 18px;
        width: auto;
        margin: 0 16px;
        padding-bottom: 32px
    }

    footer > p:nth-child(2) {
        display: none
    }
}

@media (width <= 420px) {
    .site-header .brand-copy {
        display: none
    }

    .header-phone strong {
        font-size: 11.5px
    }
}

@media (width >= 1440px) {
    body {
        font-size: 17px
    }

    .site-header {
        padding-inline: max(40px, 50vw - 690px)
    }

    .hero {
        width: min(1460px, 100% - 80px);
        min-height: 720px
    }

    .hero-copy {
        width: 62%;
        min-height: 720px;
        padding-inline: 58px
    }

    .hero-target strong {
        font-size: 26px
    }

    h1 {
        max-width: 720px;
        font-size: 78px
    }

    h2 {
        font-size: 68px
    }

    .lead {
        max-width: 650px;
        font-size: 17px
    }

    .quick-facts {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .offer-section, .space, .terms {
        padding-left: max(40px, 50vw - 690px);
        padding-right: max(40px, 50vw - 690px)
    }

    .community-intro {
        grid-template-columns:minmax(0, 1.65fr) minmax(320px, .7fr);
        width: min(1380px, 100% - 80px);
        padding: 44px
    }

    .teacher, .day, .apply, footer {
        width: min(1380px, 100% - 80px)
    }

    .teacher {
        gap: 82px;
        padding-block: 82px
    }

    .teacher-photo {
        min-height: 460px
    }

    .principles article {
        min-height: 260px
    }

    .photo-slider {
        grid-auto-columns: min(68vw, 980px);
        gap: 20px
    }

    .photo-slider figcaption {
        font-size: 15px
    }
}

@media (width >= 1920px) {
    body {
        font-size: 18px
    }

    section[id] {
        scroll-margin-top: 128px
    }

    .site-header {
        height: 112px;
        padding-inline: max(40px, 50vw - 830px)
    }

    .brand-copy b {
        font-size: 15px
    }

    .brand-copy small {
        font-size: 10px
    }

    .brand-emblem {
        border-radius: 16px;
        width: 50px;
        height: 50px
    }

    nav {
        gap: 42px;
        font-size: 16px
    }

    .header-phone span {
        font-size: 10px
    }

    .header-phone strong {
        font-size: 15px
    }

    .button {
        min-height: 60px;
        padding-inline: 30px;
        font-size: 16px
    }

    .button-small {
        min-height: 50px
    }

    .hero {
        width: min(1740px, 100% - 120px);
        min-height: 780px
    }

    .hero-copy {
        width: 61%;
        min-height: 780px;
        padding: 68px
    }

    .hero-target {
        margin-bottom: 24px;
        padding: 9px 19px 9px 9px
    }

    .hero-target strong {
        padding: 12px 18px;
        font-size: 30px
    }

    .hero-target span {
        font-size: 12px
    }

    .hero-scene {
        border-radius: 40px
    }

    h1 {
        max-width: 850px;
        font-size: 92px
    }

    h2 {
        font-size: 78px
    }

    .eyebrow, .section-kicker {
        font-size: 14px
    }

    .lead {
        max-width: 720px;
        font-size: 20px;
        line-height: 1.7
    }

    .hero-offer {
        border-radius: 22px;
        max-width: 720px;
        padding: 22px 24px
    }

    .hero-offer strong {
        font-size: 32px
    }

    .hero-offer p b {
        font-size: 18px
    }

    .hero-offer p span {
        font-size: 13px
    }

    .quick-facts div {
        min-height: 108px;
        padding: 20px
    }

    .quick-facts b {
        font-size: 19px
    }

    .quick-facts span {
        font-size: 13px
    }

    .offer-section, .space, .terms {
        padding: 108px max(60px, 50vw - 800px)
    }

    .community-intro {
        grid-template-columns:minmax(0, 1.7fr) minmax(360px, .65fr);
        width: min(1600px, 100% - 120px);
        padding: 52px
    }

    .teacher, .day, .apply {
        gap: 110px;
        width: min(1600px, 100% - 120px);
        padding-block: 108px
    }

    .teacher {
        gap: 100px;
        padding-block: 90px
    }

    .teacher-photo {
        min-height: 480px
    }

    .day-copy {
        top: 136px
    }

    footer {
        width: min(1600px, 100% - 120px);
        padding-block: 44px 62px
    }

    .section-heading > p, .space-heading > p, .day-copy > p, .apply-copy > p {
        max-width: 620px;
        font-size: 18px
    }

    .principles {
        gap: 20px
    }

    .principles article {
        border-radius: 28px;
        min-height: 300px;
        padding: 34px
    }

    .principles h3, .timeline h3, .terms h3 {
        font-size: 25px
    }

    .principles p, .timeline p, .terms-grid p {
        font-size: 16px
    }

    .space-top {
        margin-bottom: 52px
    }

    .slider-controls button {
        width: 64px;
        height: 64px;
        font-size: 28px
    }

    .photo-slider {
        grid-auto-columns: 1120px;
        gap: 24px
    }

    .photo-slider figure {
        border-radius: 30px
    }

    .photo-slider figcaption {
        font-size: 18px;
        bottom: 24px;
        left: 28px;
        right: 28px
    }

    .photo-slider figcaption span {
        border-radius: 12px;
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 13px
    }

    .slider-hint {
        margin-top: 22px;
        font-size: 14px
    }

    .terms-grid article {
        min-height: 290px;
        padding: 36px
    }

    .terms strong {
        font-size: 30px
    }

    form {
        padding: 44px
    }

    label {
        font-size: 15px
    }

    input, textarea {
        padding: 17px 18px;
        font-size: 17px
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    .button, .photo-slider img, .slider-controls button {
        transition: none
    }
}

/* CRM form: keeps the already-connected live form from the original site */


@media (width <= 900px) {


}

@media (width <= 620px) {


}

/* Compact application CTA: avoids embedding the whole original site */
.apply-cta {
    width: min(1224px, 100% - 56px);
    margin: 0 auto;
    padding: 84px 0;
    display: grid;
    grid-template-columns:1.15fr .85fr;
    gap: 56px;
    align-items: center
}

.apply-cta-copy h2 {
    margin-bottom: 24px
}

.apply-cta-copy > p:last-child {
    max-width: 650px;
    color: var(--muted);
    margin: 0;
    font-size: 16px;
    line-height: 1.75
}

.apply-cta-actions {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 30px;
    display: grid;
    gap: 16px;
    box-shadow: 0 22px 60px #17243a14
}

.apply-cta-actions .button {
    width: 100%
}

.apply-phone {
    background: var(--sky);
    border-radius: 14px;
    min-height: 70px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-align: center
}

.apply-phone span {
    color: var(--muted);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800
}

.apply-phone strong {
    color: var(--blue-dark);
    font-size: 17px;
    font-weight: 800
}

@media (width <= 1180px) {
    .apply-cta {
        width: 100%;
        padding: 72px 28px;
        grid-template-columns:1fr;
        gap: 32px
    }

    .apply-cta-actions {
        max-width: 620px;
        width: 100%
    }
}

@media (width <= 620px) {
    .apply-cta {
        padding: 60px 16px;
        gap: 28px
    }

    .apply-cta-actions {
        border-radius: 20px;
        padding: 20px 16px
    }

    .apply-cta-copy > p:last-child {
        font-size: 15px;
        line-height: 1.65
    }

    .apply-phone {
        min-height: 64px
    }
}

@media (width >= 1920px) {
    .apply-cta {
        width: min(1600px, 100% - 120px);
        padding-block: 108px;
        gap: 110px
    }

    .apply-cta-copy > p:last-child {
        max-width: 720px;
        font-size: 18px
    }

    .apply-cta-actions {
        padding: 38px
    }
}

@media (width <= 620px) {
    .community-intro h2 {
        font-size: clamp(29px, 9vw, 37px);
        line-height: 1.09
    }
}


/* Final delivery safety overrides */
html, body {
    max-width: 100%;
    overflow-x: hidden
}

.community-copy h2 {
    font-size: clamp(28px, 4.4vw, 56px);
    letter-spacing: -.04em;
    overflow-wrap: break-word
}

.form-status a {
    color: var(--blue);
    font-weight: 800;
    text-decoration: underline
}

@media (width <= 620px) {
    .community-copy h2 {
        font-size: clamp(26px, 7.4vw, 34px)
    }

    .community-copy h2 br {
        display: none
    }
}
