.hero-container{position:relative;width:100%;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--bg-dark)}.hero-video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover;z-index:1;opacity:0;transition:opacity 1.2s ease}.hero-video[src]{animation:videoFadeIn 1.5s ease forwards;animation-delay:.3s}@keyframes videoFadeIn{0%{opacity:0}to{opacity:1}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(16,16,18,0) 0%,rgba(16,16,18,0) 20%,rgba(16,16,18,.8) 75%,var(--bg-dark) 100%);z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;text-align:center;max-width:1200px;padding:0 24px}.hero-title-wrapper{position:relative;width:100%;font-size:clamp(16px,6vw,56px);min-height:3.6em;margin-bottom:24px;display:flex;align-items:center;justify-content:center}.hero-title{font-family:Inter,sans-serif;font-size:1em;font-weight:600;line-height:1.2;color:var(--text-primary);margin:0;width:100%;white-space:pre-line;letter-spacing:-.015em}.text-gradient{color:#fff}.rotating-word-container{display:inline-grid;line-height:inherit;vertical-align:bottom;overflow:hidden;height:1.1em;min-width:250px;text-align:left}.rotating-word{grid-area:1 / 1;transform:translateY(100%);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;color:#ffbc00;text-transform:capitalize}.rotating-word.active{transform:translateY(0);opacity:1}.hero-subtitle{font-family:Inter,sans-serif;font-size:clamp(1rem,2vw + .5rem,1.125rem);color:var(--text-primary);font-weight:300;margin-bottom:32px;line-height:1.35;letter-spacing:-.01em}.hero-actions{display:flex;gap:20px;justify-content:center;align-items:center;margin-top:40px}.hero-or{color:var(--text-secondary);font-size:.9rem;font-weight:400}.hero-btn{height:48px;padding:0 28px;border-radius:40px;font-size:1rem;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px}.btn-secondary-outline{background-color:transparent!important;border:1px solid #fff!important;color:#fff!important;transition:all .3s ease}.btn-secondary-outline:hover{background-color:#ffffff1a!important;transform:translateY(-2px)}.btn-primary-pill{background-color:transparent!important;border:1px solid #ffbc00!important;color:#ffbc00!important;transition:all .3s ease}.btn-primary-pill:hover{background-color:#ffbc001a!important;transform:translateY(-2px);box-shadow:0 4px 15px #ffbc0033!important}.btn-tag{background-color:#ffbc00;color:#000;font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:12px;margin-left:6px}.hero-social-proof{display:none}@media (max-width: 768px){.hero-container{min-height:100vh;height:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-top:84px;padding-bottom:26px}.hero-content{flex:1;width:100%;display:flex;flex-direction:column;padding:0 22px;text-align:center}.hero-content>*{margin-top:auto}.hero-headline{display:flex;flex-direction:column;gap:18px}.hero-title-wrapper{font-size:clamp(34px,9vw,42px);min-height:2.5em}.hero-title{font-weight:700}.hero-subtitle{color:#ffffff9e;font-size:15px;line-height:1.5;font-weight:400}.hero-subtitle br{display:none}.hero-actions{flex-direction:column;gap:12px;width:100%;max-width:290px;margin-left:auto;margin-right:auto;align-items:center}.hero-btn{width:100%;height:46px;font-size:.85rem;padding:0 16px;box-sizing:border-box}.hero-btn .btn-tag{flex-shrink:0}.hero-social-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#ffffff6b;font-weight:500}.hero-proof-dot{color:#ffffff38}}.absolute-fade{transition:opacity .8s ease-in-out,transform .8s ease-in-out}.absolute-fade.visible{opacity:1;transform:translateY(0)}.absolute-fade.hidden{opacity:0;transform:translateY(10px);pointer-events:none}.typing-cursor{font-weight:200;display:inline-block;animation:blink 1s step-end infinite;color:#fff;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.landing-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:var(--bg-dark)}.landing-main{flex-grow:1;width:100%;padding-bottom:90px}.discover-beats-section{padding:60px 24px}.discover-beats-section h2{color:var(--text-primary)}.discover-beats-section .main-content{padding-left:0;padding-right:0}@media (max-width: 768px){.discover-beats-section{padding:28px 10px}.discover-beats-section .main-content{padding-top:4px}}.floating-player-wrapper{position:fixed;bottom:0;left:0;width:100%;z-index:100;background-color:var(--bg-surface);box-shadow:0 -4px 20px #00000080}@media (max-width: 768px){.landing-layout{overflow-x:hidden}.suno-heading{font-size:30px!important}.stats-section .suno-heading{white-space:normal!important}}@media (max-width: 480px){.suno-heading{font-size:26px!important}}.suno-heading{font-family:Inter,sans-serif;font-size:56px;font-weight:600;line-height:1.2;letter-spacing:-.015em;color:#fff;margin:0;text-align:center}.suno-heading.premium-title{white-space:nowrap;width:100%;margin-left:auto;margin-right:auto}@media (max-width: 900px){.suno-heading.premium-title{white-space:normal;font-size:32px!important;padding:0 16px}}@media (min-width: 769px){.discover-beats-section .main-beats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
