.yy-coldlaser-page {
    --laser-black: #111111;
    --laser-ink: #1b1a1c;
    --laser-copy: #5e5a5d;
    --laser-line: #ddd8da;
    --laser-blush: #f3e8e9;
    --laser-ice: #dcebed;
    --laser-soft: #f7f7f6;
    --laser-accent: #934c60;
    background: #fff;
    color: var(--laser-ink);
}

.yy-coldlaser-page * {
    box-sizing: border-box;
}

.yy-coldlaser-page main {
    overflow: hidden;
}

.yy-coldlaser-shell {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}

.yy-coldlaser-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: var(--laser-blush);
}

.yy-coldlaser-hero-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43%;
    background: #d8d8d8;
}

.yy-coldlaser-hero-inner {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
}

.yy-coldlaser-hero-copy {
    position: relative;
    z-index: 2;
    width: min(610px, 54%);
    padding: 80px 0 100px;
}

.yy-coldlaser-eyebrow,
.yy-coldlaser-kicker {
    margin: 0 0 18px;
    color: var(--laser-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.yy-coldlaser-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--laser-ink);
    font-family: var(--heading-font, Arial, sans-serif);
    font-size: 52px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: 0;
}

.yy-coldlaser-lead {
    max-width: 590px;
    margin: 26px 0 0;
    color: #4d484b;
    font-size: 18px;
    line-height: 1.72;
}

.yy-coldlaser-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.yy-coldlaser-button {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.yy-coldlaser-button-dark {
    background: var(--laser-black);
    color: #fff !important;
}

.yy-coldlaser-button-dark:hover {
    background: var(--laser-accent);
}

.yy-coldlaser-button-line {
    border-color: #92878b;
    background: transparent;
    color: var(--laser-ink) !important;
}

.yy-coldlaser-button-line:hover {
    border-color: var(--laser-black);
    background: #fff;
}

.yy-coldlaser-brand-note {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #696065;
    font-size: 12px;
}

.yy-coldlaser-brand-note strong {
    padding-right: 14px;
    border-right: 1px solid #bcaeb2;
    color: var(--laser-black);
    font-size: 22px;
    font-weight: 800;
}

.yy-coldlaser-hero-device {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: min(620px, 43vw);
    height: auto;
    object-fit: contain;
    filter: none;
}

.yy-coldlaser-trust {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--laser-line);
    background: #fff;
}

.yy-coldlaser-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yy-coldlaser-trust-grid > div {
    min-height: 120px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: 1px solid var(--laser-line);
}

.yy-coldlaser-trust-grid > div:first-child {
    border-left: 1px solid var(--laser-line);
}

.yy-coldlaser-trust-grid span {
    color: var(--laser-accent);
    font-size: 12px;
    font-weight: 800;
}

.yy-coldlaser-trust-grid p {
    margin: 0;
    color: #777074;
    font-size: 12px;
    line-height: 1.5;
}

.yy-coldlaser-trust-grid strong {
    display: block;
    margin-bottom: 3px;
    color: var(--laser-ink);
    font-size: 14px;
}

.yy-coldlaser-band {
    padding: 108px 0;
}

.yy-coldlaser-band-soft {
    background: var(--laser-soft);
}

.yy-coldlaser-band-dark {
    background: var(--laser-black);
    color: #fff;
}

.yy-coldlaser-split,
.yy-coldlaser-comfort-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .74fr);
    gap: 88px;
    align-items: center;
}

.yy-coldlaser-copy h2,
.yy-coldlaser-section-head h2,
.yy-coldlaser-process h2,
.yy-coldlaser-safety h2,
.yy-coldlaser-faq h2,
.yy-coldlaser-final h2 {
    margin: 0 0 24px;
    color: var(--laser-ink);
    font-family: var(--heading-font, Arial, sans-serif);
    font-size: 43px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0;
}

.yy-coldlaser-copy > p,
.yy-coldlaser-section-head > p:last-child,
.yy-coldlaser-safety p,
.yy-coldlaser-faq header > p:last-child {
    color: var(--laser-copy);
    font-size: 16px;
    line-height: 1.85;
}

.yy-coldlaser-callout {
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 3px solid var(--laser-accent);
    background: var(--laser-blush);
    color: #4e494c;
    font-size: 14px;
    line-height: 1.7;
}

.yy-coldlaser-device-figure,
.yy-coldlaser-comfort figure {
    margin: 0;
    position: relative;
    background: var(--laser-ice);
}

.yy-coldlaser-device-figure img,
.yy-coldlaser-comfort figure img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.yy-coldlaser-device-figure figcaption {
    padding: 15px 18px;
    border-top: 1px solid rgba(17, 17, 17, .12);
    color: #676164;
    font-size: 12px;
    line-height: 1.6;
}

.yy-coldlaser-section-head {
    max-width: 800px;
    margin: 0 auto 54px;
    text-align: center;
}

.yy-coldlaser-section-head-left {
    margin-left: 0;
    text-align: left;
}

.yy-coldlaser-region-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.yy-coldlaser-region-grid article {
    min-height: 270px;
    padding: 30px 26px;
    border: 1px solid var(--laser-line);
    border-radius: 4px;
    background: #fff;
}

.yy-coldlaser-region-grid span {
    color: var(--laser-accent);
    font-size: 27px;
    font-weight: 300;
}

.yy-coldlaser-region-grid h3 {
    margin: 42px 0 14px;
    color: var(--laser-ink);
    font-size: 20px;
    line-height: 1.3;
}

.yy-coldlaser-region-grid p {
    margin: 0;
    color: var(--laser-copy);
    font-size: 14px;
    line-height: 1.7;
}

.yy-coldlaser-process-layout {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 94px;
    align-items: start;
}

.yy-coldlaser-process header {
    position: sticky;
    top: 32px;
}

.yy-coldlaser-process h2,
.yy-coldlaser-process header > p:last-child {
    color: #fff;
}

.yy-coldlaser-process header > p:last-child {
    max-width: 460px;
    font-size: 15px;
    line-height: 1.8;
    opacity: .72;
}

.yy-coldlaser-process .yy-coldlaser-kicker,
.yy-coldlaser-final .yy-coldlaser-kicker {
    color: #d3a5b2;
}

.yy-coldlaser-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yy-coldlaser-process-list li {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.yy-coldlaser-process-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.yy-coldlaser-process-list > li > span {
    color: #d3a5b2;
    font-size: 13px;
    font-weight: 800;
}

.yy-coldlaser-process-list h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
}

.yy-coldlaser-process-list p {
    margin: 0;
    color: #bcb7b9;
    font-size: 14px;
    line-height: 1.7;
}

.yy-coldlaser-comfort-grid {
    grid-template-columns: minmax(380px, .76fr) minmax(0, 1fr);
}

.yy-coldlaser-comfort figure {
    background: var(--laser-blush);
}

.yy-coldlaser-check-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.yy-coldlaser-check-list li {
    padding: 13px 0;
    display: flex;
    gap: 12px;
    border-bottom: 1px solid var(--laser-line);
    color: #403c3e;
    font-size: 14px;
}

.yy-coldlaser-check-list i {
    margin-top: 3px;
    color: var(--laser-accent);
}

.yy-coldlaser-small-note {
    margin-top: 22px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

.yy-coldlaser-prep-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--laser-line);
}

.yy-coldlaser-prep-grid article {
    min-height: 390px;
    padding: 42px;
    background: #fff;
}

.yy-coldlaser-prep-grid article + article {
    border-left: 1px solid var(--laser-line);
}

.yy-coldlaser-prep-grid .yy-coldlaser-prep-dark {
    background: var(--laser-black);
    color: #fff;
}

.yy-coldlaser-prep-label {
    margin: 0 0 12px;
    color: var(--laser-accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.yy-coldlaser-prep-dark .yy-coldlaser-prep-label {
    color: #d3a5b2;
}

.yy-coldlaser-prep-grid h3 {
    margin: 0 0 28px;
    color: var(--laser-ink);
    font-size: 25px;
    line-height: 1.3;
}

.yy-coldlaser-prep-dark h3 {
    color: #fff;
}

.yy-coldlaser-prep-grid ul {
    margin: 0;
    padding-left: 20px;
}

.yy-coldlaser-prep-grid li {
    margin: 0 0 15px;
    color: var(--laser-copy);
    font-size: 14px;
    line-height: 1.7;
}

.yy-coldlaser-prep-dark li {
    color: #c6c1c3;
}

.yy-coldlaser-safety-layout {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 100px;
    align-items: start;
}

.yy-coldlaser-safety p:first-child {
    margin-top: 0;
}

.yy-coldlaser-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 88px;
    align-items: start;
}

.yy-coldlaser-faq header {
    position: sticky;
    top: 32px;
}

.yy-coldlaser-faq-list details {
    border-top: 1px solid var(--laser-line);
}

.yy-coldlaser-faq-list details:last-child {
    border-bottom: 1px solid var(--laser-line);
}

.yy-coldlaser-faq-list summary {
    min-height: 74px;
    padding: 18px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--laser-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.yy-coldlaser-faq-list summary::-webkit-details-marker {
    display: none;
}

.yy-coldlaser-faq-list summary i {
    flex: 0 0 auto;
    color: var(--laser-accent);
    transition: transform .2s ease;
}

.yy-coldlaser-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.yy-coldlaser-faq-list details p {
    margin: 0;
    padding: 0 44px 24px 6px;
    color: var(--laser-copy);
    font-size: 14px;
    line-height: 1.75;
}

.yy-coldlaser-final {
    padding: 108px 0;
    background: var(--laser-accent);
    color: #fff;
    text-align: center;
}

.yy-coldlaser-final-inner {
    max-width: 920px;
}

.yy-coldlaser-final h2 {
    color: #fff;
    font-size: 48px;
}

.yy-coldlaser-final-inner > p:not(.yy-coldlaser-kicker) {
    max-width: 720px;
    margin: 0 auto;
    color: #f3e7ea;
    font-size: 16px;
    line-height: 1.8;
}

.yy-coldlaser-actions-center {
    justify-content: center;
}

.yy-coldlaser-button-light {
    background: #fff;
    color: var(--laser-black) !important;
}

.yy-coldlaser-button-light:hover {
    background: var(--laser-black);
    color: #fff !important;
}

.yy-coldlaser-text-link {
    min-height: 52px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

.yy-coldlaser-mobile-cta {
    display: none;
}

@media (max-width: 1100px) {
    .yy-coldlaser-shell {
        width: min(100% - 40px, 1060px);
    }

    .yy-coldlaser-hero h1 {
        font-size: 50px;
    }

    .yy-coldlaser-hero-device {
        right: 0;
        width: 45vw;
    }

    .yy-coldlaser-split,
    .yy-coldlaser-comfort-grid {
        gap: 54px;
    }

    .yy-coldlaser-region-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .yy-coldlaser-page {
        padding-bottom: 64px;
    }

    .yy-coldlaser-page .yy-global-social-rail {
        display: none !important;
    }

    .yy-coldlaser-shell {
        width: calc(100% - 32px);
    }

    .yy-coldlaser-hero,
    .yy-coldlaser-hero-inner {
        min-height: 790px;
    }

    .yy-coldlaser-hero-panel {
        top: auto;
        width: 100%;
        height: 340px;
    }

    .yy-coldlaser-hero-inner {
        align-items: flex-start;
    }

    .yy-coldlaser-hero-copy {
        width: 100%;
        padding: 48px 0 370px;
    }

    .yy-coldlaser-hero h1 {
        font-size: 37px;
        line-height: 1.08;
    }

    .yy-coldlaser-lead {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.65;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .yy-coldlaser-actions {
        margin-top: 26px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 8px;
    }

    .yy-coldlaser-button {
        min-height: 50px;
        width: 100%;
        min-width: 0;
        padding: 0 8px;
        font-size: 11px;
    }

    .yy-coldlaser-brand-note {
        margin-top: 24px;
    }

    .yy-coldlaser-hero-device {
        right: 50%;
        bottom: 0;
        width: 340px;
        max-height: 340px;
        transform: translateX(50%);
    }

    .yy-coldlaser-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yy-coldlaser-trust-grid > div {
        min-height: 112px;
        padding: 20px 15px;
        border-bottom: 1px solid var(--laser-line);
    }

    .yy-coldlaser-trust-grid > div:nth-child(odd) {
        border-left: 1px solid var(--laser-line);
    }

    .yy-coldlaser-band,
    .yy-coldlaser-final {
        padding: 72px 0;
    }

    .yy-coldlaser-split,
    .yy-coldlaser-comfort-grid,
    .yy-coldlaser-process-layout,
    .yy-coldlaser-safety-layout,
    .yy-coldlaser-faq-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .yy-coldlaser-copy h2,
    .yy-coldlaser-section-head h2,
    .yy-coldlaser-process h2,
    .yy-coldlaser-safety h2,
    .yy-coldlaser-faq h2,
    .yy-coldlaser-final h2 {
        font-size: 33px;
        line-height: 1.18;
    }

    .yy-coldlaser-device-figure img,
    .yy-coldlaser-comfort figure img {
        height: 470px;
    }

    .yy-coldlaser-region-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .yy-coldlaser-region-grid article {
        min-height: auto;
        padding: 24px 22px;
    }

    .yy-coldlaser-region-grid h3 {
        margin-top: 22px;
    }

    .yy-coldlaser-process header,
    .yy-coldlaser-faq header {
        position: static;
    }

    .yy-coldlaser-prep-grid {
        grid-template-columns: 1fr;
    }

    .yy-coldlaser-prep-grid article {
        min-height: auto;
        padding: 30px 24px;
    }

    .yy-coldlaser-prep-grid article + article {
        border-top: 1px solid var(--laser-line);
        border-left: 0;
    }

    .yy-coldlaser-final-inner > p:not(.yy-coldlaser-kicker) {
        font-size: 14px;
    }

    .yy-coldlaser-mobile-cta {
        position: fixed;
        z-index: 9998;
        right: 0;
        bottom: 0;
        left: 0;
        height: 64px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid #2b2b2b;
        background: var(--laser-black);
        box-shadow: 0 -8px 24px rgba(0, 0, 0, .15);
    }

    .yy-coldlaser-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        color: #fff !important;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none !important;
    }

    .yy-coldlaser-mobile-cta a + a {
        border-left: 1px solid #363636;
        background: #168a4b;
    }
}

@media (max-width: 390px) {
    .yy-coldlaser-hero h1 {
        font-size: 35px;
    }

    .yy-coldlaser-button {
        flex-basis: 100%;
    }

    .yy-coldlaser-brand-note span {
        max-width: 160px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yy-coldlaser-page *,
    .yy-coldlaser-page *::before,
    .yy-coldlaser-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
