:root{--font-serif:"Noto Serif","Times New Roman",Times,serif;--font-sans:"Noto Sans","Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--paper:#f3f4f6;--paper-2:#f9fafb;--text:#111827;--ink:#111827;--muted:#6b7280;--rule:#e5e7eb;--edge:#d1d5db;--brand:#4f7cff;--accent:#4f7cff;--bg-quote:#f9fafb;--border:#e5e7eb;--shadow-sm:0 6px 18px rgba(15,23,42,.06);--shadow-md:0 10px 28px rgba(15,23,42,.09)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);color:var(--ink);background:#e5e7eb;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}ul li{margin-bottom:.5rem}.paper-wrapper{background:#fff;border-radius:20px;padding:2.8rem 2.5rem;box-shadow:0 20px 35px rgba(15,23,42,.06);border:1px solid #e5e7eb}.paper-wrapper>*+*{margin-top:2.5rem}.site-shell{max-width:1000px;margin:2rem auto 3.25rem;padding:0 1rem}.site-card{background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.04);box-shadow:var(--shadow-sm)}.heading-serif{font-family:var(--font-serif);font-weight:800;letter-spacing:.01em}.text-muted{color:var(--muted)}.btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.25rem;border-radius:999px;border:1px solid var(--brand);background:#fff;font-family:var(--font-sans);font-size:.95rem;font-weight:600;cursor:pointer;color:var(--brand);box-shadow:var(--shadow-sm);transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.btn-pill:hover{border-color:var(--brand);background:rgba(79,124,255,.06);color:#1e3a8a;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-pill:disabled{opacity:.55;cursor:default;box-shadow:none}.section-header{background:linear-gradient(180deg,var(--paper),var(--paper-2));border-radius:18px;border:1px solid var(--rule);padding:20px 22px 18px;box-shadow:var(--shadow-sm)}.section-header__title{font-family:var(--font-serif);font-size:clamp(1.9rem,2.4vw + 1rem,2.6rem);font-weight:800;margin:0 0 .35rem;letter-spacing:-.01em;color:var(--ink)}.section-header__dek{font-family:var(--font-sans);color:var(--muted);margin:0;font-size:1rem}.form-stack{display:flex;flex-direction:column;gap:.75rem}.form-stack input,.form-stack select,.form-stack textarea{font-family:var(--font-sans);font-size:.95rem;padding:.55rem .65rem;border-radius:10px;border:1px solid #d7d7d7;outline:none;background:#fff}.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus{border-color:#b5c4ff;box-shadow:0 0 0 2px rgba(114,130,255,.15)}.form-stack textarea{min-height:160px;resize:vertical}.site-footer{text-align:center;font-family:var(--font-sans);font-size:.85rem;color:var(--muted);padding:2rem 1rem 2.5rem}.page-heading{margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:1px solid #e5e7eb}.page-heading__title{font-family:"Noto Serif",Times New Roman,Times,serif;font-size:clamp(2.1rem,2.5vw + 1rem,2.7rem);font-weight:800;letter-spacing:-.02em;color:#111827;margin:0 0 .4rem;position:relative}.page-heading__title:after{content:"";display:block;width:72px;height:3px;border-radius:999px;background:#4f7cff;margin-top:.55rem}.page-heading__dek{margin:0;font-size:.98rem;color:#4b5563;max-width:720px}.contact-section{margin-top:4rem;padding:2rem 2.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 3px 10px rgba(0,0,0,.03)}.contact-intro{margin-top:.5rem;margin-bottom:1.5rem;color:#444;line-height:1.6}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{margin-bottom:.75rem;font-size:1rem}.contact-list a{color:#1a1a1a;text-decoration:none}.contact-list a:hover{text-decoration:underline}.contact-icon{margin-right:8px}.hero-illustration{width:100%;aspect-ratio:2/1;background-size:cover;background-position:50%;filter:brightness(.92) saturate(1.05);border-radius:12px;overflow:hidden;margin:0}@media (max-width:640px){.site-shell{padding:0 .65rem;margin:1.25rem auto 2.25rem}.paper-wrapper{padding:1.6rem 1.25rem;border-radius:16px}.section-header{padding:16px 18px;border-radius:14px}.contact-section{padding:1.4rem 1.25rem;border-radius:14px}.home-card{padding:1.25rem 1.2rem}}.lt-header{position:fixed;top:0;left:0;right:0;z-index:40;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,23,42,.06);transform:translateY(0);transition:transform .22s ease,box-shadow .2s ease,background-color .2s ease}.lt-header--scrolled{box-shadow:0 10px 30px rgba(15,23,42,.06)}.lt-header--hidden{transform:translateY(-100%)}.lt-header-inner{max-width:1120px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}.lt-header-brand{display:flex;flex-direction:column;align-items:center;gap:2px}.lt-header-logo-link{display:inline-flex;align-items:center;justify-content:center}.lt-header-logo{border-radius:999px;box-shadow:0 0 0 1px rgba(15,23,42,.06)}.lt-header-site-name{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#4b5563;white-space:nowrap}.lt-header-nav{display:flex;align-items:center;gap:24px}.lt-header-nav--desktop{font-size:14px}.lt-header-nav-item{position:relative;font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#4b5563;text-decoration:none;padding-bottom:3px;transition:color .12s ease}.lt-header-nav-item:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:#111827;transition:width .14s ease}.lt-header-nav-item:hover{color:#111827}.lt-header-nav-item:hover:after{width:100%}.lt-header-nav-item.active{color:#111827}.lt-header-nav-item.active:after{width:100%}.lt-header-burger{display:none;position:relative;width:28px;height:20px;border:none;background:transparent;padding:0;cursor:pointer}.lt-header-burger span{position:absolute;left:0;right:0;height:2px;border-radius:999px;background:#111827;transition:transform .16s ease,opacity .16s ease,top .16s ease}.lt-header-burger span:first-child{top:4px}.lt-header-burger span:last-child{top:14px}.lt-header-burger--open span:first-child{top:9px;transform:rotate(45deg)}.lt-header-burger--open span:last-child{top:9px;transform:rotate(-45deg)}.lt-header-nav--mobile{display:none;flex-direction:column;gap:8px;padding:8px 20px 12px;border-top:1px solid rgba(15,23,42,.06);background:hsla(0,0%,100%,.98)}.lt-header-nav-item--mobile{padding:6px 0}.lt-header-nav--mobile-open{display:flex}@media (max-width:768px){.lt-header-inner{padding-inline:16px}.lt-header-brand{flex-direction:row;gap:8px}.lt-header-site-name{font-size:11px}.lt-header-nav--desktop{display:none}.lt-header-burger{display:inline-flex}}main{padding-top:70px}.tytst-footer{text-align:center;margin-top:2rem;margin-bottom:1rem}