.hero{isolation:isolate;position:relative}.hero__inner{align-items:center;display:grid;gap:26px;grid-template-columns:1.2fr 1fr;padding:48px 15px 28px}.hero__tag{background:var(--muted);border-radius:999px;color:var(--primary);display:inline-block;font-size:.9rem;font-weight:600;padding:6px 12px}.hero h1{font-size:clamp(1.8rem,3.8vw,3rem)}.hero__sub{font-size:1.05rem;max-width:52ch}.hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.btn{align-items:center;border:2px solid transparent;border-radius:14px;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;padding:14px 20px;transition:transform .06s ease,box-shadow .2s ease,background .2s}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);box-shadow:var(--shadow);color:#fff}.btn--primary:hover{filter:brightness(1.05)}.btn--ghost{background:transparent;border-color:var(--primary);color:var(--primary)}.btn--ghost:hover{background:rgba(12,83,148,.06)}.hero__card{background:var(--card);background-image:radial-gradient(1000px 400px at 70% -10%,rgba(12,83,148,.1),transparent 65%);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;min-height:260px;padding:18px;place-items:center;text-align:center}.hero__illus{border:2px dashed var(--muted);border-radius:16px;color:var(--text);display:grid;height:180px;place-items:center;width:90%}@media (max-width:768px){.hero__inner{gap:18px;grid-template-columns:1fr;text-align:center}.hero h1{font-size:1.8rem}.hero__sub{font-size:1rem;margin:0 auto;max-width:100%}.hero__ctas{justify-content:center}.hero__card{min-height:auto;padding:24px}.hero__illus{height:160px;width:100%}}.hero__illus img{height:180px!important;object-fit:cover}.hero__sub{margin-bottom:15px}@media (max-width:480px){.btn{width:100%}}