.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:14px 22px;border:1px solid transparent;border-radius:999px;font-size:0.8rem;font-weight:800;letter-spacing:-.01em;cursor:pointer;transition:transform .25s var(--ease),background .25s,color .25s,border .25s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue-600);color:var(--white);box-shadow:0 12px 32px rgba(20,110,245,.28)}.button-primary:hover{background:var(--blue-500)}.button-ghost{border-color:var(--border-light);background:transparent;color:var(--text-primary)}.section-dark .button-ghost,.registration .button-ghost{border-color:var(--border-dark);color:var(--white)}.button-light{background:var(--white);color:var(--navy-950)}.button-small{min-height:43px;padding:10px 17px;font-size:0.8rem}.button-large{min-height:64px;padding:17px 28px;font-size:.86rem}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid var(--border-light);border-left:1px solid var(--border-light)}.insight-card{min-height:230px;padding:26px;border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.insight-card summary{list-style:none;cursor:pointer}.insight-card summary::-webkit-details-marker{display:none}.insight-card summary>span{display:block;margin-bottom:65px;color:var(--blue-500);font-size:0.8rem}.insight-card summary h3{display:inline}.insight-card summary b{float:right;color:var(--blue-500);font-size:1.4rem;font-weight:400;transition:.3s}.insight-card[open] summary b{transform:rotate(45deg)}.insight-card p{margin-top:18px;font-size:.85rem}.cursor-dot,.cursor-ring{position:fixed;z-index:9999;top:0;left:0;border-radius:50%;pointer-events:none;opacity:0}.cursor-dot{width:5px;height:5px;background:var(--blue-500)}.cursor-ring{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(20,110,245,.55);transition:width .2s,height .2s,background .2s}.cursor-ring span{font-size:0.8rem;color:var(--white)}.cursor-ring.is-active{width:70px;height:70px;background:var(--blue-600);border-color:var(--blue-600)}
