body.cv2-lp {
    --lp-ink: #112c3a;
    --lp-deep: #133447;
    --lp-blue: #2f6f8d;
    --lp-blue-dark: #255d78;
    --lp-gold: #f1c842;
    --lp-paper: #fffdf8;
    --lp-warm: #f5f1e8;
    --lp-mist: #eef5f4;
    --lp-line: #d9ded8;
    --lp-muted: #5f717b;
    --lp-soft-shadow: 0 22px 52px rgba(17, 44, 58, 0.1);
    background: var(--lp-paper);
    color: var(--lp-ink);
}

.cv2-lp #think_page_trace_open,
.cv2-lp #think_page_trace_tab {
    display: none !important;
}

.cv2-lp .cv2-btn {
    border-radius: 8px;
    letter-spacing: 0;
    text-transform: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cv2-lp .cv2-btn--primary {
    background: var(--lp-blue);
    border-color: var(--lp-blue);
    color: #fff;
}

.cv2-lp .cv2-btn--primary:hover,
.cv2-lp .cv2-btn--primary:focus-visible {
    background: var(--lp-blue-dark);
    border-color: var(--lp-blue-dark);
    color: #fff;
    transform: translateY(-1px);
}

.cv2-lp .cv2-btn--white {
    background: #fff;
    border-color: #fff;
    color: var(--lp-ink);
}

.cv2-lp .cv2-btn--outline {
    background: transparent;
    border-color: var(--lp-blue);
    color: var(--lp-blue-dark);
}

.cv2-lp .cv2-btn--outline:hover,
.cv2-lp .cv2-btn--outline:focus-visible {
    background: var(--lp-blue-dark);
    border-color: var(--lp-blue-dark);
    color: #fff;
    transform: translateY(-1px);
}

.cv2-lp-shell {
    min-height: 100vh;
    overflow-x: clip;
    background: var(--lp-paper);
}

.cv2-lp-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    padding: 16px 30px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 222, 216, 0.82);
    box-shadow: 0 10px 30px rgba(9, 28, 38, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cv2-lp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, 1480px);
    margin: 0 auto;
}

.cv2-lp-header__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.cv2-lp-header__brand img {
    display: block;
    width: auto;
    max-width: 212px;
    height: 44px;
    object-fit: contain;
}

.cv2-lp-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    min-width: 0;
}

.cv2-lp-header__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
    color: var(--lp-ink);
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.cv2-lp-header__phone-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(17, 44, 58, 0.56);
}

.cv2-lp-header__phone-value {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--lp-ink);
}

.cv2-lp-header__cta {
    min-height: 44px;
    padding-inline: 20px;
    font-weight: 900;
    white-space: nowrap;
}

.cv2-lp-main {
    background: var(--lp-paper);
}

.cv2-lp-hero {
    position: relative;
    min-height: 700px;
    height: 88svh;
    max-height: 820px;
    overflow: hidden;
    isolation: isolate;
    background: var(--lp-deep);
}

.cv2-lp-hero__image,
.cv2-lp-hero__shade {
    position: absolute;
    inset: 0;
}

.cv2-lp-hero__image {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(1.02) contrast(1.02);
}

.cv2-lp-hero--tuition .cv2-lp-hero__image {
    object-position: 58% center;
}

.cv2-lp-hero--private-school .cv2-lp-hero__image {
    object-position: 54% center;
}

.cv2-lp-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(9, 28, 38, 0.82) 0%, rgba(9, 28, 38, 0.72) 36%, rgba(9, 28, 38, 0.3) 70%, rgba(9, 28, 38, 0.08) 100%),
        linear-gradient(180deg, rgba(9, 28, 38, 0.08) 0%, rgba(9, 28, 38, 0.42) 100%);
}

.cv2-lp-hero__inner {
    display: flex;
    align-items: center;
    min-height: inherit;
    height: 100%;
    padding-top: 116px;
    padding-bottom: 64px;
}

.cv2-lp-hero__copy {
    max-width: 770px;
    color: #fff;
}

.cv2-lp-eyebrow {
    margin: 0 0 14px;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--lp-blue-dark);
}

.cv2-lp-hero .cv2-lp-eyebrow,
.cv2-lp-final-cta .cv2-lp-eyebrow {
    color: var(--lp-gold);
}

.cv2-lp-hero h1,
.cv2-lp-section h2,
.cv2-lp-conversion h2,
.cv2-lp-final-cta h2 {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.cv2-lp-hero h1 {
    max-width: 760px;
    font-size: 4.05rem;
    color: #fff;
    text-wrap: balance;
}

.cv2-lp-hero__lead {
    max-width: 650px;
    margin: 22px 0 0;
    font-size: 1.14rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.9);
}

.cv2-lp-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}

.cv2-lp-hero__actions .cv2-btn {
    min-height: 54px;
    padding-inline: 30px;
    font-weight: 900;
}

.cv2-lp-link-action {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid var(--lp-gold);
}

.cv2-lp-hero__proof,
.cv2-lp-hero__price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 780px;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.cv2-lp-hero__proof div,
.cv2-lp-hero__price-row div {
    min-width: 188px;
    padding: 14px 22px 14px 0;
    margin-right: 22px;
    color: rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.cv2-lp-hero__proof div:last-child,
.cv2-lp-hero__price-row div:last-child {
    margin-right: 0;
    border-right: 0;
}

.cv2-lp-hero__proof strong {
    display: block;
    font-size: 1.86rem;
    line-height: 1;
    color: #fff;
}

.cv2-lp-hero__proof span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
    font-weight: 800;
}

.cv2-lp-hero__price-row span,
.cv2-lp-price-band__figures span,
.cv2-lp-pricing__table span {
    display: block;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cv2-lp-hero__price-row span {
    color: rgba(255, 255, 255, 0.72);
}

.cv2-lp-hero__price-row strong {
    display: block;
    margin-top: 8px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.cv2-lp-conversion {
    position: relative;
    z-index: 2;
    padding: 74px 0 80px;
    background: var(--lp-paper);
    border-bottom: 1px solid var(--lp-line);
}

.cv2-lp-conversion__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
    gap: 76px;
    align-items: start;
}

.cv2-lp-conversion__copy {
    padding-top: 10px;
}

.cv2-lp-conversion h2 {
    max-width: 520px;
    font-size: 2.72rem;
    color: var(--lp-ink);
    text-wrap: balance;
}

.cv2-lp-conversion__copy > p:not(.cv2-lp-eyebrow) {
    max-width: 540px;
    margin: 20px 0 0;
    font-size: 1.05rem;
    line-height: 1.72;
    color: var(--lp-muted);
}

.cv2-lp-conversion__notes {
    display: grid;
    gap: 0;
    max-width: 520px;
    margin-top: 34px;
    border-top: 1px solid var(--lp-line);
}

.cv2-lp-conversion__notes span {
    position: relative;
    display: block;
    padding: 15px 0 15px 22px;
    color: var(--lp-ink);
    font-weight: 800;
    border-bottom: 1px solid var(--lp-line);
}

.cv2-lp-conversion__notes span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 8px;
    height: 8px;
    background: var(--lp-gold);
    border-radius: 999px;
}

.cv2-lp-family-proof {
    max-width: 540px;
    margin-top: 32px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid rgba(17, 44, 58, 0.14);
    border-left: 4px solid var(--lp-gold);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(17, 44, 58, 0.08);
}

.cv2-lp-family-proof__eyebrow {
    margin: 0 0 10px;
    color: var(--lp-blue-dark);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cv2-lp-family-proof__statement {
    margin: 0;
    color: var(--lp-ink);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.58;
}

.cv2-lp-family-proof__meta {
    margin: 12px 0 0;
    color: var(--lp-muted);
    font-size: 0.93rem;
    line-height: 1.55;
}

.cv2-lp-section__copy .cv2-lp-family-proof {
    margin-top: 28px;
}

.cv2-lp-form-panel {
    position: relative;
    width: 100%;
    scroll-margin-top: 112px;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 8px;
    box-shadow: var(--lp-soft-shadow);
    color: var(--lp-ink);
}

.cv2-lp-form-panel__kicker {
    margin: 0 0 8px;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--lp-blue-dark);
}

.cv2-lp-form-panel__title {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: 1.82rem;
    line-height: 1.16;
    letter-spacing: 0;
    color: var(--lp-ink);
}

.cv2-lp-form-panel__text {
    margin: 12px 0 0;
    color: var(--lp-muted);
    line-height: 1.58;
}

.cv2-lp-form-panel__promise {
    margin: 16px 0 24px;
    padding: 0 0 0 14px;
    color: #40535d;
    border-left: 3px solid var(--lp-gold);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.45;
}

.cv2-lp-form-panel .cv2-cms-form {
    gap: 18px;
}

.cv2-lp-form-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
}

.cv2-lp-form-stepper__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px 0;
    color: #71828a;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
}

.cv2-lp-form-stepper__item::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 34px;
    height: 2px;
    background: #dfe7e3;
}

.cv2-lp-form-stepper__item.is-active,
.cv2-lp-form-stepper__item.is-complete {
    color: var(--lp-blue-dark);
}

.cv2-lp-form-stepper__item.is-active::after,
.cv2-lp-form-stepper__item.is-complete::after {
    background: var(--lp-gold);
}

.cv2-lp-form-stepper__number {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 999px;
    background: #edf3f0;
    color: #52646c;
    font-size: 0.74rem;
}

.cv2-lp-form-stepper__item.is-active .cv2-lp-form-stepper__number,
.cv2-lp-form-stepper__item.is-complete .cv2-lp-form-stepper__number {
    background: var(--lp-blue-dark);
    color: #fff;
}

.cv2-lp-form-stepper__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cv2-lp-form-panel .cv2-cms-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
}

.cv2-lp-form .cv2-cms-form__group.is-lp-step-hidden {
    display: none;
}

.cv2-lp-form-panel .cv2-cms-form__group:nth-child(n+5) {
    grid-column: 1 / -1;
}

.cv2-lp-form-panel .cv2-cms-form__label {
    margin-bottom: 7px;
    color: #263943;
    font-weight: 800;
    letter-spacing: 0;
}

.cv2-lp-field-note {
    margin: 8px 0 0;
    color: var(--lp-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.cv2-lp-form-panel .cv2-cms-form .eyou_form_text,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_select,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_textarea,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_file,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_phone {
    min-height: 48px;
    background: #fff;
    border: 1px solid #d5ddd9;
    border-radius: 8px;
    box-shadow: none;
}

.cv2-lp-form-panel .cv2-cms-form .eyou_form_text:focus,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_select:focus,
.cv2-lp-form-panel .cv2-cms-form .eyou_form_textarea:focus {
    border-color: var(--lp-blue);
    box-shadow: 0 0 0 4px rgba(47, 111, 141, 0.12);
}

.cv2-lp-form-panel .iti {
    width: 100%;
}

.cv2-lp-form-panel .cv2-cms-form .eyou_form_textarea {
    min-height: 104px;
}

.cv2-lp-form__submit {
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
    font-weight: 900;
}

.cv2-lp-step-actions {
    display: grid;
    grid-template-columns: minmax(88px, max-content) minmax(180px, 1fr);
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.cv2-lp-step-actions.is-single-action {
    grid-template-columns: 1fr;
}

.cv2-lp-step-actions [hidden],
.cv2-lp-step-actions .cv2-btn[hidden] {
    display: none !important;
}

.cv2-lp-step-actions .cv2-btn,
.cv2-lp-form__submit {
    justify-content: center;
}

.cv2-lp-step-actions .cv2-btn {
    min-height: 52px;
    border-radius: 8px;
    font-weight: 900;
}

.cv2-lp-step-actions__back.cv2-btn {
    min-width: 88px;
    min-height: 52px;
    padding-inline: 18px;
    background: transparent;
    border-color: #d5ddd9;
    color: var(--lp-blue-dark);
    box-shadow: none;
    --cv2-btn-overlay: linear-gradient(135deg, var(--lp-blue) 0%, var(--lp-blue-dark) 100%);
    --cv2-btn-hover-color: #fff;
    --cv2-btn-hover-shadow: none;
}

.cv2-lp-step-actions__back.cv2-btn:hover,
.cv2-lp-step-actions__back.cv2-btn:focus-visible {
    background: var(--lp-blue-dark);
    border-color: var(--lp-blue-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

.cv2-lp-step-actions__next,
.cv2-lp-step-actions__submit {
    width: 100%;
}

.cv2-lp-trust {
    background: var(--lp-warm);
    border-bottom: 1px solid var(--lp-line);
}

.cv2-lp-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cv2-lp-trust__grid div {
    min-height: 128px;
    padding: 30px 28px;
    border-left: 1px solid rgba(17, 44, 58, 0.14);
}

.cv2-lp-trust__grid div:first-child {
    border-left: 0;
}

.cv2-lp-trust__grid strong {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0;
    color: var(--lp-blue-dark);
}

.cv2-lp-trust__grid span {
    display: block;
    margin-top: 9px;
    line-height: 1.45;
    color: var(--lp-muted);
}

.cv2-lp-section {
    padding: 98px 0;
}

.cv2-lp-section--split,
.cv2-lp-section--pricing,
.cv2-lp-section--faq {
    background: var(--lp-paper);
}

.cv2-lp-section--media,
.cv2-lp-section--tuition,
.cv2-lp-section--visit-strip {
    background: var(--lp-mist);
}

.cv2-lp-split,
.cv2-lp-media-grid,
.cv2-lp-pricing,
.cv2-lp-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 82px;
    align-items: start;
}

.cv2-lp-media-grid--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.cv2-lp-section__copy h2,
.cv2-lp-feature-copy h2,
.cv2-lp-price-band__copy h2,
.cv2-lp-visit-strip h2 {
    font-size: 2.76rem;
    color: var(--lp-ink);
    text-wrap: balance;
}

.cv2-lp-section__copy > p:not(.cv2-lp-eyebrow),
.cv2-lp-feature-copy > p:not(.cv2-lp-eyebrow),
.cv2-lp-price-band__copy p,
.cv2-lp-visit-strip p {
    margin: 20px 0 0;
    font-size: 1.06rem;
    line-height: 1.72;
    color: var(--lp-muted);
}

.cv2-lp-proof-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(17, 44, 58, 0.16);
}

.cv2-lp-proof-list article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(17, 44, 58, 0.16);
}

.cv2-lp-proof-list span {
    color: var(--lp-blue-dark);
    font-size: 0.86rem;
    font-weight: 900;
}

.cv2-lp-proof-list h3,
.cv2-lp-feature-rows h3,
.cv2-lp-faq-list summary {
    margin: 0;
    font-size: 1.16rem;
    line-height: 1.32;
    letter-spacing: 0;
    color: var(--lp-ink);
}

.cv2-lp-proof-list p,
.cv2-lp-feature-rows p,
.cv2-lp-faq-list p {
    margin: 9px 0 0;
    line-height: 1.62;
    color: var(--lp-muted);
}

.cv2-lp-media {
    position: sticky;
    top: 104px;
    margin: 0;
    min-height: 540px;
    overflow: hidden;
    background: #d8dedb;
    border-radius: 8px;
}

.cv2-lp-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.cv2-lp-feature-copy {
    padding-top: 18px;
}

.cv2-lp-feature-rows {
    display: grid;
    gap: 26px;
    margin-top: 36px;
}

.cv2-lp-feature-rows div {
    padding: 0 0 0 22px;
    border-left: 3px solid var(--lp-gold);
}

.cv2-lp-price-band,
.cv2-lp-visit-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: center;
    padding: 48px;
    background: var(--lp-deep);
    border-radius: 8px;
    color: #fff;
}

.cv2-lp-price-band__copy h2,
.cv2-lp-visit-strip h2 {
    color: #fff;
}

.cv2-lp-price-band__copy p,
.cv2-lp-visit-strip p {
    color: rgba(255, 255, 255, 0.78);
}

.cv2-lp-price-band__figures {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    overflow: hidden;
}

.cv2-lp-price-band__figures div {
    min-height: 124px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.cv2-lp-price-band__figures span {
    color: rgba(255, 255, 255, 0.74);
}

.cv2-lp-price-band__figures strong {
    display: block;
    margin-top: 14px;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
}

.cv2-lp-pricing__table {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--lp-line);
}

.cv2-lp-pricing__table div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 24px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid var(--lp-line);
}

.cv2-lp-pricing__table span {
    color: var(--lp-muted);
}

.cv2-lp-pricing__table strong {
    font-size: 1.9rem;
    line-height: 1;
    color: var(--lp-blue-dark);
}

.cv2-lp-pricing__table em {
    grid-column: 1 / -1;
    font-style: normal;
    color: #6f7b82;
}

.cv2-lp-visit-strip {
    background: #fff;
    border: 1px solid var(--lp-line);
    color: var(--lp-ink);
}

.cv2-lp-visit-strip h2 {
    color: var(--lp-ink);
}

.cv2-lp-visit-strip p {
    color: var(--lp-muted);
}

.cv2-lp-visit-strip .cv2-lp-eyebrow {
    color: var(--lp-blue-dark);
}

.cv2-lp-section--gallery {
    overflow: hidden;
    background: var(--lp-paper);
}

.cv2-lp-gallery-header {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 34px;
}

.cv2-lp-gallery-header h2 {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: 2.76rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    color: var(--lp-ink);
    text-wrap: balance;
}

.cv2-lp-gallery-header > p {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.72;
    color: var(--lp-muted);
}

.cv2-lp-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 228px;
    gap: 14px;
}

.cv2-lp-gallery__item {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #d8dedb;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    isolation: isolate;
    text-align: left;
}

.cv2-lp-gallery__item--feature {
    grid-column: span 2;
    grid-row: span 2;
}

.cv2-lp-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(9, 28, 38, 0.02) 36%, rgba(9, 28, 38, 0.72) 100%);
    pointer-events: none;
}

.cv2-lp-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease, filter 360ms ease;
}

.cv2-lp-gallery__item:hover img,
.cv2-lp-gallery__item:focus-visible img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.035);
}

.cv2-lp-gallery__item:focus-visible {
    outline: 3px solid var(--lp-gold);
    outline-offset: 3px;
}

.cv2-lp-gallery__caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    gap: 5px;
    color: #fff;
}

.cv2-lp-gallery__caption span {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.cv2-lp-gallery__caption strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cv2-lp-gallery__item--feature .cv2-lp-gallery__caption {
    left: 28px;
    right: 28px;
    bottom: 26px;
}

.cv2-lp-gallery__item--feature .cv2-lp-gallery__caption strong {
    max-width: 520px;
    font-size: 1.52rem;
}

.cv2-lp-gallery-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid var(--lp-line);
}

.cv2-lp-gallery-footer p {
    max-width: 760px;
    margin: 0;
    color: var(--lp-muted);
    font-size: 1rem;
    line-height: 1.64;
}

body.cv2-lp-gallery-is-open {
    overflow: hidden;
}

.cv2-lp-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 88px;
    align-items: center;
    gap: 18px;
    padding: 74px 34px 34px;
    background: rgba(9, 28, 38, 0.92);
    color: #fff;
}

.cv2-lp-gallery-modal[hidden] {
    display: none;
}

.cv2-lp-gallery-modal__figure {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 18px;
    width: min(100%, 1180px);
    height: min(82vh, 820px);
    margin: 0 auto;
}

.cv2-lp-gallery-modal__figure img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: opacity 160ms ease;
}

.cv2-lp-gallery-modal.is-loading .cv2-lp-gallery-modal__figure img {
    opacity: 0.42;
}

.cv2-lp-gallery-modal.is-loading .cv2-lp-gallery-modal__figure::after {
    content: "";
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
    border-radius: 50%;
    animation: cv2-lp-gallery-spin 800ms linear infinite;
    pointer-events: none;
}

@keyframes cv2-lp-gallery-spin {
    to {
        transform: rotate(360deg);
    }
}

.cv2-lp-gallery-modal__figure figcaption {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 18px;
    align-items: end;
}

.cv2-lp-gallery-modal__figure figcaption span {
    grid-column: 1 / -1;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--lp-gold);
}

.cv2-lp-gallery-modal__figure figcaption strong {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.cv2-lp-gallery-modal__figure figcaption em {
    color: rgba(255, 255, 255, 0.66);
    font-style: normal;
    font-weight: 800;
}

.cv2-lp-gallery-modal__close,
.cv2-lp-gallery-modal__nav {
    min-height: 46px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 0;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cv2-lp-gallery-modal__close:hover,
.cv2-lp-gallery-modal__close:focus-visible,
.cv2-lp-gallery-modal__nav:hover,
.cv2-lp-gallery-modal__nav:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.42);
    transform: translateY(-1px);
}

.cv2-lp-gallery-modal__close {
    position: absolute;
    top: 22px;
    right: 28px;
}

.cv2-lp-faq-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--lp-line);
}

.cv2-lp-faq-list details {
    padding: 22px 0;
    border-bottom: 1px solid var(--lp-line);
}

.cv2-lp-faq-list summary {
    cursor: pointer;
    font-weight: 900;
}

.cv2-lp-faq-list summary::marker {
    color: var(--lp-blue-dark);
}

.cv2-lp-final-cta {
    padding: 86px 0;
    background: var(--lp-deep);
    color: #fff;
}

.cv2-lp-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cv2-lp-final-cta h2 {
    max-width: 780px;
    font-size: 2.72rem;
    color: #fff;
}

.cv2-lp-footer {
    padding: 36px 0;
    background: var(--lp-paper);
    border-top: 1px solid var(--lp-line);
}

.cv2-lp-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cv2-lp-footer__brand img {
    display: block;
    width: auto;
    height: 42px;
}

.cv2-lp-footer__contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 18px;
    color: var(--lp-muted);
}

.cv2-lp-footer__contact a {
    color: var(--lp-blue-dark);
    font-weight: 800;
    text-decoration: none;
}

.cv2-lp-mobile-cta {
    display: none;
}

[data-lp-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms ease;
}

[data-lp-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .cv2-lp-hero h1 {
        font-size: 3.35rem;
    }

    .cv2-lp-conversion__grid,
    .cv2-lp-split,
    .cv2-lp-media-grid,
    .cv2-lp-pricing,
    .cv2-lp-faq-grid,
    .cv2-lp-price-band,
    .cv2-lp-visit-strip {
        grid-template-columns: 1fr;
    }

    .cv2-lp-conversion__grid {
        gap: 44px;
    }

    .cv2-lp-form-panel {
        max-width: 760px;
    }

    .cv2-lp-media {
        position: relative;
        top: auto;
        min-height: 430px;
    }

    .cv2-lp-gallery-header {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cv2-lp-gallery {
        grid-auto-rows: 198px;
    }

    .cv2-lp-gallery-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 860px) {
    .cv2-lp-header {
        padding: 14px 18px;
    }

    .cv2-lp-header__inner {
        min-height: 0;
    }

    .cv2-lp-header__brand {
        padding: 0;
    }

    .cv2-lp-header__brand img {
        max-width: 166px;
        height: 36px;
    }

    .cv2-lp-header__phone-label {
        display: none;
    }

    .cv2-lp-header__phone-value {
        font-size: 0.84rem;
    }

    .cv2-lp-header__cta {
        min-height: 42px;
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .cv2-lp-hero {
        min-height: 620px;
        height: auto;
        max-height: none;
    }

    .cv2-lp-hero__shade {
        background:
            linear-gradient(180deg, rgba(9, 28, 38, 0.74) 0%, rgba(9, 28, 38, 0.74) 56%, rgba(9, 28, 38, 0.9) 100%),
            linear-gradient(90deg, rgba(9, 28, 38, 0.36), rgba(9, 28, 38, 0.36));
    }

    .cv2-lp-hero__inner {
        padding-top: 116px;
        padding-bottom: 62px;
    }

    .cv2-lp-hero h1 {
        font-size: 2.65rem;
        line-height: 1.08;
    }

    .cv2-lp-hero__lead {
        font-size: 1rem;
    }

    .cv2-lp-hero__proof,
    .cv2-lp-hero__price-row {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .cv2-lp-hero__proof div,
    .cv2-lp-hero__price-row div {
        min-width: 0;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .cv2-lp-hero__proof div:last-child,
    .cv2-lp-hero__price-row div:last-child {
        border-bottom: 0;
    }

    .cv2-lp-conversion {
        padding: 62px 0 68px;
    }

    .cv2-lp-conversion h2,
    .cv2-lp-section__copy h2,
    .cv2-lp-feature-copy h2,
    .cv2-lp-price-band__copy h2,
    .cv2-lp-gallery-header h2,
    .cv2-lp-visit-strip h2,
    .cv2-lp-final-cta h2 {
        font-size: 2.12rem;
    }

    .cv2-lp-form-panel {
        scroll-margin-top: 96px;
        padding: 26px;
    }

    .cv2-lp-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cv2-lp-trust__grid div {
        min-height: 112px;
        border-bottom: 1px solid rgba(17, 44, 58, 0.14);
    }

    .cv2-lp-section {
        padding: 68px 0;
    }

    .cv2-lp-price-band,
    .cv2-lp-visit-strip {
        padding: 30px;
    }

    .cv2-lp-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
    }

    .cv2-lp-gallery__item--feature {
        grid-column: span 2;
        grid-row: span 2;
    }

    .cv2-lp-gallery-modal {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 14px;
        padding: 70px 18px 22px;
    }

    .cv2-lp-gallery-modal__figure {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        height: min(72vh, 680px);
    }

    .cv2-lp-gallery-modal__nav {
        grid-row: 2;
        width: 100%;
    }

    .cv2-lp-gallery-modal__nav--prev {
        grid-column: 1;
    }

    .cv2-lp-gallery-modal__nav--next {
        grid-column: 2;
    }

    .cv2-lp-price-band__figures {
        grid-template-columns: 1fr;
    }

    .cv2-lp-pricing__table div {
        grid-template-columns: 1fr;
    }

    .cv2-lp-final-cta__inner,
    .cv2-lp-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .cv2-lp-footer__contact {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body.cv2-lp {
        padding-bottom: 68px;
    }

    .cv2-lp-header__brand img {
        max-width: 136px;
    }

    .cv2-lp-header__cta {
        display: none;
    }

    .cv2-lp-header__phone-value {
        font-size: 0.78rem;
    }

    .cv2-lp-hero {
        min-height: 602px;
    }

    .cv2-lp-hero__inner {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 108px;
        padding-bottom: 50px;
    }

    .cv2-lp-hero h1 {
        font-size: 2.14rem;
    }

    .cv2-lp-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .cv2-lp-hero__actions .cv2-btn,
    .cv2-lp-link-action {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .cv2-lp-hero__proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cv2-lp-hero__proof div {
        padding: 13px clamp(12px, 3.2vw, 18px);
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        border-bottom: 0;
    }

    .cv2-lp-hero__proof div:last-child {
        border-right: 0;
    }

    .cv2-lp-hero__proof strong {
        font-size: 1.34rem;
    }

    .cv2-lp-hero__proof span {
        font-size: 0.64rem;
        line-height: 1.28;
    }

    .cv2-lp-hero__price-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cv2-lp-hero__price-row div {
        padding: 13px clamp(12px, 3.2vw, 18px);
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        border-bottom: 0;
    }

    .cv2-lp-hero__price-row div:last-child {
        border-right: 0;
    }

    .cv2-lp-hero__price-row span {
        font-size: 0.58rem;
    }

    .cv2-lp-hero__price-row strong {
        font-size: 1.3rem;
    }

    .cv2-lp-form-panel {
        padding: 22px;
    }

    .cv2-lp-form-stepper {
        gap: 6px;
        margin-bottom: 14px;
    }

    .cv2-lp-form-stepper__item {
        gap: 6px;
        font-size: 0.7rem;
    }

    .cv2-lp-form-stepper__number {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .cv2-lp-step-actions {
        grid-template-columns: minmax(82px, max-content) minmax(0, 1fr);
    }

    .cv2-lp-step-actions.is-single-action {
        grid-template-columns: 1fr;
    }

    .cv2-lp-form-panel__title {
        font-size: 1.46rem;
    }

    .cv2-lp-form-panel .cv2-cms-form__grid {
        grid-template-columns: 1fr;
    }

    .cv2-lp-form-panel .cv2-cms-form__group:nth-child(n+1) {
        grid-column: 1 / -1;
    }

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

    .cv2-lp-trust__grid div {
        min-height: auto;
        padding: 22px 18px;
        border-left: 0;
    }

    .cv2-lp-proof-list article {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 16px;
    }

    .cv2-lp-media {
        min-height: 310px;
    }

    .cv2-lp-gallery {
        grid-auto-rows: 154px;
        gap: 10px;
    }

    .cv2-lp-gallery__item--feature {
        grid-row: span 2;
    }

    .cv2-lp-gallery__caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cv2-lp-gallery__caption span {
        font-size: 0.58rem;
    }

    .cv2-lp-gallery__caption strong {
        font-size: 0.82rem;
    }

    .cv2-lp-gallery__item--feature .cv2-lp-gallery__caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .cv2-lp-gallery__item--feature .cv2-lp-gallery__caption strong {
        font-size: 1.08rem;
    }

    .cv2-lp-gallery-footer .cv2-btn {
        width: 100%;
        justify-content: center;
    }

    .cv2-lp-gallery-modal__figure {
        height: min(68vh, 560px);
    }

    .cv2-lp-gallery-modal__figure figcaption {
        grid-template-columns: 1fr;
    }

    .cv2-lp-gallery-modal__close {
        right: 18px;
    }

    .cv2-lp-mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        display: flex;
        background: #fff;
        border-top: 1px solid var(--lp-line);
        box-shadow: 0 -14px 36px rgba(17, 44, 58, 0.14);
    }

    .cv2-lp-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0.82 1 0;
        min-height: 60px;
        color: var(--lp-ink);
        font-weight: 900;
        letter-spacing: 0;
        text-decoration: none;
    }

    .cv2-lp-mobile-cta a:first-child {
        flex-grow: 1.18;
        background: var(--lp-blue);
        color: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-lp-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
