.hero-section{position:relative;width:100%;min-height:100vh;background:#000;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 0 60px}.hero-watermark{position:absolute;top:50%;left:4rem;transform:translateY(-50%);font-size:clamp(200px,45vw,280px);font-weight:950;color:hsla(0,0%,100%,.02);-webkit-text-stroke:1.5px hsla(0,0%,100%,.1);white-space:nowrap;pointer-events:none;z-index:1;letter-spacing:-.06em;line-height:.8;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;overflow:hidden;letter-spacing:.1rem}.hero-watermark span{display:inline-block;opacity:0;transform:translateY(110%);transition:transform 2s cubic-bezier(.16,1,.3,1),opacity 2s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--index) * .15s)}.hero-watermark.active span{opacity:1;transform:translateY(0)}.particle-sphere-wrapper{top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.hero-gradient-overlay,.particle-sphere-wrapper{position:absolute;width:100%;height:100%;pointer-events:none}.hero-gradient-overlay{top:0;left:0;background:radial-gradient(ellipse at center,var(--primary-glow) 0,transparent 60%,rgba(0,0,0,.9) 100%);z-index:3}.hero-content{position:relative;z-index:4;width:100%;max-width:1400px;padding:0 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:-10vh}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;backdrop-filter:blur(10px)}.badge-dot{width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 10px #fff}.hero-title{font-size:clamp(2rem,7vw,4rem);font-weight:400;line-height:1.1;margin:0;letter-spacing:-.04em;color:#fff;text-align:center}.hero-title span{display:block}.hero-title i{font-style:italic;font-weight:800;font-family:serif;letter-spacing:-.01em}.hero-bottom-left{position:relative;z-index:5;width:100%;max-width:1400px;padding:0 4rem;margin-top:5vh;display:flex;flex-direction:column;gap:2rem;pointer-events:all;text-align:left}.hero-description{font-size:1.1rem;line-height:1.6;color:hsla(0,0%,100%,.7);max-width:600px;margin:0}.hero-description i{color:#fff;font-style:italic;font-weight:600}.cta-primary,.hero-cta{display:flex;gap:1.5rem;align-items:center}.cta-primary{padding:.5rem .5rem .5rem 1.5rem;background:var(--primary-color);border-radius:100px;color:#fff;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 10px 30px var(--primary-glow)}.cta-primary:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px var(--primary-glow)}.cta-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000}.cta-secondary{background:transparent;color:#fff;border:none;font-weight:600;font-size:1rem;cursor:pointer;padding:.5rem 1rem;opacity:.8;transition:opacity .3s ease}.cta-secondary:hover{opacity:1}.scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;z-index:5}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,#fff,transparent)}.scroll-indicator span{font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:#fff}.reveal-text{overflow:hidden}.reveal-text span{display:block;transform:translateY(105%);transition:transform .8s cubic-bezier(.23,1,.32,1)}.reveal-text.active span{transform:translateY(0)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.fade-in.active{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-section{padding-top:80px;justify-content:flex-start}.hero-content{padding:1rem 1.5rem;margin-top:2vh}.hero-bottom-left{position:relative;bottom:0;left:0;margin:1rem auto 0;text-align:center;align-items:center;padding:0 1.5rem;width:100%;gap:1.25rem}.hero-description{max-width:500px}.hero-title{font-size:clamp(1.75rem,10vw,3rem);line-height:1.2}}@media (max-width:480px){.hero-badge{font-size:.65rem;padding:.4rem .8rem;margin-bottom:1rem}.hero-title{font-size:clamp(1.5rem,8vw,2rem)}.hero-bottom-left{padding:0 1rem;gap:1rem;margin-top:1rem}.hero-cta{flex-direction:column;width:100%;gap:1rem}.cta-primary{width:100%;justify-content:space-between;padding:.75rem 1.25rem}.cta-icon{width:44px;height:44px}.scroll-indicator{display:none}}.how-it-works-section{position:relative;width:100%;padding:5rem 0 8rem;background:transparent;overflow:hidden}.hiw-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 4rem}.hiw-header{max-width:860px;margin:0 auto 4rem;text-align:center}.hiw-badge{display:inline-block;margin-bottom:1.25rem;font-size:.75rem;font-weight:800;letter-spacing:.45em;text-transform:uppercase;color:var(--primary-color)}.hiw-title{font-size:clamp(2.75rem,5vw,4.5rem);font-weight:800;line-height:1;letter-spacing:-.05em;color:#fff}.hiw-title span{font-weight:300;opacity:.5}.hiw-subtitle{margin-top:1.5rem;font-size:1.1rem;line-height:1.7;color:hsla(0,0%,100%,.62)}.hiw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.hiw-card{position:relative;min-height:320px;padding:2rem;border-radius:32px;background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.015));border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(18px);box-shadow:0 30px 80px rgba(0,0,0,.24);transition:transform .4s ease,border-color .4s ease,background .4s ease}.hiw-card:hover{transform:translateY(-6px);border-color:rgba(245,158,11,.35);background:linear-gradient(180deg,hsla(0,0%,100%,.06),rgba(245,158,11,.04))}.hiw-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:4rem}.hiw-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);color:#fff;font-size:1.5rem}.hiw-step-number{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;line-height:1;letter-spacing:-.06em;color:hsla(0,0%,100%,.14)}.hiw-card-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin-bottom:1rem}.hiw-card-description{font-size:1.05rem;line-height:1.7;color:hsla(0,0%,100%,.62);max-width:34ch}.hiw-cta-wrap{display:flex;justify-content:center;margin-top:2rem}.hiw-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.95rem 1.75rem;background:var(--primary-color);border-radius:999px;color:#fff;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 10px 30px var(--primary-glow)}.hiw-cta-button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px var(--primary-glow)}.hiw-cta-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.hiw-ip-note{display:flex;align-items:center;gap:1rem;width:-moz-fit-content;width:fit-content;max-width:100%;margin:2rem auto 0;padding:1rem 1.25rem;border-radius:999px;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.2);color:hsla(0,0%,100%,.82);backdrop-filter:blur(12px)}.hiw-ip-note p{margin:0;font-size:.98rem;line-height:1.5}.hiw-ip-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;color:var(--primary-color);background:hsla(0,0%,100%,.06);font-size:1.15rem;flex-shrink:0}.hiw-bg-text{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:14vw;font-weight:950;letter-spacing:-.06em;color:hsla(0,0%,100%,.02);white-space:nowrap;pointer-events:none;z-index:0}@media (max-width:1200px){.how-it-works-section{padding:4rem 0 6rem}.hiw-container{padding:0 2.5rem}.hiw-grid{gap:1.25rem}.hiw-card{min-height:280px;padding:1.75rem}.hiw-card-top{margin-bottom:3rem}.hiw-card-title{font-size:1.55rem}}@media (max-width:991px){.how-it-works-section{padding:3.5rem 0 5rem}.hiw-container{padding:0 2rem}.hiw-header{margin-bottom:3rem}.hiw-grid{grid-template-columns:1fr}.hiw-card{min-height:0}.hiw-bg-text{font-size:18vw;top:1.5rem}.hiw-ip-note{width:100%;border-radius:24px;justify-content:flex-start}}@media (max-width:768px){.how-it-works-section{padding:3rem 0 5rem}.hiw-container{padding:0 1.5rem}.hiw-header{margin-bottom:2.5rem}.hiw-title{font-size:clamp(2.2rem,11vw,3rem)}.hiw-subtitle{font-size:1rem}.hiw-card{padding:1.5rem;border-radius:24px}.hiw-card-top{margin-bottom:1.75rem}.hiw-icon-wrapper{width:56px;height:56px;border-radius:18px;font-size:1.3rem}.hiw-step-number{font-size:2.25rem}.hiw-card-title{font-size:1.4rem}.hiw-card-description{font-size:.98rem}.hiw-cta-wrap{margin-top:1.5rem}.hiw-cta-button{width:100%;padding:1rem 1.5rem}.hiw-ip-note{width:100%;border-radius:24px;align-items:flex-start;padding:1rem;gap:.85rem}.hiw-bg-text{display:none}}@media (max-width:480px){.how-it-works-section{padding:2.5rem 0 4rem}.hiw-container{padding:0 1rem}.hiw-header{margin-bottom:2rem}.hiw-badge{letter-spacing:.28em}.hiw-card{padding:1.25rem;border-radius:20px}.hiw-card-title{font-size:1.25rem}.hiw-card-description{font-size:.94rem;max-width:none}.hiw-step-number{font-size:2rem}.hiw-cta-button{font-size:.95rem}.hiw-ip-note p{font-size:.92rem}}