:root{--brand-blue:#0056d2;--brand-purple:#6a11cb;--brand-pink:#d63384;--brand-red:#ff3b30;--brand-gradient:linear-gradient(90deg,var(--brand-blue) 0%,var(--brand-purple) 50%,var(--brand-red) 100%);--text-primary:#2d3748;--text-secondary:#718096;--bg-light:#f8f9fa}body,html{background-color:var(--bg-light);color:var(--text-primary);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;scroll-behavior:smooth}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1}a{color:var(--brand-purple);text-decoration:none;transition:color .2s ease}a:hover{color:var(--brand-blue);text-decoration:underline}.text-highlight{background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.heading-primary{color:var(--text-primary);font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.heading-secondary{color:var(--text-primary);font-size:2.5rem;margin-bottom:.5rem}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:3rem;text-align:center}.badge{background:#6a11cb1a;border-radius:50px;color:var(--brand-purple);display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.badge-light{background:var(--bg-light)}@media(max-width:768px){.heading-primary{font-size:2.5rem}}.content-wrapper{margin:0 auto;max-width:1200px;padding:2rem}.section-header-center{margin-bottom:4rem;text-align:center}.flex-center{display:flex}.btn,.flex-center{align-items:center;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .2s,box-shadow .3s,background .3s}.btn-primary{background:var(--brand-gradient);box-shadow:0 4px 15px #6a11cb4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #6a11cb66;color:#fff;text-decoration:none;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid var(--brand-purple);color:var(--brand-purple)}.btn-secondary:hover{background:var(--bg-light);text-decoration:none;transform:translateY(-2px)}.bento-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,minmax(200px,auto))}.bento-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;justify-content:center;padding:2rem;transition:transform .3s ease}.bento-card:hover{transform:translateY(-5px)}.base-card{background-color:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.base-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}@media(max-width:968px){.bento-grid{grid-template-columns:1fr;grid-template-rows:auto}}.app-header[data-v-f77ce765]{background-color:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.header-container[data-v-f77ce765]{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.5rem 1rem}.logo[data-v-f77ce765]{display:block;height:50px;width:auto}.main-nav[data-v-f77ce765]{align-items:center;display:flex}.nav-list[data-v-f77ce765]{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link[data-v-f77ce765]{color:var(--text-primary,#333);font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .2s ease}.nav-link.router-link-exact-active[data-v-f77ce765],.nav-link[data-v-f77ce765]:hover{color:var(--brand-purple,#6a11cb)}.nav-link[data-v-f77ce765]:after{background-color:var(--brand-gradient,#6a11cb);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.router-link-exact-active[data-v-f77ce765]:after,.nav-link[data-v-f77ce765]:hover:after{width:100%}.mobile-menu-btn[data-v-f77ce765]{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;z-index:110}.bar[data-v-f77ce765]{background-color:var(--text-primary,#333);border-radius:2px;height:3px;transition:transform .3s ease,opacity .3s ease;width:25px}.mobile-menu-btn.is-active .bar[data-v-f77ce765]:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.is-active .bar[data-v-f77ce765]:nth-child(2){opacity:0}.mobile-menu-btn.is-active .bar[data-v-f77ce765]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay[data-v-f77ce765]{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:105}.mobile-nav[data-v-f77ce765]{background:#fff;box-shadow:-5px 0 15px #0000001a;gap:2rem;height:100%;padding:2rem;position:fixed;right:0;top:0;width:280px;z-index:106}.mobile-nav[data-v-f77ce765],.mobile-nav-list[data-v-f77ce765]{display:flex;flex-direction:column}.mobile-nav-list[data-v-f77ce765]{gap:1.5rem;list-style:none;margin:4rem 0 0;padding:0}.mobile-nav-link[data-v-f77ce765]{color:var(--text-secondary,#718096);display:block;font-size:1.2rem;font-weight:500;padding:.5rem;text-decoration:none;transition:color .2s ease}.mobile-nav-link.router-link-exact-active[data-v-f77ce765],.mobile-nav-link[data-v-f77ce765]:hover{color:var(--brand-purple,#6a11cb)}.fade-enter-active[data-v-f77ce765],.fade-leave-active[data-v-f77ce765]{transition:opacity .3s ease}.fade-enter-from[data-v-f77ce765],.fade-leave-to[data-v-f77ce765]{opacity:0}.slide-enter-active[data-v-f77ce765],.slide-leave-active[data-v-f77ce765]{transition:transform .4s ease}.slide-enter-from[data-v-f77ce765],.slide-leave-to[data-v-f77ce765]{transform:translate(100%)}@media(max-width:768px){.main-nav[data-v-f77ce765]{display:none}.mobile-menu-btn[data-v-f77ce765]{display:flex}}.app-footer[data-v-06a37c22]{background-color:var(--bg-light);border-top:1px solid #e9ecef;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:auto;padding:2rem 0}.footer-content[data-v-06a37c22]{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:1200px;text-align:center}.contact-title[data-v-06a37c22]{color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.contact-links[data-v-06a37c22]{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-link[data-v-06a37c22]{align-items:center;color:var(--text-secondary);display:flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.contact-link[data-v-06a37c22]:hover{color:var(--brand-purple)}.icon[data-v-06a37c22]{height:24px;width:24px}.copyright[data-v-06a37c22]{color:var(--text-secondary);font-size:.9rem;margin-top:1rem}
