.pulse-page{min-height:100vh;background:var(--background);color:var(--foreground)}.pulse-heroImage{width:100vw;height:75vh;min-height:520px;position:relative;overflow:hidden;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);--hero-parallax:0px}@media (max-width:768px){.pulse-heroImage{height:70vh;min-height:440px}}.pulse-heroImage__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;transform:translateY(var(--hero-parallax)) scale(1);will-change:transform}@media (prefers-reduced-motion:reduce){.pulse-heroImage__bg{transform:scale(1.03)}}.pulse-heroImage__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.82));pointer-events:none}.pulse-heroImage__content{position:relative;z-index:2;height:100%;display:grid;place-items:center;padding:18px}.pulse-heroImage__wrap{width:min(1100px,100%);text-align:center;border-radius:24px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.34);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:22px 18px}.pulse-heroTitle{margin:0;color:#fff;font-size:clamp(26px,4vw,48px);letter-spacing:-.02em;font-weight:800}.pulse-heroSubtitle{margin:10px auto 0;max-width:820px;color:rgba(255,255,255,.82);font-size:clamp(14px,1.7vw,18px);line-height:1.5}.pulse-chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pulse-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;color:#fff;font-size:13px;letter-spacing:.01em;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}.pulse-chip__icon{opacity:.95}.pulse-heroCtas{margin-top:16px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.pulse-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;font-weight:600;font-size:14px;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease,opacity .15s ease}.pulse-cta:hover{transform:translateY(-1px)}.pulse-cta--primary{color:#111;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.25)}.pulse-cta--primary:hover{background:rgba(255,255,255,.98)}.pulse-cta--ghost{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}.pulse-cta--ghost:hover{background:rgba(255,255,255,.12)}.pulse-stack{max-width:1100px;margin:22px auto 80px;padding:0 16px;display:grid;gap:18px}.pulse-section{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center;border-radius:22px;border:1px solid color-mix(in oklch,var(--border) 70%,transparent);background:color-mix(in oklch,var(--card) 82%,transparent);padding:18px;overflow:hidden}.pulse-section--flip{grid-template-columns:.85fr 1.15fr}.pulse-section--flip .pulse-section__media{order:1}.pulse-section--flip .pulse-section__content{order:2}.pulse-section__content{text-align:left;padding:6px 6px 6px 10px}.pulse-h2{margin:0 0 8px;font-size:clamp(18px,2.3vw,26px);letter-spacing:-.02em;font-weight:700}.pulse-p{margin:0 0 12px;opacity:.85;line-height:1.5}.pulse-list{margin:0;padding-left:18px;opacity:.9;line-height:1.6}.pulse-list li{margin:4px 0}.pulse-section__media{display:grid;justify-items:end}.pulse-mediaCard{width:100%;max-width:420px;border-radius:18px;overflow:hidden;border:1px solid color-mix(in oklch,var(--border) 65%,transparent);background:color-mix(in oklch,var(--background) 70%,transparent);box-shadow:0 14px 40px rgba(0,0,0,.25)}.pulse-img{width:100%;height:260px;object-fit:cover;display:block}@media (max-width:900px){.pulse-section,.pulse-section--flip{grid-template-columns:1fr}.pulse-section__media{justify-items:start}.pulse-mediaCard{max-width:100%}.pulse-img{height:220px}.pulse-section__content{padding:8px 6px 6px}}.reveal-on-scroll{opacity:0;transform:translateY(18px);will-change:opacity,transform}.reveal-on-scroll.is-visible{animation:pulseFadeIn .9s ease-out forwards}@keyframes pulseFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}header{height:0}