.eqm .whyhero{position:relative;overflow:hidden;background:radial-gradient(900px 480px at 88% -12%,rgba(242,107,31,.1),transparent 60%),radial-gradient(900px 560px at -6% 4%,rgba(0,19,132,.08),transparent 55%),var(--bg-1)}.eqm .whyhero h1{color:var(--cta-blue);font-weight:900;font-size:clamp(38px,5vw,60px);line-height:1.06;letter-spacing:-.022em;margin:0 0 22px}.eqm .whyhero h1 .accent{color:var(--brand-orange)}.eqm .whyhero__lede{color:var(--grey-600);font-size:19px;line-height:1.6;margin:0;max-width:56ch}.eqm .whyhero__cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.eqm .whyhero--b{padding:76px 0 72px;text-align:center}.eqm .whyhero--b h1{max-width:16ch;margin-left:auto;margin-right:auto;font-size:clamp(40px,5.6vw,66px)}.eqm .whyhero--b .whyhero__lede{margin:0 auto;text-align:center}.eqm .whyhero--b .whyhero__cta{justify-content:center}.eqm .why-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px;max-width:940px;margin-left:auto;margin-right:auto}.eqm .why-stat{background:#fff;border:1px solid var(--grey-200);border-radius:18px;padding:26px 18px;box-shadow:0 1px 3px rgba(15,17,22,.05)}.eqm .why-stat__value{font-size:34px;font-weight:900;color:var(--cta-blue);letter-spacing:-.02em;line-height:1}.eqm .why-stat__label{font-size:13px;font-weight:700;color:var(--grey-600);margin-top:8px}@media (max-width:760px){.eqm .why-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:34px;max-width:400px}.eqm .why-stat{padding:13px 10px;border-radius:12px}.eqm .why-stat__value{font-size:19px}.eqm .why-stat__label{font-size:10.5px;margin-top:4px}}.eqm .kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.eqm .kicker--orange{background:var(--brand-orange-tint);color:var(--brand-orange-hover)}.eqm .kicker--split{background:#fff;border:1px solid var(--grey-200);gap:9px}.eqm .kicker--split .kicker__problem{color:var(--danger)}.eqm .kicker--split .kicker__solution{color:var(--brand-green-deep)}.eqm .kicker--split svg{color:var(--grey-400)}.eqm .pair-list{display:flex;flex-direction:column;gap:16px;max-width:1060px;margin:0 auto}.eqm .pair-row{display:grid;grid-template-columns:1fr auto 1.15fr;gap:0;align-items:stretch;background:#fff;border:1px solid var(--grey-200);border-radius:18px;overflow:hidden;transition:all var(--dur-base) var(--ease-smooth)}.eqm .pair-row:hover{box-shadow:0 18px 40px -22px rgba(0,19,132,.18);border-color:transparent}.eqm .pair-problem{padding:22px 24px;background:var(--grey-50);display:flex;align-items:center;gap:16px;justify-content:flex-start}.eqm .pair-problem__icon{width:46px;height:46px;border-radius:12px;background:#FBEBEA;color:var(--danger);display:grid;place-items:center;flex-shrink:0}.eqm .pair-problem__body{display:flex;flex-direction:column;gap:6px}.eqm .pair-problem__tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--danger)}.eqm .pair-problem__tag .x{width:18px;height:18px;border-radius:50%;background:#FBEBEA;color:var(--danger);display:grid;place-items:center}.eqm .pair-problem__title{font-size:16px;font-weight:900;color:var(--grey-700);margin:0;line-height:1.3}.eqm .pair-problem__desc{font-size:13.5px;color:var(--grey-600);line-height:1.5;margin:0}.eqm .pair-arrow{display:grid;place-items:center;width:56px;background:linear-gradient(180deg,var(--grey-50),#fff);color:var(--brand-orange);border-left:1px solid var(--grey-200);border-right:1px solid var(--grey-200)}.eqm .pair-solution{padding:22px 24px;display:flex;align-items:center;gap:16px}.eqm .pair-solution__body{display:flex;flex-direction:column;gap:6px}.eqm .pair-solution__tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-green-deep)}.eqm .pair-solution__tag .c{width:18px;height:18px;border-radius:50%;background:var(--brand-green-tint);color:var(--brand-green-deep);display:grid;place-items:center}.eqm .pair-solution__icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;flex-shrink:0}.eqm .pair-solution__icon img{width:22px;height:22px;filter:brightness(0) invert(1)}.eqm .pair-solution__title{font-size:16px;font-weight:900;color:var(--brand-navy);margin:0;line-height:1.3}.eqm .pair-solution__desc{font-size:13.5px;color:var(--grey-600);line-height:1.5;margin:0}@media (max-width:760px){.eqm .pair-list{gap:20px}.eqm .pair-row{grid-template-columns:1fr;position:relative;overflow:visible;border-radius:16px}.eqm .pair-problem{padding:18px 18px 26px;border-top-left-radius:16px;border-top-right-radius:16px;gap:14px;align-items:flex-start}.eqm .pair-problem__icon{width:42px;height:42px}.eqm .pair-problem__body{gap:5px}.eqm .pair-problem__title{font-size:15px}.eqm .pair-problem__tag,.eqm .pair-solution__tag{font-size:10px;gap:6px}.eqm .pair-problem__tag .x,.eqm .pair-solution__tag .c{width:16px;height:16px}.eqm .pair-solution__title{font-size:15px}.eqm .pair-arrow{grid-row:auto;justify-self:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--grey-200);background:#fff;color:var(--brand-orange);transform:rotate(90deg);box-shadow:0 6px 14px -6px rgba(15,17,22,.18);margin:-20px 0;z-index:2}.eqm .pair-solution{padding:26px 18px 20px;align-items:flex-start;gap:14px;border-top:1px solid var(--grey-100)}.eqm .pair-solution__icon{width:42px;height:42px}.eqm .pair-solution__body{gap:5px}}@media (max-width:400px){.eqm .pair-problem,.eqm .pair-solution{flex-direction:column;gap:12px;align-items:flex-start}}.eqm #comparison{padding:74px 0}.eqm #comparison .section-head--wide{margin-bottom:34px}.eqm .cmp-wrap{background:#fff;border:1px solid var(--grey-200);border-radius:22px;box-shadow:0 1px 2px rgba(16,40,77,.04),0 18px 44px -24px rgba(16,40,77,.22);overflow:hidden}.eqm .cmp-scroll{overflow-x:auto}.eqm .cmp-table{width:100%;border-collapse:collapse;min-width:760px}.eqm .cmp-table thead th{text-align:center;padding:20px 18px 18px;font-size:15px;font-weight:900;color:var(--brand-navy);background:#fff;border-bottom:1px solid var(--grey-200);vertical-align:middle}.eqm .cmp-table thead th:first-child{text-align:left;color:var(--grey-700);font-size:13px;text-transform:uppercase;letter-spacing:.05em}.eqm .cmp-col-enqode{background:linear-gradient(180deg,#FFF1E6,#FFFAF6)!important;position:relative}.eqm .cmp-enqode-cap{display:inline-flex;flex-direction:column;align-items:center;gap:6px}.eqm .cmp-enqode-cap img{height:26px;width:auto}.eqm .cmp-enqode-cap .rec{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--brand-orange);padding:3px 9px;border-radius:999px}.eqm .cmp-table tbody td{padding:11px 18px;height:56px;font-size:14px;border-bottom:1px solid var(--grey-100);text-align:center;vertical-align:middle;color:var(--grey-700)}.eqm .cmp-table tbody td:first-child{text-align:left;font-weight:800;color:var(--brand-black)}.eqm .cmp-table tbody tr:last-child td{border-bottom:0}.eqm .cmp-table tbody td.cmp-col-enqode{background:rgba(242,107,31,.06);font-weight:800;color:var(--brand-black)}.eqm .cmp-table tbody tr:hover td{background:var(--grey-50)}.eqm .cmp-table tbody tr:hover td.cmp-col-enqode{background:rgba(242,107,31,.1)}.eqm .cmp-cell{display:inline-flex;flex-direction:column;align-items:center;gap:6px;justify-content:center;text-align:center}.eqm .cmp-ic{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.eqm .cmp-ic--yes{background:var(--brand-green-deep);color:#fff}.eqm .cmp-ic--no{background:var(--grey-100);color:var(--grey-400)}.eqm .cmp-ic--warn{background:#FFF1E6;color:var(--brand-orange-hover)}.eqm .cmp-note{font-size:11.5px;color:var(--grey-500);font-weight:600;line-height:1.3;white-space:nowrap}.eqm .cmp-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:18px 24px;background:var(--grey-50);border-top:1px solid var(--grey-200)}.eqm .cmp-foot__text{font-size:15px;font-weight:800;color:var(--brand-navy)}.eqm .promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:860px){.eqm .promise-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.eqm .promise-card{background:linear-gradient(180deg,#fff,var(--grey-50));border:1px solid var(--grey-200);border-radius:20px;padding:34px 30px;display:flex;flex-direction:column;gap:12px;transition:all var(--dur-base) var(--ease-smooth)}.eqm .promise-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px -24px rgba(0,19,132,.2);border-color:transparent}.eqm .promise-card__icon{width:56px;height:56px;border-radius:16px;background:var(--gradient-navy);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-navy)}.eqm .promise-card__icon svg{width:26px;height:26px}.eqm .promise-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.eqm .promise-card__no{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--cta-blue);background:var(--cta-blue-tint);padding:5px 11px;border-radius:999px;white-space:nowrap}.eqm .promise-card__title{font-size:20px;font-weight:900;color:var(--brand-navy);letter-spacing:-.01em;margin:0}.eqm .promise-card__desc{font-size:14.5px;color:var(--grey-600);line-height:1.6;margin:0}.eqm .promise-card__guarantee{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding-top:18px;border-top:1px solid var(--grey-200);font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-green-deep)}.eqm .promise-card__guarantee .tick{width:20px;height:20px;border-radius:50%;background:var(--brand-green-tint);color:var(--brand-green-deep);display:grid;place-items:center;flex-shrink:0}.eqm .why-final-signals{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-top:30px;font-size:14px;color:var(--grey-700);font-weight:600}.eqm .why-final-signals span{display:inline-flex;align-items:center;gap:9px}.eqm .why-final-signals .tick{width:22px;height:22px;border-radius:999px;background:rgba(0,19,132,.08);color:var(--cta-blue);display:grid;place-items:center}.eqm #features{background:var(--bg-1)}.eqm #faq,.eqm #use-cases{background:var(--bg-2)}.eqm .final-cta .btn--secondary,.eqm .whyhero .btn--secondary{background:transparent;color:var(--cta-blue);box-shadow:inset 0 0 0 1.5px var(--cta-blue)}.eqm .final-cta .btn--secondary:hover,.eqm .whyhero .btn--secondary:hover{background:var(--cta-blue);color:#fff;transform:translateY(-1px);box-shadow:inset 0 0 0 1.5px var(--cta-blue),0 12px 32px -6px rgba(0,19,132,.45)}.eqm .why-x45{transform:rotate(45deg)}