/* Link Lab Premium Public 0.6.0 */
.premium-public-page {
    --pp-bg: #f5f5f7;
    --pp-white: #fff;
    --pp-black: #000;
    --pp-ink: #1d1d1f;
    --pp-muted: #6e6e73;
    --pp-line: rgba(0, 0, 0, .10);
    --pp-green: #00a95c;
    --pp-green-dark: #007a42;
    --pp-green-light: #dff7e9;
    background: var(--pp-bg);
    color: var(--pp-ink);
    font-family:
        -apple-system, BlinkMacSystemFont, "SF Pro Display",
        "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.premium-public-page main {
    overflow: hidden;
}

.premium-public-page a {
    text-underline-offset: 3px;
}

.premium-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 48px;
    border-bottom: 0;
    background: rgba(250, 250, 252, .82);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.premium-header .nav-shell {
    width: min(1024px, calc(100% - 40px));
    min-height: 48px;
}

.premium-brand {
    gap: 10px;
}

.premium-brand img {
    width: auto;
    height: 28px;
    display: block;
}

.premium-brand-name {
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,.16);
    color: #303033;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
}

.premium-nav {
    gap: 31px;
}

.premium-nav a {
    color: rgba(0,0,0,.78);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.premium-nav a:hover {
    color: #000;
}

.premium-nav .premium-nav-cta {
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--pp-green-dark);
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.premium-announcement {
    min-height: 44px;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #fff;
    color: #424245;
    font-size: 12px;
    text-align: center;
}

.premium-announcement a {
    color: #067844;
    text-decoration: none;
}

.premium-kicker,
.premium-product-name {
    margin: 0;
    color: var(--pp-green-dark);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.premium-link-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 21px;
}

.premium-link-row a {
    color: #067844;
    font-size: 17px;
    font-weight: 450;
    text-decoration: none;
}

.premium-link-row a:hover {
    text-decoration: underline;
}

.premium-hero {
    min-height: 780px;
    padding: 70px 20px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 85%, rgba(0,169,92,.18), transparent 35%),
        linear-gradient(180deg, #fff 0%, #f5f5f7 78%);
    text-align: center;
}

.premium-hero-copy {
    position: relative;
    z-index: 10;
    max-width: 1050px;
    margin: 0 auto;
}

.premium-hero h1 {
    margin: 8px 0 0;
    color: #101012;
    font-size: clamp(58px, 7.7vw, 100px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.067em;
}

.premium-hero .premium-subhead {
    max-width: 760px;
    margin: 20px auto 0;
    color: #54545a;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -.028em;
}

.premium-hero-art {
    width: min(980px, 94vw);
    height: 380px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    perspective: 1200px;
}

.premium-orbit {
    position: absolute;
    left: 50%;
    top: 52%;
    border: 1px solid rgba(0,122,66,.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.premium-orbit-one { width: 680px; height: 240px; }
.premium-orbit-two { width: 520px; height: 184px; }
.premium-orbit-three { width: 360px; height: 128px; }

.premium-hero-screen {
    position: absolute;
    width: 255px;
    height: 310px;
    overflow: hidden;
    border: 7px solid #121214;
    border-radius: 30px;
    background: #111;
    box-shadow: 0 35px 70px rgba(0,0,0,.21);
}

.premium-hero-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-screen-one {
    left: 7%;
    top: 68px;
    transform: rotateY(17deg) rotateZ(-5deg);
}

.premium-screen-two {
    right: 7%;
    top: 68px;
    transform: rotateY(-17deg) rotateZ(5deg);
}

.premium-screen-three {
    left: 50%;
    top: 105px;
    width: 225px;
    height: 280px;
    transform: translateX(-50%) translateZ(-80px);
    opacity: .72;
}

.premium-core {
    width: 190px;
    height: 190px;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 35% 30%, #42e295, #008f4d 72%);
    box-shadow:
        0 0 0 22px rgba(0,169,92,.08),
        0 30px 60px rgba(0,122,66,.28);
}

.premium-core-ring {
    position: absolute;
    inset: -15px;
    border: 1px solid rgba(0,122,66,.32);
    border-radius: 50%;
}

.premium-core img {
    width: 112px;
    filter: drop-shadow(0 18px 18px rgba(0,0,0,.14));
}

.premium-product {
    min-height: 760px;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 67px 20px 0;
    text-align: center;
}

.premium-product-copy {
    position: relative;
    z-index: 5;
    max-width: 940px;
    margin: 0 auto;
}

.premium-product h2,
.premium-tile h2,
.premium-method h2,
.premium-ecosystem h2,
.premium-final h2,
.premium-catalogue-hero h1,
.premium-catalogue-product h2 {
    margin: 6px 0 0;
    color: inherit;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.06em;
}

.premium-product-copy > p:not(.premium-product-name),
.premium-tile-copy > p:not(.premium-product-name) {
    max-width: 720px;
    margin: 17px auto 0;
    color: inherit;
    opacity: .72;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.premium-product-green {
    background:
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.36), transparent 42%),
        linear-gradient(180deg, #e6fff1 0%, #59d998 100%);
    color: #0d2419;
}

.premium-product-dark {
    min-height: 790px;
    background:
        radial-gradient(circle at 50% 100%, rgba(0,169,92,.27), transparent 35%),
        #000;
    color: #f5f5f7;
}

.premium-product-dark .premium-product-name,
.premium-product-dark .premium-link-row a {
    color: #5ee2a0;
}

.premium-product-visual {
    margin-top: 42px;
    display: block;
    text-decoration: none;
}

.premium-product-visual-wide {
    width: min(1050px, 88vw);
    height: 430px;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    box-shadow: 0 -8px 70px rgba(0,71,38,.17);
}

.premium-product-visual-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.premium-radio-visual {
    width: min(940px, 88vw);
    height: 465px;
    position: relative;
    overflow: hidden;
    border-radius: 42px 42px 0 0;
    box-shadow: 0 -10px 80px rgba(0,169,92,.18);
}

.premium-radio-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.86) contrast(1.05);
}

.premium-radio-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45));
}

.premium-radio-wave {
    width: 9px;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    border-radius: 999px;
    background: #50e69d;
    box-shadow: 0 0 26px rgba(80,230,157,.7);
}

.wave-one { height: 96px; left: calc(50% - 33px); }
.wave-two { height: 145px; left: 50%; }
.wave-three { height: 72px; left: calc(50% + 33px); }

.premium-tile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 12px;
    background: var(--pp-bg);
}

.premium-tile {
    min-height: 720px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 24px 0;
    text-align: center;
}

.premium-tile-light {
    background: #fff;
}

.premium-tile-ai {
    background:
        radial-gradient(circle at 50% 80%, rgba(0,169,92,.27), transparent 38%),
        linear-gradient(180deg, #111 0%, #020604 100%);
    color: #f5f5f7;
}

.premium-tile-ai .premium-product-name,
.premium-tile-ai .premium-link-row a {
    color: #54df99;
}

.premium-tile h2 {
    font-size: clamp(42px, 4.7vw, 66px);
}

.premium-tile-copy > p:not(.premium-product-name) {
    font-size: 19px;
}

.premium-tile-image {
    width: min(570px, 93%);
    height: 400px;
    margin-top: auto;
    overflow: hidden;
    border-radius: 34px 34px 0 0;
    display: block;
    box-shadow: 0 -8px 55px rgba(0,0,0,.13);
}

.premium-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-method {
    padding: 125px max(24px, calc((100vw - 1120px) / 2));
    background: #fff;
}

.premium-method-heading {
    max-width: 900px;
}

.premium-method-steps {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--pp-line);
}

.premium-method-steps article {
    min-height: 255px;
    padding: 32px 35px;
    border-right: 1px solid var(--pp-line);
}

.premium-method-steps article:last-child {
    border-right: 0;
}

.premium-method-steps span {
    color: var(--pp-green-dark);
    font-size: 12px;
    font-weight: 700;
}

.premium-method-steps h3 {
    margin: 48px 0 10px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.04em;
}

.premium-method-steps p {
    max-width: 290px;
    margin: 0;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.55;
}

.premium-ecosystem {
    min-height: 760px;
    padding: 92px 24px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 100%, rgba(0,169,92,.32), transparent 36%),
        #000;
    color: #f5f5f7;
    text-align: center;
}

.premium-ecosystem-copy {
    max-width: 900px;
    margin: 0 auto;
}

.premium-ecosystem .premium-kicker,
.premium-ecosystem .premium-link-row a {
    color: #5ce1a0;
}

.premium-ecosystem-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255,255,255,.66);
    font-size: 21px;
    line-height: 1.4;
}

.premium-ecosystem-art {
    height: 410px;
    margin: 55px auto 0;
    position: relative;
    max-width: 1000px;
    perspective: 1000px;
}

.premium-device {
    position: absolute;
    bottom: -50px;
    width: 300px;
    height: 380px;
    overflow: hidden;
    padding: 28px;
    border: 5px solid #242426;
    border-radius: 40px;
    background: linear-gradient(160deg, #242426, #0e0e10);
    box-shadow: 0 30px 75px rgba(0,0,0,.55);
    text-align: left;
}

.premium-device span {
    color: #62e3a5;
    font-size: 13px;
    font-weight: 650;
}

.premium-device strong {
    display: block;
    margin-top: 95px;
    color: #fff;
    font-size: 33px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.premium-device-left {
    left: 4%;
    transform: rotateY(13deg) rotateZ(-4deg);
}

.premium-device-right {
    right: 4%;
    transform: rotateY(-13deg) rotateZ(4deg);
}

.premium-device-center {
    z-index: 4;
    left: 50%;
    width: 320px;
    height: 410px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(160deg, #1aa966, #006c3b);
}

.premium-device-center img {
    width: 130px;
    margin-top: 25px;
}

.premium-device-center strong {
    margin-top: 36px;
}

.premium-newsroom {
    padding: 115px max(24px, calc((100vw - 1120px) / 2));
    background: #f5f5f7;
}

.premium-newsroom-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 34px;
}

.premium-newsroom-head h2 {
    margin: 0;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
}

.premium-newsroom-head a {
    color: #067844;
    font-size: 16px;
    text-decoration: none;
}

.premium-newsroom-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.premium-story {
    min-height: 430px;
    padding: 33px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: transform .25s ease;
}

.premium-story:hover {
    transform: scale(1.012);
}

.premium-story span {
    font-size: 12px;
    font-weight: 650;
}

.premium-story h3 {
    margin: auto 0 13px;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.premium-story p {
    margin: 0;
    opacity: .68;
    font-size: 14px;
    line-height: 1.5;
}

.premium-story-green {
    background: linear-gradient(160deg, #b6f5d4, #45d08c);
    color: #0d2b1d;
}

.premium-story-dark {
    background:
        radial-gradient(circle at 80% 10%, rgba(0,169,92,.35), transparent 35%),
        #0a0a0b;
    color: #fff;
}

.premium-story-light {
    background: #fff;
}

.premium-final {
    padding: 125px 24px;
    background: #fff;
    text-align: center;
}

.premium-final h2 {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* Catalogue */
.premium-catalogue-hero {
    padding: 105px 24px 90px;
    background: #fff;
    text-align: center;
}

.premium-catalogue-hero h1 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.premium-catalogue-hero > p:last-child {
    max-width: 720px;
    margin: 25px auto 0;
    color: var(--pp-muted);
    font-size: 21px;
    line-height: 1.4;
}

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

.premium-catalogue-product {
    min-height: 720px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    padding: 70px max(30px, calc((100vw - 1160px) / 2));
}

.premium-catalogue-product.is-light {
    background: #fff;
    color: #1d1d1f;
}

.premium-catalogue-product.is-dark {
    background:
        radial-gradient(circle at 80% 75%, rgba(0,169,92,.28), transparent 36%),
        #000;
    color: #f5f5f7;
}

.premium-catalogue-product.is-dark .premium-product-name,
.premium-catalogue-product.is-dark .premium-link-row a {
    color: #5ce1a0;
}

.premium-catalogue-copy {
    position: relative;
    z-index: 3;
    padding-right: 55px;
}

.premium-catalogue-copy > p:not(.premium-product-name) {
    max-width: 550px;
    margin: 22px 0 0;
    color: inherit;
    opacity: .67;
    font-size: 18px;
    line-height: 1.55;
}

.premium-catalogue-copy .premium-link-row {
    justify-content: flex-start;
}

.premium-catalogue-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.premium-catalogue-meta span {
    padding: 7px 11px;
    border: 1px solid currentColor;
    border-radius: 999px;
    opacity: .6;
    font-size: 11px;
    font-weight: 600;
}

.premium-catalogue-image {
    height: 510px;
    overflow: hidden;
    display: block;
    border-radius: 36px;
    box-shadow: 0 35px 80px rgba(0,0,0,.18);
}

.premium-catalogue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Existing course detail, refined */
.premium-public-page .public-course-hero {
    background: #fff;
}

.premium-public-page .public-course-hero h1 {
    font-weight: 700;
}

.premium-public-page .public-course-main-cover,
.premium-public-page .public-course-side-card,
.premium-public-page .public-requirements-card {
    border-color: var(--pp-line);
    box-shadow: 0 25px 70px rgba(0,0,0,.09);
}

.premium-public-page .public-button.primary {
    background: var(--pp-green-dark);
}

.premium-footer {
    padding: 0 max(24px, calc((100vw - 1024px) / 2));
    background: #f5f5f7;
    color: #6e6e73;
    font-size: 11px;
}

.premium-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(120px, .55fr));
    gap: 45px;
    padding: 48px 0 35px;
    border-top: 1px solid rgba(0,0,0,.10);
}

.premium-footer-intro img {
    width: 160px;
}

.premium-footer-intro p {
    max-width: 360px;
    margin: 16px 0 0;
    line-height: 1.55;
}

.premium-footer-column {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.premium-footer-column strong {
    margin-bottom: 4px;
    color: #1d1d1f;
    font-size: 11px;
}

.premium-footer-column a {
    color: #6e6e73;
    text-decoration: none;
}

.premium-footer-column a:hover {
    text-decoration: underline;
}

.premium-footer-bottom {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.10);
}

@media (max-width: 980px) {
    .premium-nav {
        gap: 20px;
    }

    .premium-tile-grid {
        grid-template-columns: 1fr;
    }

    .premium-method-steps {
        grid-template-columns: 1fr;
    }

    .premium-method-steps article {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }

    .premium-method-steps article:last-child {
        border-bottom: 0;
    }

    .premium-method-steps h3 {
        margin-top: 28px;
    }

    .premium-newsroom-track {
        grid-template-columns: 1fr;
    }

    .premium-story {
        min-height: 330px;
    }

    .premium-catalogue-product {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .premium-catalogue-copy {
        padding-right: 0;
    }

    .premium-catalogue-copy > p:not(.premium-product-name) {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-catalogue-copy .premium-link-row,
    .premium-catalogue-meta {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .premium-header .nav-shell {
        width: calc(100% - 28px);
    }

    .premium-brand img {
        height: 25px;
    }

    .premium-brand-name {
        font-size: 13px;
    }

    .premium-nav-toggle {
        width: 36px;
        height: 36px;
        display: block;
        padding: 8px;
        border: 0;
        background: transparent;
    }

    .premium-nav-toggle span {
        display: block;
        height: 1px;
        margin: 5px 0;
        background: #1d1d1f;
    }

    .premium-header .premium-nav {
        top: 48px;
        left: 0;
        right: 0;
        padding: 25px 28px 32px;
        border: 0;
        border-radius: 0;
        background: rgba(250,250,252,.98);
        box-shadow: 0 18px 35px rgba(0,0,0,.08);
    }

    .premium-header .premium-nav a {
        font-size: 22px;
        font-weight: 650;
    }

    .premium-header .premium-nav .premium-nav-cta {
        width: fit-content;
        min-height: 38px;
        padding: 0 18px;
        font-size: 14px;
    }

    .premium-announcement {
        font-size: 11px;
    }

    .premium-hero {
        min-height: 690px;
        padding-top: 55px;
    }

    .premium-hero h1 {
        font-size: clamp(48px, 13vw, 70px);
    }

    .premium-hero .premium-subhead {
        font-size: 20px;
    }

    .premium-hero-art {
        height: 330px;
    }

    .premium-hero-screen {
        width: 175px;
        height: 230px;
        border-width: 5px;
        border-radius: 22px;
    }

    .premium-screen-one { left: 0; }
    .premium-screen-two { right: 0; }

    .premium-screen-three {
        width: 150px;
        height: 205px;
    }

    .premium-core {
        width: 145px;
        height: 145px;
    }

    .premium-core img {
        width: 83px;
    }

    .premium-product {
        min-height: 680px;
        padding-top: 55px;
    }

    .premium-product h2,
    .premium-tile h2,
    .premium-method h2,
    .premium-ecosystem h2,
    .premium-final h2,
    .premium-catalogue-hero h1,
    .premium-catalogue-product h2 {
        font-size: clamp(40px, 11vw, 59px);
    }

    .premium-product-copy > p:not(.premium-product-name),
    .premium-tile-copy > p:not(.premium-product-name) {
        font-size: 18px;
    }

    .premium-product-visual-wide,
    .premium-radio-visual {
        width: 96vw;
        height: 390px;
        border-radius: 28px 28px 0 0;
    }

    .premium-tile {
        min-height: 650px;
    }

    .premium-tile-image {
        height: 350px;
    }

    .premium-method {
        padding: 90px 22px;
    }

    .premium-ecosystem {
        min-height: 710px;
        padding-top: 75px;
    }

    .premium-ecosystem-art {
        height: 370px;
        transform: scale(.86);
        transform-origin: center top;
    }

    .premium-device-left {
        left: -22%;
    }

    .premium-device-right {
        right: -22%;
    }

    .premium-newsroom {
        padding: 90px 18px;
    }

    .premium-newsroom-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .premium-newsroom-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 12px;
    }

    .premium-story {
        min-width: min(84vw, 370px);
        scroll-snap-align: start;
    }

    .premium-catalogue-hero {
        padding: 80px 22px 65px;
    }

    .premium-catalogue-product {
        min-height: 0;
        padding: 65px 20px;
    }

    .premium-catalogue-image {
        height: 380px;
        border-radius: 28px;
    }

    .premium-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .premium-footer-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .premium-announcement {
        display: block;
        line-height: 1.45;
    }

    .premium-announcement a {
        display: block;
    }

    .premium-link-row {
        gap: 15px;
    }

    .premium-link-row a {
        font-size: 15px;
    }

    .premium-hero {
        min-height: 650px;
    }

    .premium-hero-art {
        width: 110vw;
        bottom: -20px;
    }

    .premium-screen-one {
        left: 1%;
    }

    .premium-screen-two {
        right: 1%;
    }

    .premium-product-visual-wide,
    .premium-radio-visual {
        height: 330px;
    }

    .premium-tile-image {
        width: 100%;
        height: 320px;
    }

    .premium-device {
        width: 250px;
        height: 340px;
    }

    .premium-device-center {
        width: 280px;
    }

    .premium-device-left {
        left: -39%;
    }

    .premium-device-right {
        right: -39%;
    }

    .premium-footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .premium-footer-intro {
        grid-column: auto;
    }

    .premium-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 14px 0;
    }
}


/* ================================================================
   LINK LAB 0.7.0 — CINEMATIC MOTION LAYER
   CSS and JavaScript only. No generated imagery.
   ================================================================ */

.premium-public-page {
    --motion-ease: cubic-bezier(.22, 1, .36, 1);
}

.premium-header {
    transition:
        background-color .35s ease,
        box-shadow .35s ease,
        transform .35s var(--motion-ease);
}

.is-scrolled .premium-header {
    background: rgba(250, 250, 252, .92);
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.premium-link-row a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.premium-link-row a span,
.premium-newsroom-head a span {
    display: inline-block;
    transition: transform .24s var(--motion-ease);
}

.premium-link-row a:hover span,
.premium-newsroom-head a:hover span {
    transform: translateX(4px);
}

/* Hero */
.premium-hero-cinematic {
    min-height: 900px;
    padding-top: 62px;
    isolation: isolate;
    background:
        radial-gradient(
            ellipse 58% 34% at 50% 92%,
            rgba(0, 169, 92, .19),
            transparent 72%
        ),
        linear-gradient(180deg, #fff 0%, #f7f7f9 82%, #effdf5 100%);
}

.premium-hero-cinematic::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .33;
    background-image:
        linear-gradient(rgba(0,0,0,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, #000 54%, transparent);
}

.premium-hero-cinematic .premium-hero-copy {
    transform: translate3d(0, var(--hero-copy-y, 0), 0);
    opacity: var(--hero-copy-opacity, 1);
    transition: opacity .12s linear;
    will-change: transform, opacity;
}

.premium-hero-cinematic h1 {
    overflow: visible;
}

.premium-hero-line {
    display: block;
    overflow: hidden;
    padding: 0 .05em .07em;
    margin: 0 -.05em -.07em;
}

.premium-hero-line > span {
    display: block;
}

.motion-ready .premium-hero-line > span {
    transform: translateY(112%);
    filter: blur(9px);
    transition:
        transform 1.05s var(--motion-ease),
        filter 1.05s var(--motion-ease);
}

.motion-ready .premium-hero-line:nth-child(2) > span {
    transition-delay: 100ms;
}

.motion-ready .premium-hero-kicker,
.motion-ready .premium-hero-cinematic [data-hero-fade],
.motion-ready .premium-scroll-cue {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity .8s ease,
        transform .9s var(--motion-ease);
}

.motion-ready .premium-hero-cinematic [data-hero-fade] {
    transition-delay: 260ms;
}

.motion-ready .premium-scroll-cue {
    transition-delay: 760ms;
}

.is-page-ready .premium-hero-line > span {
    transform: translateY(0);
    filter: blur(0);
}

.is-page-ready .premium-hero-kicker,
.is-page-ready .premium-hero-cinematic [data-hero-fade],
.is-page-ready .premium-scroll-cue {
    opacity: 1;
    transform: translateY(0);
}

.premium-hero-stage {
    width: min(1180px, 96vw);
    height: 445px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 2;
    transform:
        translate3d(-50%, var(--hero-stage-y, 0), 0)
        scale(var(--hero-stage-scale, 1));
    transform-origin: 50% 72%;
    opacity: var(--hero-stage-opacity, 1);
    perspective: 1400px;
    will-change: transform, opacity;
}

.motion-ready .premium-hero-stage {
    opacity: 0;
    transform: translate3d(-50%, 90px, 0) scale(.94);
    filter: blur(12px);
    transition:
        opacity 1.15s ease 330ms,
        transform 1.35s var(--motion-ease) 260ms,
        filter 1.1s ease 260ms;
}

.is-page-ready .premium-hero-stage {
    opacity: var(--hero-stage-opacity, 1);
    transform:
        translate3d(-50%, var(--hero-stage-y, 0), 0)
        scale(var(--hero-stage-scale, 1));
    filter: blur(0);
}

.premium-hero-ambient {
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.ambient-one {
    width: 440px;
    height: 260px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: rgba(0, 188, 101, .20);
}

.ambient-two {
    width: 760px;
    height: 180px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    background: rgba(109, 232, 170, .22);
}

.premium-hero-orbit {
    position: absolute;
    left: 50%;
    top: 55%;
    border: 1px solid rgba(0, 122, 66, .18);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotateX(67deg);
    box-shadow: 0 0 30px rgba(0,169,92,.035);
}

.orbit-one {
    width: 1040px;
    height: 390px;
    animation: premium-orbit-spin 26s linear infinite;
}

.orbit-two {
    width: 790px;
    height: 295px;
    animation: premium-orbit-spin-reverse 21s linear infinite;
}

.orbit-three {
    width: 520px;
    height: 195px;
    animation: premium-orbit-spin 17s linear infinite;
}

.premium-hero-orbit::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -4px;
    border-radius: 50%;
    background: #00a95c;
    box-shadow: 0 0 18px rgba(0,169,92,.7);
}

@keyframes premium-orbit-spin {
    to {
        transform: translate(-50%, -50%) rotateX(67deg) rotateZ(360deg);
    }
}

@keyframes premium-orbit-spin-reverse {
    to {
        transform: translate(-50%, -50%) rotateX(67deg) rotateZ(-360deg);
    }
}

.premium-hero-device {
    --pointer-x: 0px;
    --pointer-y: 0px;
    --pointer-rx: 0deg;
    --pointer-ry: 0deg;
    --scroll-x: 0px;
    --scroll-y: 0px;
    --base-rz: 0deg;
    width: 280px;
    height: 338px;
    position: absolute;
    z-index: 4;
    transform:
        translate3d(
            calc(var(--pointer-x) + var(--scroll-x)),
            calc(var(--pointer-y) + var(--scroll-y)),
            0
        )
        rotateX(var(--pointer-rx))
        rotateY(var(--pointer-ry))
        rotateZ(var(--base-rz));
    transform-style: preserve-3d;
    transition: transform .18s ease-out;
    will-change: transform;
}

.premium-hero-device-small {
    width: 208px;
    height: 252px;
    z-index: 2;
}

.hero-device-journalism {
    left: 7%;
    top: 78px;
    --base-rz: -5.5deg;
}

.hero-device-radio {
    right: 7%;
    top: 78px;
    --base-rz: 5.5deg;
}

.hero-device-media {
    left: 25%;
    top: 175px;
    --base-rz: -2.5deg;
}

.hero-device-ai {
    right: 25%;
    top: 175px;
    --base-rz: 2.5deg;
}

.premium-device-shell {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 7px solid #141416;
    border-radius: 33px;
    background: #111;
    box-shadow:
        0 42px 80px rgba(0,0,0,.23),
        0 8px 20px rgba(0,0,0,.10);
    animation: premium-device-breathe 6.5s ease-in-out infinite;
}

.hero-device-radio .premium-device-shell {
    animation-delay: -1.4s;
}

.hero-device-media .premium-device-shell {
    animation-delay: -2.7s;
}

.hero-device-ai .premium-device-shell {
    animation-delay: -4.1s;
}

@keyframes premium-device-breathe {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.premium-device-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            128deg,
            rgba(255,255,255,.28),
            transparent 20%,
            transparent 72%,
            rgba(255,255,255,.08)
        );
    pointer-events: none;
}

.premium-device-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-device-caption {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 13px;
    z-index: 4;
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 14px;
    background: rgba(12, 16, 14, .64);
    color: #fff;
    text-align: left;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.premium-device-caption small,
.premium-device-caption strong {
    display: block;
}

.premium-device-caption small {
    margin-bottom: 3px;
    color: #73e4aa;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.premium-device-caption strong {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.premium-hero-device-small .premium-device-caption {
    padding: 9px 10px;
}

.premium-hero-device-small .premium-device-caption strong {
    font-size: 10px;
}

.premium-hero-core {
    --core-pointer-x: 0px;
    --core-pointer-y: 0px;
    width: 226px;
    height: 226px;
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 77px;
    display: grid;
    place-items: center;
    transform:
        translate3d(
            calc(-50% + var(--core-pointer-x)),
            var(--core-pointer-y),
            80px
        );
    transition: transform .2s ease-out;
    will-change: transform;
}

.premium-core-sphere {
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 24%, #62f0ac 0%, #08b96a 35%, #00753f 100%);
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.42),
        inset 0 -24px 45px rgba(0,58,31,.28),
        0 0 0 23px rgba(0,169,92,.075),
        0 35px 70px rgba(0,110,59,.30);
    animation: premium-core-float 5.2s ease-in-out infinite;
}

@keyframes premium-core-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-7px) scale(1.015); }
}

.premium-core-sphere img {
    width: 99px;
    position: relative;
    z-index: 3;
    margin-top: -14px;
    filter: drop-shadow(0 15px 17px rgba(0,0,0,.18));
}

.premium-core-shine {
    width: 100px;
    height: 54px;
    position: absolute;
    top: 17px;
    left: 29px;
    border-radius: 50%;
    transform: rotate(-25deg);
    background: rgba(255,255,255,.26);
    filter: blur(5px);
}

.premium-core-wordmark {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.94);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.premium-core-halo {
    position: absolute;
    border: 1px solid rgba(0,145,78,.28);
    border-radius: 50%;
    animation: premium-halo-pulse 4.5s ease-out infinite;
}

.halo-one { inset: 0; }
.halo-two { inset: -24px; animation-delay: -1.5s; }
.halo-three { inset: -48px; animation-delay: -3s; }

@keyframes premium-halo-pulse {
    0% { opacity: .65; transform: scale(.84); }
    70%, 100% { opacity: 0; transform: scale(1.12); }
}

.premium-hero-floor {
    width: 710px;
    height: 75px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(0,122,66,.18);
    filter: blur(28px);
}

.premium-scroll-cue {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transform: translateX(-50%);
    color: rgba(29,29,31,.55);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.premium-scroll-cue i {
    width: 1px;
    height: 27px;
    overflow: hidden;
    position: relative;
    display: block;
    background: rgba(0,0,0,.13);
}

.premium-scroll-cue i::after {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    left: 0;
    top: -11px;
    background: #008b4b;
    animation: premium-scroll-line 1.7s ease-in-out infinite;
}

@keyframes premium-scroll-line {
    0% { transform: translateY(0); }
    100% { transform: translateY(39px); }
}

/* Scroll composition */
[data-motion-copy] {
    transform: translate3d(0, var(--motion-copy-y, 0), 0);
    opacity: var(--motion-copy-opacity, 1);
    will-change: transform, opacity;
}

[data-motion-media] {
    transform:
        translate3d(0, var(--motion-media-y, 0), 0)
        rotateX(var(--tilt-x, 0deg))
        rotateY(var(--tilt-y, 0deg))
        translateY(var(--tilt-lift, 0px))
        scale(var(--motion-media-scale, 1));
    transform-origin: center;
    will-change: transform;
    transition:
        transform .16s ease-out,
        box-shadow .3s ease;
}

[data-tilt] {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --tilt-lift: 0px;
    --glare-x: 50%;
    --glare-y: 50%;
    transform-style: preserve-3d;
}

.premium-media-glass {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: .55;
    background:
        radial-gradient(
            circle at var(--glare-x, 50%) var(--glare-y, 50%),
            rgba(255,255,255,.30),
            transparent 30%
        );
    pointer-events: none;
    transition: opacity .25s ease;
}

[data-tilt]:hover .premium-media-glass {
    opacity: .82;
}

.premium-product,
.premium-tile,
.premium-ecosystem {
    perspective: 1300px;
}

.premium-product-visual,
.premium-tile-image {
    position: relative;
}

.premium-product-visual img,
.premium-tile-image img {
    transform: scale(1.035);
    transition: transform 1.1s var(--motion-ease);
}

.premium-product-visual:hover img,
.premium-tile-image:hover img {
    transform: scale(1.075);
}

.premium-radio-equalizer {
    height: 112px;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 30px;
    display: flex;
    align-items: end;
    gap: 8px;
    transform: translateX(-50%);
}

.premium-radio-equalizer i {
    width: 8px;
    min-height: 22px;
    border-radius: 999px;
    background: #58e5a0;
    box-shadow: 0 0 21px rgba(88,229,160,.65);
    animation: premium-equalizer 1.15s ease-in-out infinite alternate;
}

.premium-radio-equalizer i:nth-child(1) { height: 35%; animation-delay: -.7s; }
.premium-radio-equalizer i:nth-child(2) { height: 65%; animation-delay: -.2s; }
.premium-radio-equalizer i:nth-child(3) { height: 88%; animation-delay: -.9s; }
.premium-radio-equalizer i:nth-child(4) { height: 100%; animation-delay: -.4s; }
.premium-radio-equalizer i:nth-child(5) { height: 78%; animation-delay: -.8s; }
.premium-radio-equalizer i:nth-child(6) { height: 55%; animation-delay: -.1s; }
.premium-radio-equalizer i:nth-child(7) { height: 31%; animation-delay: -.6s; }

@keyframes premium-equalizer {
    from { transform: scaleY(.42); opacity: .62; }
    to { transform: scaleY(1); opacity: 1; }
}

/* Reveals */
.motion-reveal {
    opacity: 0;
    transform: translateY(34px) scale(.985);
    filter: blur(7px);
    transition:
        opacity .8s ease var(--reveal-delay, 0ms),
        transform .95s var(--motion-ease) var(--reveal-delay, 0ms),
        filter .8s ease var(--reveal-delay, 0ms);
}

.motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.premium-method-steps article {
    transition:
        background .35s ease,
        transform .45s var(--motion-ease);
}

.premium-method-steps article:hover {
    transform: translateY(-7px);
    background: #f7faf8;
}

.premium-story {
    transform:
        rotateX(var(--tilt-x, 0deg))
        rotateY(var(--tilt-y, 0deg))
        translateY(var(--tilt-lift, 0px));
    transition:
        transform .18s ease-out,
        box-shadow .35s ease;
}

.premium-story:hover {
    box-shadow: 0 28px 70px rgba(0,0,0,.14);
}

.premium-newsroom-track.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.premium-newsroom-track.is-dragging a {
    pointer-events: none;
}

/* Desktop refinements */
@media (min-width: 1100px) {
    .premium-product {
        min-height: 830px;
    }

    .premium-product-visual-wide {
        height: 495px;
    }

    .premium-radio-visual {
        height: 520px;
    }

    .premium-tile {
        min-height: 760px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .premium-hero-cinematic {
        min-height: 840px;
    }

    .premium-hero-stage {
        width: 880px;
        left: 50%;
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .88));
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .88));
    }

    .hero-device-journalism { left: 7%; }
    .hero-device-radio { right: 7%; }
    .hero-device-media { left: 26%; }
    .hero-device-ai { right: 26%; }
}

/* Mobile scene: still cinematic, but never overlaps the mascot */
@media (max-width: 620px) {
    .premium-hero-cinematic {
        min-height: 790px;
        padding-top: 45px;
    }

    .premium-hero-cinematic h1 {
        font-size: clamp(45px, 13.5vw, 61px);
    }

    .premium-hero-cinematic .premium-subhead {
        max-width: 360px;
        font-size: 18px;
    }

    .premium-hero-stage {
        width: 560px;
        height: 375px;
        bottom: 4px;
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .74));
        transform-origin: 50% 72%;
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .74));
    }

    .premium-hero-device {
        width: 225px;
        height: 285px;
    }

    .premium-hero-device-small {
        width: 157px;
        height: 199px;
    }

    .hero-device-journalism {
        left: -2%;
        top: 73px;
    }

    .hero-device-radio {
        right: -2%;
        top: 73px;
    }

    .hero-device-media {
        left: 20%;
        top: 191px;
    }

    .hero-device-ai {
        right: 20%;
        top: 191px;
    }

    .premium-hero-core {
        width: 190px;
        height: 190px;
        top: 90px;
    }

    .premium-core-sphere {
        width: 155px;
        height: 155px;
    }

    .premium-core-sphere img {
        width: 78px;
    }

    .premium-core-wordmark {
        bottom: 18px;
        font-size: 10px;
    }

    .premium-device-caption {
        display: none;
    }

    .premium-scroll-cue {
        bottom: 10px;
    }

    .premium-product-visual,
    .premium-tile-image,
    .premium-story,
    [data-tilt] {
        transform:
            translate3d(0, var(--motion-media-y, 0), 0)
            scale(var(--motion-media-scale, 1));
    }
}

@media (max-width: 420px) {
    .premium-hero-cinematic {
        min-height: 755px;
    }

    .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .66));
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .66));
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-ready .premium-hero-line > span,
    .motion-ready .premium-hero-kicker,
    .motion-ready .premium-hero-cinematic [data-hero-fade],
    .motion-ready .premium-scroll-cue,
    .motion-ready .premium-hero-stage,
    .motion-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .premium-hero-orbit,
    .premium-device-shell,
    .premium-core-sphere,
    .premium-core-halo,
    .premium-scroll-cue i::after,
    .premium-radio-equalizer i {
        animation: none;
    }

    [data-motion-copy],
    [data-motion-media],
    [data-tilt],
    .premium-story {
        transform: none;
        opacity: 1;
    }
}

/* ================================================================
   LINK LAB 0.9.0 — PUBLIC NEWSROOM
   Editorial structure inspired by premium corporate newsrooms.
   ================================================================ */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nr-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.nr-section-label {
    display: inline-block;
    color: #087944;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.nr-archive-hero {
    padding: 105px 0 70px;
    background: #fff;
}

.nr-archive-heading {
    max-width: 920px;
}

.nr-archive-heading h1 {
    margin: 10px 0 0;
    color: #111113;
    font-size: clamp(74px, 11vw, 148px);
    font-weight: 700;
    line-height: .86;
    letter-spacing: -.075em;
}

.nr-archive-heading p {
    max-width: 760px;
    margin: 38px 0 0;
    color: #6e6e73;
    font-size: clamp(22px, 2.4vw, 33px);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.nr-search {
    width: min(440px, 100%);
    position: relative;
    margin: 58px 0 0 auto;
}

.nr-search input {
    width: 100%;
    height: 50px;
    padding: 0 52px 0 18px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 14px;
    background: #f5f5f7;
    color: #1d1d1f;
    font: inherit;
    font-size: 14px;
    outline: 0;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.nr-search input:focus {
    border-color: rgba(0,122,66,.55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0,122,66,.09);
}

.nr-search button {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
    border-radius: 11px;
    background: #087944;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
}

.nr-category-nav {
    position: sticky;
    top: 48px;
    z-index: 55;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.90);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.nr-category-nav .nr-shell {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.nr-category-nav .nr-shell::-webkit-scrollbar {
    display: none;
}

.nr-category-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.nr-category-nav a.is-active,
.nr-category-nav a:hover {
    color: #111113;
}

.nr-category-nav a.is-active {
    position: relative;
}

.nr-category-nav a.is-active::after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    border-radius: 99px;
    background: #087944;
}

.nr-category-nav small {
    color: #9a9aa0;
    font-size: 10px;
}

.nr-feature-section {
    padding: 64px 0 82px;
    background: #f5f5f7;
}

.nr-feature-card {
    min-height: 650px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    border-radius: 34px;
    background: #000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 34px 90px rgba(0,0,0,.14);
}

.nr-feature-copy {
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 64px 54px;
}

.nr-story-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: inherit;
    opacity: .70;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nr-story-meta i {
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: currentColor;
}

.nr-feature-copy h2 {
    margin: 28px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.058em;
}

.nr-feature-copy p {
    margin: 24px 0 0;
    color: rgba(255,255,255,.70);
    font-size: 17px;
    line-height: 1.5;
}

.nr-read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    color: inherit;
    font-size: 14px;
    font-weight: 650;
}

.nr-read-link b {
    font-size: 17px;
    transition: transform .22s ease;
}

.nr-feature-card:hover .nr-read-link b,
.nr-story-card:hover .nr-read-link b {
    transform: translateX(4px);
}

.nr-feature-image {
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.nr-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000 0%, transparent 18%);
}

.nr-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.22,1,.36,1);
}

.nr-feature-card:hover .nr-feature-image img {
    transform: scale(1.035);
}

.nr-stories-section {
    padding: 95px 0 120px;
    background: #fff;
}

.nr-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.nr-section-head h2 {
    margin: 0;
    color: #111113;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .95;
    letter-spacing: -.055em;
}

.nr-section-head > span,
.nr-section-head > a {
    color: #6e6e73;
    font-size: 13px;
    text-decoration: none;
}

.nr-section-head > a:hover {
    color: #087944;
}

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

.nr-story-card {
    min-height: 560px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    background: #f5f5f7;
    color: #1d1d1f;
    text-decoration: none;
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}

.nr-story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(0,0,0,.10);
}

.nr-story-card.is-wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
}

.nr-story-image {
    min-height: 270px;
    overflow: hidden;
    background: #e9e9eb;
}

.nr-story-card.is-wide .nr-story-image {
    min-height: 100%;
    order: 2;
}

.nr-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.22,1,.36,1);
}

.nr-story-card:hover .nr-story-image img {
    transform: scale(1.04);
}

.nr-story-copy {
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
}

.nr-story-copy h3 {
    margin: 20px 0 0;
    color: #111113;
    font-size: clamp(25px, 2.4vw, 38px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.nr-story-copy p {
    margin: 18px 0 0;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.55;
}

.nr-story-copy .nr-read-link {
    margin-top: auto;
    padding-top: 26px;
    color: #087944;
}

.nr-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

.nr-pagination a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5f5f7;
    color: #6e6e73;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.nr-pagination a.is-current {
    background: #087944;
    color: #fff;
}

.nr-empty-state {
    padding: 90px 30px;
    border-radius: 28px;
    background: #f5f5f7;
    text-align: center;
}

.nr-empty-state h3 {
    margin: 0;
    font-size: 32px;
    letter-spacing: -.04em;
}

.nr-empty-state p {
    color: #6e6e73;
}

.nr-empty-state a {
    color: #087944;
    text-decoration: none;
}

.nr-archive-cta {
    padding: 90px 0;
    background: #000;
    color: #fff;
}

.nr-archive-cta .nr-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.nr-archive-cta h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(45px, 6vw, 75px);
    line-height: .95;
    letter-spacing: -.06em;
}

.nr-archive-cta p {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.63);
    font-size: 17px;
    line-height: 1.55;
}

.nr-archive-cta > .nr-shell > a {
    flex: 0 0 auto;
    color: #62e3a5;
    font-size: 17px;
    text-decoration: none;
}

/* Single article */
.nr-article {
    background: #fff;
}

.nr-article-header {
    padding: 78px 0 68px;
    background: #fff;
}

.nr-article-header-inner {
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
}

.nr-back {
    display: inline-flex;
    margin-bottom: 58px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.nr-back:hover {
    color: #087944;
}

.nr-article-type {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #087944;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nr-article-type i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.nr-article-header h1 {
    max-width: 1010px;
    margin: 24px 0 0;
    color: #111113;
    font-size: clamp(56px, 7vw, 96px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.065em;
}

.nr-article-deck {
    max-width: 870px;
    margin: 34px 0 0;
    color: #6e6e73;
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.nr-article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 36px;
    color: #6e6e73;
    font-size: 13px;
}

.nr-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.nr-share-row button,
.nr-share-row a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    background: #fff;
    color: #1d1d1f;
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

.nr-share-row button:hover,
.nr-share-row a:hover {
    border-color: #087944;
    color: #087944;
}

.nr-hero-media {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
}

.nr-hero-media img {
    width: 100%;
    max-height: 820px;
    display: block;
    border-radius: 34px;
    object-fit: cover;
}

.nr-hero-media figcaption {
    max-width: 1100px;
    margin: 13px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #86868b;
    font-size: 11px;
}

.nr-article-layout {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 180px minmax(0, 760px);
    justify-content: center;
    gap: 65px;
    padding: 92px 0 120px;
}

.nr-article-rail {
    position: sticky;
    top: 130px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 6px;
}

.nr-article-rail > span {
    margin-bottom: 8px;
    color: #1d1d1f;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.nr-article-rail a,
.nr-article-rail small {
    color: #6e6e73;
    font-size: 12px;
    text-decoration: none;
}

.nr-article-rail a:hover {
    color: #087944;
}

.nr-article-body {
    color: #1d1d1f;
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: -.012em;
}

.nr-article-body > p:first-child {
    font-size: 24px;
    line-height: 1.52;
    letter-spacing: -.025em;
}

.nr-article-body p {
    margin: 0 0 27px;
}

.nr-article-body h2 {
    margin: 72px 0 24px;
    color: #111113;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: -.052em;
}

.nr-article-body h3 {
    margin: 50px 0 18px;
    color: #111113;
    font-size: clamp(28px, 3vw, 39px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.nr-article-body h4 {
    margin: 38px 0 14px;
    font-size: 23px;
    letter-spacing: -.025em;
}

.nr-article-body a {
    color: #067844;
    text-decoration-thickness: 1px;
}

.nr-article-body blockquote {
    margin: 55px -80px;
    padding: 0 0 0 35px;
    border-left: 5px solid #00a95c;
    color: #111113;
    font-size: clamp(27px, 3.2vw, 42px);
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -.04em;
}

.nr-article-body ul,
.nr-article-body ol {
    margin: 0 0 32px;
    padding-left: 27px;
}

.nr-article-body li {
    margin-bottom: 12px;
}

.nr-article-body figure,
.nr-article-body .wp-block-image {
    margin: 55px -120px;
}

.nr-article-body figure img,
.nr-article-body .wp-block-image img,
.nr-article-body > img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.nr-article-body figcaption {
    margin-top: 10px;
    color: #86868b;
    font-size: 11px;
    line-height: 1.45;
}

.nr-article-body hr {
    height: 1px;
    margin: 55px 0;
    border: 0;
    background: rgba(0,0,0,.12);
}

.nr-article-body table {
    width: 100%;
    margin: 35px 0;
    border-collapse: collapse;
    font-size: 15px;
}

.nr-article-body th,
.nr-article-body td {
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    text-align: left;
}

.nr-sources {
    margin-top: 75px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,.12);
}

.nr-sources h2 {
    margin: 0 0 20px;
    font-size: 28px;
    letter-spacing: -.035em;
}

.nr-sources ol {
    padding-left: 20px;
}

.nr-sources li {
    margin-bottom: 9px;
}

.nr-sources a {
    color: #067844;
}

.nr-author-card {
    margin-top: 75px;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 25px;
    padding: 34px;
    border-radius: 26px;
    background: #f5f5f7;
}

.nr-author-avatar {
    width: 105px;
    height: 105px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #b8f0d2, #3bc983);
    color: #fff;
    font-size: 38px;
    font-weight: 750;
}

.nr-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nr-author-card small,
.nr-author-card h2,
.nr-author-card strong,
.nr-author-card p {
    display: block;
}

.nr-author-card small {
    color: #087944;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nr-author-card h2 {
    margin: 6px 0 2px;
    font-size: 28px;
    letter-spacing: -.04em;
}

.nr-author-card strong {
    color: #6e6e73;
    font-size: 12px;
}

.nr-author-card p {
    margin: 13px 0 0;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.55;
}

.nr-ai-disclosure {
    margin-top: 30px;
    padding: 15px 17px;
    border-radius: 14px;
    background: #f5f5f7;
    color: #6e6e73;
    font-size: 11px;
    line-height: 1.5;
}

.nr-related {
    padding: 95px 0 110px;
    background: #f5f5f7;
}

.nr-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nr-related-grid > a {
    color: #1d1d1f;
    text-decoration: none;
}

.nr-related-grid > a > div {
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 22px;
    background: #e8e8ea;
}

.nr-related-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.nr-related-grid a:hover img {
    transform: scale(1.035);
}

.nr-related-grid span {
    color: #087944;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.nr-related-grid h3 {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.038em;
}

.nr-not-found-shell {
    min-height: 70vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 70px 24px;
    background: #fff;
    text-align: center;
}

.nr-not-found-shell h1 {
    max-width: 850px;
    margin: 16px 0 25px;
    font-size: clamp(50px, 8vw, 90px);
    line-height: .95;
    letter-spacing: -.065em;
}

.nr-not-found-shell a {
    color: #087944;
    text-decoration: none;
}

@media (max-width: 980px) {
    .nr-feature-card {
        grid-template-columns: 1fr;
    }

    .nr-feature-image {
        min-height: 480px;
        order: -1;
    }

    .nr-feature-image::after {
        background: linear-gradient(0deg, #000 0%, transparent 20%);
    }

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

    .nr-story-card.is-wide {
        grid-column: span 2;
    }

    .nr-article-layout {
        grid-template-columns: 1fr;
    }

    .nr-article-rail {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0,0,0,.10);
    }

    .nr-article-rail > span {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .nr-shell,
    .nr-article-header-inner,
    .nr-article-layout {
        width: calc(100% - 28px);
    }

    .nr-archive-hero {
        padding: 75px 0 50px;
    }

    .nr-archive-heading h1 {
        font-size: clamp(65px, 21vw, 95px);
    }

    .nr-archive-heading p {
        margin-top: 28px;
        font-size: 21px;
    }

    .nr-search {
        margin: 35px 0 0;
    }

    .nr-category-nav {
        top: 48px;
    }

    .nr-category-nav .nr-shell {
        gap: 23px;
    }

    .nr-feature-section {
        padding: 25px 0 60px;
    }

    .nr-feature-card {
        min-height: 0;
        border-radius: 26px;
    }

    .nr-feature-image {
        min-height: 350px;
    }

    .nr-feature-copy {
        padding: 38px 25px 42px;
    }

    .nr-feature-copy h2 {
        font-size: 42px;
    }

    .nr-stories-section {
        padding: 70px 0 90px;
    }

    .nr-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .nr-story-grid {
        grid-template-columns: 1fr;
    }

    .nr-story-card.is-wide {
        grid-column: auto;
        display: flex;
    }

    .nr-story-card.is-wide .nr-story-image {
        min-height: 270px;
        order: 0;
    }

    .nr-archive-cta .nr-shell {
        align-items: flex-start;
        flex-direction: column;
    }

    .nr-article-header {
        padding: 55px 0 48px;
    }

    .nr-back {
        margin-bottom: 38px;
    }

    .nr-article-header h1 {
        font-size: clamp(48px, 14vw, 70px);
    }

    .nr-article-deck {
        font-size: 21px;
    }

    .nr-hero-media {
        width: calc(100% - 16px);
    }

    .nr-hero-media img {
        min-height: 310px;
        border-radius: 24px;
    }

    .nr-article-layout {
        gap: 38px;
        padding: 65px 0 85px;
    }

    .nr-article-body {
        font-size: 17px;
    }

    .nr-article-body > p:first-child {
        font-size: 21px;
    }

    .nr-article-body blockquote,
    .nr-article-body figure,
    .nr-article-body .wp-block-image {
        margin-left: 0;
        margin-right: 0;
    }

    .nr-author-card {
        grid-template-columns: 75px minmax(0, 1fr);
        padding: 24px;
    }

    .nr-author-avatar {
        width: 75px;
        height: 75px;
    }

    .nr-related-grid {
        grid-template-columns: 1fr;
    }
}


/* ================================================================
   LINK LAB 0.9.1 — NEWSROOM ARCHIVE, APPLE-LIKE EDITORIAL COMPOSITION
   Original Link implementation using Link content and assets.
   ================================================================ */

.apple-newsroom-layout {
    background: #f5f5f7;
}

.apple-newsroom-layout .premium-announcement {
    display: none;
}

.nr-apple-shell {
    width: min(980px, calc(100% - 44px));
    margin: 0 auto;
}

.nr-local-nav {
    position: sticky;
    top: 48px;
    z-index: 70;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.nr-local-nav .nr-apple-shell {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nr-local-title {
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -.022em;
    text-decoration: none;
}

.nr-local-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nr-local-search {
    width: 185px;
    position: relative;
}

.nr-local-search input {
    width: 100%;
    height: 32px;
    padding: 0 34px 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #1d1d1f;
    font: inherit;
    font-size: 12px;
    outline: 0;
    transition:
        width .28s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.nr-local-search input::placeholder {
    color: #6e6e73;
}

.nr-local-search input:focus {
    background: #f5f5f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.nr-local-search button {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1f;
    cursor: pointer;
}

.nr-topics-menu {
    position: relative;
}

.nr-topics-menu summary {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1d1d1f;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
}

.nr-topics-menu summary::-webkit-details-marker {
    display: none;
}

.nr-topics-menu summary span {
    margin-top: -3px;
    color: #6e6e73;
    font-size: 12px;
}

.nr-topics-panel {
    width: 270px;
    position: absolute;
    top: calc(100% + 17px);
    right: 0;
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nr-topics-panel a {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 10px;
    border-radius: 8px;
    color: #1d1d1f;
    font-size: 12px;
    text-decoration: none;
}

.nr-topics-panel a:hover,
.nr-topics-panel a.is-active {
    background: #f5f5f7;
}

.nr-topics-panel small {
    color: #86868b;
    font-size: 10px;
}

.nr-apple-page {
    min-height: 70vh;
    padding: 76px 0 110px;
    background: #f5f5f7;
}

.nr-apple-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 35px;
}

.nr-apple-overline {
    color: #087944;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nr-apple-heading h1 {
    margin: 8px 0 0;
    color: #1d1d1f;
    font-size: clamp(45px, 6vw, 66px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.058em;
}

.nr-apple-heading > p {
    max-width: 350px;
    margin: 0 0 4px;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.48;
    text-align: right;
}

.nr-clear-filter {
    margin-bottom: 6px;
    color: #087944;
    font-size: 13px;
    text-decoration: none;
}

.nr-apple-feature {
    min-height: 405px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, .86fr);
    border-radius: 18px;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    box-shadow:
        0 1px 0 rgba(0, 0, 0, .02),
        0 12px 30px rgba(0, 0, 0, .035);
    transition:
        transform .35s cubic-bezier(.22, 1, .36, 1),
        box-shadow .35s ease;
}

.nr-apple-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .09);
}

.nr-apple-feature-media {
    min-width: 0;
    min-height: 405px;
    overflow: hidden;
    background:
        linear-gradient(145deg, #dff7e9, #afdcc3);
}

.nr-apple-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.nr-apple-feature:hover .nr-apple-feature-media img {
    transform: scale(1.025);
}

.nr-apple-feature-copy {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 48px 36px;
}

.nr-apple-type {
    color: #6e6e73;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nr-apple-feature-copy h2 {
    margin: 13px 0 0;
    color: #1d1d1f;
    font-size: clamp(30px, 3.1vw, 46px);
    font-weight: 700;
    line-height: 1.01;
    letter-spacing: -.048em;
}

.nr-apple-feature-copy time,
.nr-apple-card-copy time {
    margin-top: auto;
    padding-top: 28px;
    color: #6e6e73;
    font-size: 11px;
}

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

.nr-apple-card {
    min-height: 505px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    box-shadow:
        0 1px 0 rgba(0, 0, 0, .02),
        0 12px 30px rgba(0, 0, 0, .03);
    transition:
        transform .35s cubic-bezier(.22, 1, .36, 1),
        box-shadow .35s ease;
}

.nr-apple-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .09);
}

.nr-apple-card-media {
    height: 285px;
    overflow: hidden;
    background: #e8e8ed;
}

.nr-apple-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.nr-apple-card:hover .nr-apple-card-media img {
    transform: scale(1.035);
}

.nr-apple-card-copy {
    min-height: 220px;
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 27px 28px 25px;
}

.nr-apple-card-copy h2 {
    margin: 11px 0 0;
    color: inherit;
    font-size: clamp(25px, 2.45vw, 35px);
    font-weight: 700;
    line-height: 1.025;
    letter-spacing: -.045em;
}

.nr-apple-card.is-type-card {
    min-height: 505px;
    display: grid;
    grid-template-rows: 235px minmax(0, 1fr);
}

.nr-apple-type-visual {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 52%,
            rgba(0, 169, 92, .18),
            transparent 43%
        ),
        #fff;
}

.nr-link-symbol {
    position: relative;
    z-index: 2;
    color: #087944;
    font-size: 102px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -.09em;
}

.nr-apple-type-visual i {
    position: absolute;
    border: 1px solid rgba(8, 121, 68, .14);
    border-radius: 50%;
}

.nr-apple-type-visual i:nth-of-type(1) {
    width: 130px;
    height: 130px;
}

.nr-apple-type-visual i:nth-of-type(2) {
    width: 210px;
    height: 210px;
}

.nr-apple-type-visual i:nth-of-type(3) {
    width: 310px;
    height: 310px;
}

.nr-apple-card.is-dark-card {
    background: #050505;
    color: #f5f5f7;
}

.nr-apple-card.is-dark-card .nr-apple-type,
.nr-apple-card.is-dark-card time {
    color: #a1a1a6;
}

.nr-apple-card.is-dark-card .nr-apple-card-media {
    position: relative;
    background: #050505;
}

.nr-apple-card.is-dark-card .nr-apple-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0, 0, 0, .50)
        );
}

.nr-apple-image-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 169, 92, .25),
            transparent 38%
        ),
        linear-gradient(145deg, #e9f8ef, #c9ead7);
    color: #087944;
    font-size: 16px;
    font-weight: 700;
}

.nr-apple-pagination {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 45px;
    color: #6e6e73;
    font-size: 12px;
}

.nr-page-arrow {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #1d1d1f;
    font-size: 23px;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

.nr-apple-empty {
    padding: 95px 30px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.nr-apple-empty h2 {
    margin: 0;
    font-size: 36px;
    letter-spacing: -.04em;
}

.nr-apple-empty p {
    color: #6e6e73;
}

.nr-apple-empty a {
    color: #087944;
    text-decoration: none;
}

.nr-apple-subscribe {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 90px;
    padding: 45px 50px;
    border-radius: 18px;
    background: #fff;
}

.nr-apple-subscribe h2 {
    max-width: 650px;
    margin: 10px 0 0;
    color: #1d1d1f;
    font-size: clamp(34px, 4.5vw, 54px);
    line-height: .98;
    letter-spacing: -.052em;
}

.nr-apple-subscribe > a {
    flex: 0 0 auto;
    color: #087944;
    font-size: 15px;
    text-decoration: none;
}

@media (max-width: 850px) {
    .nr-apple-feature {
        grid-template-columns: minmax(0, 1.3fr) minmax(250px, .8fr);
    }

    .nr-apple-feature-copy {
        padding: 35px 28px;
    }

    .nr-apple-grid {
        gap: 14px;
    }

    .nr-apple-card-copy h2 {
        font-size: 27px;
    }
}

@media (max-width: 700px) {
    .nr-apple-shell {
        width: calc(100% - 28px);
    }

    .nr-local-nav {
        top: 48px;
    }

    .nr-local-nav .nr-apple-shell {
        min-height: 54px;
    }

    .nr-local-search {
        width: 32px;
    }

    .nr-local-search input {
        width: 32px;
        padding: 0;
        opacity: 0;
    }

    .nr-local-search:focus-within {
        width: 180px;
    }

    .nr-local-search:focus-within input {
        width: 180px;
        padding: 0 34px 0 10px;
        opacity: 1;
    }

    .nr-local-actions {
        gap: 15px;
    }

    .nr-apple-page {
        padding-top: 55px;
    }

    .nr-apple-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .nr-apple-heading > p {
        max-width: 500px;
        text-align: left;
    }

    .nr-apple-feature {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .nr-apple-feature-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .nr-apple-feature-copy {
        min-height: 255px;
        padding: 29px 26px 25px;
    }

    .nr-apple-feature-copy h2 {
        font-size: 33px;
    }

    .nr-apple-grid {
        grid-template-columns: 1fr;
    }

    .nr-apple-card,
    .nr-apple-card.is-type-card {
        min-height: 0;
    }

    .nr-apple-card-media {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .nr-apple-card-copy {
        min-height: 230px;
    }

    .nr-apple-type-visual {
        min-height: 240px;
    }

    .nr-apple-subscribe {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 28px;
    }
}

@media (max-width: 430px) {
    .nr-local-title {
        font-size: 17px;
    }

    .nr-topics-menu summary {
        font-size: 11px;
    }

    .nr-topics-panel {
        width: min(270px, calc(100vw - 28px));
        right: -2px;
    }

    .nr-apple-page {
        padding-bottom: 80px;
    }

    .nr-apple-heading h1 {
        font-size: 45px;
    }

    .nr-apple-feature,
    .nr-apple-card,
    .nr-apple-subscribe {
        border-radius: 15px;
    }

    .nr-apple-feature-copy h2 {
        font-size: 29px;
    }

    .nr-apple-card-copy {
        padding: 24px 23px;
    }

    .nr-apple-card-copy h2 {
        font-size: 27px;
    }
}


/* ================================================================
   LINK LAB 0.9.2 — ARTICOLO PUBBLICO CENTRATO
   ================================================================ */

.centered-newsroom-article .premium-announcement {
    display: none;
}

.centered-newsroom-article .nr-article-header {
    padding: 74px 0 64px;
}

.centered-newsroom-article .nr-article-header-inner {
    width: min(1040px, calc(100% - 42px));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

.centered-newsroom-article .nr-back {
    align-self: flex-start;
    margin-bottom: 60px;
}

.centered-newsroom-article .nr-article-type,
.centered-newsroom-article .nr-article-byline,
.centered-newsroom-article .nr-share-row {
    justify-content: center;
}

.centered-newsroom-article .nr-article-header h1 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.centered-newsroom-article .nr-article-deck {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.centered-newsroom-article .nr-hero-media {
    width: min(1280px, calc(100% - 34px));
    margin: 0 auto;
}

.centered-newsroom-article .nr-hero-media-inner {
    width: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: #f5f5f7;
}

.centered-newsroom-article .nr-hero-media img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    object-fit: contain;
}

.centered-newsroom-article .nr-hero-media figcaption {
    max-width: 980px;
}

.centered-newsroom-article .nr-article-layout {
    width: min(840px, calc(100% - 42px));
    display: block;
    margin: 0 auto;
    padding: 78px 0 118px;
}

.centered-newsroom-article .nr-article-main {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.centered-newsroom-article .nr-article-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 45px;
}

.centered-newsroom-article .nr-article-topics a,
.centered-newsroom-article .nr-article-topics span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #f1f3f2;
    color: #5f6662;
    font-size: 10px;
    font-weight: 650;
    text-decoration: none;
}

.centered-newsroom-article .nr-article-topics a:hover {
    background: #e4f7ec;
    color: #087944;
}

.centered-newsroom-article .nr-article-body {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.centered-newsroom-article .nr-article-body figure,
.centered-newsroom-article .nr-article-body .wp-block-image,
.centered-newsroom-article .nr-article-body .newsroom-inline-image {
    width: min(1120px, calc(100vw - 42px));
    max-width: none;
    margin: 58px 50%;
    transform: translateX(-50%);
}

.centered-newsroom-article .nr-article-body figure a,
.centered-newsroom-article .nr-article-body .wp-block-image a {
    display: block;
}

.centered-newsroom-article .nr-article-body figure img,
.centered-newsroom-article .nr-article-body .wp-block-image img,
.centered-newsroom-article .nr-article-body .newsroom-inline-image img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 0 auto;
    border-radius: 22px;
    object-fit: contain !important;
}

.centered-newsroom-article .nr-article-body > img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 55px auto;
    border-radius: 22px;
    object-fit: contain !important;
}

.centered-newsroom-article .nr-article-body figcaption {
    max-width: 900px;
    margin: 11px auto 0;
    text-align: center;
}

.centered-newsroom-article .nr-sources,
.centered-newsroom-article .nr-author-card,
.centered-newsroom-article .nr-ai-disclosure {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 720px) {
    .centered-newsroom-article .nr-article-header-inner,
    .centered-newsroom-article .nr-article-layout {
        width: calc(100% - 28px);
    }

    .centered-newsroom-article .nr-back {
        margin-bottom: 42px;
    }

    .centered-newsroom-article .nr-hero-media {
        width: calc(100% - 16px);
    }

    .centered-newsroom-article .nr-hero-media-inner {
        border-radius: 20px;
    }

    .centered-newsroom-article .nr-article-layout {
        padding-top: 60px;
    }

    .centered-newsroom-article .nr-article-body figure,
    .centered-newsroom-article .nr-article-body .wp-block-image,
    .centered-newsroom-article .nr-article-body .newsroom-inline-image {
        width: calc(100vw - 28px);
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .centered-newsroom-article .nr-article-body figure img,
    .centered-newsroom-article .nr-article-body .wp-block-image img,
    .centered-newsroom-article .nr-article-body .newsroom-inline-image img,
    .centered-newsroom-article .nr-article-body > img {
        border-radius: 16px;
    }
}


/* ================================================================
   LINK LAB 0.9.3 — NEWSROOM HOME + ARCHIVIO CRONOLOGICO
   Struttura editoriale basata sugli screenshot di riferimento.
   ================================================================ */

.link-newsroom-home,
.link-newsroom-archive {
    background: #f5f5f7;
}

.link-newsroom-home .premium-announcement,
.link-newsroom-archive .premium-announcement {
    display: none;
}

.lnr-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.lnr-local-nav {
    position: sticky;
    top: 48px;
    z-index: 80;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.lnr-local-nav-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.lnr-local-title {
    color: #1d1d1f;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.025em;
    text-decoration: none;
}

.lnr-local-links {
    display: flex;
    align-items: center;
    gap: 35px;
}

.lnr-local-links > a {
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.lnr-local-links > a:hover {
    color: #087944;
}

.lnr-search-pill {
    min-width: 165px;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border-radius: 999px;
    background: #ececf0;
    color: #303036;
}

.lnr-search-pill label {
    margin: 0;
}

.lnr-search-pill input {
    width: 115px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1f;
    font: inherit;
    font-size: 12px;
    outline: 0;
}

.lnr-search-pill input::placeholder {
    color: #55555c;
}

.lnr-latest {
    padding: 67px 0 115px;
    background: #f5f5f7;
}

.lnr-latest h1 {
    margin: 0 0 34px;
    color: #1d1d1f;
    font-size: clamp(45px, 5.4vw, 62px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.055em;
}

.lnr-feature {
    min-height: 430px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.68fr) minmax(320px, .88fr);
    border-radius: 35px;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    transition:
        transform .36s cubic-bezier(.22, 1, .36, 1),
        box-shadow .36s ease;
}

.lnr-feature:hover,
.lnr-spotlight-card:hover,
.lnr-update-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .10);
}

.lnr-feature-media {
    min-height: 430px;
    overflow: hidden;
    background: #e8e8ed;
}

.lnr-feature-media img,
.lnr-spotlight-media img,
.lnr-update-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.lnr-feature:hover img,
.lnr-spotlight-card:hover img,
.lnr-update-card:hover img {
    transform: scale(1.025);
}

.lnr-feature-copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 44px 38px 38px;
}

.lnr-meta-label {
    color: #6e6e73;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.lnr-feature-copy h2 {
    margin: 18px 0 0;
    color: #1d1d1f;
    font-size: clamp(34px, 3.5vw, 49px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.lnr-feature-copy time {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 30px;
    color: #6e6e73;
    font-size: 16px;
    font-weight: 550;
}

.lnr-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    margin-top: 42px;
}

.lnr-spotlight-card {
    min-height: 590px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    transition:
        transform .36s cubic-bezier(.22, 1, .36, 1),
        box-shadow .36s ease;
}

.lnr-spotlight-media {
    height: 320px;
    overflow: hidden;
    background: #fff;
}

.lnr-spotlight-card.is-quick-card .lnr-spotlight-media {
    display: grid;
    place-items: center;
    padding: 45px;
}

.lnr-spotlight-card.is-quick-card .lnr-spotlight-media img {
    width: 58%;
    height: 58%;
    object-fit: contain;
}

.lnr-spotlight-copy {
    min-height: 270px;
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 32px 37px 30px;
}

.lnr-spotlight-copy h2 {
    margin: 13px 0 0;
    color: #1d1d1f;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.lnr-spotlight-copy time,
.lnr-update-copy time,
.lnr-more-copy time,
.lnr-archive-copy time {
    margin-top: auto;
    padding-top: 24px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 550;
}

.lnr-update-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 42px;
}

.lnr-update-card {
    min-height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    transition:
        transform .36s cubic-bezier(.22, 1, .36, 1),
        box-shadow .36s ease;
}

.lnr-update-media {
    height: 235px;
    overflow: hidden;
    background: #e8e8ed;
}

.lnr-update-copy {
    min-height: 265px;
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 31px 33px 28px;
}

.lnr-update-copy h2 {
    margin: 13px 0 0;
    color: #1d1d1f;
    font-size: clamp(25px, 2.3vw, 33px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.043em;
}

.lnr-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 169, 92, .24),
            transparent 36%
        ),
        linear-gradient(145deg, #ecf8f1, #ccebd9);
    color: #087944;
    font-size: 16px;
    font-weight: 700;
}

/* Link Stories */
.lnr-stories {
    padding: 110px 0 100px;
    background: #fff;
}

.lnr-stories-heading {
    margin-bottom: 55px;
    text-align: center;
}

.lnr-stories-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #050505;
}

.lnr-stories-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #050505;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.08em;
}

.lnr-stories-logo strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.055em;
}

.lnr-stories-heading p {
    max-width: 530px;
    margin: 18px auto 0;
    color: #1d1d1f;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.25;
}

.lnr-main-story,
.lnr-story-card {
    position: relative;
    overflow: hidden;
    display: block;
    background: #090909;
    color: #fff;
    text-decoration: none;
}

.lnr-main-story {
    min-height: 570px;
    border-radius: 35px;
}

.lnr-main-story > img,
.lnr-story-card > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.lnr-main-story:hover > img,
.lnr-story-card:hover > img {
    transform: scale(1.03);
}

.lnr-story-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .02) 30%,
            rgba(0, 0, 0, .78) 100%
        );
}

.lnr-story-copy {
    position: absolute;
    z-index: 2;
    left: 40px;
    right: 40px;
    bottom: 38px;
}

.lnr-main-story .lnr-story-copy {
    left: 45px;
    right: 45px;
    bottom: 39px;
}

.lnr-story-tag {
    width: fit-content;
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: #087944;
    color: #fff;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.lnr-main-story h2 {
    max-width: 880px;
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(39px, 5vw, 63px);
    font-weight: 700;
    line-height: .99;
    letter-spacing: -.052em;
}

.lnr-story-copy time {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.lnr-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 42px;
}

.lnr-story-card {
    min-height: 480px;
    border-radius: 35px;
}

.lnr-story-card h3 {
    margin: 17px 0 14px;
    color: #fff;
    font-size: clamp(28px, 2.8vw, 39px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.lnr-centered-button {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.lnr-centered-button > a {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 999px;
    background: #f1f1f3;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 650;
    text-decoration: none;
    transition:
        background .2s ease,
        transform .2s ease;
}

.lnr-centered-button > a:hover {
    transform: translateY(-2px);
    background: #e6e6e9;
}

/* Other newsroom */
.lnr-more {
    padding: 105px 0 115px;
    background: #f5f5f7;
}

.lnr-more h2 {
    margin: 0 0 55px;
    color: #1d1d1f;
    font-size: clamp(37px, 4.6vw, 54px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.052em;
}

.lnr-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 70px;
}

.lnr-more-item {
    min-height: 190px;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid #d2d2d7;
    color: #1d1d1f;
    text-decoration: none;
}

.lnr-more-thumb,
.lnr-archive-thumb {
    overflow: hidden;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: 26px;
    background: #fff;
}

.lnr-more-thumb img,
.lnr-archive-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.lnr-more-copy {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.lnr-more-copy h3 {
    margin: 11px 0 0;
    color: #1d1d1f;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -.035em;
}

.lnr-more-copy time {
    padding-top: 15px;
}

/* Archive page */
.lnr-archive-page {
    min-height: 70vh;
    padding: 75px 0 115px;
    background: #f5f5f7;
}

.lnr-archive-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 48px;
}

.lnr-archive-heading h1 {
    margin: 0;
    color: #1d1d1f;
    font-size: clamp(49px, 6vw, 70px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.06em;
}

.lnr-archive-heading p {
    max-width: 440px;
    margin: 0 0 4px;
    color: #6e6e73;
    font-size: 15px;
    line-height: 1.5;
    text-align: right;
}

.lnr-archive-filters {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(170px, 1fr))
        auto
        auto;
    align-items: end;
    gap: 12px;
    margin-bottom: 65px;
    padding: 23px;
    border-radius: 24px;
    background: #fff;
}

.lnr-archive-filters label {
    margin: 0;
}

.lnr-archive-filters label > span {
    display: block;
    margin: 0 0 7px 4px;
    color: #6e6e73;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.lnr-archive-filters select {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 0;
    border-radius: 12px;
    background: #f5f5f7;
    color: #1d1d1f;
    font: inherit;
    font-size: 13px;
    outline: 0;
}

.lnr-archive-filters button,
.lnr-archive-filters > a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

.lnr-archive-filters button {
    background: #087944;
    color: #fff;
}

.lnr-archive-filters > a {
    color: #1d1d1f;
}

.lnr-search-summary {
    margin: -35px 0 55px;
    color: #6e6e73;
    font-size: 14px;
}

.lnr-archive-month + .lnr-archive-month {
    margin-top: 68px;
}

.lnr-archive-month > h2 {
    margin: 0 0 20px;
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    text-transform: lowercase;
}

.lnr-archive-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 75px;
}

.lnr-archive-item {
    min-height: 190px;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid #d2d2d7;
    color: #1d1d1f;
    text-decoration: none;
}

.lnr-archive-copy {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.lnr-archive-copy h3 {
    margin: 10px 0 0;
    color: #1d1d1f;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.lnr-archive-copy time {
    padding-top: 15px;
}

.lnr-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 75px;
    color: #6e6e73;
    font-size: 13px;
}

.lnr-archive-pagination a {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #1d1d1f;
    font-size: 25px;
    text-decoration: none;
}

.lnr-archive-empty {
    padding: 95px 30px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
}

.lnr-archive-empty h2 {
    margin: 0;
    font-size: 38px;
    letter-spacing: -.045em;
}

.lnr-archive-empty p {
    color: #6e6e73;
}

.lnr-archive-empty a {
    color: #087944;
    text-decoration: none;
}

@media (max-width: 980px) {
    .lnr-feature {
        grid-template-columns: minmax(0, 1.25fr) minmax(290px, .8fr);
    }

    .lnr-update-grid,
    .lnr-story-grid {
        gap: 20px;
    }

    .lnr-more-grid,
    .lnr-archive-list {
        column-gap: 35px;
    }

    .lnr-more-item,
    .lnr-archive-item {
        grid-template-columns: 115px minmax(0, 1fr);
        gap: 20px;
    }

    .lnr-archive-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lnr-archive-filters button,
    .lnr-archive-filters > a {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .lnr-shell {
        width: calc(100% - 28px);
    }

    .lnr-local-nav-inner {
        min-height: 56px;
    }

    .lnr-local-title {
        font-size: 19px;
    }

    .lnr-local-links {
        gap: 14px;
    }

    .lnr-local-links > a {
        display: none;
    }

    .lnr-search-pill {
        min-width: 150px;
    }

    .lnr-latest {
        padding-top: 50px;
    }

    .lnr-feature {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 26px;
    }

    .lnr-feature-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .lnr-feature-copy {
        min-height: 300px;
        padding: 30px 27px;
    }

    .lnr-feature-copy h2 {
        font-size: 34px;
    }

    .lnr-spotlight-grid,
    .lnr-update-grid,
    .lnr-story-grid,
    .lnr-more-grid,
    .lnr-archive-list {
        grid-template-columns: 1fr;
    }

    .lnr-spotlight-grid,
    .lnr-update-grid,
    .lnr-story-grid {
        gap: 20px;
        margin-top: 20px;
    }

    .lnr-update-card {
        min-height: 0;
    }

    .lnr-update-media {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .lnr-main-story {
        min-height: 520px;
        border-radius: 26px;
    }

    .lnr-story-card {
        min-height: 440px;
        border-radius: 26px;
    }

    .lnr-main-story .lnr-story-copy,
    .lnr-story-copy {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .lnr-more-item,
    .lnr-archive-item {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .lnr-archive-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .lnr-archive-heading p {
        max-width: 550px;
        text-align: left;
    }

    .lnr-archive-filters {
        grid-template-columns: 1fr;
        margin-bottom: 48px;
    }
}

@media (max-width: 480px) {
    .lnr-search-pill {
        min-width: 40px;
        width: 40px;
        padding: 0 12px;
        transition: width .25s ease;
    }

    .lnr-search-pill label {
        width: 0;
        overflow: hidden;
    }

    .lnr-search-pill input {
        width: 0;
    }

    .lnr-search-pill:focus-within {
        width: 178px;
    }

    .lnr-search-pill:focus-within label,
    .lnr-search-pill:focus-within input {
        width: 125px;
    }

    .lnr-latest h1 {
        font-size: 43px;
    }

    .lnr-feature,
    .lnr-spotlight-card,
    .lnr-update-card {
        border-radius: 22px;
    }

    .lnr-spotlight-card {
        min-height: 0;
    }

    .lnr-spotlight-media {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .lnr-spotlight-copy,
    .lnr-update-copy {
        min-height: 255px;
        padding: 26px 24px;
    }

    .lnr-stories {
        padding-top: 80px;
    }

    .lnr-stories-logo strong {
        font-size: 40px;
    }

    .lnr-main-story {
        min-height: 470px;
    }

    .lnr-main-story h2 {
        font-size: 37px;
    }

    .lnr-story-card h3 {
        font-size: 30px;
    }

    .lnr-more,
    .lnr-archive-page {
        padding-top: 80px;
    }

    .lnr-more-item,
    .lnr-archive-item {
        min-height: 150px;
        grid-template-columns: 85px minmax(0, 1fr);
        gap: 16px;
        padding: 20px 0;
    }

    .lnr-more-thumb,
    .lnr-archive-thumb {
        border-radius: 18px;
    }

    .lnr-more-copy h3,
    .lnr-archive-copy h3 {
        font-size: 19px;
    }

    .lnr-archive-heading h1 {
        font-size: 51px;
    }
}


/* ================================================================
   LINK LAB 0.9.4 — ARTICOLO NEWSROOM, STRUTTURA DEFINITIVA
   ================================================================ */

.link-newsroom-article {
    background: #fff;
}

.link-newsroom-article .premium-announcement {
    display: none;
}

.lna-article {
    width: 100%;
    overflow: visible;
    background: #fff;
}

.lna-header {
    padding: 66px 0 58px;
    background: #fff;
}

.lna-header-inner {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.lna-meta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #6e6e73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.lna-meta i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.lna-header h1 {
    max-width: 1050px;
    margin: 23px auto 0;
    color: #1d1d1f;
    font-size: clamp(46px, 5.2vw, 72px);
    font-weight: 700;
    line-height: 1.015;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.lna-deck {
    max-width: 900px;
    margin: 28px auto 0;
    color: #6e6e73;
    font-size: clamp(20px, 2.1vw, 28px);
    line-height: 1.28;
    letter-spacing: -.028em;
    text-wrap: balance;
}

.lna-byline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-top: 31px;
    color: #6e6e73;
    font-size: 13px;
}

.lna-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.lna-share button,
.lna-share a {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    background: #fff;
    color: #1d1d1f;
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

.lna-share button:hover,
.lna-share a:hover {
    border-color: #087944;
    color: #087944;
}

.lna-hero {
    width: min(1380px, calc(100% - 32px));
    margin: 0 auto;
}

.lna-hero-frame {
    width: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 32px;
    background: #f5f5f7;
}

.lna-hero img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 840px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.lna-hero figcaption {
    max-width: 1050px;
    margin: 13px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #86868b;
    font-size: 11px;
}

.lna-reading-layout {
    width: min(820px, calc(100% - 44px)) !important;
    max-width: 820px !important;
    display: block !important;
    grid-template-columns: none !important;
    margin: 0 auto !important;
    padding: 72px 0 116px;
}

.lna-reading-main {
    width: 100% !important;
    max-width: 820px !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.premium-public-page main.lna-reading-main {
    overflow: visible !important;
}

.lna-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 42px;
}

.lna-topics a,
.lna-topics span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #f1f3f2;
    color: #5f6662;
    font-size: 10px;
    font-weight: 650;
    text-decoration: none;
}

.lna-topics a:hover {
    background: #e4f7ec;
    color: #087944;
}

.lna-body {
    width: 100% !important;
    max-width: 820px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    color: #1d1d1f;
    font-size: 19px;
    line-height: 1.64;
    letter-spacing: -.012em;
    overflow: visible !important;
    overflow-wrap: break-word;
    word-break: normal;
}

/*
 * Reset delle vecchie larghezze WordPress e delle regole della
 * precedente griglia con colonna laterale da 180px.
 */
.lna-body > *,
.lna-body > p,
.lna-body > div,
.lna-body > section,
.lna-body > article,
.lna-body > header,
.lna-body > footer,
.lna-body > aside,
.lna-body .wp-block-group,
.lna-body .wp-block-column,
.lna-body .wp-block-columns {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0;
    margin-right: 0;
}

.lna-body p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 27px;
}

.lna-body > p:first-child {
    font-size: 22px;
    line-height: 1.52;
    letter-spacing: -.022em;
}

.lna-body h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 67px 0 23px;
    color: #1d1d1f;
    font-size: clamp(35px, 3.6vw, 48px);
    line-height: 1.04;
    letter-spacing: -.048em;
}

.lna-body h3 {
    width: 100% !important;
    max-width: none !important;
    margin: 47px 0 18px;
    color: #1d1d1f;
    font-size: clamp(27px, 2.8vw, 37px);
    line-height: 1.09;
    letter-spacing: -.038em;
}

.lna-body h4 {
    margin: 36px 0 14px;
    font-size: 23px;
    letter-spacing: -.025em;
}

.lna-body a {
    color: #067844;
    text-decoration-thickness: 1px;
}

.lna-body blockquote {
    width: min(980px, calc(100vw - 44px)) !important;
    max-width: none !important;
    margin: 55px 50% !important;
    padding: 0 0 0 32px;
    border-left: 5px solid #00a95c;
    transform: translateX(-50%);
    color: #1d1d1f;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.038em;
}

.lna-body ul,
.lna-body ol {
    width: 100% !important;
    margin: 0 0 32px;
    padding-left: 27px;
}

.lna-body li {
    margin-bottom: 11px;
}

.lna-body figure,
.lna-body .wp-block-image,
.lna-body .newsroom-inline-image {
    width: min(1180px, calc(100vw - 44px)) !important;
    max-width: none !important;
    margin: 55px 50% !important;
    padding: 0 !important;
    transform: translateX(-50%);
}

.lna-body figure a,
.lna-body .wp-block-image a {
    display: block;
}

.lna-body figure img,
.lna-body .wp-block-image img,
.lna-body .newsroom-inline-image img,
.lna-body > img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 22px;
    object-fit: contain !important;
}

.lna-body > img {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}

.lna-body figcaption {
    max-width: 920px !important;
    margin: 11px auto 0 !important;
    color: #86868b;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.lna-body hr {
    height: 1px;
    margin: 55px 0;
    border: 0;
    background: rgba(0, 0, 0, .12);
}

.lna-sources {
    margin-top: 72px;
    padding-top: 38px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.lna-sources h2 {
    margin: 0 0 19px;
    font-size: 28px;
    letter-spacing: -.034em;
}

.lna-sources li {
    margin-bottom: 9px;
}

.lna-sources a {
    color: #067844;
}

.lna-author {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    margin-top: 72px;
    padding: 32px;
    border-radius: 24px;
    background: #f5f5f7;
}

.lna-author-avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff7e9;
    color: #087944;
    font-size: 24px;
    font-weight: 800;
}

.lna-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lna-author small {
    color: #6e6e73;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.lna-author h2 {
    margin: 6px 0 4px;
    font-size: 25px;
    letter-spacing: -.03em;
}

.lna-author strong {
    color: #087944;
    font-size: 12px;
}

.lna-author p {
    margin: 10px 0 0;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.55;
}

.lna-disclosure {
    margin: 25px 0 0;
    color: #86868b;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 720px) {
    .lna-header {
        padding: 50px 0 47px;
    }

    .lna-header-inner,
    .lna-reading-layout {
        width: calc(100% - 28px) !important;
    }

    .lna-header h1 {
        font-size: clamp(39px, 11vw, 54px);
    }

    .lna-deck {
        font-size: 19px;
    }

    .lna-hero {
        width: calc(100% - 16px);
    }

    .lna-hero-frame {
        border-radius: 20px;
    }

    .lna-hero figcaption {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 8px;
    }

    .lna-reading-layout {
        padding-top: 56px;
    }

    .lna-body {
        font-size: 18px;
    }

    .lna-body > p:first-child {
        font-size: 20px;
    }

    .lna-body figure,
    .lna-body .wp-block-image,
    .lna-body .newsroom-inline-image,
    .lna-body blockquote {
        width: calc(100vw - 28px) !important;
        margin-top: 42px !important;
        margin-bottom: 42px !important;
    }

    .lna-body figure img,
    .lna-body .wp-block-image img,
    .lna-body .newsroom-inline-image img,
    .lna-body > img {
        border-radius: 15px;
    }

    .lna-author {
        grid-template-columns: 55px minmax(0, 1fr);
        gap: 17px;
        padding: 24px 20px;
    }

    .lna-author-avatar {
        width: 52px;
        height: 52px;
    }
}


/* ================================================================
   LINK LAB 0.9.5 — NEWSROOM: HEADER COMPATTO E STORIES LEGGIBILI
   ================================================================ */

/*
 * Il banner promozionale non deve esistere nelle pagine Newsroom.
 * Queste regole sono una seconda protezione oltre alla rimozione PHP.
 */
body.link-newsroom-home > .premium-announcement,
body.link-newsroom-archive > .premium-announcement,
body.link-newsroom-article > .premium-announcement {
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    display: none !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.link-newsroom-home main,
body.link-newsroom-archive main,
body.link-newsroom-article main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.link-newsroom-home .premium-header,
body.link-newsroom-archive .premium-header,
body.link-newsroom-article .premium-header {
    margin-bottom: 0 !important;
}

body.link-newsroom-home main > .lnr-local-nav,
body.link-newsroom-archive main > .lnr-local-nav,
body.link-newsroom-article main > .lnr-local-nav {
    margin-top: 0 !important;
}

/* Link Stories: overlay presente sull'intera fotografia. */
.lnr-main-story,
.lnr-story-card {
    isolation: isolate;
}

.lnr-main-story::after,
.lnr-story-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .10) 0%,
            rgba(0, 0, 0, .16) 34%,
            rgba(0, 0, 0, .48) 66%,
            rgba(0, 0, 0, .91) 100%
        );
}

/* Neutralizza il vecchio gradiente per evitare una doppia fascia. */
.lnr-story-gradient {
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .02) 0%,
            rgba(0, 0, 0, .08) 45%,
            rgba(0, 0, 0, .28) 100%
        );
}

.lnr-main-story > img,
.lnr-story-card > img {
    z-index: 0;
}

.lnr-story-copy {
    z-index: 3;
}

/*
 * Proporzioni più vicine alla Newsroom di riferimento:
 * titolo principale importante ma non monumentale,
 * titoli delle tre card nettamente più piccoli.
 */
.lnr-main-story h2 {
    max-width: 900px;
    margin: 15px 0 12px;
    font-size: clamp(35px, 3.9vw, 52px);
    line-height: 1.015;
    letter-spacing: -.047em;
    text-wrap: balance;
}

.lnr-story-card h3 {
    max-width: 100%;
    margin: 14px 0 12px;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.08;
    letter-spacing: -.037em;
    text-wrap: balance;
}

.lnr-main-story .lnr-story-copy {
    left: 40px;
    right: 40px;
    bottom: 34px;
}

.lnr-story-card .lnr-story-copy {
    left: 31px;
    right: 31px;
    bottom: 28px;
}

.lnr-story-tag {
    min-height: 25px;
    padding: 0 11px;
    font-size: 10px;
}

.lnr-story-copy time {
    font-size: 13px;
}

/* Anche i titoli delle card superiori vengono leggermente riequilibrati. */
.lnr-feature-copy h2 {
    font-size: clamp(32px, 3.15vw, 44px);
    line-height: 1.035;
}

.lnr-spotlight-copy h2 {
    font-size: clamp(27px, 2.45vw, 35px);
    line-height: 1.055;
}

.lnr-update-copy h2 {
    font-size: clamp(23px, 1.95vw, 29px);
    line-height: 1.075;
}

@media (max-width: 760px) {
    .lnr-main-story h2 {
        font-size: clamp(32px, 8.6vw, 43px);
    }

    .lnr-story-card h3 {
        font-size: clamp(25px, 7vw, 32px);
    }

    .lnr-main-story .lnr-story-copy,
    .lnr-story-card .lnr-story-copy {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
}

@media (max-width: 480px) {
    .lnr-main-story h2 {
        font-size: 34px;
    }

    .lnr-story-card h3 {
        font-size: 27px;
    }
}


/* ================================================================
   LINK LAB 0.9.7 — HEADER E BARRA NEWSROOM ADIACENTI NEL DOM
   ================================================================ */

/*
 * La barra Newsroom è ora renderizzata direttamente dopo l'header,
 * fuori dal main. Non servono più margini negativi o compensazioni.
 */
body.link-newsroom-home > .premium-header + .lnr-local-nav,
body.link-newsroom-archive > .premium-header + .lnr-local-nav,
body.link-newsroom-article > .premium-header + .lnr-local-nav {
    margin: 0 !important;
    position: sticky;
    top: 48px;
    z-index: 80;
}

/* Il contenuto comincia dopo l'intera altezza della barra locale. */
body.link-newsroom-home > .lnr-local-nav + main,
body.link-newsroom-archive > .lnr-local-nav + main,
body.link-newsroom-article > .lnr-local-nav + main {
    margin: 0 !important;
    padding-top: 0 !important;
}

/* Nessun elemento vuoto tra i due header. */
body.link-newsroom-home > .premium-header,
body.link-newsroom-archive > .premium-header,
body.link-newsroom-article > .premium-header {
    margin-bottom: 0 !important;
}

body.link-newsroom-home > .lnr-local-nav,
body.link-newsroom-archive > .lnr-local-nav,
body.link-newsroom-article > .lnr-local-nav {
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Le precedenti regole rivolte alla barra dentro main non devono agire. */
body.link-newsroom-home main > .lnr-local-nav,
body.link-newsroom-archive main > .lnr-local-nav,
body.link-newsroom-article main > .lnr-local-nav {
    display: none !important;
}

@media (max-width: 700px) {
    body.link-newsroom-home > .premium-header + .lnr-local-nav,
    body.link-newsroom-archive > .premium-header + .lnr-local-nav,
    body.link-newsroom-article > .premium-header + .lnr-local-nav {
        top: 48px;
    }
}


/* ================================================================
   LINK LAB 0.9.8 — EMBED SOCIAL NEL FRONTEND
   ================================================================ */

.lna-body figure.newsroom-social-embed {
    width: min(760px, calc(100vw - 44px)) !important;
    max-width: 760px !important;
    min-height: 170px;
    display: grid;
    place-items: center;
    margin: 58px 50% !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
    transform: translateX(-50%) !important;
}

.lna-body figure.newsroom-social-embed.is-youtube {
    width: min(1050px, calc(100vw - 44px)) !important;
    max-width: 1050px !important;
}

.newsroom-social-frame {
    width: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: #f5f5f7;
}

.newsroom-social-frame.is-youtube {
    aspect-ratio: 16 / 9;
    background: #050505;
}

.newsroom-social-frame.is-youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.newsroom-social-frame.is-facebook {
    width: min(600px, 100%);
    min-height: 620px;
    margin: 0 auto;
    background: #fff;
}

.newsroom-social-frame.is-facebook iframe {
    width: 100%;
    height: 680px;
    border: 0;
}

.newsroom-social-embed .twitter-tweet,
.newsroom-social-embed .instagram-media {
    width: min(550px, 100%) !important;
    max-width: 550px !important;
    margin: 0 auto !important;
}

.newsroom-social-embed.is-loading {
    min-height: 260px;
    border-radius: 20px;
    background:
        linear-gradient(
            100deg,
            #f1f2f3 20%,
            #fafafa 40%,
            #f1f2f3 60%
        );
    background-size: 200% 100%;
    animation: newsroom-social-loading 1.3s linear infinite;
}

.newsroom-social-fallback,
.newsroom-social-public-fallback {
    width: min(620px, 100%);
    min-height: 165px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    border: 1px solid #dfe4e1;
    border-radius: 20px;
    background: #f7f9f8;
    text-align: center;
}

.newsroom-social-fallback span {
    color: #087944;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.newsroom-social-fallback strong,
.newsroom-social-public-fallback strong {
    color: #1d1d1f;
    font-size: 17px;
}

.newsroom-social-fallback a,
.newsroom-social-public-fallback a {
    color: #087944;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@keyframes newsroom-social-loading {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@media (max-width: 720px) {
    .lna-body figure.newsroom-social-embed,
    .lna-body figure.newsroom-social-embed.is-youtube {
        width: calc(100vw - 28px) !important;
        margin-top: 42px !important;
        margin-bottom: 42px !important;
    }

    .newsroom-social-frame,
    .newsroom-social-fallback,
    .newsroom-social-public-fallback {
        border-radius: 15px;
    }

    .newsroom-social-frame.is-facebook {
        min-height: 540px;
    }

    .newsroom-social-frame.is-facebook iframe {
        height: 620px;
    }
}


/* ================================================================
   LINK LAB 0.9.9 — HTML PERSONALIZZATO NEL FRONTEND
   ================================================================ */

.lna-body .newsroom-custom-html {
    width: min(1120px, calc(100vw - 44px));
    max-width: none;
    margin: 55px 50%;
    transform: translateX(-50%);
    overflow-wrap: anywhere;
}

.lna-body .newsroom-custom-html > :first-child {
    margin-top: 0;
}

.lna-body .newsroom-custom-html > :last-child {
    margin-bottom: 0;
}

.lna-body .newsroom-custom-html img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.lna-body .newsroom-custom-html table {
    width: 100%;
    border-collapse: collapse;
}

.lna-body .newsroom-custom-html th,
.lna-body .newsroom-custom-html td {
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, .13);
    text-align: left;
}

.lna-body .newsroom-custom-html pre {
    overflow-x: auto;
    padding: 20px;
    border-radius: 15px;
    background: #111315;
    color: #eef5f1;
}

.lna-body .newsroom-custom-html details {
    padding: 18px 20px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 15px;
    background: #f7f8f8;
}

.lna-body .newsroom-custom-html summary {
    font-weight: 750;
    cursor: pointer;
}

.newsroom-html-fallback {
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 25px;
    border: 1px solid #dfe4e1;
    border-radius: 20px;
    background: #f7f9f8;
    text-align: center;
}

.newsroom-html-fallback span {
    color: #087944;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

@media (max-width: 720px) {
    .lna-body .newsroom-custom-html {
        width: calc(100vw - 28px);
        margin-top: 42px;
        margin-bottom: 42px;
    }
}

/* ================================================================
   LINK LAB 0.11.0 — CHECKOUT E PAGAMENTI
   ================================================================ */

.public-course-price-fact {
    display: inline-flex !important;
    align-items: baseline;
    gap: 9px;
}

.public-course-price-fact del,
.public-course-side-price del,
.premium-catalogue-price del {
    color: #8b8f8c;
    font-size: .82em;
}

.public-course-side-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 22px 0 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(20, 25, 22, .1);
}

.public-course-side-price small {
    width: 100%;
    color: #707572;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.public-course-side-price strong {
    font-size: 30px;
    letter-spacing: -.04em;
}

.premium-catalogue-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 24px;
}

.premium-catalogue-price strong {
    font-size: 28px;
    letter-spacing: -.04em;
}

.checkout-shell {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
    padding: 92px 0 120px;
}

.checkout-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.checkout-heading h1 {
    margin: 14px 0 18px;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .94;
    letter-spacing: -.065em;
}

.checkout-heading p {
    max-width: 680px;
    color: #5f6561;
    font-size: 18px;
    line-height: 1.65;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: start;
    gap: 28px;
}

.checkout-form-card,
.checkout-summary-card,
.payment-result-card {
    border: 1px solid rgba(23, 30, 26, .1);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(28, 37, 32, .07);
}

.checkout-form-card {
    padding: clamp(26px, 4vw, 48px);
}

.checkout-summary-card {
    position: sticky;
    top: 120px;
    padding: 22px;
}

.checkout-summary-card h2 {
    margin: 14px 0 18px;
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.checkout-summary-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
    color: #626864;
}

.checkout-summary-card li::before {
    content: "✓";
    margin-right: 9px;
    color: #087944;
    font-weight: 800;
}

.checkout-cover {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 21px;
    background: #edf1ee;
}

.checkout-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 30, 26, .1);
}

.checkout-price-row span {
    color: #676d69;
    font-weight: 700;
}

.checkout-price-row strong {
    font-size: 35px;
    letter-spacing: -.05em;
}

.checkout-old-price,
.checkout-tax-note {
    display: block;
    margin-top: 8px;
    color: #777d79;
    font-size: 12px;
    text-align: right;
}

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

.checkout-form fieldset {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    border: 0;
}

.checkout-form legend {
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.checkout-form label:not(.checkout-payment-option):not(.checkout-check-row) {
    display: grid;
    gap: 8px;
    color: #303632;
    font-size: 14px;
    font-weight: 720;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"] {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid #d8ded9;
    border-radius: 14px;
    background: #fbfcfb;
    color: #171c19;
    font: inherit;
}

.checkout-form input:focus {
    outline: 3px solid rgba(8, 121, 68, .13);
    border-color: #087944;
}

.checkout-form label small {
    color: #737975;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.checkout-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.checkout-payment-options {
    display: grid;
    gap: 12px;
}

.checkout-payment-option {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid #dce1dd;
    border-radius: 16px;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.checkout-payment-option:hover {
    transform: translateY(-1px);
    border-color: #9bb7a7;
    box-shadow: 0 10px 26px rgba(18, 31, 23, .05);
}

.checkout-payment-option input {
    width: 18px;
    height: 18px;
    accent-color: #087944;
}

.checkout-payment-option span {
    display: grid;
    gap: 4px;
}

.checkout-payment-option strong {
    font-size: 16px;
}

.checkout-payment-option small {
    color: #727874;
}

.checkout-consents {
    gap: 13px !important;
}

.checkout-check-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    color: #565c58;
    font-size: 13px;
    line-height: 1.55;
}

.checkout-check-row input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    accent-color: #087944;
}

.checkout-check-row a {
    color: #087944;
    font-weight: 750;
}

.checkout-submit {
    width: 100%;
    min-height: 60px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}

.checkout-security-note {
    margin: -18px 0 0;
    color: #757b77;
    font-size: 12px;
    text-align: center;
}

.checkout-unavailable {
    padding: 20px 0;
}

.checkout-unavailable h2 {
    margin: 0 0 12px;
    font-size: 34px;
}

.checkout-unavailable p {
    max-width: 620px;
    margin-bottom: 24px;
    color: #626864;
    line-height: 1.65;
}

.payment-result-shell {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding: 90px 20px 120px;
}

.payment-result-card {
    width: min(720px, 100%);
    padding: clamp(34px, 6vw, 68px);
    text-align: center;
}

.payment-result-card h1 {
    margin: 14px 0 18px;
    font-size: clamp(42px, 7vw, 72px);
    line-height: .98;
    letter-spacing: -.06em;
}

.payment-result-card > p {
    max-width: 580px;
    margin: 0 auto 25px;
    color: #626864;
    font-size: 17px;
    line-height: 1.65;
}

.payment-result-icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto 26px;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 850;
}

.payment-result-icon.is-success {
    background: #e6f7ec;
    color: #087944;
}

.payment-result-icon.is-pending {
    background: #fff3d8;
    color: #8b650b;
}

.payment-result-icon.is-error {
    background: #ffebe8;
    color: #a13a32;
}

.payment-activation-box {
    margin: 32px 0;
    padding: 26px;
    border-radius: 20px;
    background: #f1f7f3;
}

.payment-activation-box h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.payment-activation-box p {
    margin: 0 0 20px;
    color: #59625c;
    line-height: 1.55;
}

.payment-result-reference {
    display: block;
    margin-top: 24px;
    color: #7a807c;
}

@media (max-width: 880px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary-card {
        position: static;
        grid-row: 1;
    }
}

@media (max-width: 620px) {
    .checkout-shell {
        width: min(100% - 24px, 1220px);
        padding-top: 54px;
    }

    .checkout-two-columns {
        grid-template-columns: 1fr;
    }

    .checkout-form-card,
    .checkout-summary-card,
    .payment-result-card {
        border-radius: 22px;
    }

    .checkout-heading h1 {
        font-size: 48px;
    }
}

/* Checkout 0.12.0 */
.checkout-coupon-notice {
    display: grid;
    gap: 5px;
    padding: 16px 18px;
    margin-bottom: 20px;
    border: 1px solid rgba(8,121,68,.25);
    border-radius: 16px;
    background: #edf8f1;
    color: #174b30;
}
.checkout-coupon-notice strong { font-size: 15px; }
.checkout-coupon-notice span { font-size: 14px; line-height: 1.5; }
.checkout-three-columns {
    display: grid;
    grid-template-columns: .7fr 1.5fr .55fr;
    gap: 14px;
}
.checkout-field-note {
    margin: -4px 0 14px;
    color: #6d746f;
    font-size: 13px;
}
.checkout-billing-fields.is-required {
    border-color: rgba(85, 64, 175, .25);
    background: rgba(91, 68, 180, .035);
}
.checkout-price-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    color: #6a716c;
    font-size: 14px;
    border-bottom: 1px solid rgba(17,24,39,.08);
}
.checkout-price-detail.is-discount { color:#087944; }
.checkout-price-detail strong { color:inherit; }
@media (max-width: 680px) {
    .checkout-three-columns { grid-template-columns: 1fr; }
}

/* Checkout 0.15.1 - PayPal Pay Later e preventivo Alma */
.paypal-paylater-message {
    min-height: 30px;
    padding: 13px 16px;
    margin-bottom: 14px;
    border: 1px solid #dfe3ee;
    border-radius: 14px;
    background: #f8f8fb;
}
.checkout-payment-option.is-paylater {
    border-color: rgba(0, 69, 124, .22);
    background: linear-gradient(135deg, rgba(0, 156, 222, .045), rgba(255, 196, 57, .08));
}
.checkout-payment-option.is-alma {
    border-color: rgba(255, 75, 38, .22);
}
.alma-rate-preview {
    overflow: hidden;
    margin-top: 14px;
    border: 1px solid #e5ddd9;
    border-radius: 18px;
    background: #f5f2f5;
}
.alma-rate-preview[hidden] { display: none !important; }
.alma-rate-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid #dfd8df;
}
.alma-rate-preview-head > div {
    display: grid;
    gap: 4px;
}
.alma-rate-preview-head strong { font-size: 17px; }
.alma-rate-preview-head span:not(.alma-rate-badge) {
    color: #6b666b;
    font-size: 12px;
}
.alma-rate-badge {
    color: #ff4b26;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.05em;
}
.alma-rate-preview-body { padding: 18px 20px 20px; }
.alma-rate-preview-body > p { margin: 0; color: #666168; }
.alma-rate-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f5a61;
    font-size: 14px;
}
.alma-rate-loading span {
    width: 18px;
    height: 18px;
    border: 2px solid #d4ced5;
    border-top-color: #ff4b26;
    border-radius: 50%;
    animation: alma-rate-spin .75s linear infinite;
}
@keyframes alma-rate-spin { to { transform: rotate(360deg); } }
.alma-plan-selector {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}
.alma-plan-choice {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px !important;
    padding: 12px 14px;
    border: 1px solid #d9d2d8;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
}
.alma-plan-choice:has(input:checked) {
    border-color: #ff4b26;
    box-shadow: 0 0 0 3px rgba(255, 75, 38, .10);
}
.alma-plan-choice input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #ff4b26;
}
.alma-plan-choice span { display: grid; gap: 2px; }
.alma-plan-choice strong { font-size: 15px; }
.alma-plan-choice small { color: #777078; font-size: 11px; }
.alma-plan-table {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
}
.alma-plan-table[hidden] { display: none !important; }
.alma-plan-row,
.alma-plan-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}
.alma-plan-row span { color: #444047; font-size: 14px; }
.alma-plan-row strong { font-size: 15px; }
.alma-plan-total {
    margin-top: 6px;
    padding-top: 13px;
    border-top: 1px solid #e8e3e8;
}
.alma-plan-total span { font-weight: 800; }
.alma-plan-total strong { font-size: 20px; }
.alma-rate-fallback {
    padding: 13px 15px;
    border-radius: 12px;
    background: #fff;
    line-height: 1.55;
}
.paypal-paylater-shell {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 72px 0 100px;
}
.paypal-paylater-card {
    padding: clamp(28px, 6vw, 58px);
    border: 1px solid #e1e5e2;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(20, 31, 24, .08);
}
.paypal-paylater-card h1 {
    max-width: 650px;
    margin: 14px 0 16px;
    font-size: clamp(36px, 6vw, 58px);
    line-height: .98;
    letter-spacing: -.055em;
}
.paypal-paylater-card > p {
    color: #626863;
    line-height: 1.65;
}
.paypal-paylater-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 26px 0 18px;
    padding: 18px 20px;
    border-radius: 16px;
    background: #f4f6f4;
}
.paypal-paylater-order span { font-weight: 750; }
.paypal-paylater-order strong { font-size: 22px; }
.paypal-paylater-official-message {
    min-height: 38px;
    margin: 12px 0 18px;
}
#paypal-paylater-button { min-height: 52px; }
.paypal-paylater-status {
    margin-top: 16px;
    color: #5b625d;
    line-height: 1.55;
    text-align: center;
}
.paypal-paylater-status a { color: #087944; font-weight: 800; }
@media (max-width: 680px) {
    .alma-plan-selector { grid-template-columns: 1fr; }
    .alma-rate-preview-head { align-items: flex-start; }
    .paypal-paylater-order { align-items: flex-start; flex-direction: column; }
}

/* ======================================================================
   Link Lab 0.16.0 — Catalogo e pagina corso premium
   Linguaggio visivo proprietario, ispirato ai principi di chiarezza,
   spazio e storytelling dei migliori product site contemporanei.
   ====================================================================== */

body.link-lab-courses-showcase,
body.link-lab-course-story {
    --ll-bg: #f5f5f7;
    --ll-surface: #ffffff;
    --ll-ink: #161617;
    --ll-copy: #424245;
    --ll-muted: #6e6e73;
    --ll-line: rgba(0, 0, 0, .09);
    --ll-green: #067844;
    --ll-green-bright: #00a95c;
    --ll-blue: #0071e3;
    --ll-shadow: 0 30px 90px rgba(0, 0, 0, .10);
    --ll-radius-xl: 38px;
    --ll-radius-lg: 28px;
    --ll-radius-md: 20px;
    background: var(--ll-bg);
    color: var(--ll-ink);
}

body.link-lab-course-story main {
    overflow: visible;
}

body.link-lab-courses-showcase main,
body.link-lab-course-story main {
    min-width: 0;
}

.ll-pill {
    display: inline-flex;
    min-height: 31px;
    padding: 0 13px;
    align-items: center;
    border: 1px solid rgba(0, 122, 66, .15);
    border-radius: 999px;
    background: rgba(0, 169, 92, .08);
    color: var(--ll-green);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -.01em;
}

.ll-pill-light {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .14);
    color: #fff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ll-section-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--ll-green);
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -.02em;
}

.ll-button {
    min-height: 46px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 620;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.ll-button:hover {
    transform: translateY(-1px);
}

.ll-button-dark {
    background: #101011;
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

.ll-button-dark:hover {
    background: #29292c;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.ll-button-light {
    background: #fff;
    color: #111 !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

.ll-button-light:hover {
    background: #f3f3f5;
}

.ll-text-link {
    color: var(--ll-green);
    font-size: 15px;
    font-weight: 620;
    text-decoration: none !important;
}

.ll-text-link::after {
    content: ' ›';
}

.ll-text-link-light {
    color: #fff;
}

/* Catalogo */
.ll-catalogue-hero {
    min-height: 690px;
    padding: 96px 24px 76px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.ll-catalogue-ambient {
    width: 880px;
    height: 660px;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    opacity: .82;
    filter: saturate(115%);
    pointer-events: none;
}

.ll-catalogue-ambient::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, transparent 0 24%, rgba(255,255,255,.44) 48%, #fff 78%);
}

.ll-catalogue-ambient img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}

.ll-catalogue-hero-inner {
    width: min(1100px, 100%);
    position: relative;
    z-index: 2;
}

.ll-catalogue-hero h1 {
    max-width: 1050px;
    margin: 22px auto 0;
    color: #111113;
    font-size: clamp(58px, 8vw, 112px);
    font-weight: 720;
    line-height: .91;
    letter-spacing: -.072em;
}

.ll-catalogue-hero p {
    max-width: 700px;
    margin: 28px auto 0;
    color: #4e4e53;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.3;
    letter-spacing: -.03em;
}

.ll-hero-proof {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.ll-hero-proof span {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .055);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #5b5b60;
    font-size: 14px;
}

.ll-hero-proof b {
    color: #151517;
    font-size: 16px;
}

.ll-catalogue-shell {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: 108px 0 120px;
}

.ll-section-intro {
    margin-bottom: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: end;
    gap: 50px;
}

.ll-section-intro h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.058em;
}

.ll-section-intro > p {
    max-width: 520px;
    margin: 0 0 5px auto;
    color: var(--ll-muted);
    font-size: 18px;
    line-height: 1.52;
    letter-spacing: -.016em;
}

.ll-course-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ll-course-card {
    min-height: 650px;
    position: relative;
    overflow: hidden;
    border-radius: var(--ll-radius-xl);
    background: #101215;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .12);
    isolation: isolate;
}

.ll-course-card--feature {
    min-height: 760px;
}

.ll-course-card-media,
.ll-course-card-media img,
.ll-course-card-shade {
    position: absolute;
    inset: 0;
}

.ll-course-card-media {
    display: block;
    overflow: hidden;
}

.ll-course-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.2,.65,.2,1), filter .5s ease;
}

.ll-course-card:hover .ll-course-card-media img {
    transform: scale(1.035);
    filter: saturate(112%);
}

.ll-course-card-shade {
    background:
        linear-gradient(180deg, rgba(5, 6, 9, .08) 0%, rgba(5, 6, 9, .16) 32%, rgba(5, 6, 9, .88) 84%, #08090b 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .44), transparent 58%);
}

.ll-course-card-content {
    min-height: inherit;
    padding: 34px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.ll-course-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 630;
}

.ll-course-card-topline em {
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(0, 169, 92, .92);
    color: #fff;
    font-style: normal;
}

.ll-course-card-copy {
    max-width: 620px;
    margin-top: auto;
    padding-top: 140px;
}

.ll-course-card h3 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 690;
    line-height: .98;
    letter-spacing: -.052em;
}

.ll-course-card:not(.ll-course-card--feature) h3 {
    font-size: clamp(34px, 3.2vw, 50px);
}

.ll-course-tagline {
    margin: 12px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 580;
    letter-spacing: -.025em;
}

.ll-course-description {
    max-width: 560px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.55;
}

.ll-course-card-meta {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ll-course-card-meta span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(0, 0, 0, .17);
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ll-course-card-footer {
    margin-top: 28px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.ll-course-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ll-course-price del {
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
}

.ll-course-price strong {
    color: #fff;
    font-size: 27px;
    letter-spacing: -.035em;
}

.ll-course-card-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ll-course-card .ll-text-link {
    color: #fff;
}

.ll-course-card .ll-button-dark {
    background: #fff;
    color: #111 !important;
    box-shadow: none;
}

.ll-method-band {
    padding: 120px 20px;
    background: #fff;
}

.ll-method-band-inner {
    width: min(1260px, 100%);
    margin: 0 auto;
}

.ll-method-band h2,
.ll-payment-band h2,
.ll-catalogue-final h2 {
    max-width: 860px;
    margin: 0;
    font-size: clamp(44px, 5.5vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.058em;
}

.ll-method-points {
    margin-top: 66px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ll-method-points article {
    min-height: 260px;
    padding: 30px;
    border-radius: 28px;
    background: #f5f5f7;
}

.ll-method-points span {
    color: var(--ll-green);
    font-size: 13px;
    font-weight: 700;
}

.ll-method-points strong {
    margin-top: 55px;
    display: block;
    font-size: 24px;
    letter-spacing: -.035em;
}

.ll-method-points p {
    margin: 12px 0 0;
    color: var(--ll-muted);
    line-height: 1.5;
}

.ll-payment-band {
    width: min(1260px, calc(100% - 40px));
    margin: 24px auto 0;
    padding: 72px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
    border-radius: 38px;
    background: linear-gradient(135deg, #eef9f4 0%, #fff 48%, #eef4ff 100%);
}

.ll-payment-band p {
    max-width: 700px;
    margin: 22px 0 0;
    color: var(--ll-muted);
    font-size: 18px;
    line-height: 1.55;
}

.ll-payment-marks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ll-payment-marks span {
    min-height: 78px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .78);
    color: #18181a;
    font-size: 20px;
    font-weight: 680;
    box-shadow: 0 12px 30px rgba(0,0,0,.055);
}

.ll-catalogue-final {
    padding: 150px 24px 160px;
    text-align: center;
}

.ll-catalogue-final h2 {
    margin-inline: auto;
}

.ll-catalogue-final p {
    margin: 22px auto 30px;
    color: var(--ll-muted);
    font-size: 20px;
}

/* Barra prodotto sticky */
.ll-product-sticky {
    position: sticky;
    top: 48px;
    z-index: 90;
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    background: rgba(250, 250, 252, .88);
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
}

.ll-product-sticky-inner {
    width: min(1180px, calc(100% - 32px));
    min-height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.ll-product-identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ll-product-identity img {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    object-fit: cover;
}

.ll-product-identity div {
    min-width: 0;
}

.ll-product-identity strong,
.ll-product-identity small {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ll-product-identity strong {
    font-size: 15px;
    letter-spacing: -.02em;
}

.ll-product-identity small {
    margin-top: 2px;
    color: var(--ll-muted);
    font-size: 12px;
}

.ll-product-buy {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ll-sticky-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ll-sticky-price del {
    color: var(--ll-muted);
    font-size: 12px;
}

.ll-sticky-price strong {
    color: #111;
    font-size: 19px;
    letter-spacing: -.03em;
}

.ll-product-sticky .ll-button {
    min-height: 38px;
    padding-inline: 18px;
    font-size: 13px;
}

/* Hero pagina corso */
.ll-course-hero {
    min-height: min(840px, calc(100vh - 116px));
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #07090b;
    color: #fff;
}

.ll-course-hero-image,
.ll-course-hero-overlay {
    position: absolute;
    inset: 0;
}

.ll-course-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
    animation: llHeroBreath 14s ease-in-out infinite alternate;
}

@keyframes llHeroBreath {
    from { transform: scale(1.015); }
    to { transform: scale(1.065); }
}

.ll-course-hero-overlay {
    background:
        linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.60) 42%, rgba(0,0,0,.08) 76%),
        linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 47%);
}

.ll-course-hero-content {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0 76px;
    position: relative;
    z-index: 2;
}

.ll-back-link {
    margin-bottom: 30px;
    display: inline-block;
    color: rgba(255,255,255,.74);
    font-size: 14px;
    text-decoration: none !important;
}

.ll-course-hero h1 {
    max-width: 870px;
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(60px, 7.4vw, 112px);
    font-weight: 710;
    line-height: .91;
    letter-spacing: -.07em;
    text-wrap: balance;
}

.ll-course-hero-tagline {
    margin: 25px 0 0;
    color: #fff;
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 610;
    letter-spacing: -.035em;
}

.ll-course-hero-description {
    max-width: 660px;
    margin: 16px 0 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.48;
    letter-spacing: -.016em;
}

.ll-course-hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.ll-course-hero-facts {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ll-course-hero-facts span {
    min-height: 43px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 999px;
    background: rgba(0,0,0,.19);
    color: rgba(255,255,255,.78);
    font-size: 13px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ll-course-hero-facts b {
    color: #fff;
}

.ll-feature-strip {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 52px 0 74px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--ll-bg);
}

.ll-feature-strip article {
    padding: 10px 28px;
    text-align: center;
    border-right: 1px solid var(--ll-line);
}

.ll-feature-strip article:last-child {
    border-right: 0;
}

.ll-feature-strip article > span {
    width: 46px;
    height: 46px;
    margin: 0 auto 17px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #fff;
    color: var(--ll-green);
    font-size: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .07);
}

.ll-feature-strip strong {
    display: block;
    font-size: 16px;
    letter-spacing: -.025em;
}

.ll-feature-strip p {
    max-width: 220px;
    margin: 8px auto 0;
    color: var(--ll-muted);
    font-size: 13px;
    line-height: 1.45;
}

/* Storytelling */
.ll-story-section,
.ll-audience-section,
.ll-checkout-showcase {
    width: min(1260px, calc(100% - 40px));
    margin: 0 auto;
}

.ll-story-intro {
    padding: 120px 0 138px;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
    align-items: center;
    gap: 80px;
}

.ll-story-copy h2,
.ll-immersive-copy h2,
.ll-audience-main h2,
.ll-checkout-copy h2,
.ll-course-final h2,
.ll-video-heading h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.062em;
}

.ll-story-lead {
    margin: 27px 0 0;
    color: #2f2f32;
    font-size: 22px;
    line-height: 1.44;
    letter-spacing: -.026em;
}

.ll-rich-copy {
    margin-top: 28px;
    color: var(--ll-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ll-rich-copy p,
.ll-rich-copy ul,
.ll-rich-copy ol {
    margin: 0 0 16px;
}

.ll-story-visual {
    min-height: 690px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--ll-radius-xl);
    background: #111;
    box-shadow: var(--ll-shadow);
}

.ll-story-visual img {
    width: 100%;
    height: 100%;
    min-height: 690px;
    object-fit: cover;
    transition: transform 1s ease;
}

.ll-story-visual:hover img {
    transform: scale(1.025);
}

.ll-benefits-section,
.ll-curriculum-section,
.ll-video-section {
    width: min(1260px, calc(100% - 40px));
    margin: 0 auto;
    padding: 128px 0;
}

.ll-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ll-benefit-card {
    min-height: 270px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--ll-radius-lg);
    background: #fff;
    box-shadow: 0 16px 50px rgba(0,0,0,.055);
}

.ll-benefit-card span {
    color: var(--ll-green);
    font-size: 13px;
    font-weight: 700;
}

.ll-benefit-card p {
    margin: 70px 0 0;
    color: #1c1c1f;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -.032em;
}

.ll-immersive-band {
    min-height: 820px;
    padding: 130px max(24px, calc((100vw - 1260px) / 2));
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 90px;
    background:
        radial-gradient(circle at 78% 20%, rgba(23, 103, 255, .26), transparent 30%),
        radial-gradient(circle at 15% 78%, rgba(0, 169, 92, .22), transparent 34%),
        #090a0d;
    color: #fff;
}

.ll-immersive-copy h2 {
    color: #fff;
}

.ll-immersive-copy p {
    max-width: 600px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.66);
    font-size: 20px;
    line-height: 1.52;
}

.ll-immersive-panels {
    display: grid;
    gap: 14px;
}

.ll-immersive-panels article {
    min-height: 150px;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 20px;
    align-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ll-immersive-panels span {
    grid-row: span 2;
    color: #70e1a8;
    font-size: 14px;
    font-weight: 700;
}

.ll-immersive-panels strong {
    color: #fff;
    font-size: 25px;
    letter-spacing: -.035em;
}

.ll-immersive-panels p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.62);
    line-height: 1.45;
}

/* Curriculum */
.ll-curriculum {
    display: grid;
    gap: 12px;
}

.ll-curriculum-module {
    overflow: hidden;
    border: 1px solid var(--ll-line);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,0,0,.04);
}

.ll-curriculum-module summary {
    min-height: 105px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 50px 1fr 34px;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    list-style: none;
}

.ll-curriculum-module summary::-webkit-details-marker {
    display: none;
}

.ll-curriculum-number {
    color: var(--ll-green);
    font-size: 13px;
    font-weight: 700;
}

.ll-curriculum-heading strong,
.ll-curriculum-heading small {
    display: block;
}

.ll-curriculum-heading strong {
    font-size: 22px;
    letter-spacing: -.032em;
}

.ll-curriculum-heading small {
    margin-top: 5px;
    color: var(--ll-muted);
    font-size: 13px;
}

.ll-curriculum-toggle {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f2f2f4;
    color: #222;
    font-size: 18px;
    transition: transform .25s ease;
}

.ll-curriculum-module[open] .ll-curriculum-toggle {
    transform: rotate(45deg);
}

.ll-curriculum-description {
    margin: -5px 76px 24px 96px;
    color: var(--ll-muted);
    line-height: 1.55;
}

.ll-lesson-list {
    padding: 0 28px 26px 96px;
    display: grid;
    gap: 8px;
}

.ll-lesson-row {
    min-height: 70px;
    padding: 13px 16px;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 13px;
    border-radius: 16px;
    background: #f6f6f8;
}

.ll-lesson-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: var(--ll-green);
}

.ll-lesson-row strong,
.ll-lesson-row small {
    display: block;
}

.ll-lesson-row strong {
    font-size: 14px;
}

.ll-lesson-row small {
    margin-top: 4px;
    color: var(--ll-muted);
    font-size: 12px;
}

.ll-preview-chip {
    padding: 6px 9px;
    border-radius: 999px;
    background: #e3f8ed;
    color: var(--ll-green);
    font-size: 11px;
    font-weight: 650;
}

.ll-module-empty {
    margin: 0 28px 28px 96px;
    padding: 18px;
    border-radius: 15px;
    background: #f6f6f8;
    color: var(--ll-muted);
}

/* Audience, video e checkout */
.ll-audience-section {
    padding: 110px 0 140px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 24px;
}

.ll-audience-main,
.ll-requirements-panel {
    min-height: 560px;
    padding: 50px;
    border-radius: var(--ll-radius-xl);
}

.ll-audience-main {
    background: #fff;
}

.ll-audience-pills {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ll-audience-pills span {
    padding: 12px 15px;
    border-radius: 999px;
    background: #f1f1f3;
    color: #29292c;
    font-size: 14px;
}

.ll-requirements-panel {
    background: linear-gradient(145deg, #0b1712, #08100d);
    color: #fff;
}

.ll-requirements-panel .ll-section-kicker {
    color: #65dba0;
}

.ll-requirements-panel h3 {
    max-width: 570px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.8vw, 68px);
    line-height: .98;
    letter-spacing: -.055em;
}

.ll-requirements-panel ul {
    margin: 48px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
    list-style: none;
}

.ll-requirements-panel li {
    padding: 15px 0 15px 31px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.78);
}

.ll-requirements-panel li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #65dba0;
    font-weight: 700;
}

.ll-video-heading {
    max-width: 800px;
}

.ll-video-frame {
    margin-top: 45px;
    overflow: hidden;
    border-radius: var(--ll-radius-xl);
    background: #000;
    box-shadow: var(--ll-shadow);
}

.ll-video-frame video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

.ll-checkout-showcase {
    margin-bottom: 135px;
    padding: 72px;
    display: grid;
    grid-template-columns: 1fr .82fr;
    align-items: center;
    gap: 80px;
    border-radius: var(--ll-radius-xl);
    background: linear-gradient(135deg, #eef8f3 0%, #fff 54%, #edf3ff 100%);
}

.ll-checkout-copy p {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--ll-muted);
    font-size: 18px;
    line-height: 1.55;
}

.ll-checkout-card {
    padding: 34px;
    border-radius: 29px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 24px 70px rgba(0,0,0,.10);
}

.ll-checkout-card > span {
    color: var(--ll-green);
    font-size: 13px;
    font-weight: 680;
}

.ll-checkout-card h3 {
    margin: 11px 0 0;
    font-size: 29px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.ll-checkout-price {
    margin: 45px 0 22px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ll-checkout-price del {
    color: var(--ll-muted);
}

.ll-checkout-price strong {
    font-size: 48px;
    letter-spacing: -.055em;
}

.ll-checkout-card .ll-button {
    width: 100%;
}

.ll-checkout-card small {
    margin-top: 14px;
    display: block;
    color: var(--ll-muted);
    text-align: center;
}

.ll-course-final {
    padding: 145px 24px 160px;
    background: #fff;
    text-align: center;
}

.ll-course-final h2 {
    margin-inline: auto;
}

.ll-course-final p {
    margin: 24px auto 31px;
    color: var(--ll-muted);
    font-size: 20px;
}

/* Motion: visibile per default, nascosto solo quando JS è attivo */
.ll-motion-ready .ll-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity .82s cubic-bezier(.2,.65,.2,1),
        transform .82s cubic-bezier(.2,.65,.2,1);
}

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

@media (prefers-reduced-motion: reduce) {
    .ll-course-hero-image { animation: none; }
    .ll-motion-ready .ll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .ll-course-card-media img,
    .ll-story-visual img,
    .ll-button { transition: none; }
}

@media (max-width: 1100px) {
    .ll-catalogue-hero { min-height: 620px; }
    .ll-course-grid { grid-template-columns: 1fr; }
    .ll-course-card,
    .ll-course-card--feature { min-height: 680px; }
    .ll-method-points { grid-template-columns: 1fr; }
    .ll-payment-band,
    .ll-story-intro,
    .ll-immersive-band,
    .ll-audience-section,
    .ll-checkout-showcase {
        grid-template-columns: 1fr;
    }
    .ll-payment-band { padding: 58px; }
    .ll-feature-strip { grid-template-columns: repeat(2, 1fr); }
    .ll-feature-strip article:nth-child(2) { border-right: 0; }
    .ll-feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--ll-line); padding-bottom: 34px; }
    .ll-feature-strip article:nth-child(n+3) { padding-top: 34px; }
    .ll-story-intro { gap: 48px; }
    .ll-story-visual,
    .ll-story-visual img { min-height: 560px; }
    .ll-immersive-band { gap: 55px; }
    .ll-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .ll-checkout-showcase { gap: 44px; padding: 58px; }
}

@media (max-width: 760px) {
    body.link-lab-course-story .premium-announcement,
    body.link-lab-courses-showcase .premium-announcement {
        display: none;
    }

    .ll-catalogue-hero {
        min-height: 560px;
        padding: 76px 20px 60px;
    }
    .ll-catalogue-ambient { width: 620px; height: 520px; }
    .ll-catalogue-hero h1 { font-size: clamp(49px, 15vw, 76px); }
    .ll-catalogue-hero p { font-size: 19px; }
    .ll-hero-proof { margin-top: 32px; }
    .ll-catalogue-shell { width: min(100% - 24px, 1320px); padding: 78px 0 86px; }
    .ll-section-intro { grid-template-columns: 1fr; gap: 20px; }
    .ll-section-intro h2 { font-size: 46px; }
    .ll-section-intro > p { margin-left: 0; }
    .ll-course-card,
    .ll-course-card--feature { min-height: 650px; border-radius: 28px; }
    .ll-course-card-content { padding: 25px; }
    .ll-course-card h3,
    .ll-course-card:not(.ll-course-card--feature) h3 { font-size: 42px; }
    .ll-course-card-copy { padding-top: 100px; }
    .ll-course-card-footer { align-items: flex-start; flex-direction: column; }
    .ll-course-card-actions { width: 100%; justify-content: space-between; }
    .ll-method-band { padding: 85px 14px; }
    .ll-method-band h2,
    .ll-payment-band h2,
    .ll-catalogue-final h2 { font-size: 47px; }
    .ll-payment-band { width: calc(100% - 24px); padding: 34px 24px; gap: 35px; border-radius: 28px; }
    .ll-payment-marks { grid-template-columns: 1fr 1fr; }
    .ll-payment-marks span { min-height: 64px; font-size: 16px; }
    .ll-catalogue-final { padding: 100px 20px 110px; }

    .ll-product-sticky { top: 48px; }
    .ll-product-sticky-inner { min-height: 62px; }
    .ll-product-identity img { display: none; }
    .ll-product-identity small { display: none; }
    .ll-product-identity strong { max-width: 38vw; font-size: 13px; }
    .ll-sticky-price del { display: none; }
    .ll-sticky-price strong { font-size: 16px; }
    .ll-product-sticky .ll-button { min-height: 36px; padding-inline: 14px; }

    .ll-course-hero { min-height: 720px; }
    .ll-course-hero-overlay {
        background:
            linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.60) 56%, rgba(0,0,0,.14) 100%);
    }
    .ll-course-hero-content { width: calc(100% - 32px); padding: 90px 0 44px; }
    .ll-course-hero h1 { font-size: clamp(50px, 14vw, 72px); }
    .ll-course-hero-tagline { font-size: 23px; }
    .ll-course-hero-description { font-size: 16px; }
    .ll-course-hero-actions { gap: 16px; }
    .ll-course-hero-facts { margin-top: 33px; }
    .ll-feature-strip { width: calc(100% - 24px); padding: 36px 0 55px; grid-template-columns: 1fr; }
    .ll-feature-strip article,
    .ll-feature-strip article:nth-child(n) {
        padding: 26px 14px;
        border-right: 0;
        border-bottom: 1px solid var(--ll-line);
    }
    .ll-feature-strip article:last-child { border-bottom: 0; }
    .ll-story-section,
    .ll-audience-section,
    .ll-checkout-showcase,
    .ll-benefits-section,
    .ll-curriculum-section,
    .ll-video-section {
        width: calc(100% - 24px);
    }
    .ll-story-intro { padding: 80px 0 95px; grid-template-columns: 1fr; }
    .ll-story-copy h2,
    .ll-immersive-copy h2,
    .ll-audience-main h2,
    .ll-checkout-copy h2,
    .ll-course-final h2,
    .ll-video-heading h2 { font-size: 49px; }
    .ll-story-lead { font-size: 20px; }
    .ll-story-visual,
    .ll-story-visual img { min-height: 470px; border-radius: 28px; }
    .ll-benefits-section,
    .ll-curriculum-section,
    .ll-video-section { padding: 88px 0; }
    .ll-benefit-grid { grid-template-columns: 1fr; }
    .ll-benefit-card { min-height: 220px; }
    .ll-benefit-card p { margin-top: 45px; }
    .ll-immersive-band { min-height: auto; padding: 90px 18px; grid-template-columns: 1fr; }
    .ll-immersive-panels article { grid-template-columns: 42px 1fr; }
    .ll-curriculum-module summary { padding: 20px; grid-template-columns: 34px 1fr 30px; gap: 11px; }
    .ll-curriculum-heading strong { font-size: 18px; }
    .ll-curriculum-description { margin: 0 20px 20px 65px; }
    .ll-lesson-list { padding: 0 14px 18px; }
    .ll-lesson-row { grid-template-columns: 34px 1fr; }
    .ll-preview-chip { grid-column: 2; justify-self: start; }
    .ll-module-empty { margin: 0 14px 18px; }
    .ll-audience-section { padding: 78px 0 100px; }
    .ll-audience-main,
    .ll-requirements-panel { min-height: 480px; padding: 32px 24px; border-radius: 28px; }
    .ll-requirements-panel h3 { font-size: 46px; }
    .ll-checkout-showcase { margin-bottom: 90px; padding: 38px 24px; border-radius: 28px; }
    .ll-checkout-price strong { font-size: 42px; }
    .ll-course-final { padding: 95px 20px 110px; }
}

@media (max-width: 430px) {
    .ll-course-card-actions { align-items: stretch; flex-direction: column; }
    .ll-course-card-actions .ll-button { width: 100%; }
    .ll-product-buy { gap: 9px; }
    .ll-product-identity strong { max-width: 31vw; }
    .ll-payment-marks { grid-template-columns: 1fr; }
}

/* ============================================================
   Link Lab 0.16.1 — visual 4K, overlay cards e story block unico
   ============================================================ */

.ll-course-card-media img,
.ll-course-hero-image,
.ll-story-unified-media img {
    image-rendering: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Overlay più leggibile senza spegnere l'immagine. */
.ll-course-card-shade {
    background:
        linear-gradient(180deg,
            rgba(3, 5, 9, .10) 0%,
            rgba(3, 5, 9, .18) 28%,
            rgba(3, 5, 9, .50) 56%,
            rgba(3, 5, 9, .92) 82%,
            #050608 100%),
        linear-gradient(90deg,
            rgba(2, 4, 8, .78) 0%,
            rgba(2, 4, 8, .38) 42%,
            rgba(2, 4, 8, .04) 74%),
        radial-gradient(circle at 76% 20%, transparent 0 28%, rgba(0, 0, 0, .22) 75%);
}

.ll-course-card-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68%;
    background: linear-gradient(180deg, transparent, rgba(2, 3, 5, .34) 24%, rgba(2, 3, 5, .74) 100%);
    pointer-events: none;
}

.ll-course-card h3,
.ll-course-card-topline,
.ll-course-tagline,
.ll-course-description,
.ll-course-price,
.ll-course-card-meta {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .48);
}

.ll-course-card-media img {
    filter: saturate(1.04) contrast(1.035) brightness(.97);
}

.ll-course-card:hover .ll-course-card-media img {
    filter: saturate(1.10) contrast(1.04) brightness(1);
}

/* Alcuni visual hanno il soggetto in zone diverse: manteniamo il crop utile. */
.ll-course-card.public-course-editorial .ll-course-card-media img,
.link-lab-course-story.public-course-editorial .ll-course-hero-image,
.link-lab-course-story.public-course-editorial .ll-story-unified-media img {
    object-position: 58% center;
}

.ll-course-card.public-course-radio .ll-course-card-media img,
.link-lab-course-story.public-course-radio .ll-course-hero-image,
.link-lab-course-story.public-course-radio .ll-story-unified-media img {
    object-position: 50% center;
}

.ll-course-card.public-course-media .ll-course-card-media img,
.link-lab-course-story.public-course-media .ll-course-hero-image,
.link-lab-course-story.public-course-media .ll-story-unified-media img {
    object-position: 52% center;
}

.ll-course-card.public-course-ai .ll-course-card-media img,
.link-lab-course-story.public-course-ai .ll-course-hero-image,
.link-lab-course-story.public-course-ai .ll-story-unified-media img {
    object-position: 54% center;
}

/* Un solo blocco narrativo immersivo: immagine, testo e feature fanno parte
   della stessa superficie, senza il vecchio effetto colonna + foto separata. */
.ll-story-unified {
    min-height: 860px;
    margin-top: 42px;
    margin-bottom: 138px;
    padding: clamp(58px, 7vw, 94px);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 44px;
    background: #070a0e;
    color: #fff;
    box-shadow: 0 42px 110px rgba(0, 0, 0, .20);
    isolation: isolate;
}

.ll-story-unified-media,
.ll-story-unified-media img,
.ll-story-unified-overlay,
.ll-story-unified-grid {
    position: absolute;
    inset: 0;
}

.ll-story-unified-media {
    z-index: -2;
    overflow: hidden;
}

.ll-story-unified-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.06) brightness(.82);
    transform: scale(1.015);
    transition: transform 1.4s cubic-bezier(.2, .65, .2, 1), filter .8s ease;
}

.ll-story-unified:hover .ll-story-unified-media img {
    transform: scale(1.04);
    filter: saturate(1.09) contrast(1.07) brightness(.86);
}

.ll-story-unified-overlay {
    background:
        linear-gradient(90deg,
            rgba(3, 6, 10, .98) 0%,
            rgba(3, 6, 10, .88) 39%,
            rgba(3, 6, 10, .48) 68%,
            rgba(3, 6, 10, .24) 100%),
        linear-gradient(0deg,
            rgba(3, 6, 10, .98) 0%,
            rgba(3, 6, 10, .82) 34%,
            rgba(3, 6, 10, .12) 84%),
        radial-gradient(circle at 76% 22%, rgba(0, 169, 92, .16), transparent 34%);
}

.ll-story-unified-grid {
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, transparent 8%, #000 55%, #000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 8%, #000 55%, #000 100%);
}

.ll-story-unified-content {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ll-section-kicker-light {
    color: #72e5aa;
}

.ll-story-unified h2 {
    max-width: 1000px;
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(52px, 6.2vw, 92px);
    font-weight: 710;
    line-height: .94;
    letter-spacing: -.064em;
    text-wrap: balance;
}

.ll-story-unified .ll-story-lead {
    max-width: 900px;
    margin-top: 27px;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.38;
}

.ll-story-unified-copy {
    max-width: 1080px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.ll-story-unified .ll-rich-copy {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.68;
    columns: 2 360px;
    column-gap: 58px;
}

.ll-story-unified .ll-rich-copy p,
.ll-story-unified .ll-rich-copy ul,
.ll-story-unified .ll-rich-copy ol {
    break-inside: avoid;
}

.ll-story-signals {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ll-story-signals article {
    min-height: 148px;
    padding: 20px;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(10, 14, 19, .48);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ll-story-signals article > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(0, 169, 92, .20);
    color: #8af0bb;
    font-size: 17px;
}

.ll-story-signals strong {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: -.018em;
}

.ll-story-signals p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.48;
}

@media (max-width: 1100px) {
    .ll-story-unified {
        min-height: 820px;
        padding: 62px;
    }

    .ll-story-signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ll-course-card-shade {
        background:
            linear-gradient(180deg, rgba(2,4,8,.12) 0%, rgba(2,4,8,.26) 35%, rgba(2,4,8,.86) 70%, #040507 100%),
            linear-gradient(90deg, rgba(2,4,8,.58), rgba(2,4,8,.05));
    }

    .ll-story-unified {
        min-height: 760px;
        margin-top: 18px;
        margin-bottom: 90px;
        padding: 38px 24px;
        align-items: flex-end;
        border-radius: 30px;
    }

    .ll-story-unified-overlay {
        background:
            linear-gradient(0deg, rgba(3,6,10,.99) 0%, rgba(3,6,10,.93) 55%, rgba(3,6,10,.38) 88%, rgba(3,6,10,.16) 100%),
            linear-gradient(90deg, rgba(3,6,10,.72), rgba(3,6,10,.18));
    }

    .ll-story-unified h2 {
        font-size: clamp(45px, 13vw, 64px);
    }

    .ll-story-unified .ll-story-lead {
        font-size: 19px;
    }

    .ll-story-unified .ll-rich-copy {
        columns: 1;
        font-size: 15px;
    }

    .ll-story-signals {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .ll-story-signals article {
        min-height: 0;
    }
}


/* ============================================================
   Link Lab 0.16.2 — parallax, gerarchia compatta e asset HQ
   ============================================================ */

/* La sezione hero resta nel viewport mentre lo sfondo si muove lentamente. */
.ll-course-hero-shell {
    min-height: 122vh;
    position: relative;
    background: #07090b;
}

.ll-course-hero-shell .ll-course-hero {
    height: calc(100vh - 116px);
    min-height: 650px;
    position: sticky;
    top: 116px;
    align-items: flex-end;
}

.ll-course-hero-picture {
    position: absolute;
    inset: -72px 0;
    overflow: hidden;
}

.ll-course-hero-shell .ll-course-hero-image {
    width: 100%;
    height: calc(100% + 144px);
    object-fit: cover;
    transform: translate3d(0, var(--ll-parallax-y, -34px), 0) scale(1.055);
    animation: none;
    will-change: transform;
    filter: saturate(1.035) contrast(1.025);
}

.ll-course-hero-shell .ll-course-hero-overlay {
    background:
        linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 40%, rgba(0,0,0,.13) 76%),
        linear-gradient(0deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.10) 58%);
}

/* Titoli meno dominanti e rapporto tipografico più equilibrato. */
.ll-course-hero h1 {
    max-width: 780px;
    font-size: clamp(48px, 5.7vw, 84px);
    line-height: .96;
    letter-spacing: -.058em;
}

.ll-course-hero-tagline {
    margin-top: 20px;
    font-size: clamp(19px, 2vw, 27px);
}

.ll-course-hero-description {
    max-width: 600px;
    font-size: clamp(16px, 1.35vw, 19px);
}

/* Il blocco narrativo resta immersivo ma non contiene più il testo integrale. */
.ll-story-unified {
    min-height: 760px;
    padding: clamp(48px, 6vw, 76px);
}

.ll-story-unified h2 {
    max-width: 820px;
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: .99;
    letter-spacing: -.052em;
}

.ll-story-unified .ll-story-lead {
    max-width: 760px;
    margin-top: 20px;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.42;
}

.ll-story-compact-grid {
    max-width: 1040px;
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ll-story-compact-grid article {
    min-height: 112px;
    padding: 19px 20px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    background: rgba(8, 13, 18, .50);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ll-story-compact-grid article > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0,169,92,.22);
    color: #8bf1bc;
    font-size: 14px;
    font-weight: 800;
}

.ll-story-compact-grid strong {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: -.018em;
}

.ll-story-compact-grid p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.45;
}

.ll-after-purchase {
    max-width: 1120px;
    margin-top: 30px;
    padding: 23px;
    display: grid;
    grid-template-columns: minmax(210px, .65fr) minmax(0, 1.55fr);
    gap: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(4, 8, 12, .62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.ll-after-purchase-heading span,
.ll-after-purchase-heading strong {
    display: block;
}

.ll-after-purchase-heading span {
    color: #72e5aa;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ll-after-purchase-heading strong {
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ll-after-purchase-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ll-after-purchase-steps article {
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,.16);
}

.ll-after-purchase-steps article > span {
    color: #72e5aa;
    font-size: 11px;
    font-weight: 750;
}

.ll-after-purchase-steps strong {
    margin-top: 8px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.ll-after-purchase-steps p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.45;
}

/* Un po' più di contrasto sulle card, senza coprire i visual. */
.ll-course-card-shade {
    background:
        linear-gradient(180deg, rgba(3,5,9,.07) 0%, rgba(3,5,9,.18) 30%, rgba(3,5,9,.55) 61%, rgba(3,5,9,.94) 88%, #040507 100%),
        linear-gradient(90deg, rgba(2,4,8,.70) 0%, rgba(2,4,8,.28) 46%, transparent 76%);
}

.ll-course-card-media img {
    filter: saturate(1.055) contrast(1.045) brightness(.985);
}

@media (max-width: 900px) {
    .ll-course-hero-shell {
        min-height: auto;
    }

    .ll-course-hero-shell .ll-course-hero {
        height: auto;
        min-height: 720px;
        position: relative;
        top: auto;
    }

    .ll-course-hero-picture {
        inset: 0;
    }

    .ll-course-hero-shell .ll-course-hero-image {
        height: 100%;
        transform: none !important;
    }

    .ll-after-purchase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ll-course-hero h1 {
        font-size: clamp(44px, 12vw, 62px);
    }

    .ll-story-unified {
        min-height: 700px;
        padding: 34px 22px;
    }

    .ll-story-unified h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .ll-story-compact-grid,
    .ll-after-purchase-steps {
        grid-template-columns: 1fr;
    }

    .ll-after-purchase-steps article {
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ll-course-hero-shell {
        min-height: auto;
    }

    .ll-course-hero-shell .ll-course-hero {
        height: auto;
        min-height: 720px;
        position: relative;
        top: auto;
    }

    .ll-course-hero-shell .ll-course-hero-image {
        transform: none !important;
    }
}

/* ======================================================================
   Link Lab 0.17.0 — Home connected learning + parallax course hero
   ====================================================================== */

body.link-lab-home-health {
    --llh-bg: #f5f5f7;
    --llh-surface: #fff;
    --llh-ink: #1d1d1f;
    --llh-copy: #515154;
    --llh-muted: #6e6e73;
    --llh-line: rgba(0, 0, 0, .10);
    --llh-green: #087b48;
    --llh-bright: #00a95c;
    background: var(--llh-bg);
    color: var(--llh-ink);
}

body.link-lab-home-health main {
    overflow: clip;
}

.ll-home-local-nav {
    position: sticky;
    top: 48px;
    z-index: 86;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: rgba(250,250,252,.88);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.ll-home-local-nav-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ll-home-local-nav strong {
    font-size: 19px;
    letter-spacing: -.03em;
}

.ll-home-local-nav-inner > div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ll-home-local-nav a {
    color: #303033;
    font-size: 12px;
    font-weight: 560;
    text-decoration: none;
}

.ll-home-local-nav a:hover {
    color: var(--llh-green);
}

.ll-home-local-nav .ll-home-local-cta {
    min-height: 30px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
}

.ll-home-eyebrow {
    display: block;
    color: var(--llh-green);
    font-size: 13px;
    font-weight: 720;
    letter-spacing: .02em;
}

.ll-home-eyebrow-light {
    color: #71e4aa;
}

.ll-health-hero {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(74px, 9vw, 132px) 0 112px;
}

.ll-health-hero-copy {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.ll-health-hero-copy h1 {
    max-width: 1050px;
    margin: 18px auto 0;
    font-size: clamp(58px, 7.6vw, 112px);
    line-height: .93;
    letter-spacing: -.072em;
}

.ll-health-hero-copy > p {
    max-width: 760px;
    margin: 31px auto 0;
    color: var(--llh-copy);
    font-size: clamp(20px, 2.2vw, 29px);
    line-height: 1.28;
    letter-spacing: -.027em;
}

.ll-home-actions {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ll-home-button {
    min-height: 48px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 670;
    text-decoration: none;
}

.ll-home-button-dark {
    background: #111;
    color: #fff;
}

.ll-home-button-dark:hover {
    background: #2b2b2e;
}

.ll-home-button-light {
    background: #fff;
    color: #111;
}

.ll-home-text-link {
    color: var(--llh-green);
    font-size: 17px;
    font-weight: 560;
    text-decoration: none;
}

.ll-home-text-link-light {
    color: #fff;
}

.ll-health-hero-gallery {
    max-width: 1280px;
    min-height: 720px;
    margin: clamp(64px, 8vw, 104px) auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(300px, .9fr);
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.ll-health-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #0b0d10;
    color: #fff;
    box-shadow: 0 35px 100px rgba(0,0,0,.12);
    text-decoration: none;
}

.ll-health-hero-panel-main {
    grid-row: 1 / 3;
}

.ll-health-hero-panel picture,
.ll-health-hero-panel img,
.ll-health-course-media picture,
.ll-health-course-media img,
.ll-health-story-media picture,
.ll-health-story-media img {
    width: 100%;
    height: 100%;
    display: block;
}

.ll-health-hero-panel img,
.ll-health-course-media img,
.ll-health-story-media img {
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .8s ease;
}

.ll-health-hero-panel-main img {
    object-position: 58% center;
}

.ll-health-hero-panel-top img {
    object-position: center 58%;
}

.ll-health-hero-panel-bottom img {
    object-position: center 52%;
}

.ll-health-hero-panel:hover img,
.ll-health-course-card:hover .ll-health-course-media img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.025);
}

.ll-health-panel-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 35%, rgba(0,0,0,.20) 60%, rgba(0,0,0,.88) 100%),
        linear-gradient(90deg, rgba(0,0,0,.24), transparent 58%);
}

.ll-health-hero-panel > div {
    padding: 30px;
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
}

.ll-health-hero-panel small,
.ll-health-hero-panel strong {
    display: block;
}

.ll-health-hero-panel small {
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 660;
}

.ll-health-hero-panel strong {
    max-width: 620px;
    margin-top: 7px;
    font-size: clamp(23px, 2.8vw, 42px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.ll-health-hero-panel:not(.ll-health-hero-panel-main) strong {
    font-size: clamp(21px, 2.1vw, 30px);
}

.ll-health-statement {
    max-width: 1080px;
    margin: 0 auto;
    padding: 120px 24px 150px;
    text-align: center;
}

.ll-health-statement h2 {
    margin: 0;
    font-size: clamp(56px, 7.3vw, 104px);
    line-height: .94;
    letter-spacing: -.068em;
}

.ll-health-statement h2 span {
    color: #8e8e93;
}

.ll-health-statement p {
    max-width: 840px;
    margin: 39px auto 0;
    color: var(--llh-copy);
    font-size: clamp(21px, 2.4vw, 31px);
    line-height: 1.3;
    letter-spacing: -.03em;
}

.ll-health-chapter,
.ll-health-courses,
.ll-health-dashboard,
.ll-health-ecosystem,
.ll-health-newsroom {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    padding: 105px 0;
}

.ll-health-chapter-heading,
.ll-health-courses-heading,
.ll-health-dashboard-heading,
.ll-health-ecosystem-heading {
    max-width: 920px;
}

.ll-health-chapter-heading h2,
.ll-health-courses-heading h2,
.ll-health-dashboard-heading h2,
.ll-health-ecosystem-heading h2,
.ll-health-newsroom-heading h2 {
    margin: 15px 0 0;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .96;
    letter-spacing: -.06em;
}

.ll-health-chapter-heading p,
.ll-health-courses-heading p,
.ll-health-dashboard-heading p,
.ll-health-ecosystem-heading p {
    max-width: 720px;
    margin: 23px 0 0;
    color: var(--llh-copy);
    font-size: clamp(19px, 1.85vw, 25px);
    line-height: 1.35;
    letter-spacing: -.02em;
}

.ll-health-story-card {
    min-height: 620px;
    margin-top: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    overflow: hidden;
    border-radius: 38px;
}

.ll-health-story-card-dark {
    background: #071016;
    color: #fff;
}

.ll-health-story-media {
    min-height: 620px;
    position: relative;
    overflow: hidden;
}

.ll-health-story-media img {
    object-position: center;
}

.ll-health-story-media > span {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 65%, #071016 100%);
}

.ll-health-story-copy {
    padding: clamp(46px, 5vw, 74px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ll-health-story-copy h3 {
    margin: 15px 0 0;
    font-size: clamp(39px, 4.5vw, 64px);
    line-height: .98;
    letter-spacing: -.055em;
}

.ll-health-story-copy > p {
    margin: 24px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 20px;
    line-height: 1.45;
}

.ll-health-story-copy blockquote {
    margin: 38px 0 0;
    padding: 0 0 0 22px;
    border-left: 2px solid #4ce19a;
    color: #fff;
    font-size: 22px;
    font-weight: 620;
    line-height: 1.32;
    letter-spacing: -.025em;
}

.ll-health-story-copy a {
    margin-top: 34px;
    color: #72e5aa;
    font-size: 17px;
    font-weight: 650;
    text-decoration: none;
}

.ll-health-feature-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ll-health-feature-grid article {
    min-height: 250px;
    padding: 31px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 75px rgba(0,0,0,.06);
}

.ll-health-feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #e4f7ed;
    color: var(--llh-green);
    font-size: 18px;
    font-weight: 800;
}

.ll-health-feature-grid h3 {
    margin: 35px 0 0;
    font-size: 24px;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.ll-health-feature-grid p {
    margin: 12px 0 0;
    color: var(--llh-copy);
    font-size: 15px;
    line-height: 1.5;
}

.ll-health-courses {
    padding-top: 135px;
}

.ll-health-course-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ll-health-course-card {
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 25px 90px rgba(0,0,0,.08);
}

.ll-health-course-media {
    height: 410px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #0a0d11;
}

.ll-health-course-media > span {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.30) 100%);
}

.ll-health-course-copy {
    padding: 30px 32px 34px;
}

.ll-health-course-copy small {
    color: var(--llh-green);
    font-size: 12px;
    font-weight: 720;
}

.ll-health-course-copy h3 {
    margin: 9px 0 0;
    font-size: clamp(30px, 3.1vw, 48px);
    line-height: 1;
    letter-spacing: -.052em;
}

.ll-health-course-copy > p {
    margin: 13px 0 0;
    color: var(--llh-copy);
    font-size: 18px;
}

.ll-health-course-meta {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ll-health-course-meta span {
    padding: 7px 11px;
    border-radius: 999px;
    background: #f1f1f3;
    color: #5c5c61;
    font-size: 12px;
    font-weight: 620;
}

.ll-health-course-footer {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ll-health-course-footer strong {
    font-size: 26px;
    letter-spacing: -.035em;
}

.ll-health-course-footer a {
    color: var(--llh-green);
    font-size: 15px;
    font-weight: 680;
    text-decoration: none;
}

.ll-health-dashboard {
    padding-top: 145px;
}

.ll-health-dashboard-stage {
    margin-top: 64px;
    padding: clamp(28px, 5vw, 74px);
    border-radius: 42px;
    background:
        radial-gradient(circle at 20% 10%, rgba(91,190,255,.50), transparent 34%),
        radial-gradient(circle at 78% 18%, rgba(130,96,255,.45), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(41,211,140,.42), transparent 38%),
        #e8e8ed;
}

.ll-health-dashboard-window {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 25px;
    background: rgba(255,255,255,.91);
    box-shadow: 0 42px 110px rgba(22,22,30,.22);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ll-health-dashboard-toolbar {
    min-height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.ll-health-dashboard-toolbar span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d6d6d9;
}

.ll-health-dashboard-toolbar strong {
    margin-left: 13px;
    font-size: 13px;
}

.ll-health-dashboard-body {
    min-height: 520px;
    display: grid;
    grid-template-columns: 190px 1fr;
}

.ll-health-dashboard-body aside {
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid rgba(0,0,0,.07);
    color: #69696e;
    font-size: 13px;
}

.ll-health-dashboard-body aside b {
    color: var(--llh-green);
}

.ll-health-dashboard-main {
    padding: 40px;
}

.ll-health-dashboard-main header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ll-health-dashboard-main header small {
    color: #7b7b80;
    font-size: 12px;
}

.ll-health-dashboard-main header h3 {
    margin: 6px 0 0;
    font-size: 31px;
    letter-spacing: -.045em;
}

.ll-health-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0b8b51;
    color: #fff;
    font-weight: 800;
}

.ll-health-progress-card {
    margin-top: 38px;
    padding: 22px;
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 24px;
    border-radius: 22px;
    background: #111820;
    color: #fff;
}

.ll-health-progress-thumb {
    min-height: 145px;
    border-radius: 15px;
    background:
        linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.02)),
        url('course-visuals/giornalismo-seo-3000-hq.webp') center/cover;
}

.ll-health-progress-card > div:last-child {
    align-self: center;
}

.ll-health-progress-card small {
    color: #72e5aa;
    font-size: 12px;
    font-weight: 700;
}

.ll-health-progress-card strong {
    margin-top: 7px;
    display: block;
    font-size: 23px;
}

.ll-health-progress-bar {
    height: 8px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
}

.ll-health-progress-bar span {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #22d886, #73efb1);
}

.ll-health-progress-card p {
    margin: 9px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.ll-health-dashboard-panels {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}

.ll-health-dashboard-panels article {
    min-height: 130px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 18px;
    background: #fff;
}

.ll-health-dashboard-panels small,
.ll-health-dashboard-panels strong,
.ll-health-dashboard-panels span {
    display: block;
}

.ll-health-dashboard-panels small,
.ll-health-dashboard-panels span {
    color: #77777c;
    font-size: 11px;
}

.ll-health-dashboard-panels strong {
    margin: 17px 0 3px;
    font-size: 30px;
    letter-spacing: -.04em;
}

.ll-health-ecosystem-grid {
    margin-top: 57px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.ll-health-ecosystem-grid article {
    min-height: 330px;
    padding: 35px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0,0,0,.055);
}

.ll-health-ecosystem-grid article:nth-child(2) {
    background: #071016;
    color: #fff;
}

.ll-health-ecosystem-grid article > span {
    color: var(--llh-green);
    font-size: 13px;
    font-weight: 760;
}

.ll-health-ecosystem-grid article:nth-child(2) > span {
    color: #72e5aa;
}

.ll-health-ecosystem-grid h3 {
    margin: 82px 0 0;
    font-size: 35px;
    letter-spacing: -.05em;
}

.ll-health-ecosystem-grid p {
    margin: 14px 0 0;
    color: var(--llh-copy);
    font-size: 17px;
    line-height: 1.45;
}

.ll-health-ecosystem-grid article:nth-child(2) p {
    color: rgba(255,255,255,.68);
}

.ll-health-ecosystem-grid a {
    margin-top: 28px;
    display: inline-block;
    color: var(--llh-green);
    font-weight: 680;
    text-decoration: none;
}

.ll-health-ecosystem-grid article:nth-child(2) a {
    color: #72e5aa;
}

.ll-health-newsroom {
    padding-top: 130px;
}

.ll-health-newsroom-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.ll-health-newsroom-heading a {
    color: var(--llh-green);
    font-weight: 680;
    text-decoration: none;
}

.ll-health-newsroom-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.ll-health-newsroom-grid > a {
    min-height: 310px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    background: #fff;
    color: #111;
    text-decoration: none;
}

.ll-health-newsroom-grid > a:first-child {
    background: #e4f7ed;
}

.ll-health-newsroom-grid > a:nth-child(2) {
    background: #111820;
    color: #fff;
}

.ll-health-newsroom-grid small {
    color: var(--llh-green);
    font-size: 12px;
    font-weight: 720;
}

.ll-health-newsroom-grid > a:nth-child(2) small {
    color: #72e5aa;
}

.ll-health-newsroom-grid h3 {
    margin: auto 0 0;
    font-size: 30px;
    line-height: 1.03;
    letter-spacing: -.045em;
}

.ll-health-newsroom-grid p {
    margin: 16px 0 0;
    color: #67676c;
    line-height: 1.45;
}

.ll-health-newsroom-grid > a:nth-child(2) p {
    color: rgba(255,255,255,.66);
}

.ll-health-final {
    width: min(1280px, calc(100% - 40px));
    min-height: 580px;
    margin: 85px auto 110px;
    padding: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background:
        radial-gradient(circle at 20% 20%, rgba(48,215,142,.32), transparent 34%),
        radial-gradient(circle at 80% 24%, rgba(68,148,255,.30), transparent 34%),
        #071016;
    color: #fff;
    text-align: center;
}

.ll-health-final h2 {
    max-width: 900px;
    margin: 18px 0 0;
    font-size: clamp(52px, 7vw, 96px);
    line-height: .94;
    letter-spacing: -.066em;
}

.ll-health-final > p {
    max-width: 690px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.66);
    font-size: 21px;
    line-height: 1.4;
}

/* Parallax reale: il pannello resta sticky, lo sfondo percorre una distanza visibile. */
.ll-course-hero-shell {
    min-height: 178svh;
    position: relative;
    overflow: visible;
    background: #07090b;
    --ll-parallax-y: -110px;
}

.ll-course-hero-shell .ll-course-hero {
    height: calc(100svh - 116px);
    min-height: 650px;
    position: sticky;
    top: 116px;
    overflow: hidden;
}

.ll-course-hero-picture {
    position: absolute;
    inset: -18% 0;
    overflow: hidden;
}

.ll-course-hero-shell .ll-course-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--ll-parallax-y), 0) scale(1.16);
    transform-origin: 50% 50%;
    animation: none !important;
    will-change: transform;
    backface-visibility: hidden;
}

.ll-course-hero-content {
    transform: translateZ(0);
}

@media (max-width: 1040px) {
    .ll-health-feature-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .ll-health-story-card {
        grid-template-columns: 1fr;
    }

    .ll-health-story-media {
        min-height: 520px;
    }

    .ll-health-story-media > span {
        background: linear-gradient(180deg, transparent 65%, #071016 100%);
    }
}

@media (max-width: 900px) {
    .ll-home-local-nav-inner > div a:not(.ll-home-local-cta) {
        display: none;
    }

    .ll-health-hero-gallery {
        min-height: 1040px;
        grid-template-columns: 1fr;
        grid-template-rows: 1.25fr .8fr .8fr;
    }

    .ll-health-hero-panel-main {
        grid-row: auto;
    }

    .ll-health-course-grid,
    .ll-health-ecosystem-grid,
    .ll-health-newsroom-grid {
        grid-template-columns: 1fr;
    }

    .ll-health-dashboard-body {
        grid-template-columns: 1fr;
    }

    .ll-health-dashboard-body aside {
        display: none;
    }

    .ll-course-hero-shell {
        min-height: auto;
    }

    .ll-course-hero-shell .ll-course-hero {
        height: auto;
        min-height: 720px;
        position: relative;
        top: auto;
    }

    .ll-course-hero-picture {
        inset: 0;
    }

    .ll-course-hero-shell .ll-course-hero-image {
        height: 100%;
        transform: scale(1.02) !important;
    }
}

@media (max-width: 700px) {
    .ll-health-hero,
    .ll-health-chapter,
    .ll-health-courses,
    .ll-health-dashboard,
    .ll-health-ecosystem,
    .ll-health-newsroom,
    .ll-health-final {
        width: min(100% - 24px, 1280px);
    }

    .ll-health-hero {
        padding-top: 58px;
    }

    .ll-health-hero-copy h1 {
        font-size: clamp(51px, 15vw, 72px);
    }

    .ll-health-hero-copy > p {
        font-size: 19px;
    }

    .ll-health-hero-gallery {
        min-height: 900px;
        gap: 12px;
    }

    .ll-health-hero-panel {
        border-radius: 25px;
    }

    .ll-health-hero-panel > div {
        padding: 22px;
    }

    .ll-health-statement {
        padding: 85px 18px 110px;
    }

    .ll-health-statement h2 {
        font-size: clamp(48px, 15vw, 70px);
    }

    .ll-health-statement p {
        font-size: 20px;
    }

    .ll-health-chapter,
    .ll-health-courses,
    .ll-health-dashboard,
    .ll-health-ecosystem,
    .ll-health-newsroom {
        padding: 76px 0;
    }

    .ll-health-chapter-heading h2,
    .ll-health-courses-heading h2,
    .ll-health-dashboard-heading h2,
    .ll-health-ecosystem-heading h2,
    .ll-health-newsroom-heading h2 {
        font-size: clamp(43px, 13vw, 60px);
    }

    .ll-health-story-card {
        min-height: 0;
        border-radius: 28px;
    }

    .ll-health-story-media {
        min-height: 370px;
    }

    .ll-health-story-copy {
        padding: 34px 25px 40px;
    }

    .ll-health-story-copy h3 {
        font-size: 41px;
    }

    .ll-health-story-copy > p {
        font-size: 17px;
    }

    .ll-health-feature-grid {
        grid-template-columns: 1fr;
    }

    .ll-health-feature-grid article {
        min-height: 0;
    }

    .ll-health-course-media {
        height: 300px;
    }

    .ll-health-course-copy {
        padding: 25px;
    }

    .ll-health-course-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ll-health-dashboard-stage {
        padding: 14px;
        border-radius: 28px;
    }

    .ll-health-dashboard-main {
        padding: 24px 18px;
    }

    .ll-health-progress-card {
        grid-template-columns: 1fr;
    }

    .ll-health-progress-thumb {
        min-height: 190px;
    }

    .ll-health-dashboard-panels {
        grid-template-columns: 1fr;
    }

    .ll-health-final {
        min-height: 520px;
        padding: 45px 24px;
        border-radius: 28px;
    }

    .ll-health-final h2 {
        font-size: clamp(48px, 14vw, 68px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ll-course-hero-shell {
        min-height: auto;
    }

    .ll-course-hero-shell .ll-course-hero {
        height: auto;
        min-height: 720px;
        position: relative;
        top: auto;
    }

    .ll-course-hero-picture {
        inset: 0;
    }

    .ll-course-hero-shell .ll-course-hero-image {
        transform: scale(1.02) !important;
    }
}


/* 0.17.2 — collaborazione con testata partner nei percorsi giornalistici */
.ll-course-partner-note {
    margin: 14px 0 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #eafff3 !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.38 !important;
}

.ll-course-partner-note > span,
.ll-health-course-partner > span {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #00a86b;
    color: #fff;
    font-size: 12px;
}

.ll-health-course-partner {
    margin-top: 16px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #effaf5;
    color: #08653f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42;
}

.ll-course-partner-outcome {
    max-width: 690px;
    margin-top: 22px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 20px;
    background: rgba(0,0,0,.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ll-course-partner-outcome > span {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #08a66c;
    color: #fff;
    font-weight: 800;
}

.ll-course-partner-outcome strong {
    color: #fff;
    font-size: 14px;
}

.ll-course-partner-outcome p {
    margin: 4px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.45;
}

.ll-partner-collaboration-banner {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 78px;
    padding: clamp(28px, 4vw, 50px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    align-items: end;
    gap: clamp(30px, 6vw, 90px);
    overflow: hidden;
    position: relative;
    border-radius: 34px;
    background:
        radial-gradient(circle at 84% 18%, rgba(45, 219, 145, .22), transparent 34%),
        linear-gradient(135deg, #071a13 0%, #0b2f22 52%, #0f5238 100%);
    color: #fff;
    box-shadow: 0 30px 90px rgba(4, 40, 27, .18);
}

.ll-partner-collaboration-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
}

.ll-partner-collaboration-banner > * {
    position: relative;
    z-index: 1;
}

.ll-partner-collaboration-banner .ll-section-kicker {
    color: #5ce5aa;
}

.ll-partner-collaboration-banner h2 {
    max-width: 760px;
    margin: 12px 0 0;
    font-size: clamp(30px, 4.1vw, 58px);
    line-height: .98;
    letter-spacing: -.052em;
}

.ll-partner-collaboration-banner > p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.55;
}

@media (max-width: 760px) {
    .ll-partner-collaboration-banner {
        width: calc(100% - 24px);
        margin-bottom: 54px;
        grid-template-columns: 1fr;
        border-radius: 26px;
    }

    .ll-course-partner-outcome {
        grid-template-columns: 30px 1fr;
    }
}


/* ============================================================
   Link Lab 0.17.3 — parallax con area testo sempre visibile
   ============================================================ */
:root {
    --ll-global-header-height: 48px;
    --ll-course-sticky-stack: 116px;
}

/* La barra prodotto segue l'altezza reale dell'header globale. */
.ll-product-sticky {
    top: var(--ll-global-header-height, 48px);
}

/* La scena sticky usa la somma reale di header + barra prodotto. */
.ll-course-hero-shell {
    min-height: 172svh;
    --ll-parallax-y: -104px;
}

.ll-course-hero-shell .ll-course-hero {
    height: calc(100vh - var(--ll-course-sticky-stack, 116px));
    height: calc(100svh - var(--ll-course-sticky-stack, 116px));
    min-height: 660px;
    top: var(--ll-course-sticky-stack, 116px);
    align-items: stretch;
}

/* Il contenuto occupa l'altezza utile e viene centrato: non può più
   scivolare dietro la barra sticky quando il titolo è lungo. */
.ll-course-hero-content {
    width: min(1280px, calc(100% - 64px));
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: clamp(26px, 3.8svh, 48px) 0 clamp(24px, 3.4svh, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.ll-course-hero-content .ll-back-link {
    margin-bottom: 16px;
}

.ll-course-hero-content .ll-pill {
    align-self: flex-start;
}

.ll-course-hero h1 {
    max-width: 980px;
    margin-top: 14px;
    font-size: clamp(42px, 4.55vw, 74px);
    line-height: .95;
    letter-spacing: -.057em;
}

.ll-course-hero-tagline {
    margin-top: 16px;
    font-size: clamp(20px, 1.72vw, 27px);
}

.ll-course-hero-description {
    max-width: 710px;
    margin-top: 10px;
    font-size: clamp(15px, 1.18vw, 18px);
    line-height: 1.42;
}

.ll-course-partner-outcome {
    max-width: 720px;
    margin-top: 14px;
    padding: 12px 15px;
    grid-template-columns: 30px 1fr;
    column-gap: 11px;
    border-radius: 17px;
}

.ll-course-partner-outcome > span {
    width: 30px;
    height: 30px;
}

.ll-course-partner-outcome strong {
    font-size: 13px;
}

.ll-course-partner-outcome p {
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.35;
}

.ll-course-hero-actions {
    margin-top: 18px;
}

.ll-course-hero-facts {
    margin-top: 22px;
}

/* Viewport desktop bassi: conserviamo titolo, descrizione e CTA e
   comprimiamo solo gli elementi secondari. */
@media (min-width: 901px) and (max-height: 900px) {
    .ll-course-hero-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ll-course-hero-content .ll-back-link {
        display: none;
    }

    .ll-course-hero h1 {
        max-width: 900px;
        margin-top: 10px;
        font-size: clamp(38px, 4.05vw, 62px);
    }

    .ll-course-hero-tagline {
        margin-top: 11px;
        font-size: clamp(18px, 1.55vw, 23px);
    }

    .ll-course-hero-description {
        margin-top: 7px;
        font-size: 15px;
        line-height: 1.35;
    }

    .ll-course-partner-outcome {
        margin-top: 10px;
        padding: 9px 13px;
    }

    .ll-course-partner-outcome p {
        display: none;
    }

    .ll-course-hero-actions {
        margin-top: 13px;
    }

    .ll-course-hero-facts {
        margin-top: 14px;
    }
}

@media (min-width: 901px) and (max-height: 760px) {
    .ll-course-hero-facts {
        display: none;
    }
}

@media (max-width: 900px) {
    .ll-product-sticky {
        top: var(--ll-global-header-height, 48px);
    }

    .ll-course-hero-shell .ll-course-hero {
        height: auto;
        min-height: 720px;
        top: auto;
        align-items: flex-end;
    }

    .ll-course-hero-content {
        width: calc(100% - 32px);
        height: auto;
        padding: 76px 0 42px;
        display: block;
    }

    .ll-course-hero h1 {
        font-size: clamp(44px, 13vw, 68px);
    }
}

/* ============================================================
   Link Lab 0.18.0 — pagine legali e Centro privacy
   ============================================================ */
.public-legal-page,.public-privacy-center-page{background:#f5f5f7;color:#151515}.legal-hero,.privacy-center-hero{padding:clamp(90px,12vw,170px) 24px clamp(64px,8vw,110px);background:radial-gradient(circle at 78% 14%,rgba(38,218,144,.24),transparent 27%),radial-gradient(circle at 62% 26%,rgba(88,151,255,.16),transparent 31%),#f5f5f7}.legal-hero>div,.privacy-center-hero>div{width:min(1180px,100%);margin:auto}.legal-hero h1,.privacy-center-hero h1{max-width:950px;margin:12px 0 20px;font-size:clamp(50px,8.2vw,112px);line-height:.88;letter-spacing:-.07em}.legal-hero p,.privacy-center-hero p{max-width:760px;margin:0;color:#54575a;font-size:clamp(17px,1.8vw,24px);line-height:1.45}.legal-version{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.legal-version span{padding:9px 12px;border:1px solid rgba(0,0,0,.09);border-radius:999px;background:rgba(255,255,255,.66);font-size:11px;font-weight:750}.legal-layout{width:min(1240px,calc(100% - 40px));margin:0 auto 110px;display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(35px,7vw,90px);align-items:start}.legal-nav{position:sticky;top:110px;display:grid;gap:5px;padding:18px;border:1px solid #e1e1e3;border-radius:20px;background:#fff}.legal-nav strong{padding:8px 10px;color:#86868b;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.legal-nav a{padding:10px;border-radius:10px;color:#313133;font-size:13px;font-weight:700;text-decoration:none}.legal-nav a:hover{background:#f2f2f4}.legal-article{max-width:850px;padding:clamp(28px,5vw,70px);border-radius:32px;background:#fff;box-shadow:0 20px 80px rgba(0,0,0,.055)}.legal-article .legal-lead{margin-top:0;color:#222;font-size:clamp(20px,2.3vw,30px);line-height:1.35;letter-spacing:-.025em}.legal-article h2{margin:50px 0 14px;font-size:clamp(25px,3vw,38px);line-height:1;letter-spacing:-.045em}.legal-article p,.legal-article li{color:#55565a;font-size:16px;line-height:1.72}.legal-article li+li{margin-top:7px}.legal-article a{color:#087944;font-weight:700}.legal-table-wrap{overflow:auto;margin:22px 0}.legal-table{width:100%;border-collapse:collapse}.legal-table th,.legal-table td{padding:14px;border:1px solid #e1e3e1;text-align:left;vertical-align:top}.legal-table th{background:#f5f8f6;font-size:12px}.legal-table td{font-size:14px;line-height:1.5}.legal-contact-card{margin-top:55px;padding:24px;border-radius:18px;background:#0c2118;color:#fff}.legal-contact-card p{margin:7px 0 0;color:rgba(255,255,255,.73)}.legal-contact-card a{color:#62e7ad}
.privacy-center-grid{width:min(1240px,calc(100% - 40px));margin:-42px auto 90px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;position:relative}.privacy-center-message{grid-column:1/-1}.privacy-center-card{min-height:330px;padding:clamp(28px,4vw,46px);border:1px solid #e3e3e5;border-radius:30px;background:#fff;box-shadow:0 18px 65px rgba(0,0,0,.05)}.privacy-card-index{color:#0a9d62;font-size:12px;font-weight:850}.privacy-center-card h2{margin:16px 0 12px;font-size:clamp(30px,4vw,52px);line-height:.94;letter-spacing:-.055em}.privacy-center-card>p{max-width:520px;color:#606166;line-height:1.55}.privacy-center-documents{grid-column:1/-1}.privacy-center-documents>div{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:28px}.privacy-center-documents a{display:grid;gap:7px;padding:18px;border-radius:16px;background:#f5f6f7;color:#161616;text-decoration:none}.privacy-center-documents a span{color:#707176;font-size:12px;line-height:1.35}.privacy-marketing-form,.privacy-request-form{display:grid;gap:16px;margin-top:24px}.privacy-toggle-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px;border:1px solid #e0e4e1;border-radius:17px}.privacy-toggle-row>span:first-child{display:grid;gap:5px}.privacy-toggle-row small{color:#71757a;line-height:1.35}.privacy-toggle-row input{position:absolute;opacity:0}.privacy-request-form label{display:grid;gap:7px;font-weight:750}.privacy-request-form select,.privacy-request-form textarea{width:100%;padding:13px;border:1px solid #d8dcda;border-radius:13px;background:#fff;font:inherit}.privacy-request-history{width:min(1240px,calc(100% - 40px));margin:0 auto 110px}.privacy-request-history h2{margin:10px 0 24px;font-size:clamp(34px,5vw,64px);letter-spacing:-.055em}.privacy-request-list{display:grid;gap:9px}.privacy-request-list>div{display:grid;grid-template-columns:130px 1fr 150px 150px;gap:16px;align-items:center;padding:16px 18px;border-radius:15px;background:#fff}.privacy-request-list small{color:#777}.public-button{cursor:pointer}
@media(max-width:960px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-center-documents>div{grid-template-columns:repeat(2,1fr)}.privacy-request-list>div{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.legal-layout,.privacy-center-grid,.privacy-request-history{width:calc(100% - 24px)}.legal-hero,.privacy-center-hero{padding-left:16px;padding-right:16px}.legal-hero h1,.privacy-center-hero h1{font-size:clamp(47px,15vw,75px)}.legal-article{padding:25px 20px;border-radius:24px}.legal-nav{grid-template-columns:1fr}.privacy-center-grid{grid-template-columns:1fr}.privacy-center-documents{grid-column:auto}.privacy-center-documents>div{grid-template-columns:1fr}.privacy-request-list>div{grid-template-columns:1fr}}

/* Link Lab 0.18.2 — recensioni pubbliche premium */
.ll-home-reviews,.ll-course-reviews{padding:clamp(84px,10vw,150px) max(24px,calc((100vw - 1440px)/2));background:#f5f5f7;overflow:hidden}
.ll-home-reviews-heading,.ll-course-reviews-summary{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}
.ll-home-reviews-heading h2,.ll-course-reviews-summary h2{font-size:clamp(38px,5.2vw,76px);line-height:.98;letter-spacing:-.055em;margin:10px 0;max-width:980px}.ll-home-reviews-heading p{max-width:500px;font-size:18px;color:#6e6e73}
.ll-review-marquee{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(330px,430px);gap:18px;overflow-x:auto;padding:6px 2px 24px;scroll-snap-type:x mandatory;scrollbar-width:thin}
.ll-public-review-card{display:flex;flex-direction:column;min-height:330px;padding:30px;border-radius:30px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 60px rgba(0,0,0,.06);scroll-snap-align:start}
.ll-review-card-top{display:flex;gap:13px;align-items:center}.ll-review-avatar{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#00b976,#08754e);color:#fff;font-size:15px;font-weight:800;overflow:hidden}.ll-review-avatar img{width:100%;height:100%;object-fit:cover}.ll-review-card-top>div{display:grid;gap:2px}.ll-review-card-top strong{font-size:16px}.ll-review-card-top small{color:#6e6e73;line-height:1.35}.ll-review-stars{margin-top:25px;color:#ffb000;letter-spacing:3px;font-size:19px}.ll-public-review-card blockquote{margin:18px 0 26px;font-size:19px;line-height:1.52;letter-spacing:-.015em;color:#1d1d1f}.ll-public-review-card a,.ll-public-review-card time{margin-top:auto;color:#08784f;font-size:14px;font-weight:700}.ll-public-review-card time{color:#86868b;font-weight:500}
.ll-course-reviews{background:#fff}.ll-review-score{flex:0 0 auto;display:grid;justify-items:end}.ll-review-score strong{font-size:72px;line-height:.9;letter-spacing:-.06em}.ll-review-score span{color:#ffb000;letter-spacing:3px;font-size:20px}.ll-review-score small{margin-top:5px;color:#6e6e73}.ll-course-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ll-course-review-grid .ll-public-review-card{min-height:320px;background:#f5f5f7;box-shadow:none}
@media(max-width:1000px){.ll-course-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ll-home-reviews-heading,.ll-course-reviews-summary{align-items:flex-start;flex-direction:column}.ll-review-score{justify-items:start}}
@media(max-width:650px){.ll-home-reviews,.ll-course-reviews{padding-left:18px;padding-right:18px}.ll-review-marquee{grid-auto-columns:88vw}.ll-course-review-grid{grid-template-columns:1fr}.ll-public-review-card{padding:24px;border-radius:24px}.ll-review-score strong{font-size:56px}}

/* ============================================================
   Link Lab 0.18.3 — recensioni visibili su card, hero e pannello completo
   ============================================================ */
.ll-rating-stars {
    color: #ffb000;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.ll-course-card-rating,
.ll-health-course-rating,
.ll-course-hero-rating {
    text-decoration: none;
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.ll-course-card-rating {
    width: fit-content;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(0,0,0,.24);
    color: rgba(255,255,255,.88);
    font-size: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ll-course-card-rating strong {
    color: #fff;
    font-size: 13px;
}

.ll-course-card-rating:hover,
.ll-course-card-rating:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.36);
    background: rgba(0,0,0,.38);
}

.ll-health-course-rating {
    width: fit-content;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    background: #f1f1f3;
    color: #5c5c61;
    font-size: 12px;
}

.ll-health-course-rating strong {
    color: #1d1d1f;
    font-size: 13px;
}

.ll-health-course-rating:hover,
.ll-health-course-rating:focus-visible {
    transform: translateY(-1px);
    background: #e8e8eb;
}

.ll-course-hero-rating {
    width: fit-content;
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(8,10,14,.34);
    color: rgba(255,255,255,.90);
    font-size: 13px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ll-course-hero-rating strong {
    color: #fff;
    font-size: 14px;
}

.ll-course-hero-rating b {
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.ll-course-hero-rating:hover,
.ll-course-hero-rating:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.40);
    background: rgba(8,10,14,.52);
}

#recensioni {
    scroll-margin-top: calc(var(--ll-course-sticky-stack, 116px) + 24px);
}

.ll-reviews-more {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.ll-reviews-dialog {
    width: min(1280px, calc(100vw - 34px));
    max-width: none;
    height: min(90vh, 980px);
    max-height: none;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 32px;
    background: transparent;
    color: #1d1d1f;
    box-shadow: 0 40px 120px rgba(0,0,0,.35);
    overflow: hidden;
}

.ll-reviews-dialog::backdrop {
    background: rgba(0,0,0,.58);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ll-reviews-dialog-shell {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f5f5f7;
}

.ll-reviews-dialog-header {
    flex: 0 0 auto;
    padding: 30px 34px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.90);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.ll-reviews-dialog-header h2 {
    max-width: 900px;
    margin: 8px 0 0;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1;
    letter-spacing: -.045em;
}

.ll-reviews-dialog-header p {
    margin: 10px 0 0;
    color: #6e6e73;
}

.ll-reviews-dialog-header p strong {
    color: #1d1d1f;
}

.ll-reviews-dialog-close {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #e8e8ed;
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.ll-reviews-dialog-close:hover,
.ll-reviews-dialog-close:focus-visible {
    background: #dcdce1;
}

.ll-all-reviews-grid {
    flex: 1 1 auto;
    min-height: 0;
    padding: 28px 30px 42px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 18px;
    overflow: auto;
    overscroll-behavior: contain;
}

.ll-public-review-card--full {
    min-height: 0;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
}

.ll-public-review-card--full blockquote {
    white-space: normal;
    overflow-wrap: anywhere;
}

body.ll-reviews-dialog-open {
    overflow: hidden;
}

@media (min-width: 901px) and (max-height: 900px) {
    .ll-course-hero-rating {
        margin-top: 9px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 760px) {
    .ll-course-card-rating,
    .ll-health-course-rating,
    .ll-course-hero-rating {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .ll-course-hero-rating {
        margin-top: 12px;
        font-size: 12px;
    }

    .ll-reviews-dialog {
        width: calc(100vw - 16px);
        height: calc(100vh - 16px);
        border-radius: 24px;
    }

    .ll-reviews-dialog-header {
        padding: 23px 20px 19px;
    }

    .ll-reviews-dialog-header h2 {
        font-size: 30px;
    }

    .ll-all-reviews-grid {
        padding: 18px 16px 28px;
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   Link Lab 0.18.4 — popup recensioni leggibile
   ============================================================ */
.ll-reviews-dialog {
    width: min(1420px, calc(100vw - 32px));
    height: min(92vh, 1040px);
    border-radius: 34px;
}

.ll-reviews-dialog-shell {
    min-height: 0;
}

.ll-reviews-dialog-header {
    padding: 26px 32px 22px;
    align-items: center;
}

.ll-reviews-dialog-header > div:first-child {
    min-width: 0;
}

.ll-reviews-dialog-header h2 {
    max-width: 980px;
    margin: 7px 0 0;
    font-size: clamp(28px, 2.65vw, 43px);
    line-height: 1.03;
    letter-spacing: -.043em;
    text-wrap: balance;
}

.ll-reviews-dialog-score {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
}

.ll-reviews-dialog-score .ll-rating-stars {
    font-size: 18px;
    letter-spacing: 2px;
}

.ll-reviews-dialog-score p {
    margin: 0;
}

.ll-all-reviews-grid {
    padding: 26px 28px 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: max-content;
    align-items: start;
    align-content: start;
    gap: 20px;
    scrollbar-gutter: stable;
}

.ll-all-reviews-grid > .ll-public-review-card--full {
    align-self: start;
    box-sizing: border-box;
    width: 100%;
    height: auto !important;
    min-height: 270px;
    padding: 26px 28px;
    overflow: visible;
    border: 1px solid rgba(0,0,0,.065);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(0,0,0,.055);
}

.ll-public-review-card--full .ll-review-card-top {
    min-height: 52px;
    align-items: center;
}

.ll-public-review-card--full .ll-review-card-top > div {
    min-width: 0;
}

.ll-public-review-card--full .ll-review-card-top strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.15;
}

.ll-public-review-card--full .ll-review-card-top small {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

.ll-public-review-card--full .ll-review-stars {
    margin-top: 19px;
    font-size: 18px;
    line-height: 1;
}

.ll-public-review-card--full blockquote {
    position: static;
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 17px 0 24px;
    padding: 0;
    overflow: visible;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.55;
    color: #252527;
}

.ll-public-review-card--full time {
    display: block;
    margin-top: auto;
    padding-top: 2px;
    font-size: 13px;
}

@media (max-width: 920px) {
    .ll-reviews-dialog {
        width: calc(100vw - 20px);
        height: calc(100dvh - 20px);
        border-radius: 28px;
    }

    .ll-reviews-dialog-header {
        padding: 22px 22px 18px;
    }

    .ll-all-reviews-grid {
        grid-template-columns: 1fr;
        padding: 20px 18px 30px;
    }

    .ll-all-reviews-grid > .ll-public-review-card--full {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .ll-reviews-dialog {
        width: calc(100vw - 10px);
        height: calc(100dvh - 10px);
        border-radius: 22px;
    }

    .ll-reviews-dialog-header {
        padding: 19px 17px 16px;
        gap: 14px;
    }

    .ll-reviews-dialog-header h2 {
        font-size: 27px;
    }

    .ll-reviews-dialog-close {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .ll-all-reviews-grid {
        padding: 15px 12px 24px;
        gap: 13px;
    }

    .ll-all-reviews-grid > .ll-public-review-card--full {
        padding: 22px 20px;
        border-radius: 21px;
    }
}


/* ============================================================
   Link Lab 0.18.5 — carosello recensioni home full width
   ============================================================ */
.ll-home-reviews {
    --ll-review-page-edge: max(24px, calc((100vw - 1440px) / 2));
}

.ll-review-carousel-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: -20px 0 20px;
}

.ll-review-carousel-arrow {
    appearance: none;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 50%;
    background: #fff;
    color: #171719;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, background-color .2s ease;
}

.ll-review-carousel-arrow svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ll-review-carousel-arrow:hover:not(:disabled),
.ll-review-carousel-arrow:focus-visible:not(:disabled) {
    transform: translateY(-2px);
    background: #fdfdfd;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .12);
}

.ll-review-carousel-arrow:focus-visible {
    outline: 3px solid rgba(0, 185, 118, .28);
    outline-offset: 3px;
}

.ll-review-carousel-arrow:disabled {
    opacity: .28;
    cursor: default;
    box-shadow: none;
}

.ll-review-carousel-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.ll-review-marquee {
    grid-auto-columns: clamp(330px, 31vw, 440px);
    width: 100%;
    padding: 6px var(--ll-review-page-edge) 18px;
    scroll-padding-inline: var(--ll-review-page-edge);
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-inline: contain;
    cursor: grab;
    touch-action: pan-x pan-y;
}

.ll-review-marquee::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.ll-review-marquee.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.ll-review-marquee:focus-visible {
    outline: none;
}

@media (max-width: 1000px) {
    .ll-review-carousel-toolbar {
        margin-top: -8px;
    }
}

@media (max-width: 650px) {
    .ll-home-reviews {
        --ll-review-page-edge: 18px;
    }

    .ll-review-carousel-toolbar {
        margin: -4px 0 16px;
    }

    .ll-review-carousel-arrow {
        width: 46px;
        height: 46px;
    }

    .ll-review-marquee {
        grid-auto-columns: min(88vw, 390px);
        padding-bottom: 12px;
    }
}

/* Link Lab 0.18.6 — FAQ in stile Apple */
.ll-faq-page { background:#f5f5f7; color:#1d1d1f; }
.ll-faq-page main { overflow:clip; }
.ll-faq-hero { padding:104px 24px 86px; background:linear-gradient(180deg,#fff 0%,#f5f5f7 100%); text-align:center; }
.ll-faq-hero-inner { max-width:920px; margin:0 auto; }
.ll-faq-hero h1 { margin:14px 0 18px; font-size:clamp(48px,7vw,88px); line-height:.96; letter-spacing:-.055em; font-weight:700; }
.ll-faq-hero p { max-width:690px; margin:0 auto; color:#6e6e73; font-size:clamp(19px,2vw,24px); line-height:1.45; }
.ll-faq-search { display:flex; align-items:center; gap:14px; max-width:720px; margin:42px auto 0; padding:0 18px; height:62px; border:1px solid rgba(0,0,0,.12); border-radius:18px; background:rgba(255,255,255,.88); box-shadow:0 14px 44px rgba(0,0,0,.08); backdrop-filter:blur(20px); transition:border-color .2s,box-shadow .2s,transform .2s; }
.ll-faq-search:focus-within { border-color:#0071e3; box-shadow:0 18px 54px rgba(0,113,227,.14); transform:translateY(-1px); }
.ll-faq-search svg { width:23px; color:#6e6e73; flex:0 0 auto; }
.ll-faq-search input { width:100%; border:0; outline:0; background:transparent; font:inherit; font-size:18px; color:#1d1d1f; }
.ll-faq-search input::placeholder { color:#86868b; }
.ll-faq-search kbd { padding:5px 8px; border:1px solid #d2d2d7; border-radius:7px; background:#f5f5f7; color:#6e6e73; font:600 12px/1 -apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif; white-space:nowrap; }
.ll-faq-topics,.ll-faq-content,.ll-faq-contact { width:min(1120px,calc(100% - 40px)); margin-inline:auto; }
.ll-faq-topics { padding:80px 0 64px; }
.ll-faq-section-heading h2 { margin:0 0 28px; font-size:clamp(34px,4vw,48px); letter-spacing:-.04em; }
.ll-faq-topic-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.ll-faq-topic { position:relative; min-height:196px; padding:26px; border-radius:28px; background:#fff; color:#1d1d1f; text-decoration:none; box-shadow:0 1px 0 rgba(0,0,0,.04); transition:transform .25s ease,box-shadow .25s ease; }
.ll-faq-topic:hover { transform:translateY(-5px); box-shadow:0 18px 44px rgba(0,0,0,.09); }
.ll-faq-topic>span { display:grid; place-items:center; width:46px; height:46px; border-radius:14px; background:#f0f6ff; color:#0071e3; font-size:22px; }
.ll-faq-topic strong { display:block; margin-top:30px; font-size:22px; letter-spacing:-.025em; }
.ll-faq-topic small { display:block; margin-top:7px; color:#86868b; font-size:14px; }
.ll-faq-topic i { position:absolute; right:24px; bottom:24px; color:#0071e3; font:400 30px/1 sans-serif; font-style:normal; }
.ll-faq-content { padding:10px 0 100px; }
.ll-faq-group { scroll-margin-top:115px; padding:66px 0 10px; }
.ll-faq-group-title { display:flex; align-items:center; gap:16px; margin-bottom:16px; }
.ll-faq-group-title>span { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:#e8f2ff; color:#0071e3; font-size:20px; }
.ll-faq-group-title h2 { margin:0; font-size:clamp(29px,3vw,40px); letter-spacing:-.035em; }
.ll-faq-list { border-top:1px solid #d2d2d7; }
.ll-faq-item { border-bottom:1px solid #d2d2d7; }
.ll-faq-item[hidden],.ll-faq-group[hidden] { display:none !important; }
.ll-faq-item summary { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:25px 2px; cursor:pointer; list-style:none; font-size:20px; font-weight:600; letter-spacing:-.015em; }
.ll-faq-item summary::-webkit-details-marker { display:none; }
.ll-faq-item summary i { position:relative; width:28px; height:28px; flex:0 0 28px; border-radius:50%; background:#e8e8ed; transition:transform .25s ease,background .25s ease; }
.ll-faq-item summary i::before,.ll-faq-item summary i::after { content:""; position:absolute; top:50%; left:50%; width:12px; height:1.5px; background:#1d1d1f; transform:translate(-50%,-50%); }
.ll-faq-item summary i::after { transform:translate(-50%,-50%) rotate(90deg); transition:opacity .2s; }
.ll-faq-item[open] summary i { transform:rotate(180deg); background:#dcecff; }
.ll-faq-item[open] summary i::after { opacity:0; }
.ll-faq-item>div { max-width:850px; padding:0 50px 26px 2px; }
.ll-faq-item p { margin:0; color:#6e6e73; font-size:17px; line-height:1.65; }
.ll-faq-empty { padding:100px 20px; text-align:center; }
.ll-faq-empty span { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 22px; border-radius:20px; background:#fff; color:#86868b; font-size:30px; }
.ll-faq-empty h2 { margin:0 0 8px; font-size:32px; }
.ll-faq-empty p { margin:0; color:#6e6e73; }
.ll-faq-contact { display:flex; justify-content:space-between; align-items:center; gap:42px; margin-bottom:100px; padding:58px; border-radius:36px; background:#000; color:#fff; }
.ll-faq-contact h2 { margin:10px 0 10px; font-size:clamp(38px,5vw,62px); letter-spacing:-.05em; }
.ll-faq-contact p { max-width:700px; margin:0; color:#a1a1a6; font-size:18px; line-height:1.55; }
.ll-faq-contact-actions { display:flex; flex:0 0 auto; gap:12px; flex-wrap:wrap; }
.ll-faq-contact .button.secondary { border-color:#424245; background:#1d1d1f; color:#fff; }
@media (max-width:900px){.ll-faq-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ll-faq-contact{align-items:flex-start;flex-direction:column}.ll-faq-contact-actions{width:100%}}
@media (max-width:620px){.ll-faq-hero{padding:76px 20px 60px}.ll-faq-hero h1{font-size:50px}.ll-faq-search{height:56px;margin-top:30px}.ll-faq-search kbd{display:none}.ll-faq-topics,.ll-faq-content,.ll-faq-contact{width:min(100% - 28px,1120px)}.ll-faq-topics{padding:55px 0 30px}.ll-faq-topic-grid{grid-template-columns:1fr}.ll-faq-topic{min-height:150px}.ll-faq-topic strong{margin-top:24px}.ll-faq-group{padding-top:54px}.ll-faq-item summary{padding:22px 0;font-size:18px}.ll-faq-item>div{padding-right:20px}.ll-faq-contact{padding:34px 26px;border-radius:28px;margin-bottom:60px}.ll-faq-contact-actions .button{width:100%;text-align:center}}

/* ========================================================================
   LINK LAB 0.18.7 — CHECKOUT TECH / DATI FISCALI
   ======================================================================== */
.public-checkout-page{background:
    radial-gradient(circle at 12% 0%,rgba(0,113,227,.11),transparent 28%),
    radial-gradient(circle at 90% 18%,rgba(52,199,89,.09),transparent 25%),
    #f5f5f7}
.public-checkout-page .premium-announcement{display:none}
.checkout-shell{width:min(1320px,calc(100% - 44px));padding:72px 0 130px}
.checkout-heading{max-width:920px;margin-bottom:42px}
.checkout-heading .public-back-link{display:inline-flex;margin-bottom:30px}
.checkout-heading h1{max-width:900px;font-size:clamp(54px,7.2vw,96px)}
.checkout-heading p{max-width:780px;margin-bottom:0;color:#5e5e63}
.checkout-trust-strip{width:fit-content;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:28px;padding:7px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 16px 44px rgba(0,0,0,.045);backdrop-filter:blur(18px)}
.checkout-trust-strip span{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;color:#5d5d62;font-size:11px;font-weight:720}
.checkout-trust-strip strong{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#1d1d1f;color:#fff;font-size:9px;letter-spacing:.03em}
.checkout-layout{grid-template-columns:minmax(0,1.28fr) minmax(330px,.62fr);gap:34px}
.checkout-form-card{padding:clamp(20px,2.3vw,30px);border-color:rgba(0,0,0,.08);border-radius:34px;background:rgba(255,255,255,.76);box-shadow:0 28px 90px rgba(0,0,0,.075);backdrop-filter:blur(24px)}
.checkout-form{gap:18px}
.checkout-step-card{position:relative;display:grid!important;gap:18px!important;padding:clamp(22px,2.5vw,30px)!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:24px!important;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.025)}
.checkout-step-card legend{width:auto;display:flex;align-items:center;gap:12px;margin:0 0 2px;padding:0;color:#1d1d1f;font-size:22px}
.checkout-step-card legend>span{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#1d1d1f;color:#fff;font-size:10px;font-weight:850;letter-spacing:.04em}
.checkout-coupon-step{background:linear-gradient(145deg,#fff,#fafafa)}
.checkout-form label:not(.checkout-payment-option):not(.checkout-check-row){gap:9px}
.checkout-label-line{display:flex;align-items:center;justify-content:space-between;gap:16px}
.checkout-label-line>span:first-child{font-weight:760}
.checkout-requirement{display:inline-flex!important;width:auto!important;flex:0 0 auto;margin:0!important;padding:4px 8px;border-radius:999px;background:#f0f0f2;color:#6e6e73!important;font-size:9px!important;font-weight:800!important;letter-spacing:.045em;text-transform:uppercase}
.checkout-requirement.is-required{background:#e8f2ff;color:#0066cc!important}
.checkout-form input[type="text"],.checkout-form input[type="email"],.checkout-form input[type="tel"]{min-height:58px;padding:0 17px;border-color:#d2d2d7;border-radius:15px;background:#fbfbfd;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.checkout-form input::placeholder{color:#a2a2a7}
.checkout-form input:hover{background:#fff}
.checkout-form input:focus{outline:0;border-color:#0071e3;background:#fff;box-shadow:0 0 0 4px rgba(0,113,227,.12)}
.checkout-form input[readonly]{background:#f2f2f4;color:#6e6e73}
.checkout-field-note{margin:0 0 2px;padding:13px 15px;border-radius:14px;background:#f5f5f7;color:#626267;font-size:12px;line-height:1.5}
.checkout-three-columns{grid-template-columns:.72fr 1.35fr .52fr}
.checkout-payment-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.checkout-payment-option{min-height:100px;align-items:flex-start;padding:18px;border-radius:18px;background:#fbfbfd}
.checkout-payment-option:has(input:checked){border-color:#0071e3;background:#f2f8ff;box-shadow:0 0 0 3px rgba(0,113,227,.09)}
.checkout-payment-option input{margin-top:3px;accent-color:#0071e3}
.checkout-payment-option strong{font-size:15px}
.checkout-payment-option small{font-size:11px;line-height:1.42}
.checkout-consents .checkout-check-row{padding:15px 16px;border:1px solid #e4e4e7;border-radius:15px;background:#fbfbfd;color:#4f4f54}
.checkout-consents .checkout-check-row:has(input:checked){border-color:#a9d7bd;background:#f3fbf6}
.checkout-consents .checkout-check-row input{accent-color:#087944}
.checkout-submit{min-height:66px;margin-top:4px;border-radius:18px!important;background:#0071e3!important;box-shadow:0 18px 38px rgba(0,113,227,.22);font-size:16px!important;letter-spacing:-.01em}
.checkout-submit:hover{background:#0066cc!important;transform:translateY(-1px)}
.checkout-security-note{margin:-4px 0 2px}
.checkout-summary-card{top:92px;padding:18px;border-color:rgba(0,0,0,.08);border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 28px 80px rgba(0,0,0,.075);backdrop-filter:blur(24px)}
.checkout-cover{margin-bottom:20px;border-radius:20px}
.checkout-summary-card>.public-course-label,.checkout-summary-card>h2,.checkout-summary-card>ul,.checkout-summary-card>.checkout-price-detail,.checkout-summary-card>.checkout-price-row,.checkout-summary-card>.checkout-old-price,.checkout-summary-card>.checkout-tax-note{margin-left:8px;margin-right:8px}
.checkout-summary-card h2{font-size:clamp(27px,2.5vw,36px)}
.checkout-summary-card ul{padding:17px 18px;border-radius:17px;background:#f5f5f7;font-size:13px}
.checkout-price-row strong{color:#1d1d1f;font-size:38px}

@media(max-width:980px){
    .checkout-layout{grid-template-columns:1fr}
    .checkout-summary-card{position:static;grid-row:1}
    .checkout-summary-card{display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:22px;align-items:start}
    .checkout-summary-card .checkout-cover{grid-row:1/8;margin:0}
}
@media(max-width:720px){
    .checkout-shell{width:min(100% - 24px,1320px);padding-top:48px}
    .checkout-trust-strip{width:100%;display:grid;grid-template-columns:1fr;border-radius:20px}
    .checkout-trust-strip span{justify-content:flex-start}
    .checkout-payment-options{grid-template-columns:1fr}
    .checkout-summary-card{display:block}
    .checkout-summary-card .checkout-cover{margin-bottom:20px}
    .checkout-step-card{padding:22px 17px!important;border-radius:20px!important}
    .checkout-step-card legend{font-size:19px}
}
@media(max-width:560px){
    .checkout-two-columns,.checkout-three-columns{grid-template-columns:1fr}
    .checkout-label-line{align-items:flex-start}
    .checkout-form-card{padding:12px;border-radius:24px}
}

/* ================================================================
   LINK LAB 0.18.8 — FOOTER PAGAMENTI + GOOGLE AUTH
   ================================================================ */
.premium-nav-register {
    color: #1d1d1f !important;
    font-weight: 700 !important;
}

.premium-footer-payments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 28px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.premium-footer-payment-card {
    min-height: 210px;
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(240px, 1.25fr);
    align-items: center;
    gap: 24px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 24px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 12px 36px rgba(0,0,0,.04);
}

.premium-footer-payment-card > div {
    display: grid;
    align-content: center;
    gap: 8px;
}

.premium-footer-payment-kicker {
    color: #86868b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.premium-footer-payment-card strong {
    color: #1d1d1f;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.premium-footer-payment-card p {
    margin: 0;
    color: #6e6e73;
    font-size: 11px;
    line-height: 1.55;
}

.premium-footer-payment-card img {
    width: 100%;
    max-height: 130px;
    display: block;
    object-fit: contain;
}

.premium-footer-payment-card-rates img {
    max-height: 150px;
}

.premium-footer-payment-legal {
    grid-column: 1 / -1;
    margin: 0;
    color: #86868b;
    font-size: 10px;
    line-height: 1.55;
}

.premium-footer-payment-legal a {
    color: #424245;
    font-weight: 700;
}

.auth-card-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin: -10px 0 24px;
    padding: 4px;
    border-radius: 14px;
    background: #f1f1f3;
}

.auth-card-tabs a,
.auth-card-tabs span {
    min-height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #6e6e73;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.auth-card-tabs .is-active {
    background: #fff;
    color: #1d1d1f;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.auth-divider {
    position: relative;
    display: grid;
    place-items: center;
    margin: 22px 0;
    color: #86868b;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.auth-divider::before {
    content: "";
    position: absolute;
    inset: 50% 0 auto;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.auth-divider span {
    position: relative;
    padding: 0 12px;
    background: #fff;
}

.google-auth-button {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid #d2d2d7;
    border-radius: 14px;
    background: #fff;
    color: #1d1d1f !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.google-auth-button:hover {
    border-color: #a8a8ad;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transform: translateY(-1px);
}

.google-auth-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.auth-existing-account {
    margin: 18px 0 0 !important;
    color: #6e6e73;
    font-size: 12px !important;
    text-align: center;
}

.auth-existing-account a {
    color: #0066cc;
    font-weight: 750;
}

.google-registration-form {
    display: grid;
    gap: 13px;
    margin-top: 22px;
}

.auth-consent-row {
    grid-template-columns: 19px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 12px 13px !important;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 13px;
    background: #fbfbfd;
    color: #424245 !important;
    font-size: 11px !important;
    line-height: 1.5;
}

.auth-consent-row input {
    width: 17px !important;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #0071e3;
}

.auth-consent-row a {
    color: #0066cc;
    font-weight: 700;
}

.auth-consent-row small {
    color: #86868b;
}

.auth-provider-unavailable {
    display: grid;
    gap: 7px;
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #f0d6a7;
    border-radius: 15px;
    background: #fff8ea;
}

.auth-provider-unavailable strong {
    color: #6f4e00;
}

.auth-provider-unavailable p {
    margin: 0;
    color: #7a6844;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .premium-footer-payments {
        grid-template-columns: 1fr;
    }

    .premium-footer-payment-legal {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .premium-footer-payment-card {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .premium-footer-payment-card img {
        max-height: 110px;
    }
}

/* ========================================================================
   LINK LAB 0.19.0 — CONTACT CENTER, AUTH UX E TITOLI PIÙ EQUILIBRATI
   ======================================================================== */

/* Gerarchia visiva: titoli premium importanti, non cartelloni autostradali. */
.premium-public-page .ll-home-hero h1,
.premium-public-page .ll-health-hero h1,
.premium-public-page .ll-catalogue-hero h1,
.premium-public-page .ll-course-hero h1,
.premium-public-page .ll-faq-hero h1,
.premium-public-page .ll-contact-hero h1,
.premium-public-page .public-login-copy h1,
.premium-public-page .checkout-hero h1,
.premium-public-page .checkout-heading h1,
.premium-public-page .public-page-hero h1,
.premium-public-page .legal-hero h1,
.premium-public-page .privacy-center-hero h1{
    font-size:clamp(48px,6.3vw,84px);line-height:.92;letter-spacing:-.058em
}
.premium-public-page .privacy-center-hero>div{width:min(1240px,100%)}
.premium-public-page .privacy-center-hero h1{max-width:1080px}
.premium-public-page .privacy-center-hero p{max-width:940px;font-size:clamp(18px,1.65vw,23px);line-height:1.5}
.premium-public-page .privacy-center-card h2{font-size:clamp(28px,3.2vw,44px);line-height:.98}
.premium-public-page .ll-faq-contact h2{font-size:clamp(34px,4.2vw,52px)}

/* Centro contatti premium */
.public-contact-page{background:#f5f5f7;color:#171719}
.ll-contact-hero{position:relative;isolation:isolate;width:min(1420px,calc(100% - 32px));min-height:650px;margin:18px auto 0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);align-items:center;gap:50px;overflow:hidden;padding:clamp(55px,7vw,100px);border:1px solid rgba(0,0,0,.08);border-radius:42px;background:radial-gradient(circle at 78% 25%,rgba(92,236,168,.25),transparent 30%),radial-gradient(circle at 88% 70%,rgba(48,127,255,.19),transparent 35%),linear-gradient(135deg,#fff 0%,#f7f8fb 57%,#eef7f2 100%);box-shadow:0 30px 100px rgba(0,0,0,.07)}
.ll-contact-hero::before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to right,transparent,#000 65%)}
.ll-contact-hero-inner{max-width:780px}.ll-contact-hero h1{margin:18px 0 24px}.ll-contact-hero p{max-width:720px;margin:0;color:#5c5c62;font-size:clamp(18px,1.8vw,24px);line-height:1.5}.ll-contact-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:31px}
.ll-contact-signal{position:relative;aspect-ratio:1;display:grid;place-items:center;max-width:470px;width:100%;justify-self:center}.ll-contact-signal-core{position:relative;z-index:3;width:172px;height:172px;display:grid;place-items:center;align-content:center;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(18,25,22,.92);color:#fff;box-shadow:0 28px 60px rgba(6,60,35,.22),inset 0 0 0 8px rgba(255,255,255,.05);backdrop-filter:blur(20px)}.ll-contact-signal-core span{position:absolute;top:25px;right:30px;width:12px;height:12px;border-radius:50%;background:#55e69d;box-shadow:0 0 0 9px rgba(85,230,157,.12)}.ll-contact-signal-core strong{font-size:42px;letter-spacing:-.06em}.ll-contact-signal-core small{font-size:9px;font-weight:800;letter-spacing:.2em}.signal-ring{position:absolute;border:1px solid rgba(8,121,68,.24);border-radius:50%;animation:llSignal 5s ease-in-out infinite}.signal-ring-one{width:240px;height:240px}.signal-ring-two{width:335px;height:335px;animation-delay:.6s}.signal-ring-three{width:430px;height:430px;animation-delay:1.2s}@keyframes llSignal{0%,100%{transform:scale(.96);opacity:.45}50%{transform:scale(1.03);opacity:1}}

.ll-contact-routes,.ll-contact-live,.ll-contact-form-section,.ll-contact-shortcuts{width:min(1240px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.ll-contact-routes{padding:110px 0}.ll-contact-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);gap:36px;align-items:end;margin-bottom:38px}.ll-contact-section-heading .ll-home-eyebrow{grid-column:1/-1}.ll-contact-section-heading h2{margin:0;font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.052em}.ll-contact-section-heading p{margin:0;color:#66666c;font-size:16px;line-height:1.62}
.ll-contact-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ll-contact-route{min-height:310px;display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid #dedee2;border-radius:28px;background:#fff;color:#1d1d1f;text-align:left;cursor:pointer;box-shadow:0 16px 50px rgba(0,0,0,.035);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ll-contact-route:hover{transform:translateY(-6px);border-color:#b9c7bf;box-shadow:0 25px 70px rgba(0,0,0,.08)}.ll-contact-route-index{color:#087944;font-size:11px;font-weight:850;letter-spacing:.1em}.ll-contact-route strong{max-width:270px;margin:38px 0 13px;font-size:30px;line-height:1;letter-spacing:-.045em}.ll-contact-route p{margin:0;color:#66666b;font-size:14px;line-height:1.58}.ll-contact-route i{margin-top:auto;padding-top:28px;color:#087944;font-size:13px;font-style:normal;font-weight:800}

.ll-contact-live{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:50px;align-items:start;padding:72px;border-radius:38px;background:#111614;color:#fff}.ll-contact-live-copy h2{margin:13px 0 18px;font-size:clamp(38px,4.7vw,60px);line-height:.96;letter-spacing:-.055em}.ll-contact-live-copy p{margin:0;color:rgba(255,255,255,.64);line-height:1.65}.ll-contact-live-grid{display:grid;gap:10px}.ll-contact-live-card{min-height:116px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:2px 14px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.065);color:#fff;text-align:left;text-decoration:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.ll-contact-live-card:hover{background:rgba(255,255,255,.11);transform:translateX(3px)}.ll-contact-live-card>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(91,234,161,.13);color:#66e7a8}.ll-contact-live-card strong{font-size:17px}.ll-contact-live-card small{color:rgba(255,255,255,.57);font-size:12px}.ll-contact-live-card i{grid-column:3;grid-row:1/3;color:#6ce8ad;font-size:12px;font-style:normal;font-weight:800}

.ll-contact-form-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(440px,1.28fr);gap:60px;align-items:start;padding:120px 0}.ll-contact-form-intro{position:sticky;top:120px}.ll-contact-form-intro h2{margin:14px 0 19px;font-size:clamp(38px,4.8vw,61px);line-height:.98;letter-spacing:-.052em}.ll-contact-form-intro>p{margin:0;color:#66666c;line-height:1.65}.ll-contact-expectations{display:grid;gap:0;margin-top:32px;border-top:1px solid #d9d9de}.ll-contact-expectations div{display:grid;gap:4px;padding:17px 0;border-bottom:1px solid #d9d9de}.ll-contact-expectations strong{font-size:13px}.ll-contact-expectations span{color:#737378;font-size:12px}
.ll-contact-form-card{padding:clamp(26px,4vw,46px);border:1px solid #dedee2;border-radius:32px;background:#fff;box-shadow:0 24px 85px rgba(0,0,0,.075)}.ll-contact-form-head{display:flex;align-items:center;gap:15px;margin-bottom:27px;padding-bottom:20px;border-bottom:1px solid #e5e5e8}.ll-contact-form-step{display:grid;place-items:center;width:55px;height:55px;border-radius:17px;background:#111614;color:#fff;font-size:10px;font-weight:850}.ll-contact-form-head>div{display:grid;gap:4px}.ll-contact-form-head strong{font-size:19px}.ll-contact-form-head small{color:#77777c;font-size:11px}.ll-contact-form{display:grid;gap:18px}.ll-contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ll-contact-form label{display:grid;gap:8px;color:#343439;font-size:13px;font-weight:750}.ll-contact-form label>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.ll-contact-form label small{color:#8a8a90;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.ll-contact-form input,.ll-contact-form select,.ll-contact-form textarea{width:100%;border:1px solid #d4d4d9;border-radius:15px;background:#fbfbfd;color:#1d1d1f;padding:14px 15px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ll-contact-form input:focus,.ll-contact-form select:focus,.ll-contact-form textarea:focus{border-color:#087944;background:#fff;box-shadow:0 0 0 4px rgba(8,121,68,.1)}.ll-contact-form textarea{resize:vertical;min-height:155px}.ll-contact-privacy-row{grid-template-columns:20px minmax(0,1fr)!important;padding:14px!important;border:1px dashed #cfcfd4!important;border-radius:15px!important;background:#fbfbfd!important}.ll-contact-privacy-row>span{display:block!important;font-size:11px!important;font-weight:600!important;line-height:1.5}.ll-contact-privacy-row input{width:18px;height:18px;padding:0;accent-color:#087944}.ll-contact-submit{width:100%;min-height:56px;margin-top:2px}.ll-contact-unavailable{padding:22px;border-radius:18px;background:#fff5df;color:#6d4b00}.ll-contact-unavailable p{margin:7px 0 0;line-height:1.55}
.ll-contact-success{min-height:470px;display:grid;align-content:center;justify-items:start;gap:13px}.ll-contact-success-mark{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#e5f8ee;color:#087944;font-size:30px;font-weight:900}.ll-contact-success h2{margin:0;font-size:clamp(35px,4.8vw,56px);letter-spacing:-.05em}.ll-contact-success p{margin:0 0 12px;color:#66666c;line-height:1.6}

.ll-contact-shortcuts{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:50px;align-items:end;padding:0 0 120px}.ll-contact-shortcuts h2{margin:13px 0 0;font-size:clamp(34px,4.3vw,54px);line-height:.98;letter-spacing:-.05em}.ll-contact-shortcut-links{display:grid;border-top:1px solid #cfcfd4}.ll-contact-shortcut-links a{display:flex;justify-content:space-between;gap:20px;padding:20px 4px;border-bottom:1px solid #cfcfd4;color:#252529;font-size:16px;font-weight:760;text-decoration:none}.ll-contact-shortcut-links a span{color:#087944}

/* Registrazione e recupero password */
.public-registration-card .auth-registration-next-step{margin-top:2px}.auth-account-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin-top:24px;color:#6e6e73;font-size:12px}.auth-account-links p{margin:0}.auth-account-links a{color:#0066cc;font-weight:780}.password-recovery-card{align-self:center}.password-recovery-success{display:grid;justify-items:start;gap:12px}.password-recovery-success>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#e7f8ef;color:#087944;font-size:25px;font-weight:900}.password-recovery-success.is-error>span{background:#fff0ef;color:#b42318}.password-recovery-success h2{margin:0;font-size:34px}.password-recovery-success p{margin:0 0 8px;color:#66666c;line-height:1.58}

@media(max-width:980px){
    .ll-contact-hero{grid-template-columns:1fr;min-height:0}.ll-contact-signal{max-width:380px}.ll-contact-section-heading,.ll-contact-live,.ll-contact-form-section,.ll-contact-shortcuts{grid-template-columns:1fr}.ll-contact-route-grid{grid-template-columns:1fr}.ll-contact-route{min-height:240px}.ll-contact-live{padding:45px 30px}.ll-contact-form-intro{position:static}.ll-contact-shortcuts{gap:28px}
}
@media(max-width:700px){
    .premium-public-page .ll-home-hero h1,
.premium-public-page .ll-health-hero h1,.premium-public-page .ll-catalogue-hero h1,.premium-public-page .ll-course-hero h1,.premium-public-page .ll-faq-hero h1,.premium-public-page .ll-contact-hero h1,.premium-public-page .public-login-copy h1,.premium-public-page .checkout-hero h1,
.premium-public-page .checkout-heading h1,
.premium-public-page .public-page-hero h1,.premium-public-page .legal-hero h1,.premium-public-page .privacy-center-hero h1{font-size:clamp(42px,13vw,64px)}
    .ll-contact-hero{width:calc(100% - 20px);padding:45px 22px;border-radius:28px}.ll-contact-signal{max-width:285px}.signal-ring-one{width:195px;height:195px}.signal-ring-two{width:250px;height:250px}.signal-ring-three{width:285px;height:285px}.ll-contact-signal-core{width:138px;height:138px}.ll-contact-signal-core strong{font-size:34px}
    .ll-contact-routes,.ll-contact-live,.ll-contact-form-section,.ll-contact-shortcuts{width:calc(100% - 24px)}.ll-contact-routes{padding:78px 0}.ll-contact-section-heading{grid-template-columns:1fr;gap:14px}.ll-contact-route{padding:24px}.ll-contact-live{padding:34px 20px;border-radius:28px}.ll-contact-live-card{grid-template-columns:38px minmax(0,1fr);padding:17px}.ll-contact-live-card i{display:none}.ll-contact-form-section{padding:82px 0;gap:32px}.ll-contact-form-card{padding:24px 17px;border-radius:25px}.ll-contact-field-grid{grid-template-columns:1fr}.ll-contact-shortcuts{padding-bottom:85px}
}

/* 0.19.0 — riduzione coerente dei titoli di sezione già esistenti */
.premium-public-page .ll-health-statement h2,
.premium-public-page .ll-health-newsroom-heading h2,
.premium-public-page .ll-health-final h2,
.premium-public-page .ll-section-intro h2,
.premium-public-page .ll-catalogue-final h2,
.premium-public-page .ll-video-heading h2,
.premium-public-page .ll-immersive-copy h2,
.premium-public-page .ll-course-final h2,
.premium-public-page .ll-story-unified h2,
.premium-public-page .ll-home-reviews-heading h2,
.premium-public-page .ll-course-reviews-summary h2,
.premium-public-page .premium-final h2,
.premium-public-page .lnr-main-story h2,
.premium-public-page .lnr-more h2,
.premium-public-page .nr-archive-cta h2{
    font-size:clamp(34px,4.5vw,58px);line-height:.98;letter-spacing:-.05em
}
.premium-public-page .lnr-latest h1,
.premium-public-page .lnr-archive-heading h1,
.premium-public-page .nr-archive-heading h1,
.premium-public-page .nr-apple-heading h1,
.premium-public-page .lna-header h1,
.premium-public-page .nr-article-header h1{
    font-size:clamp(46px,6vw,78px);line-height:.94;letter-spacing:-.055em
}
