@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Roboto+Slab:wght@700&display=swap";:root{--primary-color: #9c27b0;--dark-text: #3c4858;--light-text: #6c757d;--background-gray: #f4f4f7;--white: #ffffff;--shadow: 0 10px 30px -10px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Roboto,sans-serif;font-weight:300;line-height:1.6;background-color:var(--background-gray);color:var(--dark-text);min-height:100vh;overflow-x:hidden}.home-page{font-weight:300;line-height:1.6;letter-spacing:normal}.container{max-width:1140px;margin:0 auto;padding:0 30px;box-sizing:border-box}h1,h2,h3,h4{font-family:Roboto Slab,serif;font-weight:700;margin-bottom:1rem}h2{font-size:2.25rem;text-align:center;margin-bottom:1rem}h5{font-size:1.25rem;text-align:center;color:var(--light-text);max-width:700px;margin:0 auto 3rem}section{padding:60px 0}section[id]{scroll-margin-top:90px}.header{position:fixed;top:0;left:0;width:100%;max-width:100vw;padding:1rem 0;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled{background-color:var(--white);box-shadow:var(--shadow);border-bottom:1px solid rgba(60,72,88,.18)}.navbar{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:100%}.nav-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.nav-logo img{width:50px}.nav-logo-text{color:var(--white);font-size:1.25rem;font-family:Roboto,sans-serif;font-weight:300;transition:color .3s ease}.header.scrolled .nav-logo-text{color:var(--dark-text)}.nav-links{display:flex;align-items:center;gap:25px}.nav-links a{color:var(--white);text-decoration:none;font-weight:400;transition:color .3s ease}.header.scrolled .nav-links a{color:var(--dark-text)}.nav-links a:hover{color:var(--primary-color)}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:8px;background:transparent;color:var(--white);cursor:pointer;transition:border-color .3s ease,color .3s ease,background-color .3s ease}.header.scrolled .nav-toggle{color:var(--dark-text);border-color:#3c48584d;background-color:#3c48580a}.nav-toggle svg{width:22px;height:22px}.hero{height:100vh;background-image:linear-gradient(#0000008c,#0000008c),url(/_astro/hero-background.sY9zsfy0.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--white);padding:0 30px}.hero-content h1{font-size:3.5rem;margin:0}.hero-content p{font-size:1.3rem;font-weight:300;max-width:600px;margin:1rem auto 0}.hero-logo-container{display:inline-flex;flex-direction:column;align-items:center;margin-bottom:1rem}.hero-logo-container img{width:60%;max-width:280px;height:auto;margin-bottom:.5rem}.main-content{background-color:var(--white);border-radius:8px;margin:-100px auto 0;position:relative;z-index:10;box-shadow:var(--shadow);max-width:1200px}#about .about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;text-align:center}.about-card img{max-width:100%;height:auto;box-shadow:10px 10px 20px -10px #0003;margin-bottom:1.5rem}.profile-img{width:180px;height:180px;object-fit:cover;border-radius:50%}.about-card h4{color:var(--dark-text);font-size:1.2rem}.about-card .title{color:var(--light-text);display:block;margin-top:-10px;margin-bottom:1rem}.about-card p{color:var(--light-text);font-size:.95rem}#services{background-color:var(--background-gray)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.service-item{display:flex;align-items:flex-start;gap:20px}.service-icon{flex-shrink:0;color:var(--primary-color);margin-top:5px}.service-icon svg{width:40px;height:40px}.service-item h4{margin-bottom:.5rem}.service-item p{color:var(--light-text);font-size:.95rem}.tools-grid{margin-top:2rem}.tool-card{display:flex;align-items:flex-start;gap:20px;padding:18px 20px;border-radius:8px;text-decoration:none;color:inherit;background-color:var(--background-gray);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.tool-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -12px #00000040;color:inherit}.email-btn{display:inline-block;padding:1rem 2rem;background-color:var(--primary-color);color:var(--white);border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.email-btn:hover{background-color:#89229b}.footer{background-color:var(--dark-text);color:#ccc;text-align:center;padding:2rem 0;font-size:.9rem}.cert-badge{display:flex;justify-content:center;margin-bottom:1rem}.cert-badge iframe{width:132px;height:132px;border:none}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:2rem}.blog-card{border:1px solid rgba(60,72,88,.15);border-radius:12px;padding:1.5rem;background-color:var(--white);box-shadow:0 10px 20px -10px #0003;display:flex;flex-direction:column;gap:1rem;min-height:220px}.blog-card h4{font-size:1.4rem;margin-bottom:.5rem}.blog-card p{color:var(--light-text);font-size:.95rem}.blog-card .meta{font-size:.85rem;color:var(--light-text);letter-spacing:.5px}.blog-card a{margin-top:auto;text-decoration:none;color:var(--primary-color);font-weight:700;display:inline-flex;align-items:center;gap:6px}.post-detail{padding:80px 30px}.post-detail article{max-width:800px;margin:0 auto}.post-hero-image{width:100%;height:auto;border-radius:16px;margin-top:15px;margin-bottom:2rem;box-shadow:var(--shadow)}.post-detail .post-meta{color:var(--light-text);font-size:.9rem;margin-bottom:1.5rem}.post-detail .title{margin-top:.1rem;margin-bottom:2.5rem}.post-detail .post-body{font-size:1.05rem;color:#222529;line-height:1.9;letter-spacing:.02em}.post-detail .post-body p{margin:0 0 1.25rem}.post-detail .post-body p:last-child{margin-bottom:0}.post-detail .post-body ul,.post-detail .post-body ol{margin:0 0 1.25rem 2rem;padding-left:.5rem}.post-detail .post-body img{max-width:100%;height:auto;display:block;margin:1.5rem auto}.post-detail .post-body li+li{margin-top:.5rem}.post-detail .post-body blockquote{margin:0 0 1.5rem;padding:1rem 1.25rem;border-left:4px solid var(--primary-color);background-color:#9c27b014;border-radius:8px;color:var(--dark-text);font-style:italic}.post-detail .post-body h2,.post-detail .post-body h3{margin-top:2.25rem;margin-bottom:1rem;color:var(--dark-text)}.post-detail h1{color:var(--dark-text)}.post-detail .post-body h2{text-align:left;font-size:1.85rem}.post-detail .post-body h4{margin-top:1.75rem;margin-bottom:.75rem;color:var(--dark-text)}.post-detail .post-body h2,.post-detail .post-body h3{margin-top:2rem}.blog-description{color:var(--light-text);margin-bottom:1.5rem}@media(max-width:768px){html,body{overflow-x:hidden;width:100%;max-width:100%}.header{max-width:100%;overflow-x:hidden}.hero-content h1{font-size:2.5rem}.nav-toggle{display:inline-flex}.nav-links{display:none;position:fixed;top:70px;left:0;right:0;width:100%;max-width:100vw;flex-direction:column;gap:16px;padding:20px 24px;background-color:var(--white);box-shadow:var(--shadow);border-radius:0 0 12px 12px;box-sizing:border-box}.nav-links.open{display:flex}.nav-links a{color:var(--dark-text)}.main-content{margin:-50px 15px 0}.hero{padding-top:60px}}
