:root{font-family:Inter,Satoshi,Manrope,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--accent-color: #7FFF00;--accent-bright: #00FF88;--primary-color: #CACACA;--primary-dark: #A0A0A0;--primary-light: #E5E5E5;--text-color: #ffffff;--text-secondary: #B0B0B0;--background-color: #1a1a1a;--background-dark: #0f0f0f;--button-blue: #1e3a8a;--light-green: #D1FA00;--light-green-bg: #E8FF80;--dark-green: #1a3a1a;--white-bg: #ffffff;--text-dark: #000000;--text-grey: #666666;color-scheme:dark;color:var(--text-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--primary-dark)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--background-color);overflow-x:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--primary-color);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:var(--text-color);cursor:pointer;transition:all .25s}button:hover{background-color:var(--primary-dark);border-color:var(--primary-dark)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--text-color);background-color:var(--background-color)}a:hover{color:var(--primary-dark)}button{background-color:var(--primary-color)}}.app{min-height:100vh;background:radial-gradient(ellipse at center top,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 30%,transparent 60%),var(--background-color);background-size:100% 50%,100% 100%;background-position:center top,center;background-repeat:no-repeat;color:var(--text-color)}.header{position:sticky;top:0;z-index:1000;background-color:transparent;border-bottom:none;padding:1.5rem 0;transition:background-color .2s ease,border-bottom .2s ease,backdrop-filter .2s ease;width:100%}.header.scrolled{background-color:#000!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(255,255,255,.2)!important;box-shadow:0 4px 20px #00000080!important;visibility:visible!important;opacity:1!important}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo-section{display:flex;align-items:center;gap:.75rem}.header-light .logo-main{color:var(--text-dark)}.header-light .logo-sub{color:var(--text-grey)}.logo-icon{height:4rem;width:auto;object-fit:contain;display:block}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-main{font-family:Inter Display,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-color)}.logo-sub{font-family:Satoshi,sans-serif;font-size:.75rem;color:var(--text-secondary);font-weight:400}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{padding:.5rem 1rem;color:var(--text-color);text-decoration:none;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:500;border-radius:4px;transition:all .2s}.nav-link:hover{background-color:#ffffff0d}.nav-link.active{background-color:#7fb000;color:var(--text-color);font-weight:600}.header-actions{display:flex;gap:1rem;align-items:center}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;position:relative}.hamburger-line{width:100%;height:2px;background-color:var(--text-color);border-radius:2px;transition:all .3s ease;transform-origin:center}.header-light .hamburger-line{background-color:var(--text-dark)}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0;transform:translate(-10px)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--background-color);z-index:100;padding-top:80px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem;padding:2rem}.mobile-nav-link{padding:1rem;color:var(--text-color);text-decoration:none;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:500;border-radius:8px;transition:all .2s;text-align:left}.mobile-nav-link:hover,.mobile-nav-link.active{background-color:#7fff001a;color:var(--accent-color)}.mobile-btn-member,.mobile-btn-call{width:100%;padding:1rem;margin-top:1rem;border-radius:12px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.mobile-btn-member{background-color:var(--primary-light);color:var(--background-dark);border:1px solid var(--accent-color)}.mobile-btn-call{background:radial-gradient(ellipse at left,rgba(30,58,138,.4) 0%,rgba(30,58,138,.2) 20%,transparent 50%),radial-gradient(ellipse at right,rgba(30,58,138,.4) 0%,rgba(30,58,138,.2) 20%,transparent 50%),#000;color:var(--text-color);border:1px solid var(--accent-color)}.btn-member{padding:.6rem 1.2rem;background-color:var(--primary-light);color:var(--background-dark);border:1px solid var(--accent-color);border-radius:12px;font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-member:hover{background-color:var(--primary-color)}.btn-call{padding:.6rem 1.2rem;background:radial-gradient(ellipse at left,rgba(30,58,138,.4) 0%,rgba(30,58,138,.2) 20%,transparent 50%),radial-gradient(ellipse at right,rgba(30,58,138,.4) 0%,rgba(30,58,138,.2) 20%,transparent 50%),#000;background-size:60% 100%,60% 100%,100% 100%;background-position:left center,right center,center;background-repeat:no-repeat;color:var(--text-color);border:1px solid var(--accent-color);border-radius:12px;font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;position:relative}.btn-call:hover{background:radial-gradient(ellipse at left,rgba(30,64,175,.5) 0%,rgba(30,64,175,.25) 20%,transparent 50%),radial-gradient(ellipse at right,rgba(30,64,175,.5) 0%,rgba(30,64,175,.25) 20%,transparent 50%),#000;background-size:60% 100%,60% 100%,100% 100%;background-position:left center,right center,center;background-repeat:no-repeat}.hero{min-height:auto;display:flex;align-items:center;justify-content:center;padding:2rem 2rem 4rem;max-width:1200px;margin:0 auto}.hero-content{text-align:center;max-width:900px;animation:slideInFromBottomForwards 1s ease-out forwards}.hero-headline{font-size:clamp(2.5rem,8vw,5rem);line-height:1.1;margin:0 0 1.5rem;color:var(--text-color);animation:slideInFromBottomForwards 1.2s ease-out .2s forwards}.hero-main{font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;display:inline-block;font-style:normal}.hero-accent{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;color:var(--accent-color);display:inline-block}.hero-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-color);margin:0 0 2rem;max-width:700px;margin-left:auto;margin-right:auto;animation:slideInFromBottomForwards 1s ease-out .4s forwards}.btn-learn-more{padding:1rem 2.5rem;background-color:var(--accent-color);color:var(--background-dark);border:none;border-radius:6px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;animation:slideInFromBottomForwards 1s ease-out .6s forwards}.btn-learn-more:hover{background-color:var(--accent-bright);transform:translateY(-2px);box-shadow:0 4px 12px #7fff004d}.partners-section{padding:4rem 0;background-color:var(--background-dark);overflow:hidden;position:relative}.partners-scroll{overflow:hidden;position:relative}.partners-track{display:flex;gap:4rem;animation:scroll 30s linear infinite;will-change:transform}.partner-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s;height:60px;width:auto}.partner-logo img{height:100%;width:auto;max-width:150px;object-fit:contain;filter:brightness(.8);transition:filter .2s}.partner-logo:hover{opacity:1}.partner-logo:hover img{filter:brightness(1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.offer-section{padding:6rem 0 6rem 4rem;background-color:var(--white-bg);color:var(--text-dark);position:relative;overflow-x:visible;overflow-y:visible;overflow:visible}.offer-container{max-width:1400px;margin:0 auto 0 0;padding:0 2rem 0 4rem;display:flex;flex-direction:column;align-items:flex-start;gap:4rem;position:relative;width:100%;overflow:visible}.offer-graphic{position:absolute;top:6rem;right:0;display:block;z-index:1;pointer-events:none;margin:0;padding:0;width:auto;height:auto}.offer-content{display:flex;flex-direction:column;gap:2rem;text-align:left;align-items:flex-start;max-width:900px;width:100%;margin:0}.offer-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);width:fit-content;margin:0;animation:slideInFromTop .8s ease-out}.tag-dot{width:8px;height:8px;border-radius:50%;background-color:var(--light-green);flex-shrink:0}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTopForwards{0%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes slideInFromLeftForwards{0%{transform:translate(-50px)}to{transform:translate(0)}}@keyframes slideInFromRightForwards{0%{transform:translate(50px)}to{transform:translate(0)}}@keyframes slideInFromBottomForwards{0%{transform:translateY(50px)}to{transform:translateY(0)}}.offer-heading{font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;color:var(--text-dark);margin:0;animation:slideInFromLeftForwards 1s ease-out .2s forwards;width:100%}.offer-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-grey);margin:0;animation:slideInFromRightForwards 1s ease-out .4s forwards}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(450px,1fr));gap:2.5rem;margin-top:2rem;max-width:1600px;width:100%;margin-left:0;margin-right:auto}.feature-box{padding:2.5rem 3rem;background-color:var(--light-green-bg);border-radius:16px;border:1px solid rgba(209,250,0,.3);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2.5rem;min-width:450px;position:relative;animation:slideInFromBottomForwards 1s ease-out forwards}.feature-box:nth-child(1){animation-delay:.6s}.feature-box:nth-child(2){animation-delay:.8s}.feature-box:nth-child(3){animation-delay:1s}.studio-card,.network-card,.fellowship-card{border-radius:16px;overflow:visible;position:relative;padding-right:4rem}.studio-card:before,.network-card:before,.fellowship-card:before{content:"";position:absolute;top:-50px;right:-50px;width:100px;height:100px;background:var(--white-bg);border-radius:50%;z-index:1;pointer-events:none}.studio-card .feature-content,.network-card .feature-content,.fellowship-card .feature-content{position:relative;z-index:2}.studio-card .feature-content,.network-card .feature-content,.fellowship-card .feature-content{text-align:left}.studio-card .feature-icon,.network-card .feature-icon,.fellowship-card .feature-icon{position:absolute;top:-20px;right:-20px;z-index:3}.feature-content{display:flex;flex-direction:column;gap:.75rem;flex:1}.feature-icon{width:80px;height:80px;min-width:80px;border-radius:50%;background-color:#000;border:2px solid var(--accent-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 15px #7fff0099,0 0 30px #7fff004d;position:relative}.feature-icon:before{content:"";position:absolute;inset:-3px;border-radius:50%;border:1px solid var(--accent-color);opacity:.5;box-shadow:0 0 20px #7fff0066}.feature-icon img{width:50px;height:50px;object-fit:contain;filter:brightness(1.2) saturate(1.5)}.feature-title{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0}.feature-text{font-family:Satoshi,sans-serif;font-size:.95rem;line-height:1.5;color:var(--text-grey);margin:0}.offer-graphic img{max-width:500px;max-height:400px;width:auto;height:auto;display:block;margin:0;padding:0;object-fit:contain}.crib-section{padding:6rem 2rem;background-color:var(--white-bg);color:var(--text-dark)}.crib-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.crib-content{display:flex;flex-direction:column;gap:1.5rem;animation:slideInFromLeftForwards 1s ease-out forwards}.crib-tag{display:inline-block;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);width:fit-content}.crib-heading{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:500;line-height:1.2;color:var(--text-dark);margin:0}.crib-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-grey);margin:0}.crib-image{display:flex;align-items:center;justify-content:center;animation:slideInFromRightForwards 1s ease-out .3s forwards}.crib-image-img{width:100%;height:auto;object-fit:contain;border-radius:12px}.crib-image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-grey);font-family:Satoshi,sans-serif}.gtm-studio-section{padding:6rem 2rem;background-color:var(--white-bg);color:var(--text-dark)}.gtm-studio-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gtm-studio-image{display:flex;align-items:center;animation:slideInFromLeftForwards 1s ease-out forwards;justify-content:center}.gtm-studio-img{width:100%;height:auto;object-fit:cover;border-radius:12px}.gtm-studio-content{display:flex;flex-direction:column;gap:1.5rem;text-align:left;animation:slideInFromRightForwards 1s ease-out .3s forwards}.gtm-studio-tag{display:inline-block;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);width:fit-content}.gtm-studio-heading{font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0}.gtm-studio-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-grey);margin:0}.success-stories-section{padding:6rem 2rem;background-color:var(--white-bg);color:var(--text-dark)}.success-stories-container{max-width:1400px;margin:0 auto}.success-stories-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:slideInFromBottomForwards 1s ease-out forwards}.success-stories-tag{display:inline-block;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);width:fit-content}.success-stories-heading{font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0}.success-stories-rows{display:flex;flex-direction:column;gap:1.5rem;animation:slideInFromBottomForwards 1s ease-out .3s forwards}.success-stories-row-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.success-stories-row{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;scrollbar-width:none;-ms-overflow-style:none}.success-stories-row::-webkit-scrollbar{display:none}.scroll-arrow{width:48px;height:48px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:50%;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;z-index:2;opacity:1;pointer-events:auto;padding:0;box-shadow:0 2px 8px #0000001a}.scroll-arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.scroll-arrow:before{content:"";width:12px;height:12px;border-top:2px solid var(--text-dark);border-right:2px solid var(--text-dark);transition:all .2s}.scroll-arrow-left:before{transform:rotate(-135deg)}.scroll-arrow-right:before{transform:rotate(45deg)}.scroll-arrow:active:before{border-color:var(--accent-color)}.scroll-arrow:hover:before{transform:scale(1.2)}.scroll-arrow-left:hover:before{transform:rotate(-135deg) scale(1.2)}.scroll-arrow-right:hover:before{transform:rotate(45deg) scale(1.2)}.statistics-section{padding:6rem 0 6rem 2rem;background-color:var(--background-dark);color:var(--text-color);position:relative;overflow:hidden}.statistics-container{max-width:1400px;margin:0 auto;padding-left:2rem;position:relative;z-index:2}.statistics-background{position:absolute;top:6rem;left:0;display:block;z-index:1;pointer-events:none;margin:0;padding:0;width:auto;height:auto}.statistics-curve{max-width:400px;max-height:350px;width:auto;height:auto;display:block;margin:0;padding:0;object-fit:contain}.statistics-header{margin-bottom:4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;animation:slideInFromBottomForwards 1s ease-out forwards}.statistics-left{display:flex;flex-direction:column;gap:1.5rem}.statistics-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#7fff001a;border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-color);width:fit-content}.statistics-tag-dot{width:8px;height:8px;border-radius:50%;background-color:var(--accent-color);flex-shrink:0}.statistics-right{display:flex;flex-direction:column}.statistics-heading{font-family:Satoshi,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--accent-color);margin:0;white-space:nowrap}.statistics-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-color);margin:0;opacity:.9}.statistics-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{background-color:#0006;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(127,255,0,.1);transition:all .3s;animation:slideInFromBottomForwards 1s ease-out forwards}.stat-card:nth-child(1){animation-delay:.3s}.stat-card:nth-child(2){animation-delay:.5s}.stat-card:nth-child(3){animation-delay:.7s}.stat-card:hover{border-color:#7fff004d;transform:translateY(-4px)}.stat-number{font-family:Satoshi,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;color:var(--text-color);line-height:1;margin:0}.stat-label{font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-color);opacity:.8;margin:0;text-transform:lowercase}.project-card{background-color:#000;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;animation:slideInFromBottomForwards .8s ease-out forwards;transition:transform .2s;width:320px;min-width:320px;max-width:320px;flex-shrink:0}.project-card:hover{transform:translateY(-4px)}.project-card-image{width:100%;height:200px;object-fit:cover;display:block}.project-card-content{padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.project-card-name{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin:0;flex:1}.project-card-button{padding:.5rem 1rem;background-color:var(--accent-color);color:var(--text-dark);border:none;border-radius:8px;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.project-card-button:hover{background-color:var(--accent-bright);transform:scale(1.05)}.fellowship-blog-section{padding:6rem 2rem;background-color:var(--white-bg);color:var(--text-dark)}.fellowship-blog-container{max-width:1400px;margin:0 auto}.fellowship-blog-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start;animation:slideInFromBottomForwards 1s ease-out forwards}.fellowship-blog-content{display:flex;flex-direction:column;gap:2rem;animation:slideInFromLeftForwards 1s ease-out .3s forwards}.fellowship-blog-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);width:fit-content}.fellowship-blog-tag-dot{width:8px;height:8px;border-radius:50%;background-color:var(--light-green);flex-shrink:0}.fellowship-blog-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0}.fellowship-blog-text{display:flex;flex-direction:column;gap:1.5rem}.fellowship-blog-paragraph{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-grey);margin:0}.fellowship-blog-buttons{display:flex;gap:1rem;flex-wrap:wrap}.fellowship-blog-button-view{padding:.875rem 1.5rem;background-color:var(--white-bg);border:1px solid var(--text-dark);border-radius:8px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:var(--text-dark);cursor:pointer;transition:all .2s}.fellowship-blog-button-view:hover{background-color:var(--text-dark);color:var(--white-bg)}.fellowship-blog-button-call{padding:.875rem 1.5rem;background-color:var(--text-dark);border:1px solid var(--text-dark);border-radius:8px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:var(--white-bg);cursor:pointer;transition:all .2s}.fellowship-blog-button-call:hover{background-color:var(--text-grey);border-color:var(--text-grey)}.fellowship-blog-feature{display:flex;flex-direction:column;gap:1rem;animation:slideInFromRightForwards 1s ease-out .3s forwards}.fellowship-blog-feature-image{width:100%;height:auto;border-radius:12px;object-fit:cover;aspect-ratio:3/4}.fellowship-blog-feature-title{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0;text-align:center}.fellowship-blog-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.fellowship-blog-card{display:flex;flex-direction:column;gap:1rem;animation:slideInFromBottomForwards .8s ease-out forwards}.fellowship-blog-card:nth-child(1){animation-delay:.5s}.fellowship-blog-card:nth-child(2){animation-delay:.7s}.fellowship-blog-card-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden}.fellowship-blog-card-image{width:100%;height:100%;object-fit:cover;display:block}.fellowship-blog-card-icon{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text-dark);pointer-events:none}.fellowship-blog-card-title{font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0}.book-call-section{padding:6rem 2rem 0;background-color:var(--white-bg)}.book-call-container{max-width:1200px;margin:0 auto;background-color:var(--background-dark);border-radius:24px 24px 0 0;padding:6rem 4rem;position:relative;overflow:hidden}.book-call-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.book-call-wave{position:absolute;top:0;left:0;width:auto;height:300px;object-fit:contain;opacity:.6}.book-call-spiral{position:absolute;bottom:-50px;right:-50px;width:auto;height:400px;object-fit:contain;opacity:.6}.book-call-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:slideInFromBottomForwards 1s ease-out forwards}.book-call-heading{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--accent-color);margin:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.book-call-heading-line1{font-size:clamp(2rem,4vw,3rem);line-height:1.2}.book-call-heading-line2{font-size:clamp(3rem,6vw,4.5rem);line-height:1.2}.book-call-subtitle{font-family:Satoshi,sans-serif;font-size:1.25rem;color:var(--accent-color);margin:0;opacity:.9}.book-call-button{padding:1rem 2.5rem;background-color:var(--accent-color);color:var(--background-dark);border:none;border-radius:8px;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem;box-shadow:0 4px 12px #7fff004d;width:fit-content;margin-left:auto;margin-right:auto}.book-call-button:hover{background-color:var(--accent-bright);transform:translateY(-2px);box-shadow:0 6px 16px #7fff0066}.footer-section{padding:6rem 2rem;background-color:var(--background-dark);color:var(--text-color);position:relative;overflow:hidden}.footer-background{position:absolute;bottom:0;left:0;z-index:1;pointer-events:none}.footer-curve{width:auto;height:250px;object-fit:contain;opacity:.8}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:start;position:relative;z-index:2}.footer-logo{display:flex;align-items:flex-start;height:100%}.footer-logo-image{height:auto;min-height:300px;width:auto;max-width:100%;object-fit:contain}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-nav-column{display:flex;flex-direction:column;gap:1rem}.footer-nav-title{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-color);margin:0;text-transform:uppercase;letter-spacing:.5px}.footer-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-nav-link{font-family:Satoshi,sans-serif;font-size:1rem;color:var(--text-color);text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:var(--accent-color)}.footer-social{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;margin-left:1rem}.footer-social-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;transition:all .2s;border:1px solid rgba(127,255,0,.2)}.footer-social-instagram{background-color:#000c;border:1px solid var(--accent-color);box-shadow:0 0 10px #7fff004d}.footer-social-icon:hover{background-color:#7fff001a;border-color:var(--accent-color);transform:scale(1.1)}@media(max-width:1024px){.header-container{padding:0 1.5rem}.hero{padding:3rem 1.5rem}.hero-headline{font-size:clamp(2rem,6vw,4rem)}.hero-description{font-size:1.05rem}.offer-container{gap:3rem}.features-grid{grid-template-columns:repeat(2,1fr)!important}.crib-container,.gtm-studio-container{gap:3rem}.statistics-header{grid-template-columns:1fr;gap:3rem}.statistics-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem}.fellowship-blog-main{grid-template-columns:1fr;gap:3rem}.fellowship-blog-cards{margin-top:1.5rem}.book-call-container{padding:4rem 3rem}.book-call-wave{height:250px}.book-call-spiral{height:300px}.footer-container{grid-template-columns:1fr;gap:3rem}.footer-nav{grid-template-columns:repeat(2,1fr)}.footer-social{flex-direction:row;align-items:flex-start;justify-content:flex-start}.footer-curve{height:200px}.success-stories-row{gap:1.25rem}.project-card{width:280px;min-width:280px;max-width:280px}.scroll-arrow{width:40px;height:40px}.scroll-arrow:before{width:10px;height:10px}}@media(max-width:768px){.header{padding:1rem 0}.header-container{flex-wrap:nowrap;padding:0 1rem;gap:1rem;justify-content:space-between;align-items:center}.logo-icon{height:3.5rem}.header-actions,.nav-links,.btn-member,.btn-call{display:none!important}.mobile-menu-toggle{display:flex!important}.mobile-menu{display:block!important}.hero{min-height:auto;padding:1.5rem 1rem 3rem}.hero-headline{font-size:clamp(1.75rem,7vw,3.5rem);margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem;padding:0 1rem}.btn-learn-more{display:none!important}.partners-section{padding:3rem 0}.partner-logo{font-size:1.25rem}.partners-track{gap:3rem}.offer-section{padding:4rem 1rem!important;background-color:var(--white-bg)!important}.offer-container{gap:2rem!important;padding:0 1rem!important;margin:0 auto!important;align-items:center!important;max-width:100%!important;width:100%!important}.offer-graphic{display:none}.offer-content{align-items:center!important;text-align:center!important;max-width:100%!important;width:100%!important}.offer-tag{margin:0 auto!important;display:inline-flex!important}.offer-heading{text-align:center!important;font-size:clamp(1.75rem,6vw,2.5rem)!important;line-height:1.3!important;margin:0 auto!important}.offer-description{text-align:left!important;margin:1rem 0 0!important;padding:0!important;width:100%!important}.features-grid{display:grid!important;grid-template-columns:1fr!important;gap:1.25rem!important;margin-top:2rem!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:auto!important}.features-grid .feature-box{min-width:0!important;max-width:100%!important}.feature-box{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:1.5rem!important;padding:1.5rem!important;min-width:0!important;width:100%!important;max-width:100%!important}.feature-content{flex:1!important}.feature-icon{align-self:center!important;width:80px!important;height:80px!important;min-width:80px!important;flex-shrink:0!important}.feature-icon img{width:100%!important;height:100%!important;object-fit:contain!important}.crib-section{padding:4rem 1rem}.crib-container{grid-template-columns:1fr;gap:3rem}.gtm-studio-section{padding:4rem 1rem}.gtm-studio-container{grid-template-columns:1fr;gap:3rem}.statistics-section{padding:4rem 1rem}.statistics-header{margin-bottom:3rem;gap:2rem}.statistics-cards{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:2rem}.fellowship-blog-section{padding:4rem 1rem}.fellowship-blog-main{margin-bottom:3rem;gap:2.5rem}.fellowship-blog-cards{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.book-call-section{padding:4rem 1rem}.book-call-container{padding:4rem 2rem}.book-call-wave{height:200px}.book-call-spiral{height:250px;bottom:-30px;right:-30px}.footer-section{padding:4rem 1rem}.footer-container{gap:2.5rem}.footer-nav{gap:2rem}.footer-curve{height:150px}.success-stories-section{padding:4rem 1rem}.success-stories-header{margin-bottom:3rem}.success-stories-row{gap:1rem}.project-card{width:260px;min-width:260px;max-width:260px}.scroll-arrow{width:36px;height:36px}.scroll-arrow:before{width:9px;height:9px}}@media(max-width:480px){.header{padding:.75rem 0}.header-container{padding:0 .75rem;gap:.75rem;justify-content:space-between;align-items:center}.logo-icon{height:3rem}.mobile-menu-toggle{width:22px;height:16px}.header-actions,.nav-links,.btn-member,.btn-call{display:none!important}.mobile-menu-toggle{display:flex!important;width:28px;height:28px}.mobile-menu{display:block!important}.hero{min-height:auto;padding:1rem .75rem 2rem}.hero-content{padding:0 .5rem}.hero-headline{font-size:clamp(1.5rem,8vw,2.5rem);margin-bottom:.75rem;line-height:1.2}.hero-main,.hero-accent{display:block}.hero-accent{margin-top:.5rem}.hero-description{font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;padding:0}.btn-learn-more{display:none!important}.partners-section{padding:2.5rem 0}.partner-logo{font-size:1.1rem}.partners-track{gap:2.5rem;animation-duration:25s}.offer-section{padding:3rem .75rem!important;background-color:var(--white-bg)!important}.offer-container{padding:0 .75rem!important;margin:0 auto!important;align-items:center!important;max-width:100%!important;width:100%!important}.offer-content{align-items:center!important;text-align:center!important;max-width:100%!important;width:100%!important}.offer-tag{margin:0 auto!important;display:inline-flex!important}.offer-heading{font-size:clamp(1.5rem,6vw,2.5rem)!important;text-align:center!important;line-height:1.3!important;margin:0 auto!important}.offer-description{font-size:1rem!important;text-align:left!important;margin:1rem 0 0!important;width:100%!important}.features-grid{display:grid!important;grid-template-columns:1fr!important;gap:1.25rem!important;margin-top:2rem!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:auto!important}.features-grid .feature-box{min-width:0!important;max-width:100%!important}.feature-box{padding:1.5rem!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:1.25rem!important;min-width:0!important;width:100%!important;max-width:100%!important}.feature-content{flex:1!important}.feature-icon{align-self:center!important;width:80px!important;height:80px!important;min-width:80px!important;flex-shrink:0!important}.feature-icon img{width:100%!important;height:100%!important;object-fit:contain!important}.feature-title{font-size:1.1rem}.feature-text{font-size:.875rem}.crib-section{padding:3rem .75rem}.crib-heading{font-size:clamp(1.5rem,6vw,2.25rem)}.crib-description{font-size:1rem}.gtm-studio-section{padding:3rem .75rem}.gtm-studio-heading{font-size:clamp(1.5rem,6vw,2.25rem)}.gtm-studio-description{font-size:1rem}.statistics-section{padding:3rem .75rem}.statistics-header{margin-bottom:2.5rem;gap:1.5rem}.statistics-heading{font-size:clamp(2rem,6vw,3rem)}.statistics-description{font-size:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:clamp(2.5rem,6vw,3.5rem)}.stat-label{font-size:1rem}.fellowship-blog-section{padding:3rem .75rem}.fellowship-blog-heading{font-size:clamp(2rem,6vw,3rem)}.fellowship-blog-paragraph{font-size:1rem}.fellowship-blog-buttons{flex-direction:column}.fellowship-blog-button-view,.fellowship-blog-button-call{width:100%}.fellowship-blog-feature-title{font-size:1.25rem}.fellowship-blog-card-title{font-size:1.1rem}.book-call-section{padding:3rem .75rem}.book-call-container{padding:3rem 1.5rem;border-radius:16px}.book-call-heading-line1{font-size:clamp(1.75rem,5vw,2.5rem)}.book-call-heading-line2{font-size:clamp(2.5rem,7vw,3.5rem)}.book-call-subtitle{font-size:1.125rem}.book-call-button{padding:.875rem 2rem;font-size:1rem}.book-call-wave{height:150px}.book-call-spiral{height:200px;bottom:-20px;right:-20px}.book-call-section{padding:3rem .75rem 0}.footer-section{padding:3rem .75rem}.footer-container,.footer-nav{grid-template-columns:1fr;gap:2rem}.footer-social{flex-direction:row;justify-content:flex-start}.footer-logo-image{min-height:250px;height:auto}.footer-curve{height:120px}.success-stories-section{padding:3rem .75rem}.success-stories-heading{font-size:clamp(1.5rem,6vw,2.5rem)}.success-stories-row{gap:.75rem}.project-card{width:240px;min-width:240px;max-width:240px}.scroll-arrow{width:32px;height:32px}.scroll-arrow:before{width:8px;height:8px}.project-card-image{height:180px}.project-card-content{padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.project-card-button{width:100%}}@media(max-width:360px){.header-container{padding:0 .5rem}.logo-icon{height:1.75rem}.nav-link{padding:.4rem .25rem;font-size:.75rem}.btn-member,.btn-call{padding:.7rem .875rem;font-size:.85rem}.hero{padding:1.5rem .5rem}.hero-headline{font-size:clamp(1.25rem,7vw,2rem)}.hero-description{font-size:.875rem}.btn-learn-more{display:none!important}.partner-logo{font-size:1rem}.partners-track{gap:2rem}}@media(max-width:768px)and (orientation:landscape){.hero{min-height:auto;padding:2rem 1rem}.hero-headline{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:1rem}.hero-description{margin-bottom:1.5rem}}@media(hover:none)and (pointer:coarse){.nav-link,.btn-member,.btn-call{min-height:44px;display:flex;align-items:center;justify-content:center}.btn-learn-more{display:none!important}.nav-link:hover{background-color:transparent}.nav-link.active{background-color:var(--accent-color)}}.gtm-studios-page{background-color:#fff;min-height:calc(100vh - 80px);color:var(--text-dark)}.gtm-studios-hero{padding:4rem 2rem;max-width:1200px;margin:0 auto}.gtm-studios-container{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.gtm-studios-tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-dark);width:fit-content;margin:0 auto;animation:slideInFromTop .8s ease-out}.gtm-studios-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0;text-align:center;animation:slideInFromBottomForwards 1.2s ease-out .2s forwards}.gtm-studios-description{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;text-align:center;animation:slideInFromBottomForwards 1s ease-out .4s forwards}.gtm-studios-description p{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--text-dark);margin:0;opacity:.9}.gtm-studios-stats{padding:4rem 2rem;background-color:#fff}.gtm-studios-stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.gtm-studios-stat-card{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;animation:slideInFromBottomForwards 1s ease-out forwards}.gtm-studios-stat-card:nth-child(1){animation:slideInFromBottomForwards 1s ease-out .2s forwards}.gtm-studios-stat-card:nth-child(2){animation:slideInFromBottomForwards 1s ease-out .4s forwards}.gtm-studios-stat-card:nth-child(3){animation:slideInFromBottomForwards 1s ease-out .6s forwards}.gtm-studios-stat-number{font-family:Satoshi,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;color:var(--text-dark);line-height:1;margin:0;text-align:center}.gtm-studios-stat-label{font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-dark);opacity:.8;margin:0;text-align:center}.gtm-studios-image-section{padding:0 2rem 4rem;max-width:1400px;margin:0 auto}.gtm-studios-image-container{width:100%;border-radius:16px;overflow:visible;position:relative;animation:slideInFromBottomForwards 1s ease-out .3s forwards}.gtm-studios-image-background{position:absolute;bottom:0;right:-25%;width:50%;height:50%;z-index:1;pointer-events:none;overflow:visible}.gtm-studios-crack-bg{position:absolute;bottom:0;right:-20%;width:140%;height:100%;object-fit:contain;object-position:bottom right;opacity:.8}.gtm-studios-collaborate-image{width:100%;height:auto;display:block;object-fit:cover;position:relative;z-index:2;border-radius:16px}.gtm-studios-services{padding:6rem 2rem;background-color:#0a0a0a;color:#fff}.gtm-studios-services-container{max-width:1400px;margin:0 auto}.gtm-studios-services-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#1a1a1a;border-radius:20px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:2rem;animation:slideInFromTop .8s ease-out}.gtm-studios-services-dot{width:8px;height:8px;border-radius:50%;background-color:#7fff00;flex-shrink:0}.gtm-studios-services-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#fff;margin:0 0 1.5rem;animation:slideInFromLeftForwards 1s ease-out .2s forwards}.gtm-studios-services-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:#fff;margin:0 0 4rem;max-width:900px;opacity:.9;animation:slideInFromRightForwards 1s ease-out .4s forwards}.gtm-studios-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch}.gtm-studios-service-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background-color:#1a2a1a;border:1px solid rgba(127,255,0,.2);border-radius:12px;transition:all .3s ease;min-width:0;animation:slideInFromBottomForwards 1s ease-out forwards}.gtm-studios-service-card:hover{background-color:#1f3a1f;transform:translateY(-2px);border-color:#7fff0066}.gtm-studios-service-icon{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gtm-studios-service-icon svg{width:100%;height:100%}.gtm-studios-service-name{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500;color:#7fff00;margin:0}.gtm-studios-community{padding:6rem 2rem;background-color:#fff;color:var(--text-dark)}.gtm-studios-community-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.gtm-studios-community-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:var(--light-green-bg);border:1px solid var(--light-green);border-radius:20px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem;animation:slideInFromTop .8s ease-out}.gtm-studios-community-dot{width:8px;height:8px;border-radius:50%;background-color:var(--light-green);flex-shrink:0}.gtm-studios-community-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0 0 1.5rem;text-align:center;animation:slideInFromLeftForwards 1s ease-out .2s forwards}.gtm-studios-community-highlight{color:#1a5a1a;font-family:"Instrument Serif",serif;font-style:italic}.gtm-studios-community-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--text-grey);margin:0 0 4rem;max-width:900px;text-align:center;animation:slideInFromRightForwards 1s ease-out .4s forwards}.gtm-studios-community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1200px;align-items:stretch}.gtm-studios-community-card{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#fff;border:1px solid var(--light-green);border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;animation:slideInFromBottomForwards 1s ease-out forwards}.gtm-studios-community-card:nth-child(1){animation:slideInFromBottomForwards 1s ease-out .2s forwards}.gtm-studios-community-card:nth-child(2){animation:slideInFromBottomForwards 1s ease-out .4s forwards}.gtm-studios-community-card:nth-child(3){animation:slideInFromBottomForwards 1s ease-out .6s forwards}.gtm-studios-community-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}.gtm-studios-community-avatar{width:120px;height:120px;border-radius:50%;background-color:#e5e5e5;margin-bottom:1.5rem;flex-shrink:0}.gtm-studios-community-name{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;text-align:center}.gtm-studios-community-role{font-family:Satoshi,sans-serif;font-size:1rem;font-style:italic;font-weight:400;color:var(--text-grey);margin:0 0 1.5rem;text-align:center}.gtm-studios-community-text{font-family:Satoshi,sans-serif;font-size:.95rem;line-height:1.6;color:var(--text-grey);margin:0;text-align:center}.gtm-studios-clients{padding:6rem 2rem;background-color:#fff;color:var(--text-dark)}.gtm-studios-clients-container{max-width:1400px;margin:0 auto}.gtm-studios-clients-header{display:flex;align-items:flex-start;gap:3rem;margin-bottom:4rem;animation:slideInFromBottomForwards 1s ease-out .2s forwards}.gtm-studios-clients-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#6b8e23;margin:0;flex:1}.gtm-studios-clients-subtitle{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--text-grey);margin:0;flex:1;padding-top:.5rem}.gtm-studios-clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.gtm-studios-client-card{position:relative;border-radius:20px;overflow:hidden;background-color:#000;min-height:400px;display:flex;flex-direction:column;animation:slideInFromBottomForwards 1s ease-out forwards}.gtm-studios-client-card:nth-child(1){animation:slideInFromBottomForwards 1s ease-out .2s forwards}.gtm-studios-client-card:nth-child(2){animation:slideInFromBottomForwards 1s ease-out .4s forwards}.gtm-studios-client-card:nth-child(3){animation:slideInFromBottomForwards 1s ease-out .6s forwards}.gtm-studios-client-image{width:100%;height:250px;object-fit:cover;display:block}.gtm-studios-client-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 70%,transparent 100%);display:flex;flex-direction:column;gap:1rem}.gtm-studios-client-name{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0}.gtm-studios-client-description{font-family:Satoshi,sans-serif;font-size:.95rem;line-height:1.6;color:#fff;margin:0;opacity:.9}.gtm-studios-client-button{padding:.75rem 1.5rem;background-color:#c0ff00;color:#000;border:none;border-radius:25px;font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content;margin-top:.5rem}.gtm-studios-client-button:hover{background-color:#a0dd00;transform:translateY(-2px)}.gtm-studios-pricing{padding:6rem 2rem;background-color:#000;color:#fff}.gtm-studios-pricing-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.gtm-studios-pricing-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#7fff00;border-radius:20px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:#000;margin-bottom:2rem;animation:slideInFromTop .8s ease-out}.gtm-studios-pricing-dot{width:8px;height:8px;border-radius:50%;background-color:#7fff00;border:1px solid #000000;flex-shrink:0}.gtm-studios-pricing-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#fff;margin:0 0 1.5rem;text-align:center;animation:slideInFromLeftForwards 1s ease-out .2s forwards}.gtm-studios-pricing-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:#b0b0b0;margin:0 0 4rem;max-width:900px;text-align:center;animation:slideInFromRightForwards 1s ease-out .4s forwards}.gtm-studios-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;margin-bottom:6rem;align-items:stretch}.gtm-studios-pricing-card{background-color:#1a1a1a;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;text-align:left;animation:slideInFromBottomForwards 1s ease-out forwards}.gtm-studios-pricing-card-header{display:flex;justify-content:space-between;align-items:center}.gtm-studios-pricing-card-title{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0;text-align:left}.gtm-studios-pricing-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gtm-studios-pricing-icon svg{width:100%;height:100%}.gtm-studios-pricing-service{display:flex;align-items:center;gap:.75rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500;color:#fff;text-align:left}.gtm-studios-pricing-service svg{flex-shrink:0}.gtm-studios-pricing-card-description{font-family:Satoshi,sans-serif;font-size:.95rem;line-height:1.6;color:#b0b0b0;margin:0;flex:1;text-align:left}.gtm-studios-pricing-price{display:flex;align-items:baseline;gap:.5rem;text-align:left}.gtm-studios-pricing-amount{font-family:Satoshi,sans-serif;font-size:2rem;font-weight:700;color:#fff}.gtm-studios-pricing-period{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:400;color:#b0b0b0}.gtm-studios-pricing-button{padding:.75rem 1.5rem;background-color:transparent;color:#fff;border:1px solid #7FFF00;border-radius:25px;font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.gtm-studios-pricing-button:hover{background-color:#7fff00;color:#000}.gtm-studios-pricing-cta{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1200px}.gtm-studios-pricing-cta-row{display:flex;flex-direction:row;align-items:flex-start;gap:3rem;width:100%}.gtm-studios-pricing-cta-heading{font-family:Satoshi,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:#7fff00;margin:0;flex:0 1 auto;text-align:left}.gtm-studios-pricing-cta-text{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:#b0b0b0;margin:0;flex:1 1 auto;text-align:left}.gtm-studios-pricing-cta-button{padding:1rem 2.5rem;background-color:#7fff00;color:#000;border:none;border-radius:12px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:fit-content;align-self:flex-start}.gtm-studios-pricing-cta-button:hover{background-color:#a0dd00;transform:translateY(-2px)}.gtm-studios-testimonials{padding:6rem 2rem;background-color:#fff;color:var(--text-dark)}.gtm-studios-testimonials-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.gtm-studios-testimonials-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:var(--light-green-bg);border-radius:20px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem;animation:slideInFromTop .8s ease-out}.gtm-studios-testimonials-dot{width:8px;height:8px;border-radius:50%;background-color:var(--light-green);flex-shrink:0}.gtm-studios-testimonials-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0 0 4rem;text-align:center;animation:slideInFromLeftForwards 1s ease-out .2s forwards}.gtm-studios-testimonials-carousel{display:flex;gap:2rem;align-items:center;justify-content:center;margin-bottom:3rem;position:relative;width:100%;max-width:1200px}.gtm-studios-testimonial-card{flex:0 0 calc(33.333% - 1.5rem);min-width:300px;padding:3rem 2rem;border-radius:16px;background-color:#e8ff80;position:relative;cursor:pointer;transition:all .4s ease;opacity:.5;transform:scale(.95);text-align:left}.gtm-studios-testimonial-card.active{flex:0 0 calc(40% - 1.5rem);opacity:1;transform:scale(1);background-color:#c0ff00;z-index:2}.gtm-studios-testimonial-content{position:relative;z-index:1}.gtm-studios-testimonial-quote{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:#000;margin:0 0 2rem;text-align:left}.gtm-studios-testimonial-author{display:flex;align-items:center;gap:1rem}.gtm-studios-testimonial-avatar{width:60px;height:60px;border-radius:50%;background-color:#e5e5e5;flex-shrink:0}.gtm-studios-testimonial-name{font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;color:#000}.gtm-studios-testimonial-quote-mark{position:absolute;bottom:1rem;right:1.5rem;font-family:Satoshi,sans-serif;font-size:120px;font-weight:700;color:#1a1a1a;opacity:.3;line-height:1;z-index:0}.gtm-studios-testimonial-card:not(.active) .gtm-studios-testimonial-quote-mark{color:gray;opacity:.2}.gtm-studios-testimonials-indicators{display:flex;gap:1rem;align-items:center;justify-content:center}.gtm-studios-testimonial-indicator{width:60px;height:60px;border-radius:50%;border:2px solid #e0e0e0;padding:2px;cursor:pointer;transition:all .3s ease}.gtm-studios-testimonial-indicator.active{border:3px solid #1a1a1a}.gtm-studios-testimonial-indicator-avatar{width:100%;height:100%;border-radius:50%;background-color:#e5e5e5}.gtm-studios-theme{background-color:#fff}.gtm-studios-theme .header,.header.header-light{background-color:transparent;border-bottom:none}.gtm-studios-theme .header.scrolled,.header.header-light.scrolled{background-color:#fff!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)!important}.gtm-studios-theme .nav-link{color:var(--text-dark)}.gtm-studios-theme .nav-link:hover{background-color:#0000000d}.gtm-studios-theme .nav-link.active{background-color:var(--light-green-bg);color:var(--text-dark)}.gtm-studios-theme .btn-member{background-color:var(--light-green-bg);color:var(--text-dark);border-color:var(--light-green-bg)}.gtm-studios-theme .btn-call{background-color:var(--text-dark);color:#fff;border-color:var(--text-dark)}.gtm-studios-theme .footer-section{background-color:#000;color:var(--text-color)}.gtm-studios-theme .book-call-heading,.gtm-studios-theme .book-call-heading-line1,.gtm-studios-theme .book-call-heading-line2,.gtm-studios-theme .book-call-subtitle{color:var(--accent-color)!important}.learns-theme{background-color:#fff}.learns-theme .header{background-color:transparent;border-bottom:none}.learns-theme .header.scrolled{background-color:#fff!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)!important}.learns-theme .nav-link{color:var(--text-dark)}.learns-theme .nav-link:hover{background-color:#0000000d}.learns-theme .nav-link.active{background-color:var(--light-green-bg);color:var(--text-dark)}.learns-theme .btn-member{background-color:var(--light-green-bg);color:var(--text-dark);border-color:var(--light-green-bg)}.learns-theme .btn-call{background-color:var(--text-dark);color:#fff;border-color:var(--text-dark)}.learns-theme .footer-section{background-color:#000;color:var(--text-color)}.fellowship-page{min-height:calc(100vh - 80px);background:radial-gradient(ellipse at center top,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 30%,transparent 60%),#1a1a1a;background-size:100% 50%,100% 100%;background-position:center top,center;background-repeat:no-repeat;color:var(--text-color)}.fellowship-coming-soon-section{padding:8rem 2rem;background-color:transparent;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.fellowship-coming-soon-container{max-width:900px;width:100%;text-align:center}.fellowship-coming-soon-title{font-family:"Instrument Serif",serif;font-size:clamp(4rem,10vw,8rem);font-weight:400;font-style:italic;color:var(--accent-color);margin:0 0 3rem;line-height:1.2;position:relative;display:inline-block}.fellowship-coming-soon-title:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:3px;background-color:var(--accent-color);opacity:.5}.fellowship-coming-soon-text{margin-bottom:4rem}.fellowship-coming-soon-paragraph{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.7;color:#fff;margin:0 0 2rem;text-align:center}.fellowship-waitlist-form{max-width:700px;margin:0 auto}.fellowship-form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.fellowship-form-field{display:flex;flex-direction:column;gap:.75rem}.fellowship-form-label{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500;color:#fff;text-align:left}.fellowship-form-input{font-family:Satoshi,sans-serif;font-size:1rem;padding:1rem 1.25rem;background-color:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;width:100%;box-sizing:border-box;transition:border-color .2s}.fellowship-form-input::placeholder{color:#ffffff80}.fellowship-form-input:focus{outline:none;border-color:var(--accent-color)}.fellowship-submit-button{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;background-color:var(--accent-color);color:var(--background-dark);border:none;border-radius:8px;cursor:pointer;transition:all .2s;width:100%;max-width:200px;margin:0 auto;display:block}.fellowship-submit-button:hover{background-color:var(--accent-bright);transform:translateY(-2px);box-shadow:0 4px 12px #7fff004d}.fellowship-page .book-call-section{background-color:#1a1a1a}.learns-page{background-color:#fff;min-height:calc(100vh - 80px);color:var(--text-dark)}.learns-main-section{padding:6rem 2rem;background-color:#fff;color:var(--text-dark)}.learns-container{max-width:1400px;margin:0 auto}.learns-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start}.learns-content{display:flex;flex-direction:column;gap:2rem}.learns-tag{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;background-color:#f4ffe0;border-radius:50px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;color:#000;width:fit-content}.learns-tag-icon{width:24px;height:24px;border-radius:50%;background-color:#a0a09e;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.learns-tag-icon:after{content:"";width:14px;height:14px;border-radius:50%;background-color:#c1ff00;display:block}.learns-heading{font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);margin:0}.learns-description{font-family:Satoshi,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--text-grey);margin:0}.learns-stay-tuned-button{font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;background-color:#d1fa00;color:var(--text-dark);border:none;border-radius:8px;cursor:pointer;transition:all .2s;width:fit-content}.learns-stay-tuned-button:hover{background-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 12px #7fff004d}.learns-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.learns-card{display:flex;flex-direction:column;gap:1rem}.learns-card-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden}.learns-card-image{width:100%;height:100%;object-fit:cover;display:block}.learns-card-icon{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text-dark);pointer-events:none}.learns-card-title{font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0}.learns-feature{display:flex;flex-direction:column;gap:1rem}.learns-feature-image{width:100%;height:auto;border-radius:12px;object-fit:cover;aspect-ratio:3/4}.learns-feature-title{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0;text-align:center}.learns-page .book-call-section{background-color:#000}.learns-page .book-call-heading,.learns-page .book-call-heading-line1,.learns-page .book-call-heading-line2,.learns-page .book-call-subtitle{color:#fff!important}@media(max-width:1024px){.learns-main{grid-template-columns:1fr;gap:3rem}.learns-cards{margin-top:1.5rem}}@media(max-width:768px){.learns-main-section{padding:4rem 1rem}.learns-main{gap:2.5rem}.learns-cards{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.learns-heading{font-size:clamp(2rem,6vw,3rem)}.learns-feature-title{font-size:1.25rem}.learns-card-title{font-size:1.1rem}}@media(max-width:768px){.fellowship-coming-soon-section{padding:4rem 1.5rem}.fellowship-form-row{grid-template-columns:1fr;gap:1.5rem}.fellowship-coming-soon-title{font-size:clamp(3rem,8vw,5rem)}}@media(max-width:968px){.gtm-studios-stats-container{grid-template-columns:1fr;gap:2rem}.gtm-studios-hero,.gtm-studios-stats{padding:3rem 1.5rem}.gtm-studios-image-section{padding:0 1.5rem 3rem}.gtm-studios-services{padding:4rem 1.5rem}.gtm-studios-services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.gtm-studios-community{padding:4rem 1.5rem}.gtm-studios-community-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.gtm-studios-clients{padding:4rem 1.5rem}.gtm-studios-clients-header{flex-direction:column;gap:1.5rem}.gtm-studios-clients-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.gtm-studios-pricing{padding:4rem 1.5rem}.gtm-studios-pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}.gtm-studios-testimonials{padding:4rem 1.5rem}.gtm-studios-testimonials-carousel{gap:1rem}.gtm-studios-testimonial-card{flex:0 0 calc(50% - .5rem);min-width:250px;padding:2rem 1.5rem}.gtm-studios-testimonial-card.active{flex:0 0 calc(55% - .5rem)}}@media(max-width:640px){.gtm-studios-hero,.gtm-studios-stats{padding:2rem 1rem}.gtm-studios-image-section{padding:0 1rem 2rem}.gtm-studios-description p{font-size:1rem}.gtm-studios-services{padding:4rem 1rem}.gtm-studios-services-grid{grid-template-columns:1fr;gap:1rem}.gtm-studios-service-card{padding:1.25rem}.gtm-studios-community{padding:4rem 1rem}.gtm-studios-community-grid{grid-template-columns:1fr;gap:1.5rem}.gtm-studios-community-avatar{width:100px;height:100px}.gtm-studios-clients{padding:4rem 1rem}.gtm-studios-clients-header{flex-direction:column;gap:1.5rem}.gtm-studios-clients-grid{grid-template-columns:1fr;gap:1.5rem}.gtm-studios-client-card{min-height:350px}.gtm-studios-client-image{height:200px}.gtm-studios-pricing{padding:4rem 1rem}.gtm-studios-pricing-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.gtm-studios-pricing-cta-row{flex-direction:column;gap:1rem}.gtm-studios-pricing-cta-heading{text-align:center;font-size:clamp(1.75rem,5vw,2.5rem);min-width:auto}.gtm-studios-pricing-cta-text{text-align:center;font-size:1rem}.gtm-studios-pricing-cta-button{align-self:center;width:100%;max-width:300px}.gtm-studios-pricing-cta-button{width:100%;max-width:300px}.gtm-studios-testimonials{padding:4rem 1rem}.gtm-studios-testimonials-carousel{flex-direction:column;gap:1.5rem}.gtm-studios-testimonial-card{flex:1 1 100%;min-width:100%;opacity:1;transform:scale(1)}.gtm-studios-testimonial-card.active{flex:1 1 100%}.gtm-studios-testimonial-quote-mark{font-size:80px}}@media(min-width:1025px){.mobile-menu-toggle,.mobile-menu{display:none!important}.header-actions,.nav-links{display:flex!important}.btn-member,.btn-call{display:block!important}.hero-content{padding-top:4rem}.hero-headline{margin-top:2rem;margin-bottom:2rem}.hero-description{margin-bottom:3rem}.btn-learn-more{display:block!important;margin:0 auto 3rem}.offer-section{padding:8rem 0 8rem 4rem;background-color:var(--white-bg)}.offer-container{max-width:1400px;margin:0 auto 0 0;padding:0 2rem 0 4rem;align-items:flex-start;gap:4rem}.offer-graphic{display:block;position:absolute;top:6rem;right:0;z-index:1}.offer-content{text-align:left;align-items:flex-start;max-width:900px}.offer-tag{margin:0}.offer-heading{font-size:clamp(2.5rem,4vw,3.5rem);text-align:left;margin:0;line-height:1.2}.offer-description{font-size:1.25rem;text-align:left;margin:0}.features-grid{grid-template-columns:repeat(3,minmax(400px,1fr));gap:2.5rem;margin-top:3rem;max-width:1600px}.feature-box{min-width:400px;padding:2.5rem 3rem;gap:2.5rem}}
