.hero-wrapper{text-align:left;background:linear-gradient(135deg,#dbeafe 0%,#fbcfe8 100%);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;min-height:80vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.hero-wrapper{gap:2.5rem;padding:3rem 2rem}}@media (min-width:1024px){.hero-wrapper{flex-direction:row;align-items:stretch;gap:3rem;padding:4rem 2rem}}.hero-content{z-index:10;flex-direction:column;align-items:flex-start;width:100%;max-width:600px;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}@media (min-width:1024px){.hero-content{align-items:flex-start;margin:0;padding-left:2rem}}.hero-title{color:#0000;background:linear-gradient(90deg,#ec4899,#2563eb,#f472b6) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800;animation:6s ease-in-out infinite gradient-move}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-desc{color:#374151;margin-bottom:1.5rem;font-size:1.125rem}@media (min-width:768px){.hero-desc{font-size:1.5rem}}.cta-button{color:#fff;cursor:pointer;background:#ec4899;border-radius:9999px;margin-bottom:.5rem;padding:.75rem 2rem;font-size:1.125rem;font-weight:700;transition:background .2s;box-shadow:0 2px 8px #ec489926}.cta-button:hover{background:#db2777}.sub-text{color:#6b7280;font-size:.75rem}.video-side{z-index:1;flex:1;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}@media (max-width:1023px){.video-side{width:100%;min-height:220px;margin-bottom:2rem}}.video-frame{aspect-ratio:16/9;background:#000;border-radius:1.5rem;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 4px 32px #0000001a}@media (max-width:1023px){.video-frame{border-radius:1rem;max-width:100vw}}.video-frame video{object-fit:cover;filter:brightness(.85);width:100%;height:100%;display:block}.notes-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.note{opacity:.2;-webkit-user-select:none;user-select:none;font-size:2rem;position:absolute}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes float-mid{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-fast{0%,to{transform:translateY(0)}50%{transform:translateY(-50px)}}@keyframes gradient-move{0%,to{background-position:0%}50%{background-position:100%}}.float-slow{animation:7s ease-in-out infinite float-slow}.float-mid{animation:5s ease-in-out infinite float-mid}.float-fast{animation:3.5s ease-in-out infinite float-fast}.gradient-move{background-size:200% 200%;animation:6s ease-in-out infinite gradient-move}
