#navbar{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000;border-bottom:1px solid #ffffff1a;transition:all .3s;position:fixed;top:0;left:0;right:0}#navbar.scrolled{background:#000}@media (width>=768px){#navbar .nav-inner{height:6rem;padding:0 2rem}}@media (width>=768px){#navbar .nav-logo{height:4rem}}@media (width>=768px){#navbar .nav-links{display:flex}}#navbar .nav-links a{color:#fff;font-size:1rem;font-weight:600;transition:color .3s;position:relative}#navbar .nav-cta{color:#fff;background:#3a5ce4;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:none;box-shadow:0 10px 15px -3px #3a5ce440}@media (width>=768px){#navbar .nav-cta{display:inline-flex}}#navbar .hamburger{color:#fff;cursor:pointer;background:0 0;border:none;display:block}@media (width>=768px){#navbar .hamburger{display:none}}#navbar .gradient-line{opacity:.6;background:linear-gradient(90deg,#0000,#3a5ce4,#0000);width:100%;height:1px}#mobile-menu{color:#fff;z-index:9998;background:#111317;border-top:1px solid #282b33;padding:1rem;display:none;position:fixed;top:5rem;left:0;right:0}@media (width>=768px){#mobile-menu{top:6rem}}#mobile-menu a{color:#fff;padding:.5rem 0;font-size:.875rem;font-weight:500;transition:color .3s;display:block}#mobile-menu .mob-cta{color:#fff;background:#3a5ce4;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}#footer{color:#fff;background:#111317;border-top:1px solid #282b33;padding:2rem 1rem}@media (width>=768px){#footer .footer-inner{flex-direction:row;justify-content:space-between}}:root{--background:228 15% 8%;--foreground:0 0% 96%;--card:228 15% 11%;--card-foreground:0 0% 96%;--primary:228 76% 56%;--primary-foreground:0 0% 100%;--secondary:228 15% 16%;--secondary-foreground:0 0% 92%;--muted:228 12% 18%;--muted-foreground:228 10% 75%;--border:228 12% 18%;--input:228 12% 22%;--destructive:0 84% 60%;--gold:45 90% 55%;--surface:228 15% 13%;--radius:.5rem}#home-root{background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}#home-root h1,#home-root h2,#home-root h3,#home-root h4,#home-root h5,#home-root h6{font-family:Poppins,sans-serif;line-height:1.15}.max-w-7xl{margin-horizontal:auto;max-width:80rem}.max-w-5xl{margin-horizontal:auto;max-width:64rem}.max-w-4xl{margin-horizontal:auto;max-width:56rem}.max-w-2xl{margin-horizontal:auto;max-width:42rem}.max-w-md{max-width:28rem}.text-center{text-align:left}@media (width>=768px){.text-center{text-align:center}}.text-left{text-align:left}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.items-center{align-items:center}.items-start{align-items:start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.w-full{width:100%}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-black{font-weight:900}.font-mono{font-family:ui-monospace,monospace}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.leading-tight{line-height:1.15}.leading-snug{line-height:1.3}.leading-relaxed{line-height:1.7}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.snap-x{scroll-snap-type:x mandatory}.snap-start{scroll-snap-align:start}.shrink-0{flex-shrink:0}.whitespace-nowrap{white-space:nowrap}.resize-none{resize:none}.outline-none{outline:none}.transition-all{transition:all .3s}.transition-colors{transition:color .3s,background-color .3s,border-color .3s}.transition-transform{transition:transform .3s}.transition-opacity{transition:opacity .5s}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.aspect-video{aspect-ratio:16/9}.bg-background{background:hsl(var(--background))}.bg-card{background:hsl(var(--card))}.bg-primary{background:hsl(var(--primary))}.bg-primary\/5{background:hsl(var(--primary) / .05)}.bg-primary\/10{background:hsl(var(--primary) / .1)}.bg-primary\/20{background:hsl(var(--primary) / .2)}.bg-secondary\/30{background:hsl(var(--secondary) / .3)}.bg-black\/30{background:#0000004d}.bg-black\/20{background:#0003}.bg-background\/80{background:hsl(var(--background) / .8)}.bg-background\/90{background:hsl(var(--background) / .9)}.bg-white\/5{background:#ffffff0d}.text-foreground{color:hsl(var(--foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-gray-300{color:#d1d5db}.border-border{border:1px solid hsl(var(--border))}.border-primary{border-color:hsl(var(--primary))}.border-t-border{border-top:1px solid hsl(var(--border))}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-primary\/25{box-shadow:0 10px 15px -3px hsl(var(--primary) / .25)}.shadow-primary\/30{box-shadow:0 10px 15px -3px hsl(var(--primary) / .3)}.text-gradient-blue{-webkit-text-fill-color:transparent;color:#0000;background-image:linear-gradient(135deg,#3a5ce4,#8197ee);-webkit-background-clip:text;background-clip:text}.section-padding{padding:2rem 1rem}@media (width>=768px){.section-padding{padding:3rem 2rem}}@media (width>=1024px){.section-padding{padding:3.75rem 4rem}}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.pt-4{padding-top:1rem}.pt-10{padding-top:2.5rem}.pt-20{padding-top:5rem}.pb-2{padding-bottom:.5rem}.pb-6{padding-bottom:1.5rem}.pb-12{padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-10{padding:2.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dash-travel{to{stroke-dashoffset:-24px}}.marquee{animation:30s linear infinite marquee}.fade-up{animation:.6s ease-out forwards fadeUp}#navbar{z-index:9999;background:0 0;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}#navbar.scrolled{background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:hsl(var(--border))}#navbar .nav-inner{justify-content:space-between;align-items:center;max-width:80rem;height:5rem;margin:0 auto;padding:0 1rem;display:flex}@media (width>=768px){#navbar .nav-inner{height:6rem;padding:0 2rem}}#navbar .nav-logo{height:3rem}@media (width>=768px){#navbar .nav-logo{height:4rem}}#navbar .nav-links{align-items:center;gap:3rem;display:none;position:absolute;left:50%;transform:translate(-50%)}@media (width>=768px){#navbar .nav-links{display:flex}}#navbar .nav-links a{font-size:1rem;font-weight:600;transition:color .3s;position:relative}#navbar .nav-links a:after{content:"";background:hsl(var(--primary));border-radius:9999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}#navbar .nav-links a:hover:after{width:100%}#navbar .nav-links a:hover{color:hsl(var(--primary))}#navbar .nav-cta{display:none}@media (width>=768px){#navbar .nav-cta{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 10px 15px -3px hsl(var(--primary) / .25);border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}}#navbar .nav-cta:hover{background:hsl(var(--primary) / .9)}#navbar .hamburger{color:hsl(var(--foreground));display:block}@media (width>=768px){#navbar .hamburger{display:none}}#navbar .gradient-line{background:linear-gradient(90deg, transparent, hsl(var(--primary)), transparent);opacity:.6;width:100%;height:1px;display:none}#navbar.scrolled .gradient-line{display:block}#mobile-menu{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:1rem;display:none}#mobile-menu.open{display:block}#mobile-menu a{padding:.5rem 0;font-size:.875rem;font-weight:500;transition:color .3s;display:block}#mobile-menu a:hover{color:hsl(var(--primary))}#mobile-menu .mob-cta{background:hsl(var(--primary));color:hsl(var(--primary-foreground));width:100%;box-shadow:0 10px 15px -3px hsl(var(--primary) / .25);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}#hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}#hero .hero-bg{background-image:url(https://buildwithhemant.com/wp/wp-content/uploads/2026/04/hv-sir-hero-.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}@media (width>=768px){#hero .hero-bg{background-image:url(https://buildwithhemant.com/wp/wp-content/uploads/2026/04/freepik_like-img1-make-the-img2-u_2762369642.webp)}}#hero .hero-overlay{background:linear-gradient(to bottom, #000000e6, hsl(var(--background) / .6), hsl(var(--background)));position:absolute;inset:0}#hero .hero-content{z-index:10;text-align:center;max-width:64rem;margin:0 auto;padding:5rem 1rem 2rem;position:relative}#hero h1{margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.15}@media (width>=640px){#hero h1{font-size:3rem}}@media (width>=768px){#hero h1{font-size:3.75rem}}@media (width>=1024px){#hero h1{font-size:4.5rem}}#hero .hero-cta{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:all .3s;display:inline-flex}@media (width>=640px){#hero .hero-cta{gap:.75rem;padding:1rem 1.5rem;font-size:1rem}}@media (width>=768px){#hero .hero-cta{padding:1rem 2rem;font-size:1.125rem}}#hero .hero-cta:hover{background:hsl(var(--primary) / .9);transform:scale(1.05)}#hero .hero-sub{color:hsl(var(--muted-foreground));margin-top:.75rem;font-size:.875rem}#quote-section{padding:2rem 1rem}@media (width>=768px){#quote-section{padding:3rem 1.5rem}}@media (width>=1024px){#quote-section{padding:3.75rem 1.5rem}}#quote-section .quote-wrap{max-width:56rem;margin:0 auto;position:relative}#quote-section .quote-mark{color:hsl(var(--primary) / .15);-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Space Grotesk,sans-serif;font-size:100px;line-height:1;position:absolute;top:-1rem;left:1rem}@media (width>=768px){#quote-section .quote-mark{font-size:140px;left:0}}#quote-section .quote-inner{border-left:4px solid hsl(var(--primary));padding:1rem 0 1rem 2rem;position:relative}@media (width>=768px){#quote-section .quote-inner{padding-left:3rem}}#quote-section blockquote{font-size:1.15rem;font-weight:700;line-height:1.4}@media (width>=640px){#quote-section blockquote{font-size:1.75rem}}@media (width>=768px){#quote-section blockquote{font-size:2.25rem}}#quote-section .quote-author{align-items:center;gap:.75rem;margin-top:2rem;display:flex}#quote-section .quote-author .line{background:hsl(var(--primary));width:2.5rem;height:1px}#quote-section .quote-author p{letter-spacing:.025em;font-size:1.125rem;font-weight:600}#about .about-grid{flex-direction:column;gap:0;display:flex}#about .about-grid>div:first-child{display:contents}#about .label{order:1}#about h2{order:2}#about .about-img-wrap{order:3;width:100%;margin-bottom:2.5rem;position:relative}#about .about-text{order:4}@media (width>=768px){#about .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}#about .about-grid>div:first-child{display:block}#about .about-img-wrap{order:unset;margin-bottom:0}}#about .about-img-wrap img{border-radius:1rem;width:100%;height:auto}#about .about-img-wrap .blur-1{background:hsl(var(--primary) / .1);filter:blur(40px);border-radius:9999px;width:6rem;height:6rem;position:absolute;bottom:-1rem;right:-1rem}#about .about-img-wrap .blur-2{background:hsl(var(--primary) / .05);filter:blur(48px);border-radius:9999px;width:8rem;height:8rem;position:absolute;top:-1rem;left:-1rem}#about .label{color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600}#about .about-text p{color:#d1d5db;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}@media (width>=768px){#about .about-text p{font-size:1.125rem}}#about .about-text strong{color:hsl(var(--foreground))}#about .about-text em{color:hsl(var(--primary));font-style:italic;font-weight:600}#video-section{background:hsl(var(--secondary) / .3);padding:2rem 1rem 3rem;border-bottom:1px solid #000!important}@media (width>=768px){#video-section{padding:3rem 1.5rem 4rem}}@media (width>=1024px){#video-section{padding:3.75rem 1.5rem 4rem}}#video-section .video-wrap{text-align:left;max-width:56rem;margin:0 auto}@media (width>=768px){#video-section .video-wrap{text-align:center}}#video-section h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}@media (width>=640px){#video-section h2{font-size:1.875rem}}@media (width>=768px){#video-section h2{font-size:2.25rem}}#video-section .video-frame{aspect-ratio:16/9;border:1px solid hsl(var(--border));will-change:transform;transform-origin:bottom;transition:transform .1s ease-out;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}#video-section .video-frame iframe{width:100%;height:100%;position:absolute;inset:0}#video-section .stats-bar{border-top:1px solid hsl(var(--foreground) / .1);max-width:75rem;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding-top:2.5rem}#video-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=768px){#video-section .stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}#video-section .stat-val{color:hsl(var(--primary));margin-bottom:.5rem;font-size:1.875rem;font-weight:700}@media (width>=1024px){#video-section .stat-val{font-size:3rem}}#video-section .stat-label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500}@media (width>=640px){#video-section .stat-label{font-size:.875rem}}#who-we-help{padding:2rem 0;position:relative;overflow:hidden}@media (width>=1024px){#who-we-help{padding:3.75rem 0}}#who-we-help .wwh-inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media (width>=640px){#who-we-help .wwh-inner{padding:0 1.5rem}}@media (width>=1024px){#who-we-help .wwh-inner{padding:0 2rem}}#who-we-help .mobile-cards{gap:1.25rem;display:grid}@media (width>=640px){#who-we-help .mobile-cards{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){#who-we-help .mobile-cards{display:none}}.wwh-card{background:hsl(var(--card));border-left:4px solid hsl(var(--primary) / .6);border-radius:.75rem;padding:1.5rem;transition:all .5s;box-shadow:0 1px 3px #0000001a}.wwh-card.active{border-left-color:hsl(var(--primary));transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a}.wwh-card .icon-circle{background:hsl(var(--primary) / .1);border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.75rem;display:flex}.wwh-card .icon-circle svg{width:20px;height:20px;color:hsl(var(--primary))}.wwh-card h3{text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.wwh-card p{color:hsl(var(--muted-foreground));font-size:.875rem}#who-we-help .desktop-radial{display:none;position:relative}@media (width>=1024px){#who-we-help .desktop-radial{height:780px;display:block}}#who-we-help .hub{z-index:10;border:2px dashed hsl(var(--primary) / .3);background:hsl(var(--card));border-radius:9999px;flex-direction:column;justify-content:center;align-items:center;width:13rem;height:13rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 15px -3px #0000001a}#who-we-help .hub .hub-label{text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--primary));margin-bottom:.25rem;font-size:.75rem;font-weight:600}#who-we-help .hub h2{font-size:1.875rem;font-weight:700}#who-we-help .hub .hub-divider{background:hsl(var(--primary) / .3);width:2rem;height:1px;margin:.5rem 0}#who-we-help .hub .hub-sub{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500}.orbital-card{background:hsl(var(--card));border-left:4px solid hsl(var(--primary) / .6);border-radius:.75rem;width:14rem;padding:1.25rem;transition:all .5s;position:absolute;top:50%;left:50%;box-shadow:0 4px 6px -1px #0000001a}.orbital-card.active{border-left-color:hsl(var(--primary));transform-origin:50%;z-index:20;box-shadow:0 20px 25px -5px #0000001a}#pillars .pillars-layout{flex-direction:column-reverse;align-items:center;gap:3rem;display:flex}@media (width>=1024px){#pillars .pillars-layout{flex-direction:row;gap:4rem}}#pillars .pillars-left{width:100%}@media (width>=1024px){#pillars .pillars-left{width:55%}}#pillars .pillars-right{justify-content:center;width:100%;display:flex}@media (width>=1024px){#pillars .pillars-right{justify-content:flex-end;width:45%}}#pillars .pillar-item{cursor:pointer;border-bottom:1px solid #ffffff1a;border-left:4px solid #0000;padding:0;transition:all .3s}#pillars .pillar-item:last-child{border-bottom:none}#pillars .pillar-item.active{border-left-color:hsl(var(--primary));background:#ffffff0d;border-radius:.75rem;margin:0 -1.25rem;padding:0 1.25rem}#pillars .pillar-row{align-items:flex-start;gap:1rem;padding:1.25rem 0;display:flex}#pillars .pillar-num{color:hsl(var(--muted-foreground) / .5);margin-top:.25rem;font-family:ui-monospace,monospace;font-size:1.125rem;font-weight:700;transition:color .3s}#pillars .pillar-item.active .pillar-num{color:hsl(var(--primary))}#pillars .pillar-title{text-transform:uppercase;letter-spacing:.025em;color:hsl(var(--foreground) / .7);font-size:1.25rem;font-weight:700;transition:all .3s}@media (width>=640px){#pillars .pillar-title{font-size:1.5rem}}#pillars .pillar-item.active .pillar-title{color:hsl(var(--foreground))}#pillars .pillar-desc{opacity:0;max-height:0;margin-top:0;transition:all .5s;overflow:hidden}#pillars .pillar-item.active .pillar-desc{opacity:1;max-height:5rem;margin-top:.5rem}#pillars .pillar-desc-inner{align-items:flex-start;gap:.5rem;display:flex}#pillars .pillar-desc-inner .bar{background:hsl(var(--primary));border-radius:9999px;flex-shrink:0;width:2px;height:1.25rem;margin-top:.125rem}#pillars .pillar-desc-inner p{color:hsl(var(--muted-foreground));font-size:1rem}#pillars .pillar-img-wrap{position:relative}#pillars .pillar-img-wrap .blur-bg{background:hsl(var(--primary) / .05);filter:blur(48px);border-radius:9999px;position:absolute;inset:-1.5rem}#pillars .pillar-img-wrap img{object-fit:contain;border-radius:1rem;width:100%;max-width:28rem;position:relative;box-shadow:0 25px 50px -12px #00000040}#testimonials .label{color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600}#testimonials .logo-row{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}@media (width>=768px){#testimonials .logo-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}}.logo-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;min-width:120px;padding:.75rem 1rem;display:inline-flex}#static-logos .logo-card{width:100%;min-width:0;display:flex}@media (width>=768px){.logo-card{min-width:140px;padding:1rem 1.5rem}#static-logos .logo-card{width:auto;min-width:140px}}.logo-card span{letter-spacing:.025em;font-size:.875rem;font-weight:600}#testimonials .scroll-row{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));margin-bottom:3rem;padding:1rem 0;position:relative;overflow:hidden}#testimonials .scroll-inner{white-space:nowrap;gap:2rem;animation:30s linear infinite marquee;display:flex}#testimonials .video-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){#testimonials .video-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){#testimonials .video-grid{grid-template-columns:repeat(3,1fr)}}.yt-facade{aspect-ratio:16/9;background:hsl(var(--card));border:1px solid hsl(var(--border));cursor:pointer;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.yt-facade img{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;inset:0}.yt-facade:hover img{transform:scale(1.05)}.yt-facade .overlay{background:#0000004d;transition:background .3s;position:absolute;inset:0}.yt-facade:hover .overlay{background:#0003}.yt-facade .play-btn{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.yt-facade .play-btn div{background:hsl(var(--primary));width:3.5rem;height:3.5rem;box-shadow:0 10px 15px -3px hsl(var(--primary) / .3);border-radius:9999px;justify-content:center;align-items:center;transition:transform .3s;display:flex}.yt-facade:hover .play-btn div{transform:scale(1.1)}.yt-facade .play-btn svg{width:1.5rem;height:1.5rem;fill:hsl(var(--primary-foreground));margin-left:2px}#results .cs-header{z-index:10;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding-bottom:1rem;position:relative}@media (width>=1024px){#results .cs-header{padding-bottom:1.5rem;position:sticky;top:4rem}}#results .cs-desktop{gap:2.5rem;margin-top:2.5rem;display:none}@media (width>=1024px){#results .cs-desktop{display:flex}}#results .cs-img-col{width:45%}#results .cs-img-sticky{position:sticky}#results .cs-img-wrap{aspect-ratio:16/9;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}#results .cs-img-wrap img{object-fit:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}#results .cs-img-badge{background:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);padding:.5rem 1rem;position:absolute;bottom:1rem;left:1rem}#results .cs-img-badge span{color:hsl(var(--primary));font-size:1.125rem;font-weight:700}#results .cs-cards-col{width:55%}#results .cs-card{border:1px solid hsl(var(--border) / .5);background:hsl(var(--card) / .5);opacity:.6;border-radius:.75rem;margin-bottom:5rem;padding:1.5rem 2rem;transition:all .3s}#results .cs-card:last-child{margin-bottom:0}#results .cs-card.active{border-color:hsl(var(--primary) / .5);background:hsl(var(--card));box-shadow:0 10px 15px -3px hsl(var(--primary) / .05);opacity:1;transform:scale(1.01)}#results .cs-card .cs-num{color:hsl(var(--primary) / .3);font-size:1.875rem;font-weight:700;transition:color .3s}#results .cs-card.active .cs-num{color:hsl(var(--primary))}#results .cs-card h4{font-size:1.25rem;font-weight:700;line-height:1.3}#results .cs-card .cs-result{color:hsl(var(--primary));border-top:1px solid hsl(var(--border));margin-top:1rem;padding-top:1rem;font-size:1rem;font-weight:700}#results .cs-card ul{padding:0;list-style:none}#results .cs-card li{color:hsl(var(--muted-foreground));align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:1rem;display:flex}#results .cs-card li .bullet{color:hsl(var(--primary));margin-top:.25rem}#results .cs-mobile{gap:1.5rem;margin-top:2.5rem;display:grid}@media (width>=1024px){#results .cs-mobile{display:none}}.cs-mobile-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden}.cs-mobile-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.cs-mobile-card .cs-mob-body{padding:1.5rem}.cs-mobile-card h4{font-size:1.125rem;font-weight:700;line-height:1.3}.cs-mobile-card li{color:hsl(var(--muted-foreground));align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.cs-mobile-card li .bullet{color:hsl(var(--primary));margin-top:.25rem}.cs-mobile-card .cs-result{color:hsl(var(--primary));border-top:1px solid hsl(var(--border));margin-top:1rem;padding-top:1rem;font-size:.875rem;font-weight:700}#ecosystem .eco-featured{margin-bottom:2.5rem;display:none}@media (width>=1024px){#ecosystem .eco-featured{display:block}}#ecosystem .eco-featured-inner{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;display:flex;overflow:hidden}#ecosystem .eco-featured-img{aspect-ratio:16/9;width:50%;position:relative;overflow:hidden}#ecosystem .eco-featured-img img{object-fit:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}#ecosystem .eco-featured-content{flex-direction:column;justify-content:center;width:50%;padding:2.5rem;display:flex;position:relative;overflow:hidden}#ecosystem .eco-featured-content .bg-num{color:hsl(var(--primary) / .05);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:8rem;font-weight:900;line-height:1;position:absolute;top:-1rem;right:-.5rem}#ecosystem .eco-featured-content .eco-icon-wrap{background:hsl(var(--primary) / .1);border-radius:var(--radius);padding:.5rem;display:inline-flex}#ecosystem .eco-featured-content .eco-icon-wrap svg{color:hsl(var(--primary));width:22px;height:22px}#ecosystem .eco-thumbs{grid-template-columns:repeat(5,1fr);gap:1rem;display:none}@media (width>=1024px){#ecosystem .eco-thumbs{display:grid}}.eco-thumb{border:1px solid hsl(var(--border) / .5);text-align:left;opacity:.7;border-radius:.75rem;transition:all .3s;overflow:hidden}.eco-thumb:hover{opacity:1;border-color:hsl(var(--border))}.eco-thumb.active{outline:2px solid hsl(var(--primary));border-color:hsl(var(--primary));opacity:1;transform:scale(1.03);box-shadow:0 10px 15px -3px #0000001a}.eco-thumb .thumb-img{aspect-ratio:16/9;overflow:hidden}.eco-thumb .thumb-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.eco-thumb:hover .thumb-img img{transform:scale(1.05)}.eco-thumb .thumb-label{background:hsl(var(--card));color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;padding:.75rem;font-size:.875rem;font-weight:600;transition:color .3s;overflow:hidden}.eco-thumb.active .thumb-label{color:hsl(var(--primary))}#ecosystem .eco-mobile{display:block}@media (width>=1024px){#ecosystem .eco-mobile{display:none}}#ecosystem .eco-mob-featured{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;margin-bottom:1.5rem;overflow:hidden}#ecosystem .eco-mob-featured .eco-mob-img{aspect-ratio:16/9;position:relative;overflow:hidden}#ecosystem .eco-mob-featured .eco-mob-img img{object-fit:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}#ecosystem .eco-mob-featured .eco-mob-content{padding:1.5rem;position:relative;overflow:hidden}#ecosystem .eco-mob-featured .eco-mob-content .bg-num{color:hsl(var(--primary) / .05);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:5rem;font-weight:900;line-height:1;position:absolute;top:-.5rem;right:-.25rem}#ecosystem .eco-mob-thumbs{scroll-snap-type:x mandatory;gap:.75rem;margin:0 -1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;display:flex;overflow-x:auto}.eco-mob-thumb{border:1px solid hsl(var(--border) / .5);scroll-snap-align:start;border-radius:.75rem;flex-shrink:0;width:7rem;transition:all .3s;overflow:hidden}.eco-mob-thumb.active{outline:2px solid hsl(var(--primary));border-color:hsl(var(--primary))}.eco-mob-thumb .thumb-img{aspect-ratio:16/9;overflow:hidden}.eco-mob-thumb .thumb-img img{object-fit:cover;width:100%;height:100%}.eco-mob-thumb .thumb-label{background:hsl(var(--card));text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:.5rem;font-size:.75rem;font-weight:600;overflow:hidden}#contact .cta-grid{align-items:start;gap:3rem;display:grid}@media (width>=1024px){#contact .cta-grid{grid-template-columns:1fr 1fr;gap:5rem}}#contact .cta-left{position:relative}@media (width>=1024px){#contact .cta-left{position:sticky;top:6rem}}#contact .cta-form{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem}@media (width>=768px){#contact .cta-form{padding:2rem}}#contact .cta-form label{margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}#contact .cta-form input,#contact .cta-form textarea{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;color:hsl(var(--foreground));outline:none;padding:.75rem 1rem;font-size:.875rem;transition:all .3s}#contact .cta-form input::placeholder,#contact .cta-form textarea::placeholder{color:hsl(var(--muted-foreground))}#contact .cta-form input:focus,#contact .cta-form textarea:focus{box-shadow:0 0 0 2px hsl(var(--primary));border-color:#0000}#contact .cta-form .submit-btn{background:hsl(var(--primary));width:100%;color:hsl(var(--primary-foreground));border-radius:var(--radius);text-transform:uppercase;letter-spacing:.025em;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}#contact .cta-form .submit-btn:hover{background:hsl(var(--primary) / .9);transform:scale(1.02)}#faq .faq-grid{align-items:start;gap:3rem;display:grid}@media (width>=1024px){#faq .faq-grid{grid-template-columns:1fr 1fr;gap:5rem}}#faq .faq-left{position:relative}@media (width>=1024px){#faq .faq-left{position:sticky;top:6rem}}.faq-item{border-bottom:1px solid hsl(var(--border));padding:.25rem 0}.faq-trigger{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 0;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.faq-trigger:hover{color:hsl(var(--primary))}.faq-trigger .faq-arrow{width:1.25rem;height:1.25rem;color:hsl(var(--primary));flex-shrink:0;transition:transform .2s;transform:rotate(0)}.faq-item.open .faq-trigger .faq-arrow{transform:rotate(90deg)}.faq-answer{max-height:0;padding:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 0 1rem}.faq-answer p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.7}#footer{border-top:1px solid hsl(var(--border));padding:2rem 1rem}#footer .footer-inner{flex-direction:column;align-items:center;gap:1rem;max-width:80rem;margin:0 auto;display:flex}@media (width>=768px){#footer .footer-inner{flex-direction:row;justify-content:space-between}}#footer .footer-links{align-items:center;gap:1.5rem;display:flex}#footer .footer-links a{color:hsl(var(--muted-foreground));font-size:.875rem;transition:color .3s}#footer .footer-links a:hover{color:hsl(var(--foreground))}#footer .copy{color:hsl(var(--muted-foreground));font-size:.875rem}#video-section,#who-we-help,#results,#faq{color:#111827!important;background-color:#fff!important}#video-section .stat-label{color:#6b7280!important}#video-section .stats-bar{border-top-color:#e5e7eb!important}#video-section .stat-val{font-size:1.5rem!important}@media (width>=640px){#video-section .stat-val{font-size:1.875rem!important}}@media (width>=1024px){#video-section .stat-val{font-size:2.25rem!important}}.wwh-card,.orbital-card,#who-we-help .hub{background-color:#fff!important;border-color:#e5e7eb!important;box-shadow:0 4px 6px -1px #0000000d!important}.wwh-card p,.orbital-card p{color:#4b5563!important}#who-we-help .hub-sub{color:#6b7280!important}#results .cs-header{background-color:#fff!important;border-bottom-color:#e5e7eb!important}#results .text-muted-foreground{color:#4b5563!important}.cs-card,.cs-mobile-card{background-color:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.cs-card h4,.cs-mobile-card h4{color:hsl(var(--foreground))!important}.cs-card li,.cs-mobile-card li{color:hsl(var(--muted-foreground))!important}.faq-item{border-bottom-color:#e5e7eb!important}#faq .text-muted-foreground{color:#4b5563!important}.faq-trigger{color:#111827!important}.faq-trigger:hover,.faq-item.open .faq-trigger{color:hsl(var(--primary))!important}.faq-answer p{color:#374151!important;font-weight:500!important}h2{font-size:2.25rem!important}#video-section h2{font-size:1.875rem!important}@media (width>=640px){#video-section h2{font-size:2.25rem!important}}@media (width>=768px){#video-section h2{font-size:3rem!important}}h3{font-size:1.5rem!important}.wwh-card h3,.orbital-card h3{font-size:1rem!important}#pillars .pillar-title{font-size:1.5rem!important}@media (width>=640px){#pillars .pillar-title{font-size:1.875rem!important}}#results .cs-card h4{font-size:1.5rem!important}.cs-mobile-card h4{font-size:1.25rem!important}.eco-featured-content h3{font-size:1.875rem!important}.eco-mob-content h3{font-size:1.25rem!important}:root{--bg-primary:white;--bg-secondary:#f7f7f7;--bg-tertiary:#efefef;--bg-dark:#0f172a;--accent-light:#2f5bff;--accent-dark:#1e3a8a;--accent-gradient:linear-gradient(135deg, #2f5bff 0%, #1e3a8a 100%);--accent-gradient-hover:linear-gradient(135deg, #1e3a8a 0%, #2f5bff 100%);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#e2e8f0;--card-bg:var(--bg-primary)}p,.hero-paragraph,.ja-text,.ja-left-text,.video-subtext,.pillar-hidden-text,.testimonials-section-desc,.sub-text,.card-desc,.book-text,.benefit-desc,.venture-address,.services-subheading,.footer-links a,.footer-heading,.copyright-text,.trademark-text,.stats-label,.btn-sub-text,.small,label,input,textarea,select{font-family:DM Sans,sans-serif!important}body,html{color:var(--text-primary);background-color:var(--bg-primary);scroll-behavior:smooth;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow:visible}.hero-section{background-repeat:no-repeat}.main-content-wrapper{width:100%;position:relative;overflow-x:clip}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none;transition:all .3s}.bg-white{background-color:var(--bg-primary)}.bg-gray{background-color:var(--bg-secondary)}.bg-dark{background-color:var(--bg-dark);color:var(--bg-primary)}.section{border-bottom:none;margin:0 auto;padding:100px 0;position:relative}.site-header{-webkit-backdrop-filter:blur(10px);z-index:9999;border-bottom:1px solid var(--border-color);background-color:#fff;align-items:center;width:100%;height:80px;transition:all .4s;display:flex;left:0;box-shadow:0 2px 4px #00000014;position:fixed!important;top:0!important}.site-header.header-scrolled{height:70px;box-shadow:0 4px 12px #00000026}body.admin-bar .site-header{top:32px!important}@media screen and (width<=782px){body.admin-bar .site-header{top:46px!important}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.main-header{width:100%;transition:all .4s}.main-header-inner{justify-content:space-between;align-items:center;gap:30px;height:100%;padding:0 20px;display:flex;position:relative}.header-left-group{z-index:2;flex:0 0 260px}.logo-img{cursor:pointer;object-fit:contain;width:auto;height:60px;transition:opacity .3s;display:block}.site-header.header-scrolled .logo-img{height:40px}.logo-img:hover{opacity:.8}.main-nav{z-index:1;justify-content:center;align-items:center;gap:30px;height:100%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.main-nav a{color:var(--text-secondary);align-items:center;height:100%;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative}.main-nav a:hover{color:var(--accent-light)}.main-nav a.active{color:var(--accent-light);background-color:#2f5bff1a;border-radius:20px;padding:5px 15px}.dropdown{position:relative}.dropdown-toggle:after{display:none}.dropdown-menu{border:1px solid var(--border-color);background-color:#fff;border-radius:8px;min-width:180px;margin-top:10px;padding:10px 0;box-shadow:0 10px 30px #0000001a}.dropdown-item{color:var(--text-secondary);padding:8px 20px;transition:all .3s}.dropdown-item:hover{color:var(--accent-light);background-color:#2f5bff1a}.header-right{z-index:2;flex:none}.cta-button{background-color:var(--accent-light);color:#fff;border-radius:4px;align-items:center;gap:8px;padding:10px 25px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 4px #2f5bff33}.cta-button:hover{background-color:var(--accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #2f5bff4d}.mobile-menu-toggle{cursor:pointer;z-index:10001;background:#2f5bff1a;border:1px solid #2f5bff33;border-radius:12px;width:40px;height:40px;transition:all .3s;display:none;position:relative}.mobile-menu-toggle:hover{background:#2f5bff33;transform:scale(1.05)}.hamburger{width:24px;height:20px;margin:auto;position:relative}.hamburger span{background:var(--accent-light);opacity:1;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block;position:absolute;left:0;transform:rotate(0)}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){bottom:0}.mobile-menu-toggle.active .hamburger span:first-child{top:8px;transform:rotate(135deg)}.mobile-menu-toggle.active .hamburger span:nth-child(2){opacity:0;left:-60px}.mobile-menu-toggle.active .hamburger span:nth-child(3){bottom:10px;transform:rotate(-135deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;opacity:0;visibility:hidden;background:#fffffffa;width:100%;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-container{flex-direction:column;width:100%;height:100%;padding:100px 30px 50px;display:flex;position:relative;overflow-y:auto}.mobile-menu-header{z-index:10;background:linear-gradient(#ffffffe6,#0000);justify-content:space-between;align-items:center;padding:20px 30px;display:flex;position:absolute;top:0;left:0;right:0}.mobile-menu-logo-img{width:auto;height:40px}.mobile-menu-close{cursor:pointer;background:#0000000d;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.mobile-menu-close:hover{border-color:var(--accent-light);background:#2f5bff1a;transform:rotate(90deg)}.mobile-menu-close i{color:var(--text-primary);font-size:34px}.mobile-menu-nav{flex-direction:column;flex:1;justify-content:center;margin-bottom:50px;display:flex}.mobile-menu-nav-list{margin:0;padding:0;list-style:none}.mobile-menu-nav-item{opacity:0;margin-bottom:10px;animation:.5s forwards slideInLeft;transform:translate(-30px)}.mobile-menu-nav-item:first-child{animation-delay:.1s}.mobile-menu-nav-item:nth-child(2){animation-delay:.15s}.mobile-menu-nav-item:nth-child(3){animation-delay:.2s}.mobile-menu-nav-item:nth-child(4){animation-delay:.25s}.mobile-menu-nav-item:nth-child(5){animation-delay:.3s}.mobile-menu-nav-item:nth-child(6){animation-delay:.35s}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.mobile-menu-nav-link{color:var(--text-secondary);border-radius:16px;align-items:center;padding:18px 25px;font-size:24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.mobile-menu-nav-link:before{content:"";background:linear-gradient(90deg,#0000,#2f5bff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.mobile-menu-nav-link:hover:before{left:100%}.mobile-menu-nav-link:hover{color:var(--accent-light);background:#2f5bff0d;transform:translate(10px)}.mobile-menu-nav-link i{text-align:center;width:30px;color:var(--accent-dark);margin-right:20px;font-size:20px}.mobile-menu-footer{opacity:0;text-align:center;animation:.5s .5s forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.mobile-menu-social{justify-content:center;gap:20px;margin-bottom:30px;display:flex}.mobile-menu-social-link{width:50px;height:50px;color:var(--text-secondary);background:#0000000d;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:flex}.mobile-menu-social-link:hover{background:var(--accent-gradient);color:var(--bg-primary);border-color:#0000;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 30px #2f5bff40}.mobile-menu-cta-btn{background:var(--accent-gradient);color:var(--bg-primary);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:16px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #2f5bff33}.mobile-menu-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #2f5bff66}h1 span,h2 span,.hero-heading span,.breakthrough-headline span,.ja-headline span,.video-headline span,.founders-headline span,.cta-headline span,.services-headline span,.main-headline span,.ventures-header h2 span,.core-label span,.pillars-label span,.featured-label span{padding:0 5px;font-style:italic;background:var(--accent-gradient)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}.author-name{text-transform:uppercase;letter-spacing:2px;color:var(--accent-light);margin-bottom:5px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700}.author-bio{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;max-width:500px;font-family:Poppins,sans-serif;font-size:15px;line-height:1.8}.swiper-button-next,.swiper-button-prev{box-shadow:none;color:var(--text-secondary);background:0 0;width:auto;height:auto;margin-top:0;transition:color .3s;top:50%;transform:translateY(-50%)}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--accent-light);background:0 0;transform:translateY(-50%)}.swiper-button-next:after,.swiper-button-prev:after{font-size:40px;font-weight:300}.swiper-button-next{right:0}.swiper-button-prev{left:0}.logos-section{border-bottom:none;padding:40px 0}.logos-section .logos-grid{grid-template-columns:repeat(6,1fr);gap:30px}.logos-section .logo-item{height:60px;padding:0}.logos-section .logo-item img{object-fit:contain;opacity:1;max-width:100%;max-height:100%;transition:all .3s}#hemant-books-widget-wrapper .books-showcase-section{width:100%;position:relative}#hemant-books-widget-wrapper .books-swiper-container{width:100%;max-width:1100px;margin:0 auto;padding:0 50px 50px;overflow:hidden}#hemant-books-widget-wrapper .swiper-slide{opacity:0;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s;display:flex;height:auto!important}#hemant-books-widget-wrapper .swiper-slide-active{opacity:1}#hemant-books-widget-wrapper .swiper-slide-prev,#hemant-books-widget-wrapper .swiper-slide-next{opacity:1;pointer-events:none}.slide-header{text-align:center;max-width:800px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 20px}.top-tag{text-transform:uppercase;letter-spacing:2px;color:var(--accent-light);margin-bottom:10px;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;display:block}.main-headline{text-transform:uppercase;color:var(--text-primary);letter-spacing:-1px;text-shadow:0 0 30px #ffffff80;font-family:Poppins,sans-serif;font-size:42px;font-style:italic;font-weight:800;line-height:1.1}.book-grid{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:40px;max-width:900px;margin:0 auto;padding:0 20px;display:grid}.book-image-col{perspective:1000px;justify-content:center;display:flex;position:relative}#hemant-books-widget-wrapper .book-cover{aspect-ratio:4/5;object-fit:cover;cursor:pointer;border:1px solid #0000001a;border-radius:4px;width:100%;max-width:320px;transition:transform .4s;transform:rotateY(-5deg);box-shadow:-10px 10px 30px #0000004d}.swiper-slide-active .book-cover{animation:6s ease-in-out infinite bookFloat}@keyframes bookFloat{0%,to{transform:rotateY(-5deg)translateY(0)}50%{transform:rotateY(-5deg)translateY(-10px)}}#hemant-books-widget-wrapper .book-content-col{color:var(--text-secondary);text-align:left;padding-top:10px}#hemant-books-widget-wrapper .book-text{margin-bottom:20px;font-family:Poppins,sans-serif;font-size:20px;font-weight:300;line-height:1.6}#hemant-books-widget-wrapper .book-text strong{color:var(--text-primary);font-weight:700}#hemant-books-widget-wrapper .underlined-text{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--accent-light);text-decoration-color:var(--accent-light);color:var(--text-primary);font-weight:600}#hemant-books-widget-wrapper .book-cta-btn{background:var(--accent-gradient);width:100%;max-width:300px;color:var(--bg-primary);text-transform:uppercase;text-align:center;letter-spacing:2px;border:none;border-radius:50px;margin:10px 0 20px;padding:16px 25px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #2f5bff33}#hemant-books-widget-wrapper .book-cta-btn:hover{background:var(--accent-gradient-hover);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 20px 50px #2f5bff66}#hemant-books-widget-wrapper .social-proof{flex-direction:column;gap:10px;display:flex}#hemant-books-widget-wrapper .amazon-row{align-items:center;gap:15px;display:flex}#hemant-books-widget-wrapper .amazon-logo{filter:grayscale()brightness(0);opacity:.8;height:22px}#hemant-books-widget-wrapper .best-seller-badge{background:var(--accent-dark);color:var(--bg-primary);text-transform:uppercase;clip-path:polygon(0% 0%,100% 0%,90% 50%,100% 100%,0% 100%);padding:4px 15px 4px 10px;font-size:10px;font-weight:700}#hemant-books-widget-wrapper .stars-container{flex-direction:column;align-items:flex-start;display:flex}#hemant-books-widget-wrapper .stars{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;margin-bottom:5px;font-size:1rem}#hemant-books-widget-wrapper .rating-text{color:var(--text-secondary);opacity:.8;font-size:.85rem}#hemant-books-widget-wrapper .swiper-pagination-bullet{opacity:1;width:10px;height:10px;transition:all .3s;background:#aaa!important;margin:0 8px!important}#hemant-books-widget-wrapper .swiper-pagination-bullet-active{border-radius:6px;width:30px;background:var(--accent-light)!important}.founders-section{padding-bottom:40px;position:relative}.founders-container{align-items:stretch;gap:40px;max-width:1200px;margin:0 auto;display:flex;position:relative}.founders-left-wrapper{flex:0 0 50%;width:50%;position:relative}.founders-left-col{background:var(--bg-gray);z-index:10;border-radius:8px;flex-shrink:0;width:100%;height:fit-content;max-height:calc(100vh - 120px);padding:30px;transition:all .3s;position:sticky;top:100px;bottom:20px}.founders-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent-light);align-items:center;margin-bottom:20px;font-size:13px;font-weight:700;display:flex}.founders-label:before{content:"▶";color:var(--accent-dark);margin-right:10px;font-size:11px;position:relative;top:1px}.founders-headline{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.5px;-webkit-box-orient:vertical;margin-bottom:20px;font-family:Poppins,sans-serif;font-size:36px;font-style:italic;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.founders-headline span{padding:0 5px;font-style:italic;display:inline;background:var(--accent-gradient)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}.founders-right-col{flex:1;width:50%;min-height:1000px;padding-left:15px;padding-right:15px}.benefit-item{border-bottom:1px solid var(--border-color);margin-bottom:25px;padding-bottom:25px}.benefit-header-row{flex-wrap:nowrap;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.benefit-number{color:#0f172a;margin-right:5px;font-family:Poppins,sans-serif;font-size:20px;font-style:italic;font-weight:700}.benefit-title{color:#0f172a;margin-bottom:0;font-size:20px;font-weight:700;line-height:1.2}.benefit-desc{color:var(--text-secondary);padding-left:20px;font-size:18px;font-weight:300;list-style:none;position:relative}.benefit-desc ul{margin:0;padding:0;list-style:none}.benefit-desc li{margin-bottom:8px;padding-left:15px;position:relative}.benefit-desc li:before{content:"•";color:var(--accent-dark);position:absolute;top:0;left:0}@media (width<=1024px){.founders-container{flex-direction:column;gap:30px;min-height:auto}.founders-left-wrapper{flex:none;width:100%}.founders-left-col{width:100%;max-height:none;margin-bottom:30px;overflow-y:visible;position:relative!important;top:0!important;bottom:auto!important}.founders-right-col{min-height:auto;padding-left:0}}@media (width<=768px){.founders-section{padding-bottom:20px}.founders-left-col{padding:25px 20px}.founders-headline{font-size:28px}.founders-right-col{gap:20px;flex-direction:column!important;width:100%!important;display:flex!important}.benefit-item{border:1px solid var(--border-color);background-color:var(--bg-primary);border-radius:8px;margin-bottom:0;padding:20px;width:100%!important}.benefit-header-row{flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:15px}.benefit-number,.benefit-title{font-size:18px}.benefit-title,.benefit-number{color:#0f172a;margin-bottom:0}.benefit-desc{margin:0;padding-left:0;font-size:14px}.benefit-desc ul{margin:0;padding:0;list-style:none}.benefit-desc li{margin-bottom:10px;padding-left:18px;line-height:1.6;position:relative}.benefit-desc li:before{content:"â€¢";color:var(--accent-dark);font-size:10px;position:absolute;top:4px;left:0}}.cta-section{text-align:center;height:400px;color:var(--text-primary);background-image:url(https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative}.cta-overlay{z-index:1;background:linear-gradient(90deg,#000000b3 0%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-content{z-index:2;max-width:700px;padding:20px;position:relative}.cta-headline{color:var(--bg-primary);margin-bottom:15px;font-family:Poppins,sans-serif;font-size:48px;font-weight:800;line-height:1.1}.cta-subtext{color:var(--bg-primary);margin-bottom:30px;font-size:16px;font-weight:300}.cta-button{text-align:center;background:var(--accent-gradient);color:var(--bg-primary);cursor:pointer;border:none;border-radius:50px;padding:18px 30px;line-height:1;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #2f5bff33}.cta-button:hover{background:var(--accent-gradient-hover);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 15px 35px #2f5bff80}.btn-main-text,.btn-sub-text{width:100%;display:block}.btn-main-text{text-transform:uppercase;letter-spacing:1.2px;color:var(--bg-primary);margin-bottom:4px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;line-height:1.1}.btn-sub-text{text-transform:none;letter-spacing:.5px;opacity:.9;color:var(--bg-primary);font-family:Poppins,sans-serif;font-size:11px;font-weight:500;line-height:1}.services-section{justify-content:space-between;gap:60px;display:flex}.services-left-content{flex:1;max-width:450px}.services-headline{color:var(--text-primary);margin-bottom:30px;font-family:Poppins,sans-serif;font-size:36px;font-weight:800;line-height:1.25}.services-subheading{color:var(--text-secondary);margin-bottom:30px;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.6}.book-btn{text-align:center;border:2px solid var(--accent-light);color:var(--accent-light);text-transform:uppercase;letter-spacing:1px;box-shadow:none;background:0 0;border-radius:50px;padding:18px 30px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:all .3s;display:inline-block}.book-btn:hover{background-color:var(--accent-light);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 0 20px #2f5bff66}.book-btn .btn-main-text{letter-spacing:1.2px;width:100%;color:inherit;margin-bottom:4px;font-size:15px;font-weight:700;display:block}.book-btn .btn-sub-text{text-transform:none;letter-spacing:.5px;opacity:1;width:100%;color:inherit;font-size:11px;font-weight:500;display:block}.services-right-content{flex:1.2;width:100%}.accordion-item{border-bottom:1px solid var(--border-color);background:0 0;border:none}.accordion-item:first-child{border-top:1px solid var(--border-color)}.accordion-header{cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.service-title{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:18px;font-weight:700;transition:color .3s}.service-arrow{color:var(--text-muted);font-size:18px;transition:transform .3s}.accordion-content{opacity:0;max-height:0;transition:max-height .4s ease-out;overflow:hidden}.accordion-content p{color:var(--text-muted);margin-bottom:0;padding-bottom:20px;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.8}.accordion-item.active .service-title{color:var(--accent-light);text-shadow:0 0 15px #2f5bff4d}.accordion-item.active .service-arrow{color:var(--accent-light);transform:rotate(90deg)}.accordion-item.active .accordion-content{opacity:1}.ventures-section{margin:0 auto}.ventures-header{text-align:center;margin-bottom:60px}.ventures-header h2{color:var(--text-primary);margin-bottom:15px;font-family:Poppins,sans-serif;font-size:42px;font-weight:800}.ventures-header p{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:20px;font-weight:300;line-height:1.8}.ventures-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.venture-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;width:100%;max-width:350px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}.venture-card:hover{border-color:var(--accent-dark);transform:translateY(-10px);box-shadow:0 25px 50px #2f5bff26}.card-image{background-color:var(--bg-primary);width:100%;height:200px;position:relative}.card-image img{object-fit:cover;opacity:.8;filter:grayscale(50%);width:100%;height:100%;transition:opacity .3s}.venture-card:hover .card-image img{opacity:1;filter:grayscale(0%)}.card-content{flex-direction:column;flex-grow:1;padding:25px;display:flex}.card-category{color:var(--accent-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:800}.card-title{color:var(--text-primary);margin-bottom:10px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700}.card-desc{color:var(--text-secondary);margin-bottom:20px;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.6}.card-link{color:var(--accent-light);align-items:center;margin-top:auto;font-size:14px;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.card-link:hover{color:var(--text-primary)}.card-link span{margin-left:8px;font-size:18px}.site-footer{background-color:var(--bg-dark);color:var(--bg-primary);border-top:none;padding:60px 0 0;font-family:Poppins,sans-serif}.footer-container.single-row-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-bottom:30px;display:flex}.footer-links-menu{gap:30px;margin:0;padding:0;list-style:none;display:flex}.footer-links-menu li{list-style:none}.footer-links-menu a{color:#ffffffb3;font-size:14px;font-weight:500;text-decoration:none}.footer-links-menu a:hover{color:#fff}.footer-col.logo-col{flex-direction:column;align-items:flex-start;display:flex}.footer-logo-img{border-radius:4px;max-width:220px;height:auto;margin-bottom:20px}.footer-heading{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:13px;font-weight:800}.footer-links li{margin-bottom:12px}.footer-links a{color:#ffffffb3;font-size:14px;font-weight:500}.footer-links a:hover{color:var(--bg-primary);text-decoration:none}.footer-socials-col{flex-direction:column;display:flex}.footer-socials{align-items:center;gap:10px;display:flex}.social-icon{color:#ffffffb3;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;transition:all .3s;display:flex}.social-icon:hover{background:var(--accent-gradient);color:var(--bg-primary);border-color:#0000;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:30px 0;display:flex}.copyright-text{color:#fff6;font-size:12px;line-height:1.5}.trademark-text{color:#fff6;text-align:right;font-family:Poppins,sans-serif;font-size:12px;font-weight:400}@media (width>=1200px){.site-header{padding:0}.main-header-inner{grid-template-columns:300px 1fr auto}}@media (width<=1199px) and (width>=1024px){.site-header{padding:0}.main-header-inner{grid-template-columns:260px 1fr auto}}@media (width<=1024px){.ja-container{flex-direction:column}.founders-container,.services-section{flex-direction:column;height:auto}.logos-grid,.logos-section .logos-grid{grid-template-columns:repeat(3,1fr);gap:40px}.footer-container{grid-template-columns:repeat(2,1fr)}.book-grid{text-align:center;grid-template-columns:1fr;gap:40px}.book-content-col{padding-top:0}.book-cta-btn{margin:20px auto 30px}.social-proof,.stars-container{align-items:center}.books-swiper-container,.testimonial-swiper{padding:0 20px}.swiper-button-next,.swiper-button-prev{display:none}}@media (width<=1023px){.site-header{position:relative}.main-header-inner{justify-content:space-between;align-items:center;width:100%;padding:0 20px;display:flex;position:relative}.header-left-group{flex-direction:row;align-items:center;gap:20px}.logo-img{max-width:140px}.main-nav,.header-right{display:none!important}}@media (width<=768px){.section{padding:60px 0}.hero-section{background-attachment:scroll;justify-content:center;align-items:center;display:flex;height:auto!important;min-height:100vh!important;padding:28px 16px!important}.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;max-width:100%;padding:20px 16px;display:flex}.hero-heading{letter-spacing:-.4px;max-width:92%;margin-left:auto;margin-right:auto;margin-bottom:26px!important;font-size:38px!important;line-height:1.28!important}.hero-heading-span{font-size:44px!important;line-height:1.18!important}.hero-subheading{max-width:90%;margin-bottom:14px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.35}.hero-paragraph{max-width:92%;margin-bottom:26px;margin-left:auto;margin-right:auto;padding:0 12px;font-size:16px;line-height:1.5}.hero-button{margin-top:8px!important;margin-bottom:16px!important;padding:14px 28px!important;font-size:16px!important}.breakthrough-headline,.ja-headline,.pillar-section-heading,.founders-headline,.cta-headline,.services-headline,.main-headline,.ventures-header h2{font-size:32px}.pillar-section-heading{text-align:center;font-size:25px}.pillar-section-desc{text-align:left;font-size:15px}.signature-text{font-size:32px}.video-showcase-section{padding-bottom:20px!important}.video-container{perspective:none;height:auto;margin-top:2rem}.video-placeholder{aspect-ratio:16/9;border-color:var(--accent-light);width:100%!important;height:auto!important;transform:none!important}.pillars-section{flex-direction:column}.pillars-list{flex-direction:column;gap:5px;width:100%;padding-left:0;display:flex}.pillar-trigger,.pillar-item{text-align:left;align-items:center;width:100%;margin-bottom:5px;font-size:22px;display:flex}.pillar-hidden-content{grid-column:span 1;padding-bottom:10px}.pillars-label{justify-content:flex-start}.pillars-content{text-align:left;padding-right:0}.network-section{padding-top:0!important;padding-bottom:70px!important}.network-grid{flex-direction:column;gap:15px;height:auto;margin-top:0;padding:0 10px;display:flex}.connections-layer{display:none}.core-node{width:180px;height:180px;margin:45px auto 30px;display:flex;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.core-label{font-size:18px}.node-card{width:100%;max-width:100%;margin:0;position:relative;text-align:left!important;background:var(--card-bg)!important;border:1px solid var(--border-color)!important;border-left:3px solid var(--accent-dark)!important;border-radius:8px!important;flex-direction:row!important;align-items:center!important;padding:15px!important;display:flex!important;inset:auto!important;transform:none!important;box-shadow:0 4px 10px #0000001a!important}.node-content{flex-direction:row;align-items:center;width:100%;display:flex;transform:none}.node-icon{flex-shrink:0;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;margin-bottom:0!important;margin-right:15px!important;font-size:18px!important;display:flex!important}.node-card:hover{background:var(--bg-white)!important;transform:translateY(-3px)!important}.logos-grid,.logos-section .logos-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stats-item:after,.stats-border-top{display:none}.stats-row{grid-template-columns:1fr 1fr;gap:20px;padding:0 10px;display:grid}.stats-item{border:1px solid var(--border-color);border-radius:8px;justify-content:center;min-width:auto;padding:20px 10px}.stats-number{margin-bottom:8px;font-size:28px}.stats-label{font-size:10px;line-height:1.2}.testimonial-wrapper{flex-direction:column;padding:80px 20px}.testimonial-swiper{height:auto;min-height:400px}.main-quote{min-height:auto;margin-bottom:20px;font-size:22px}.content-container{padding:0 10px}.founders-section{padding-bottom:40px}.founders-right-col{grid-template-columns:1fr 1fr;gap:15px;display:grid}.benefit-item{border-bottom:none;border:1px solid var(--border-color);border-radius:8px;margin-bottom:0;padding:10px}.benefit-title{margin-bottom:5px;font-size:15px}.benefit-desc{font-size:13px;line-height:1.4}.benefit-number{margin-bottom:0;font-size:22px}.cta-section{height:450px}.cta-content{padding-top:0}.footer-container{text-align:center;grid-template-columns:1fr;gap:40px}.footer-col.logo-col,.footer-socials-col{justify-content:center;align-items:center}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.trademark-text{text-align:center}.ventures-grid{flex-direction:column;align-items:center}.venture-card{width:100%;max-width:100%}}@media (width<=1024px){.founders-container{flex-direction:column;gap:30px;min-height:auto}.founders-left-wrapper{flex:none;width:100%}.founders-left-col{width:100%;max-height:none;margin-bottom:30px;overflow-y:visible;position:relative!important;top:0!important;bottom:auto!important}.founders-right-col{min-height:auto;padding-left:0}}@media (width<=1023px){.mobile-menu-toggle{justify-content:center;align-items:center;display:flex}}#hemant-hero-video-widget-wrapper{--hv-bg-gray:#f7f7f7;--hv-text-primary:#0f172a;--hv-accent-light:#2f5bff;--hv-accent-dark:#1e3a8a;--hv-accent-gradient:linear-gradient(135deg, #2f5bff 0%, #1e3a8a 100%)}#hemant-hero-video-widget-wrapper.hv-hero-video{text-align:center;width:100%;min-height:auto;color:var(--hv-text-primary);z-index:1;background-position:50%;background-size:cover;flex-direction:column;align-items:center;padding:100px 0;display:flex;position:relative}#hemant-hero-video-widget-wrapper.hv-hero-video:before{content:"";z-index:2;pointer-events:none;background:#ffffffe6;position:absolute;inset:0}#hemant-hero-video-widget-wrapper .container-fluid{z-index:3;position:relative}#hemant-hero-video-widget-wrapper .hv-hero-content{max-width:900px;margin:0 auto 30px;padding:0 20px}#hemant-hero-video-widget-wrapper .hv-hero-title{color:var(--hv-text-primary);text-transform:uppercase;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:56px;font-style:italic;font-weight:800;line-height:1.1}#hemant-hero-video-widget-wrapper .hv-hero-title span{background:var(--hv-accent-gradient)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}#hemant-hero-video-widget-wrapper .hv-hero-subtext{color:var(--hv-text-primary);text-shadow:0 0 5px #fffc;max-width:700px;margin:0 auto;font-family:Poppins,sans-serif;font-size:18px;font-weight:300}#hemant-hero-video-widget-wrapper .hv-media-wrapper{width:100%;max-width:900px;margin:0 auto;padding:0 20px}#hemant-hero-video-widget-wrapper .hv-media-player{aspect-ratio:16/9;border:1px solid var(--hv-accent-dark);cursor:pointer;background:#000;border-radius:20px;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 20px 60px #000c}#hemant-hero-video-widget-wrapper .hv-media-player:hover{border-color:var(--hv-accent-light);transform:translateY(-5px);box-shadow:0 20px 80px #2f5bff40}#hemant-hero-video-widget-wrapper .hv-media-player video{object-fit:cover;opacity:.9;width:100%;height:100%}#hemant-hero-video-widget-wrapper .hv-play-trigger{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid var(--hv-accent-light);pointer-events:none;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;animation:2s infinite hv_playPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#hemant-hero-video-widget-wrapper .hv-media-player:hover .hv-play-trigger{background:var(--hv-accent-gradient);border-color:#0000;transform:translate(-50%,-50%)scale(1.1)}#hemant-hero-video-widget-wrapper .hv-media-player:hover .hv-play-trigger svg path{fill:var(--bg-primary)}#hemant-hero-video-widget-wrapper .hv-play-trigger svg path{fill:var(--hv-accent-light);transition:fill .3s}@keyframes hv_playPulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.05)}}@media (width<=768px){#hemant-hero-video-widget-wrapper .hv-hero-title{font-size:36px;margin-top:30px!important}#hemant-hero-video-widget-wrapper .hv-hero-subtext{font-size:16px}#hemant-hero-video-widget-wrapper.hv-hero-video{padding:60px 0}}#hemant-roadmap-widget-wrapper{--hv-bg-gray:#f7f7f7;--hv-text-primary:#0f172a;--hv-text-secondary:#475569;--hv-accent-light:#2f5bff;--hv-accent-dark:#1e3a8a;--hv-accent-gradient:linear-gradient(135deg, #2f5bff 0%, #1e3a8a 100%);--hv-border-color:#e2e8f0;--hv-branch-width:80px;--hv-dot-offset:60px}#hemant-roadmap-widget-wrapper.hv-story-section{background-color:var(--hv-bg-gray);width:100%;padding:0 0 80px;position:relative;overflow:hidden}#hemant-roadmap-widget-wrapper .hv-svg-track{z-index:0;pointer-events:none;width:600px;height:2875px;position:absolute;top:0;left:50%;transform:translate(-50%)}#hemant-roadmap-widget-wrapper path#hv-road-bg{fill:none;stroke:#0000000d;stroke-width:4px;stroke-dasharray:15 15;stroke-linecap:round}#hemant-roadmap-widget-wrapper path#hv-road-fill{fill:none;stroke:url(#hv-blueGradient);stroke-width:4px;stroke-dasharray:15 15;stroke-linecap:round;filter:drop-shadow(0 0 10px #2f5bff80);-webkit-mask:url(#hv-draw-mask);mask:url(#hv-draw-mask)}#hemant-roadmap-widget-wrapper path#hv-mask-path{fill:none;stroke:#fff;stroke-width:6px;stroke-dasharray:var(--hv-length);stroke-dashoffset:var(--hv-length);transition:stroke-dashoffset .1s linear}#hemant-roadmap-widget-wrapper .hv-story-track{z-index:2;max-width:1000px;margin:0 auto;position:relative}#hemant-roadmap-widget-wrapper .hv-story-node{opacity:0;align-items:center;width:100%;height:250px;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;position:relative;transform:translateY(30px)}#hemant-roadmap-widget-wrapper .hv-node-card{background:var(--bg-primary);border:1px solid var(--hv-border-color);z-index:5;text-align:left;border-radius:16px;flex-direction:row;align-items:flex-start;gap:20px;width:350px;padding:20px 25px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 20px #00000080}#hemant-roadmap-widget-wrapper .hv-node-card:hover{border-color:var(--hv-accent-light);background:var(--bg-primary);box-shadow:0 15px 40px #2f5bff26}#hemant-roadmap-widget-wrapper .hv-node-marker{background:var(--bg-primary);border:3px solid var(--hv-accent-light);z-index:10;border-radius:50%;width:18px;height:18px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 0 15px #2f5bffcc}#hemant-roadmap-widget-wrapper .hv-node-card:after{content:"";background:var(--hv-accent-light);opacity:.6;z-index:-1;width:0;height:2px;transition:width .5s .2s;position:absolute;top:50%}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-left .hv-node-marker{left:calc(50% - var(--hv-dot-offset))}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-left .hv-node-card{right:calc(50% + var(--hv-dot-offset) + var(--hv-branch-width))}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-left .hv-node-card:after{transform-origin:0;right:-80px}#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-pos-left .hv-node-card:after{width:var(--hv-branch-width);box-shadow:0 0 10px var(--hv-accent-light)}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-right .hv-node-marker{left:calc(50% + var(--hv-dot-offset))}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-right .hv-node-card{left:calc(50% + var(--hv-dot-offset) + var(--hv-branch-width))}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-right .hv-node-card:after{transform-origin:100%;left:-80px}#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-pos-right .hv-node-card:after{width:var(--hv-branch-width);box-shadow:0 0 10px var(--hv-accent-light)}#hemant-roadmap-widget-wrapper .hv-story-node.active{opacity:1;transform:translateY(0)}#hemant-roadmap-widget-wrapper .hv-story-node.active .hv-node-marker{transform:translate(-50%,-50%)scale(1)}#hemant-roadmap-widget-wrapper .hv-node-icon{border:1px solid var(--hv-accent-light);width:50px;height:50px;color:var(--hv-accent-light);background:#2f5bff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex;box-shadow:0 0 15px #00000080}#hemant-roadmap-widget-wrapper .hv-node-text h3{color:var(--hv-text-primary);margin:0 0 5px;font-size:18px;font-weight:700}#hemant-roadmap-widget-wrapper .hv-node-text .hv-date{color:var(--hv-accent-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:11px;font-weight:800;display:block}#hemant-roadmap-widget-wrapper .hv-node-text p{color:var(--hv-text-secondary);margin:0;font-size:13px;line-height:1.6}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-failure .hv-node-card{border-color:#ff475799}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-failure .hv-node-marker{border-color:#ff4757;box-shadow:0 0 15px #ff4757}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-failure .hv-node-icon{color:#ff4757;border-color:#ff4757;animation:2s infinite hv_shake}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-failure h3{color:#ff4757}#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-state-failure .hv-node-card:after{background:#ff4757}@keyframes hv_shake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-success .hv-node-marker{background:var(--hv-accent-light)}#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-state-success .hv-node-marker{transform:translate(-50%,-50%)scale(1.5)}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-success .hv-node-icon{background:var(--hv-accent-gradient);color:var(--bg-primary);border:none;box-shadow:0 0 30px #2f5bff80}#hemant-roadmap-widget-wrapper .hv-story-node.hv-state-success h3{background:var(--hv-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media (width<=768px){#hemant-roadmap-widget-wrapper .hv-svg-track{display:none}#hemant-roadmap-widget-wrapper .hv-story-track:before{content:"";background:linear-gradient(to bottom, var(--hv-accent-light), var(--hv-accent-dark));z-index:1;width:2px;height:100%;position:absolute;top:0;left:30px}#hemant-roadmap-widget-wrapper .hv-story-node{text-align:left;width:100%;height:auto;margin-bottom:50px;transform:none;opacity:1!important;display:block!important}#hemant-roadmap-widget-wrapper .hv-node-marker{margin-top:0;z-index:5!important;opacity:1!important;top:45px!important;left:30px!important;transform:translate(-50%,-50%)scale(1)!important}#hemant-roadmap-widget-wrapper .hv-node-card{z-index:4;align-items:flex-start;top:0;right:auto;text-align:left!important;flex-direction:row!important;width:calc(100% - 75px)!important;max-width:none!important;margin-left:60px!important;margin-right:15px!important;position:relative!important;left:0!important;transform:none!important}#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-right .hv-node-card,#hemant-roadmap-widget-wrapper .hv-story-node.hv-pos-left .hv-node-card{position:relative!important;left:0!important;right:auto!important}#hemant-roadmap-widget-wrapper .hv-node-card:after{content:"";background:var(--hv-accent-light);z-index:3;width:30px;height:2px;position:absolute;top:45px;left:-30px;box-shadow:0 0 8px #2f5bff66;display:block!important;transform:none!important}#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-pos-right .hv-node-card:after,#hemant-roadmap-widget-wrapper .hv-story-node.active.hv-pos-left .hv-node-card:after{width:30px!important;top:45px!important;left:-30px!important;transform:none!important}}#hemant-about-ventures-widget-wrapper{--hv-text-primary:#0f172a;--hv-text-secondary:#475569;--hv-accent-light:#2f5bff;--hv-accent-dark:#1e3a8a;--hv-accent-gradient:linear-gradient(135deg, #2f5bff 0%, #1e3a8a 100%);--hv-border-color:#e2e8f0;padding-top:80px;padding-bottom:100px}#hemant-about-ventures-widget-wrapper .section-spacing{margin-bottom:100px}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper{border:1px solid var(--hv-border-color);background:var(--bg-primary);border-radius:4px;padding:20px;transition:all .4s;position:relative}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper:hover{border-color:var(--hv-accent-dark);box-shadow:0 0 30px #2f5bff26}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper img{filter:grayscale(20%);width:100%;height:auto;transition:all .5s;display:block}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper:hover img{filter:grayscale(0%)}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper:after{content:"";border-bottom:3px solid var(--hv-accent-light);border-right:3px solid var(--hv-accent-light);z-index:1;width:100px;height:100px;position:absolute;bottom:-10px;right:-10px}#hemant-about-ventures-widget-wrapper h2{color:var(--hv-text-primary);margin-bottom:1rem;font-size:32px;font-weight:700}#hemant-about-ventures-widget-wrapper h4{color:var(--hv-text-primary);margin-bottom:20px;font-size:20px;font-weight:700}#hemant-about-ventures-widget-wrapper p{color:var(--hv-text-secondary);font-size:16px;line-height:1.7}#hemant-about-ventures-widget-wrapper .ventures-list-item{border-bottom:1px solid #0000000d;align-items:flex-start;margin-bottom:25px;padding-bottom:25px;display:flex}#hemant-about-ventures-widget-wrapper .ventures-list-item:last-child{border-bottom:none}#hemant-about-ventures-widget-wrapper .venture-icon{color:var(--hv-accent-light);background:#2f5bff1a;border:1px solid #2f5bff33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-top:5px;margin-right:20px;font-size:24px;display:flex}#hemant-about-ventures-widget-wrapper .venture-info h5{color:var(--hv-text-primary);margin:0 0 5px;font-size:18px;font-weight:600}#hemant-about-ventures-widget-wrapper .venture-address{color:var(--hv-text-secondary);font-size:14px;font-weight:300}#hemant-about-ventures-widget-wrapper .venture-address i{color:#777;margin-right:8px}@media (width<=992px){#hemant-about-ventures-widget-wrapper{padding-top:60px;padding-bottom:60px}#hemant-about-ventures-widget-wrapper .section-spacing{margin-bottom:60px}#hemant-about-ventures-widget-wrapper .hemant-image-wrapper{margin-bottom:40px}}#hemant-location-cf7-widget-wrapper{--hv-text-primary:#0f172a;--hv-text-secondary:#475569;--hv-accent-light:#2f5bff;--hv-accent-dark:#1e3a8a;--hv-accent-gradient:linear-gradient(135deg, #2f5bff 0%, #1e3a8a 100%);--hv-accent-gradient-hover:linear-gradient(135deg, #1e3a8a 0%, #2f5bff 100%);--hv-border-color:#e2e8f0;--hv-bg-gray:#f7f7f7;padding-bottom:100px}#hemant-location-cf7-widget-wrapper .location-box{background-color:var(--hv-bg-gray);border:1px solid var(--hv-border-color);border-radius:8px;height:100%;padding:40px;position:relative;overflow:hidden}#hemant-location-cf7-widget-wrapper .location-box:before{content:"";background:var(--hv-accent-gradient);width:3px;height:100%;position:absolute;top:0;left:0}#hemant-location-cf7-widget-wrapper .custom-form-wrapper{background-color:var(--bg-primary);border:1px solid var(--hv-border-color);border-radius:8px;padding:30px;position:relative;box-shadow:0 10px 40px #0000000d}#hemant-location-cf7-widget-wrapper h3,#hemant-location-cf7-widget-wrapper h5{color:var(--hv-text-primary);margin-bottom:15px}#hemant-location-cf7-widget-wrapper h2{color:var(--hv-text-primary);margin-bottom:20px;font-size:42px;font-style:italic;font-weight:800}#hemant-location-cf7-widget-wrapper .form-badge{border:1px solid var(--hv-accent-light);letter-spacing:2px;text-transform:uppercase;color:var(--hv-accent-light);background:#2f5bff0d;border-radius:50px;margin-bottom:15px;padding:8px 16px;font-size:12px;display:inline-block}#hemant-location-cf7-widget-wrapper .form-badge i{margin-right:8px}#hemant-location-cf7-widget-wrapper .cf7-container{margin-top:20px}#hemant-location-cf7-widget-wrapper input[type=text],#hemant-location-cf7-widget-wrapper input[type=email],#hemant-location-cf7-widget-wrapper input[type=tel],#hemant-location-cf7-widget-wrapper textarea,#hemant-location-cf7-widget-wrapper select{width:100%;color:var(--hv-text-primary);background:0 0;border:none;border-bottom:1px solid #0000001a;border-radius:0;margin-bottom:15px;padding:15px 0;font-family:Poppins,sans-serif;font-weight:400;transition:all .3s}#hemant-location-cf7-widget-wrapper input:focus,#hemant-location-cf7-widget-wrapper textarea:focus,#hemant-location-cf7-widget-wrapper select:focus{box-shadow:none;border-bottom-color:var(--hv-accent-light);color:var(--hv-text-primary);background:0 0;outline:none}#hemant-location-cf7-widget-wrapper input::placeholder,#hemant-location-cf7-widget-wrapper textarea::placeholder{color:#0006}#hemant-location-cf7-widget-wrapper textarea{resize:none;padding:15px 0;overflow:hidden;height:55px!important;min-height:55px!important}#hemant-location-cf7-widget-wrapper button[type=submit],#hemant-location-cf7-widget-wrapper input[type=submit],#hemant-location-cf7-widget-wrapper .wpcf7-submit{background:var(--hv-accent-gradient);color:var(--bg-primary);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:15px 45px;font-family:Poppins,sans-serif;font-weight:700;transition:all .3s;box-shadow:0 10px 30px #2f5bff40}#hemant-location-cf7-widget-wrapper button[type=submit]:hover,#hemant-location-cf7-widget-wrapper input[type=submit]:hover,#hemant-location-cf7-widget-wrapper .wpcf7-submit:hover{background:var(--hv-accent-gradient-hover);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 15px 40px #2f5bff66}@media (width<=992px){#hemant-location-cf7-widget-wrapper .location-box{height:auto;margin-bottom:40px}#hemant-location-cf7-widget-wrapper .custom-form-wrapper h2{font-size:32px}}@media (width<=768px){#hemant-location-cf7-widget-wrapper .custom-form-wrapper{padding:30px 20px}#hemant-location-cf7-widget-wrapper h2{font-size:28px}}.ja-container{justify-content:space-between;align-items:stretch;gap:60px;max-width:1200px;margin:0 auto;padding:0 30px;display:flex}.ja-left-col,.ja-right-col{flex-direction:column;flex:1;padding:10px;display:flex}.ja-left-text{color:var(--text-secondary);margin-top:25px;font-family:Poppins,sans-serif;font-size:19px;font-weight:400;line-height:1.5}.ja-right-image-wrapper{border:1px solid var(--border-color);border-radius:12px;flex:1;width:100%;height:100%;min-height:300px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 15px 40px #0000001a;aspect-ratio:unset!important}.ja-right-image-wrapper:hover{transform:translateY(-5px);box-shadow:0 20px 50px #2f5bff26}.ja-right-img{object-fit:cover;filter:grayscale(10%);width:100%;height:100%;transition:filter .5s;display:block}.ja-right-image-wrapper:hover .ja-right-img{filter:grayscale(0%)}@media (width<=1024px){.ja-container{flex-direction:column;gap:40px}.ja-left-col,.ja-right-col{text-align:center;flex:none;align-items:center;width:100%}.ja-label{justify-content:center}.ja-headline{font-size:32px}.ja-left-text{max-width:600px;font-size:15px}.ja-right-image-wrapper{aspect-ratio:4/3;flex:none;height:auto;max-height:400px}.ja-right-img{height:100%}.ja-text{font-size:15px}}@media (width<=768px){.ja-headline{font-size:28px}.ja-label{flex-direction:column;gap:5px;font-size:12px}.ja-right-image-wrapper{aspect-ratio:1;border-radius:8px;max-height:350px}}@media (width<=1024px){.ja-container.reverse-mobile{flex-direction:column-reverse;gap:30px}.ja-left-col{text-align:left;align-items:flex-start;width:100%}.ja-right-col{width:100%}.video-headline{color:var(--text-primary);text-transform:uppercase;margin-bottom:1rem;font-family:Poppins,sans-serif;font-style:italic;font-weight:800;line-height:1.1;font-size:30px!important}}@media (width<=768px){.pillar-trigger,.pillar-item{text-align:left;width:100%;margin-top:10px;margin-bottom:5px;display:block!important}.pillar-hidden-content{margin-top:15px;margin-bottom:10px;border-left:none!important;width:100%!important;margin-left:0!important;padding-left:0!important}.pillars-image-wrapper{justify-content:center;width:100%;height:auto;margin-top:30px;padding:0 12px;display:flex}.pillars-img{object-fit:contain;width:100%;max-width:85%;height:auto;margin:0 auto;display:block}.pillars-section-heading,.pillar-section-desc{text-align:center!important}}@media (width<=1024px){.video-headline{font-style:italic;font-weight:800;text-transform:none!important;margin-bottom:1rem!important;font-size:30px!important;line-height:1.1!important}}@media (width<=768px){#pillars-mobile-wrapper{flex-direction:column-reverse;gap:40px;display:flex}#pillars-mobile-wrapper .col-lg-6{flex:none;width:100%;margin-bottom:40px}.pillars-image-wrapper img:hover{filter:grayscale()sepia(20%)!important;transform:none!important}#hemant-books-widget-wrapper .book-grid{flex-direction:column;gap:30px;display:flex}#hemant-books-widget-wrapper .book-image-col{order:1}#hemant-books-widget-wrapper .book-content-col{text-align:center;flex-direction:column;order:2;display:flex}#hemant-books-widget-wrapper .book-cta-btn{order:-1;width:100%;margin-top:0;margin-bottom:20px}#hemant-books-widget-wrapper .book-text,#hemant-books-widget-wrapper .social-proof{order:0}.footer-container{text-align:left!important;place-items:start!important}.footer-col{justify-content:flex-start!important;align-items:flex-start!important}.footer-logo-img{margin:0 auto 0 0!important}.footer-bottom{flex-direction:row;text-align:left!important}.trademark-text{text-align:right!important}}@media (width>=1025px){.hero-section{height:100vh;min-height:680px;max-height:900px}}@media (width<=1024px) and (width>=769px){.hero-section{height:auto;min-height:700px;padding-top:140px;padding-bottom:120px}}#coreNode{border-color:#998d79!important}.hv-hero-precision{--bg-white:var(--bg-primary);--bg-gray:#f4f1ec;--accent-light:#998d79;--accent-dark:#7f7463;--accent-gradient:linear-gradient(135deg, #998d79 0%, #7f7463 100%);--text-primary:#333;--text-secondary:#555;--text-muted:#777;--border-color:#e0e0e0;background:radial-gradient(circle at 70% 30%, var(--bg-gray) 0%, var(--bg-white) 100%);align-items:center;min-height:100vh;padding:60px 100px;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.hv-hero-inner{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.hv-hero-content{flex-direction:column;flex:1.2;align-items:flex-start;max-width:650px;display:flex}.hv-main-title{letter-spacing:-3px;color:var(--text-primary);margin:0 0 25px;font-size:85px;font-weight:700;line-height:1}.hv-highlight{font-style:italic;background:var(--accent-gradient)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}.hv-description{color:var(--text-secondary);max-width:480px;margin-bottom:40px;font-size:20px;font-weight:400;line-height:1.8}.hv-cta-main{background:var(--accent-gradient);border-radius:60px;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin-bottom:50px;padding:18px 42px;text-decoration:none;display:inline-flex;box-shadow:0 10px 25px #2f5bff4d;color:var(--bg-primary)!important}.hv-btn-main{text-transform:uppercase;letter-spacing:1.2px;align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.hv-btn-sub{letter-spacing:.5px;opacity:.9;text-transform:none;font-size:14px;font-weight:500}.hv-cta-main .arrow{background:var(--bg-primary);color:var(--accent-dark);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:15px;display:flex}.hv-stats-container{gap:60px;width:100%;display:flex}.hv-stat-val{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:36px;font-weight:800;line-height:1;display:block}.hv-stat-lbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-top:5px;font-size:11px;font-weight:700;display:block}.hv-image-side{flex:1;justify-content:flex-end;padding-top:50px;display:flex}.hv-image-box{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:35px;padding:12px;position:relative;box-shadow:0 25px 50px #0000000f}.hv-image-box img{object-fit:cover;border-radius:25px;width:480px;height:580px;display:block}.hv-floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--accent-light);text-align:center;background:#f5f5f5f2;border-radius:15px;padding:15px 45px;position:absolute;bottom:40px;right:30px}.hv-card-name{color:#111;margin:0;font-size:24px;font-weight:700}.hv-card-tag{color:var(--accent-dark);text-transform:uppercase;letter-spacing:2px;margin-top:5px;font-size:11px;font-weight:700}@media (width<=1024px){.hv-hero-precision{padding:60px 40px}.hv-image-box img{width:380px;height:480px}.hv-main-title{font-size:65px}}@media (width<=767px){.hv-hero-precision{padding:80px 20px}.hv-hero-inner{text-align:center;flex-direction:column}.hv-hero-content{align-items:center;margin-bottom:50px}.hv-image-side{justify-content:center;padding-top:0}.hv-stats-container{justify-content:center;gap:40px}.hv-main-title{font-size:48px}.hv-btn-main{font-size:15px;letter-spacing:0!important}}.custom-svg-icon svg,.node-icon svg,.node-icon i{fill:currentColor;width:60%;height:auto;display:block}.node-icon i{font-size:22px}.node-icon svg{width:22px!important;height:22px!important;stroke:var(--accent-light)!important}.footer-logo img,.custom-logo{object-fit:contain;width:auto;max-height:60px}.footer-bottom{display:none}.footer-logo-img{object-fit:contain;width:auto;max-height:50px}.custom-logo{width:auto;max-height:50px}.footer-links-menu a{position:relative}.footer-links-menu a:after{content:"";background:var(--accent-light);width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:0}.footer-links-menu a:hover:after{width:100%}.footer-socials a{width:40px;height:40px;font-size:22px}.footer-logo-link{display:inline-block}.footer-logo-link img{transition:all .3s}.footer-logo-link:hover img{opacity:.9;transform:scale(1.05)}.header-logo-link{display:inline-block}.header-logo-link img{transition:all .3s}.header-logo-link:hover img{opacity:.9;transform:scale(1.05)}.youtube-video-wrapper{border-radius:12px;width:100%;height:500px;overflow:hidden}.youtube-video-wrapper iframe{width:100%;height:100%}.video-testimonials-section{background:var(--bg-secondary);padding:100px 0}.video-header{text-align:center;max-width:800px;margin:0 auto 60px}.video-header h2{text-transform:uppercase;color:var(--text-primary);margin-bottom:15px;font-family:Poppins,sans-serif;font-size:56px;font-style:italic;font-weight:800;line-height:1.1}.video-header h2 span{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.video-header p{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:20px;font-weight:300;line-height:1.8}.video-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.video-card{position:relative}.video-player{cursor:pointer;border-radius:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.video-player:hover{transform:translateY(-8px);box-shadow:0 30px 70px #2f5bff33}.video-player img{width:100%;transition:all .3s;display:block}.play-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:2px solid var(--accent-light);background:#0006;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 5px 30px #0000004d}.play-btn svg{width:30px;height:30px;margin-left:3px}.play-btn svg path{fill:var(--accent-light);transition:all .3s}.video-player:hover .play-btn{background:var(--accent-gradient);border:none;transform:translate(-50%,-50%)scale(1.1)}.video-player:hover .play-btn svg path{fill:#fff}.video-player:hover .play-btn:before{color:#fff}@media (width<=768px){.video-header h2{font-size:34px}.video-header p{font-size:16px}.video-grid{grid-template-columns:1fr}}.logo-slider-section{padding:60px 0}.logos-swiper .swiper-slide{width:auto!important}.logo-card{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:center;align-items:center;min-width:180px;height:100px;padding:25px 35px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000d}.logo-card img{object-fit:contain;width:auto;max-height:45px}.logo-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #2f5bff26}.logos-swiper .swiper-slide{flex-shrink:0;width:auto!important}.logo-card{min-width:180px}.ja-right-image-wrapper,.ja-right-img{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.ja-right-image-wrapper:hover,.ja-right-img:hover{box-shadow:none!important;filter:none!important;background:0 0!important;transform:none!important}.ja-right-image-wrapper,.ja-right-img{transition:none!important;animation:none!important}.ja-right-col *{box-shadow:none!important}.pillars-image-wrapper,.pillars-image-wrapper img{box-shadow:none!important;filter:none!important;background:0 0!important;border:none!important;transition:none!important;transform:none!important}.pillars-image-wrapper img:hover{filter:none!important;transform:none!important}.pillars-image-wrapper{justify-content:center;align-items:flex-start;width:100%;margin-top:30px;display:flex}.pillars-image-wrapper img{width:100%;height:auto;display:block}.card-image img{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}.venture-card:hover .card-image img{opacity:1!important;filter:none!important;transform:none!important}.video-player{border-radius:12px;width:100%;height:220px;position:relative;overflow:hidden}.video-player img{object-fit:cover;width:100%;height:100%}.video-player iframe{width:100%;height:100%;position:absolute;top:0;left:0}.youtube-video-wrapper{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;max-width:100%;position:relative;overflow:hidden}.youtube-video-wrapper iframe{border:none;width:100%;height:100%;position:absolute}@media (width<=768px){.youtube-video-wrapper{aspect-ratio:16/9;width:100%}}.youtube-video-wrapper{aspect-ratio:16/9;border-radius:12px;width:100%;position:relative;overflow:hidden}.youtube-video-wrapper iframe{width:100%;height:100%;position:absolute}.video-player{border-radius:12px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-player img,.video-player iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.video-player{padding-top:50%}}.logo-static-row{flex-wrap:nowrap;justify-content:center;gap:30px;margin-bottom:30px;display:flex}.logo-card{justify-content:center;align-items:center;width:200px;height:120px;display:flex}.logo-card img{object-fit:contain;max-width:90%;max-height:100px}@media (width>=769px){.logo-static-row .logo-card{width:calc(20% - 24px);min-width:0}}.ja-right-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.ja-right-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.ja-right-col{flex:1.1;align-items:stretch;display:flex}.ja-right-image-wrapper{width:100%;height:100%}.ja-right-img{object-fit:cover;width:100%;height:100%;display:block}.pillars-section .col-lg-6{display:flex!important}.pillars-section .pillars-image-wrapper{width:100%!important;height:100%!important;display:flex!important}.pillars-section .pillars-img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;display:block!important}.youtube-video-wrapper{aspect-ratio:16/9;border-radius:20px;width:100%;max-width:100%;position:relative;overflow:hidden}.youtube-video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.video-placeholder{width:100%!important;height:auto!important;transform:none!important}.youtube-video-wrapper{aspect-ratio:16/9!important;background:#000!important;border-radius:16px!important;width:100%!important;padding-top:56.25%!important;position:relative!important;overflow:hidden!important}.video-placeholder{height:auto!important;transform:none!important}.youtube-video-wrapper{aspect-ratio:16/9;width:100%;position:relative;height:auto!important}.youtube-video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-placeholder video{object-fit:contain!important;height:auto!important}.video-placeholder{width:100%!important;max-width:100%!important}.logo-static-row{gap:15px;grid-template-columns:repeat(2,1fr)!important;display:grid!important}.logo-static-row .logo-card{width:100%!important}.logo-static-row img{object-fit:contain;width:100%;height:auto}.hero-section{min-height:60vh!important;padding:80px 20px!important}.ja-right-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;height:auto!important;overflow:visible!important}.ja-right-img{max-width:100%;object-fit:contain!important;width:100%!important;height:auto!important}.pillars-section .row{display:block!important}.pillars-section .col-lg-6{width:100%!important;height:auto!important;display:block!important}.pillars-image-wrapper{box-sizing:border-box;flex-direction:column;order:2;justify-content:center;align-items:center;width:100%;margin:10px auto;padding:10px 15px;display:flex;overflow:visible!important}.pillars-section-heading{order:1;margin-bottom:8px!important}.pillars-img{max-width:90%;margin:0 auto;display:block;object-fit:contain!important;width:100%!important;height:auto!important}.pillars-image-wrapper{margin:0!important}.pillars-section{padding:0!important}.pillars-image-wrapper{margin-top:-50px!important;margin-bottom:-100px!important}.pillars-content{margin-bottom:0!important;padding-bottom:0!important}.pillars-img{margin-top:-30px!important}}.hv-video-container{width:100%;height:100%;position:absolute;top:0;left:0}.hv-video-container iframe{object-fit:cover;border-radius:20px;width:100%;height:100%}.hv-media-player iframe,.hv-media-player video{object-fit:cover;border-radius:12px;width:100%;height:100%}.player-controls-background{display:none!important}@media (width<=768px){.footer-container.single-row-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.footer-logo{flex:none}.footer-links-simple{flex:1;justify-content:flex-end;margin-top:10px;display:flex}.footer-links-menu{gap:15px;display:flex}.footer-socials{justify-content:center;width:100%;margin-top:10px;display:flex}.footer-copy{text-align:center;width:100%;margin-top:5px}}.hemant-popup-overlay{z-index:99999;background:#000000b3;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.hemant-popup-box{background:var(--bg-primary);border-radius:10px;width:90%;max-width:400px;padding:30px;position:relative}.hemant-popup-box input,.hemant-popup-box select,.hemant-popup-box textarea{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:12px;padding:10px}.hemant-popup-box button{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:12px}.hemant-popup-close{cursor:pointer;font-size:22px;position:absolute;top:10px;right:15px}.popup-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999999;background:#0f172ad9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-container{background:var(--bg-primary);border-radius:16px;width:100%;max-width:420px;padding:40px;animation:.3s popupFade;position:relative;box-shadow:0 30px 80px #0000004d}@keyframes popupFade{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.popup-close{cursor:pointer;font-size:20px;position:absolute;top:15px;right:15px}.popup-title{color:var(--text-primary);margin-bottom:25px;font-size:28px;font-weight:700}.popup-form{flex-direction:column;gap:15px;display:flex}.popup-form input{border:1px solid var(--border-color);border-radius:8px;outline:none;padding:14px 16px;font-size:14px;transition:all .3s}.popup-form input:focus{border-color:var(--accent-light);box-shadow:0 0 0 2px #2f5bff1a}.popup-btn{cursor:pointer;background:var(--accent-gradient);color:#fff;text-align:center;border:none;border-radius:50px;margin-top:10px;padding:16px;transition:all .3s}.popup-btn:hover{background:var(--accent-gradient-hover);transform:translateY(-2px)}.popup-form select,.popup-form textarea{border:1px solid var(--border-color);border-radius:8px;outline:none;padding:14px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s}.popup-form textarea{resize:none}.popup-form select:focus,.popup-form textarea:focus{border-color:var(--accent-light);box-shadow:0 0 0 2px #2f5bff1a}.popup-success{text-align:center;padding:20px}.success-icon{color:#22c55e;margin-bottom:15px;font-size:50px}.popup-success h2{margin-bottom:10px;font-size:24px}.popup-success p{color:#666;margin-bottom:20px;font-size:14px}
