@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Outfit:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lora,Georgia,serif;color:#2b2d42;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600;line-height:1.25;color:#1b4965}a{color:#1b4965;text-decoration:none;transition:color .2s ease,border-color .2s ease}button,input,select,textarea{font-family:Inter,sans-serif}.app-container{display:flex;flex-direction:column;min-height:100vh}.content-wrapper{flex-grow:1;padding:3rem 1.5rem;max-width:960px;width:100%;margin:0 auto}@media (max-width: 768px){.content-wrapper{padding:2rem 1rem}}.header{background-color:#fff;box-shadow:0 2px 4px #1b496514;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e2eafc}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.header-container{padding:.8rem 1rem}}.brand{display:flex;align-items:center;gap:.75rem}.brand .logo-img{height:48px;width:auto;object-fit:contain;transition:transform .3s ease}.brand .logo-img:hover{transform:rotate(5deg) scale(1.05)}.brand .brand-text{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:#1b4965;letter-spacing:-.02em}.brand .brand-text span{color:#62b6cb;font-size:.8rem;vertical-align:super}@media (max-width: 768px){.brand .brand-text{font-size:1.2rem}}.nav-desktop{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.nav-desktop{display:none}}.nav-link{font-family:Inter,sans-serif;font-weight:500;color:#2b2d42;font-size:.95rem;position:relative;padding:.25rem 0}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#62b6cb;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-link:hover{color:#1b4965}.nav-link:hover:after{transform:scaleX(1);transform-origin:left}.nav-link.active{color:#1b4965;font-weight:600}.nav-link.active:after{transform:scaleX(1);background-color:#1b4965}.phone-cta{display:flex;align-items:center;gap:.5rem;background-color:#1b4965;color:#fff;padding:.6rem 1.2rem;border-radius:50px;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;transition:background-color .2s ease,transform .2s ease;box-shadow:0 2px 4px #1b496514}.phone-cta svg{width:16px;height:16px}.phone-cta:hover{background-color:#246085;color:#fff;transform:translateY(-1px)}.menu-toggle{display:none;background:none;border:none;color:#1b4965;cursor:pointer;padding:.25rem}@media (max-width: 768px){.menu-toggle{display:block}}.nav-mobile{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 16px 32px #1b49651a;border-top:1px solid #e2eafc;display:flex;flex-direction:column;padding:1.5rem;gap:1.25rem;animation:slideDown .3s ease-out forwards;z-index:999}.nav-mobile .nav-link{font-size:1.1rem;padding:.5rem 0;border-bottom:1px solid #e2eafc}.nav-mobile .nav-link:after{display:none}.nav-mobile .nav-link.active{color:#1b4965;border-bottom-color:#1b4965;padding-left:.5rem}.nav-mobile .phone-cta{justify-content:center;margin-top:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#0f2331;color:#f8fafd;padding:4rem 1.5rem .5rem;border-top:4px solid #62b6cb}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.footer-container{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem}}.footer-about .footer-brand{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-about .footer-brand span{font-size:.8rem;vertical-align:super;color:#62b6cb}.footer-about .footer-desc{color:#bdc3ce;font-size:.95rem;margin-bottom:1.5rem;font-family:Lora,Georgia,serif}.footer-contact h4{color:#fff;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.footer-contact .contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.95rem}.footer-contact .contact-item svg{color:#62b6cb;width:18px;height:18px;flex-shrink:0}.footer-contact .contact-item a{color:#dadee4}.footer-contact .contact-item a:hover{color:#62b6cb}.footer-credentials h4{color:#fff;font-family:Outfit,sans-serif;margin-bottom:1.2rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.footer-credentials .logos-grid{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.footer-credentials .logos-grid .cred-logo-link{display:inline-block;background-color:#fff;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:background-color .2s ease,transform .2s ease}.footer-credentials .logos-grid .cred-logo-link:hover{transform:translateY(-2px)}.footer-credentials .logos-grid .cred-logo{background-color:#fff;height:48px;width:auto;object-fit:contain;filter:brightness(.95) contrast(1.05)}.footer-bottom{max-width:1200px;margin:0 auto;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.85rem;color:#a0a8b9}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-bottom .copyright{font-size:.85rem}.footer-bottom .footer-links{display:flex;gap:1.5rem}.footer-bottom .footer-links a{color:#a0a8b9}.footer-bottom .footer-links a:hover{color:#62b6cb}.hero{text-align:center;padding:2.5rem 0 3.5rem;border-bottom:1px solid #e2eafc;margin-bottom:3.5rem}.hero .hero-logo{max-width:260px;height:auto;margin-bottom:2rem;border-radius:12px;box-shadow:0 32px 32px #1b49654d;padding:5px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.hero h1{font-size:3rem;margin-bottom:1.5rem;color:#1b4965;letter-spacing:-.03em;font-weight:700}.hero h1 span{font-size:1.2rem;vertical-align:super;color:#62b6cb}@media (max-width: 768px){.hero h1{font-size:2.2rem}}.hero .welcome-text{font-size:1.15rem;line-height:1.8;color:#2b2d42;max-width:800px;margin:0 auto;font-family:Lora,Georgia,serif;text-align:justify;text-justify:inter-word}.hero .welcome-text:first-letter{font-size:2.5rem;font-weight:700;color:#1b4965;float:left;line-height:1;padding-right:8px;margin-top:4px;font-family:Outfit,sans-serif}@media (max-width: 768px){.hero .welcome-text{font-size:1.05rem}}.services-grid-section h2{font-size:2.2rem;text-align:center;margin-bottom:1rem;position:relative;padding-bottom:1rem}.services-grid-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#62b6cb;border-radius:2px}.services-grid-section .section-intro{text-align:center;color:#5c677d;font-size:1.05rem;max-width:600px;margin:0 auto 3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background-color:#fff;border-radius:12px;border:1px solid #e2eafc;padding:2.25rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s cubic-bezier(.165,.84,.44,1);box-shadow:0 2px 4px #1b496514;cursor:pointer}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #1b49651a;border-color:#62b6cb66}.service-card:hover .service-card-icon-wrapper{background-color:#1b4965;color:#fff;transform:scale(1.05)}.service-card:hover .service-card-link{color:#b88e4c}.service-card:hover .service-card-link svg{transform:translate(4px)}.service-card .service-card-icon-wrapper{width:56px;height:56px;border-radius:12px;background-color:#ddeff4;color:#1b4965;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.service-card .service-card-icon-wrapper svg{width:28px;height:28px}.service-card h3{font-size:1.25rem;margin-bottom:.75rem;font-family:Outfit,sans-serif;color:#1b4965}.service-card p{font-size:.95rem;color:#5c677d;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-family:Lora,Georgia,serif}.service-card .service-card-link{font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:#cfa15b;display:flex;align-items:center;gap:.4rem;margin-top:auto;transition:all .2s ease}.service-card .service-card-link svg{width:14px;height:14px;transition:transform .2s ease}.about-intro-section{margin-bottom:4rem}.about-intro-section h1{font-size:2.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2eafc;padding-bottom:.75rem}.about-intro-section .about-intro-text{font-size:1.1rem;line-height:1.8;color:#2b2d42;font-family:Lora,Georgia,serif;text-align:justify}.founder-section{background-color:#f8fafd;border-radius:16px;padding:3rem;border:1px solid #e2eafc}@media (max-width: 1024px){.founder-section{padding:2rem}}@media (max-width: 768px){.founder-section{padding:1.5rem}}.founder-section h2{font-size:2.2rem;margin-bottom:.5rem}.founder-section .founder-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:#cfa15b;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.05em}.founder-section .founder-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.founder-section .founder-layout{grid-template-columns:1fr;gap:2.5rem}}.founder-section .founder-bio{display:flex;flex-direction:column;gap:1.5rem}.founder-section .founder-bio p{font-size:1rem;line-height:1.7;color:#2b2d42;font-family:Lora,Georgia,serif;text-align:justify}.founder-section .founder-photo-container{display:flex;flex-direction:column;align-items:center;position:sticky;top:100px}.founder-section .founder-photo-container .founder-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 16px 32px #1b49651a;border:6px solid #ffffff;background-color:#fff;transition:transform .3s ease;width:100%;max-width:320px}.founder-section .founder-photo-container .founder-image-wrapper:hover{transform:scale(1.02)}.founder-section .founder-photo-container .founder-image{width:100%;height:auto;object-fit:cover;display:block}.founder-section .founder-photo-container .photo-caption{font-family:Inter,sans-serif;font-size:.85rem;color:#5c677d;margin-top:1rem;text-align:center;font-weight:500}.services-detail-container h1{font-size:2.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2eafc;padding-bottom:.75rem}.services-detail-container .services-detail-intro{font-size:1.1rem;line-height:1.8;color:#5c677d;margin-bottom:4rem}.services-detail-container .service-detail-list{display:flex;flex-direction:column;gap:4rem;margin-bottom:2rem}@media (max-width: 768px){.services-detail-container .service-detail-list{gap:3rem}}.services-detail-container .service-detail-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;background-color:#fff;border-radius:16px;padding:2.5rem;border:1px solid #e2eafc;box-shadow:0 2px 4px #1b496514;transition:all .3s ease;scroll-margin-top:100px}@media (max-width: 768px){.services-detail-container .service-detail-item{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.services-detail-container .service-detail-item:hover{box-shadow:0 8px 16px #1b49650f;border-color:#62b6cb4d;transform:translateY(-2px)}.services-detail-container .service-detail-item.highlighted{border-color:#cfa15b;background-color:#fff;box-shadow:0 0 0 4px #cfa15b26}.services-detail-container .service-detail-item .service-detail-icon-box{width:80px;height:80px;border-radius:16px;background-color:#ddeff4;color:#1b4965;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.services-detail-container .service-detail-item .service-detail-icon-box{width:64px;height:64px;border-radius:12px}}.services-detail-container .service-detail-item .service-detail-icon-box svg{width:38px;height:38px}@media (max-width: 768px){.services-detail-container .service-detail-item .service-detail-icon-box svg{width:32px;height:32px}}.services-detail-container .service-detail-item .service-detail-content h2{font-size:1.6rem;margin-bottom:1rem;color:#1b4965;font-family:Outfit,sans-serif}.services-detail-container .service-detail-item .service-detail-content p{font-size:1.05rem;line-height:1.75;color:#2b2d42;font-family:Lora,Georgia,serif;margin-bottom:1.25rem}.services-detail-container .service-detail-item .service-detail-content p:last-child{margin-bottom:0}
