@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#0d0e10f2;margin:0;overflow-x:hidden}.App{color:#131628;font-family:Montserrat,sans-serif;padding:0;text-align:center}.App,.App-header{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:100%}.App-header{justify-content:center;max-width:1200px;padding:100px 20px}.hero-content{max-width:800px;text-align:center}.accent-text{color:#8f00ff}@media (max-width:768px){.App-header{flex-direction:column}}.App-logo{border-radius:50%;height:120px;margin-bottom:32px;object-fit:cover;width:120px}.App-logo2{height:500px}.App-logo2,h1{margin-bottom:24px}h1{font-size:70px;font-weight:800;letter-spacing:-.02em;line-height:1.1;word-break:break-word}.subheadline{color:#555;font-size:1.5rem;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:650px}.cta-button{background-color:#ff6b00;border-radius:30px;color:#fff;font-weight:600;padding:12px 24px;text-decoration:none;transition:opacity .2s}.cta-button:hover{opacity:.8}.about-section{align-items:center;background:linear-gradient(165deg,#131628,#001a72);border-top:1px solid #eee;display:flex;flex-direction:column;margin-top:0;padding-top:80px;width:100%}.about-image{border-radius:12px;height:auto;margin-bottom:48px;max-width:160px;width:100%}.about-content{max-width:700px;text-align:center}.about-greeting{color:silver;font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:24px;text-align:center}.open-letter-tag{color:#888;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:32px;text-transform:uppercase}.about-content p{color:#bcc6cc;font-size:1.25rem;line-height:1.6;margin-bottom:24px}.about-closing{color:#bcc6cc!important;font-weight:600}.text-link{border-bottom:2px solid #000;color:#000;display:inline-block;font-weight:700;margin-top:20px;padding-bottom:4px;text-decoration:none}.text-link:hover{border-color:#555;color:#555}.services-container{display:flex;gap:60px;margin-top:120px;padding-bottom:100px}.services-left{flex:1 1}.services-left h2{font-size:2.5rem;font-weight:800;line-height:1.1;margin:0;position:-webkit-sticky;position:sticky;top:95px}.services-left h2 span{color:#8f00ff}.services-right{display:flex;flex:1.2 1;flex-direction:column;gap:80px}.service-card{border-radius:15px;border-top:1px solid #000;padding-top:24px}.card-number{display:block;font-size:1rem;font-weight:700;margin-bottom:24px}.service-card h3{font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:16px}.service-card p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:32px}.card-cta{background:#8f00ff;border-radius:30px;color:#fff;display:inline-block;font-weight:600;padding:14px 28px;text-decoration:none;transition:transform .2s ease}.card-cta:hover{transform:translateY(-2px)}@media (max-width:768px){.services-container{flex-direction:column}.services-left h2{margin-bottom:40px;position:relative;top:0}}.final-cta-section{align-items:center;background-color:#f9f9f9;border-radius:24px;display:flex;flex-direction:column;margin:120px auto 0;max-width:900px;padding:100px 40px;width:100%}.freedom-text{margin-bottom:80px}.freedom-text h2{color:#8f00ff;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:40px}.freedom-text h2 span{color:#131628}.subscribe-box{margin:0 auto;max-width:500px}.subscribe-box h3{font-size:2rem;font-weight:700;margin-bottom:16px}.subscribe-box p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:32px}.subscribe-form{display:flex;gap:12px;justify-content:center;margin-bottom:20px;width:100%}.email-input{border:1px solid #ddd;border-radius:8px;flex:1 1;font-size:1rem;outline:none;padding:14px 20px}.email-input:focus{border-color:#000}.spam-disclaimer{color:#888!important;font-size:.85rem!important}@media (max-width:768px){.freedom-text h2{font-size:2.5rem}.subscribe-form{flex-direction:column}}.nav-dropdown{position:relative}.nav-dropdown-toggle{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;gap:4px;padding:0;position:relative;transition:transform .2s ease,color .2s ease}.nav-dropdown-toggle:after{background-color:#1fff93;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .2s ease;width:100%}.nav-dropdown-toggle:hover{color:#1fff93;transform:translateY(-2px)}.nav-dropdown-toggle:hover:after{transform:scaleX(1)}.nav-dropdown-arrow{display:inline-block;font-size:.7rem;transition:transform .2s ease}.nav-dropdown-arrow-open{transform:rotate(180deg)}.nav-dropdown-menu{background:#131628;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 12px 32px #0000004d;display:none;left:50%;padding:8px 0;top:calc(100% + 12px);transform:translateX(-50%);z-index:1001}.nav-dropdown-menu-open{display:flex;flex-direction:column}.nav-dropdown-menu a{color:#ffffffb3!important;font-size:.9rem!important;text-decoration:none;transition:background .2s ease,color .2s ease;white-space:nowrap}.nav-dropdown-menu a:hover{background:#1fff9314;color:#1fff93!important}.nav-dropdown-menu a:after{display:none!important}.navbar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#131628;border-bottom:1px solid #131628;color:#fff;padding:25px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.nav-container{color:#fff;justify-content:center;margin:0 auto;max-width:900px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{font-size:1.1rem;font-weight:700;gap:10px;position:relative}.nav-logo:hover{color:#1fff93;font-weight:700;transform:translateY(-2px)}.nav-logo:after{background-color:#1fff93;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .2s ease;width:100%}.nav-logo:hover:after{transform:scaleX(1)}.nav-logo img{height:54px}.nav-logo{margin-right:40px}.nav-contact-btn{background:#131628;border:2px solid #fff;border-radius:30px;color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;margin-left:40px;padding:10px 24px;text-decoration:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.nav-contact-btn:hover{opacity:.85;transform:translateY(-2px)}.nav-links{align-items:center;display:flex;gap:32px;margin:0 40px}.nav-links a{color:#fff;font-size:1.15rem;font-weight:500;position:relative;text-decoration:none;transition:transform .2s ease,font-weight .2s ease,color .2s ease}.nav-links a:after{background-color:#1fff93;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .2s ease;width:100%}.nav-links a:hover{color:#1fff93;font-weight:700;transform:translateY(-2px)}.nav-links a:hover:after{transform:scaleX(1)}.nav-links a.active{color:#1fff93;font-weight:700}.nav-links a.active:after{transform:scaleX(0)}.nav-login{border:1px solid #ddd;border-radius:6px;padding:8px 16px}.nav-dropdown-menu{left:0;min-width:180px;position:absolute;top:calc(100% + 8px);transform:none}.nav-dropdown-menu a{padding:10px 20px!important}.footer{border-top:1px solid #eee;margin-top:10px;padding:20px 0}.footer-container{color:#888;display:flex;font-size:.9rem;justify-content:space-between;margin:0 auto;max-width:900px;padding:0 20px}.footer-links{display:flex;gap:20px}.footer-links a{color:#888;text-decoration:none}.footer-links a:hover{text-decoration:underline}.nav-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px;z-index:1001}.nav-hamburger span{background:#fff;border-radius:2px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:24px}.nav-hamburger-open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger-open span:nth-child(2){opacity:0}.nav-hamburger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.nav-hamburger{display:flex}.navbar{transition:transform .3s ease}.navbar-hidden{transform:translateY(-100%)}.nav-links{background:#131628;border-top:1px solid #ffffff1a;display:none;flex-direction:column;gap:20px;left:0;padding:20px;position:absolute;right:0;top:100%}.nav-links-open{display:flex}.nav-contact-btn{display:none}.nav-container{position:relative}}.home-hero{background:#0d0e10f2;display:flex;justify-content:center;padding:100px 20px 80px;width:100%}.home-hero-inner{max-width:720px;text-align:center}.home-hero-tag{border:1px solid #ffffff4d;border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.25em;margin-bottom:36px;padding:8px 24px}.home-hero-title{color:#fff;font-size:2.6rem;font-weight:900;letter-spacing:-.02em;line-height:1.15;margin:0 0 28px}.home-hero-sub{color:#ffffff80;font-size:1.1rem;margin:0 0 24px}.home-hero-qualifiers{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.home-hero-q{background:#d2dcf50a;border:1px solid #d2dcf526;border-radius:12px;color:#d2dcf5;font-size:1.15rem;font-weight:600;padding:14px 24px}.home-hero-closer{color:#ffffffa6;font-size:1.05rem;line-height:1.7;margin:0 0 32px}.home-hero-cta{align-items:center;background:#d2dcf5;border-radius:30px;color:#111275;display:inline-flex;font-size:1rem;font-weight:700;padding:16px 40px;transition:transform .2s ease,box-shadow .2s ease}.home-hero-cta:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}.home-about{background:#e5e7eb;padding:80px 20px;width:100%}.home-about-inner{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1000px}.home-about-text{flex:1 1}.home-about-tag{color:#111275;display:inline-block;font-size:1rem;font-weight:800;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.home-about-subtitle{color:#222;font-size:1.3rem;font-weight:700;line-height:1.3;margin:0 0 24px}.home-about-desc{color:#222;font-size:1rem;line-height:1.7;margin:0 0 16px}.home-about-cta{align-items:center;background:#d2dcf5;border-radius:30px;color:#111275;display:inline-flex;font-size:1rem;font-weight:700;margin-top:12px;padding:14px 32px;transition:transform .2s ease,box-shadow .2s ease}.home-about-cta:hover{box-shadow:0 12px 40px #11127533;transform:translateY(-3px)}.home-about-img{border-radius:16px;flex-shrink:0;height:420px;object-fit:cover;width:340px}.home-testimonials{background:#0d0e10f2;overflow:hidden;padding:80px 20px;width:100%}.home-testimonials-carousel,.home-testimonials-header{margin:0 auto;max-width:1100px}.home-testimonials-header{margin-bottom:48px}.home-testimonials-tag{color:#fff;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.home-testimonials-title{color:#858faa;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0}.home-testimonials-carousel{align-items:center;display:flex;gap:12px}.home-testimonials-arrow{align-items:center;background:#fff;border:2px solid #ddd;border-radius:50%;color:#0d0e10f2;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:44px;justify-content:center;transition:border-color .2s ease,background .2s ease;width:44px}.home-testimonials-arrow:hover:not(.disabled){background:#d2dcf5;border-color:#d2dcf5;color:#111275}.home-testimonials-arrow.disabled{cursor:default;opacity:.3}.home-testimonials-track-wrapper{flex:1 1;overflow:hidden}.home-testimonials-track{display:flex;transition:transform .4s ease}.home-testimonial-card{box-sizing:border-box;padding:0 10px}.home-testimonial-card-inner{border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-testimonial-card-inner:hover{box-shadow:0 8px 24px #0000004d;transform:translateY(-4px)}.home-testimonial-img{aspect-ratio:1/1;object-fit:cover;object-position:top;width:100%}.home-testimonial-body{display:flex;flex:1 1;flex-direction:column;padding:24px}.home-testimonial-text{color:#d2dcf5;flex:1 1;font-size:1rem;line-height:1.7;margin:0 0 16px}.home-testimonial-name{color:#fff;font-size:1.2rem;font-weight:800;margin:0}@media (max-width:768px){.home-testimonials-title{font-size:1.8rem}.home-testimonials-arrow{font-size:1.2rem;height:36px;width:36px}.home-testimonial-body{padding:20px}}.home-support{background:#e5e7eb;padding:80px 20px;width:100%}.home-support-inner{margin:0 auto;max-width:1000px;text-align:center}.home-support-tag{color:#111275;display:inline-block;font-size:1rem;font-weight:800;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.home-support-title{color:#222;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.home-support-title span{color:#111275}.home-support-desc{color:#222;font-size:1.05rem;line-height:1.7;margin:0 auto 48px;max-width:620px}.home-support-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:56px}.home-support-card{border-radius:16px;padding:32px 24px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.home-support-card:hover{box-shadow:0 12px 32px rgba(31,93,238,.308);transform:translateY(-4px)}.home-support-number{color:#111275;display:inline-block;font-size:1rem;font-weight:800;letter-spacing:.05em;margin-bottom:16px}.home-support-card h3{color:#111275;font-size:1.5rem;font-weight:800;margin:0 0 10px}.home-support-card p{color:#222;font-size:1rem;line-height:1.65;margin:0}.home-support-how{margin:0 auto 40px;max-width:700px}.home-support-how-title{color:#111275;font-size:1.5rem;font-weight:800;margin:0 0 24px}.home-support-how-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;text-align:left}.home-support-how-item{align-items:flex-start;display:flex;gap:12px}.home-support-how-icon{color:#111275;flex-shrink:0;font-size:.6rem;margin-top:6px}.home-support-how-item p{color:#222;font-size:1rem;line-height:1.6;margin:0}.home-support-cta{align-items:center;background:#111275;border-radius:30px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:700;padding:14px 32px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home-support-cta:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}a.home-support-card{cursor:pointer}@media (max-width:768px){.home-support-grid{grid-template-columns:1fr}.home-support-title{font-size:1.8rem}.home-support-how-grid{grid-template-columns:1fr}}.home-freedom{background:#0d0e10f2;padding:80px 20px;width:100%}.home-freedom-inner{margin:0 auto;max-width:700px;text-align:center}.home-freedom-inner h2{color:#858faa;font-size:2.8rem;font-weight:900;line-height:1.1;margin-bottom:32px}.home-freedom-inner h2 span{color:#d2dcf5}@media (max-width:768px){.home-hero{padding:60px 20px}.home-hero-title{font-size:1.8rem}.home-hero-q{font-size:1rem;padding:12px 20px}.home-hero-inner{flex-direction:column;gap:32px;text-align:center}.home-hero-img{height:280px;width:220px}.home-hero-text{text-align:center}.home-hero-sub{font-size:1rem;margin-bottom:28px}.home-hero-cta-row{flex-direction:column;margin:0 auto;max-width:280px;width:100%}.home-hero-cta{justify-content:center;padding:14px 24px;width:100%}.home-about-inner{flex-direction:column;gap:32px;text-align:center}.home-about-img{height:320px;order:-1;width:260px}.home-about-subtitle{font-size:1.15rem}.home-coaching-title{font-size:2rem}.home-coaching-highlights{grid-template-columns:1fr}.home-coaching-ctas{align-items:center;flex-direction:column}.home-freedom-inner h2{font-size:2rem}}.books-hero{align-items:center;background:#fff;display:flex;gap:60px;justify-content:center;margin:0 auto;max-width:1100px;padding:100px 40px 80px;width:100%}.books-hero-left{flex:1 1;max-width:480px;text-align:left}.books-hero-tag{background:#8f00ff14;border-radius:20px;color:#8f00ff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:24px;padding:6px 14px;text-transform:uppercase}.books-hero-title{color:#131628;font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0 0 20px}.books-hero-accent{color:#e74939}.books-hero-sub{color:#555;font-size:1.15rem;line-height:1.6;margin:0 0 36px}.books-cta{background:#ff6b00;border-radius:30px;color:#fff;display:inline-block;font-size:.95rem;font-weight:700;letter-spacing:.03em;padding:16px 36px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.books-cta:hover{box-shadow:0 8px 24px #ff6b0059;transform:translateY(-3px)}.books-hero-right{flex:0 0 auto}.books-cover-wrap{border-radius:12px;overflow:visible;position:relative}.books-cover-wrap:after{background:linear-gradient(135deg,#8f00ff26,#cbff7233);border-radius:16px;content:"";filter:blur(24px);inset:-8px;position:absolute;z-index:-1}.books-cover-img{border-radius:10px;box-shadow:0 20px 60px #0000002e;height:auto;transition:transform .4s ease;width:320px}.books-cover-img:hover{transform:scale(1.03) rotate(-1deg)}.books-quote-section{background:#131628;display:flex;justify-content:center;padding:80px 40px;width:100%}.books-quote{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0;max-width:720px;text-align:center}.books-quote-accent{color:#e74939}.books-author-section{align-items:flex-start;display:flex;gap:48px;margin:0 auto;max-width:900px;padding:80px 40px;width:100%}.books-author-img{border-radius:12px;flex-shrink:0;height:auto;object-fit:cover;width:280px}.books-author-text{text-align:left}.books-author-text p{color:#444;font-size:1.1rem;line-height:1.8;margin:0 0 20px}.books-author-text p:last-child{margin-bottom:0}.books-pillars{background:#f9f9f9;padding:80px 40px;width:100%}.books-pillars-heading{color:#131628;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0 0 48px;text-align:center}.books-pillars-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:960px}.books-pillar-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:36px 28px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.books-pillar-card:hover{box-shadow:0 16px 40px #00000014;transform:translateY(-6px)}.pillar-number{background:#8f00ff14;border-radius:12px;color:#8f00ff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.05em;margin-bottom:20px;padding:4px 12px}.books-pillar-card h3{color:#131628;font-size:1.35rem;font-weight:700;margin:0 0 12px}.books-pillar-card p{color:#666;font-size:.95rem;line-height:1.7;margin:0}.books-closing{display:flex;justify-content:center;padding:80px 40px 100px;width:100%}.books-closing-inner{max-width:680px;text-align:center}.books-closing-inner p{color:#444;font-size:1.1rem;line-height:1.8;margin:0 0 24px}.books-closing-bold{color:#131628!important;font-size:1.2rem!important;font-weight:600}.books-cta-dark{background:#131628;margin-top:20px}.books-cta-dark:hover{box-shadow:0 8px 24px #13162859}@media (max-width:768px){.books-hero{flex-direction:column-reverse;gap:40px;padding:50px 24px 40px}.books-hero,.books-hero-left{text-align:center}.books-hero-title{font-size:2.2rem}.books-cover-img{width:240px}.books-quote{font-size:1.5rem}.books-quote-section{padding:60px 24px}.books-author-section{align-items:center;flex-direction:column;gap:32px;padding:60px 24px}.books-author-img{width:220px}.books-author-text{text-align:center}.books-pillars{padding:60px 24px}.books-pillars-heading{font-size:1.6rem}.books-pillars-grid{gap:20px;grid-template-columns:1fr}.books-closing{padding:60px 24px 80px}}.ty-hero{align-items:center;background:linear-gradient(165deg,#131628,#001a72);display:flex;flex-direction:column;overflow:hidden;padding:100px 20px 60px;position:relative;width:100%}.ty-hero-glow{background:radial-gradient(circle,#1fff931f 0,#0000 70%);height:600px;left:50%;pointer-events:none;position:absolute;top:-120px;transform:translateX(-50%);width:600px}.ty-badge{animation:badgePop .5s cubic-bezier(.34,1.56,.64,1) both;background:#1fff93;border-radius:30px;color:#131628;display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.15em;margin-bottom:36px;padding:10px 28px}@keyframes badgePop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.ty-title{animation:fadeUp .6s ease both;animation-delay:.15s;color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 24px}.ty-subtitle{animation:fadeUp .6s ease both;animation-delay:.3s;color:#fff9;font-size:1.25rem;line-height:1.7;margin:0 0 48px;max-width:500px}.ty-divider{animation:fadeUp .6s ease both;animation-delay:.45s;background:#8f00ff;border-radius:2px;height:3px;width:60px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ty-offer{padding:80px 20px 60px;width:100%}.ty-offer-inner{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:680px}.ty-offer-tag{color:#8f00ff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:20px;text-transform:uppercase}.ty-offer-title{color:#131628;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 20px;text-align:center}.ty-offer-title span{color:#8f00ff}.ty-offer-desc{color:#555;font-size:1.1rem;line-height:1.7;margin:0 0 48px;max-width:560px;text-align:center}.ty-offer-card{background:#fff;border:2px solid #131628;border-radius:20px;max-width:520px;overflow:hidden;width:100%}.ty-offer-card-header{background:#131628;padding:32px 36px;text-align:center}.ty-offer-card-header h3{color:#fff;font-size:1.5rem;font-weight:800;margin:0 0 8px}.ty-offer-card-header p{color:#ffffff80;font-size:.95rem;margin:0}.ty-offer-card-body{padding:40px 36px 36px}.ty-price-block{align-items:center;display:flex;flex-wrap:wrap;gap:28px;justify-content:center;margin-bottom:36px}.ty-price-new,.ty-price-old{align-items:center;display:flex;flex-direction:column}.ty-price-strike{color:#bbb;font-size:2rem;font-weight:800;line-height:1;text-decoration:line-through;-webkit-text-decoration-color:#f44;text-decoration-color:#f44;text-decoration-thickness:3px}.ty-price-amount{color:#131628;font-size:4rem;font-weight:900;letter-spacing:-.03em;line-height:1}.ty-price-label{color:#999;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}.ty-savings-pill{background:#1fff93;border-radius:20px;color:#131628;font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:6px 16px}.ty-offer-list{list-style:none;margin:0 0 32px;padding:0;text-align:left}.ty-offer-list li{border-bottom:1px solid #f0f0f0;color:#333;font-size:.95rem;padding:11px 0 11px 28px;position:relative}.ty-offer-list li:before{color:#1fff93;content:"✓";font-weight:700;left:0;position:absolute}.ty-offer-list li:last-child{border-bottom:none}.ty-offer-cta{background:#8f00ff;border-radius:30px;box-sizing:border-box;color:#fff;display:block;font-size:1.15rem;font-weight:700;padding:18px 0;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:100%}.ty-offer-cta:hover{box-shadow:0 12px 40px #8f00ff59;transform:translateY(-3px)}.ty-guarantee{color:#888;font-size:.85rem;margin-top:16px;text-align:center}.ty-skip{color:#999;font-size:.9rem;margin-top:40px;text-decoration:none;transition:color .2s ease}.ty-skip:hover{color:#555}.ty-urgency{background:#131628;padding:28px 20px;text-align:center;width:100%}.ty-urgency p{color:#fff9;font-size:.9rem;margin:0 auto;max-width:500px}.ty-urgency strong{color:#fff}@media (max-width:768px){.ty-title{font-size:3rem}.ty-offer-title{font-size:2rem}.ty-price-amount{font-size:3rem}.ty-price-strike{font-size:1.5rem}.ty-offer-card-body{padding:32px 24px 28px}.ty-price-block{gap:16px}}.fg-hero{align-items:center;background:linear-gradient(165deg,#a5acb9,#303643);display:flex;flex-direction:column;overflow:hidden;padding:80px 20px 60px;position:relative;width:100%}.fg-hero-glow{background:radial-gradient(circle,#1fff931a 0,#0000 60%);height:800px;left:50%;pointer-events:none;position:absolute;top:-180px;transform:translateX(-50%);width:800px}.fg-eyebrow{border:1px solid #1fff934d;border-radius:30px;color:#1fff93;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:36px;padding:8px 20px;text-transform:uppercase}.fg-hero-title{color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 28px;max-width:900px}.fg-hero-title span{color:#ff6b00}.fg-hero-sub{color:#fff9;font-size:1.25rem;line-height:1.7;margin:0 0 44px;max-width:620px}.fg-hero-cta{align-items:center;background:#ff6b00;border:2px solid #fff;border-radius:30px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:800;gap:10px;letter-spacing:.01em;padding:18px 40px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.fg-hero-cta:hover{box-shadow:0 12px 40px #ff6b0059;transform:translateY(-3px)}.fg-hero-note{color:#ffffff59;font-size:.9rem;margin-top:20px}.fg-hero-note strong{color:#1fff93}.fg-problem{max-width:900px;padding:80px 20px;width:100%}.fg-section-tag{color:#ff6b00;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.fg-section-title{color:#131628;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 48px}.fg-section-title span{color:#ff6b00}.fg-problem-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr 1fr}.fg-problem-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:32px 28px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.fg-problem-card:hover{box-shadow:0 16px 48px #0000000f;transform:translateY(-4px)}.fg-problem-icon{display:block;font-size:1.6rem;margin-bottom:20px}.fg-problem-card h3{color:#131628;font-size:1.15rem;font-weight:700;margin:0 0 10px}.fg-problem-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.fg-paths{max-width:900px;padding:0 20px 100px;width:100%}.fg-paths-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr;margin-top:48px}.fg-path-card{background:#fff;border:2px solid #e8e8e8;border-radius:20px;display:flex;flex-direction:column;padding:44px 36px;position:relative;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.fg-path-card:hover{border-color:#ff6b00;box-shadow:0 20px 60px #00000014;transform:translateY(-6px)}.fg-path-badge{background:#1fff93;border-radius:20px;color:#131628;font-size:.7rem;font-weight:800;letter-spacing:.08em;padding:4px 12px;position:absolute;right:16px;top:16px}.fg-path-card h3{color:#131628;font-size:1.4rem;font-weight:800;line-height:1.2;margin:0 0 8px}.fg-path-audience{color:#8f00ff;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin:0 0 20px;text-transform:uppercase}.fg-path-card p.fg-path-desc{color:#666;flex:1 1;font-size:1rem;line-height:1.65;margin:0 0 28px}.fg-path-list{list-style:none;margin:0 0 32px;padding:0}.fg-path-list li{color:#333;font-size:.95rem;padding:8px 0 8px 24px;position:relative}.fg-path-list li:before{color:#1fff93;content:"\2713";font-weight:700;left:0;position:absolute}.fg-path-cta{align-self:flex-start;border-radius:30px;display:inline-block;font-size:1rem;font-weight:700;padding:16px 32px;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.fg-path-cta-primary{background:#ff6b00;color:#fff}.fg-path-cta-primary:hover{box-shadow:0 8px 32px #ff6b004d;transform:translateY(-2px)}.fg-path-cta-secondary{background:#131628;color:#fff}.fg-path-cta-secondary:hover{box-shadow:0 8px 32px #1316284d;transform:translateY(-2px)}.fg-proof-bar{gap:48px;justify-content:center;margin:0 auto;max-width:1000px;padding:48px 20px;width:100%}.fg-proof-bar,.fg-proof-item{align-items:center;display:flex}.fg-proof-item{flex-direction:column;gap:4px}.fg-proof-item strong{color:#131628;font-size:2rem;font-weight:900}.fg-proof-item span{color:#888;font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.fg-proof-divider{background:#131628;height:40px;width:1px}.fg-steps{max-width:900px;padding:0 20px 100px;width:100%}.fg-steps-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr 1fr;margin-top:48px}.fg-step-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:36px 32px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.fg-step-card:hover{box-shadow:0 16px 48px #0000000f;transform:translateY(-4px)}.fg-step-num{color:#8f00ff;display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.05em;margin-bottom:16px}.fg-step-card h3{color:#131628;font-size:1.2rem;font-weight:700;margin:0 0 12px}.fg-step-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.fg-final{background:linear-gradient(165deg,#a5acb9,#303643);overflow:hidden;padding:100px 20px;position:relative;width:100%}.fg-final-glow{background:radial-gradient(circle,#1fff931a 0,#0000 60%);bottom:-200px;height:700px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:700px}.fg-final-inner{margin:0 auto;max-width:700px;position:relative;z-index:1}.fg-final h2{color:#fff;font-size:3.2rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px}.fg-final h2 span{color:#ff6b00}.fg-final p{color:#ffffff8c;font-size:1.15rem;line-height:1.7;margin:0 auto 40px;max-width:500px}.fg-final-ctas{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.fg-final-cta-primary{align-items:center;background:#ff6b00;border:2px solid #fff;border-radius:30px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:800;gap:10px;padding:18px 40px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.fg-final-cta-primary:hover{box-shadow:0 12px 40px #ff6b0059;transform:translateY(-3px)}.fg-final-cta-secondary{align-items:center;background:#0000;border:2px solid #ffffff4d;border-radius:30px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;gap:10px;padding:18px 40px;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.fg-final-cta-secondary:hover{border-color:#1fff93;color:#1fff93;transform:translateY(-3px)}@media (max-width:768px){.fg-hero{padding:40px 20px}.fg-hero-title{font-size:2.8rem}.fg-hero-sub{font-size:1.1rem}.fg-section-title{font-size:2rem}.fg-paths-grid,.fg-problem-grid{grid-template-columns:1fr}.fg-proof-bar{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;justify-items:center;margin:0 auto;max-width:320px;padding-top:16px}.fg-proof-divider{display:none}.fg-proof-item strong{font-size:1.5rem}.fg-steps-grid{grid-template-columns:1fr}.fg-final h2{font-size:2.4rem}.fg-final-ctas{align-items:center;flex-direction:column}}.course-layout{display:flex;min-height:calc(100vh - 104px);text-align:left;width:100%}.course-sidebar{background:#0d0f1a;border-right:1px solid #ffffff0f;height:calc(100vh - 104px);min-width:300px;overflow-y:auto;padding:48px 0;position:-webkit-sticky;position:sticky;top:104px;width:300px}.course-sidebar-title{color:#1fff93;font-size:.9rem;font-weight:700;letter-spacing:.2em;margin:0 0 28px;padding:0 28px;text-transform:uppercase}.course-sidebar-nav{display:flex;flex-direction:column}.course-sidebar-nav a{border-left:3px solid #0000;color:#ffffff80;display:block;font-size:.9rem;font-weight:500;padding:12px 28px;text-decoration:none;transition:color .2s ease,background .2s ease}.course-sidebar-nav a:hover{background:#ffffff08;color:#fff}.course-sidebar-nav a.active{background:#1fff930d;border-left-color:#1fff93;color:#fff;font-weight:700}.course-main{flex:1 1;max-width:900px;padding:48px 60px 80px}.course-page-title{color:#fff;font-size:2.4rem;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.course-divider{background:#ff6b00;border-radius:2px;height:3px;margin-bottom:40px;width:60px}.course-video-wrap{background:#000;border-radius:12px;box-shadow:0 8px 40px #0000001f;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.course-video-wrap iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.course-sidebar-toggle{background:#131628;border:none;color:#fff;cursor:pointer;display:none;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;padding:12px 20px;text-align:left;width:100%}@media (max-width:900px){.course-layout{flex-direction:column}.course-sidebar{height:auto;max-height:0;min-width:0;min-width:auto;overflow:hidden;padding:0;position:relative;top:auto;transition:max-height .3s ease;width:100%}.course-sidebar.course-sidebar-open{max-height:600px;overflow-y:auto;padding:20px 0}.course-sidebar-title{display:none}.course-sidebar-toggle{display:block}.course-main{padding:32px 20px 60px}.course-page-title{font-size:1.8rem}}.pro-hero{align-items:center;background:linear-gradient(165deg,#a5acb9,#303643);display:flex;flex-direction:column;overflow:hidden;padding:80px 20px 60px;position:relative;width:100%}.pro-hero-glow{background:radial-gradient(circle,#8f00ff1a 0,#0000 60%);height:800px;left:50%;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:800px}.pro-eyebrow{border:1px solid #ffffff80;border-radius:30px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:40px;padding:8px 20px;text-transform:uppercase}.pro-hero-title{color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 28px;max-width:900px}.pro-hero-title span{color:#00d4ff}.pro-hero-sub{color:#fff;font-size:1.3rem;line-height:1.7;margin:0 0 20px;max-width:580px}.pro-hero-cta{align-items:center;background:#00d4ff;border-radius:30px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:800;gap:10px;letter-spacing:.01em;padding:18px 40px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pro-hero-cta:hover{box-shadow:0 12px 40px #1fff9340;transform:translateY(-3px)}.pro-hero-price{color:#ffffff59;font-size:.95rem;margin-top:20px}.pro-hero-price strong{color:#fff}.pro-proof-bar{gap:48px;justify-content:center;margin:0 auto;max-width:900px;padding:56px 20px;width:100%}.pro-proof-bar,.pro-proof-item{align-items:center;display:flex}.pro-proof-item{flex-direction:column;gap:4px}.pro-proof-item strong{color:#131628;font-size:2rem;font-weight:900}.pro-proof-item span{color:#888;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.pro-proof-divider{background:#ddd;height:40px;width:1px}.pro-paths{max-width:1100px;padding:80px 20px 100px;width:100%}.pro-section-tag{color:#00d4ff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.pro-section-title{color:#131628;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.pro-section-desc{color:#666;font-size:1.1rem;line-height:1.7;margin:0 auto 64px;max-width:700px}.pro-paths-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.pro-path-card{background:#fff;border:2px solid #e8e8e8;border-radius:20px;display:flex;flex-direction:column;padding:40px 36px;position:relative;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pro-path-card:hover{border-color:#00d4ff;box-shadow:0 20px 60px #00000014;transform:translateY(-6px)}.pro-path-icon{align-items:center;border-radius:12px;display:flex;font-size:1.4rem;font-weight:800;height:48px;justify-content:center;margin-bottom:24px;width:48px}.pro-path-card:first-child .pro-path-icon{background:#1fff931f;color:#0a9e56}.pro-path-card:nth-child(2) .pro-path-icon{background:#ff6b001a;color:#ff6b00}.pro-path-card:nth-child(3) .pro-path-icon{background:#8f00ff14;color:#00d4ff}.pro-path-card:nth-child(4) .pro-path-icon{background:#13162814;color:#131628}.pro-path-card h3{color:#131628;font-size:1.3rem;font-weight:800;line-height:1.2;margin:0 0 16px}.pro-path-card p{color:#666;flex:1 1;font-size:1rem;line-height:1.65;margin:0}.pro-includes{background:#131628;padding:100px 20px;width:100%}.pro-includes-inner{margin:0 auto;max-width:1000px}.pro-includes .pro-section-tag{color:#00d4ff}.pro-includes .pro-section-title{color:#fff;margin-bottom:64px}.pro-includes-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr 1fr}.pro-include-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:32px 28px;text-align:left;transition:border-color .2s ease,background .2s ease}.pro-include-card:hover{background:#ffffff0d;border-color:#1fff9333}.pro-include-icon{display:block;font-size:1.5rem;margin-bottom:20px}.pro-include-card h3{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 10px}.pro-include-card p{color:#ffffff80;font-size:.95rem;line-height:1.6;margin:0}.pro-paths-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pro-pricing{max-width:700px;padding:100px 20px;width:100%}.pro-pricing-card{background:#fff;border:2px solid #131628;border-radius:24px;overflow:hidden}.pro-pricing-header{background:#131628;padding:40px 44px;position:relative;text-align:center}.pro-pricing-header h3{color:#fff;font-size:1.6rem;font-weight:800;margin:0 0 8px}.pro-pricing-header p{color:#ffffff80;font-size:.95rem;margin:0}.pro-pricing-body{padding:44px;text-align:center}.pro-pricing-amount{color:#131628;font-size:2.3rem;font-weight:900;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.pro-pricing-note{color:#888;display:block;font-size:.9rem;margin-bottom:40px}.pro-pricing-features{list-style:none;margin:0 0 40px;padding:0;text-align:left}.pro-pricing-features li{border-bottom:1px solid #f0f0f0;color:#333;font-size:1rem;padding:13px 0 13px 32px;position:relative}.pro-pricing-features li:before{color:#63b24a;content:"\2713";font-size:1.1rem;font-weight:700;left:0;position:absolute}.pro-pricing-features li:last-child{border-bottom:none}.pro-pricing-cta{background:#00d4ff;border-radius:30px;box-sizing:border-box;color:#fff;display:block;font-size:1.15rem;font-weight:700;padding:20px 0;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:100%}.pro-pricing-cta:hover{box-shadow:0 12px 40px #8f00ff59;transform:translateY(-3px)}.pro-pricing-guarantee{color:#999;font-size:.85rem;margin-top:16px}.pro-final{background:linear-gradient(165deg,#a5acb9,#303643);overflow:hidden;padding:100px 20px;position:relative;width:100%}.pro-final-glow{background:radial-gradient(circle,#8f00ff1f 0,#0000 60%);bottom:-200px;height:700px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:700px}.pro-final-inner{margin:0 auto;max-width:700px;position:relative;z-index:1}.pro-final h2{color:#fff;font-size:3.2rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px}.pro-final h2 span{color:#00d4ff}.pro-final p{color:#ffffff8c;font-size:1.15rem;line-height:1.7;margin:0 auto 40px;max-width:500px}@media (max-width:768px){.pro-hero{padding:40px 20px}.pro-hero-title{font-size:2.8rem}.pro-proof-bar{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;justify-items:center;margin:0 auto;max-width:320px}.pro-proof-divider{display:none}.pro-proof-item strong{font-size:1.5rem}.pro-section-title{font-size:2rem}.pro-includes-grid,.pro-paths-grid{grid-template-columns:1fr}.pro-pricing-body{padding:32px 24px}.pro-pricing-amount{font-size:3.5rem}.pro-final h2{font-size:2.4rem}}.proa-hero{align-items:center;background:linear-gradient(165deg,#a5acb9,#303643);display:flex;flex-direction:column;overflow:hidden;padding:80px 20px 60px;position:relative;width:100%}.proa-hero-glow{background:radial-gradient(circle,#8f00ff1a 0,#0000 60%);height:800px;left:50%;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:800px}.proa-eyebrow{border:1px solid #ffffff80;border-radius:30px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:40px;padding:8px 20px;text-transform:uppercase}.proa-hero-title{color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 28px;max-width:900px}.proa-hero-title span{color:red}.proa-hero-sub{color:#fff;font-size:1.15rem;line-height:1.7;margin:0 0 20px;max-width:580px}.proa-form-section{max-width:580px;padding:80px 20px;width:100%}.proa-form-card{background:#fff;border:2px solid #131628;border-radius:24px;overflow:hidden}.proa-form-header{background:#131628;padding:32px 40px;text-align:center}.proa-form-header h3{color:#fff;font-size:1.4rem;font-weight:800;margin:0 0 6px}.proa-form-header p{color:#fff;font-size:.9rem;margin:0}.proa-form-body{padding:40px}.proa-form-row{display:flex;gap:16px;margin-bottom:20px}.proa-form-group{display:flex;flex:1 1;flex-direction:column;text-align:left}.proa-form-group label{color:#131628;font-size:.8rem;font-weight:700;letter-spacing:.03em;margin-bottom:8px;text-transform:uppercase}.proa-form-group input{background:#fafafa;border:1px solid #ddd;border-radius:12px;font-family:Montserrat,sans-serif;font-size:1rem;outline:none;padding:14px 18px;transition:border-color .2s ease}.proa-form-group input:focus{background:#fff;border-color:#8f00ff}.proa-form-group-full{display:flex;flex-direction:column;margin-bottom:20px;text-align:left}.proa-form-group-full label{color:#131628;font-size:.8rem;font-weight:700;letter-spacing:.03em;margin-bottom:8px;text-transform:uppercase}.proa-form-group-full input{background:#fafafa;border:1px solid #ddd;border-radius:12px;font-family:Montserrat,sans-serif;font-size:1rem;outline:none;padding:14px 18px;transition:border-color .2s ease}.proa-form-group-full input:focus{background:#fff;border-color:#ff6b00}.proa-submit-btn{background:red;border:none;border-radius:30px;color:#fff;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;margin-top:12px;padding:18px 0;transition:transform .2s ease,box-shadow .2s ease;width:100%}.proa-submit-btn:hover{box-shadow:0 12px 40px #8f00ff4d;transform:translateY(-2px)}.proa-submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.proa-form-disclaimer{color:#999;font-size:.85rem;margin-top:16px;text-align:center}.proa-steps{max-width:900px;padding:80px 20px 100px;width:100%}.proa-steps .pro-section-title{color:#fff}.proa-steps-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr;margin-top:60px}.proa-step-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:36px 32px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.proa-step-card:hover{box-shadow:0 16px 48px #0000000f;transform:translateY(-4px)}.proa-step-num{color:red;display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.05em;margin-bottom:16px}.proa-step-card h3{color:#131628;font-size:1.2rem;font-weight:700;margin:0 0 12px}.proa-step-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.proa-success{padding:60px 40px;text-align:center}.proa-success-icon{display:block;font-size:3rem;margin-bottom:20px}.proa-success h3{color:#131628;font-size:1.8rem;font-weight:800;margin:0 0 12px}.proa-success p{color:#666;font-size:1.05rem;line-height:1.6;margin:0 0 32px}.proa-success a{background:#131628;border-radius:30px;color:#fff;display:inline-block;font-weight:600;padding:14px 28px;text-decoration:none;transition:transform .2s ease}.proa-success a:hover{transform:translateY(-2px)}.proa-interest-options{display:flex;flex-direction:column;gap:18px;margin-top:8px}@media (max-width:768px){.proa-hero{padding:40px 20px 30px}.proa-hero-title{font-size:2.4rem}.proa-form-body{padding:28px 20px}.proa-form-row{flex-direction:column;gap:20px}.proa-steps-grid{grid-template-columns:1fr}.proa-form-header{padding:28px 20px}.proa-interest-options{display:flex;flex-direction:column;gap:10px;margin-top:8px}.proa-interest-label{align-items:center;cursor:pointer;display:flex;font-size:.95rem;gap:10px}.proa-interest-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}}.res-hero,.resources-page{width:100%}.res-hero{background:#0d0e10f2;padding:80px 20px 60px;text-align:center}.res-hero-inner{margin:0 auto;max-width:700px}.res-hero-tag{border:1px solid #d2dcf54d;border-radius:30px;color:#d2dcf5;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.25em;margin-bottom:24px;padding:6px 18px;text-transform:uppercase}.res-hero-title{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 20px}.res-hero-title span{color:#858faa}.res-hero-sub{color:#ffffff8c;font-size:1.1rem;line-height:1.7;margin:0}.res-community{background:#e5e7eb;padding:80px 20px;width:100%}.res-community-inner{margin:0 auto;max-width:700px;text-align:center}.res-community-tag{border:1px solid #11127540;border-radius:30px;color:#111275;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:32px;padding:8px 20px;text-transform:uppercase}.res-community-title{color:#222;font-size:3rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 24px}.res-community-title span{color:#111275}.res-community-desc{color:#222;font-size:1.1rem;line-height:1.7;margin:0 auto 40px;max-width:560px}.res-community-ctas{display:flex;gap:16px;justify-content:center}.res-community-cta-primary{align-items:center;background:#111275;border:none;border-radius:30px;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;padding:14px 32px;transition:transform .2s ease,box-shadow .2s ease}.res-community-cta-primary:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}.res-community-cta-secondary{align-items:center;background:#0000;border:1px solid #ccc;border-radius:30px;color:#222;display:inline-flex;font-size:1rem;font-weight:700;padding:14px 32px;transition:transform .2s ease,border-color .2s ease}.res-community-cta-secondary:hover{border-color:#222;transform:translateY(-3px)}.res-tools{background:#0d0e10f2;padding:80px 20px;width:100%}.res-tools-inner{margin:0 auto;max-width:1000px}.res-tools-tag{color:#858faa;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.res-tools-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 48px}.res-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:32px}.res-card{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;padding:20px;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.res-card:hover{box-shadow:0 12px 32px #0000004d;transform:translateY(-4px)}.res-card-featured{border-color:#d2dcf54d}.res-card-badge{background:#d2dcf5;border-radius:20px;color:#111275;font-size:.65rem;font-weight:800;letter-spacing:.06em;padding:4px 10px;position:absolute;right:12px;top:12px}.res-card-img{aspect-ratio:1/1;border-radius:10px;margin-bottom:16px;object-fit:contain;width:100%}.res-card h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 6px}.res-card-desc{color:#858faa;font-size:.85rem;line-height:1.5;margin:0 0 16px}.res-card-cta{background:#d2dcf5;border-radius:30px;color:#111275;display:inline-block;font-size:.85rem;font-weight:600;margin-top:auto;padding:10px 22px;text-decoration:none;transition:transform .2s ease,background .2s ease}.res-card-cta:hover{background:#fff;transform:translateY(-2px)}.res-tools-footer{color:#858faa;font-size:.95rem;text-align:center}.res-tools-footer a{color:#d2dcf5;font-weight:600;text-decoration:none}.res-tools-footer a:hover{text-decoration:underline}.res-subscribe{background:#e5e7eb;display:flex;justify-content:center;padding:80px 20px;width:100%}.res-subscribe-inner{background:#fff;border:1px solid #ccc;border-radius:20px;max-width:520px;padding:48px 40px;text-align:center;width:100%}.res-subscribe-inner h3{color:#222;font-size:1.8rem;font-weight:800;margin:0 0 12px}.res-subscribe-inner>p{color:#222;font-size:1rem;line-height:1.6;margin:0 0 28px}.res-subscribe-form{display:flex;gap:10px;justify-content:center;margin-bottom:12px}.res-subscribe-input{border:1px solid #ccc;border-radius:30px;flex:1 1;font-family:Montserrat,sans-serif;font-size:.95rem;max-width:280px;outline:none;padding:14px 20px;transition:border-color .2s ease}.res-subscribe-input:focus{border-color:#111275}.res-subscribe-btn{background:#111275;border:none;border-radius:30px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;padding:14px 28px;transition:transform .2s ease,box-shadow .2s ease}.res-subscribe-btn:hover{box-shadow:0 8px 32px #11127540;transform:translateY(-2px)}.res-subscribe-disclaimer{color:#ccc;font-size:.8rem;margin:0}@media (max-width:768px){.res-community-title,.res-hero-title{font-size:2rem}.res-tools-title{font-size:1.8rem}.res-cards{grid-template-columns:1fr 1fr}.res-card h3{font-size:.9rem}.res-card-cta,.res-card-desc{font-size:.75rem}.res-card-cta{box-sizing:border-box;padding:8px 14px;text-align:center;width:100%}.res-card-badge{font-size:.55rem;padding:2px 8px;right:8px;top:8px}.res-community-ctas{align-items:center;flex-direction:column}.res-subscribe-inner{padding:36px 20px}.res-subscribe-form{align-items:center;flex-direction:column}.res-subscribe-input{box-sizing:border-box;max-width:100%;width:100%}.res-subscribe-btn{width:100%}}.blog-hero{align-items:center;background:linear-gradient(165deg,#131628,#001a72);display:flex;flex-direction:column;padding:60px 20px 50px;width:100%}.blog-eyebrow{border:1px solid #ffffff80;border-radius:30px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:32px;padding:8px 20px}.blog-hero-title{color:#fff;font-size:4rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 24px}.blog-hero-title span{color:#ff6b00}.blog-hero-sub{color:#ffffffbf;font-size:1.25rem;line-height:1.7;margin:0;max-width:600px}.blog-grid-section{max-width:900px;padding:60px 20px 100px;width:100%}.blog-grid{display:flex;flex-direction:column;gap:24px}.blog-card-link{color:inherit;text-decoration:none}.blog-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:40px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{box-shadow:0 16px 48px #00000014;transform:translateY(-4px)}.blog-card-category{background:#ff6b0014;border-radius:20px;color:#ff6b00;display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.1em;margin-bottom:16px;padding:4px 14px;text-transform:uppercase}.blog-card-title{color:#131628;font-size:1.5rem;font-weight:700;line-height:1.25;margin:0 0 12px}.blog-card-excerpt{color:#666;font-size:1.05rem;line-height:1.6;margin:0 0 20px;max-width:600px}.blog-card-meta{align-items:center;color:#999;display:flex;font-size:.85rem;font-weight:500;gap:10px}.blog-card-dot{background:#ccc;border-radius:50%;flex-shrink:0;height:4px;width:4px}.blog-post-hero{align-items:center;background:linear-gradient(165deg,#131628,#001a72);display:flex;flex-direction:column;padding:50px 20px;width:100%}.blog-post-back{align-self:center;color:#fff9;font-size:.9rem;margin-bottom:24px;text-decoration:none;transition:color .2s ease}.blog-post-back:hover{color:#fff}.blog-post-category{background:#ff6b0026;border-radius:20px;color:#ff6b00;display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.1em;margin-bottom:20px;padding:4px 14px;text-transform:uppercase}.blog-post-title{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 24px;max-width:760px}.blog-post-meta{align-items:center;color:#fff9;display:flex;font-size:.9rem;font-weight:500;gap:10px}.blog-post-body{max-width:1320px;padding:60px 20px 40px;text-align:left;width:100%}.blog-post-body p{color:#333;font-size:1.1rem;line-height:1.85;margin:0 0 24px}.blog-post-body a{color:#001a72;font-weight:600;text-decoration:underline;-webkit-text-decoration-color:#001a724d;text-decoration-color:#001a724d;text-underline-offset:3px;transition:-webkit-text-decoration-color .2s ease;transition:text-decoration-color .2s ease;transition:text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.blog-post-body a:hover{-webkit-text-decoration-color:#001a72;text-decoration-color:#001a72}.blog-post-lede{color:#131628!important;font-size:1.25rem!important;font-weight:500;line-height:1.8!important}.blog-post-body h2{color:#131628;font-size:1.6rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin:56px 0 20px}.blog-post-body strong{color:#131628;font-weight:700}.blog-post-callout{background:linear-gradient(135deg,#f0f0ff,#fff);border-left:3px solid #ff6b00;border-radius:0 12px 12px 0;margin:28px 0;padding:24px 28px}.blog-post-callout p{font-size:1.05rem!important;margin:0 0 8px!important}.blog-post-callout p:last-child{margin-bottom:0!important}.blog-post-cta{align-items:center;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:16px;max-width:860px;padding:48px 48px 100px;width:100%}.blog-post-cta p{color:#666;font-size:1.1rem;margin:0}.blog-post-cta-btn{background:#ff6b00;border-radius:30px;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:14px 32px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.blog-post-cta-btn:hover{box-shadow:0 8px 32px #8f00ff40;transform:translateY(-2px)}.blog-post-not-found{padding:120px 20px}.blog-post-not-found h1{font-size:2rem;margin-bottom:16px}.blog-post-not-found a{color:#ff6b00;font-weight:600}.blog-post-body .cta-btn,.blog-post-body .sidebar-cta{color:#fff}@media (max-width:768px){.blog-hero-title{font-size:2.5rem}.blog-hero{padding:30px 20px 40px}.blog-grid-section{padding:40px 20px 80px}.blog-card{padding:28px}.blog-card-title{font-size:1.25rem}.blog-post-hero{padding:30px 20px 40px}.blog-post-title{font-size:2rem}.blog-post-meta{flex-wrap:wrap;justify-content:center}.blog-post-body{padding:40px 20px 30px}.blog-post-body h2{font-size:1.35rem;margin-top:40px}}.bdp-hero{align-items:center;background:linear-gradient(165deg,#1a1a2e,#0f0f1a);display:flex;flex-direction:column;padding:80px 20px 60px;width:100%}.bdp-eyebrow{border:1px solid #ffffff4d;border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.25em;margin-bottom:40px;padding:8px 24px}.bdp-hero-title{color:#fff;font-size:4.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 28px;max-width:800px}.bdp-hero-title span{color:red}.bdp-hero-sub{color:#ffffffa6;font-size:1.35rem;line-height:1.7;margin-bottom:40px;max-width:560px}.bdp-cta-primary{align-items:center;background:red;border:2px solid #ffffff4d;border-radius:30px;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;letter-spacing:.01em;padding:16px 40px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bdp-cta-primary:hover{box-shadow:0 12px 40px #63b24a59;transform:translateY(-3px)}.bdp-section-tag{color:#ff6b00}.bdp-section-tag,.bdp-section-tag-light{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:20px;text-transform:uppercase}.bdp-section-tag-light{color:#fff6}.bdp-problem{background:linear-gradient(180deg,#feffff,#e8e8e8);padding:80px 20px;width:100%}.bdp-problem-inner{margin:0 auto;max-width:700px;text-align:center}.bdp-problem-text{color:#333;font-size:1.2rem;line-height:1.85;margin:0}.bdp-philosophy{background:linear-gradient(165deg,#131628,#1a1a2e);padding:80px 20px;width:100%}.bdp-philosophy-inner{margin:0 auto;max-width:700px;text-align:center}.bdp-philosophy-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 24px}.bdp-philosophy-title span{color:red}.bdp-philosophy-text{color:#fff9;font-size:1.15rem;line-height:1.8;margin:0}.bdp-pillars{background:linear-gradient(180deg,#feffff,#c5c5c5);padding:80px 20px 100px;width:100%}.bdp-pillars-inner{margin:0 auto;max-width:1000px;text-align:center}.bdp-pillars-title{color:#131628;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 48px}.bdp-pillars-title span{color:red}.bdp-pillars-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.bdp-pillar{background:#ffffffb3;border:1px solid #0000000f;border-radius:16px;padding:36px 24px;text-align:center;transition:transform .2s ease,border-color .3s ease}.bdp-pillar:hover{border-color:red;transform:translateY(-4px)}.bdp-pillar-icon{color:red;display:block;font-size:2rem;margin-bottom:16px}.bdp-pillar h3{color:#131628;font-size:1.15rem;font-weight:700;margin:0 0 12px}.bdp-pillar p{color:#555;font-size:.95rem;line-height:1.6;margin:0}.bdp-audience{background:linear-gradient(165deg,#1a1a2e,#0f0f1a);padding:80px 20px;width:100%}.bdp-audience-inner{margin:0 auto;max-width:700px;text-align:center}.bdp-audience-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 40px}.bdp-audience-title span{color:red}.bdp-audience-lines p{border-bottom:1px solid #ffffff14;color:#fff9;font-size:1.15rem;line-height:1.6;margin:0;padding:16px 0}.bdp-audience-lines p:last-child{border-bottom:none}.bdp-coaching{background:linear-gradient(180deg,#feffff,#e8e8e8);padding:80px 20px;width:100%}.bdp-coaching-inner{margin:0 auto;max-width:650px;text-align:center}.bdp-coaching-title{color:#131628;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 20px}.bdp-coaching-title span{color:#00d4ff}.bdp-coaching-text{color:#555;font-size:1.15rem;line-height:1.7;margin:0 0 36px}.bdp-cta-secondary{align-items:center;background:#00d4ff;border:2px solid #0000;border-radius:30px;color:#131628;display:inline-flex;font-size:1rem;font-weight:700;padding:14px 36px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bdp-cta-secondary:hover{box-shadow:0 12px 40px #00d4ff4d;transform:translateY(-3px)}.bdp-final{background:#0f0f1a;padding:100px 20px;width:100%}.bdp-final-inner{margin:0 auto;max-width:700px;text-align:center}.bdp-final-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 36px}.bdp-cta-final{align-items:center;background:red;border:2px solid #fff3;border-radius:30px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;padding:18px 48px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bdp-cta-final:hover{box-shadow:0 12px 40px #63b24a66;transform:translateY(-3px)}@media (max-width:768px){.bdp-hero{padding:40px 20px}.bdp-hero-title{font-size:2.5rem}.bdp-hero-sub{font-size:1.1rem}.bdp-pillars-grid{gap:16px;grid-template-columns:1fr 1fr}.bdp-audience-title,.bdp-coaching-title,.bdp-final-title,.bdp-philosophy-title,.bdp-pillars-title{font-size:2rem}.bdp-problem-text{font-size:1.05rem}}@media (max-width:480px){.bdp-pillars-grid{grid-template-columns:1fr}}.ad-hero{background:#0d0e10f2;overflow:hidden;position:relative;width:100%}.ad-hero-bg{background:radial-gradient(ellipse 60% 50% at 80% 40%,#d2dcf50f 0,#0000 70%),radial-gradient(ellipse 40% 60% at 20% 80%,#d2dcf508 0,#0000 70%);inset:0;pointer-events:none;position:absolute}.ad-hero-content{align-items:center;display:flex;gap:48px;margin:0 auto;max-width:1100px;padding:80px 40px 60px;position:relative;z-index:1}.ad-hero-text{flex:1 1;text-align:left}.ad-badge{border:1.5px solid #d2dcf54d;border-radius:30px;color:#d2dcf5;display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.25em;margin-bottom:32px;padding:8px 20px;text-transform:uppercase}.ad-hero-title{color:#fff;font-size:3.6rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 28px;text-align:left}.ad-amp{color:#ffffff40;display:block;font-size:2rem;font-style:italic;font-weight:400;line-height:1.8}.ad-highlight{color:#858faa;display:block}.ad-hero-sub{color:#fff9;font-size:1.1rem;line-height:1.75;margin:0 0 36px;max-width:480px}.ad-hero-cta{background:#d2dcf5;border:none;border-radius:50px;color:#111275;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:.01em;padding:18px 44px;transition:transform .2s ease,box-shadow .2s ease}.ad-hero-cta:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}.ad-hero-note{color:#ffffff4d;display:block;font-size:.82rem;font-weight:500;margin-top:16px}.ad-hero-image{flex:0 0 380px;position:relative}.ad-hero-image img{border-radius:20px;display:block;height:480px;object-fit:cover;object-position:top center;width:100%}.ad-hero-image-tag{background:#0d0e10f2;border:1.5px solid #d2dcf526;border-radius:14px;bottom:-20px;display:flex;flex-direction:column;gap:2px;left:20px;padding:16px 20px;position:absolute;right:20px}.ad-hero-image-tag strong{color:#fff;font-size:1rem;font-weight:800}.ad-hero-image-tag span{color:#ffffff73;font-size:.78rem;font-weight:500}.ad-trust{background:#e5e7eb;border-bottom:1px solid #ccc;width:100%}.ad-trust-inner{gap:48px;justify-content:center;margin:0 auto;max-width:800px;padding:44px 20px}.ad-trust-inner,.ad-trust-item{align-items:center;display:flex}.ad-trust-item{flex-direction:column;gap:4px;text-align:center}.ad-trust-num{color:#222;font-size:1.6rem;font-weight:900;letter-spacing:-.02em}.ad-trust-label{color:#858faa;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ad-trust-sep{background:#ccc;height:36px;width:1px}.ad-section-tag{color:#111275;display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.ad-section-title{color:#222;font-size:2.4rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 56px}.ad-section-title em{color:#111275;font-style:italic}.ad-offers{background:#0d0e10f2;padding:80px 20px 100px;width:100%}.ad-offers-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.ad-offers .ad-section-tag{color:#858faa;display:block;margin-left:auto;margin-right:auto;max-width:1000px}.ad-offers .ad-section-title{color:#fff;margin-left:auto;margin-right:auto;max-width:1000px}.ad-offers .ad-section-title em{color:#858faa}.ad-offer-card{background:#ffffff0a;border:1.5px solid #ffffff14;border-radius:18px;padding:36px 32px;text-align:left;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.ad-offer-card:hover{border-color:#d2dcf54d;box-shadow:0 16px 48px #0000004d;transform:translateY(-4px)}.ad-offer-num{color:#858faa;display:inline-block;font-size:.8rem;font-weight:900;letter-spacing:.04em;margin-bottom:18px}.ad-offer-card h3{color:#fff;font-size:1.2rem;font-weight:800;margin:0 0 12px}.ad-offer-card p{color:#d2dcf5;font-size:.95rem;line-height:1.65;margin:0}.ad-process{background:#e5e7eb;padding:80px 20px 100px;width:100%}.ad-process .ad-section-tag{color:#111275}.ad-process .ad-section-title{color:#222}.ad-process .ad-section-title em{color:#111275}.ad-process-steps{align-items:flex-start;display:flex;gap:0;margin:0 auto;max-width:800px}.ad-process-step{flex:1 1;padding:0 20px;text-align:center}.ad-step-marker{align-items:center;background:#111275;border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:900;height:48px;justify-content:center;margin:0 auto 20px;width:48px}.ad-process-step h3{color:#222;font-size:1.05rem;font-weight:800;margin:0 0 10px}.ad-process-step p{color:#222;font-size:.9rem;line-height:1.6;margin:0}.ad-process-connector{background:#ccc;flex-shrink:0;height:2px;margin-top:24px;width:60px}.ad-form-section{background:#0d0e10f2;padding:100px 20px;width:100%}.ad-form-wrapper{align-items:flex-start;display:flex;gap:60px;margin:0 auto;max-width:1000px}.ad-form-intro{flex:1 1;padding-top:20px;text-align:left}.ad-form-intro .ad-section-tag{color:#858faa}.ad-form-title{color:#fff;font-size:2.6rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 24px}.ad-form-sub{color:#ffffff80;font-size:1.05rem;line-height:1.7;margin:0 0 32px}.ad-form-assurance{display:flex;flex-direction:column;gap:12px}.ad-form-assurance span{color:#fff6;font-size:.85rem;font-weight:600}.ad-form-card{background:#fff;border-radius:20px;flex:1 1;max-width:460px;padding:40px 36px}.ad-form-row{gap:14px}.ad-field,.ad-form-row{display:flex;margin-bottom:18px}.ad-field{flex:1 1;flex-direction:column;min-width:0;text-align:left}.ad-form-row .ad-field{margin-bottom:0}.ad-field label{color:#222;font-size:.75rem;font-weight:700;letter-spacing:.04em;margin-bottom:8px;text-transform:uppercase}.ad-field input{background:#fafafa;border:1.5px solid #ccc;border-radius:12px;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:1rem;outline:none;padding:14px 16px;transition:border-color .2s ease,background .2s ease;width:100%}.ad-field input:focus{background:#fff;border-color:#111275}.ad-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.ad-chip{background:#fff;border:1.5px solid #ccc;border-radius:30px;color:#222;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;padding:10px 18px;transition:all .2s ease}.ad-chip:hover{border-color:#111275;color:#111275}.ad-chip-active,.ad-chip-active:hover{background:#111275;border-color:#111275;color:#fff}.ad-submit{background:#111275;border:none;border-radius:50px;color:#fff;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:800;margin-top:8px;padding:18px 0;transition:transform .2s ease,box-shadow .2s ease;width:100%}.ad-submit:hover{box-shadow:0 12px 36px #1112754d;transform:translateY(-2px)}.ad-submit:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.ad-disclaimer{color:#aaa;font-size:.8rem;margin-top:14px;text-align:center}.ad-success{padding:40px 0;text-align:center}.ad-success-icon{align-items:center;background:#111275;border-radius:50%;color:#fff;display:flex;font-size:1.6rem;font-weight:800;height:56px;justify-content:center;margin:0 auto 24px;width:56px}.ad-success h3{color:#222;font-size:1.8rem;font-weight:900;margin:0 0 12px}.ad-success p{color:#222;font-size:1rem;line-height:1.6;margin:0 auto;max-width:340px}@media (max-width:900px){.ad-hero-content{flex-direction:column-reverse;gap:32px;padding:40px 20px 50px}.ad-hero-content,.ad-hero-text,.ad-hero-title{text-align:center}.ad-hero-title{font-size:2.6rem}.ad-hero-sub{margin-left:auto;margin-right:auto}.ad-hero-image{flex:none;max-width:320px;width:100%}.ad-hero-image img{height:380px}.ad-hero-image-tag{bottom:-16px;left:16px;right:16px}.ad-trust-inner{flex-wrap:wrap;gap:24px 40px}.ad-trust-sep{display:none}.ad-section-title{font-size:2rem}.ad-offers-grid{grid-template-columns:1fr}.ad-process-steps{align-items:center;flex-direction:column;gap:0}.ad-process-step{padding:0 0 32px}.ad-process-connector{height:32px;margin:0;width:2px}.ad-form-wrapper{flex-direction:column;gap:40px}.ad-form-intro{padding-top:0;text-align:center}.ad-form-title{font-size:2rem}.ad-form-assurance{flex-direction:row;flex-wrap:wrap;gap:8px 20px;justify-content:center}.ad-form-card{max-width:100%;padding:32px 24px}.ad-form-row{flex-direction:column;gap:18px}.ad-form-row .ad-field{margin-bottom:0}}.about-hero{background:#0d0e10f2;padding:80px 20px 60px;text-align:center;width:100%}.about-hero-inner{margin:0 auto;max-width:800px}.about-hero-tag{border:1px solid #d2dcf54d;border-radius:30px;color:#d2dcf5;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.25em;margin-bottom:28px;padding:6px 18px;text-transform:uppercase}.about-hero-title{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:0 0 20px}.about-hero-roles{color:#858faa;font-size:1rem;font-weight:500;letter-spacing:.08em;margin:0}.about-identity{background:#e5e7eb;padding:60px 20px;width:100%}.about-identity-inner{align-items:center;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1000px}.about-identity-img-wrap{flex-shrink:0}.about-identity-img{border-radius:16px;height:350px;object-fit:cover;width:280px}.about-identity-text{max-width:640px;text-align:center}.about-identity-text h2{color:#111275;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;margin:0 0 24px}.about-identity-text p{color:#222;font-size:1.05rem;line-height:1.75;margin:0 0 20px}.about-stats{background:#0d0e10f2;padding:48px 20px;width:100%}.about-stats-inner{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;justify-items:center;margin:0 auto;max-width:800px}.about-stat{align-items:center;display:flex;flex-direction:column;gap:4px}.about-stat-num{color:#858faa;font-size:2rem;font-weight:900}.about-stat-label{color:#ffffff73;font-size:1rem;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}.about-stat-divider{display:none}.about-section-tag{color:#111275}.about-section-tag,.about-section-tag-light{display:inline-block;font-size:1rem;font-weight:800;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.about-section-tag-light{color:#fff6}.about-system{background:#e5e7eb;padding:80px 20px;width:100%}.about-system-inner{align-items:center;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1000px}.about-system-text{max-width:600px;text-align:center}.about-system-text h2{color:#222;font-size:2.4rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px}.about-system-text p{color:#222;font-size:1.05rem;line-height:1.75;margin:0 0 20px}.about-text-link{border-bottom:2px solid #111275;color:#111275;display:inline-block;font-size:1rem;font-weight:800;padding-bottom:2px;transition:opacity .2s ease}.about-text-link:hover{opacity:.7}.about-system-img-wrap{display:flex;justify-content:center}.about-system-img{border-radius:12px;box-shadow:0 20px 60px #0000001a;width:220px}.about-audience{background:#0d0e10f2;padding:80px 20px;width:100%}.about-audience-inner{margin:0 auto;max-width:900px;text-align:center}.about-audience-inner>h2{color:#fff;font-size:2.4rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 48px}.about-audience-inner>h2 span{color:#858faa}.about-audience-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;text-align:left}.about-audience-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:28px 24px;transition:border-color .2s ease}.about-audience-item:hover{border-color:#d2dcf54d}.about-audience-num{color:#858faa;display:inline-block;font-size:1rem;font-weight:800;letter-spacing:.05em;margin-bottom:12px}.about-audience-item h3{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 8px}.about-audience-item p{color:#d2dcf5;font-size:1rem;line-height:1.6;margin:0}.about-story{background:#e5e7eb;padding:80px 20px;width:100%}.about-story-inner{align-items:center;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1000px}.about-story-img-wrap{flex-shrink:0}.about-story-img{border-radius:16px;max-width:400px;object-fit:cover;width:100%}.about-story-text{max-width:600px;text-align:center}.about-story-text h2{color:#222;font-size:2rem;font-weight:900;letter-spacing:-.02em;line-height:1.15;margin:0 0 20px}.about-story-text p{color:#222;font-size:1.05rem;line-height:1.75;margin:0 0 20px}.about-personal{background:#0d0e10f2;padding:60px 20px;width:100%}.about-personal-inner{margin:0 auto;max-width:600px;text-align:center}.about-personal-inner h2{color:#fff;font-size:2rem;font-weight:900;letter-spacing:-.02em;margin:0 0 16px}.about-personal-inner p{color:#d2dcf5;font-size:1.05rem;line-height:1.75;margin:0}.about-cta{background:#e5e7eb;padding:80px 20px;width:100%}.about-cta-inner{margin:0 auto;max-width:600px;text-align:center}.about-cta-inner h2{color:#222;font-size:2.4rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.about-cta-inner p{color:#222;font-size:1.05rem;line-height:1.7;margin:0 0 36px}.about-cta-btn{align-items:center;background:#111275;border:none;border-radius:30px;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;padding:16px 40px;transition:transform .2s ease,box-shadow .2s ease}.about-cta-btn:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}@media (max-width:768px){.about-stat-num{font-size:.9rem;letter-spacing:.03em}}@media (min-width:769px){.about-hero{padding:120px 20px 80px}.about-hero-title{font-size:5rem}.about-hero-roles{font-size:1.15rem}.about-identity{padding:100px 20px}.about-identity-inner{align-items:flex-start;flex-direction:row;gap:60px}.about-identity-img{height:420px;width:340px}.about-identity-text{text-align:left}.about-identity-text h2{font-size:1.8rem}.about-stats-inner{align-items:center;display:flex;gap:48px;justify-content:center}.about-stat-divider{background:#ffffff1f;display:block;height:40px;width:1px}.about-system{padding:100px 20px}.about-system-inner{align-items:center;flex-direction:row;gap:60px}.about-system-text{flex:1 1;text-align:left}.about-system-text h2{font-size:2.8rem}.about-system-img{width:280px}.about-audience{padding:100px 20px}.about-audience-inner>h2{font-size:3rem}.about-audience-grid{gap:20px;grid-template-columns:1fr 1fr}.about-story{padding:100px 20px}.about-story-inner{align-items:center;flex-direction:row;gap:60px}.about-story-img{height:420px;width:380px}.about-story-text{flex:1 1;text-align:left}.about-story-text h2{font-size:2.4rem}.about-personal{padding:80px 20px}.about-cta{padding:100px 20px}.about-cta-inner h2{font-size:3rem}}.cs-hero{align-items:center;display:flex;flex-direction:column;overflow:hidden;padding:60px 20px 48px;position:relative;width:100%}.cs-hero,.cs-hero-clarity,.cs-hero-execution,.cs-hero-leadership,.cs-hero-rebuild{background:#0d0e10f2}.cs-eyebrow{border:1px solid #ffffff4d;border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:28px;padding:6px 18px;text-transform:uppercase}.cs-hero-title{color:#fff;font-size:2.6rem;font-weight:900;letter-spacing:-.03em;line-height:1.08;margin:0 0 20px;max-width:700px}.cs-hero-title span{color:#858faa}.cs-hero-sub{color:#ffffffa6;font-size:1.05rem;line-height:1.7;margin:0 0 32px;max-width:540px}.cs-hero-cta{align-items:center;background:#d2dcf5;border-radius:30px;color:#111275;display:inline-flex;font-size:.95rem;font-weight:700;padding:14px 32px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cs-hero-cta:hover{box-shadow:0 12px 40px #1112754d;transform:translateY(-3px)}.cs-hero-note{color:#fff6;display:block;font-size:.8rem;margin-top:12px}.cs-hero-growth{background:linear-gradient(165deg,#1a2f0f,#2d4a1c)}.cs-hero-business{background:linear-gradient(165deg,#2e1a0f,#4a2d1c)}.cs-hero-personal{background:linear-gradient(165deg,#0f1a2e,#2e1a3a)}.cs-hero-executive{background:linear-gradient(165deg,#0d1117,#1c2836)}.cs-format{background:#0d1321;padding:20px;width:100%}.cs-format-inner{align-items:center;color:#fff9;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px;justify-content:center;margin:0 auto;max-width:700px}.cs-format-inner strong{color:#d2dcf5;font-weight:700}.cs-who{background:#e5e7eb;padding:60px 20px;width:100%}.cs-who-inner{margin:0 auto;max-width:800px}.cs-section-tag{color:#111275;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.cs-section-title{color:#222;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 12px}.cs-section-desc{color:#222;font-size:1rem;line-height:1.7;margin:0 auto 40px;max-width:600px}.cs-who-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.cs-who-list li{align-items:flex-start;color:#222;display:flex;font-size:1rem;gap:12px;line-height:1.6;text-align:left}.cs-who-check{align-items:center;background:#d2dcf5;border-radius:50%;color:#111275;display:flex;flex-shrink:0;font-size:.7rem;font-weight:800;height:22px;justify-content:center;margin-top:2px;width:22px}.cs-what{background:#0d0e10f2;padding:60px 20px;width:100%}.cs-what-inner{margin:0 auto;max-width:900px}.cs-what .cs-section-tag{color:#858faa}.cs-what .cs-section-title{color:#fff}.cs-what .cs-section-desc{color:#d2dcf5}.cs-what-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.cs-what-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:28px 24px;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cs-what-card:hover{border-color:#d2dcf54d;box-shadow:0 16px 48px #0000004d;transform:translateY(-4px)}.cs-what-card h3{color:#fff;font-size:1.15rem;font-weight:800;margin:0 0 8px}.cs-what-card p{color:#d2dcf5;font-size:.95rem;line-height:1.65;margin:0}.cs-stories{background:#e5e7eb;padding:60px 20px;width:100%}.cs-stories-inner{margin:0 auto;max-width:900px}.cs-stories .cs-section-tag{color:#111275}.cs-stories .cs-section-title{color:#222}.cs-stories-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cs-story-card{background:#fff;border:1px solid #ccc;border-radius:16px;max-width:340px;padding:28px 24px;text-align:left;width:100%}.cs-story-img{border-radius:50%;height:80px;margin-bottom:16px;object-fit:cover;object-position:top;width:80px}.cs-story-quote{color:#222;font-size:.95rem;font-style:italic;line-height:1.7;margin:0 0 16px}.cs-story-name{color:#111275;font-size:1rem;font-weight:800;margin:0}.cs-process{background:#0d0e10f2;padding:60px 20px;width:100%}.cs-process-inner{margin:0 auto;max-width:800px}.cs-process .cs-section-tag{color:#858faa}.cs-process .cs-section-title{color:#fff}.cs-process .cs-section-desc{color:#ffffff80}.cs-process-steps{counter-reset:step;display:flex;flex-direction:column;gap:24px}.cs-step{align-items:flex-start;display:flex;gap:16px;text-align:left}.cs-step-num{align-items:center;background:#d2dcf51a;border-radius:10px;color:#d2dcf5;display:flex;flex-shrink:0;font-size:.9rem;font-weight:800;height:36px;justify-content:center;width:36px}.cs-step-text h3{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 4px}.cs-step-text p{color:#ffffff80;font-size:.9rem;line-height:1.6;margin:0}.cs-faq{background:#e5e7eb;padding:60px 20px;width:100%}.cs-faq-inner{margin:0 auto;max-width:750px}.cs-faq .cs-section-tag{color:#111275}.cs-faq .cs-section-title{color:#222}.cs-faq-list{display:flex;flex-direction:column;gap:0}.cs-faq-item{border-bottom:1px solid #ccc}.cs-faq-question{align-items:center;background:none;border:none;color:#222;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;gap:12px;justify-content:space-between;padding:20px 0;text-align:left;width:100%}.cs-faq-question:hover{color:#111275}.cs-faq-icon{flex-shrink:0;font-size:1.3rem;font-weight:300;line-height:1;transition:transform .2s ease}.cs-faq-icon-open{transform:rotate(45deg)}.cs-faq-answer{color:#222;font-size:.95rem;line-height:1.7;margin:0;padding:0 0 20px}.cs-final{overflow:hidden;padding:60px 20px;position:relative;width:100%}.cs-final,.cs-final-clarity,.cs-final-execution,.cs-final-leadership,.cs-final-rebuild{background:#0d0e10f2}.cs-final-inner{margin:0 auto;max-width:600px;position:relative;z-index:1}.cs-final h2{color:#fff;font-size:2.2rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.cs-final h2 span{color:#858faa}.cs-final p{color:#ffffff80;font-size:1rem;line-height:1.7;margin:0 auto 32px;max-width:480px}.cs-final .cs-hero-cta{margin-bottom:0}.cs-final-growth{background:linear-gradient(165deg,#1a2f0f,#2d4a1c)}.cs-final-business{background:linear-gradient(165deg,#2e1a0f,#4a2d1c)}.cs-final-personal{background:linear-gradient(165deg,#0f1a2e,#2e1a3a)}.cs-final-executive{background:linear-gradient(165deg,#0d1117,#1c2836)}@media (min-width:600px){.cs-stories-grid,.cs-what-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.cs-hero{padding:100px 20px 80px}.cs-hero-title{font-size:4rem}.cs-hero-sub{font-size:1.15rem}.cs-faq,.cs-process,.cs-stories,.cs-what,.cs-who{padding:80px 20px}.cs-section-title{font-size:2.6rem}.cs-final{padding:100px 20px}.cs-final h2{font-size:3rem}.cs-stories-grid,.cs-what-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=main.1731a30b.css.map*/