.progressive-landing {
    --pr-blue: #0060aa;
    --pr-blue-dark: #004377;
    --pr-blue-deep: #002f55;
    --pr-gold: #f3ad20;
    --pr-ink: #121619;
    --pr-muted: #687078;
    --pr-soft: #f4f6f8;
    --pr-line: #dce3e9;
    margin-top: -2.7em;
    margin-bottom: -2.5em;
    color: var(--pr-ink);
    overflow: hidden;
}

.progressive-landing *,
.progressive-landing *::before,
.progressive-landing *::after {
    box-sizing: border-box;
}

.progressive-landing h1,
.progressive-landing h2,
.progressive-landing h3,
.progressive-landing p {
    margin-top: 0;
}

.progressive-landing h2 {
    margin-bottom: .45em;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.progressive-hero {
    position: relative;
    padding: 7.5em 0 6.5em;
    background: radial-gradient(circle at 82% 18%, rgba(0, 96, 170, .12), transparent 32%), #fff;
}

.progressive-hero::after {
    position: absolute;
    right: -140px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(0, 96, 170, .12);
    border-radius: 50%;
    content: "";
}

.progressive-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr);
    align-items: center;
    gap: 6em;
}

.progressive-eyebrow,
.progressive-kicker {
    display: inline-flex;
    align-items: center;
    gap: .65em;
    color: var(--pr-blue);
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.progressive-eyebrow {
    margin-bottom: 2em;
    padding: .65em 1em;
    border: 1px solid var(--pr-line);
    border-radius: 99px;
    background: rgba(255, 255, 255, .82);
}

.progressive-eyebrow::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pr-gold);
    content: "";
}

.progressive-hero h1 {
    max-width: 810px;
    margin-bottom: .55em;
    font-size: clamp(2.8rem, 5.1vw, 5.1rem);
    line-height: .99;
    letter-spacing: -.047em;
}

.progressive-hero__lead {
    max-width: 700px;
    color: var(--pr-muted) !important;
    font-size: 1.25rem;
    line-height: 1.55;
}

.progressive-hero__actions {
    display: flex;
    align-items: center;
    gap: 1.35em;
    margin-top: 2.25em;
}

.progressive-hero__actions span {
    max-width: 225px;
    color: var(--pr-muted);
    font-size: .92rem;
    line-height: 1.35;
}

.progressive-cta {
    min-height: 56px;
    height: auto;
    padding: .85em 1.45em;
}

.progressive-lens {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2.7em 2em 2em;
    border: 1px solid rgba(0, 96, 170, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 26px 80px rgba(0, 67, 119, .12);
}

.progressive-lens__glass {
    position: relative;
    width: 270px;
    height: 270px;
    border: 3px solid #5155d9;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 30px rgba(91, 122, 217, .08), 0 22px 0 3px rgba(243, 173, 32, .1), 0 20px 48px rgba(0, 67, 119, .12);
}

.progressive-lens__glass::after {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 58px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(110deg, rgba(255, 255, 255, .42), transparent 68%);
    transform: rotate(18deg);
    content: "";
}

.progressive-lens__zone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressive-lens__zone--far { height: 44%; }
.progressive-lens__zone--middle { height: 26%; }
.progressive-lens__zone--near { height: 30%; }

.progressive-lens__zone span {
    position: relative;
    z-index: 1;
    padding: .45em .9em;
    border-radius: 99px;
    background: rgba(255, 255, 255, .82);
    color: var(--pr-blue-dark);
    font-size: .88rem;
    font-weight: 700;
}

.progressive-lens__zone--far { background: rgba(210, 219, 249, .92); }
.progressive-lens__zone--middle { background: rgba(255, 255, 255, .96); }
.progressive-lens__zone--near { background: rgba(250, 241, 217, .94); }

.progressive-lens > p {
    margin: 1.5em 0 0;
    color: var(--pr-muted) !important;
    font-size: .95rem;
}

.progressive-section {
    padding: 6.5em 0;
}

.progressive-section--soft {
    background: var(--pr-soft);
}

.progressive-section__heading {
    max-width: 660px;
    margin-bottom: 3em;
}

.progressive-section__heading--wide {
    max-width: 900px;
}

.progressive-kicker {
    margin-bottom: 1.25em;
}

.progressive-kicker--light {
    color: #9fd8ff;
}

.progressive-problem-layout {
    display: grid;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 2em;
}

.progressive-problem-layout__image,
.progressive-type-layout__image {
    min-height: 100%;
    margin: 0;
    border-radius: 22px;
    background: #dce8ee;
    overflow: hidden;
}

.progressive-problem-layout__image img,
.progressive-type-layout__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.progressive-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    border: 1px solid var(--pr-line);
    border-radius: 22px;
    background: var(--pr-line);
    overflow: hidden;
}

.progressive-problem-grid article {
    display: flex;
    align-items: flex-start;
    gap: 1.2em;
    min-height: 140px;
    padding: 2em;
    background: #fff;
}

.progressive-problem-grid span {
    display: grid;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #e5f3fc;
    color: var(--pr-blue);
    font-weight: 800;
}

.progressive-problem-grid p {
    margin: .2em 0 0;
    font-size: 1.08rem;
    line-height: 1.5;
}

.progressive-presbyopia {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 2em;
    margin-top: 2.5em;
    padding: 2.2em 2.5em;
    border-left: 5px solid var(--pr-gold);
    background: #fff;
}

.progressive-presbyopia strong {
    font-size: 1.25rem;
    line-height: 1.35;
}

.progressive-presbyopia p {
    margin: 0;
    color: var(--pr-muted) !important;
    line-height: 1.6;
}

.progressive-how,
.progressive-frame-grid,
.progressive-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 6em;
}

.progressive-how__intro p,
.progressive-text-large {
    color: var(--pr-muted) !important;
    font-size: 1.15rem;
    line-height: 1.65;
}

.progressive-zones {
    margin: 0;
    padding: 0;
    list-style: none;
}

.progressive-zones li {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.2em;
    padding: 1.75em 0;
    border-bottom: 1px solid var(--pr-line);
}

.progressive-zones li:first-child { padding-top: 0; }
.progressive-zones li:last-child { border-bottom: 0; }

.progressive-zones > li > span {
    color: var(--pr-blue);
    font-size: 1.5rem;
    font-weight: 700;
}

.progressive-zones strong {
    font-size: 1.25rem;
}

.progressive-zones p {
    margin: .45em 0 0;
    color: var(--pr-muted) !important;
    line-height: 1.5;
}

.progressive-adaptation {
    padding: 6.5em 0;
    background: linear-gradient(135deg, var(--pr-blue-deep), var(--pr-blue));
    color: #fff;
}

.progressive-adaptation__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    align-items: stretch;
    gap: 3em;
}

.progressive-adaptation__content {
    min-width: 0;
}

.progressive-adaptation__stat {
    display: flex;
    align-items: baseline;
    gap: 1.2em;
    margin-bottom: 1.8em;
    padding-bottom: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, .26);
}

.progressive-adaptation__stat strong {
    font-size: clamp(4rem, 7vw, 6.5rem);
    line-height: .82;
    letter-spacing: -.07em;
}

.progressive-adaptation__stat span {
    color: #9fd8ff;
    font-size: 1.35rem;
    text-transform: uppercase;
}

.progressive-adaptation h2 {
    color: #fff;
}

.progressive-adaptation p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 1.12rem;
    line-height: 1.6;
}

.progressive-adaptation ul {
    display: grid;
    gap: .8em;
    margin: 1.7em 0 0;
    padding-left: 1.2em;
    color: rgba(255, 255, 255, .9);
}

.progressive-adaptation__image {
    min-height: 100%;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 24px 55px rgba(0, 37, 72, .24);
    overflow: hidden;
}

.progressive-adaptation__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.progressive-type-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    align-items: stretch;
    gap: 2em;
}

.progressive-type-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35em;
}

.progressive-type-card {
    min-height: 0;
    padding: 2.2em;
    border: 1px solid var(--pr-line);
    border-radius: 22px;
    background: #fff;
}

.progressive-type-card > span {
    color: var(--pr-blue);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.progressive-type-card h3 {
    margin: 2.2em 0 .75em;
    font-size: 1.6rem;
}

.progressive-type-card p {
    color: var(--pr-muted) !important;
    line-height: 1.55;
}

.progressive-type-card--primary {
    border-color: var(--pr-blue);
    background: var(--pr-blue);
    color: #fff;
}

.progressive-type-card--primary > span,
.progressive-type-card--primary p {
    color: rgba(255, 255, 255, .82) !important;
}

.progressive-types-note {
    margin: 2em 0 0;
    color: var(--pr-muted) !important;
}

.progressive-frame-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.progressive-frame-list li {
    position: relative;
    padding: 1.4em 0 1.4em 3em;
    border-bottom: 1px solid var(--pr-line);
    line-height: 1.5;
}

.progressive-frame-list li::before {
    position: absolute;
    top: 1.35em;
    left: 0;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--pr-blue);
    color: #fff;
    content: "✓";
    font-size: .8rem;
}

.progressive-price {
    padding: 6em 0;
    background: #fff;
}

.progressive-price__card {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    gap: 4em;
    padding: 4em;
    border: 1px solid var(--pr-line);
    border-radius: 28px;
    background: linear-gradient(135deg, #fff, #eef7fc);
    box-shadow: 0 24px 80px rgba(0, 67, 119, .09);
}

.progressive-price__card p {
    color: var(--pr-muted) !important;
    font-size: 1.12rem;
}

.progressive-price__card > div > small {
    display: block;
    max-width: 680px;
    color: var(--pr-muted);
    line-height: 1.5;
}

.progressive-price__action {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5em;
}

.progressive-price__value {
    color: var(--pr-blue-dark);
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.progressive-price__value small {
    font-size: .28em;
    font-weight: 500;
    letter-spacing: 0;
}

.progressive-faq-layout .progressive-section__heading {
    margin-bottom: 0;
}

.progressive-faq details {
    border-bottom: 1px solid var(--pr-line);
}

.progressive-faq summary {
    position: relative;
    padding: 1.4em 3em 1.4em 0;
    cursor: pointer;
    font-size: 1.18rem;
    font-weight: 700;
    list-style: none;
}

.progressive-faq summary::-webkit-details-marker { display: none; }

.progressive-faq summary::after {
    position: absolute;
    top: 50%;
    right: .25em;
    color: var(--pr-blue);
    content: "+";
    font-size: 1.6rem;
    transform: translateY(-50%);
}

.progressive-faq details[open] summary::after { content: "−"; }

.progressive-faq details p {
    max-width: 720px;
    margin: -.35em 0 1.6em;
    color: var(--pr-muted) !important;
    line-height: 1.6;
}

.progressive-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--pr-line);
    border-bottom: 1px solid var(--pr-line);
}

.progressive-numbers article {
    min-height: 220px;
    padding: 2.3em 2em;
    border-right: 1px solid var(--pr-line);
}

.progressive-numbers article:last-child { border-right: 0; }

.progressive-numbers strong {
    display: block;
    margin-bottom: .65em;
    color: var(--pr-blue);
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.progressive-numbers p {
    color: var(--pr-muted) !important;
    line-height: 1.5;
}

.progressive-salons {
    padding: 6.5em 0 4em;
    background: var(--pr-blue-dark);
    color: #fff;
}

.progressive-salons__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3em;
    margin-bottom: 3.5em;
}

.progressive-salons h2 { color: #fff; }

.progressive-salons__header p {
    max-width: 670px;
    color: rgba(255, 255, 255, .74) !important;
    font-size: 1.1rem;
}

.progressive-salon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.progressive-salon-grid article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5em;
    padding: 1.45em 1.4em 1.45em 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.progressive-salon-grid article:nth-child(odd) {
    padding-right: 2.5em;
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.progressive-salon-grid article:nth-child(even) { padding-left: 2.5em; }

.progressive-salon-grid a {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 700;
}

.progressive-disclaimer {
    margin: 3em 0 0;
    color: rgba(255, 255, 255, .5) !important;
    font-size: .78rem;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .progressive-hero__grid { grid-template-columns: minmax(0, 1fr) 350px; gap: 3.5em; }
    .progressive-lens__glass { width: 230px; height: 230px; }
    .progressive-how,
    .progressive-frame-grid,
    .progressive-faq-layout { gap: 3.5em; }
    .progressive-numbers { grid-template-columns: repeat(2, 1fr); }
    .progressive-numbers article:nth-child(2) { border-right: 0; }
    .progressive-numbers article:nth-child(-n+2) { border-bottom: 1px solid var(--pr-line); }
    .progressive-problem-layout { grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: 1.5em; }
    .progressive-type-layout { grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr); gap: 1.5em; }
    .progressive-adaptation__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 2em; }
}

@media (max-width: 768px) {
    .progressive-hero,
    .progressive-section,
    .progressive-adaptation,
    .progressive-price,
    .progressive-salons { padding: 4.5em 0; }

    .progressive-hero__grid,
    .progressive-problem-layout,
    .progressive-type-layout,
    .progressive-how,
    .progressive-frame-grid,
    .progressive-faq-layout,
    .progressive-adaptation__grid { grid-template-columns: 1fr; gap: 3.5em; }

    .progressive-hero h1 { font-size: clamp(2.1rem, 9vw, 2.7rem); line-height: 1.03; }

    .progressive-hero__actions,
    .progressive-salons__header { align-items: flex-start; flex-direction: column; }

    .progressive-lens { max-width: 460px; margin: 0 auto; }
    .progressive-presbyopia { grid-template-columns: 1fr; gap: .8em; }
    .progressive-adaptation__stat { margin-bottom: 1.5em; padding-bottom: 1.25em; }
    .progressive-adaptation__image { min-height: 0; aspect-ratio: 4 / 3; }
    .progressive-type-grid { grid-template-columns: 1fr; }
    .progressive-problem-layout__image,
    .progressive-type-layout__image { min-height: 0; aspect-ratio: 16 / 10; }
    .progressive-type-layout__image { order: -1; }
    .progressive-type-card { min-height: auto; }
    .progressive-type-card h3 { margin-top: 1.6em; }
    .progressive-price__card { grid-template-columns: 1fr; gap: 2.5em; padding: 2.7em; }
}

@media (max-width: 560px) {
    .progressive-hero__lead { font-size: 1.08rem; }
    .progressive-hero__actions .main-btn,
    .progressive-price__action .main-btn,
    .progressive-salons__header .white-btn { width: 100%; white-space: normal; }

    .progressive-problem-grid,
    .progressive-numbers,
    .progressive-salon-grid { grid-template-columns: 1fr; }

    .progressive-problem-grid article { min-height: 0; padding: 1.5em; }
    .progressive-presbyopia { padding: 1.7em; }
    .progressive-lens { padding: 2em 1em 1.5em; }
    .progressive-lens__glass { width: 210px; height: 210px; box-shadow: 0 0 0 22px rgba(91, 122, 217, .08), 0 17px 0 2px rgba(243, 173, 32, .1), 0 16px 38px rgba(0, 67, 119, .12); }
    .progressive-zones li { grid-template-columns: 52px 1fr; }
    .progressive-price__card { padding: 2em 1.5em; }
    .progressive-price__value { white-space: normal; }

    .progressive-numbers article,
    .progressive-numbers article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--pr-line); }
    .progressive-numbers article:last-child { border-bottom: 0; }

    .progressive-salon-grid article,
    .progressive-salon-grid article:nth-child(odd),
    .progressive-salon-grid article:nth-child(even) { padding: 1.35em 0; border-right: 0; }
}
