:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;overflow-x:hidden}body{min-height:100vh}a{font-weight:500;color:#333;text-decoration:inherit;transition:color .3s ease}a:hover{color:#555}#app{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}button{border-radius:4px;border:1px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#333;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#555;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button:focus,button:focus-visible{outline:2px solid #333333;outline-offset:2px}.container{width:100%;max-width:1200px;margin:0 auto}img{max-width:100%;height:auto}html{scroll-behavior:smooth}ul,ol{list-style:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.navbar-brand .brand-link{display:flex;align-items:center;text-decoration:none}.brand-logo{height:40px;width:auto;max-width:100%}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;z-index:1001}.menu-icon{display:block;width:100%;height:2px;background:#333;transition:all .3s ease}.navbar-menu{display:flex;gap:2rem;transition:all .3s ease}.nav-link{color:#555;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:#333}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#333;transition:width .3s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.mobile-menu-btn{display:flex}.navbar-menu{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;box-shadow:-5px 0 15px #0000001a;transition:right .3s ease}.navbar-menu.mobile-active{right:0}.navbar .container{flex-direction:row;padding:1rem 2rem}}.main{min-height:calc(100vh - 120px);width:100%}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.footer{background:#333;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#ccc}.footer-links h4,.footer-contact h4{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact p{margin-bottom:.75rem;color:#ccc}.footer-bottom{border-top:1px solid #444;padding-top:2rem;text-align:center;color:#ccc}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.home[data-v-52e4b168]{font-family:Arial,sans-serif;width:100%}.hero[data-v-52e4b168]{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#fff);display:flex;align-items:center;padding:0 2rem;position:relative;overflow:hidden;width:100%}.hero-content[data-v-52e4b168]{max-width:600px;z-index:2;animation:fadeInUp-52e4b168 1s ease-out;margin-left:auto;margin-right:auto;text-align:center}.hero-title[data-v-52e4b168]{font-size:4rem;font-weight:700;margin-bottom:1.5rem;color:#333;line-height:1.1;text-transform:uppercase;letter-spacing:-.02em}.hero-subtitle[data-v-52e4b168]{font-size:1.8rem;color:#666;margin-bottom:2rem;font-weight:500}.hero-description[data-v-52e4b168]{font-size:1.2rem;line-height:1.8;color:#555;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-stats[data-v-52e4b168]{display:flex;gap:3rem;margin-bottom:3rem;justify-content:center;flex-wrap:wrap}.stat-item[data-v-52e4b168]{text-align:center;padding:1rem;background:#fffc;border-radius:8px;box-shadow:0 4px 12px #0000000d;min-width:150px}.stat-number[data-v-52e4b168]{display:block;font-size:2.2rem;font-weight:700;color:#333;margin-bottom:.5rem}.stat-label[data-v-52e4b168]{display:block;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.hero-btn[data-v-52e4b168]{background:#333;color:#fff;border:none;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.hero-btn[data-v-52e4b168]:hover{background:#555;transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.franklin-partnership[data-v-52e4b168]{padding:8rem 2rem;background:#f9f9f9;position:relative}.partnership-intro[data-v-52e4b168]{font-size:1.1rem;line-height:1.7;color:#555;margin:2rem 0 4rem;max-width:900px;text-align:center;margin-left:auto;margin-right:auto}.partnership-features[data-v-52e4b168]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.feature-item[data-v-52e4b168]{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;border:1px solid #f0f0f0}.feature-item[data-v-52e4b168]:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014;border-color:#e0e0e0}.feature-icon[data-v-52e4b168]{width:60px;height:60px;background:#f0f7ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease}.feature-item:hover .feature-icon[data-v-52e4b168]{background:#e3f2fd}.icon-symbol[data-v-52e4b168]{font-size:1.8rem;color:#3498db}.feature-content h3[data-v-52e4b168]{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem;color:#2c3e50;line-height:1.3}.feature-content p[data-v-52e4b168]{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1rem}.feature-content p[data-v-52e4b168]:last-child{margin-bottom:0}@media(max-width:768px){.franklin-partnership[data-v-52e4b168]{padding:6rem 1.5rem}.partnership-features[data-v-52e4b168]{grid-template-columns:1fr;gap:2rem}.feature-item[data-v-52e4b168]{padding:2.5rem 2rem}.partnership-intro[data-v-52e4b168]{font-size:1rem;line-height:1.6}}.hero-visual[data-v-52e4b168]{position:absolute;right:0;top:0;height:100%;width:50%;z-index:1}.floating-shapes[data-v-52e4b168]{position:relative;height:100%;width:100%}.shape[data-v-52e4b168]{position:absolute;border-radius:8px;animation:float-52e4b168 6s ease-in-out infinite;opacity:.8}.shape-1[data-v-52e4b168]{width:150px;height:150px;background:#e3f2fd;top:20%;right:20%;animation-delay:0s}.shape-2[data-v-52e4b168]{width:180px;height:180px;background:#fff3e0;top:50%;right:30%;animation-delay:2s}.shape-3[data-v-52e4b168]{width:120px;height:120px;background:#e8f5e8;top:70%;right:15%;animation-delay:4s}.about[data-v-52e4b168]{padding:10rem 2rem;background:#fff;width:100%}.container[data-v-52e4b168]{max-width:1200px;margin:0 auto}.section-title[data-v-52e4b168]{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#333;text-transform:uppercase;letter-spacing:-.02em}.section-description[data-v-52e4b168]{font-size:1.2rem;line-height:1.8;text-align:center;max-width:900px;margin:0 auto;color:#555}.services[data-v-52e4b168]{padding:10rem 2rem;background:#f9f9f9;width:100%}.services-grid[data-v-52e4b168]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:5rem}.service-card[data-v-52e4b168]{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:space-between}.service-card[data-v-52e4b168]:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.service-card h3[data-v-52e4b168]{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#333;text-transform:uppercase;letter-spacing:-.01em}.service-card p[data-v-52e4b168]{font-size:1.1rem;line-height:1.7;color:#555;flex-grow:1}.about-lexington[data-v-52e4b168]{width:100%}.lexington-module[data-v-52e4b168]{padding:12rem 2rem;background:#fff;position:relative;overflow:hidden}.lexington-module.module-alt[data-v-52e4b168]{background:#f9f9f9}.module-content[data-v-52e4b168]{display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.module-text[data-v-52e4b168]{flex:1;max-width:600px}.module-title[data-v-52e4b168]{font-size:3rem;font-weight:700;margin-bottom:2.5rem;color:#333;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1}.module-text p[data-v-52e4b168]{font-size:1.2rem;line-height:1.8;color:#555;margin-bottom:2rem}.module-text p[data-v-52e4b168]:last-child{margin-bottom:0}.module-visual[data-v-52e4b168]{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-height:400px}.module-image[data-v-52e4b168]{width:100%;max-width:500px;height:auto;border-radius:8px;box-shadow:0 8px 24px #00000026;transition:all .3s ease}.module-image[data-v-52e4b168]:hover{transform:scale(1.02);box-shadow:0 12px 32px #0003}.visual-shape[data-v-52e4b168]{position:absolute;border-radius:8px;opacity:.8;animation:float-52e4b168 8s ease-in-out infinite}.shape-1[data-v-52e4b168]{width:200px;height:200px;background:#e3f2fd;top:20%;left:10%;animation-delay:0s}.shape-2[data-v-52e4b168]{width:150px;height:150px;background:#fff3e0;bottom:20%;right:10%;animation-delay:2s}.shape-3[data-v-52e4b168]{width:180px;height:180px;background:#e8f5e8;top:30%;right:10%;animation-delay:1s}.shape-4[data-v-52e4b168]{width:120px;height:120px;background:#f3e5f5;bottom:30%;left:10%;animation-delay:3s}.shape-5[data-v-52e4b168]{width:220px;height:220px;background:#fff8e1;top:10%;left:20%;animation-delay:.5s}.shape-6[data-v-52e4b168]{width:160px;height:160px;background:#e0f7fa;bottom:10%;right:20%;animation-delay:2.5s}.shape-7[data-v-52e4b168]{width:190px;height:190px;background:#fce4ec;top:25%;right:15%;animation-delay:1.5s}.shape-8[data-v-52e4b168]{width:140px;height:140px;background:#e8eaf6;bottom:25%;left:15%;animation-delay:3.5s}@keyframes fadeInUp-52e4b168{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes float-52e4b168{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}}@media(max-width:1024px){.hero-title[data-v-52e4b168]{font-size:3.5rem}.hero-stats[data-v-52e4b168]{gap:2rem}}@media(max-width:768px){.hero[data-v-52e4b168]{flex-direction:column;text-align:center;padding:6rem 2rem}.hero-content[data-v-52e4b168]{max-width:100%}.hero-title[data-v-52e4b168]{font-size:2.8rem}.hero-subtitle[data-v-52e4b168]{font-size:1.5rem}.hero-stats[data-v-52e4b168]{flex-direction:column;gap:1rem;align-items:center}.stat-item[data-v-52e4b168]{width:100%;max-width:300px}.hero-visual[data-v-52e4b168]{position:relative;width:100%;height:300px;margin-top:3rem}.about[data-v-52e4b168],.services[data-v-52e4b168]{padding:6rem 2rem}.section-title[data-v-52e4b168]{font-size:2.5rem}.services-grid[data-v-52e4b168]{grid-template-columns:1fr;gap:2rem}.lexington-module[data-v-52e4b168]{padding:8rem 2rem}.module-content[data-v-52e4b168]{flex-direction:column;text-align:center;gap:3rem}.module-text[data-v-52e4b168]{max-width:100%}.module-title[data-v-52e4b168]{font-size:2.5rem}.module-visual[data-v-52e4b168]{min-height:300px}.visual-shape[data-v-52e4b168]{transform:scale(.8)}}@media(max-width:480px){.hero-title[data-v-52e4b168]{font-size:2.2rem}.hero-btn[data-v-52e4b168]{padding:1rem 2rem;font-size:1rem}.section-title[data-v-52e4b168]{font-size:2rem}}
