@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Playfair+Display:wght@700&display=swap");body{margin:0;padding:0;min-height:100vh;font-family:Montserrat,Arial,sans-serif;background:url(/modern-background-with-lines.jpg) no-repeat 50% fixed;background-size:cover;color:#16212c}.header-glass{width:100vw;height:92px;position:fixed;top:0;left:0;z-index:50;background:linear-gradient(120deg,rgba(255,255,255,.95) 60%,rgba(30,221,206,.09));box-shadow:0 8px 40px 0 rgba(20,64,92,.15),0 1.5px 0 0 #b4f2ee15;border-bottom:1.5px solid #e6e9ef;-webkit-backdrop-filter:blur(15px) saturate(1.2);backdrop-filter:blur(15px) saturate(1.2);display:flex;align-items:center;justify-content:space-between;padding:0 3vw;transition:background .2s}.header-glass:before{content:"";position:absolute;top:0;left:0;width:100%;height:7px;background:linear-gradient(90deg,rgba(30,221,206,.18),rgba(246,255,255,.21) 60%,rgba(49,183,213,.11));filter:blur(2.5px);pointer-events:none;z-index:1}.site-logo{display:flex;align-items:center;gap:.7rem;position:relative;z-index:2}.site-logo img{width:58px;height:58px;filter:drop-shadow(0 4px 16px #1ec6b47a)}.site-title{font-family:Playfair Display,serif;font-weight:700;font-size:2.2rem;color:#143e54;letter-spacing:2px;text-shadow:0 2px 24px #bee6e9bb,0 3px 9px #fff8;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(90deg,#14405c 55%,#1ec6b4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-menu{display:flex;align-items:center;gap:2.2rem;position:relative;z-index:2}.site-menu a{text-decoration:none;color:#14405c;font-weight:700;font-family:Montserrat,Arial,sans-serif;font-size:1.07rem;letter-spacing:.5px;position:relative;transition:color .17s;padding:.25rem .1rem;display:inline-block}.site-menu a:after{content:"";display:block;width:0;height:2.5px;border-radius:3px;background:linear-gradient(90deg,#1ec6b4,#4ee6ea 70%,#21b3d1);transition:width .2s;margin:0 auto}.site-menu a:focus:after,.site-menu a:hover:after{width:90%}.site-menu a:focus,.site-menu a:hover{color:#1ec6b4;background:none}.menu-dropdown,.menu-dropdown span{position:relative;cursor:pointer}.menu-dropdown span{color:#14405c;font-weight:700;padding:.25rem .2rem;transition:color .17s}.menu-dropdown span:focus,.menu-dropdown span:hover{color:#1ec6b4}.menu-dropdown-content{display:none;position:absolute;top:2.5rem;left:0;min-width:200px;border-radius:1.1rem;background:rgba(255,255,255,.96);box-shadow:0 8px 32px rgba(20,64,92,.14);padding:.7rem .1rem;z-index:99;animation:fadeIn .19s}.menu-dropdown:focus-within .menu-dropdown-content,.menu-dropdown:hover .menu-dropdown-content{display:block}.menu-dropdown-content a{display:block;color:#143e54;font-weight:500;font-size:1.01rem;padding:.58rem 1.2rem;border-radius:.8rem;background:none;margin:.14rem 0;transition:background .15s,color .14s}.menu-dropdown-content a:hover{background:#e7f8f8;color:#1ec6b4;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;margin-right:8px;z-index:110}.hamburger span{width:28px;height:3px;background:#14405c;border-radius:2px;transition:all .2s}@media (max-width:950px){.site-title{font-size:1.13rem}.header-glass{padding:0 1vw}.site-menu{position:fixed;top:92px;left:0;width:100vw;height:calc(100vh - 92px);flex-direction:column;gap:1.7rem;background:rgba(255,255,255,.99);box-shadow:0 8px 28px rgba(20,64,92,.11);padding-top:2.1rem;align-items:flex-start;transform:translateY(-200vh);opacity:0;pointer-events:none;transition:all .27s cubic-bezier(.56,.02,.47,.97);z-index:111}.site-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.hamburger{display:flex}}.hero-section{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:130px}.hero-section img{width:128px;height:128px;margin-bottom:22px;filter:drop-shadow(0 6px 26px #1ec6b422)}.hero-headline{font-family:Playfair Display,serif;font-size:2.8rem;color:#102d47;letter-spacing:1.2px;margin-bottom:.2em;text-shadow:0 2px 22px #e7fbfb9a}.hero-headline,.hero-subtitle{font-weight:700;text-align:center}.hero-subtitle{font-family:Montserrat,Arial,sans-serif;font-size:1.18rem;color:#21c9bc;margin-top:1.35em;letter-spacing:.2px}