:root {
    --lp-text: #0f172a;
    --lp-muted: #475569;
    --lp-bg: #ffffff;
    --lp-bg-alt: #f8fafc;
    --lp-border: #e2e8f0;
    --lp-accent: #e83a3b;
    --lp-accent-dark: #d12f30;
    --lp-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.lp-page {
    color: var(--lp-text);
    background: var(--lp-bg);
    overflow-x:hidden;
}

body.lp-page{
    overflow-y:auto !important;
}

body.lp-page .main-content{
    height:auto !important;
    overflow:visible !important;
}

.lp-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-section {
    padding: 88px 0;
}

.lp-section-alt {
    background: var(--lp-bg-alt);
}

.lp-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.lp-subtitle {
    font-size: 20px;
    margin: 0 0 10px;
}

.lp-lead {
    color: var(--lp-muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
}

.lp-text {
    color: var(--lp-muted);
    font-size: 16px;
    line-height: 1.9;
}

.lp-list {
    margin: 14px 0 0;
    padding: 0 0 0 1.25em;
    color: var(--lp-text);
}

.lp-list li {
    margin: 8px 0;
    color: var(--lp-text);
}

.problem{
    padding:88px 0;
    background:#f8fafc;
}

.problem .container{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.problem h2{
    font-size:32px;
    line-height:1.25;
    letter-spacing:-0.02em;
    margin:0 0 28px;
}

.problem-lead{
    margin:0 0 24px;
    color:#475569;
    font-size:16px;
    line-height:1.8;
}

.problem-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.problem-card{
    background:#fff;
    padding:40px;
    border:1px solid #eee;
    text-align:center;
    transition:0.3s;
    border-radius:16px;
}

.problem-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.problem-card img{
    max-width:100%;
    height:auto;
    display:inline-block;
    object-fit:contain;
    width:min(180px, 100%);
    max-height:120px;
    margin:0 auto 18px;
}

.problem-text{
    margin:0;
    color:#0f172a;
    font-weight:600;
    font-size:16px;
    line-height:1.6;
    letter-spacing:-0.01em;
}

.empathy{
    position:relative;
    padding:96px 0;
    color:#fff;
    overflow:hidden;
}

.empathy::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("/assets/images/empathy-bg.webp");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    z-index:0;
}

.empathy::after{
    content:"";
    position:absolute;
    inset:0;
    background:transparent;
    z-index:0;
}

.empathy .container{
    position:relative;
    z-index:1;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    text-align:center;
}

.empathy-kicker{
    margin:0 0 10px;
    font-size:14px;
    letter-spacing:0.08em;
    opacity:0.92;
}

.empathy-title{
    margin:0 0 36px;
    font-size:clamp(28px, 3.2vw, 42px);
    line-height:1.2;
    letter-spacing:-0.02em;
}

.empathy-circles{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:34px;
    align-items:start;
}

.empathy-circle{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
}

.empathy-circle-label{
    margin:0;
    font-weight:700;
    font-size:clamp(13px, 1.3vw, 16px);
    line-height:1.35;
    text-shadow:0 10px 22px rgba(0,0,0,0.45);
}

.empathy-circle img{
    width:100%;
    aspect-ratio: 1 / 1;
    height:auto;
    border-radius:999px;
    object-fit:cover;
    overflow:hidden;
    background:transparent;
    box-shadow:0 18px 50px rgba(0,0,0,0.35);
    border:0;
    opacity:0.92;
}


.empathy-reason{
    margin-top:54px;
}

.empathy-reason-title{
    margin:0 0 14px;
    font-size:clamp(20px, 2.2vw, 28px);
    letter-spacing:-0.02em;
}

.empathy-reason-text{
    margin:10px 0 0;
    font-size:clamp(14px, 1.35vw, 16px);
    line-height:1.9;
    opacity:0.92;
}

.strength{
    padding:96px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.strength::before{
    content:"STRENGTH";
    position:absolute;
    top:22px;
    left:50%;
    transform:translateX(-50%);
    font-size:clamp(64px, 10vw, 140px);
    line-height:1;
    letter-spacing:0.14em;
    color:rgba(15, 23, 42, 0.06);
    font-weight:800;
    pointer-events:none;
    user-select:none;
}

.strength .container{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.strength-header{
    position:relative;
    z-index:1;
    max-width:880px;
    margin:0 auto 44px;
    text-align:center;
}

.strength-title{
    font-size:clamp(26px, 3vw, 38px);
    line-height:1.25;
    letter-spacing:-0.02em;
    margin:0 0 18px;
}

.strength-lead{
    color:#334155;
    font-size:clamp(14px, 1.25vw, 16px);
    line-height:1.9;
}

.strength-lead p{
    margin:0 0 10px;
}

.strength-lead ul{
    margin:12px auto 12px;
    padding:0;
    list-style:none;
    display:inline-flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:center;
}

.strength-lead li{
    padding:6px 12px;
    border:1px solid rgba(15, 23, 42, 0.12);
    border-radius:999px;
    background:rgba(15, 23, 42, 0.02);
}

.strength-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    position:relative;
    z-index:1;
}

.strength-card{
    overflow:hidden;
    background:transparent;
    border:none;
    box-shadow:none;
    text-align:left;
}

.strength-card-media{
    background:transparent;
    padding:18px 18px 0;
}

.strength-card-media img{
    display:block;
    width:100%;
    height:190px;
    object-fit:cover;
    filter:grayscale(100%);
    opacity:0.95;
}

.strength-card-body{
    padding:22px 22px 26px;
    margin-top:16px;
    background:transparent;
}

.strength-card-title{
    margin:0 0 10px;
    font-size:16px;
    line-height:1.35;
    letter-spacing:-0.01em;
    color:#0f172a;
    font-weight:700;
}

.strength-card-title::before{
    content:"｜";
    margin-right:6px;
    color:rgba(15, 23, 42, 0.55);
}

.strength-card-text{
    margin:0;
    font-size:14px;
    line-height:1.85;
    color:#334155;
}

.hero{
    height:100vh;
    min-height:100vh;
    position:relative;
    overflow-x:hidden;
    overflow-y:visible;
    display:flex;
    align-items:center;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("/assets/images/FV_最背面画像.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transform:none;
    opacity:1;
    z-index:0;
}

.hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.28) 55%, rgba(0,0,0,0.40) 100%);
    z-index:0;
}

.hero-divider{
    position:absolute;
    left:55%;
    top:0;
    width:3%;
    height:100%;
    background:#000;
    z-index:2;
}

.hero-red{
    position:absolute;
    right:0;
    top:0;
    width:40%;
    height:100%;
    background:linear-gradient(90deg, #540208 0%, #ab0f15 50%, #78070e 100%);
    z-index:1;
}

.hero-content{
    position:absolute;
    z-index:3;
    left:77%;
    top:45%;
    transform:translate(-50%, -50%);
    width:min(720px, 92vw);
    max-width:1000px;
    padding:0 24px;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    color:#fff;
}

.hero-title-vertical{
    font-size:clamp(32px, 4vw, 42px);
    font-weight:700;
    line-height:1.2;
    margin:0 0 10px;
    writing-mode:vertical-rl;
    text-orientation:mixed;
    letter-spacing:0.06em;
}

.hero-numbers{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:16px;
    margin-bottom:22px;
}

.number-box{
    width:clamp(92px, 9vw, 132px);
    height:clamp(92px, 9vw, 132px);
    border-radius:999px;
    border:2px solid rgba(255, 255, 255, 0.92);
    background:rgba(0, 0, 0, 0.22);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:14px;
    backdrop-filter:blur(6px);
}

.number-text{
    font-weight:700;
    font-size:clamp(12px, 1.2vw, 14px);
    line-height:1.4;
    letter-spacing:0.01em;
    white-space:normal;
}

.number-box img{
    height:60px;
}

.hero-subcopy{
    margin:0 0 16px;
    font-size:clamp(14px, 1.25vw, 17px);
    line-height:1.7;
    color:rgba(255,255,255,0.9);
}

.cta-btn{
    background:#fff;
    color:#111;
    padding:16px 36px;
    font-weight:600;
    text-decoration:none;
    border-radius:40px;
    display:inline-block;
}

.cta-btn:hover{
    filter:brightness(0.96);
}

@media screen and (min-width: 1800px) {
    .hero-content{
        left:68%;
        width:min(820px, 92vw);
    }

    .hero-title-vertical{
        font-size:clamp(44px, 3.4vw, 64px);
        margin-bottom:40px;
    }

    .hero-numbers{
        gap:20px;
        margin-bottom:26px;
    }

    .number-box{
        width:clamp(110px, 7.5vw, 150px);
        height:clamp(110px, 7.5vw, 150px);
    }

    .hero-subcopy{
        font-size:clamp(15px, 1.0vw, 18px);
        margin-bottom:30px;
    }

    .cta-btn{
        padding:18px 44px;
    }
}

@media screen and (max-width: 720px) {
    .hero{
        height:auto;
        min-height:100svh;
        padding:72px 0;
    }

    .problem{
        padding:64px 0;
    }

    .problem-grid{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .problem-card{
        padding:22px;
    }

    .problem-card img{
        width:min(140px, 100%);
        max-height:96px;
        margin:0 auto 14px;
    }

    .empathy{
        padding:72px 0;
    }

    .empathy::before{
        background-attachment:scroll;
    }

    .empathy-title{
        margin-bottom:26px;
    }

    .empathy-circles{
        grid-template-columns:repeat(2, 1fr);
        gap:18px;
    }

    .empathy-reason{
        margin-top:34px;
    }

    .strength{
        padding:72px 0;
    }

    .strength::before{
        top:14px;
    }

    .strength-header{
        margin-bottom:28px;
    }

    .strength-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .strength-card{
        box-shadow:0 8px 18px rgba(15, 23, 42, 0.05);
    }

    .strength-card-media img{
        height:150px;
    }

    .strength-card-body{
        padding:20px 18px 22px;
    }

    .strength-card-media{
        padding:14px 14px 0;
    }

    .hero::before{
        position:absolute;
        width:100%;
        height:100%;
        background-position:30% center;
    }

    .hero-divider,
    .hero-red{
        display:none;
    }

    .hero-content{
        position:relative;
        right:auto;
        top:auto;
        bottom:auto;
        left:auto;
        transform:none;
        width:min(560px, 92vw);
        height:auto;
        padding:0 10px;
        max-width:560px;
        margin:clamp(88px, 22vh, 120px) auto 0;
        align-items:center;
        text-align:center;
    }

    .hero-title-vertical{
        font-size:clamp(28px, 7vw, 36px);
        margin-bottom:24px;
        writing-mode:horizontal-tb;
    }

    .hero-numbers{
        width:100%;
        justify-content:center;
        flex-wrap:wrap;
        gap:10px;
        margin-bottom:16px;
    }

    .number-box{
        width:clamp(78px, 22vw, 96px);
        height:clamp(78px, 22vw, 96px);
        padding:10px;
    }

    .number-text{
        font-size:clamp(11px, 3.1vw, 12px);
        line-height:1.35;
    }

    .number-text{
        white-space:normal;
    }

    .lp-hero .lp-container {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .case-grid {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .results-row {
        grid-template-columns: 1fr;
    }
}

.lp-hero {
    padding: 110px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
}

.lp-hero .lp-title,
.lp-hero .hero-title {
    color: #ffffff;
}

.lp-hero .lp-lead,
.lp-hero .hero-note {
    color: rgba(255, 255, 255, 0.82);
}

.lp-hero .lp-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: center;
}

.hero-title {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: -0.03em;
}

.hero-subcopy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.hero-note {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.9;
}

.hero-cta {
    margin-top: 26px;
}

.hero-visual {
    width: 100%;
    min-height: 260px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-button {
    appearance: none;
    border: none;
    background: var(--lp-accent);
    color: #ffffff;
    font-weight: 700;
    padding: 14px 22px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(232, 58, 59, 0.26);
}

.cta-button:hover {
    background: var(--lp-accent-dark);
}

.cta-button-lg {
    padding: 16px 26px;
    font-size: 16px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 26px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--lp-shadow);
}

.feature-title {
    margin: 0 0 8px;
    font-size: 18px;
}

.feature-desc {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.8;
}

.results-block {
    margin-top: 26px;
}

#results .lp-title,
#results .lp-subtitle {
    text-align: center;
}

#results .lp-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.results-slider {
    margin-top: 14px;
    overflow: hidden;
    border-radius: 14px;
}

.results-track {
    display: flex;
    align-items: stretch;
    animation: results-marquee 22s linear infinite;
}

.results-seq {
    flex: 0 0 100%;
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding-right: 16px;
}

.results-card {
    flex: 0 0 clamp(280px, 32vw, 420px);
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    aspect-ratio: auto;
    display: block;
    padding: 0;
}

.results-card img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes results-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .results-track {
        animation: none;
    }
}

@media screen and (max-width: 720px) {
    .results-card {
        flex-basis: clamp(240px, 82vw, 340px);
        padding: 0;
    }

    .case-content {
        grid-template-columns: 1fr;
    }
}

.results-table {
    margin-top: 14px;
    border: 1px solid var(--lp-border);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.results-row {
    display: grid;
    grid-template-columns: 1fr 220px;
}

.results-row + .results-row {
    border-top: 1px solid var(--lp-border);
}

.results-head {
    background: #0f172a;
    color: #ffffff;
}

.results-cell {
    padding: 12px 14px;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 14px;
}

.case-card {
    background: #ffffff;
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--lp-shadow);
}

.case-content {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 16px;
    margin-top: 12px;
    align-items: start;
}

.case-media {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
}

.case-media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.case-body {
    min-width: 0;
}

.case-title {
    margin: 0 0 10px;
}

.flow {
    margin-top: 24px;
    --flow-step-gap: 28px;
    display: grid;
    gap: var(--flow-step-gap);
}

#mechanism .flow {
    max-width: 600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

#mechanism .flow-step-body {
    text-align: left;
}

#mechanism .lp-title,
#mechanism .lp-lead,
#mechanism > .lp-container > div:last-child {
    text-align: center;
}

#mechanism .lp-lead {
    margin-left: auto;
    margin-right: auto;
}

.flow-step {
    position: relative;
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 22px;
    align-items: start;
}

.flow-step-emphasis {
    --flow-accent: var(--lp-accent);
}

.flow-step-marker {
    position: relative;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    border: none;
    display: grid;
    place-items: center;
    color: var(--lp-accent);
    background: rgba(232, 58, 59, 0.10);
}

.flow-step-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 2px;
    height: var(--flow-step-gap);
    background: rgba(15, 23, 42, 0.18);
}

.flow-step:last-child .flow-step-marker::after {
    display: none;
}

.flow-step-marker-label {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    
}

.flow-step-marker-num {
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    margin-top: -30px;
}

.flow-step-body {
    padding-top: 2px;
}

.flow-step-title {
    font-weight: 800;
    margin: 0 0 6px;
    font-size: 20px;
}

.flow-step-desc {
    color: var(--lp-muted);
    line-height: 1.65;
    font-size: 14px;
}

@media screen and (max-width: 720px) {
    .flow {
        --flow-step-gap: 22px;
    }

    .flow-step {
        grid-template-columns: 88px 1fr;
        gap: 16px;
    }

    .flow-step-marker {
        width: 72px;
        height: 72px;
    }

    .flow-step-marker-num {
        font-size: 22px;
    }
}

#mechanism > .lp-container > div:last-child {
    margin-top: 22px;
}

#mechanism > .lp-container > div:last-child p {
    margin: 0;
}

#service {
    position: relative;
    overflow: hidden;
}

#service::before {
    content: "SERVICE";
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(64px, 10vw, 140px);
    line-height: 1;
    letter-spacing: 0.14em;
    color: rgba(15, 23, 42, 0.06);
    font-weight: 800;
    pointer-events: none;
    user-select: none;
}

#service .lp-container {
    position: relative;
    z-index: 1;
}

#service .strength-title {
    text-align: center;
}

#service #pricing {
    margin-top: 44px;
}

#service #pricing .lp-subtitle {
    text-align: center;
}

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

.service-card {
    border: none;
    border-radius: 0;
    padding: 18px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.service-title {
    margin: 0;
    font-size: 18px;
}

.service-icon {
    width: 86px;
    height: 86px;
    object-fit: contain;
    display: block;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 18px;
}

.pricing-card {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 14px;
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.pricing-card-emphasis {
    border-color: rgba(232, 58, 59, 0.6);
}

.pricing-title {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.pricing-price {
    margin: 14px 0 0;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: #0f172a;
}

#service #pricing .pricing-card {
    display: flex;
    flex-direction: column;
}

#service #pricing .pricing-card .lp-list {
    margin-top: 10px;
}

#service #pricing .pricing-card .lp-list li {
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.70);
}

#service #pricing .pricing-card .pricing-price {
    margin-top: auto;
    padding-top: 14px;
}

#service #pricing .pricing-card .price-main {
    font-size: 22px;
    font-weight: 950;
}

#service #pricing .pricing-card .price-main::before {
    content: "¥";
    font-size: 14px;
    font-weight: 900;
    margin-right: 4px;
    vertical-align: baseline;
    color: rgba(15, 23, 42, 0.75);
}

#service #pricing .pricing-card .price-note {
    font-size: 12px;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.60);
    margin-left: 6px;
}

@media screen and (max-width: 720px) {
    #results .results-slider {
        border-radius: 12px;
    }

    #results .results-seq {
        gap: 12px;
        padding-right: 12px;
    }

    #results .case-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #results .case-card {
        padding: 16px;
    }

    #results .case-content {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    #results .case-media {
        border-radius: 12px;
    }

    #service .service-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    #service .service-card {
        padding: 14px;
        gap: 10px;
    }

    #service .service-icon {
        width: 64px;
        height: 64px;
    }

    #service #pricing .pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #service #pricing .pricing-card {
        padding: 18px;
    }
}

.lp-cta {
    background: #0f172a;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.lp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/empathy-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.lp-cta .lp-container {
    text-align: center;
    position: relative;
    z-index: 1;
}

.lp-cta .lp-lead {
    color: rgba(255, 255, 255, 0.82);
}

.cta-bonus {
    margin: 18px 0;
    display: block;
    width: min(560px, 100%);
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    overflow: hidden;
}

.cta-bonus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--lp-accent);
}

.cta-bonus-inner {
    padding: 14px 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.lp-cta .cta-button {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 720px) {
    .lp-cta::before {
        background-attachment: scroll;
    }
}
