:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#fff;--primary-color: #20397A;--primary-dark: #1a2d5f;--primary-light: #2d4a8f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}a{text-decoration:none}button{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}@media(max-width:480px){.container{padding:0 .75rem}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;z-index:1}.modal-close:hover{background:#f3f4f6;color:#1a1a2e}.modal-header{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.modal-header p{color:#666;font-size:1rem;margin:0}.demo-form{padding:2rem 2.5rem 2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1a1a2e;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#20397a}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-end}.cancel-btn{background:#f3f4f6;color:#1a1a2e;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.cancel-btn:hover{background:#e5e7eb}.submit-btn{background:#20397a;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#1a2d5f}@media(max-width:768px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{padding:2rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.demo-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.header{background:#fff;padding:1.5rem 0;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;display:flex;align-items:center;transition:opacity .3s;z-index:1001}.logo:hover{opacity:.8}.logo-image{height:50px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem}.nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.nav a:hover{color:#20397a}.header-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px;height:18px}.hamburger span{display:block;width:100%;height:2px;background:#333;transition:all .3s;border-radius:2px}.hamburger-open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.cta-btn{background:#20397a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s;font-size:.9rem}.cta-btn:hover{background:#1a2d5f}@media(max-width:968px){.container{padding:0 1.5rem}}@media(max-width:768px){.container{padding:0 1rem}.header{padding:1rem 0}.logo-image{height:40px}.mobile-menu-btn{display:block}.nav{position:fixed;inset:0;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(-100%);transition:transform .3s;z-index:1000;padding:5rem 2rem}.nav-open{transform:translate(0)}.nav a{font-size:1.2rem;padding:.5rem 0}.cta-btn{padding:.6rem 1.2rem;font-size:.85rem}.header-actions{gap:1rem}}@media(max-width:480px){.cta-btn{padding:.5rem 1rem;font-size:.8rem}.logo-image{height:35px}}.hero{position:relative;padding:5rem 0;background:linear-gradient(135deg,#f3e8ff,#fff);overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(32,57,122,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(32,57,122,.1) 0%,transparent 50%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-cta{background:#20397a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.hero-cta:hover{background:#1a2d5f}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 20px 60px #0003}.hero-nav{display:flex;justify-content:space-between;margin-top:2rem;position:relative;z-index:1}.nav-arrow{background:#fff;border:2px solid #e5e7eb;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;color:#333;transition:all .3s}.nav-arrow:hover{border-color:#20397a;color:#20397a}@media(max-width:968px){.hero{padding:3rem 0}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}}@media(max-width:768px){.hero{padding:2rem 0}.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.875rem 2rem;font-size:.9rem}.hero-image{max-width:100%}.hero-nav{display:none}}@media(max-width:480px){.hero-text h1{font-size:1.75rem}.hero-cta{width:100%;padding:1rem}}.about{position:relative;padding:5rem 0;background:#fff;overflow:hidden}.about-bg-pattern{position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(32,57,122,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(32,57,122,.1) 0%,transparent 50%);pointer-events:none}.about-heading{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:2.5rem;text-align:center;position:relative;z-index:1}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-images{position:relative}.main-image{width:100%}.image-placeholder{background:linear-gradient(135deg,#20397a,#2d4a8f);border-radius:20px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:0 10px 40px #20397a4d;overflow:hidden;position:relative}.main-image-img{width:100%;height:100%;object-fit:cover;border-radius:20px}.image-placeholder.circular{border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30px;right:-30px;aspect-ratio:1}.about-text p{color:#666;line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.positioning-intro{font-size:1.15rem;font-weight:600;color:#20397a;margin-bottom:2.5rem;text-align:center;max-width:900px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.about-text .positioning-intro{text-align:left;max-width:none;margin-left:0;margin-right:0}.stats{background:#f9fafb;padding:1.5rem;border-radius:12px;margin:2rem 0}.stats p{color:#333;font-weight:500;margin:0}.contact-info{display:flex;align-items:center;gap:1rem;margin-top:2rem}.phone{font-size:1.2rem;font-weight:600;color:#1a1a2e}.contact-btn{background:#20397a;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:background .3s}.contact-btn:hover{background:#1a2d5f}@media(max-width:968px){.about{padding:3rem 0}.about-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.about-heading{font-size:2rem}.about-text p{font-size:1rem}.positioning-intro{font-size:1rem!important}.image-placeholder.circular{width:120px;height:120px;bottom:-20px;right:-20px}.contact-btn{width:45px;height:45px;font-size:1.3rem}}@media(max-width:480px){.about-heading{font-size:1.75rem}.contact-btn{width:40px;height:40px}}.benefits{padding:5rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:4rem}.benefits-content{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:3rem;align-items:center}.features-left,.features-right{display:flex;flex-direction:column;gap:2rem}.feature-card{background:#f9fafb;padding:2rem;border-radius:16px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ede9fe;border-radius:12px}.feature-card h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6}.phone-center{display:flex;justify-content:center;align-items:center}.phone-mockup-light{width:280px;height:560px;background:#fff;border-radius:40px;padding:20px 15px;box-shadow:0 20px 60px #00000026;border:2px solid #e5e7eb}.phone-screen-light{width:100%;height:100%;background:#fff;border-radius:30px;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.phone-app-image{width:100%;height:100%;object-fit:cover;border-radius:30px}@media(max-width:1200px){.benefits-content{grid-template-columns:1fr}.features-left,.features-right{flex-direction:row;flex-wrap:wrap}.phone-center{order:-1}}@media(max-width:768px){.benefits{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.features-left,.features-right{flex-direction:column}.feature-card{padding:1.5rem}.phone-mockup-light{width:240px;height:480px}}@media(max-width:480px){.section-title{font-size:1.75rem}.phone-mockup-light{width:200px;height:400px}}.services{position:relative;padding:5rem 0;background:#fff;overflow:hidden}.services-bg-pattern{position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(32,57,122,.05) 0%,transparent 50%);pointer-events:none}.services-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;position:relative;z-index:1}.services-list{display:flex;flex-direction:column;gap:1.5rem}.service-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:16px;transition:transform .3s,box-shadow .3s}.service-item:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#20397a,#2d4a8f);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700}.service-item h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin:0}.services-visual{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.services-image{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #00000026;object-fit:contain}@media(max-width:968px){.services{padding:3rem 0}.services-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem;margin-bottom:2rem}}@media(max-width:768px){.service-item{padding:1.25rem}.service-icon{width:50px;height:50px;font-size:1.3rem}.service-item h3{font-size:1.1rem}.services-image{border-radius:15px}}@media(max-width:480px){.section-title{font-size:1.75rem}}.strategic{padding:5rem 0;background:linear-gradient(135deg,#1a1a2e,#2d1b4e);position:relative;overflow:hidden}.strategic:before{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(32,57,122,.1) 25%,transparent 25%),linear-gradient(-45deg,rgba(32,57,122,.1) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(32,57,122,.1) 75%),linear-gradient(-45deg,transparent 75%,rgba(32,57,122,.1) 75%);background-size:30px 30px;background-position:0 0,0 15px,15px -15px,-15px 0px;opacity:.3}.strategic-title{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;position:relative;z-index:1;max-width:800px;margin:0 auto}@media(max-width:768px){.strategic{padding:3rem 0}.strategic-title{font-size:2rem;padding:0 1rem}}@media(max-width:480px){.strategic-title{font-size:1.75rem}}.pricing{padding:5rem 0;background:linear-gradient(135deg,#fff,#f3e8ff)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header .section-title{margin-bottom:2rem}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pricing-card{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 5px 20px #00000014;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.pricing-card.highlighted{border:3px solid #20397A;transform:scale(1.05)}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#20397a;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap}.pricing-card.highlighted .plan-price,.pricing-card.highlighted h3{color:#1a1a2e}.pricing-card h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.plan-price{font-size:2.5rem;font-weight:700;color:#20397a;margin-bottom:2rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.plan-features li{padding:.75rem 0;color:#666;display:flex;align-items:center;gap:.5rem}.pricing-card.highlighted .plan-features li{color:#666}.pricing-card.highlighted .feature-checkmark{color:#10b981}.signup-btn{width:100%;background:#10b981;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.signup-btn:hover{background:#059669}@media(max-width:968px){.pricing{padding:3rem 0}.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.pricing-card.highlighted{transform:scale(1)}.section-title{font-size:2rem}}@media(max-width:768px){.pricing-card{padding:2rem 1.5rem}.plan-price{font-size:2rem}.pricing-card h3{font-size:1.3rem}.popular-badge{font-size:.8rem;padding:.4rem 1rem}}@media(max-width:480px){.pricing-card{padding:1.5rem 1rem}.plan-price{font-size:1.75rem}}.book-cover-section{padding:4rem 0;background:#fff;display:flex;justify-content:center;align-items:center}.book-cover-wrapper{display:flex;justify-content:center;align-items:center}.book-cover-image{width:200px;height:250px;object-fit:cover;border-radius:8px;box-shadow:0 10px 30px #00000026;transition:transform .3s,box-shadow .3s}.book-cover-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}@media(max-width:768px){.book-cover-section{padding:3rem 0}.book-cover-image{width:150px;height:187px}}.footer{position:relative;padding:4rem 0 2rem;background:linear-gradient(135deg,#1a1a2e,#2d1b4e);color:#fff;overflow:hidden}.footer-bg-pattern{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(32,57,122,.05) 10px,rgba(32,57,122,.05) 20px);pointer-events:none}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icons a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-weight:600;transition:background .3s}.social-icons a:hover{background:#20397a}.footer-column h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#fffc;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:#fff}.footer-column p{color:#fffc;margin-bottom:1rem;line-height:1.6}.newsletter-form{display:flex;gap:.5rem;margin-bottom:2rem}.newsletter-form input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;font-size:.9rem}.newsletter-form input::placeholder{color:#fff9}.newsletter-form button{background:#20397a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.contact-details p{margin-bottom:.5rem;font-size:.9rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;position:relative;z-index:1}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.about-page{padding:8rem 0 4rem;background:#fff;min-height:80vh}.positioning-statement{max-width:1000px;margin:0 auto 4rem;background:linear-gradient(135deg,#20397a0d,#fff);padding:3rem;border-radius:20px;border:2px solid rgba(32,57,122,.1);box-shadow:0 4px 20px #0000000d}.positioning-text{font-size:1.15rem;line-height:1.9;color:#333;text-align:center;margin:0;font-weight:400}.about-content-section{max-width:1000px;margin:0 auto}.content-block{margin-bottom:4rem}.content-block h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem}.content-block p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.capability-item{background:#f9fafb;padding:2rem;border-radius:12px;transition:transform .3s,box-shadow .3s}.capability-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.capability-item h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.capability-item p{font-size:1rem;color:#666;line-height:1.6;margin:0}.served-list{list-style:none;padding:0;margin:1.5rem 0}.served-list li{font-size:1.1rem;line-height:1.8;color:#666;padding:.75rem 0 .75rem 2rem;position:relative}.served-list li:before{content:"✓";position:absolute;left:0;color:#20397a;font-weight:700;font-size:1.2rem}.books-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.books-section h3{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1.5rem}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.book-item{display:flex;justify-content:center;transition:transform .3s}.book-item:hover{transform:translateY(-5px)}.book-cover{max-width:200px;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #00000026;transition:box-shadow .3s}.book-cover:hover{box-shadow:0 8px 25px #00000040}.podcasts-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.podcasts-section h3{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1.5rem}.podcasts-list{display:flex;flex-direction:column;gap:1rem}.podcast-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f9fafb;border-radius:12px;text-decoration:none;color:#333;transition:all .3s;border:2px solid transparent}.podcast-link:hover{background:#fff;border-color:#20397a;transform:translate(5px);box-shadow:0 4px 15px #20397a1a}.podcast-icon{font-size:1.5rem;flex-shrink:0}.podcast-text{flex:1;font-weight:500;font-size:1rem}.podcast-arrow{color:#20397a;font-size:1.2rem;font-weight:600;transition:transform .3s}.podcast-link:hover .podcast-arrow{transform:translate(5px)}.leadership-section{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start;margin-top:2rem}.leadership-image{position:sticky;top:2rem}.leader-photo{width:100%;max-width:383px;height:auto;border-radius:12px;box-shadow:0 8px 25px #00000026;object-fit:cover}.leadership-content h3{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.leader-title{font-size:1.2rem;font-weight:600;color:#20397a;margin-bottom:1.5rem!important;font-style:italic}.leadership-content p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.leadership-content em{font-style:italic;color:#1a1a2e}@media(max-width:968px){.capabilities-grid{grid-template-columns:repeat(2,1fr)}.page-header h1{font-size:2.5rem}}@media(max-width:768px){.positioning-statement{padding:2rem 1.5rem;margin-bottom:3rem}.positioning-text{font-size:1rem}.capabilities-grid{grid-template-columns:1fr}.books-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.book-cover{max-width:150px}.about-page{padding:6rem 0 4rem}.leadership-section{grid-template-columns:1fr;gap:2rem}.leadership-image{position:static;max-width:300px;margin:0 auto}.leadership-content h3{font-size:1.75rem;text-align:center}.leader-title{text-align:center}}@media(max-width:480px){.books-grid{grid-template-columns:1fr;gap:1.5rem}.book-cover{max-width:180px}.podcast-link{padding:.875rem 1.25rem}.podcast-text{font-size:.95rem}}.services-page{padding:8rem 0 4rem;background:#fff;min-height:80vh}.positioning-banner{max-width:1200px;margin:0 auto 4rem;background:linear-gradient(135deg,#20397a,#2d4a8f);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #20397a4d;color:#fff}.positioning-banner-content{text-align:center}.positioning-banner-content h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.positioning-banner-content p{font-size:1.1rem;line-height:1.8;color:#fffffff2;max-width:900px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}.service-card{background:#f9fafb;padding:3rem;border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.service-card.service-popular{border:3px solid #20397A;background:#fff}.service-popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#20397a;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap}.service-icon{font-size:3.5rem;margin-bottom:1.5rem}.service-icon-image{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.badge-image{max-width:120px;height:auto;object-fit:contain}.service-card h2{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.service-price{font-size:2rem;font-weight:700;color:#20397a;margin-bottom:1rem}.service-description{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#333;font-size:1rem;position:relative;padding:.75rem 0 .75rem 1.5rem}.service-features li:before{content:""}.feature-checkmark{color:#10b981;font-weight:700;font-size:1.2rem;margin-right:.5rem}.service-cta-btn{width:100%;background:#20397a;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:1.5rem}.service-cta-btn:hover{background:#1a2d5f}.cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f3e8ff,#fff);border-radius:20px;margin-top:4rem}.cta-section h2{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cta-button{background:#20397a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.cta-button:hover{background:#1a2d5f}.clients-section{margin:6rem 0 4rem;padding:4rem 0;background:linear-gradient(135deg,#20397a08,#fff);border-radius:20px}.clients-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.section-badge{display:inline-block;background:#20397a1a;color:#20397a;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.clients-header h2{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.clients-subtitle{font-size:1.15rem;color:#666;max-width:800px;margin:0 auto;line-height:1.7}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.client-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 15px #00000014;border:1px solid #f0f0f0;transition:all .3s}.client-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #20397a26;border-color:#20397a33}.client-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.client-header h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem;line-height:1.3}.client-type{display:inline-block;background:linear-gradient(135deg,#20397a,#2d4a8f);color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.client-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#666;font-size:.95rem}.location-icon{font-size:1rem}.client-services{margin-top:1.5rem}.client-services h4{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.client-services ul{list-style:none;padding:0;margin:0}.client-services li{color:#555;font-size:.95rem;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.25rem}.client-services li:before{content:"•";position:absolute;left:0;color:#20397a;font-weight:700;font-size:1.2rem}@media(max-width:968px){.positioning-banner{padding:2rem}.positioning-banner-content h3{font-size:1.5rem}.positioning-banner-content p{font-size:1rem}.clients-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.clients-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-popular-badge{font-size:.8rem;padding:.4rem 1rem}.page-header h1{font-size:2.5rem}}@media(max-width:768px){.services-page{padding:6rem 0 4rem}.service-card{padding:2rem}.clients-section{margin:4rem 0 3rem;padding:3rem 0}.clients-grid{grid-template-columns:1fr}.client-card{padding:1.5rem}.clients-header h2{font-size:1.75rem}}.contact-page{min-height:100vh;background:#fff}.contact-hero{background:linear-gradient(135deg,#20397a0d,#fff);padding:6rem 0 4rem;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(32,57,122,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(32,57,122,.08) 0%,transparent 50%);pointer-events:none}.page-header{text-align:center;margin-bottom:0;position:relative;z-index:1}.page-badge{display:inline-block;background:#20397a1a;color:#20397a;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.page-header h1{font-size:3.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;line-height:1.2}.page-subtitle{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto;line-height:1.7}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}.info-card h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.info-description{font-size:1.05rem;line-height:1.7;color:#666;margin-bottom:2.5rem}.info-items{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#f9fafb;border-radius:12px;transition:all .3s}.info-item:hover{background:#f3f4f6;transform:translate(5px)}.info-icon-wrapper{flex-shrink:0}.info-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#20397a,#2d4a8f);border-radius:14px;box-shadow:0 4px 12px #20397a33}.info-content{flex:1}.info-content h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.info-content p{color:#666;margin:0 0 .75rem;font-size:1rem}.info-link{color:#20397a;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s;display:inline-flex;align-items:center;gap:.25rem}.info-link:hover{color:#1a2d5f;gap:.5rem}.benefits-card{background:linear-gradient(135deg,#20397a,#2d4a8f);padding:2.5rem;border-radius:20px;color:#fff;box-shadow:0 10px 40px #20397a4d}.benefits-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.benefits-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.6}.check-icon{background:#fff3;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:2px}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}.form-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.form-header h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.form-header p{color:#666;font-size:1rem;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#1a1a2e;margin-bottom:.75rem;font-size:.95rem}.form-group input,.form-group textarea{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#20397a;box-shadow:0 0 0 3px #20397a1a;background:#fafbfc}.form-group textarea{resize:vertical;min-height:140px;font-family:inherit}.submit-button{background:linear-gradient(135deg,#20397a,#2d4a8f);color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #20397a4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #20397a66;background:linear-gradient(135deg,#1a2d5f,#20397a)}.submit-button:active{transform:translateY(0)}.button-arrow{transition:transform .3s}.submit-button:hover .button-arrow{transform:translate(5px)}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem}.page-header h1{font-size:2.5rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper,.info-card{padding:2rem}}@media(max-width:768px){.contact-hero{padding:5rem 0 3rem}.page-header h1{font-size:2rem}.page-subtitle{font-size:1.1rem}.contact-content{padding:2rem 1rem}.contact-form-wrapper,.info-card{padding:1.5rem}.benefits-card{padding:2rem}}.blog-page{padding:8rem 0 4rem;background:#fff;min-height:80vh}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:3rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.page-subtitle{font-size:1.3rem;color:#666;max-width:700px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.blog-card{background:#f9fafb;padding:2.5rem;border-radius:16px;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.blog-category{display:inline-block;background:#20397a;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.blog-card h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem;line-height:1.3}.blog-excerpt{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1.5rem;flex:1}.blog-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.blog-date{font-size:.9rem;color:#9ca3af}.read-more{color:#20397a;font-weight:600;text-decoration:none;font-size:.95rem;transition:color .3s}.read-more:hover{color:#1a2d5f}.newsletter-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f3e8ff,#fff);border-radius:20px;margin-top:4rem}.newsletter-section h2{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.newsletter-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit}.newsletter-form input:focus{outline:none;border-color:#20397a}.newsletter-form button{background:#20397a;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.newsletter-form button:hover{background:#1a2d5f}@media(max-width:968px){.blog-grid{grid-template-columns:repeat(2,1fr)}.page-header h1{font-size:2.5rem}}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-page{padding:6rem 0 4rem}.newsletter-form{flex-direction:column}}.blog-post-page{padding:8rem 0 4rem;background:#fff;min-height:80vh}.back-link{display:inline-block;color:#20397a;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .3s}.back-link:hover{color:#1a2d5f}.blog-post-content{max-width:800px;margin:0 auto}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.blog-post-category{display:inline-block;background:#20397a;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.blog-post-header h1{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem;line-height:1.3}.blog-post-meta{display:flex;align-items:center;gap:1rem}.blog-post-date{font-size:1rem;color:#9ca3af}.blog-post-body{font-size:1.1rem;line-height:1.8;color:#333}.blog-post-body p{margin-bottom:1.5rem}.blog-post-body h2{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin-top:2.5rem;margin-bottom:1rem}.blog-post-body h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-top:2rem;margin-bottom:1rem}.blog-post-body ul,.blog-post-body ol{margin-bottom:1.5rem;padding-left:2rem}.blog-post-body li{margin-bottom:.75rem;line-height:1.7}.blog-post-body ul li{list-style-type:disc}.blog-post-body ol li{list-style-type:decimal}.blog-post-body strong{font-weight:700;color:#1a1a2e}.blog-post-body em,.blog-post-body i{font-style:italic!important;font-family:Inter,Georgia,serif}.blog-post-body a{color:#20397a;text-decoration:underline;transition:color .3s}.blog-post-body a:hover{color:#1a2d5f}.blog-post-body blockquote{border-left:4px solid #20397A;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666}@media(max-width:768px){.blog-post-page{padding:6rem 0 4rem}.blog-post-header h1{font-size:2rem}.blog-post-body{font-size:1rem}.blog-post-body h2{font-size:1.5rem}.blog-post-body h3{font-size:1.3rem}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;min-height:100vh}
