.hero{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;color:var(--text);background:#0d0d1a}.inner{width:100%;max-width:920px;margin-inline:auto;text-align:center}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:999px;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(6px);color:#cfe2ff;font-size:.85rem;line-height:1;margin-bottom:1rem}.badgeIcon{width:16px;height:16px;color:#a6b8ff}.heading{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;margin:.25rem 0 1rem;letter-spacing:.2px}.brand{background:var(--space-grad);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.7;opacity:.9;margin:0 auto 2.5rem;max-width:60ch}.partners-grid{gap:1.5rem}.partner-card,.partners-grid{display:flex;flex-direction:column}.partner-card{align-items:center;gap:1rem;padding:2rem 1.5rem;border-radius:1rem;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(10px);text-decoration:none;color:inherit;transition:transform .2s ease,background .3s ease}.partner-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25)}.partner-logo{font-size:3rem;line-height:1}.partner-info{text-align:center}.partner-name{font-size:1.25rem;font-weight:700;color:#fff}.partner-tag{display:inline-block;margin-top:.25rem;padding:.25rem .75rem;border-radius:999px;background:rgba(110,160,255,.2);color:#d0e1ff;font-size:.8rem;font-weight:600}.partner-desc{margin-top:.5rem;font-size:.95rem;line-height:1.5;color:#e0e7ff}.partners-footer{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(6px);color:#eaf0ff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,background .25s ease,border-color .25s ease}.tag:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.tagIcon{width:16px;height:16px;color:#9fb2ff}.partners-footnote{font-size:.8rem;opacity:.7}