.cl-home { position: relative; isolation: isolate; overflow: hidden; margin-bottom: 72px; padding: 88px 0; background: radial-gradient(ellipse at 10% 80%, #ffffff0d, transparent 55%), #101414; color: #fff; }
.cl-home-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.cl-home::before { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(420px circle at var(--cl-light-x, 25%) var(--cl-light-y, 50%), #ffffff1c, transparent 75%); opacity: 0; transition: opacity .6s; }
.cl-home.cl-pointer-active::before { opacity: 1; }
.cl-home::after { content: ''; position: absolute; z-index: -1; inset: -32px; pointer-events: none; background-image: radial-gradient(circle, #ffffff24 .8px, transparent 1px); background-size: 32px 32px; opacity: .6; animation: cl-pattern-drift 24s linear infinite; }
@keyframes cl-pattern-drift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(32px, 32px, 0); }
}
.cl-home-link { position: relative; overflow: hidden; }
.cl-home-link::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 25%, #ffffff40 50%, transparent 75%); transform: translateX(-130%); }
.cl-home-link:is(:hover, :focus-visible)::before { animation: cl-button-shine .8s ease; }
.cl-light-reveal { animation: cl-light-arrive .85s cubic-bezier(.2,.7,.2,1) both; }
@keyframes cl-light-arrive {
    from { opacity: .2; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes cl-button-shine { to { transform: translateX(130%); } }

.cl-home-eyebrow { display: block; margin-bottom: 24px; color: #a9bdbc; font-size: 11px; font-weight: 600; line-height: 1.6; }
.cl-home h2 { margin: 0 0 24px; color: #fff; font-size: clamp(32px, 3.6vw, 52px); font-weight: 400; line-height: 1.12; overflow-wrap: anywhere; }
.cl-home-description { margin: 0; max-width: 46ch; color: #c3cdcc; font-size: 16px; line-height: 1.8; }
.cl-home-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 32px; padding: 14px 20px; border: 1px solid #a9bdbc; border-radius: 4px; color: #fff; text-decoration: none; font-size: 14px; line-height: 1.5; transition: background .2s, color .2s; }
.cl-home-link:hover { background: #fff; color: #101414; text-decoration: none; }
.cl-home-link:focus-visible { outline: 3px solid #ffffff; outline-offset: 5px; }
.cl-home-link > span:last-child { font-size: 22px; }
.cl-home-steps { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid #3a4645; }
.cl-home-step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 20px; margin: 0; padding: 24px 0; border-bottom: 1px solid #3a4645; }
.cl-home-number { padding-top: 3px; color: #95b7b2; font-size: 13px; font-variant-numeric: tabular-nums; }
.cl-home-step h3 { margin: 0 0 8px; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.35; }
.cl-home-step p { margin: 0; color: #b9c5c3; font-size: 14px; line-height: 1.75; overflow-wrap: anywhere; }
.cl-home-step { position: relative; transition: background .3s; }
.cl-home-step::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, #ffffff, #ffffff80, transparent); transform: scaleX(0); transform-origin: left; transition: transform .45s ease; }
.cl-home-number { transition: color .3s, text-shadow .3s; }
.cl-home-link > span:last-child { transition: transform .25s; }
.cl-home-link:is(:hover, :focus-visible) > span:last-child { transform: translate(2px, -2px); }
@media (hover: hover) {
    .cl-home-step:hover { background: linear-gradient(90deg, #ffffff0c, transparent); }
    .cl-home-step:hover::after { transform: scaleX(1); }
    .cl-home-step:hover .cl-home-number { color: #ffffff; text-shadow: 0 0 16px #ffffff90; }
}
@media (max-width: 900px) {
    .cl-home { margin-bottom: 48px; padding: 56px 0; }
    .cl-home-layout { grid-template-columns: 1fr; gap: 40px; }
    .cl-home-description { max-width: 65ch; }
}
@media (max-width: 480px) {
    .cl-home-step { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 20px 0; }
    .cl-home-link { width: 100%; box-sizing: border-box; }
}
@media (prefers-reduced-motion: reduce) {
    .cl-home::after { animation: none; }
    .cl-home::before { display: none; }
    .cl-light-reveal, .cl-home-link:is(:hover, :focus-visible)::before { animation: none; }
    .cl-home-link, .cl-home-link > span:last-child, .cl-home-step, .cl-home-step::after, .cl-home-number { transition: none; }
    .cl-home-link:is(:hover, :focus-visible) > span:last-child { transform: none; }
}
