.my-home-comparison{--my-comp-green:#26392b;--my-comp-dark:#182019;--my-comp-cream:#f7f2e9;--my-comp-surface:#fffdf9;--my-comp-line:#e7e0d5;padding:clamp(64px,8vw,112px) 0;background:var(--my-comp-cream);color:var(--my-comp-dark)}.my-home-comparison__header{max-width:760px;margin:0 auto 42px;text-align:center}.my-home-comparison__header .subheading{margin-bottom:12px;color:var(--my-comp-green)}.my-home-comparison__header h2{margin-bottom:14px}.my-home-comparison__legend{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;max-width:760px;margin:0 auto 22px;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--my-comp-dark)}.my-home-comparison__vs{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:var(--my-comp-green);color:var(--my-comp-surface);font-size:.7rem}.my-home-comparison__rows{display:grid;gap:18px;max-width:860px;margin:0 auto}.my-home-comparison__row{opacity:.42;transform:translateY(22px) scale(.985);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.my-home-comparison__row.is-comparison-visible{opacity:1;transform:none}.my-home-comparison__label{width:max-content;margin:0 auto -10px;position:relative;z-index:2;padding:5px 13px;border-radius:999px;background:var(--my-comp-green);color:var(--my-comp-surface);font-size:.67rem;font-weight:700;letter-spacing:.1em}.my-home-comparison__pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.my-home-comparison__card{min-height:112px;border:1px solid var(--my-comp-line);border-radius:16px;padding:25px 22px 20px;display:flex;gap:10px;align-items:flex-start;box-shadow:0 8px 24px rgba(38,57,43,.045);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,background .45s ease,color .45s ease}.my-home-comparison__card p{margin:0;line-height:1.55}.my-home-comparison__card--ours{background:rgba(38,57,43,.08)}.is-comparison-active .my-home-comparison__card--ours{background:var(--my-comp-green);color:var(--my-comp-surface);transform:translateY(-2px);box-shadow:0 14px 34px rgba(38,57,43,.16)}.my-home-comparison__card--other{background:var(--my-comp-surface);color:var(--my-comp-dark)}.my-home-comparison__check,.my-home-comparison__dot{flex:0 0 auto;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;font-weight:700}.my-home-comparison__check{background:rgba(38,57,43,.10);color:var(--my-comp-green);transition:background .45s ease,color .45s ease}.is-comparison-active .my-home-comparison__check{background:rgba(255,253,249,.18);color:var(--my-comp-surface)}.my-home-comparison__dot{color:#7e817b}.my-home-comparison__progress{height:3px;max-width:860px;margin:28px auto 0;border-radius:999px;background:rgba(38,57,43,.12);overflow:hidden}.my-home-comparison__progress span{display:block;height:100%;width:var(--my-comp-progress,0%);background:var(--my-comp-green);transition:width .35s cubic-bezier(.22,1,.36,1)}.my-home-comparison__cta{text-align:center;margin-top:30px}.my-home-comparison__cta .button{background:var(--my-comp-green);color:var(--my-comp-surface)}@media(max-width:699px){.my-home-comparison{padding:58px 0}.my-home-comparison__header{margin-bottom:32px}.my-home-comparison__legend{grid-template-columns:1fr auto 1fr;gap:8px;font-size:.64rem}.my-home-comparison__pair{grid-template-columns:1fr;gap:7px}.my-home-comparison__card{min-height:auto;padding:22px 18px 17px}.my-home-comparison__row{margin-bottom:4px}.my-home-comparison__card--other{margin-top:-2px}}@media(prefers-reduced-motion:reduce){.my-home-comparison__row{opacity:1;transform:none;transition:none}.my-home-comparison__card{transition:none}.my-home-comparison__progress span{transition:none}}