@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@property --gradient-angle-offset{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@property --gradient-percent{syntax: "<percentage>"; initial-value: 5%; inherits: false;}@property --gradient-shine{syntax: "<color>"; initial-value: white; inherits: false;}html,body{margin:0;padding:0;width:100%;min-height:100%;background-color:#000;overflow-x:clip;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:center;opacity:0;transform:translateY(-30px);filter:blur(6px);animation:navbar-entrance .9s cubic-bezier(.16,1,.3,1) .3s forwards}@keyframes navbar-entrance{to{opacity:1;transform:translateY(0);filter:blur(0)}}.navbar-capsule{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjYAAABHCAYAAAAUVw14AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA41JREFUeAHt3e11GkcUBuC7NBClAqEKolQQqYK4A+MO4gokVZDjCoI6iCsQHUipIKsOSAVkBg14wQaDbMu74+c55zKc/eD3e+580MRXsFgsxmk4T3VaxpNS485jq2sAwI+nLeO81OraY6qHXE3TtPGFmnimFGYu0vAq1e+xGWAAAJ6jTTVLdfPckHN0sCmB5irVRQAAfBuzeAo4s2NeOjjYlOmmv0KgAQBezjSO6OCMDnkohZrXabgPoQYAeFmTVHcli3zWZzs26Yf+TMMfAQDwfV2nzs3Nvgf2BpsUavLU0yQAAPphmsLNm103dwYboQYA6Kmd4eaTa2xSqMm7niYBANA/k7JU5iMfdWzSg5N42v0EANBnk9S5ue1e2Ag2ZUv3XThwDwDov3yC8a/dreDbU1HXIdQAAMOQ/6ppY5Zp3bEpJwrfBQDAsFyuTijudmyuAgBgeNYZZtmxKWtr/g0AgGFadm1WHZvrAAAYrlf5Y9Wxyd2acQAADFObOjZnjWkoAKASZ3kq6jwAAIbvF8EGAKjFsmMzDgCA4Vt2bE4DAGD4fh4FAEAdfsrB5iQAAIZvLNgAANUwFQUAVCMf0LcIAIDhmws2AEA1TEUBANUQbACAagg2AEA1BBsAoBqCDQBQDcEGAKiGYAMAVEOwAQCqIdgAANUQbACAagg2AEA1BBsAoBqCDQBQDcEGAKiGYAMAVEOwAQCqkYPNPAAAKiDYAAC1aE1FAQDVEGwAgFrMc7BpAwBg+ObW2AAA1cjB5r8AABi+5eLhhwAAGL5Ha2wAgFrc69gAALX4Z9Q0TRu6NgDAsLU506zOsXkfAADDNcsfTf5YLBYXabgLAIBhOlt3bNKXWZSkAwAwMLOytGbjLxVuAgBgeNYZZh1sdG0AgAGalgyz1HTvLBaLcRruU50EAEC/takuV9NQ2ca/e5cbbwMAoP+uu6EmG20/kR6YpuFdAAD0103KLLfbF5tdT6dpqWkaXgcAQL/cplAz+dSNZt9bwg0A0DM7Q0022vdmedE2cACgD97tCzXZ3o7NSurcTNJwlWocAAAva57qbVkHvNdBwSYrW8Gvw9QUAPByZqnebO9+2mUUB8o/WNo/l+EgPwDg25rF0xk1l4eGmuzgjs22TgfntzBFBQB8uTbV+1R/d08TPsazg01XCTnnpU7jQ9A5iQ+nGI8DAPgRzUuttJ1rD6ke83hMZ2aX/wFQvsJkyTncyQAAAABJRU5ErkJggg==);background-size:100% 100%;background-repeat:no-repeat;background-color:transparent;display:flex;justify-content:space-between;align-items:center;width:90%;max-width:500px;height:60px;margin:2.5rem auto;padding:0 6px 0 16px;box-sizing:border-box;filter:drop-shadow(0 6px 16px rgba(0,0,0,.15));transition:max-width .5s cubic-bezier(.25,1,.5,1),height .5s cubic-bezier(.25,1,.5,1),margin .5s cubic-bezier(.25,1,.5,1),filter .5s ease,background-color .5s ease,border-radius .5s ease,box-shadow .5s ease}.header.header-scrolled .navbar-capsule{max-width:560px;height:52px;margin:1rem auto;background-color:#ffffff0f;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:9999px;filter:drop-shadow(0 4px 24px rgba(59,130,246,.12));box-shadow:0 0 0 1px #ffffff14,0 8px 32px #0006}.logo-link{display:flex;align-items:center}.logo-img{height:40px;width:auto;display:block;border-radius:6px}.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-item{color:#000;text-decoration:none;font-weight:500;font-size:.85rem;transition:opacity .2s ease}.nav-item:hover{opacity:.7}.nav-cta{display:flex;align-items:center}.btn-book{background-color:#000;color:#fff;text-decoration:none;font-weight:500;font-size:.85rem;display:flex;align-items:center;justify-content:center;height:48px;padding:0 1.35rem;border-radius:9999px;box-sizing:border-box;transition:transform .2s ease,background-color .2s ease}.btn-book:hover{transform:scale(1.02);background-color:#1a1a1a}.desktop-only{display:block}.mobile-only{display:none}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-right:.75rem;z-index:1001}.nav-toggle span{display:block;width:22px;height:2px;background-color:#000;margin:4px 0;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-4px,4px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-4px,-4px)}.main-content{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 120px);box-sizing:border-box;padding-top:12rem;padding-bottom:1rem}.main-content:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Clip_path_group-DGZLwmFE.png);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scaleY(-1);z-index:-1;pointer-events:none;opacity:0;filter:blur(20px);animation:bg-fade-in 2.2s cubic-bezier(.16,1,.3,1) .1s forwards}@keyframes bg-fade-in{0%{opacity:0;filter:blur(20px)}to{opacity:1;filter:blur(0)}}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:90%;max-width:1550px}.hero-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.hero-rating .stars{color:#3b82f6;font-size:1.1rem;letter-spacing:2px}.hero-rating .rating-text{color:#fff;font-weight:500;font-size:.95rem}.hero-title-wrapper{margin-bottom:-.25rem;width:100%}.hero-title-img{max-width:100%;height:auto;display:block;margin:0 auto;width:1450px}.hero-guarantee{color:#fff;font-size:1rem;font-weight:400;margin:0 auto 2rem;max-width:600px;line-height:1.5}.hero-actions{display:flex;align-items:center;gap:2rem}.btn-blue-pill{--shiny-cta-bg: #000000;--shiny-cta-bg-subtle: #1a1818;--shiny-cta-fg: #ffffff;--shiny-cta-highlight: blue;--shiny-cta-highlight-subtle: #8484ff;--animation: gradient-angle linear infinite;--duration: 3s;--shadow-size: 2px;--transition: .8s cubic-bezier(.25, 1, .5, 1);isolation:isolate;position:relative;overflow:hidden;cursor:pointer;outline-offset:4px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:1.25rem 2.5rem;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.2;font-weight:500;border:1px solid transparent;border-radius:360px;color:var(--shiny-cta-fg);background:linear-gradient(var(--shiny-cta-bg),var(--shiny-cta-bg)) padding-box,conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)),transparent,var(--shiny-cta-highlight) var(--gradient-percent),var(--gradient-shine) calc(var(--gradient-percent) * 2),var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),transparent calc(var(--gradient-percent) * 4)) border-box;box-shadow:inset 0 0 0 1px var(--shiny-cta-bg-subtle);transition:var(--transition);transition-property:--gradient-angle-offset,--gradient-percent,--gradient-shine}.btn-blue-pill:before,.btn-blue-pill:after{content:"";pointer-events:none;position:absolute;inset-inline-start:50%;inset-block-start:50%;translate:-50% -50%;z-index:-1}.btn-blue-pill:active{translate:0 1px}.btn-blue-pill:before{--size: calc(100% - var(--shadow-size) * 3);--position: 2px;--space: calc(var(--position) * 2);width:var(--size);height:var(--size);background:radial-gradient(circle at var(--position) var(--position),white calc(var(--position) / 4),transparent 0) padding-box;background-size:var(--space) var(--space);background-repeat:space;-webkit-mask-image:conic-gradient(from calc(var(--gradient-angle) + 45deg),black,transparent 10% 90%,black);mask-image:conic-gradient(from calc(var(--gradient-angle) + 45deg),black,transparent 10% 90%,black);border-radius:inherit;opacity:.4;z-index:-1}.btn-blue-pill:after{--animation: shimmer linear infinite;width:100%;aspect-ratio:1;background:linear-gradient(-50deg,transparent,var(--shiny-cta-highlight),transparent);-webkit-mask-image:radial-gradient(circle at bottom,transparent 40%,black);mask-image:radial-gradient(circle at bottom,transparent 40%,black);opacity:.6}.btn-blue-pill span{z-index:1;position:relative;display:inline-flex;align-items:center;justify-content:center}.btn-blue-pill,.btn-blue-pill:before,.btn-blue-pill:after{animation:var(--animation) var(--duration),var(--animation) calc(var(--duration) / .4) reverse paused;animation-composition:add}.btn-blue-pill:is(:hover,:focus-visible){--gradient-percent: 20%;--gradient-angle-offset: 95deg;--gradient-shine: var(--shiny-cta-highlight-subtle)}.btn-blue-pill:is(:hover,:focus-visible),.btn-blue-pill:is(:hover,:focus-visible):before,.btn-blue-pill:is(:hover,:focus-visible):after{animation-play-state:running}@keyframes gradient-angle{to{--gradient-angle: 360deg}}@keyframes shimmer{to{rotate:360deg}}@keyframes breathe{0%,to{scale:1}50%{scale:1.2}}.btn-text-chevron{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.btn-text-chevron:hover{opacity:.8}.btn-text-chevron .chevron{display:inline-block;transition:transform .2s ease}.btn-text-chevron:hover .chevron{transform:translate(4px)}.hero-video-container{width:100%;max-width:1000px;margin-top:4.5rem;box-sizing:border-box;padding:0 1rem;perspective:1000px;transform-style:preserve-3d}.hero-video-wrapper{position:relative;width:100%;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 60px #00000080,0 0 40px #0000004d;cursor:pointer;transform-style:preserve-3d;will-change:transform;transition:box-shadow .4s ease}.hero-video-wrapper:hover{box-shadow:0 40px 80px #0009,0 0 50px #3b82f626}.hero-video-img{width:100%;height:auto;display:block}.trusted-section{width:100%;margin-top:5rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.trusted-text{color:#fff6;font-size:.85rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin:0;text-align:center;line-height:1.5}.trusted-logos{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap;margin-top:2.5rem;width:100%;max-width:1100px;padding:0 1.5rem;box-sizing:border-box}.trusted-logo{height:40px;width:auto;object-fit:contain;opacity:.5;filter:brightness(0) invert(1);transition:opacity .3s ease}.trusted-logo:hover{opacity:.95}.why-infrastructure-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box;background-color:#000}.section-star{color:#ffffff4d;font-size:1rem;margin-bottom:1.5rem;letter-spacing:2px}.section-heading-wrapper{margin-bottom:2rem;width:100%}.section-heading-img{max-width:90%;height:auto;display:block;margin:0 auto;width:850px}.section-desc{color:#fff;font-size:1.05rem;line-height:1.6;max-width:850px;margin:0 auto 3.5rem;padding:0 1.5rem;box-sizing:border-box}.bootcamp-card-container{position:relative;width:90%;max-width:540px;margin:0 auto 3.5rem;box-sizing:border-box;overflow:visible}.bootcamp-card-link{text-decoration:none;display:block;width:100%}.bootcamp-card{position:relative;background:linear-gradient(120deg,#fff0 30%,#ffffff40,#ffffff73,#ffffff40,#fff0 70%) no-repeat,linear-gradient(135deg,#0b42cc,#0833a2);background-size:200% 100%,100% 100%;background-position:-200% 0,0 0;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:96px;padding:1.25rem 2rem;border:none;box-sizing:border-box;text-align:center;font-family:Outfit,sans-serif;transition:transform .3s ease,filter .3s ease;animation:bootcamp-card-shine 4s infinite ease-in-out}.bootcamp-card:hover{transform:translateY(-4px);filter:brightness(1.08)}.animated-cursor{position:absolute;width:32px;height:auto;pointer-events:none;z-index:10;top:90%;left:90%;opacity:0;transition:opacity .2s ease}.bootcamp-card-container.revealed .animated-cursor{animation:cursor-click-routine 8s infinite ease-in-out}.bootcamp-card-container.revealed .bootcamp-card{animation:bootcamp-card-click-sync 8s infinite ease-in-out,bootcamp-card-shine 4s infinite ease-in-out}.bootcamp-card-container:hover .animated-cursor{animation-play-state:paused;opacity:0!important}.bootcamp-card-container:hover .bootcamp-card{animation:bootcamp-card-shine 4s infinite ease-in-out;transform:translateY(-4px);filter:brightness(1.08)}@keyframes cursor-click-routine{0%{top:90%;left:90%;transform:scale(1);opacity:0}10%{top:75%;left:75%;transform:scale(1);opacity:1}25%{top:30%;left:10%;transform:scale(1)}45%{top:80%;left:40%;transform:scale(1)}65%{top:50%;left:50%;transform:scale(1)}70%{top:50%;left:50%;transform:scale(.85)}75%{top:50%;left:50%;transform:scale(1)}85%{top:20%;left:80%;transform:scale(1)}95%{top:90%;left:-10%;transform:scale(1);opacity:1}to{top:90%;left:-10%;transform:scale(1);opacity:0}}@keyframes bootcamp-card-click-sync{0%,65%{transform:scale(1)}70%{transform:scale(.96);filter:brightness(.9)}75%,to{transform:scale(1)}}@keyframes bootcamp-card-shine{0%{background-position:-200% 0,0 0}25%{background-position:200% 0,0 0}to{background-position:200% 0,0 0}}.live-badge{position:absolute;top:-16px;left:30px;background-color:#cf1414;color:#fff;font-family:Outfit,sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.2px;padding:6px 14px;border-radius:10px;display:flex;align-items:center;gap:6px;box-shadow:0 4px 10px #cf14144d}.badge-dot{width:6px;height:6px;background-color:#fff;border-radius:50%;display:inline-block;box-shadow:0 0 8px #fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}.bootcamp-title{color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:400;margin:0 0 .4rem;letter-spacing:-.2px;line-height:1.25}.bootcamp-subtitle{color:#ffffffe6;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:400;margin:0;line-height:1.35}.stats-container{width:100%;box-sizing:border-box}.stats-grid{max-width:1200px;width:90%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;padding:0 2rem;box-sizing:border-box}.stat-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.stat-number{font-size:3rem;font-weight:200;margin:0 0 .75rem;letter-spacing:-.5px;line-height:1;background:linear-gradient(180deg,#fff 30%,#767680);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.stat-text{color:#fff;font-size:.9rem;line-height:1.6;font-weight:400;margin:0}.learn-section{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box}.learn-section:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Clip_path_group-DGZLwmFE.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;pointer-events:none;opacity:0;filter:blur(20px);animation:bg-fade-in 2.2s cubic-bezier(.16,1,.3,1) .1s forwards}.learn-heading-img{width:499px}.learn-grid-wrapper{width:100%;max-width:1200px;margin:0 auto 3rem;padding:0 1.5rem;box-sizing:border-box}.learn-grid-img{width:100%;height:auto;display:block}.instructor-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0 0;box-sizing:border-box;background-color:#09090b;view-timeline-name:--instructor-scroll;view-timeline-axis:block}.instructor-heading-img{max-width:90%;height:auto;display:block;margin:0 auto;width:400px}.instructor-section .section-heading-wrapper{margin-bottom:2rem}.instructor-section .section-desc{padding-top:0}.instructor-container{width:100%;max-width:none;margin:0;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.profile-row{font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;width:100%;background-color:#09090b;padding:4.5rem 2rem;box-sizing:border-box;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,filter .4s ease}.profile-card-content{display:flex;align-items:center;gap:5rem;width:100%;max-width:1100px;margin:0 auto;box-sizing:border-box}@media (min-width: 769px){.instructor-container{padding-bottom:8rem}.profile-row{position:sticky;top:100px;transform-origin:center top}.profile-row:nth-child(1){z-index:1}.profile-row:nth-child(2){z-index:2}}@supports (animation-timeline: view()){@media (min-width: 769px){.profile-row:nth-child(1){animation:card-stack-scale linear both;animation-timeline:--instructor-scroll;animation-range:cover 35% cover 80%}}}@keyframes card-stack-scale{to{transform:scale(.92)}}.row-normal{flex-direction:row}.row-reverse{flex-direction:row-reverse}.profile-img-col{flex:0 0 420px;max-width:100%}.instructor-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.05);box-shadow:0 15px 30px #0000004d;display:block;transition:transform .3s ease}.profile-text-col{flex:1;text-align:left}.profile-name{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 1.25rem;letter-spacing:-.5px}.profile-bio{color:#fff;font-size:1.05rem;line-height:1.7;font-weight:400;margin:0}.what-you-own-section{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box;background-color:#000}.what-you-own-heading-img{width:450px;max-width:90%;height:auto;display:block;margin:0 auto}.own-container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;width:90%;max-width:1200px;margin:4rem auto 0;box-sizing:border-box;align-items:start}.own-modules-col{text-align:left}.own-modules-title{color:#4b5563;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 2rem}.modules-accordion{display:flex;flex-direction:column;gap:1.25rem}.module-item{border:1px solid rgba(255,255,255,.05);background:#ffffff03;border-radius:16px;padding:1.25rem 1.5rem;transition:border-color .4s cubic-bezier(.16,1,.3,1),background-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.module-item:hover{border-color:#ffffff1f;background-color:#ffffff05}.module-item.active{border-color:#ffffff26;background:linear-gradient(90deg,#ffffff08,#ffffff03);box-shadow:0 12px 30px #00000080,0 0 20px #ffffff03}.module-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:0;cursor:pointer;color:#fff;text-align:left;gap:1.5rem}.module-header-text{display:flex;flex-direction:column;gap:.35rem}.module-number{font-size:.8rem;color:#fff6;font-weight:500;letter-spacing:.05em}.module-title-text{font-size:1.2rem;font-weight:600;font-family:Poppins,sans-serif;transition:color .3s ease}.module-trigger:hover .module-title-text,.module-item.active .module-title-text{color:#fff}.module-chevron{display:flex;align-items:center;justify-content:center;color:#fff6;transition:transform .4s cubic-bezier(.16,1,.3,1),color .3s ease}.module-item.active .module-chevron{transform:rotate(180deg);color:#fff}.module-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.module-content p{color:#a1a1aa;font-size:.98rem;line-height:1.7;margin:0;padding:.85rem 0 0}.own-card-col{display:flex;justify-content:flex-end;width:100%}.own-card-link-wrapper{display:block;text-decoration:none;width:100%;max-width:620px}.own-white-card{background-image:url("/assets/Container%20(1)-BtGDbHu3.png");background-size:100% 100%;background-repeat:no-repeat;background-color:transparent;width:100%;max-width:620px;aspect-ratio:664 / 807;border-radius:24px;box-sizing:border-box;box-shadow:0 25px 50px #0000004d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 1.5rem 1.5rem;position:relative}.own-white-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #3b82f633}.own-card-cta{width:100%;max-width:100%;margin:0}.own-card-cta .bootcamp-card{border-radius:14px;min-height:88px;padding:1.1rem 1.75rem}.own-card-cta .bootcamp-title{font-size:1.3rem}.own-card-cta .bootcamp-subtitle{font-size:.88rem}.who-for-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box}.who-for-heading-img{width:620px;max-width:90%;height:auto;display:block;margin:0 auto}.who-for-section .section-desc{margin-bottom:2rem}.who-for-list-img-wrapper{width:90%;max-width:1200px;margin:0 auto 2.5rem;box-sizing:border-box}.who-for-checklist-img{width:100%;height:auto;display:block}.before-after-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box;background-color:#030303}.before-after-heading-img{width:620px;max-width:90%;height:auto;display:block;margin:0 auto}.comparison-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:90%;max-width:1100px;margin:0 auto;box-sizing:border-box}.comparison-col{text-align:left}.comparison-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 2rem}.after-bravilo-img{max-width:100%;height:auto;display:block;margin:0 0 2rem}.comparison-list{list-style:none;padding:0;margin:0}.comparison-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.list-icon{width:18px;height:18px;flex-shrink:0;margin-top:3px}.list-text{font-size:.95rem;line-height:1.5}.before-col .list-text,.after-col .list-text{color:#fff}.testimonials-section{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box}.testimonials-section:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Clip_path_group-DGZLwmFE.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;pointer-events:none;opacity:0;filter:blur(20px);animation:bg-fade-in 2.2s cubic-bezier(.16,1,.3,1) .1s forwards}.testimonials-heading-img{width:550px;max-width:90%;height:auto;display:block;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:90%;max-width:1200px;margin:0 auto 3rem;box-sizing:border-box}.testimonial-card{border-radius:16px;overflow:hidden;display:block;width:100%;height:auto;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0009}.testimonial-card-img{width:100%;height:auto;display:block;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:border-color .3s ease}.testimonial-card:hover .testimonial-card-img{border-color:#3b82f640}.registration-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box;background-color:#030303}.registration-header{margin-bottom:5rem;width:100%}.registration-heading-img{width:620px;max-width:90%;height:auto;display:block;margin:0 auto}.registration-desc{color:#fff;font-size:1.05rem;line-height:1.6;max-width:800px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.registration-container{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;width:90%;max-width:1300px;margin:0 auto;box-sizing:border-box;align-items:center}.registration-details-col{text-align:left}.details-main-title{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.5px}.details-sub-title{color:#fff;font-size:1.05rem;margin:0 0 3rem;line-height:1.5}.details-list-wrapper{margin-bottom:3.5rem}.details-list-heading{color:#4b5563;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem}.details-list{list-style:none;padding:0;margin:0}.details-list li{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.details-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.details-text{color:#fff;font-size:1.05rem;font-weight:500}.details-footer{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem}.details-footer .privacy-note{color:#fff;font-size:.95rem;line-height:1.6;margin:0 0 .5rem}.details-footer .contact-note{color:#fff;font-size:.95rem;line-height:1.6;margin:0}.details-footer .orange-link{color:#f59e0b;text-decoration:none;font-weight:600;transition:opacity .2s ease}.details-footer .orange-link:hover{opacity:.85}.registration-card-col{display:flex;justify-content:flex-end;width:100%}.registration-white-card{background-image:url(/assets/registration_card-fWqJg_ci.png);background-size:100% 100%;background-repeat:no-repeat;background-color:transparent;width:100%;max-width:660px;aspect-ratio:699 / 359;border-radius:24px;padding:3rem 3rem 1.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;box-shadow:0 20px 40px #0003}.card-pill-badge{background-color:#3b82f614;border:1px solid rgba(59,130,246,.15);color:#374151;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:9999px;display:inline-flex;align-items:center;gap:6px;margin-bottom:1.25rem}.card-pill-badge .green-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%;display:inline-block}.card-pill-badge .bold-italic{font-weight:700;font-style:italic}.card-form-title{color:#000;font-size:2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.5px}.card-form-title .form-cursive{font-family:Caveat,cursive;color:#2563eb;font-style:italic;font-weight:700}.card-form-desc{color:#4b5563;font-size:.95rem;margin:0 0 2rem;line-height:1.4}.registration-card-cta{width:100%;max-width:100%;margin:0}.faq-section{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:5rem 0;box-sizing:border-box}.faq-section:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Clip_path_group-DGZLwmFE.png);background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;z-index:-1;pointer-events:none;opacity:0;filter:blur(20px);animation:bg-fade-in 2.2s cubic-bezier(.16,1,.3,1) .1s forwards}.faq-heading-img{width:550px;max-width:90%;height:auto;display:block;margin:0 auto}.faq-container{width:90%;max-width:800px;margin:4rem auto 0;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(255,255,255,.1);background:transparent;overflow:hidden;transition:border-color .3s ease}.faq-item:first-child{border-top:1px solid rgba(255,255,255,.1)}.faq-item:hover{border-color:#ffffff40}.faq-item.active{border-color:#3b82f64d}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.75rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1.5rem}.faq-question:focus{outline:none}.faq-question:focus-visible{outline:1px solid rgba(59,130,246,.5);outline-offset:2px}.faq-question-text{color:#fff;font-size:1.05rem;font-weight:500;line-height:1.4;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;opacity:.9;transition:opacity .3s ease}.faq-question:hover .faq-question-text{opacity:1}.faq-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;color:#fff9;transition:transform .4s cubic-bezier(.16,1,.3,1),color .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg);color:#3b82f6}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.faq-answer p{color:#a1a1aa;font-size:.95rem;line-height:1.7;margin:0;padding:0 0 1.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.final-cta-section{width:100%;background:linear-gradient(90deg,#000000fa,#000000e6 35%,#000000b3 60%,#0000004d),url(/assets/cta_bg-nKcEU7Sv.png);background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:4rem 0;position:relative;overflow:hidden}.final-cta-container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center}.final-cta-content{max-width:850px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;z-index:2}.final-cta-rating{display:flex;align-items:center;margin-bottom:1.25rem;background:#ffffff08;padding:8px 16px 8px 12px;border-radius:9999px;border:1px solid rgba(255,255,255,.06)}.rating-avatars{display:flex;align-items:center;margin-right:12px}.rating-avatars .avatar-img{width:28px;height:28px;border-radius:50%;border:2px solid #08080a;margin-left:-8px;object-fit:cover;display:block}.rating-avatars .avatar-img:first-child{margin-left:0}.rating-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.cta-stars{color:#3b82f6;font-size:.75rem;letter-spacing:1px;line-height:1}.cta-rating-text{color:#ffffffb3;font-size:.75rem;font-weight:500;line-height:1}.cta-heading-wrapper{width:100%;margin-bottom:1.15rem}.final-cta-heading-img{max-width:100%;width:800px;height:auto;display:block}.final-cta-desc{color:#fff;font-size:1.05rem;line-height:1.5;margin:0 0 1.75rem;max-width:580px}.final-cta-card{max-width:540px;margin:0 0 1.5rem;width:100%}.final-cta-urgency{display:flex;align-items:center;gap:8px;margin-left:4px}.final-cta-urgency .urgency-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;display:inline-block;box-shadow:0 0 8px #10b981;animation:pulse 1.5s infinite}.final-cta-urgency .urgency-text{color:#ffffffb3;font-size:.9rem;font-weight:500;font-style:italic}.footer{width:100%;background-color:#000;border-top:1px solid rgba(255,255,255,.08);padding:2rem 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.footer-container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.footer-logo{display:flex;align-items:center;text-decoration:none}.footer-logo-img{height:42px;width:auto;display:block;border-radius:8px}.footer-socials{display:flex;align-items:center;gap:1.5rem}.social-link{color:#fff9;transition:color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.social-link:hover{color:#fff;transform:translateY(-2px)}.social-link svg{display:block}@media (max-width: 991px){.nav-links{gap:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem 2rem}}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.nav-toggle{display:block}.navbar-capsule{height:48px;padding:0 6px 0 .75rem;margin:1.5rem auto}.logo-img{height:30px}.main-content{padding-top:9rem;padding-bottom:2rem;min-height:auto}.hero-rating{margin-bottom:1.5rem}.hero-rating .rating-text{font-size:.85rem}.hero-title-wrapper{margin-bottom:.25rem}.hero-guarantee{font-size:.9rem;margin:0 auto 2rem;padding:0 1rem}.hero-section{width:100%;padding:0 1.5rem;box-sizing:border-box}.hero-actions{flex-direction:row;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:100%;flex-wrap:nowrap}.btn-blue-pill{width:auto;flex-shrink:0;padding:.85rem 1.25rem;font-size:.9rem}.btn-text-chevron{font-size:.9rem;padding:.5rem 0;white-space:nowrap;flex-shrink:0}.hero-video-container{margin-top:2.5rem;padding:0 .5rem}.hero-video-wrapper{border-radius:12px}.trusted-section{margin-top:3.5rem;margin-bottom:.5rem;padding:0 1rem}.trusted-text{font-size:.75rem;letter-spacing:.15em}.trusted-logos{gap:2rem 1.5rem;margin-top:1.5rem;padding:0 .5rem}.trusted-logo{height:30px}.why-infrastructure-section{padding:3rem 0}.section-desc{font-size:.95rem;margin-bottom:2.5rem}.bootcamp-card-container{width:100%;padding:0 1.5rem;box-sizing:border-box;margin-bottom:2.5rem}.bootcamp-card{height:auto;padding:1.25rem 1.5rem}.bootcamp-title{font-size:1.2rem}.bootcamp-subtitle{font-size:.85rem}.live-badge{left:50%;transform:translate(-50%);top:-14px}.stats-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.stat-card{align-items:flex-start;text-align:left}.stat-number{font-size:2rem}.stat-text{font-size:.8rem;line-height:1.5}.learn-section{padding:3rem 0}.learn-grid-wrapper{margin-bottom:2rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.before-after-section{padding:3rem 0}.before-after-heading-img{margin-bottom:3rem}.comparison-container{grid-template-columns:1fr;gap:3rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.comparison-title{font-size:1.35rem;margin-bottom:1.25rem}.comparison-list li{margin-bottom:1.25rem}.who-for-section{padding:3rem 0}.who-for-heading-img{margin-bottom:2rem}.who-for-section .section-desc{margin-bottom:1.5rem}.who-for-list-img-wrapper{margin-bottom:2rem}.who-for-item-center{justify-content:flex-start;margin-bottom:1.5rem;padding:0 1rem;box-sizing:border-box}.who-for-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;box-sizing:border-box}.who-for-item{align-items:center}.testimonials-section{padding:3rem 0}.testimonials-heading-img{margin-bottom:3rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.nav-links{position:absolute;top:100%;left:5%;width:90%;background-color:#fff;border-radius:24px;box-shadow:0 10px 25px #00000026;flex-direction:column;padding:2rem;gap:1.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}.nav-links.active{opacity:1;visibility:visible;transform:translateY(10px)}.nav-item{font-size:1.15rem;display:block;text-align:center;padding:.5rem 0}.btn-book-mobile{background-color:#000;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;padding:.85rem 2rem;border-radius:9999px;display:block;text-align:center;margin-top:1rem}.what-you-own-section{padding:3rem 0}.what-you-own-heading-img{width:320px;max-width:90%}.own-container{grid-template-columns:1fr;gap:3.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box;margin-top:2.5rem}.own-modules-col{text-align:center}.own-modules-title{text-align:center;margin-bottom:1.5rem}.module-trigger{padding:.75rem 0}.module-title-text{font-size:1.05rem}.module-content p{font-size:.92rem}.own-card-col{justify-content:center}.own-white-card{padding:0 1rem 1.25rem;max-width:100%}.own-card-headline{font-size:1.5rem}.own-cta-btn{font-size:.95rem;padding:1.1rem 1.25rem}.own-card-cta .bootcamp-card{min-height:80px;padding:1rem 1.25rem}.own-card-cta .bootcamp-title{font-size:1.1rem}.own-card-cta .bootcamp-subtitle{font-size:.82rem}.instructor-section{padding:3rem 0 0}.instructor-heading-img{margin-bottom:0}.instructor-section .section-heading-wrapper{margin-bottom:2rem}.instructor-section .section-desc{padding-top:0}.instructor-container{gap:4rem}.profile-row{padding:2.5rem 1.5rem!important}.profile-card-content{flex-direction:column!important;gap:2rem;text-align:center}.profile-img-col{flex:0 0 auto;width:280px;margin:0 auto}.profile-text-col{text-align:center}.profile-name{font-size:1.6rem;margin-bottom:.75rem}.profile-bio{font-size:.95rem;line-height:1.6}.registration-section{padding:3rem 0}.registration-header{margin-bottom:3rem}.registration-container{grid-template-columns:1fr;gap:3.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.registration-details-col{text-align:center}.details-main-title{font-size:1.6rem}.details-sub-title{font-size:.95rem;margin-bottom:2rem}.details-list li,.registration-card-col{justify-content:center}.registration-white-card{padding:9.5rem 1.5rem 1.5rem;max-width:100%;aspect-ratio:auto;height:auto}.faq-section{padding:3rem 0}.faq-container{margin-top:2rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.faq-question{padding:1.25rem 0;gap:1rem}.faq-question-text{font-size:.95rem}.faq-icon{width:16px;height:16px;min-width:16px}.faq-icon svg{width:16px;height:16px}.faq-answer p{font-size:.9rem;padding:0 0 1.25rem;line-height:1.6}.final-cta-section{padding:3rem 0;background:linear-gradient(180deg,#000000f2,#000000d9 60%,#000000f2),url(/assets/cta_bg-nKcEU7Sv.png);background-size:cover;background-position:center}.final-cta-container{width:100%;padding:0 1.5rem;box-sizing:border-box;justify-content:center}.final-cta-content{align-items:center;text-align:center;width:100%}.final-cta-heading-img{margin:0 auto}.final-cta-rating{margin-bottom:1.25rem}.final-cta-heading{font-size:2rem;letter-spacing:-.5px;margin-bottom:1rem}.cta-heading-br{display:none}.final-cta-desc{font-size:.95rem;margin-bottom:1.5rem;max-width:100%}.final-cta-urgency{justify-content:center}.footer{padding:1.75rem 0}.footer-container{flex-direction:column;gap:1.75rem;text-align:center;width:100%;padding:0 1.5rem;box-sizing:border-box}.footer-socials{justify-content:center;gap:2rem}}.hero-stagger{opacity:0;transform:translateY(24px);filter:blur(5px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.hero-stagger.hero-visible{opacity:1;transform:translateY(0);filter:blur(0)}.hero-logo-stagger{opacity:0!important;transform:translateY(12px);filter:blur(3px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .5s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.hero-logo-stagger.hero-visible{opacity:.5!important;transform:translateY(0);filter:blur(0)}.reveal{opacity:0;transform:translateY(24px);filter:blur(2px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.reveal.revealed{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-bg:before{opacity:0;filter:blur(20px);transition:opacity 2.2s cubic-bezier(.16,1,.3,1),filter 2.2s cubic-bezier(.16,1,.3,1);will-change:opacity,filter}.reveal-bg.revealed:before{opacity:1;filter:blur(0)}.reveal-stagger>*{opacity:0;transform:translateY(24px);filter:blur(2px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.reveal-stagger.revealed>*{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-stagger.revealed>*:nth-child(1){transition-delay:.05s}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.12s}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.19s}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.26s}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.33s}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.4s}@media (hover: hover){.custom-cursor-dot{width:8px;height:8px;background-color:#3b82f6;border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:999999;transform:translate(-50%,-50%);will-change:transform;opacity:0;transition:width .2s ease,height .2s ease,background-color .2s ease,opacity .2s ease}.custom-cursor-circle{width:36px;height:36px;border:2px solid rgba(59,130,246,.5);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:999998;transform:translate(-50%,-50%);will-change:transform;opacity:0;box-shadow:0 0 8px #3b82f626;transition:width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),border-color .3s ease,background-color .3s ease,opacity .2s ease,box-shadow .3s ease}.custom-cursor-hover .custom-cursor-dot{width:4px;height:4px;background-color:#fff}.custom-cursor-hover .custom-cursor-circle{width:56px;height:56px;border-color:#3b82f6d9;background-color:#3b82f61f;box-shadow:0 0 16px #3b82f666}.custom-cursor-click .custom-cursor-circle{width:26px;height:26px;border-color:#3b82f6;background-color:#3b82f659;box-shadow:0 0 20px #3b82f699}}
