.ihub-nav{background:var(--White);width:100%;box-shadow:var(--lightShadow);z-index:1000;transition:all .3s;position:fixed;top:40px}.ihub-nav-content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.ihub-logo{color:var(--DarkCyan);font-size:1.5rem;font-weight:700;text-decoration:none}.ihub-nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}.ihub-nav-item{position:relative}.ihub-nav-link{color:var(--Gunmetal);cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s}.ihub-nav-link:hover{color:var(--DarkCyan)}.ihub-dropdown{background:var(--White);box-shadow:var(--shadow);opacity:0;visibility:hidden;border-radius:8px;min-width:200px;padding:1rem;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px)}.ihub-nav-item:hover .ihub-dropdown{opacity:1;visibility:visible;transform:translateY(10px)}.ihub-dropdown-item{color:var(--Gunmetal);padding:.5rem 0;text-decoration:none;transition:color .3s;display:block}.ihub-dropdown-item:hover{color:var(--DarkCyan)}.ihub-hero{background:var(--Main-Gradient);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.ihub-hero:before{content:"";background:#ffffff1a;border-radius:50%;width:100%;height:100%;position:absolute;top:-50%;right:-30%;transform:rotate(45deg)}.ihub-hero-content.landing-page{z-index:1;color:var(--White);max-width:700px;position:relative}.ihub-hero h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2;animation:.8s fadeInUp}.ihub-hero p{opacity:.95;animation:.8s .2s both fadeInUp}.ihub-cta-group{flex-wrap:wrap;gap:1rem;animation:.8s .4s both fadeInUp;display:flex}.ihub-btn{cursor:pointer;border:none;border-radius:5px;padding:12px 35px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ihub-btn-primary{background-color:var(--White);color:var(--DarkCyan)}.ihub-btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.ihub-btn-outline{color:var(--White);border:2px solid var(--White);background-color:#0000}.ihub-btn-outline:hover{background-color:var(--White);color:var(--DarkCyan)}.ihub-offers{background-color:var(--Gray);padding:80px 0}.ihub-section-header{text-align:center;margin-bottom:60px}.ihub-section-header h2{color:var(--Gunmetal);margin-bottom:1rem;font-size:2.5rem}.ihub-section-header p{color:var(--Gunmetal);opacity:.8;font-size:1.2rem}.ihub-offers-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.ihub-offer-card{background:var(--White);box-shadow:var(--lightShadow);border-radius:12px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.ihub-offer-card:before{content:"";background:var(--Main-Gradient);width:100%;height:5px;position:absolute;top:0;left:0}.ihub-offer-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.ihub-offer-icon{background:var(--Main-Gradient);width:60px;height:60px;color:var(--White);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.ihub-offer-card h3{color:var(--Gunmetal);margin-bottom:1rem;font-size:1.5rem}.ihub-offer-card p{color:var(--Gunmetal);margin-bottom:1rem;line-height:1.8}.ihub-offer-card ul{margin-bottom:1.5rem;list-style:none}.ihub-offer-card li{color:var(--Gunmetal);padding:.5rem 0 .5rem 1.5rem;position:relative}.ihub-offer-card li:before{content:"✓";color:var(--DarkCyan);font-weight:700;position:absolute;left:0}.ihub-testimonials{background:var(--White);padding:80px 0}.ihub-testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.ihub-testimonial-card{background:var(--Gray);box-shadow:var(--lightShadow);border-radius:12px;padding:2rem;position:relative}.ihub-testimonial-card:before{content:"\"";color:var(--DarkCyan);opacity:.3;font-size:4rem;position:absolute;top:-20px;left:20px}.ihub-testimonial-text{color:var(--Gunmetal);margin-bottom:1.5rem;font-style:italic}.ihub-testimonial-author{color:var(--DarkCyan);font-weight:600}.ihub-testimonial-role{color:var(--Gunmetal);opacity:.8;font-size:.9rem}.ihub-partners{background:var(--Gray);padding:60px 0}.ihub-partners-scroll{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-top:2rem;display:flex}.ihub-partner-logo{opacity:.7;filter:grayscale();height:60px;transition:opacity .3s}.ihub-partner-logo:hover{opacity:1;filter:grayscale(0%)}.ihub-cta-section{background:var(--Main-Gradient);text-align:center;color:var(--White);padding:80px 0}.ihub-cta-section h2{margin-bottom:2rem;font-size:2.5rem}.ihub-cta-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.ihub-cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem;transition:all .3s}.ihub-cta-card:hover{background:#fff3;transform:translateY(-5px)}.ihub-footer{background:var(--Gunmetal);color:var(--White);padding:60px 0 20px}.ihub-footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.ihub-footer-section h4{color:var(--White);margin-bottom:1.5rem}.ihub-footer-links{list-style:none}.ihub-footer-links li{margin-bottom:.5rem}.ihub-footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.ihub-footer-links a:hover{color:var(--White)}.ihub-social-links{gap:1rem;margin-top:1rem;display:flex}.ihub-social-links a{width:40px;height:40px;color:var(--White);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ihub-social-links a:hover{background:var(--DarkCyan);transform:translateY(-3px)}.ihub-footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:2rem}.ihub-newsletter{max-width:400px}.ihub-newsletter-form{gap:.5rem;margin-top:1rem;display:flex}.ihub-newsletter-input{color:var(--White);background:#ffffff1a;border:none;border-radius:5px;flex:1;padding:.75rem}.ihub-newsletter-input::placeholder{color:#fff9}.ihub-newsletter-btn{background:var(--DarkCyan);color:var(--White);cursor:pointer;border:none;border-radius:5px;padding:.75rem 1.5rem;transition:background .3s}.ihub-newsletter-btn:hover{background:var(--ViridianGreen)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ihub-nav-menu{display:none}.ihub-hero h1{font-size:2.5rem}.ihub-offers-grid,.ihub-cta-cards{grid-template-columns:1fr}}
