:root{--brand-blue: #5b9bd5;--brand-gray: #4d5460;--brand-blue-rich: #3a7ec8;--bg-main: #f2f7fc;--bg-card: rgba(255, 255, 255, .95);--bg-inner: rgba(242, 247, 252, .7);--text-main: var(--brand-gray);--text-muted: #7a8494;--border: rgba(91, 155, 213, .15);--header-bg: linear-gradient(to right, #eef5fb, var(--brand-blue));--nav-inactive: rgba(77, 84, 96, .55);--nav-hover: var(--brand-gray);--nav-active: var(--brand-blue-rich)}:root[data-theme=dark]{--bg-main: #1b2130;--bg-card: rgba(35, 44, 62, .85);--bg-inner: rgba(27, 33, 48, .6);--text-main: #dde4ee;--text-muted: #8896aa;--border: rgba(91, 155, 213, .12);--header-bg: linear-gradient(to right, #c8dff0, #1b2130);--nav-inactive: rgba(255, 255, 255, .55);--nav-hover: rgba(255, 255, 255, .9);--nav-active: white}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.75;background:var(--bg-main);color:var(--text-main);transition:background .3s ease,color .3s ease}p{margin:0 0 1rem}p:last-child{margin-bottom:0}a{color:var(--brand-blue-rich)}body{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding:.5rem 0 2rem}.header{background:var(--header-bg);padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo{height:2.75rem;width:auto;flex-shrink:0;mix-blend-mode:multiply}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{display:inline-block;padding:.4rem 1rem .35rem;color:var(--nav-inactive);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.nav-link:hover{color:var(--nav-hover)}.nav-link.is-active{color:var(--nav-active);border-bottom-color:var(--nav-active)}.theme-toggle{position:relative;width:2rem;height:2rem;border-radius:50%;border:none;background:transparent;cursor:pointer;flex-shrink:0;padding:0;transition:background .2s ease}.theme-toggle:hover{background:#ffffff26}.toggle-icon{position:absolute;top:50%;left:50%;font-size:1rem;line-height:1;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.toggle-icon:first-child{opacity:1;transform:translate(-50%,-50%) scale(1)}.toggle-icon:last-child{opacity:0;transform:translate(-50%,-50%) scale(.5)}:root[data-theme=dark] .toggle-icon:first-child{opacity:0;transform:translate(-50%,-50%) scale(.5)}:root[data-theme=dark] .toggle-icon:last-child{opacity:1;transform:translate(-50%,-50%) scale(1)}.main>section{display:none;max-width:900px;margin:2rem auto;padding:2rem 2.5rem;border-radius:14px;box-shadow:0 2px 16px #0000000f;background:var(--bg-card);transition:background .3s ease}.main>section.is-active{display:block}.main section h2{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--brand-gray);margin:0 0 1.5rem}.main section h3{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-blue);margin:1.5rem 0 .4rem}.main section h3:first-of-type{margin-top:0}:root[data-theme=dark] .main section h2{color:#dde4ee}.lead{font-size:1.1rem;font-weight:500;line-height:1.7;color:var(--brand-blue);margin-bottom:1.25rem}:root[data-theme=dark] .lead{color:#8bb8d8}#about,#contact,#services{background:none;max-width:none;margin:0;border-radius:0;box-shadow:none;padding:0}#about,#contact,#services{position:relative;overflow:hidden;isolation:isolate}#about:after,#contact:after,#services:after{content:"";position:absolute;inset:0;background:var(--hero-overlay);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none;z-index:0}:root{--hero-overlay: rgba(242, 247, 252, .78);--card-glass: rgba(255, 255, 255, .55);--card-glass-border: rgba(255, 255, 255, .7)}:root[data-theme=dark]{--hero-overlay: rgba(10, 18, 35, .72);--card-glass: rgba(40, 52, 74, .42);--card-glass-border: rgba(255, 255, 255, .14)}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}.hero-bg-img.img-1{animation:hero-fade-1 45s infinite}.hero-bg-img.img-2{animation:hero-fade-2 45s infinite}.hero-bg-img.img-3{animation:hero-fade-3 45s infinite}[data-theme=light] .hero-dark,[data-theme=dark] .hero-light{display:none}[data-theme=light] .hero-content .lead,[data-theme=light] .hero-content .contact-email{color:var(--text-main)}@keyframes hero-fade-1{0%{opacity:1}28.89%{opacity:1}33.33%{opacity:0}95.56%{opacity:0}to{opacity:1}}@keyframes hero-fade-2{0%{opacity:0}28.89%{opacity:0}33.33%{opacity:1}62.22%{opacity:1}66.67%{opacity:0}to{opacity:0}}@keyframes hero-fade-3{0%{opacity:0}62.22%{opacity:0}66.67%{opacity:1}95.56%{opacity:1}to{opacity:0}}.hero-content{max-width:900px;margin:0 auto;padding:3rem 2.5rem;position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.hero-bg-img{animation:none;opacity:0}.hero-bg-img.img-1{opacity:1}}.service-list{display:flex;flex-direction:column}.service-item{padding:1.4rem 0;border-top:1px solid var(--border)}.service-item:first-child{padding-top:0;border-top:none}.service-item:last-child{padding-bottom:0}.hero-content .service-item h3{font-size:1.15rem;font-weight:600;letter-spacing:normal;text-transform:none;color:var(--brand-blue-rich);margin:0 0 .35rem}:root[data-theme=dark] .hero-content .service-item h3{color:#8bb8d8}.service-item p{font-size:.95rem;line-height:1.65;margin:0}.service-cta{margin-top:1.75rem;font-size:.95rem;color:var(--text-muted)}address{font-style:normal;line-height:1.9;margin:0 0 1.5rem}.contact-email{display:inline-block;font-size:1.15rem;font-weight:600;color:var(--brand-blue-rich);text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s ease}.contact-email:hover{border-bottom-color:var(--brand-blue-rich)}.footer{padding:1.25rem 2rem;text-align:center;font-size:.82rem;color:var(--text-muted);border-top:1px solid var(--border)}.footer-links{margin-bottom:.4rem}.footer-links a{margin:0 .5rem;color:var(--brand-blue-rich);text-decoration:none;font-weight:500}.footer-links a:hover{text-decoration:underline}@media(max-width:640px){.header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.header-logo{height:2.25rem}.nav{width:100%;justify-content:space-between}.nav-link{padding:.3rem .5rem;font-size:.85rem}.main>section{margin:1rem;padding:1.5rem 1.25rem}#about,#contact,#services{margin:0;padding:0}.hero-content{padding:2rem 1.25rem}}@keyframes theme-reveal{0%{clip-path:circle(0 at var(--vt-x) var(--vt-y))}to{clip-path:circle(var(--vt-r) at var(--vt-x) var(--vt-y))}}::view-transition-old(root){animation:none}::view-transition-new(root){animation:theme-reveal .45s ease-in-out}
