.home-page{position:relative;overflow-x:hidden}@media (max-width:768px){.home-page{padding-top:56px}}.hero-split{flex-direction:column;align-items:center;gap:3rem;max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.hero-split{flex-direction:row;gap:4rem;padding:4rem 2rem}}.hero-left,.hero-right{flex:1;width:100%}.hero-left{flex-direction:column;justify-content:center;max-width:650px;display:flex}.hero-badge{color:#60a5fa;letter-spacing:.05em;text-transform:uppercase;background:#3b82f61a;border:1px solid #3b82f633;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.hero-title{font-size:3.5rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.text-gradient{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--color-text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-lg{border-radius:8px;padding:1rem 2rem;font-size:1rem}.hero-stats{border-top:1px solid var(--color-border);gap:3rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-value{color:#fff;font-size:1.5rem;font-weight:700}.stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.hero-right{justify-content:center;display:flex;position:relative}.hero-showcase{background:linear-gradient(145deg,#ffffff1a,#ffffff0d);border-radius:20px;width:100%;max-width:500px;padding:1px;position:relative;box-shadow:0 20px 50px -10px #00000080}.hero-slider{border-radius:20px;overflow:hidden}.hero-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#18181bd9;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 20px #0000004d}.hero-floating-card.top{animation-delay:0s;top:10%;right:-20px}.hero-floating-card.bottom{animation-delay:2s;bottom:10%;left:-20px}.hero-floating-card .icon{font-size:1.5rem}.hero-floating-card .text{flex-direction:column;display:flex}.hero-floating-card .title{color:#fff;font-size:.8rem;font-weight:600}.hero-floating-card .sub{color:var(--color-text-secondary);font-size:.7rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{background:#0d0d0f;padding:5rem 1.5rem}.section-header{margin-bottom:4rem}.section-header.center{text-align:center}.section-title{margin-bottom:1rem;font-size:2rem;font-weight:700}.section-desc{color:var(--color-text-secondary);max-width:600px;margin:0 auto}.process-grid{flex-direction:column;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}@media (min-width:768px){.process-grid{flex-direction:row;align-items:flex-start;gap:1rem}}.process-step{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex:1;width:100%;padding:2rem;transition:transform .2s}.process-step:hover{border-color:var(--color-border-strong);transform:translateY(-5px)}.step-icon{color:#60a5fa;background:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:2.5rem;display:flex}.process-step h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.process-step p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.5}.process-arrow{color:var(--color-border-strong);align-self:center;font-size:2rem;display:none}@media (min-width:768px){.process-arrow{display:block}}.gallery-section{max-width:1400px;margin:0 auto;padding:5rem 1.5rem}.gallery-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.gallery-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;transition:all .2s;overflow:hidden}.gallery-item:hover{border-color:var(--color-border-strong);box-shadow:0 20px 40px -10px #0006}.gallery-caption{padding:1.5rem}.gallery-caption h3{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.gallery-caption p{color:var(--color-text-secondary);font-size:.9rem}.gallery-cta{text-align:center;margin-top:3rem}.hero-seq{width:100%;position:relative}.hero-seq-image{aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;display:block}.chained-seq{position:relative}.chained-seq-image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.chained-seq-label{color:#fff;background:#000000a6;border-radius:8px;padding:4px 8px;font-size:.72rem;position:absolute;top:10px;left:10px}.chained-seq-dots{gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.chained-seq-dot{background:#ffffff73;border:0;border-radius:999px;width:7px;height:7px}.chained-seq-dot.active{background:#fff}.home-footer{border-top:1px solid var(--color-border);background:#09090b;padding:2rem 1.5rem 3rem}.footer-content{flex-direction:column;justify-content:space-between;gap:1.25rem;max-width:1100px;margin:0 auto;display:flex}.footer-brand{font-family:var(--font-display);letter-spacing:.1em;color:var(--color-primary);margin:0;font-size:.8rem}.footer-copy{color:var(--color-text-secondary);margin-top:.35rem;margin-bottom:0}.footer-legal{color:var(--color-text-muted);margin-top:.5rem;margin-bottom:0;font-size:.82rem}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.footer-links a{color:var(--color-text-secondary);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--color-primary)}@media (min-width:768px){.footer-content{flex-direction:row;align-items:center}}
