/* CCコネクト 法人販売・法人買取LP 共通デザイン */
body.clp-body {
    margin: 0;
    background: #f8fafc;
    color: #1e293b;
}
body.clp-body .header {
    transform: translateX(-50%);
    opacity: 1;
    pointer-events: auto;
    transition: transform .28s ease, opacity .22s ease;
}
body.clp-body.clp-header-visible .header {
    transform: translateX(-50%);
    opacity: 1;
    pointer-events: auto;
}
.clp-page {
    --clp-brand: #2c4f8d;
    --clp-brand-deep: #23406f;
    --clp-brand-dark: #102b58;
    --clp-accent: #bf0101;
    --clp-accent-deep: #a50101;
    --clp-bg: #f8fafc;
    --clp-ink: #1e293b;
    --clp-sub: #5a6675;
    --clp-line: #e3e9f2;
    --clp-blue-pale: #e8effa;
    --clp-red-pale: #fdecec;
    --clp-radius: 18px;
    --clp-shadow: 0 5px 20px rgba(20, 40, 75, .08);
    --clp-shadow-lift: 0 18px 42px rgba(20, 40, 75, .15);
    min-height: 100vh;
    overflow-x: clip;
    background:
        radial-gradient(42% 20% at 3% 2%, rgba(44, 79, 141, .08), transparent 70%),
        var(--clp-bg);
    color: var(--clp-ink);
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.clp-page *, .clp-page *::before, .clp-page *::after { box-sizing: border-box; }
.clp-page a { color: inherit; text-decoration: none; }
.clp-page img { max-width: 100%; }
.clp-wrap { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.clp-icon { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.clp-icon-sm { width: 20px; height: 20px; }
.clp-icon-lg { width: 32px; height: 32px; }

/* ヒーロー中だけ表示するメニュー */
.clp-hero-menu {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 8002;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    color: var(--clp-ink);
    box-shadow: 0 9px 28px rgba(20, 40, 75, .18);
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.clp-hero-menu:hover { transform: translateY(-2px); box-shadow: var(--clp-shadow-lift); }
.clp-header-visible .clp-hero-menu { opacity: 0; pointer-events: none; transform: translateY(-10px); }
.clp-hero-menu-panel {
    position: fixed;
    top: 84px;
    right: 24px;
    z-index: 8001;
    width: 268px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 52px rgba(20, 40, 75, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(.98);
    transition: opacity .2s ease, transform .2s ease;
}
.clp-hero-menu-panel.is-open { opacity: 1; pointer-events: auto; transform: none; }
.clp-hero-menu-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 10px 13px;
    border-radius: 11px;
    font-size: 13.5px;
    font-weight: 700;
}
.clp-hero-menu-panel a:hover { background: #eef3fa; }
.clp-hero-menu-panel .clp-menu-cta { margin-top: 7px; background: var(--clp-brand); color: #fff; justify-content: center; }

/* ヒーロー */
.clp-hero { position: relative; padding: 82px 0 38px; }
.clp-hero-stage { position: relative; }
.clp-hero-frame {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--clp-brand-dark);
    box-shadow: 0 26px 64px -28px rgba(20, 40, 75, .5);
}
.clp-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.clp-hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 23, 48, .91) 0%, rgba(8, 23, 48, .74) 39%, rgba(8, 23, 48, .18) 72%, rgba(8, 23, 48, .08) 100%);
}
.clp-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 540px;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    padding: 66px 72px;
    color: #fff;
}
.clp-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.clp-hero-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 999px; background: var(--clp-accent); }
.clp-hero h1 { margin: 0; max-width: 650px; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.32; letter-spacing: .01em; font-weight: 800; text-wrap: balance; text-shadow: 0 3px 20px rgba(5, 18, 38, .5); }
.clp-hero-lead { margin: 19px 0 0; max-width: 610px; font-size: 16px; line-height: 1.85; color: rgba(255, 255, 255, .92); font-weight: 500; text-shadow: 0 2px 12px rgba(5, 18, 38, .5); }
.clp-hero-actions, .clp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.clp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 30px;
    border: 1.5px solid transparent;
    border-radius: 999px;
    font-size: 14.5px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.clp-btn:hover { transform: translateY(-2px); }
.clp-btn-primary { background: linear-gradient(180deg, var(--clp-accent), var(--clp-accent-deep)); color: #fff !important; box-shadow: 0 8px 21px rgba(191, 1, 1, .3); }
.clp-btn-primary:hover { box-shadow: 0 13px 28px rgba(191, 1, 1, .38); }
.clp-btn-secondary { background: #fff; color: var(--clp-brand-deep) !important; box-shadow: 0 6px 18px rgba(10, 25, 50, .19); }
.clp-btn-outline { border-color: #bdcae0; background: #fff; color: var(--clp-brand-deep) !important; }
.clp-btn .clp-icon { width: 18px; height: 18px; }
.clp-bubble {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 8px 16px;
    border: 1px solid rgba(219, 227, 239, .95);
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    color: var(--clp-brand-deep);
    box-shadow: 0 9px 26px rgba(20, 40, 75, .16);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    animation: clp-pop .6s cubic-bezier(.34, 1.4, .5, 1) both;
}
.clp-bubble-1 { left: -34px; top: 72px; animation-delay: .18s; }
.clp-bubble-2 { left: -58px; top: 154px; animation-delay: .32s; }
.clp-bubble-3 { right: -34px; top: 90px; animation-delay: .46s; }
.clp-bubble-4 { right: -50px; top: 176px; animation-delay: .6s; }
@keyframes clp-pop { from { opacity: 0; transform: translateY(12px) scale(.9); } to { opacity: 1; transform: none; } }

/* 白いシートとセクション */
.clp-sheet {
    position: relative;
    z-index: 2;
    margin-top: -10px;
    padding-top: 10px;
    border-radius: 30px 30px 0 0;
    background: #fff;
    box-shadow: 0 -18px 50px rgba(20, 40, 75, .11);
}
.clp-section { padding: 80px 0 0; }
.clp-section-compact { padding-top: 58px; }
.clp-section-head { margin-bottom: 34px; text-align: center; }
.clp-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 6px; color: var(--clp-brand); font-family: 'Rubik', 'Noto Sans JP', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.clp-kicker::before { content: ""; width: 20px; height: 2px; background: var(--clp-accent); border-radius: 999px; }
.clp-h2 { margin: 0; color: var(--clp-brand-dark); font-size: clamp(25px, 3vw, 34px); line-height: 1.45; font-weight: 800; letter-spacing: .01em; text-wrap: balance; }
.clp-lead { max-width: 780px; margin: 12px auto 0; color: var(--clp-sub); font-size: 14.5px; }
.clp-note { margin: 12px 0 0; color: var(--clp-sub); font-size: 11.5px; }

.clp-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.clp-proof {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px 20px;
    border: 1px solid var(--clp-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--clp-shadow);
}
.clp-proof-icon, .clp-card-icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--clp-blue-pale);
    color: var(--clp-brand);
}
.clp-proof strong { display: block; color: var(--clp-brand-dark); font-size: 13.5px; line-height: 1.55; }
.clp-proof span { display: block; margin-top: 3px; color: var(--clp-sub); font-size: 11.5px; }

.clp-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.clp-problem {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 88px;
    padding: 18px 20px;
    border: 1px solid var(--clp-line);
    border-radius: 14px;
    background: #fff;
    color: var(--clp-brand-dark);
    box-shadow: 0 3px 12px rgba(20, 40, 75, .05);
    font-size: 13.5px;
    font-weight: 700;
}
.clp-problem .clp-icon { flex: none; color: var(--clp-brand); }

.clp-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.clp-feature {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--clp-line);
    border-radius: var(--clp-radius);
    background: #fff;
    box-shadow: var(--clp-shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}
.clp-feature:hover, .clp-scene:hover { transform: translateY(-3px); box-shadow: var(--clp-shadow-lift); }
.clp-feature img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.clp-feature-body { padding: 20px 21px 22px; }
.clp-feature-num { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--clp-accent); color: #fff; font-family: 'Rubik', sans-serif; font-size: 11px; font-weight: 700; }
.clp-feature h3 { margin: 0; color: var(--clp-brand-dark); font-size: 16px; line-height: 1.55; font-weight: 800; }
.clp-feature p { margin: 8px 0 0; color: var(--clp-sub); font-size: 12.5px; }
.clp-feature-text-only { padding: 25px; min-height: 190px; }
.clp-feature-text-only .clp-card-icon { margin-bottom: 18px; }

.clp-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.clp-category {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 18px 10px;
    border: 1px solid var(--clp-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(20, 40, 75, .05);
    color: var(--clp-brand);
}
.clp-category .clp-icon { width: 40px; height: 40px; }
.clp-category strong { color: var(--clp-brand-dark); font-size: 13px; text-align: center; }

.clp-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.clp-scene {
    overflow: hidden;
    border: 1px solid var(--clp-line);
    border-radius: var(--clp-radius);
    background: #fff;
    box-shadow: var(--clp-shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}
.clp-scene img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.clp-scene-body { padding: 18px 20px 20px; }
.clp-scene h3 { margin: 0; color: var(--clp-brand-dark); font-size: 15.5px; font-weight: 800; }
.clp-scene p { margin: 7px 0 0; color: var(--clp-sub); font-size: 12.5px; }

/* 濃紺の品質・データ消去セクション */
.clp-dark {
    margin-top: 82px;
    padding: 72px 0;
    background:
        radial-gradient(50% 80% at 100% 0%, rgba(68, 119, 197, .22), transparent 70%),
        linear-gradient(135deg, #0d2e62 0%, #154484 100%);
    color: #fff;
}
.clp-dark .clp-section-head { margin-bottom: 38px; }
.clp-dark .clp-kicker, .clp-dark .clp-h2 { color: #fff; }
.clp-dark .clp-lead { color: rgba(255, 255, 255, .82); }
.clp-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.clp-process {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
}
.clp-process img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.clp-process-body { padding: 17px 17px 19px; }
.clp-process-num { color: #8fb5f2; font-family: 'Rubik', sans-serif; font-size: 11px; font-weight: 700; }
.clp-process h3 { margin: 6px 0 0; font-size: 14px; line-height: 1.5; font-weight: 800; }
.clp-process p { margin: 6px 0 0; color: rgba(255, 255, 255, .72); font-size: 11.5px; }
.clp-quality-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: stretch; }
.clp-quality-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.clp-quality-step { overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; background: rgba(255, 255, 255, .08); }
.clp-quality-step img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.clp-quality-step strong { display: block; padding: 14px; font-size: 12px; text-align: center; }
.clp-rank-panel { padding: 25px; border-radius: 15px; background: #fff; color: var(--clp-ink); }
.clp-rank-panel h3 { margin: 0 0 14px; color: var(--clp-brand-dark); font-size: 16px; }
.clp-rank-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.clp-rank-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 15px; }
.clp-rank { padding: 9px 3px; border-radius: 8px; background: #edf2f8; color: var(--clp-brand-deep); font-size: 11px; font-weight: 800; text-align: center; }

.clp-service-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 20px; }
.clp-service-option { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; overflow: hidden; border-radius: 15px; background: #fff; color: var(--clp-ink); }
.clp-service-option img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.clp-service-option-body { padding: 22px 22px 22px 0; }
.clp-service-option h3 { margin: 0; color: var(--clp-brand-dark); font-size: 17px; }
.clp-service-option p { margin: 7px 0 0; color: var(--clp-sub); font-size: 12.5px; }

.clp-flex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.clp-flex-card { display: flex; align-items: flex-start; gap: 16px; min-height: 150px; padding: 25px 23px; border: 1px solid var(--clp-line); border-radius: var(--clp-radius); background: #fff; box-shadow: var(--clp-shadow); }
.clp-flex-card .clp-card-icon { background: var(--clp-red-pale); color: var(--clp-accent); }
.clp-flex-card h3 { margin: 0; color: var(--clp-brand-dark); font-size: 16px; }
.clp-flex-card p { margin: 8px 0 0; color: var(--clp-sub); font-size: 12.5px; }

.clp-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.clp-flow-step { position: relative; min-height: 205px; padding: 24px 17px; border: 1px solid var(--clp-line); border-radius: 15px; background: #fff; box-shadow: 0 3px 12px rgba(20, 40, 75, .05); text-align: center; }
.clp-flow-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -13px; width: 9px; height: 9px; border-top: 2px solid var(--clp-brand); border-right: 2px solid var(--clp-brand); transform: translateY(-50%) rotate(45deg); }
.clp-flow-num { display: grid; place-items: center; width: 28px; height: 28px; margin: 0 auto 15px; border-radius: 50%; background: var(--clp-brand-deep); color: #fff; font-family: 'Rubik', sans-serif; font-size: 11px; font-weight: 700; }
.clp-flow-step .clp-icon { color: var(--clp-brand); }
.clp-flow-step h3 { margin: 10px 0 0; color: var(--clp-brand-dark); font-size: 14px; }
.clp-flow-step p { margin: 7px 0 0; color: var(--clp-sub); font-size: 11.5px; }

.clp-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; }
.clp-faq { overflow: hidden; border: 1px solid var(--clp-line); border-radius: 12px; background: #fff; box-shadow: 0 2px 9px rgba(20, 40, 75, .04); }
.clp-faq summary { position: relative; display: flex; align-items: center; min-height: 56px; padding: 12px 48px 12px 20px; color: var(--clp-brand-dark); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.clp-faq summary::-webkit-details-marker { display: none; }
.clp-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; color: var(--clp-brand); font-size: 20px; font-weight: 400; transform: translateY(-50%); }
.clp-faq[open] summary::after { content: "−"; }
.clp-faq-answer { padding: 0 20px 18px; color: var(--clp-sub); font-size: 12.5px; }

.clp-crosslink { margin-top: 46px; padding: 28px 32px; display: flex; align-items: center; gap: 22px; border-radius: var(--clp-radius); background: #eef3fa; }
.clp-crosslink .clp-card-icon { background: #fff; }
.clp-crosslink-copy { flex: 1; }
.clp-crosslink h3 { margin: 0; color: var(--clp-brand-dark); font-size: 17px; }
.clp-crosslink p { margin: 6px 0 0; color: var(--clp-sub); font-size: 12.5px; }

.clp-closing {
    position: relative;
    margin-top: 82px;
    padding: 92px 0;
    overflow: hidden;
    text-align: center;
}
.clp-closing::before { content: ""; position: absolute; inset: 0; background: url('/images/top/akihabara-map.png') center / cover no-repeat; opacity: .19; }
.clp-closing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(248, 250, 252, .45), rgba(248, 250, 252, .86)); }
.clp-closing .clp-wrap { position: relative; z-index: 1; }
.clp-closing h2 { margin: 0; color: var(--clp-brand-dark); font-size: clamp(25px, 3vw, 34px); line-height: 1.5; }
.clp-closing p { margin: 12px 0 0; color: var(--clp-sub); font-size: 14px; }
.clp-closing .clp-actions { justify-content: center; }

.clp-reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.clp-reveal-ready .clp-reveal { opacity: 0; transform: translateY(22px); }
.clp-reveal-ready .clp-reveal.is-visible { opacity: 1; transform: none; }
.clp-page a:focus-visible, .clp-page button:focus-visible, .clp-page summary:focus-visible { outline: 3px solid rgba(44, 79, 141, .55); outline-offset: 3px; }

@media (max-width: 1240px) {
    .clp-bubble { display: none; }
}
@media (max-width: 960px) {
    .clp-hero-frame, .clp-hero-content { min-height: 500px; }
    .clp-hero-content { padding: 54px 44px; max-width: 640px; }
    .clp-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .clp-feature-grid, .clp-scene-grid { grid-template-columns: repeat(2, 1fr); }
    .clp-category-grid { grid-template-columns: repeat(3, 1fr); }
    .clp-process-grid { grid-template-columns: repeat(2, 1fr); }
    .clp-quality-layout { grid-template-columns: 1fr; }
    .clp-flow { grid-template-columns: repeat(2, 1fr); }
    .clp-flow-step:last-child { grid-column: 1 / -1; }
    .clp-flow-step:not(:last-child)::after { display: none; }
}
@media (max-width: 760px) {
    body.clp-body .header,
    body.clp-body.clp-header-visible .header {
        transform: translateX(-50%);
        opacity: 1;
        pointer-events: auto;
    }
    .clp-wrap { width: min(100% - 32px, 1140px); }
    .clp-hero { padding: 76px 0 26px; }
    .clp-hero-frame { min-height: 550px; border-radius: 18px; }
    .clp-hero-frame::after { background: linear-gradient(180deg, rgba(8, 23, 48, .2) 0%, rgba(8, 23, 48, .38) 38%, rgba(8, 23, 48, .92) 100%); }
    .clp-hero-image { object-position: 64% center; }
    .clp-hero-content { min-height: 550px; max-width: none; justify-content: flex-end; padding: 38px 24px; }
    .clp-hero h1 { font-size: clamp(28px, 8.2vw, 38px); }
    .clp-hero-lead { font-size: 14px; line-height: 1.75; }
    .clp-hero-actions { margin-top: 22px; }
    .clp-btn { width: 100%; min-height: 50px; padding: 0 20px; }
    .clp-sheet { border-radius: 22px 22px 0 0; }
    .clp-section { padding-top: 66px; }
    .clp-section-head { margin-bottom: 26px; text-align: left; }
    .clp-h2 { font-size: 25px; }
    .clp-lead { margin-left: 0; }
    .clp-proof-grid, .clp-problem-grid, .clp-feature-grid, .clp-scene-grid, .clp-flex-grid, .clp-faq-grid { grid-template-columns: 1fr; }
    .clp-proof { min-height: 82px; }
    .clp-category-grid { grid-template-columns: repeat(2, 1fr); }
    .clp-category { min-height: 126px; }
    .clp-dark { margin-top: 66px; padding: 60px 0; }
    .clp-process-grid, .clp-quality-steps { grid-template-columns: repeat(2, 1fr); }
    .clp-service-options { grid-template-columns: 1fr; }
    .clp-service-option { grid-template-columns: 130px 1fr; }
    .clp-service-option-body { padding: 18px 18px 18px 0; }
    .clp-flow { grid-template-columns: 1fr; }
    .clp-flow-step, .clp-flow-step:last-child { grid-column: auto; min-height: 0; }
    .clp-crosslink { align-items: flex-start; flex-wrap: wrap; padding: 24px; }
    .clp-crosslink .clp-btn { margin-top: 4px; }
    .clp-closing { margin-top: 66px; padding: 76px 0; }
}
@media (max-width: 480px) {
    .clp-hero-content { padding: 32px 20px; }
    .clp-hero-eyebrow { font-size: 11.5px; }
    .clp-process-grid, .clp-quality-steps { grid-template-columns: 1fr; }
    .clp-service-option { grid-template-columns: 1fr; }
    .clp-service-option img { min-height: 175px; }
    .clp-service-option-body { padding: 0 20px 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .clp-bubble, .clp-reveal { animation: none; transition: none; opacity: 1; transform: none; }
    .clp-btn, .clp-feature, .clp-scene { transition: none; }
}
