.hero-container{width:100vw;height:100vh;color:var(--text-primary);background:linear-gradient(135deg,#f0f4f880 0%,#e6e9ef80 100%);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero-parallax-wrapper{perspective:1800px;z-index:1;pointer-events:none;justify-content:center;align-items:center;width:55%;height:100%;display:flex;position:absolute;top:0;right:0}.parallax-stage{width:100%;max-width:600px;height:600px;transform-style:preserve-3d;transition:transform .1s ease-out;transform:rotateX(55deg)rotate(-35deg)scale(.9)}.layer{border-radius:12px;width:100%;height:100%;transition:transform .1s linear;position:absolute;top:0;left:0;overflow:hidden;box-shadow:1px 1px #0000000d,5px 5px 20px #0000001a}.layer-img{object-fit:cover;object-position:center}.layer-1{z-index:1;opacity:.8;background-color:#fffc}.layer-2{z-index:2;opacity:.8}.layer-3{z-index:3;opacity:.8}.layer-4{z-index:4;opacity:.8}.layer-5{z-index:5;opacity:.8}.layer-6{z-index:6;opacity:.6}.btn-primary{background:var(--accent-ocean);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.btn-primary:hover{background:var(--accent-teal);color:#fff!important}.hero-content{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;width:50%;max-width:1200px;padding:0 4rem;display:flex;position:relative}.hero-title{text-shadow:0 2px 10px #fffc;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle-container{flex-direction:column;gap:1rem;max-width:500px;margin-bottom:3rem;display:flex}.hero-subtitle-lead{color:var(--text-primary);font-size:1.35rem;font-weight:500;line-height:1.4}.hero-subtitle-body{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.hero-actions{gap:1.5rem;display:flex}.btn-primary.large{background:linear-gradient(135deg,var(--accent-ocean),var(--accent-teal));color:var(--text-inverse);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.btn-primary.large:hover{transform:translateY(-2px);box-shadow:0 10px 25px #008b9b4d}.btn-primary.large svg,.btn-secondary.large svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.btn-primary.large:hover svg,.btn-secondary.large:hover svg{transform:translate(4px)}.btn-secondary.large{background:var(--bg-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);color:var(--text-primary);border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-secondary.large:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md);background:#ffffffe6;transform:translateY(-2px)}.hero-phase-track{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff80;border:1px solid #0000000d;border-radius:12px;align-items:center;gap:1.25rem;margin-top:3.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000008}.phase-step{flex-direction:column;gap:.25rem;display:flex}.phase-number{color:var(--accent-ocean);letter-spacing:.1em;font-size:.75rem;font-weight:700}.phase-label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}.phase-divider{background-color:var(--border-light);width:1px;height:30px}.scroll-indicator{z-index:10;color:var(--accent-ocean);flex-direction:column;align-items:flex-start;gap:.5rem;font-weight:600;display:flex;position:absolute;bottom:2rem;left:4rem}.mouse{border:2px solid var(--accent-ocean);border-radius:12px;justify-content:center;width:24px;height:36px;padding-top:6px;display:flex}.wheel{background:var(--accent-ocean);border-radius:2px;width:4px;height:8px;animation:1.5s infinite scroll}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:1024px){.hero-container{height:auto;min-height:100vh}.hero-parallax-wrapper{order:2;width:100%;height:45vh;margin:1rem 0;position:relative;overflow:hidden}.parallax-stage{transform:rotateX(45deg)rotate(-10deg)scale(.6)}.hero-content{display:contents}.hero-title{order:1;width:100%;margin-bottom:0;padding:6rem 2rem 0;font-size:3rem}.hero-subtitle-container{order:3;width:100%;padding:0 2rem}.hero-actions{flex-direction:column;order:4;width:100%;margin-top:1rem;padding:0 2rem}.hero-phase-track{order:5;width:calc(100% - 4rem);margin:2rem}.scroll-indicator{display:none}}@media (max-width:640px){.hero-parallax-wrapper{height:38vh;margin:1rem 0 .5rem}.parallax-stage{transform:rotateX(50deg)rotate(-8deg)scale(.45)}.hero-title{padding:5rem 1.25rem 0;font-size:2.4rem}.hero-subtitle-container{gap:.75rem;margin-bottom:2rem;padding:0 1.25rem}.hero-subtitle-lead{font-size:1.15rem}.hero-subtitle-body{font-size:.95rem}.hero-actions{padding:0 1.25rem}.hero-phase-track{flex-wrap:wrap;justify-content:center;gap:1rem;width:calc(100% - 2.5rem);margin:0 1.25rem 2rem}.phase-divider{display:none}.phase-step{text-align:center;align-items:center;width:calc(50% - 1rem)}}
