.header-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:transparent;padding:0 6rem;box-sizing:border-box}.header-inner{max-width:1400px;text-align:center;gap:3rem}.header-content,.header-inner{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.header-content{gap:2rem}.header-content h1{font-size:8.5rem;font-weight:200;letter-spacing:-.02em;line-height:.9;padding:0;color:#ffffff}.header-content h1,.hero-subtitle{margin:0;font-family:var(--font-poppins),sans-serif}.hero-subtitle{font-size:1.1rem!important;max-width:550px;color:rgba(255,255,255,.6);line-height:1.6;font-weight:300;letter-spacing:.01em}.header-actions{display:flex;justify-content:center;gap:.8rem;margin:0}.hero-btn{padding:.7rem 1.5rem;font-size:.85rem;font-weight:500;border-radius:100px;cursor:pointer;transition:all .2s ease;font-family:var(--font-poppins),sans-serif}.hero-btn.secondary{background:transparent;color:#ffffff;border:1px solid rgba(255,255,255,.2)}.hero-btn.secondary:hover{background:rgba(255,255,255,.1)}@media (max-width:1200px){.header-content h1{font-size:5.5rem}}@media (max-width:1024px){.header-inner{flex-direction:column;text-align:center;gap:1.5rem;padding-top:4rem;padding-bottom:2rem;justify-content:center;align-items:center}.header-content{text-align:center;width:100%}.header-container{min-height:100vh;height:auto;padding:0 1rem;display:flex;align-items:center;justify-content:center}.header-content{gap:1.5rem;align-items:center}.header-content h1{font-size:clamp(2.5rem,12vw,4rem);line-height:1;margin:0}.header-actions{justify-content:center;margin-top:0;width:100%;gap:.75rem}.morphing-text-wrapper{margin:0 auto;height:clamp(1.5rem,8vw,2.5rem);width:100%;position:relative}.morphing-text-wrapper span{font-size:clamp(1.5rem,8vw,2.5rem);font-weight:800;line-height:1}}@media (max-width:768px){.header-actions{flex-direction:column;width:100%;max-width:250px;margin-top:0}.hero-btn{width:100%;padding:.8rem;font-size:.85rem}}@media (max-width:480px){.header-inner{padding-top:3rem;gap:1rem}.header-container{min-height:100vh}}.info-section-container{width:100%;display:block;padding:8rem 4rem;background-color:transparent;box-sizing:border-box}@media (max-width:1024px){.info-section-container{padding:6rem 3rem}.info-text-container h3{font-size:3rem}}@media (max-width:768px){.info-section-container{padding:4rem 4vw}.info-text-container h3{font-size:2.2rem}.info-text-container p{font-size:1.1rem}.info-cards-container{grid-template-columns:1fr!important;gap:1.2rem}.info-card{padding:2.5rem 2rem}}.info-section-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:4rem;width:100%;box-sizing:border-box}.info-text-container{max-width:800px;color:#ffffff;display:flex;flex-direction:column;gap:1.5rem}.section-tag{display:block;font-size:1.2rem;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.1rem}.info-text-container h3{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0;letter-spacing:-.03em;background:linear-gradient(0deg,rgba(255,255,255,.4) 0,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:5px}.info-text-container p{font-size:1.25rem;color:rgba(255,255,255,.5);line-height:1.6}.info-cards-container{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(320px,auto);gap:1.5rem;width:100%}.info-card{background:rgba(255,255,255,.02);padding:3rem;border-radius:20px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;will-change:background,box-shadow;contain:layout style;position:relative;overflow:hidden}.info-card:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);transform:none}.info-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.card-icon{width:44px;height:44px;background:rgba(255,255,255,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.info-card:hover .card-icon{background:#fff;color:#000}.card-arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;color:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.info-card:hover .card-arrow{background:white;color:black;border-color:white;transform:translate(2px,-2px)}.card-content{display:flex;flex-direction:column;gap:.75rem}.card-content h4{font-size:1.45rem;font-weight:600;margin:0;color:#ffffff}.card-content p{font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.5);margin:0}