.landing-hero{position:relative;background:var(--off-white)}.landing-hero__text{display:flex;flex-direction:column;align-items:center;justify-content:start;text-align:center;padding:clamp(6rem,14vw,10rem) var(--spacing-x) clamp(4rem,8vw,6rem);padding-top:10rem;min-height:70vh}.landing-hero__label{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--dark);margin-bottom:1.5rem}.landing-hero__label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--turquoise);display:inline-block;animation:badgePulse 2s ease-in-out infinite}.landing-hero__heading{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5rem);font-weight:700;color:var(--text-dark);line-height:1.05;margin-bottom:1.25rem;max-width:800px}.landing-hero__heading p{display:contents}.landing-hero__heading em{font-style:italic;font-family:var(--font-serif)}.landing-hero__sub{font-size:clamp(1rem,1.3vw,1.2rem);color:var(--text-sec-dark);line-height:1.6;max-width:540px;margin-bottom:2rem}.landing-hero__sub p{display:contents}.landing-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.landing-hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;border-radius:100px;font-size:.95rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none;text-decoration:none}.landing-hero__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.landing-hero__btn--primary{background:var(--dark);color:var(--white)}.landing-hero__btn--secondary{background:#050f1e0f;color:var(--text-dark)}.landing-hero__pills{display:flex;flex-direction:column;gap:.85rem;margin-top:clamp(1.75rem,3vw,2.5rem)}.landing-hero__pill-row{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1rem}.landing-hero__pill-row-label{font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-sec-dark);flex-shrink:0}.landing-hero__pill-items{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.55rem}.landing-hero__pill-item{display:inline-flex;align-items:center;padding:.35rem .85rem;background:#4dd9c01f;color:var(--turquoise-deep);border:1px solid rgba(77,217,192,.25);border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.landing-hero__pill-dot{display:inline-block;width:3px;height:3px;background:#63637873;border-radius:50%}@media (max-width: 768px){.landing-hero__text{min-height:60vh;padding:clamp(5rem,12vw,8rem) var(--spacing-x) clamp(3rem,6vw,4rem);padding-top:8rem}.landing-hero__actions{flex-direction:column;width:100%;max-width:320px}.landing-hero__btn{justify-content:center}.landing-hero__pill-row{flex-direction:column;align-items:flex-start;gap:.5rem}}
