.navbar-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}.navbar-container{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background-color:#fff6;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition-normal)}.navbar-container.is-open{background-color:#ffffffb3;box-shadow:var(--shadow-md)}.navbar-inner{max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile)}@media (min-width: 768px){.navbar-inner{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.navbar-inner{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.navbar-content{height:5rem}}.navbar-logo{height:2.5rem;cursor:pointer}@media (min-width: 768px){.navbar-logo{height:3rem}}.desktop-nav{display:none;flex:1;justify-content:center;max-width:680px}@media (min-width: 768px){.desktop-nav{display:flex}}.desktop-nav-inner{position:relative;display:flex;align-items:center;height:3.5rem;width:100%;border-radius:var(--radius-xl);border:1px solid var(--border-light);background-color:#ffffff4d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 2px 4px #00000005}.nav-pill{position:absolute;top:.25rem;bottom:.25rem;left:0;border-radius:var(--radius-lg);background:linear-gradient(to right,#f5c857,#f5a623);box-shadow:var(--shadow-sm);transition:var(--transition-bounce)}.nav-links{position:relative;z-index:10;display:flex;width:100%;justify-content:space-evenly;padding-left:.5rem;padding-right:.5rem}.nav-link{padding:.625rem 1.25rem;font-size:1rem;font-weight:500;transition:var(--transition-fast);color:var(--text-secondary)}.nav-link.active{font-weight:600;color:var(--brand-primary)}.nav-link:hover{color:#050e3c}.desktop-cta{display:none;align-items:center;padding:.875rem 1.75rem;background-color:var(--brand-primary);color:#fff;font-weight:600;font-size:1rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-button);transition:var(--transition-fast)}.desktop-cta:hover{background-color:#0c2b4ee6;transform:translateY(-2px);box-shadow:0 6px 20px #050e3c33}.desktop-cta:active{transform:translateY(0) scale(.98)}@media (min-width: 768px){.desktop-cta{display:flex}}.mobile-actions{display:flex;align-items:center;gap:.75rem}@media (min-width: 768px){.mobile-actions{display:none}}.mobile-cta{background-color:#0c2b4e;color:#fff;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.2)}.mobile-menu-btn{padding:.625rem;border-radius:9999px;color:#fff;transition:background-color .2s}.mobile-menu-btn:hover{background-color:#ffffff1a}.mobile-menu-icon{width:1.75rem;height:1.75rem}.mobile-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding-left:1rem;padding-right:1rem;transition:all .3s;transform-origin:top;opacity:0;transform:scaleY(.95);pointer-events:none}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-menu.is-open{opacity:1;transform:scaleY(1);pointer-events:auto}.mobile-menu-inner{background-color:#ffffffe6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;display:flex;flex-direction:column}.mobile-menu-inner>*+*{border-top:1px solid var(--border-light)}.mobile-nav-link{position:relative;width:100%;text-align:left;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;color:inherit;display:block}.mobile-nav-link.active,.mobile-nav-link:hover{color:#050e3c}.mobile-nav-pill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.75rem;transform:scaleX(0);background:linear-gradient(to right,#f5c857,#f5c857);transition:transform .2s;transform-origin:left}.mobile-nav-link:hover .mobile-nav-pill,.mobile-nav-pill.active{transform:scaleX(1)}.mobile-nav-text{position:relative;z-index:10}.hero-section{position:relative;background:linear-gradient(135deg,#e6eff8,#c1d2e7);padding-top:140px;padding-bottom:100px;display:flex;flex-direction:column;align-items:center}.hero-curve-bottom{position:absolute;bottom:-1px;left:0;width:100%;height:120px;z-index:20;pointer-events:none}.hero-curve-bottom svg{width:100%;height:100%;display:block}.lets-talk-float{position:absolute;right:2rem;top:55%;transform:translateY(-50%);background-color:#0f2a55;color:#fff;padding:.8rem 1.8rem;border-radius:12px;font-size:1.05rem;font-weight:500;box-shadow:0 10px 30px #0f2a554d;cursor:pointer;z-index:50;transition:transform .2s ease,box-shadow .2s ease}.lets-talk-float:hover{transform:translateY(calc(-50% - 2px));box-shadow:0 15px 35px #0f2a5566}@media (max-width: 1024px){.lets-talk-float{display:none}}.hero-center-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;max-width:1000px;margin:0 auto}.hero-eyebrow{font-size:.8rem;font-weight:700;color:#102242;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;opacity:.85}.hero-title{font-size:2.5rem;font-weight:800;color:#102242;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:3.5rem}}@media (min-width: 1024px){.hero-title{font-size:4.2rem}}.hero-title-break{display:none}.hero-title-space{display:inline}@media (min-width: 640px){.hero-title-break{display:block}.hero-title-space{display:none}}.hero-description{font-size:1.05rem;font-weight:400;color:#102242;opacity:.85;max-width:750px;line-height:1.5;margin-bottom:2.5rem}@media (min-width: 768px){.hero-description{font-size:1.15rem}}.hero-buttons-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3.5rem;width:100%}@media (min-width: 640px){.hero-buttons-container{flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;width:auto}}.hero-btn-primary{background-color:#ffcf54;color:#102242;font-size:1rem;font-weight:600;padding:.85rem 2.5rem;border-radius:50px;border:none;cursor:pointer;transition:all .2s ease;width:100%}@media (min-width: 640px){.hero-btn-primary{width:auto;min-width:200px}}.hero-btn-primary:hover{background-color:#ffd970;transform:translateY(-2px);box-shadow:0 8px 20px #ffcf5466}.hero-btn-secondary{background-color:transparent;color:#102242;font-size:.95rem;font-weight:600;padding:.85rem 2.5rem;border-radius:50px;border:1px solid rgba(16,34,66,.4);cursor:pointer;transition:all .2s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%}@media (min-width: 640px){.hero-btn-secondary{width:auto;min-width:200px}}.hero-btn-secondary:hover{background-color:#1022420d;border-color:#102242;transform:translateY(-2px)}.hero-footer-text{font-size:.85rem;color:#102242;opacity:.8;line-height:1.6;max-width:650px;font-weight:400;margin-bottom:4.5rem}.hero-footer-break{display:none}@media (min-width: 768px){.hero-footer-break{display:block}}.hero-bottom-illustration{position:relative;z-index:10;width:100%;max-width:750px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:center;transform:translateY(80px)}@media (min-width: 1024px){.hero-bottom-illustration{margin-top:1rem;transform:translateY(90px)}}.code-mockup-container{background:#1e1e1e;border-radius:16px;position:relative;z-index:5;width:100%;max-width:750px;margin:0 auto;box-shadow:0 30px 60px #10224266;text-align:left;font-family:Fira Code,Consolas,Monaco,monospace;font-size:.85rem;line-height:1.5;border:1px solid rgba(255,255,255,.1)}.code-mockup-header{background:#333;padding:12px 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:15px;border-top-right-radius:15px}.code-mockup-title{color:#ccc;font-size:.9rem;font-weight:600}.code-mockup-body{display:flex;padding:1.25rem 0}.code-mockup-lines{padding:0 1.2rem;color:#6e7681;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-right:1px solid rgba(255,255,255,.05)}.code-mockup-content{margin:0;padding:0 1.5rem;color:#d4d4d4;overflow-x:auto}.keyword{color:#c586c0}.string{color:#ce9178}.comment{color:#6a9955}.macro{color:#4fc1ff}.type{color:#569cd6}.number{color:#b5cea8}.operator{color:#d4d4d4}.function{color:#dcdcaa}@media (max-width: 640px){.code-mockup-container{font-size:.75rem}.code-mockup-lines{padding:0 .75rem}.code-mockup-content{padding:0 1rem}}.hero-chip-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;filter:drop-shadow(0 8px 12px rgba(0,0,0,.25));z-index:20;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;cursor:pointer}.hero-chip-overlay:hover{transform:translate(-50%,-50%) scale(1.08);filter:drop-shadow(0 12px 20px rgba(0,0,0,.3)) drop-shadow(0 0 15px rgba(255,207,84,.5))}.hero-chip-img{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;margin-bottom:-4px;animation:chipFloat 3.5s ease-in-out infinite}@keyframes chipFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.hero-chip-hover-content{position:absolute;bottom:-35px;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.hero-chip-overlay:hover .hero-chip-hover-content{opacity:1;transform:translateY(0)}@media (hover: none),(max-width: 768px){.hero-chip-hover-content{opacity:1;transform:translateY(0)}}.hero-chip-text{color:#ffcf54;font-size:.8rem;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;text-shadow:0 2px 4px rgba(0,0,0,.6)}.hero-chip-arrow{color:#ffcf54;font-size:1rem;font-weight:700;display:block;animation:arrowBounce 1.5s infinite;text-shadow:0 2px 4px rgba(0,0,0,.6)}@keyframes arrowBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(4px)}60%{transform:translateY(2px)}}.modules-section{position:relative;overflow:hidden;background-color:#0c2b4e;padding-top:2.5rem}.modules-bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-10}.modules-bg-svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modules-content{position:relative;z-index:10;padding-bottom:4rem}@media (min-width: 768px){.modules-content{padding-bottom:6rem}}.modules-container{position:relative;padding-left:var(--px-mobile);padding-right:var(--px-mobile);max-width:var(--page-max-width);margin:0 auto}@media (min-width: 768px){.modules-container{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.modules-container{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.modules-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.25rem;padding-bottom:2.5rem;scrollbar-width:none;-ms-overflow-style:none}.modules-slider::-webkit-scrollbar{display:none}@media (min-width: 640px){.modules-slider{gap:1.5rem}}@media (min-width: 768px){.modules-slider{gap:1.75rem}}@media (min-width: 1024px){.modules-slider{gap:2rem}}.module-card{flex-shrink:0;scroll-snap-align:start;width:85vw;max-width:340px;background-color:#fff;border-radius:var(--radius-xl);border:3px solid var(--border-light);padding:1.5rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:var(--transition-bounce);cursor:pointer}.module-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:#f5c857}@media (min-width: 640px){.module-card{width:76vw;max-width:380px}}@media (min-width: 768px){.module-card{width:340px;max-width:340px}}@media (min-width: 1024px){.module-card{width:380px;max-width:380px}}.module-image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.25rem;background-color:#f8fafc}.module-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.module-info{flex:1;color:#0a1240}.module-title{font-weight:800;font-size:1.25rem;line-height:1.3;margin-bottom:1rem;min-height:3.5rem;letter-spacing:-.01em}@media (min-width: 768px){.module-title{font-size:1.5rem}}.module-stats-row{display:flex;justify-content:space-between;align-items:flex-end}.module-stats p{color:#6b7280;font-weight:700;margin-bottom:.25rem}.module-stats span{color:#0a1240;font-weight:900}.module-price-container{text-align:right}.module-price-main{font-size:1.5rem;font-weight:900;color:#0a1240}@media (min-width: 768px){.module-price-main{font-size:1.875rem}}.module-price-inr{font-size:.875rem;font-weight:700;margin-left:.25rem;color:#6b7280}.module-btn-see-more{margin-top:1.5rem;width:100%;padding:1rem 0;border-radius:var(--radius-full);font-weight:700;font-size:1.125rem;background-color:#f5c857;color:#050e3c;box-shadow:0 4px 14px #f5c85763;transition:var(--transition-fast)}.module-btn-see-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5c85780}.module-btn-see-more:active{transform:scale(.98);box-shadow:none}.modules-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:.75rem;position:relative;z-index:30;pointer-events:auto}@media (min-width: 640px){.modules-controls{gap:2rem;margin-top:1rem}}.module-control-btn{width:2.75rem;height:2.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .2s}.module-control-btn.prev{background-color:#fff;border:2px solid #e5e7eb}.module-control-btn.next{background-color:#f5c857;border:2px solid transparent}.module-control-btn:hover{transform:scale(1.05)}.module-control-btn:active{transform:scale(.95)}@media (min-width: 640px){.module-control-btn{width:60px;height:60px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.module-control-btn.prev{border-color:transparent}}.module-control-icon{width:1.5rem;height:1.5rem}@media (min-width: 640px){.module-control-icon{width:2rem;height:2rem}}.modules-pagination{display:flex;align-items:center;gap:.5rem;margin:0 1rem}.module-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:#ffffff4d;transition:all .3s ease;padding:0;border:none;cursor:pointer}.module-dot.active{background-color:#f5c857;width:1.5rem}.notnotes-container{padding-top:var(--py-section-mobile);padding-bottom:var(--py-section-mobile);padding-left:var(--px-mobile);padding-right:var(--px-mobile);display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:var(--page-max-width);margin:0 auto;overflow:hidden}@media (min-width: 768px){.notnotes-container{padding-top:var(--py-section-tablet);padding-bottom:var(--py-section-tablet);padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.notnotes-container{padding-top:var(--py-section-desktop);padding-bottom:var(--py-section-desktop);padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.notnotes-heading{font-size:1.5rem;font-weight:700;color:#050e3c;margin-bottom:1rem;width:100%}@media (min-width: 640px){.notnotes-heading{font-size:1.875rem}}@media (min-width: 768px){.notnotes-heading{font-size:2.25rem}}.notnotes-desc{color:#050e3c;width:100%;max-width:80rem;font-size:.875rem;line-height:1.625;margin-bottom:2rem}.notnotes-desc span{font-weight:700}@media (min-width: 640px){.notnotes-desc{font-size:1rem}}.notnotes-cta{padding:.75rem 1.5rem;width:220px;border-radius:9999px;font-size:1rem;font-weight:600;background-color:#f5c857;color:#050e3c;border:none;filter:drop-shadow(0 7px 3px rgba(0,0,0,.22));margin-bottom:2.5rem;transition:transform .1s}.notnotes-cta:active{transform:translateY(2px)}@media (min-width: 640px){.notnotes-cta{width:240px;font-size:1.125rem}}.notnotes-subheading{font-size:1rem;font-weight:700;color:#050e3c;margin-bottom:2rem;width:100%;max-width:36rem}.notnotes-mobile-slider-wrapper{width:100%;display:block;overflow-x:auto;padding-bottom:1.5rem}@media (min-width: 768px){.notnotes-mobile-slider-wrapper{display:none}}.notnotes-mobile-slider-inner{display:flex;gap:1rem;scroll-snap-type:x mandatory}.notnotes-mobile-card{scroll-snap-align:center;flex-shrink:0;width:85%;background-color:#fff;border-radius:var(--radius-xl);padding:1.5rem;border:1px solid var(--border-light);box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:var(--transition-bounce)}.notnotes-mobile-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.notnotes-card-header{display:flex;align-items:center;margin-bottom:1rem;text-align:left}.notnotes-card-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;margin-right:.75rem}.notnotes-card-name-wrapper{flex:1}.notnotes-card-name{font-weight:700;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(2px)}@media (min-width: 640px){.notnotes-card-name{font-size:1rem}}.notnotes-card-role{font-size:.75rem;opacity:.7;margin-top:.125rem}.notnotes-card-text{font-style:italic;font-size:.875rem;line-height:1.625;text-align:left}.notnotes-desktop-carousel-container{position:relative;width:100%;max-width:72rem;overflow:hidden;display:none}@media (min-width: 768px){.notnotes-desktop-carousel-container{display:block}}.notnotes-desktop-carousel-inner{position:relative;height:260px;display:flex;align-items:center;justify-content:center}.notnotes-desktop-card-wrapper{position:absolute;width:420px;transition:all .7s ease-in-out}.notnotes-desktop-card{background-color:#fff;border-radius:var(--radius-xl);padding:2rem;border:1px solid var(--border-light);box-shadow:var(--shadow-card);transition:var(--transition-bounce)}.notnotes-desktop-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.notnotes-desktop-card-header{display:flex;align-items:center;margin-bottom:1.25rem;text-align:left}.notnotes-desktop-card-avatar{width:3rem;height:3rem;border-radius:9999px;margin-right:1rem}.notnotes-desktop-nav{display:none;justify-content:center;gap:1.5rem;margin-top:2.5rem}@media (min-width: 768px){.notnotes-desktop-nav{display:flex}}.notnotes-nav-btn{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s}.notnotes-nav-btn:active{transform:scale(.95)}.notnotes-nav-btn-prev{border:1px solid black;background-color:#fff}.notnotes-nav-btn-prev:hover{background-color:#f3f4f6}.notnotes-nav-btn-next{background-color:#0a1a33;color:#fff}.notnotes-nav-btn-next:hover{background-color:#081426}.community-section{position:relative;width:100%;background-color:#0c2b4e}.community-container{position:relative;max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile);padding-top:4rem;padding-bottom:4rem;min-height:320px;display:flex;flex-direction:column;align-items:center}@media (min-width: 1024px){.community-container{flex-direction:row;align-items:center}}@media (min-width: 768px){.community-container{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.community-container{padding-left:var(--px-desktop);padding-right:var(--px-desktop);border-left:.12rem solid #FFFFFF;border-right:.12rem solid #FFFFFF;border-bottom:.12rem solid #FFFFFF;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}}.community-content{max-width:600px;z-index:10;text-align:center;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.community-content{text-align:left;margin-left:0;margin-right:0}}.community-heading{font-weight:800;color:#fff;line-height:1.3;font-size:1.125rem;letter-spacing:-.01em}@media (min-width: 640px){.community-heading{font-size:1.25rem}}@media (min-width: 768px){.community-heading{font-size:1.5rem}}@media (min-width: 1024px){.community-heading{font-size:1.875rem}}@media (min-width: 1280px){.community-heading{font-size:30px}}.community-text{margin-top:1.5rem;font-size:.875rem;color:#fffc;line-height:1.7}@media (min-width: 640px){.community-text{font-size:1rem}}.community-image{display:block;position:relative;margin:2rem auto 0;max-width:250px;height:auto;-o-object-fit:contain;object-fit:contain;z-index:20}@media (min-width: 640px){.community-image{max-width:300px}}@media (min-width: 1024px){.community-image{position:absolute;right:80px;bottom:0;max-height:400px;margin:0;max-width:none}}.story-section{width:100%;margin-top:20px}@media (min-width: 1024px){.story-section{margin-top:100px}}.story-container{width:100%;max-width:var(--page-max-width);margin:0 auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile);padding-bottom:50px}@media (min-width: 768px){.story-container{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.story-container{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.story-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 1024px){.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.story-content{max-width:800px}.story-heading{font-size:1.5rem;font-weight:800;color:#0a1240}@media (min-width: 640px){.story-heading{font-size:1.875rem}}@media (min-width: 768px){.story-heading{font-size:2.25rem}}@media (min-width: 1024px){.story-heading{font-size:40px}}.story-text{margin-top:1rem;font-weight:300;font-size:.75rem;color:#475569;line-height:1.625;max-width:500px}@media (min-width: 640px){.story-text{font-size:.875rem}}@media (min-width: 768px){.story-text{font-size:1rem}}.story-image-wrapper{display:flex;justify-content:center}@media (min-width: 1024px){.story-image-wrapper{justify-content:flex-end}}.story-image{width:100%;max-width:300px;height:auto}@media (min-width: 640px){.story-image{max-width:400px}}@media (min-width: 768px){.story-image{max-width:500px}}@media (min-width: 1024px){.story-image{max-width:657px}}.services-section{background-color:#0c2b4e;padding-top:var(--py-section-mobile);padding-bottom:var(--py-section-mobile)}@media (min-width: 768px){.services-section{padding-top:var(--py-section-tablet);padding-bottom:var(--py-section-tablet)}}@media (min-width: 1024px){.services-section{padding-top:var(--py-section-desktop);padding-bottom:var(--py-section-desktop)}}.services-container{max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile)}@media (min-width: 768px){.services-container{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.services-container{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.services-heading{text-align:center;color:#fff;font-size:2.25rem;font-weight:800;margin-bottom:4rem;letter-spacing:-.01em}@media (min-width: 768px){.services-heading{font-size:3rem}}.services-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.service-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:var(--radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-card);overflow:hidden;transition:var(--transition-bounce)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover)}.service-text-wrapper{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;flex-grow:1}.service-text-wrapper.bg-yellow{background-color:#fbd36f}.service-text-wrapper.bg-white{background-color:#fff}.service-title{font-size:1.375rem;font-weight:800;margin-bottom:.25rem;line-height:1.3;letter-spacing:-.01em}.service-title.mb-1{margin-bottom:.25rem}.service-title.mb-3{margin-bottom:.75rem}.service-title.text-navy-light{color:#1a2e4e}.service-title.text-navy-dark{color:#0c2b4e}.service-subtitle{display:block;font-size:1.125rem;margin-top:.25rem}.service-desc{font-size:1rem;font-weight:500;line-height:1.625;opacity:.9}.service-desc.text-navy-light{color:#1a2e4e}.service-desc.text-navy-dark{color:#0c2b4e}.service-image-container{height:220px;display:flex;align-items:center;justify-content:center}.service-image-container.bg-yellow{background-color:#fbd36f}.service-image-container.bg-white{background-color:#fff}.service-image-inner{width:13rem;height:10.5rem;display:flex;align-items:center;justify-content:center}.service-image-inner.h-90{height:22.5rem}.service-image{width:100%;max-width:12.5rem;-o-object-fit:contain;object-fit:contain;opacity:1}.service-image.h-60{height:15rem}.service-image.h-90{height:22.5rem}.pricing-section{background-color:#0c2b4e;padding-top:var(--py-section-mobile);padding-bottom:var(--py-section-mobile)}@media (min-width: 640px){.pricing-section{padding-top:var(--py-section-tablet);padding-bottom:var(--py-section-tablet)}}@media (min-width: 1024px){.pricing-section{padding-top:var(--py-section-desktop);padding-bottom:var(--py-section-desktop)}}.pricing-container{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--px-mobile)}@media (min-width: 768px){.pricing-container{padding:0 var(--px-tablet)}}@media (min-width: 1024px){.pricing-container{padding:0 var(--px-desktop)}}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-main-heading{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.25rem}.pricing-subheading{font-size:1.125rem;color:#ffffffb3;max-width:44rem;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.pricing-grid>div{display:flex;flex-direction:column;height:100%}@media (min-width: 600px) and (max-width: 1023px){.pricing-grid{display:flex;flex-direction:row;justify-content:center;gap:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;align-items:stretch}.pricing-grid>div{flex:1;max-width:350px;height:auto}}@media (min-width: 1024px){.pricing-grid{display:flex;flex-direction:row;justify-content:center;gap:1.75rem;max-width:1200px;margin-left:auto;margin-right:auto;align-items:stretch}.pricing-grid>div{flex:1;max-width:380px;height:auto;display:flex;justify-content:center}.pricing-card{height:100%;width:100%;flex:1;max-width:380px}}.pricing-card{position:relative;background-color:#fff;border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-direction:column;height:100%;width:100%;max-width:380px;margin:0 auto;border:3px solid var(--border-light);box-shadow:var(--shadow-card);transition:var(--transition-bounce);box-sizing:border-box;cursor:pointer}@media (max-width: 480px){.pricing-card{padding:1.25rem}}.pricing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:#f5c857}.pricing-title{font-size:1.25rem;font-weight:800;color:#0c2b4e;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em;min-height:3.5rem;display:block}@media (min-width: 1024px){.pricing-title{font-size:1.5rem;min-height:4.5rem}}.pricing-desc{font-size:.95rem;line-height:1.5;color:#4a5568;margin-bottom:1.5rem;font-weight:500;min-height:4.2rem}@media (min-width: 1024px){.pricing-desc{min-height:5rem}}.pricing-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.pricing-stat-box{background-color:#f1f5f9;padding:1rem .75rem;border-radius:.75rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:4.5rem}.stat-value{font-size:1.35rem;font-weight:900;color:#0c2b4e;line-height:1;margin-bottom:.2rem}.stat-label{font-size:.8rem;font-weight:600;color:#64748b}.pricing-flex-grow{flex-grow:1}.pricing-bestfor-container{margin-bottom:1.25rem;min-height:3.5rem}@media (min-width: 1024px){.pricing-bestfor-container{min-height:4.5rem}}.pricing-bestfor-label{font-size:.9rem;font-weight:800;color:#0c2b4e;margin-bottom:.25rem}.pricing-bestfor-text{font-size:.875rem;line-height:1.4;color:#4a5568;font-weight:600}.pricing-price-container{margin-bottom:1.25rem}.pricing-price-main{font-size:1.5rem;font-weight:900;color:#0c2b4e;letter-spacing:-.02em}@media (min-width: 768px){.pricing-price-main{font-size:1.875rem}}@media (max-width: 480px){.pricing-main-heading{font-size:2rem}.pricing-title{min-height:auto;margin-bottom:.75rem}.pricing-desc{font-size:.9rem;min-height:auto;margin-bottom:1rem}.pricing-bestfor-container{min-height:auto}}.pricing-btn{width:100%;background-color:#f5c857;color:#0c2b4e;font-size:1.125rem;font-weight:700;padding:1rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:var(--transition-fast);box-shadow:0 4px 14px #f5c85763}.pricing-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5c85780}.pricing-btn:active{transform:scale(.98);box-shadow:none}.pricing-btn:disabled{background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}.pricing-footer{margin-top:5rem;text-align:center}.pricing-footer-text{font-size:1.125rem;color:#fffc;line-height:1.8;max-width:50rem;margin:0 auto}.pricing-card-popular{background-color:#0c2b4e!important;border:3px solid #F5C857!important}.pricing-card-popular .pricing-title{color:#fff;flex-direction:column;align-items:flex-start;gap:.2rem}.pricing-card-popular .pricing-title-suffix{color:#ffffffbf;font-size:.95rem;font-weight:600;margin-left:0;display:block;margin-top:.2rem}.pricing-card-popular .pricing-desc{color:#fffc}.pricing-card-popular .pricing-feature-item,.pricing-card-popular .pricing-bestfor-label{color:#fff}.pricing-card-popular .pricing-bestfor-text{color:#ffffffbf}.pricing-card-popular .pricing-price-main{color:#f5c857}.pricing-card-popular .pricing-price-note{color:#fff9}.pricing-popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#f5c857;color:#0c2b4e;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1.1rem;border-radius:999px;white-space:nowrap}.pricing-title-suffix{font-size:1rem;font-weight:600;color:#64748b;margin-left:.4rem}.pricing-features-list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem}.pricing-feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#1e293b;font-weight:500;line-height:1.4}.pricing-feature-bullet{color:#f5c857;font-size:1rem;font-weight:900;flex-shrink:0;margin-top:.05rem}.pricing-price-note{font-size:1rem;color:#64748b;font-weight:500;margin-left:.5rem}.pricing-disabled-blur{filter:blur(4px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-features-section{padding:100px 1.5rem;background:#0c2b4e}.code-features-container{max-width:1200px;margin:0 auto}.code-features-heading{text-align:center;font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:3rem;letter-spacing:-.02em}.code-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.cf-card{background:#fff;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 24px #0000001a;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease;position:relative}.cf-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.cf-card-popular{border-color:#f5c857}.cf-popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#f5c857;color:#0c2b4e;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1.1rem;border-radius:999px;white-space:nowrap}.cf-card-title{font-size:1.5rem;font-weight:800;color:#0a1240;line-height:1.2}.cf-card-desc{font-size:.95rem;color:#475569;line-height:1.6}.cf-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cf-stat-box{background:#f1f5f9;border-radius:10px;padding:.6rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.15rem}.cf-stat-value{font-size:1.25rem;font-weight:800;color:#0a1240}.cf-stat-label{font-size:.75rem;color:#64748b}.cf-bestfor{display:flex;flex-direction:column;gap:.15rem}.cf-bestfor-label{font-size:.85rem;font-weight:700;color:#0a1240}.cf-bestfor-text{font-size:.85rem;color:#475569;line-height:1.5}.cf-flex-grow{flex:1}.cf-price{font-size:2rem;font-weight:800;color:#0a1240}.cf-card-popular .cf-price{color:#f5c857}.cf-btn{width:100%;background:#f5c857;color:#0a1240;font-weight:700;font-size:1rem;padding:.85rem 1.5rem;border-radius:50px;border:none;cursor:pointer;transition:background .2s ease,transform .1s ease}.cf-btn:hover{background:#e6b93e;transform:scale(1.02)}@media (max-width: 1024px){.code-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.code-features-grid{grid-template-columns:1fr}.code-features-heading{font-size:1.75rem}}.footer-section{background-color:#f3c45a;padding-top:var(--py-section-mobile);padding-bottom:var(--py-section-tablet);width:100%;color:#0b2545;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}@media (min-width: 768px){.footer-section{padding-top:var(--py-section-tablet);padding-bottom:var(--py-section-tablet)}}@media (min-width: 1024px){.footer-section{padding-top:var(--py-section-desktop)}}.footer-container{max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile)}@media (min-width: 768px){.footer-container{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.footer-container{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.footer-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem;margin-bottom:2.5rem}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-left-col{display:flex;flex-direction:column;justify-content:space-between}.footer-logo{height:3rem;width:auto;margin-bottom:2.5rem}.footer-nav{display:flex;flex-wrap:wrap;-moz-column-gap:2rem;column-gap:2rem;row-gap:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.footer-nav-link{transition:opacity .15s}.footer-nav-link:hover{opacity:.7}.footer-social-section{margin-top:4rem}@media (min-width: 1024px){.footer-social-section{margin-top:8rem}}.footer-social-heading{font-size:3rem;font-weight:900;margin-bottom:1.5rem}.footer-social-links{display:flex;gap:1rem}.footer-social-icon{width:2rem;height:2rem;transition:transform .15s}.footer-social-icon:hover{transform:scale(1.1)}.footer-right-col{display:flex;flex-direction:column}.footer-form-heading{font-size:1.25rem;font-weight:700;margin-bottom:2rem;line-height:1.25}@media (min-width: 1024px){.footer-form-heading{font-size:1.25rem}}.footer-form{display:flex;flex-direction:column;gap:1rem}.footer-input{width:100%;padding:1rem 1.5rem;border-radius:9999px;background-color:#f1f3f5;border:none;outline:none;color:#374151}.footer-input:focus{box-shadow:0 0 0 2px #0b2545}.footer-input::-moz-placeholder{color:#9ca3af}.footer-input::placeholder{color:#9ca3af}.footer-btn-container{margin-top:.5rem}.footer-btn{width:100%;padding:1rem 2rem;background-color:#0b2545;color:#fff;font-weight:700;font-size:1.125rem;border-radius:9999px;transition:colors .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer}@media (min-width: 640px){.footer-btn{width:16rem}}.footer-btn:hover{background-color:#081c36;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.footer-btn:active{transform:scale(.95)}.footer-bottom{width:100%;text-align:center;margin-top:3rem;padding-top:1rem}.footer-copyright{font-size:.875rem;font-weight:600;opacity:.8}.checkout-container{min-height:100vh;background-image:linear-gradient(to bottom,#dfe9ff,#dde8ff,#f6f3ff)}.checkout-header{background-color:#0c2b4e;padding:1rem}@media (min-width: 640px){.checkout-header{padding-left:1.5rem;padding-right:1.5rem}}.checkout-header-inner{max-width:80rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}.checkout-back-btn{color:#fff;display:flex;align-items:center;gap:.5rem;transition:opacity .15s}.checkout-back-btn:hover{opacity:.8}.checkout-header-title{color:#fff;font-weight:700;font-size:1.125rem}.checkout-main-content{max-width:56rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}@media (min-width: 640px){.checkout-main-content{padding:3rem 1.5rem}}.checkout-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 1024px){.checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-left-col{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{background-color:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.checkout-card-title{font-size:1.25rem;font-weight:800;color:#050e3c;margin-bottom:1rem}.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkout-form-mt{margin-top:1rem}.checkout-label{display:block;font-size:.875rem;font-weight:500;color:#050e3cb3;margin-bottom:.25rem}.checkout-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(26,46,78,.2);transition:all .15s}.checkout-input:focus{outline:none;border-color:#0c2b4e}.checkout-right-col{height:-moz-fit-content;height:fit-content}@media (min-width: 1024px){.checkout-right-col{position:sticky;top:2rem}}.checkout-product-info{background-color:#0c2b4e;border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem}.checkout-product-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.checkout-product-desc{color:#ffffffb3;font-size:.875rem}.checkout-binding-selector{margin-bottom:1.5rem}.checkout-binding-options{display:flex;border-radius:9999px;border:1px solid rgba(26,46,78,.2);overflow:hidden}.checkout-binding-btn{flex:1;padding:.75rem 0;font-size:.875rem;font-weight:600;transition:all .15s}.checkout-binding-btn.active{background-color:#0c2b4e;color:#fff}.checkout-binding-btn.inactive{background-color:#fff;color:#050e3c}.checkout-price-breakdown{border-top:1px solid rgba(26,46,78,.1);padding-top:1rem;margin-bottom:1.5rem}.checkout-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.checkout-price-label{color:#050e3cb3}.checkout-price-value{font-weight:600;color:#050e3c}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(26,46,78,.1)}.checkout-total-label{font-size:1.125rem;font-weight:700;color:#050e3c}.checkout-total-value{font-size:1.5rem;font-weight:800;color:#050e3c}.checkout-error-msg{margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem}.checkout-pay-btn{width:100%;padding:1rem 0;border-radius:9999px;font-weight:600;font-size:1.125rem;transition:all .15s;filter:drop-shadow(0 7px 3px rgba(0,0,0,.22))}.checkout-pay-btn.processing{background-color:#f5c857b3;color:#050e3c80;cursor:not-allowed}.checkout-pay-btn.ready{background-color:#f5c857;color:#050e3c}.checkout-pay-btn.ready:hover{opacity:.9}.checkout-footer-text{font-size:.75rem;color:#050e3c80;text-align:center;margin-top:1rem}.checkout-success-container{min-height:100vh;background-image:linear-gradient(to bottom,#dfe9ff,#dde8ff,#f6f3ff);display:flex;align-items:center;justify-content:center;padding:0 1rem}.checkout-success-card{background-color:#fff;border-radius:24px;padding:2rem;max-width:28rem;width:100%;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}@media (min-width: 640px){.checkout-success-card{padding:3rem}}.checkout-success-icon-bg{width:5rem;height:5rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.checkout-success-icon{width:2.5rem;height:2.5rem;color:#16a34a}.checkout-success-title{font-size:1.5rem;font-weight:800;color:#050e3c;margin-bottom:1rem}.checkout-success-desc{color:#050e3cb3;margin-bottom:2rem}.checkout-success-btn{width:100%;padding:.75rem 0;border-radius:9999px;font-weight:600;background-color:#f5c857;color:#050e3c;transition:opacity .15s;filter:drop-shadow(0 7px 3px rgba(0,0,0,.22))}.checkout-success-btn:hover{opacity:.9}.checkout-download-section{background-color:#f8fafc;border:1px solid rgba(12,43,78,.1);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.checkout-download-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 0;border-radius:9999px;font-weight:700;background-color:#0c2b4e;color:#fff;transition:all .15s;margin-bottom:.75rem}.checkout-download-btn:hover{background-color:#050e3c;transform:translateY(-2px);box-shadow:0 4px 12px #0c2b4e33}.checkout-download-icon{width:1.25rem;height:1.25rem}.checkout-download-note{font-size:.75rem;color:#050e3c80;line-height:1.4}.module-checkout-container{min-height:100vh;background-image:linear-gradient(to bottom,#dfe9ff,#dde8ff,#f6f3ff)}.module-checkout-header{background-color:#0c2b4e;padding:1rem}@media (min-width: 640px){.module-checkout-header{padding-left:1.5rem;padding-right:1.5rem}}.module-checkout-header-inner{max-width:80rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}.module-checkout-back-btn{color:#fff;display:flex;align-items:center;gap:.5rem;transition:opacity .15s}.module-checkout-back-btn:hover{opacity:.8}.module-checkout-header-title{color:#fff;font-weight:700;font-size:1.125rem}.module-checkout-main-content{max-width:42rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}@media (min-width: 640px){.module-checkout-main-content{padding:3rem 1.5rem}}.module-checkout-card{background-color:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.module-checkout-card-title{font-size:1.25rem;font-weight:800;color:#050e3c;margin-bottom:1rem}.module-checkout-product-info{background-color:#0c2b4e;border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem}.module-checkout-product-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.module-checkout-price-breakdown{border-top:1px solid rgba(26,46,78,.1);padding-top:1rem;margin-bottom:1.5rem}.module-checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem}.module-checkout-total-label{font-size:1.125rem;font-weight:700;color:#050e3c}.module-checkout-total-value{font-size:1.5rem;font-weight:800;color:#050e3c}.module-checkout-error-msg{margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;border-radius:.75rem;color:#dc2626;font-size:.875rem}.module-checkout-pay-btn{width:100%;padding:1rem 0;border-radius:9999px;font-weight:600;font-size:1.125rem;transition:all .15s}.module-checkout-pay-btn.processing{background-color:#f5c857b3;cursor:not-allowed}.module-checkout-pay-btn.ready{background-color:#f5c857}.module-checkout-pay-btn.ready:hover{opacity:.9}.module-checkout-footer-text{font-size:.75rem;color:#050e3c80;text-align:center;margin-top:1rem}.module-checkout-success-container{min-height:100vh;background-image:linear-gradient(to bottom,#dfe9ff,#f6f3ff);display:flex;align-items:center;justify-content:center;padding:0 1rem}.module-checkout-success-card{background-color:#fff;border-radius:24px;padding:2rem;max-width:28rem;width:100%;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}@media (min-width: 640px){.module-checkout-success-card{padding:3rem}}.module-checkout-success-title{font-size:1.5rem;font-weight:800;color:#050e3c;margin-bottom:1rem}.module-checkout-success-btn{width:100%;padding:.75rem 0;border-radius:9999px;font-weight:600;background-color:#f5c857;color:#050e3c;transition:opacity .15s}.module-checkout-success-btn:hover{opacity:.9}.product-detail-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.product-content-wrapper{flex-grow:1;padding-top:var(--py-section-mobile);padding-bottom:var(--py-section-mobile);padding-left:var(--px-mobile);padding-right:var(--px-mobile);max-width:var(--page-max-width);margin-left:auto;margin-right:auto;width:100%}@media (min-width: 768px){.product-content-wrapper{padding-top:var(--py-section-tablet);padding-bottom:var(--py-section-tablet);padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.product-content-wrapper{padding-top:var(--py-section-desktop);padding-bottom:var(--py-section-desktop);padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.back-button{margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;color:#0a1240;font-weight:700;cursor:pointer;background:none;border:none;padding:0}.back-button:hover{text-decoration:underline}.product-main-card{background-color:transparent;padding:0;margin-bottom:6rem}@media (min-width: 768px){.product-main-card{padding:0}}.product-header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.product-header{text-align:center}}.product-title-main{font-size:1.75rem;line-height:1.2;font-weight:900;color:var(--brand-primary);margin-bottom:.5rem;letter-spacing:-.02em;max-width:900px}.product-title-sub{font-size:1.25rem;line-height:1.3;font-weight:700;color:#475569;margin-bottom:2rem;max-width:850px}@media (min-width: 768px){.product-title-main{font-size:2.125rem}.product-title-sub{font-size:1.4rem}}@media (min-width: 1024px){.product-title-main{font-size:2.375rem}.product-title-sub{font-size:1.5rem}}.product-title{font-size:2rem;line-height:1.2;font-weight:900;color:var(--brand-primary);margin-bottom:2rem;letter-spacing:-.02em;max-width:900px}@media (min-width: 1024px){.product-title{font-size:2.5rem}}.product-description-top{font-size:1.125rem;color:#64748b;font-weight:500;max-width:750px;line-height:1.8;margin-bottom:0}@media (min-width: 768px){.product-description-top{font-size:1.15rem}}.product-carousel-container{position:relative;margin-bottom:4rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.product-image-carousel{display:flex;overflow-x:auto;gap:1.5rem;padding:1rem 0 2.5rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.product-image-carousel::-webkit-scrollbar{display:none}.product-image-card{flex-shrink:0;background-color:#fff;border-radius:24px;overflow:hidden;scroll-snap-align:center;border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 40px -10px #0000000d;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;width:85vw;height:auto;aspect-ratio:3/4}.product-image-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -15px #00000014}.product-image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:1rem}.book-image-card{flex-shrink:0;border-radius:24px;overflow:hidden;scroll-snap-align:center;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 40px -10px #00000026;transition:transform .3s ease,box-shadow .3s ease;width:85vw;height:60vw}.book-image-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -15px #0003}.book-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1024px){.product-carousel-container{max-width:1100px;padding:0}.product-image-carousel{gap:2rem;padding:1rem 0 3rem}.product-image-card{width:320px;height:450px;aspect-ratio:auto}.book-image-card{width:500px;height:360px}}@media (max-width: 767px){.product-image-carousel{padding-left:7.5vw;padding-right:7.5vw;gap:1rem}}.product-grid-layout{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media (min-width: 1024px){.product-grid-layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:5rem}.product-description-column{grid-column:span 2 / span 2}.product-sidebar-column{grid-column:span 1 / span 1}}.product-sidebar-sticky{position:sticky;top:7rem;background-color:#fff;border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--border-light);box-shadow:0 25px 50px -12px #050e3c26}.product-heading-secondary{font-size:1.5rem;font-weight:900;color:#0a1240;margin-bottom:1.5rem}@media (min-width: 768px){.product-heading-secondary{font-size:1.875rem}}.product-focus-text{font-size:1.125rem;color:#1e293b;line-height:1.6;margin-bottom:1.5rem;max-width:800px}.product-text-body{font-size:1.125rem;color:#475569;line-height:1.8;white-space:pre-line;margin-bottom:1.25rem}.product-section-divider{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.product-bullet-list{list-style:none;padding:0;margin:0 0 1.5rem}.product-bullet-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:1rem;color:#475569;line-height:1.7}.product-bullet-list li:before{content:"•";position:absolute;left:0;color:#f5c857;font-weight:700}.feature-section{margin-bottom:2rem}.feature-title,.highlight-title,.sidebar-title{font-size:1.25rem;font-weight:900;color:#0a1240;margin-bottom:1rem}.feature-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;font-size:1.125rem;color:#475569;line-height:1.6}.feature-icon{width:1.5rem;height:1.5rem;color:#22c55e;flex-shrink:0;margin-top:.125rem}.highlight-list{display:grid;gap:1.25rem}.highlight-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1.125rem;color:#374151}.highlight-item-complex{display:flex;align-items:flex-start;gap:1rem}.highlight-content{display:flex;flex-direction:column;gap:.25rem}.highlight-title-line{font-weight:800;color:#0a1240;font-size:1.125rem;line-height:1.4}.highlight-desc-line{font-size:1rem;color:#64748b;line-height:1.5;font-weight:500}.highlight-dot{margin-top:.45rem;width:.5rem;height:.5rem;border-radius:9999px;background-color:#f5c857;flex-shrink:0}.product-price-label{font-size:.875rem;color:#6b7280;font-weight:700}.product-price-large{font-size:1.875rem;font-weight:900;color:#0a1240}.product-cta-button{width:100%;padding-top:1rem;padding-bottom:1rem;border-radius:var(--radius-full);font-weight:800;font-size:1.25rem;background-color:var(--brand-accent);color:var(--brand-primary);box-shadow:0 8px 20px -4px #f5c85780;transition:var(--transition-bounce)}.product-cta-button:hover{box-shadow:0 16px 32px -4px #f5c85799;transform:translateY(-4px)}.product-cta-button:active{transform:translateY(0) scale(.98)}.sidebar-binding-container{display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;background-color:#e5e7eb;border-radius:9999px}.sidebar-binding-button{flex:1;padding-top:.5rem;padding-bottom:.5rem;border-radius:9999px;font-weight:700;font-size:.875rem;transition:all .2s}.sidebar-binding-button.active{background-color:#fff;color:#0a1240;box-shadow:0 1px 2px #0000000d}.sidebar-binding-button.inactive{color:#6b7280}.sidebar-binding-button.inactive:hover{color:#374151}.sidebar-price-container{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem}.sidebar-price-usd{font-size:1.125rem;color:#6b7280;font-weight:700;margin-bottom:.25rem}.sidebar-fine-print{font-size:.75rem;text-align:center;color:#9ca3af;margin-top:1rem;font-weight:500}.related-section{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-color:#f8fafc;padding-top:5rem;padding-bottom:2rem;border-top:1px solid var(--border-light)}.related-title{max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding-left:var(--px-mobile);padding-right:var(--px-mobile);font-size:1.875rem;font-weight:900;color:#0a1240;margin-bottom:2rem}@media (min-width: 768px){.related-title{padding-left:var(--px-tablet);padding-right:var(--px-tablet);font-size:2.25rem}}@media (min-width: 1024px){.related-title{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.related-slider-wrapper{position:relative;max-width:var(--page-max-width);margin-left:auto;margin-right:auto}.related-slider{display:flex;overflow-x:auto;gap:1.5rem;padding-left:var(--px-mobile);padding-right:var(--px-mobile);padding-bottom:2.5rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}@media (min-width: 768px){.related-slider{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.related-slider{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.related-slider::-webkit-scrollbar{display:none}.related-card{flex-shrink:0;scroll-snap-align:start;width:280px;background-color:#fff;border-radius:var(--radius-xl);border:1px solid var(--border-light);padding:1.5rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:var(--transition-bounce);cursor:pointer}.related-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover)}@media (min-width: 768px){.related-card{width:320px}}.related-image-container{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:1rem;overflow:hidden;margin-bottom:1rem;background-color:#1a1a1a}.related-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-card-title{font-weight:900;font-size:1.125rem;color:#0a1240;margin-bottom:.5rem;min-height:3.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 768px){.related-card-title{font-size:1.25rem}}.related-button-container{margin-top:auto}.related-button{width:100%;padding-top:.75rem;padding-bottom:.75rem;border-radius:9999px;font-weight:700;font-size:1.125rem;background-color:#f5c857;color:#050e3c;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s}.related-button:active{transform:scale(.95)}.related-nav-prev,.related-nav-next{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.related-nav-prev{left:.5rem;background-color:#ffffffe6;border:1px solid #f3f4f6}.related-nav-next{right:.5rem;background-color:#f5c857e6;border:1px solid #F5C857}.related-nav-prev:hover,.related-nav-next:hover{transform:translateY(-50%) scale(1.1)}.related-nav-prev:active,.related-nav-next:active{transform:translateY(-50%) scale(.95)}.product-nav-button-prev,.product-nav-button-next{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;border:1px solid #f3f4f6}.product-nav-button-prev{background-color:#ffffffe6}.product-nav-button-next{background-color:#f5c857e6;border:1px solid #F5C857}.product-nav-button-prev:hover,.product-nav-button-next:hover{transform:translateY(-50%) scale(1.1)}.product-nav-button-prev:active,.product-nav-button-next:active{transform:translateY(-50%) scale(.95)}.product-nav-button-prev.left-4{left:1rem}.product-nav-button-next.right-4{right:1rem}.related-pagination{display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem;padding-bottom:2rem}.related-dot{width:.625rem;height:.625rem;border-radius:9999px;background-color:#cbd5e1;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;padding:0}.related-dot.active{background-color:#f5c857;width:1.75rem}.related-dot:hover:not(.active){background-color:#94a3b8}.pro-learner-wrapper{min-height:100vh;background-color:#050e3c;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;position:relative}.pro-hero-section{position:relative;padding:8rem 2rem 5rem;background:radial-gradient(circle at 50% 20%,#0f2a66,#050e3c 70%);overflow:hidden}.hero-glow-bg{position:absolute;top:-10%;right:10%;width:600px;height:600px;background:radial-gradient(circle,#f5c8571f,#050e3c00 70%);pointer-events:none;filter:blur(40px)}.hero-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 80%);mask-image:radial-gradient(ellipse at center,#000c,#0000 80%);pointer-events:none}.pro-hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;gap:3.5rem;align-items:center;position:relative;z-index:2}.pro-hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem 1.1rem;background:#f5c8571a;border:1px solid rgba(245,200,87,.35);border-radius:9999px;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-pulse-dot{width:8px;height:8px;background-color:#f5c857;border-radius:50%;box-shadow:0 0 10px #f5c857;animation:badgePulse 2s infinite}@keyframes badgePulse{0%{transform:scale(.95);box-shadow:0 0 #f5c857b3}70%{transform:scale(1.05);box-shadow:0 0 0 8px #f5c85700}to{transform:scale(.95);box-shadow:0 0 #f5c85700}}.badge-text{font-size:.875rem;font-weight:600;letter-spacing:.03em;color:#f5c857;text-transform:uppercase}.pro-hero-headline{font-size:3.2rem;font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem}.gold-gradient-text{background:linear-gradient(135deg,#ffe898,#f5c857,#d49b1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.pro-hero-subheading{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin-bottom:2.25rem;max-width:580px}.pro-hero-subheading strong{color:#fff;font-weight:600}.pro-hero-actions{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem;flex-wrap:wrap}.pro-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2.25rem;background:linear-gradient(135deg,#f5c857,#e5b83b);color:#050e3c;font-size:1.05rem;font-weight:700;border-radius:12px;box-shadow:0 10px 25px -5px #f5c85766;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;position:relative;overflow:hidden}.pro-cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.pro-cta-primary:hover:before{left:100%}.pro-cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px -5px #f5c8578c;background:linear-gradient(135deg,#ffd768,#f5c857)}.cta-arrow-icon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.pro-cta-primary:hover .cta-arrow-icon{transform:translate(4px)}.pro-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:1.02rem;font-weight:600;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.cta-explore-icon{width:1.2rem;height:1.2rem;stroke:#f5c857}.pro-cta-secondary:hover{background:#ffffff1f;border-color:#f5c85780;transform:translateY(-2px)}.hero-trust-bullets{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.trust-bullet{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#94a3b8;font-weight:500}.trust-bullet svg{width:1rem;height:1rem;flex-shrink:0}.roadmap-visual-card{background:#0a1936d9;border:1px solid rgba(245,200,87,.25);border-radius:20px;padding:1.25rem;box-shadow:0 20px 50px #00000080,0 0 30px #f5c85714;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;overflow:hidden}.visual-card-header{display:flex;align-items:center;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1rem}.header-chip-dot{width:10px;height:10px;border-radius:50%}.header-chip-dot.green{background-color:#22c55e}.header-chip-dot.yellow{background-color:#eab308}.header-chip-dot.red{background-color:#ef4444}.header-title{font-family:JetBrains Mono,monospace,sans-serif;font-size:.75rem;color:#64748b;letter-spacing:.05em;margin-left:.5rem}.header-status-badge{margin-left:auto;font-size:.7rem;font-weight:700;color:#f5c857;background:#f5c85726;padding:.25rem .6rem;border-radius:6px;border:1px solid rgba(245,200,87,.3)}.roadmap-canvas-area{position:relative;width:100%;height:380px;border-radius:12px;background:radial-gradient(circle at center,#0f2a6699,#050e3ce6);border:1px solid rgba(255,255,255,.05)}.roadmap-connections-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.connection-line{stroke:#f5c85740;stroke-width:1.5;stroke-dasharray:4 4;transition:all .3s ease}.connection-line.active-line{stroke:#f5c857;stroke-width:2.5;stroke-dasharray:none;filter:drop-shadow(0 0 6px #F5C857)}.pillar-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:10;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.node-glow-ring{position:absolute;width:54px;height:54px;border-radius:50%;border:1px solid rgba(245,200,87,.2);transition:all .3s ease}.node-icon-box{width:44px;height:44px;border-radius:50%;background:#0a1936;border:2px solid rgba(245,200,87,.4);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 15px #0006;transition:all .3s ease}.node-icon{font-size:1.15rem}.node-num{position:absolute;top:-4px;right:-4px;background:#f5c857;color:#050e3c;font-size:.625rem;font-weight:800;padding:1px 4px;border-radius:6px;line-height:1}.node-label{font-size:.72rem;font-weight:600;color:#94a3b8;margin-top:6px;white-space:nowrap;transition:color .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.8)}.pillar-node.selected .node-icon-box,.pillar-node:hover .node-icon-box{background:linear-gradient(135deg,#0f2a66,#1a3b80);border-color:#f5c857;transform:scale(1.15);box-shadow:0 0 20px #f5c85799}.pillar-node.selected .node-glow-ring,.pillar-node:hover .node-glow-ring{width:66px;height:66px;border-color:#f5c85799;animation:nodeSpin 4s linear infinite}@keyframes nodeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pillar-node.selected .node-label,.pillar-node:hover .node-label{color:#f5c857;font-weight:700}.visual-card-footer{margin-top:1rem;background:#050e3ccc;border:1px solid rgba(245,200,87,.2);border-radius:12px;padding:1rem 1.25rem}.active-pillar-num{font-size:.68rem;font-weight:800;letter-spacing:.08em;color:#f5c857;text-transform:uppercase}.active-pillar-name{font-size:1.05rem;font-weight:700;color:#fff;margin:.2rem 0 .4rem}.gold-text{color:#f5c857}.active-pillar-desc{font-size:.85rem;line-height:1.5;color:#94a3b8;margin:0}.pro-stats-section{background:#030825;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:4rem 2rem;position:relative}.stats-container{max-width:1280px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.stat-card{background:#0a193699;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.75rem 1.25rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.stat-card:hover{transform:translateY(-5px);border-color:#f5c85759;box-shadow:0 12px 30px #0000004d;background:#0f2a6680}.stat-card.highlight-card{border-color:#f5c85766;background:linear-gradient(180deg,#f5c85714,#0a1936b3)}.stat-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.stat-icon{width:24px;height:24px}.stat-number-box{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:.35rem}.stat-number{font-size:2.5rem;font-weight:800;color:#fff;line-height:1;font-family:Inter,sans-serif}.stat-plus{font-size:1.75rem;font-weight:800;color:#f5c857}.stat-text-val{font-size:1.85rem;font-weight:800;color:#f5c857;line-height:1.1;font-family:Inter,sans-serif}.stat-label{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.25rem}.stat-sub{font-size:.78rem;color:#64748b;line-height:1.35}.pro-why-section{padding:6rem 2rem;background:radial-gradient(circle at 0% 50%,#0f2a6666,#050e3c);border-bottom:1px solid rgba(255,255,255,.08)}.why-container{max-width:1280px;margin:0 auto}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-visual-card{background:#0a1936cc;border:1px solid rgba(245,200,87,.25);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 40px #0006;position:relative}.why-visual-badge{font-family:JetBrains Mono,monospace,sans-serif;font-size:.72rem;font-weight:700;color:#f5c857;letter-spacing:.08em;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);padding:.25rem .65rem;border-radius:6px;display:inline-block;margin-bottom:1.5rem}.comparison-visual{display:flex;flex-direction:column;gap:1.25rem}.comp-side{background:#050e3cb3;border-radius:12px;padding:1.25rem;border:1px solid rgba(255,255,255,.08)}.comp-side.fragmented-side{border-color:#ef44444d}.comp-side.connected-side{border-color:#f5c85766;background:linear-gradient(135deg,#0f2a66cc,#0a1936e6);box-shadow:0 0 20px #f5c85714}.comp-label{font-size:.75rem;font-weight:800;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px;display:inline-block;margin-bottom:.75rem}.comp-label.red-tag{background:#ef444426;color:#ef4444}.comp-label.gold-tag{background:#f5c85726;color:#f5c857}.frag-nodes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.frag-box{background:#ef44441a;border:1px dashed rgba(239,68,68,.4);color:#fca5a5;font-size:.8rem;padding:.35rem .75rem;border-radius:6px}.frag-box.f1{transform:rotate(-2deg)}.frag-box.f2{transform:rotate(3deg)}.frag-box.f3{transform:rotate(-1deg)}.comp-status{font-size:.8rem;font-weight:600;color:#ef4444}.comp-status.gold{color:#f5c857}.comp-divider{display:flex;justify-content:center;align-items:center}.comp-arrow-icon{width:24px;height:24px;transform:rotate(90deg)}.conn-pipeline{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;overflow-x:auto;padding-bottom:.25rem}.pipeline-step{background:#f5c85726;border:1px solid rgba(245,200,87,.4);color:#fff;font-size:.78rem;font-weight:600;padding:.4rem .75rem;border-radius:8px;white-space:nowrap}.pipeline-line{flex-grow:1;height:2px;background:#f5c8574d;position:relative;min-width:20px}.pipeline-pulse{position:absolute;top:-3px;left:0;width:8px;height:8px;background:#f5c857;border-radius:50%;box-shadow:0 0 8px #f5c857;animation:pulseMove 2s linear infinite}@keyframes pulseMove{0%{left:0%;opacity:.3}50%{opacity:1}to{left:90%;opacity:.3}}.why-headline{font-size:2.5rem;font-weight:800;color:#fff;margin:.75rem 0 1.5rem}.why-lead-text{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.problem-list-box{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.65rem}.problem-item{display:flex;align-items:center;gap:.65rem;font-size:1.02rem;color:#cbd5e1}.prob-icon{font-size:1.1rem}.problem-alert-row{margin-top:.5rem;padding-top:.65rem;border-top:1px dashed rgba(239,68,68,.25)}.alert-badge{font-size:.85rem;font-weight:700;color:#ef4444;letter-spacing:.03em}.why-solution-text{font-size:1.15rem;color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.journey-milestone-card{display:flex;align-items:flex-start;gap:1rem;background:#f5c85714;border:1px solid rgba(245,200,87,.3);border-radius:14px;padding:1.25rem}.milestone-icon-box{font-size:1.75rem;background:#f5c85726;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.milestone-info{display:flex;flex-direction:column;gap:.25rem}.milestone-title{font-size:1.05rem;font-weight:700;color:#fff}.milestone-sub{font-size:.85rem;color:#94a3b8}.pro-audience-section{padding:6rem 2rem;background:#030825;border-bottom:1px solid rgba(255,255,255,.08)}.audience-container{max-width:1280px;margin:0 auto}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}.audience-card{background:#0a1936b3;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem 1.5rem;transition:all .35 cubic-bezier(.34,1.56,.64,1);position:relative;display:flex;flex-direction:column;overflow:hidden}.audience-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:transparent;transition:background .3s ease}.audience-card:hover{transform:translateY(-8px);border-color:#f5c85773;box-shadow:0 20px 40px #00000080,0 0 25px #f5c8571f;background:linear-gradient(180deg,#0f2a66d9,#0a1936f2)}.audience-card:hover:before{background:linear-gradient(90deg,#f5c857,gold)}.audience-card.highlight-audience{border-color:#f5c85759;background:linear-gradient(180deg,#f5c8570f,#0a1936bf)}.audience-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.audience-icon-box{width:48px;height:48px;border-radius:14px;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .3s ease}.audience-card:hover .audience-icon-box{transform:scale(1.15) rotate(4deg);background:#f5c85733}.audience-tag{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#94a3b8;background:#ffffff0d;padding:.25rem .6rem;border-radius:6px}.audience-tag.gold{color:#f5c857;background:#f5c85726;border:1px solid rgba(245,200,87,.3)}.audience-title{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.5rem}.audience-desc{font-size:.95rem;font-weight:600;color:#f5c857;margin-bottom:1.25rem}.audience-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.audience-bullets li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#cbd5e1;line-height:1.45}.bullet-dot{width:6px;height:6px;border-radius:50%;background-color:#f5c857;margin-top:6px;flex-shrink:0}@media (max-width: 1100px){.why-grid{grid-template-columns:1fr;gap:3rem}.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.audience-grid{grid-template-columns:1fr}}.pro-timeline-section{padding:6rem 2rem;background:radial-gradient(circle at 100% 50%,#0f2a6680,#030825);border-bottom:1px solid rgba(255,255,255,.08)}.timeline-container{max-width:1100px;margin:0 auto}.vertical-timeline-wrapper{position:relative;padding:3rem 0;display:flex;flex-direction:column;gap:2.5rem}.timeline-beam{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:3px;background:linear-gradient(180deg,#f5c857,#f5c8574d 80%,#38bdf8);box-shadow:0 0 15px #f5c85766;z-index:1}.timeline-row{display:flex;align-items:center;position:relative;width:100%;z-index:2}.timeline-row.left-row{justify-content:flex-start}.timeline-row.right-row{justify-content:flex-end}.timeline-center-node{position:absolute;left:50%;transform:translate(-50%);width:44px;height:44px;border-radius:50%;background:#0a1936;border:2px solid #F5C857;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 20px #f5c85780;z-index:3}.node-icon-small{font-size:1.1rem}.node-arrow-down{font-size:.65rem;color:#f5c857;font-weight:800;margin-top:-3px}.timeline-card{width:44%;background:#0a1936d9;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem 1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000004d;transition:all .35s cubic-bezier(.4,0,.2,1)}.timeline-card:hover{transform:translateY(-4px);border-color:#f5c85766;box-shadow:0 15px 35px #0006,0 0 20px #f5c8571a}.timeline-card.final-card{background:linear-gradient(135deg,#f5c8571f,#0a1936f2);border-color:#f5c857;box-shadow:0 0 30px #f5c85733}.timeline-card-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.timeline-step-badge{font-size:.72rem;font-weight:800;letter-spacing:.08em;color:#f5c857}.timeline-step-title{font-size:1.25rem;font-weight:800;color:#fff}.timeline-step-desc{font-size:.9rem;color:#cbd5e1;line-height:1.55;margin:0}@media (max-width: 850px){.timeline-beam,.timeline-center-node{left:24px}.timeline-row.left-row,.timeline-row.right-row{justify-content:flex-end}.timeline-card{width:calc(100% - 64px)}}.pro-pillars-detail-section{padding:6rem 2rem;background:#050e3c}.pillars-section-container{max-width:1280px;margin:0 auto}.pillars-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}.premium-pillar-card{background:#0a1936bf;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d;position:relative}.premium-pillar-card:hover,.premium-pillar-card.expanded{border-color:#f5c85766;background:linear-gradient(180deg,#0f2a66d9,#0a1936f2);box-shadow:0 20px 45px #00000080,0 0 25px #f5c8571a;transform:translateY(-5px)}.pillar-card-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.pillar-icon-badge{width:48px;height:48px;border-radius:14px;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.pillar-num-badge{font-size:.75rem;font-weight:800;letter-spacing:.06em;color:#f5c857;background:#f5c8571f;border:1px solid rgba(245,200,87,.3);padding:.25rem .65rem;border-radius:6px}.pillar-card-title{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.25rem}.pillar-card-subtitle{font-size:.875rem;font-weight:600;color:#f5c857;margin-bottom:1rem}.pillar-card-desc{font-size:.925rem;color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.pillar-tech-tags{margin-bottom:1.5rem}.tech-tags-label{display:block;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.tags-flex{display:flex;flex-wrap:wrap;gap:.45rem}.pillar-tech-pill{font-size:.78rem;font-weight:500;color:#94a3b8;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:.3rem .65rem;border-radius:6px}.pillar-expand-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1rem;background:#f5c8571a;border:1px solid rgba(245,200,87,.3);border-radius:10px;color:#f5c857;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:auto}.pillar-expand-btn:hover{background:#f5c85733;border-color:#f5c857;color:#fff}.expand-chevron{width:18px;height:18px;transition:transform .3s ease}.expand-chevron.rotated{transform:rotate(180deg)}.pillar-drawer-content{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;animation:drawerFadeIn .35s ease}@keyframes drawerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.drawer-divider{height:1px;background:#ffffff1a;margin-bottom:.25rem}.drawer-section-block{background:#050e3c99;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.1rem 1.25rem}.drawer-section-block.example-block{border-color:#38bdf84d;background:#38bdf80d}.drawer-section-block.trend-block{border-color:#a855f74d;background:#a855f70d}.drawer-section-block.pnp-covers-block{border-color:#f5c85759;background:#f5c85714}.drawer-section-title{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:.65rem;display:flex;align-items:center;gap:.5rem}.drawer-section-title.gold-title{color:#f5c857}.section-icon{font-size:1.1rem}.drawer-overview-text,.drawer-example-text,.drawer-trend-text,.drawer-pnp-text{font-size:.875rem;line-height:1.6;color:#cbd5e1;margin:0}.drawer-pnp-text{color:#f8fafc;font-weight:500}.drawer-topics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.drawer-topics-list li{font-size:.85rem;color:#e2e8f0;display:flex;align-items:flex-start;gap:.5rem;line-height:1.45}.drawer-topic-dot{width:6px;height:6px;border-radius:50%;background-color:#f5c857;margin-top:6px;flex-shrink:0}.pro-industry-section{padding:6rem 2rem;background:radial-gradient(circle at 50% 0%,#0f2a6699,#030825);border-bottom:1px solid rgba(255,255,255,.08)}.industry-container{max-width:1280px;margin:0 auto}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.industry-card{background:#0a1936bf;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem 1.75rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 30px #0000004d;position:relative;overflow:hidden}.industry-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:transparent;transition:background .3s ease}.industry-card:hover{transform:translateY(-8px);border-color:#f5c85773;box-shadow:0 20px 45px #00000080,0 0 30px #f5c8571f;background:linear-gradient(180deg,#0f2a66e6,#0a1936fa)}.industry-card:hover:before{background:linear-gradient(90deg,#f5c857,#38bdf8)}.ind-card-header{display:flex;align-items:center;gap:1rem}.ind-icon-box{width:52px;height:52px;border-radius:16px;background:#f5c8571f;border:1px solid rgba(245,200,87,.3);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;transition:transform .3s ease}.industry-card:hover .ind-icon-box{transform:scale(1.1) rotate(5deg);background:#f5c85738}.ind-card-title{font-size:1.35rem;font-weight:800;color:#fff;margin-bottom:.15rem}.ind-tagline{font-size:.8rem;font-weight:600;color:#f5c857}.ind-block{display:flex;flex-direction:column;gap:.5rem}.ind-block-label{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#64748b;text-transform:uppercase}.ind-tech-flex,.ind-companies-flex{display:flex;flex-wrap:wrap;gap:.4rem}.ind-tech-pill{font-size:.78rem;font-weight:600;color:#f5c857;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);padding:.25rem .6rem;border-radius:6px}.ind-company-tag{font-size:.78rem;font-weight:500;color:#cbd5e1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:.25rem .6rem;border-radius:6px}.ind-roles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.ind-roles-list li{font-size:.85rem;color:#e2e8f0;display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.role-check{color:#38bdf8;font-weight:800;flex-shrink:0}@media (max-width: 1100px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 650px){.industry-grid{grid-template-columns:1fr}}.pro-why-choose-section{padding:6rem 2rem;background:#030825;border-bottom:1px solid rgba(255,255,255,.08)}.why-choose-container{max-width:1280px;margin:0 auto}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.choose-card{background:#0a1936b3;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.choose-card:hover{transform:translateY(-5px);border-color:#f5c85766;background:linear-gradient(180deg,#0f2a66cc,#0a1936e6);box-shadow:0 15px 35px #0006,0 0 20px #f5c8571a}.choose-icon-box{width:44px;height:44px;border-radius:12px;background:#f5c8571a;border:1px solid rgba(245,200,87,.25);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1rem;transition:transform .3s ease}.choose-card:hover .choose-icon-box{transform:scale(1.1);background:#f5c85733}.choose-title{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:.4rem}.choose-desc{font-size:.85rem;color:#cbd5e1;line-height:1.5;margin:0}.pro-final-cta-section{padding:6rem 2rem 8rem;background:radial-gradient(circle at 50% 30%,#0f2a66b3,#050e3c)}.final-cta-container{max-width:1100px;margin:0 auto}.final-cta-card{background:#0a1936d9;border:1px solid rgba(245,200,87,.4);border-radius:28px;padding:3rem 3.5rem;box-shadow:0 25px 60px #0009,0 0 40px #f5c85726;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative}.cta-card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f5c857,#e5b83b);color:#050e3c;font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:.35rem 1.25rem;border-radius:9999px;box-shadow:0 4px 15px #f5c85766}.final-cta-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:3.5rem;align-items:center}.cta-main-title{font-size:2.3rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.2}.cta-main-subtitle{font-size:1.05rem;color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.cta-benefits-list{display:flex;flex-direction:column;gap:.85rem}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-icon{width:22px;height:22px;border-radius:50%;background:#22c55e26;border:1px solid rgba(34,197,94,.35);color:#22c55e;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-text{font-size:.95rem;color:#e2e8f0}.benefit-text strong{color:#fff}.pricing-box-card{background:#050e3ce6;border:1px solid rgba(245,200,87,.3);border-radius:20px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 15px 35px #0006}.pricing-tier-name{font-size:.75rem;font-weight:800;letter-spacing:.08em;color:#f5c857;margin-bottom:1rem}.price-display-row{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.25rem}.price-currency{font-size:3.2rem;font-weight:800;color:#fff;line-height:1}.price-sub-usd{font-size:1.35rem;font-weight:600;color:#94a3b8}.pricing-guarantee-note{font-size:.8rem;color:#cbd5e1;margin-bottom:1.75rem}.sticky-buy-btn{width:100%;padding:1.15rem;font-size:1.1rem}.cta-trust-badges{margin-top:1.25rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b;font-weight:500}@media (max-width: 1100px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}.final-cta-grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 650px){.why-choose-grid{grid-template-columns:1fr}.final-cta-card{padding:2.5rem 1.5rem}.cta-main-title{font-size:1.8rem}}.banner-content{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:2}.banner-left{max-width:600px}.banner-badge{display:inline-block;font-size:.75rem;font-weight:800;color:#f5c857;letter-spacing:.08em;margin-bottom:.75rem}.banner-title{font-size:2rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:.75rem}.banner-desc{font-size:1.05rem;color:#cbd5e1;line-height:1.6}.banner-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.price-box{text-align:right}.price-label{display:block;font-size:.85rem;color:#94a3b8;margin-bottom:.25rem}.price-amount-row{display:flex;align-items:baseline;justify-content:flex-end;gap:.5rem}.price-inr{font-size:2.75rem;font-weight:800;color:#f5c857;line-height:1}.price-usd{font-size:1.25rem;font-weight:600;color:#94a3b8}.price-tagline{display:block;font-size:.8rem;color:#cbd5e1;margin-top:.4rem}.pro-cta-primary.large-cta{padding:1.15rem 2.75rem;font-size:1.15rem}@media (max-width: 1100px){.pro-hero-container{grid-template-columns:1fr;gap:3rem}.pro-hero-headline{font-size:2.6rem}.stats-grid{grid-template-columns:repeat(3,1fr)}.pillars-grid{grid-template-columns:repeat(2,1fr)}.banner-content{flex-direction:column;align-items:flex-start}.banner-right{align-items:flex-start;width:100%}.price-box{text-align:left}.price-amount-row{justify-content:flex-start}}@media (max-width: 768px){.pro-hero-section{padding:6rem 1.25rem 3.5rem}.pro-hero-headline{font-size:2.1rem}.pro-hero-subheading{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.pillars-grid{grid-template-columns:1fr}.roadmap-canvas-area{height:320px}.pro-conversion-banner{padding:2rem 1.5rem}}.pro-sticky-floating-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:90%;max-width:900px;background:#0a1936eb;border:1px solid rgba(245,200,87,.4);border-radius:9999px;padding:.75rem 1.5rem;box-shadow:0 15px 40px #000000b3,0 0 25px #f5c85733;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;animation:barSlide .4s cubic-bezier(.16,1,.3,1)}@keyframes barSlide{0%{opacity:0;transform:translate(-50%,40px)}to{opacity:1;transform:translate(-50%)}}.sticky-bar-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.sticky-bar-left{display:flex;align-items:center;gap:.75rem}.sticky-badge{font-size:.7rem;font-weight:800;color:#050e3c;background:#f5c857;padding:.2rem .6rem;border-radius:6px;letter-spacing:.04em}.sticky-bar-title{font-size:.95rem;font-weight:700;color:#fff}.sticky-bar-right{display:flex;align-items:center;gap:1.25rem}.sticky-price-box{display:flex;align-items:baseline;gap:.35rem}.sticky-price-inr{font-size:1.35rem;font-weight:800;color:#f5c857}.sticky-price-usd{font-size:.85rem;color:#94a3b8}.sticky-bar-btn{padding:.6rem 1.35rem;font-size:.9rem;border-radius:9999px}@media (max-width: 640px){.sticky-bar-title{display:none}}@media (max-width: 768px){html,body,#root,.pro-learner-wrapper{overflow-x:hidden!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important;position:relative}.hero-glow-bg{display:none!important}.pro-learner-wrapper{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))!important}.pro-hero-container,.stats-container,.why-container,.audience-container,.timeline-container,.pillars-section-container,.industry-container,.why-choose-container,.final-cta-container{width:100%!important;max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}button,a,input,select,.pillar-node,.mobile-pillar-pill{min-height:44px;touch-action:manipulation}.pro-hero-section{padding:4.5rem .5rem 2.5rem!important;text-align:center!important;overflow:hidden!important;width:100%!important;box-sizing:border-box!important}.pro-hero-left{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;box-sizing:border-box!important}.pro-hero-badge{font-size:clamp(.68rem,2.8vw,.78rem)!important;padding:.35rem .85rem!important;margin:0 auto 1.25rem!important;max-width:95%!important;text-align:center!important;white-space:normal!important}.badge-text{white-space:normal!important;word-break:break-word!important}.pro-hero-headline{font-size:clamp(1.7rem,6.5vw,2.2rem)!important;line-height:1.25!important;margin-bottom:1rem!important;letter-spacing:-.02em!important;width:100%!important;max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important;text-align:center!important}.gold-gradient-text{display:inline!important;word-wrap:break-word!important}.pro-hero-subheading{font-size:clamp(.9rem,3.6vw,1rem)!important;line-height:1.55!important;margin-bottom:2rem!important;color:#cbd5e1!important;width:100%!important;max-width:100%!important;text-align:center!important}.pro-hero-actions{flex-direction:column!important;gap:.85rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.pro-cta-primary,.pro-cta-secondary{width:100%!important;max-width:100%!important;justify-content:center!important;padding:.95rem 1.25rem!important;font-size:1rem!important;min-height:48px!important;border-radius:14px!important;box-sizing:border-box!important}.hero-trust-bullets{justify-content:center!important;gap:.85rem!important;width:100%!important}.pro-hero-right{width:100%!important;max-width:100%!important;margin-top:2rem!important;overflow:hidden!important;box-sizing:border-box!important}.roadmap-visual-card{width:100%!important;max-width:100%!important;padding:.85rem!important;box-sizing:border-box!important;border-radius:18px!important}.roadmap-canvas-area{width:100%!important;max-width:100%!important;height:300px!important;overflow:hidden!important;position:relative!important}.node-label{white-space:normal!important;word-break:break-word!important;max-width:60px!important;font-size:.62rem!important;text-align:center!important}.mobile-pillar-pills-row{display:flex!important;gap:.45rem!important;overflow-x:auto!important;width:100%!important;max-width:100%!important;padding:.75rem 0 .25rem!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;box-sizing:border-box!important}.mobile-pillar-pill{flex:0 0 auto!important;scroll-snap-align:start;display:flex!important;align-items:center!important;gap:.35rem!important;padding:.4rem .75rem!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:9999px!important;color:#cbd5e1!important;font-size:.8rem!important;font-weight:700!important;cursor:pointer}.mobile-pillar-pill.active{background:#f5c85733!important;border-color:#f5c857!important;color:#f5c857!important}.pro-stats-section{padding:3rem .5rem!important;width:100%!important;overflow:hidden!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;width:100%!important;box-sizing:border-box!important}.stat-card{padding:1.1rem .75rem!important;border-radius:14px!important;text-align:center!important;width:100%!important;box-sizing:border-box!important}.stat-card.highlight-card{grid-column:span 2!important}.stat-number{font-size:1.85rem!important}.pro-why-section{padding:3rem .5rem!important;width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.why-container,.why-grid,.why-illustration-column,.why-visual-card,.comparison-visual,.comp-side,.why-content-column,.problem-list-box,.journey-milestone-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.why-grid{grid-template-columns:1fr!important;gap:1.75rem!important}.why-visual-card{padding:1rem .75rem!important;border-radius:16px!important}.comp-side{padding:.85rem .75rem!important}.frag-nodes{gap:.35rem!important}.frag-box{font-size:.72rem!important;padding:.25rem .5rem!important}.conn-pipeline{display:flex!important;flex-wrap:wrap!important;gap:.4rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important;justify-content:flex-start!important}.pipeline-line{display:none!important}.pipeline-step{font-size:.7rem!important;padding:.3rem .55rem!important;white-space:normal!important;word-break:break-word!important}.why-headline{font-size:clamp(1.45rem,5.5vw,1.85rem)!important;line-height:1.25!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.why-lead-text,.why-solution-text,.problem-item,.milestone-title,.milestone-sub{font-size:clamp(.85rem,3.5vw,1rem)!important;line-height:1.5!important;word-break:break-word!important;overflow-wrap:break-word!important}.journey-milestone-card{padding:.95rem .75rem!important;gap:.75rem!important}.why-headline{font-size:clamp(1.5rem,5.5vw,2rem)!important;line-height:1.3!important}.pro-audience-section{padding:3.5rem .5rem!important;width:100%!important;overflow:hidden!important}.audience-grid{grid-template-columns:1fr!important;gap:1rem!important;width:100%!important}.audience-card{padding:1.25rem 1rem!important;border-radius:16px!important;width:100%!important;box-sizing:border-box!important}.pro-timeline-section{padding:3.5rem .5rem!important;width:100%!important;overflow:hidden!important}.vertical-timeline-wrapper{padding:0!important;width:100%!important;box-sizing:border-box!important}.timeline-beam{left:18px!important}.timeline-row{flex-direction:row!important;justify-content:flex-start!important;align-items:flex-start!important;margin-bottom:1.75rem!important;position:relative!important;width:100%!important;box-sizing:border-box!important}.timeline-center-node{position:absolute!important;left:0!important;top:0!important;width:36px!important;height:36px!important}.timeline-card{width:calc(100% - 48px)!important;max-width:calc(100% - 48px)!important;margin-left:48px!important;padding:1.1rem 1rem!important;border-radius:14px!important;box-sizing:border-box!important}.timeline-step-title{font-size:1rem!important}.timeline-step-desc{font-size:.825rem!important;line-height:1.45!important}.pro-pillars-detail-section{padding:3.5rem .5rem!important;width:100%!important;overflow:hidden!important}.pillars-grid-v2{grid-template-columns:1fr!important;gap:1.1rem!important;width:100%!important}.premium-pillar-card{padding:1.25rem 1rem!important;border-radius:16px!important;width:100%!important;box-sizing:border-box!important}.pillar-card-title{font-size:1.2rem!important}.drawer-section-block{padding:.85rem!important;border-radius:12px!important}.pro-industry-section{padding:3.5rem .5rem!important;width:100%!important;overflow:hidden!important}.industry-grid{display:flex!important;overflow-x:auto!important;width:100%!important;max-width:100%!important;scroll-snap-type:x mandatory!important;gap:1rem!important;padding-bottom:1rem!important;-webkit-overflow-scrolling:touch;box-sizing:border-box!important}.industry-card{flex:0 0 86%!important;max-width:86%!important;scroll-snap-align:center!important;padding:1.35rem 1.1rem!important;border-radius:18px!important;box-sizing:border-box!important}.pro-why-choose-section{padding:3.5rem .5rem!important;width:100%!important;overflow:hidden!important}.why-choose-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;width:100%!important}.choose-card{padding:1rem .75rem!important;border-radius:12px!important;width:100%!important;box-sizing:border-box!important}.pro-final-cta-section{padding:3.5rem .5rem 5.5rem!important;width:100%!important;overflow:hidden!important}.final-cta-card{padding:2rem 1rem!important;border-radius:20px!important;width:100%!important;box-sizing:border-box!important}.cta-card-badge{width:90%!important;text-align:center!important;font-size:.65rem!important;padding:.3rem .6rem!important}.final-cta-grid{grid-template-columns:1fr!important;gap:1.75rem!important;width:100%!important}.cta-main-title{font-size:1.55rem!important;text-align:center!important}.pricing-box-card{padding:1.5rem 1rem!important;border-radius:16px!important;width:100%!important;box-sizing:border-box!important}.price-currency{font-size:2.5rem!important}.pro-sticky-floating-bar-v2{position:fixed!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;left:50%!important;transform:translate(-50%)!important;width:calc(100% - 1.5rem)!important;max-width:420px!important;z-index:1000!important;box-sizing:border-box!important}}@media (max-width: 480px){.why-choose-grid,.stats-grid{grid-template-columns:1fr!important}.stat-card.highlight-card{grid-column:span 1!important}}.pro-sticky-floating-bar-v2{position:fixed;bottom:calc(16px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:440px;z-index:1000}.sticky-mobile-cta-btn{width:100%;background:linear-gradient(135deg,#f5c857,#e5b83b);color:#050e3c;border:none;border-radius:16px;padding:.85rem 1.35rem;box-shadow:0 10px 30px #f5c85766,0 0 20px #000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.sticky-mobile-cta-btn:active{transform:scale(.98)}.cta-btn-top-row{display:flex;align-items:center;justify-content:space-between;width:100%}.cta-btn-action{font-size:1.15rem;font-weight:800;color:#050e3c}.cta-btn-price{font-size:1.25rem;font-weight:800;color:#050e3c}.cta-btn-sub{font-size:.72rem;font-weight:700;color:#050e3ccc;letter-spacing:.02em}.drawer-master-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.65rem}.drawer-master-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.85rem;color:#e2e8f0;line-height:1.45}.master-check-circle{width:18px;height:18px;border-radius:50%;background:#f5c85726;border:1px solid rgba(245,200,87,.4);color:#f5c857;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.drawer-pnp-bullet-list{list-style:none;padding:0;margin:.65rem 0 0;display:flex;flex-direction:column;gap:.5rem}.drawer-pnp-bullet-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#f8fafc;line-height:1.45}.bullet-dot-gold{color:#f5c857;font-size:1rem;line-height:1;flex-shrink:0}.premium-about-page{min-height:100vh;background-color:#030712;position:relative;padding-top:6rem;color:#f8fafc;overflow-x:hidden}.premium-ambient-bg{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 20s infinite ease-in-out alternate}.orb-1{top:-10%;left:-10%;width:60vw;height:60vw;background:radial-gradient(circle,rgba(5,14,60,.8) 0%,transparent 70%)}.orb-2{top:20%;right:-15%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(245,200,87,.15) 0%,transparent 70%);animation-delay:-5s}.orb-3{bottom:-20%;left:30%;width:70vw;height:70vw;background:radial-gradient(circle,rgba(14,165,233,.1) 0%,transparent 70%);animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(5%,5%) scale(1.1)}}.premium-about-container{position:relative;z-index:10;max-width:var(--page-max-width, 1200px);margin:0 auto;padding:0 var(--px-desktop, 4rem);padding-bottom:8rem}.premium-top-bar{display:flex;justify-content:flex-start;margin-bottom:4rem}.premium-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-full);background:#ffffff08;color:#cbd5e1;font-weight:600;font-size:.875rem;border:1px solid rgba(255,255,255,.05);cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.16,1,.3,1)}.premium-back-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 20px -10px #00000080}.premium-hero-content{max-width:900px;margin:0 auto 6rem;text-align:center;display:flex;flex-direction:column;align-items:center}.premium-badge{display:inline-block;padding:.4rem 1.25rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-hero-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem}.text-gradient{background:linear-gradient(135deg,#fff,#cbd5e1,#64748b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.premium-hero-subtitle{font-size:clamp(1.125rem,3vw,1.375rem);color:#94a3b8;line-height:1.6;max-width:650px}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;margin-bottom:6rem}.bento-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:2rem;padding:3rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 30px #0000001a}.bento-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;padding:1px;background:linear-gradient(to bottom,#ffffff1a,#fff0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.bento-card:hover{background:#ffffff0a;transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000004d,0 0 20px #ffffff0d}.bento-wide{grid-column:span 12;flex-direction:row;gap:4rem;align-items:center}@media (max-width: 992px){.bento-wide{flex-direction:column;align-items:flex-start;padding:2.5rem;gap:2rem}}.bento-card-content{flex:1;z-index:2}.bento-card-visual{flex:1;position:relative;border-radius:1.5rem;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center;height:100%;min-height:300px}.bento-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8;transition:transform .7s ease}.bento-card:hover .bento-hero-img{transform:scale(1.05)}.image-glow-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(3,7,18,.8) 0%,transparent 100%);z-index:1}@media (max-width: 992px){.image-glow-overlay{background:linear-gradient(to top,rgba(3,7,18,.8) 0%,transparent 100%)}}.bento-square{grid-column:span 6;padding:2.5rem}@media (max-width: 768px){.bento-square{grid-column:span 12}}.bento-icon-wrapper{width:48px;height:48px;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#e2e8f0}.bento-icon-wrapper svg{width:24px;height:24px}.bento-card-title{font-size:clamp(1.5rem,2vw,2rem);font-weight:700;color:#f8fafc;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.2}.bento-card-text{font-size:1.125rem;line-height:1.7;color:#94a3b8}.bento-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.bento-feature-list li{font-size:1.05rem;color:#94a3b8;position:relative;padding-left:1.5rem;line-height:1.5}.bento-feature-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background-color:var(--brand-yellow, #F5C857)}.bento-feature-list li span{color:#f8fafc;font-weight:600}.bento-callout{margin-top:auto;padding-top:2rem;font-size:1.25rem;font-weight:600;color:#e2e8f0;font-style:italic;border-top:1px solid rgba(255,255,255,.05)}.bento-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.bento-tags span{padding:.5rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#cbd5e1;font-size:.875rem;font-weight:500}.premium-vision-section{text-align:center;padding:6rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.vision-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem}.vision-subtext{font-size:clamp(1.125rem,2vw,1.25rem);color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.6}.animate-hero-fade-up{animation:fadeSlideUp 1s cubic-bezier(.16,1,.3,1) forwards}.reveal-hidden{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.delay-100{transition-delay:.1s;animation-delay:.1s}.delay-200{transition-delay:.2s;animation-delay:.2s}.delay-300{transition-delay:.3s;animation-delay:.3s}.delay-400{transition-delay:.4s;animation-delay:.4s}.delay-500{transition-delay:.5s;animation-delay:.5s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.premium-about-container{padding:0 1.5rem 4rem}.bento-card{padding:2rem;border-radius:1.5rem}.premium-hero-content{margin-bottom:4rem}.bento-card-visual{min-height:250px}}.product-page-container{--page-max-width: 1200px;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;background-color:#f7f8fa}.product-main-content{flex:1;padding-top:120px;display:flex;flex-direction:column;gap:4rem;padding-bottom:6rem;background-color:#f8fafc;background-image:radial-gradient(circle at 85% 20%,rgba(16,44,94,.04) 0%,transparent 40%),radial-gradient(circle at 10% 80%,rgba(16,44,94,.04) 0%,transparent 40%)}@media (min-width: 1024px){.product-main-content{gap:8rem}}.ebook-premium-layout{padding:0 var(--px-mobile)}@media (min-width: 768px){.ebook-premium-layout{padding:0 var(--px-tablet)}}@media (min-width: 1024px){.ebook-premium-layout{padding:0 var(--px-desktop)}}.ebook-premium-inner{max-width:var(--page-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media (min-width: 1024px){.ebook-premium-inner{grid-template-columns:1.1fr .9fr;gap:4rem}}.ebook-sticky-content{position:sticky;top:120px}.ebook-kicker-wrapper{display:inline-flex;align-items:center;gap:.6rem;background:#102c5e0f;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;border:1px solid rgba(16,44,94,.1);box-shadow:0 4px 12px #102c5e08}.ebook-kicker-dot{width:8px;height:8px;background-color:var(--brand-primary);border-radius:50%;box-shadow:0 0 8px var(--brand-primary)}.ebook-kicker{font-size:.75rem;font-weight:800;letter-spacing:.12em;color:var(--brand-primary);text-transform:uppercase;display:block}.ebook-title{font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#0b194e,#1a428a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem}@media (min-width: 1024px){.ebook-title{font-size:3.25rem}}.ebook-quote{font-size:1.125rem;font-style:auto;color:var(--text-secondary);border-left:4px solid var(--brand-primary);padding-left:1.5rem;margin-bottom:2.5rem;margin-left:0;margin-right:0;line-height:1.5}.ebook-quote footer{margin-top:.75rem;font-size:.95rem;color:var(--brand-primary);font-weight:700}.ebook-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.ebook-benefits-list li{display:flex;align-items:flex-start;gap:1.25rem;font-size:1.05rem;color:var(--brand-primary);line-height:1.5;font-weight:500}.benefit-icon{flex-shrink:0;width:32px;height:32px;background-color:#fff;border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;color:var(--brand-primary);box-shadow:0 4px 10px #0000000d;border:1px solid rgba(0,0,0,.05)}.benefit-icon svg{width:100%;height:100%}.ebook-hero-visual{display:flex;flex-direction:column;align-items:stretch;position:relative}.ebook-circuit-pattern{position:absolute;top:-10%;right:-30%;width:160%;height:120%;color:var(--brand-primary);opacity:.12;z-index:0;pointer-events:none}.ebook-visual-wrapper{position:relative;width:100%;max-width:480px;margin:0 auto;display:flex;justify-content:center;padding-bottom:0;margin-bottom:5rem}.ebook-visual-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;background:radial-gradient(circle,rgba(16,44,94,.08) 0%,transparent 60%);z-index:0;pointer-events:none}@media (min-width: 1024px){.ebook-visual-wrapper{max-width:550px;margin-left:auto;margin-right:0}}.ebook-book-img{width:100%;max-width:400px;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 25px 45px rgba(0,0,0,.25));transition:transform .5s ease,filter .5s ease;z-index:10;position:relative;display:block;margin:0 auto}.ebook-book-img:hover{transform:translateY(-8px);filter:drop-shadow(0 35px 60px rgba(0,0,0,.35))}.ebook-floating-stats{position:absolute;bottom:-3rem;left:50%;transform:translate(-50%);background:#ffffffb3;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.6);box-shadow:0 20px 40px -10px #0000001a;border-radius:16px;padding:1.25rem 1.5rem;width:95%;z-index:20}@media (min-width: 640px){.ebook-floating-stats{width:105%}}.ebook-floating-header{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase;margin-bottom:.75rem}.ebook-stats-grid{display:flex;justify-content:space-between;align-items:center}.stat-item{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:800;color:var(--brand-primary);line-height:1}.stat-label{font-size:.8rem;color:var(--text-secondary);margin-top:.25rem;line-height:1.2}.stat-divider{width:1px;height:35px;background-color:#050e3c1a;margin:0 .5rem}.ebook-cta-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:1.5rem}.ebook-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}.price-amount{font-size:3rem;font-weight:800;color:#0b194e;line-height:1;letter-spacing:-.04em}.price-label{font-size:1rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.ebook-btn-primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#102c5e,#0b194e);color:#fff;font-size:1.15rem;font-weight:700;padding:1.15rem 2rem;border-radius:12px;border:1px solid rgba(255,255,255,.15);cursor:pointer;box-shadow:0 10px 25px -5px #102c5e66,inset 0 1px #fff3;transition:all .3s cubic-bezier(.2,.8,.2,1);margin-bottom:1.25rem}.ebook-btn-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px -10px #102c5e80,inset 0 1px #ffffff4d;background:linear-gradient(135deg,#163b7f,#0e246c)}.btn-icon{width:22px;height:22px}.ebook-trust-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%}.trust-badge{display:flex;align-items:center;gap:.4rem;color:var(--text-secondary);font-size:.85rem;font-weight:600}.trust-badge svg{width:16px;height:16px;color:#102c5e}.ebook-hero-badge{display:inline-block;background-color:#102c5e14;color:var(--color-navy, #050E3C);font-size:.75rem;font-weight:700;padding:.4rem .8rem;border-radius:9999px;width:-moz-fit-content;width:fit-content;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ebook-hero-headline{font-size:2.25rem;font-weight:900;color:var(--color-navy, #050E3C);line-height:1.15;letter-spacing:-.02em}@media (min-width: 768px){.ebook-hero-headline{font-size:3rem}}.ebook-hero-subheadline{font-size:1.125rem;color:#050e3cb3;line-height:1.6}.ebook-hero-stats{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem;font-weight:700;color:var(--color-navy, #050E3C);background-color:#f8fafc;padding:.75rem 1.25rem;border-radius:8px;border:1px solid rgba(0,0,0,.05);width:-moz-fit-content;width:fit-content}.ebook-hero-stat-divider{width:1px;height:1rem;background-color:#050e3c33}.ebook-hero-quote{font-size:1.125rem;font-style:italic;color:#050e3c99;border-left:4px solid var(--color-accent, #F5C857);padding-left:1rem;margin:.5rem 0;line-height:1.6}.ebook-hero-core-values{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.ebook-hero-core-values li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:600;color:var(--color-navy, #050E3C);line-height:1.5}.ebook-hero-core-values li svg{width:1.25rem;height:1.25rem;color:var(--color-accent, #F5C857);flex-shrink:0;margin-top:.125rem}.delay-600{transition-delay:.6s}.ebook-beyond{padding:5rem var(--px-mobile);background:linear-gradient(180deg,#f8fafc00,#e2e8f066);position:relative;z-index:10}@media (min-width: 768px){.ebook-beyond{padding:0 var(--px-tablet)}}@media (min-width: 1024px){.ebook-beyond{padding:0 var(--px-desktop)}}.ebook-beyond-inner{max-width:var(--page-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.ebook-beyond-inner{grid-template-columns:1.2fr 1fr;gap:4rem}}.ebook-beyond-visual{width:100%}.dashboard-mockup{position:relative;width:100%;border-radius:20px;padding:1.25rem;background:#fff;box-shadow:0 30px 60px #102c5e26;border:1px solid rgba(16,44,94,.08)}.dashboard-img{width:100%;height:auto;display:block;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.dashboard-carousel-container{position:relative;width:100%;overflow:hidden;border-radius:12px;border:1px solid rgba(0,0,0,.05);aspect-ratio:1 / 1.414;background:#f8fafc;cursor:grab}.dashboard-carousel-container.grabbing{cursor:grabbing}.dashboard-carousel-track{display:flex;align-items:center;width:100%;height:100%}.dashboard-carousel-track img.dashboard-img{flex:0 0 100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border:none;border-radius:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dashboard-carousel-indicators{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.dashboard-carousel-indicators .indicator{width:8px;height:8px;border-radius:50%;background:#fff9;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000004d}.dashboard-carousel-indicators .indicator:hover{background:#ffffffe6}.dashboard-carousel-indicators .indicator.active{background:#fff;transform:scale(1.3);box-shadow:0 2px 6px #0006}.ebook-beyond-content{display:flex;flex-direction:column}.beyond-title{font-size:2rem;font-weight:800;color:var(--brand-primary);line-height:1.2;margin-bottom:2.5rem;letter-spacing:-.02em}@media (min-width: 1024px){.beyond-title{font-size:2.25rem}}.beyond-cards{display:flex;flex-direction:column;gap:1.5rem}.beyond-card{display:flex;align-items:center;gap:1.5rem;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.8);box-shadow:0 10px 30px -10px #050e3c0d;cursor:pointer;transition:all .3s ease}.beyond-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px -10px #050e3c1a;background:#fff}.beyond-card-icon-wrapper{flex-shrink:0;width:48px;height:48px;background:#f1f4f9;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--brand-primary)}.beyond-card-icon{width:24px;height:24px}.beyond-card-text{flex:1}.beyond-card-text h3{font-size:1.125rem;font-weight:700;color:var(--brand-primary);margin-bottom:.25rem}.beyond-card-text p{font-size:.95rem;color:var(--text-secondary);line-height:1.4}.beyond-card-arrow{flex-shrink:0;width:32px;height:32px;background:#102c5e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.beyond-card-arrow svg{width:16px;height:16px}.beyond-card:hover .beyond-card-arrow{transform:translate(4px)}.reveal-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);will-change:transform,opacity}.animate-slide-right{opacity:0;animation:fadeSlideRight .8s cubic-bezier(.2,.8,.2,1) forwards;will-change:transform,opacity}.animate-slide-left{opacity:0;animation:fadeSlideLeft .8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:.2s;will-change:transform,opacity}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#0a1240;font-weight:700;cursor:pointer;background:none;border:none;padding:0;font-size:1rem;transition:all .2s}.back-button:hover{text-decoration:underline;transform:translate(-4px)}.ebook-scroll-indicator{display:flex;align-items:center;justify-content:center;margin:4rem auto 0;width:50px;height:50px;border-radius:50%;background:#102c5e0d;color:var(--brand-primary, #050E3C);cursor:pointer;transition:all .3s ease;animation:bouncePulse 2.5s infinite;border:1px solid rgba(16,44,94,.1)}.ebook-scroll-indicator svg{width:24px;height:24px}.ebook-scroll-indicator:hover{background:#102c5e1a}@keyframes bouncePulse{0%,to{transform:translateY(0);box-shadow:0 0 #102c5e33}50%{transform:translateY(10px);box-shadow:0 0 0 10px #102c5e00}}.products-section{padding:5rem var(--px-mobile);background-color:#f8fafc;position:relative;overflow:hidden}@media (min-width: 768px){.products-section{padding:6rem var(--px-tablet)}}@media (min-width: 1024px){.products-section{padding:8rem var(--px-desktop)}}.products-container{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-title{font-size:2.5rem;font-weight:800;color:var(--brand-primary);margin-bottom:1rem}.products-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px -10px #102c5e14;border:1px solid rgba(16,44,94,.05);transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -15px #102c5e26}.product-image-container{width:100%;height:280px;background:#fff;position:relative;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;border-bottom:1px solid rgba(16,44,94,.05)}.product-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:scale(1.02);filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transition:transform .5s ease;display:block;margin:0 auto}.product-card:hover .product-image{transform:scale(1.08)}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--brand-accent);color:#fff;font-size:.75rem;font-weight:800;padding:.35rem .85rem;border-radius:100px;letter-spacing:.05em;z-index:10}.product-info{padding:2rem;display:flex;flex-direction:column;flex:1}.product-type{font-size:.8rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.product-name{font-size:1.5rem;font-weight:800;color:var(--brand-primary);margin-bottom:1rem;line-height:1.2;min-height:3.6rem}.product-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin-bottom:2rem;min-height:4.5rem;flex:1}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;border-top:1px solid rgba(16,44,94,.05);padding-top:1.5rem}.product-price{font-size:1.5rem;font-weight:800;color:#0b194e}.product-btn{background:#102c5e0d;color:var(--brand-primary);font-size:.9rem;font-weight:700;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.product-card:hover .product-btn{background:var(--brand-primary);color:#fff}.reveal-hidden{opacity:0;transform:translateY(30px);will-change:transform,opacity;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.app-container{min-height:100vh;display:flex;flex-direction:column;color:#0f172a;position:relative;overflow-x:hidden}.app-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-20;background:linear-gradient(to bottom,#dfe9ff,#dde8ff,#f6f3ff)}.scroll-to-top-container{position:fixed;bottom:2rem;right:2rem;z-index:50;transition:opacity .3s ease-in-out}.scroll-to-top-visible{opacity:1;pointer-events:auto}.scroll-to-top-hidden{opacity:0;pointer-events:none}.scroll-to-top-button{width:3rem;height:3rem;border-radius:50%;background-color:#f5c857;color:#050e3c;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;justify-content:center;border:2px solid #050E3C;cursor:pointer;transition:all .2s ease-in-out}.scroll-to-top-button:hover{transform:scale(1.1)}.scroll-to-top-button:active{transform:scale(.95)}.scroll-to-top-button:focus-visible{outline:2px solid #050E3C;outline-offset:2px}.scroll-to-top-icon{width:1.5rem;height:1.5rem}@media (max-width: 768px){.scroll-to-top-container{bottom:1.5rem;right:1.5rem}.scroll-to-top-button{width:2.75rem;height:2.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.scroll-to-top-icon{width:1.25rem;height:1.25rem}}.scroll-progress-container{position:fixed;top:0;left:0;width:100%;height:4px;z-index:9999;pointer-events:none;background-color:transparent}.scroll-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,#ead070,#f5c857);transform-origin:left;transform:scaleX(0);transition:transform .1s ease-out;will-change:transform}:root{--brand-primary: #050E3C;--brand-accent: #F5C857;--bg-gradient-top: #dfe9ff;--bg-gradient-mid: #dde8ff;--bg-gradient-bot: #f6f3ff;--text-primary: #1e293b;--text-secondary: #475569;--text-tertiary: #94a3b8;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .05), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .05), 0 8px 10px -6px rgb(0 0 0 / .05);--shadow-card: 0 8px 30px rgba(5, 14, 60, .04);--shadow-card-hover: 0 20px 40px rgba(5, 14, 60, .08);--shadow-button: 0 4px 14px 0 rgba(5, 14, 60, .15);--border-light: rgba(5, 14, 60, .06);--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .4s cubic-bezier(.34, 1.56, .64, 1);--page-max-width: 80rem;--px-mobile: 1.5rem;--px-tablet: 2.5rem;--px-desktop: 4rem;--py-section-mobile: 4rem;--py-section-tablet: 5rem;--py-section-desktop: 6rem}html,body{width:100%}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-primary);background:linear-gradient(to bottom,var(--bg-gradient-top),var(--bg-gradient-mid),var(--bg-gradient-bot));background-attachment:fixed;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none;color:inherit}button{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.reveal-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.animate-hero-fade-up{animation:fadeSlideUp .8s cubic-bezier(.2,.8,.2,1) forwards}.animate-hero-scale{animation:fadeInScale .8s cubic-bezier(.2,.8,.2,1) forwards}@keyframes logoFloat{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes logoShineSweep{0%{transform:translate(-150%) skew(-25deg);opacity:0}15%{opacity:1}35%{transform:translate(150%) skew(-25deg);opacity:0}to{transform:translate(150%) skew(-25deg);opacity:0}}.brand-logo-float-wrapper{position:relative;display:inline-flex;animation:logoFloat 5s ease-in-out infinite;will-change:transform;border-radius:4px;pointer-events:auto;z-index:10}.brand-logo-float-wrapper:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;background:radial-gradient(circle,#f5c85733,#f5c85700 70%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.brand-logo-float-wrapper:after{content:"Click to read more";position:absolute;bottom:-30px;left:50%;transform:translate(-50%) translateY(10px);background-color:var(--bg-surface);color:var(--text-primary);padding:4px 12px;border-radius:var(--radius-full);font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 12px #0000001a;border:1px solid var(--border-light);z-index:20}@media (hover: hover) and (pointer: fine){.brand-logo-float-wrapper:hover:before{opacity:1}.brand-logo-float-wrapper:hover:after{opacity:1;transform:translate(-50%) translateY(0)}}.brand-logo-float-wrapper:active:after{opacity:1;transform:translate(-50%) translateY(0);transition:opacity .1s}.brand-logo-float-wrapper:active{transform:translateY(-5px) scale(.96)!important;transition:transform .1s}.brand-logo-shine{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.brand-logo-shine:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff80,#fff0);animation:logoShineSweep 6s infinite;pointer-events:none}
