:root{--color-primary: #0066cc;--color-on-primary: #ffffff;--color-ink: #1d1d1f;--color-ink-muted: #6b7280;--color-canvas: #ffffff;--color-surface: #f9fafb;--color-surface-dark: #111827;--color-on-dark: #ffffff;--color-hairline: #e0e0e0;--font-display: SF Pro Display, system-ui, -apple-system, sans-serif;--font-body: SF Pro Display, system-ui, -apple-system, sans-serif;--text-h1-size: 40px;--text-h1-weight: 600;--text-h1-line: 1.1;--text-h2-size: 34px;--text-h2-weight: 600;--text-h2-line: 1.47;--text-h3-size: 1.25rem;--text-h3-weight: 600;--text-h3-line: 1.4;--text-body-size: 17px;--text-body-line: 1.47;--text-body-sm-size: 14px;--text-body-sm-line: 1.43;--text-button-size: .875rem;--text-button-weight: 600;--text-nav-size: 12px;--text-nav-weight: 400;--radius-sm: 5px;--radius-md: 11px;--radius-lg: 18px;--radius-xl: 16px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 17px;--space-xl: 24px;--space-xxl: 32px;--space-section: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:16px;line-height:var(--text-body-line);color:var(--color-ink);background:var(--color-canvas);-webkit-font-smoothing:antialiased}body{background-color:var(--color-canvas);color:var(--color-ink);min-height:100vh}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}.ds-section{padding:var(--space-section) var(--space-md)}.ds-container{max-width:1200px;margin:0 auto;padding:0 var(--space-md)}.ds-flex{display:flex}.ds-flex-col{display:flex;flex-direction:column}.ds-flex-center{display:flex;align-items:center;justify-content:center}.ds-flex-between{display:flex;align-items:center;justify-content:space-between}.ds-grid-2,.ds-grid-3,.ds-grid-4{display:grid;gap:var(--space-lg);grid-template-columns:1fr}.ds-text-center{text-align:center}.ds-text-left{text-align:left}@media(min-width:768px){.ds-grid-2,.ds-grid-3,.ds-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ds-grid-3{grid-template-columns:repeat(3,1fr)}.ds-grid-4{grid-template-columns:repeat(4,1fr)}}.ds-bg-canvas{background-color:var(--color-canvas)}.ds-bg-surface{background-color:var(--color-surface)}.ds-bg-dark{background-color:var(--color-surface-dark);color:var(--color-on-dark)}.ds-text-ink{color:var(--color-ink)}.ds-text-muted{color:var(--color-ink-muted)}.ds-text-on-dark{color:var(--color-on-dark)}.ds-text-display{font-family:var(--font-display);font-size:var(--text-h1-size);font-weight:var(--text-h1-weight);line-height:var(--text-h1-line);letter-spacing:-.02em;color:var(--color-ink)}.ds-text-headline{font-family:var(--font-display);font-size:var(--text-h2-size);font-weight:var(--text-h2-weight);line-height:var(--text-h2-line);color:var(--color-ink)}.ds-text-title{font-size:var(--text-h3-size);font-weight:var(--text-h3-weight);line-height:var(--text-h3-line);color:var(--color-ink)}.ds-text-body{font-size:var(--text-body-size);line-height:var(--text-body-line)}.ds-text-body-sm{font-size:var(--text-body-sm-size);line-height:var(--text-body-sm-line)}.ds-font-display{font-family:var(--font-display)}.ds-font-body{font-family:var(--font-body)}.ds-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-md);font-size:var(--text-button-size);font-weight:var(--text-button-weight);cursor:pointer;transition:filter .15s,box-shadow .15s;border:none;text-decoration:none}.ds-btn-primary{background-color:var(--color-primary);color:var(--color-on-primary)}.ds-btn-primary:hover{filter:brightness(.9)}.ds-btn-dark{background-color:var(--color-ink);color:var(--color-canvas)}.ds-btn-dark:hover{filter:brightness(.85)}.ds-btn-outline{background:transparent;color:var(--color-ink);border:1px solid var(--color-hairline)}.ds-btn-outline:hover{background:var(--color-surface)}.ds-btn-lg{padding:16px 32px;font-size:calc(var(--text-button-size) * 1.1)}.ds-card{background:var(--color-canvas);border:1px solid var(--color-hairline);border-radius:var(--radius-lg);padding:var(--space-xl);transition:box-shadow .15s}.ds-card:hover{box-shadow:0 4px 12px #00000014}.ds-card-surface{background:var(--color-surface)}.ds-card-dark{background:var(--color-surface-dark);color:var(--color-on-dark);border-color:transparent}.ds-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:var(--text-body-sm-size);font-weight:500}.ds-badge-primary{background-color:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-primary)}.ds-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--color-canvas);border-bottom:1px solid var(--color-hairline);padding:0 var(--space-md);height:64px}.ds-nav-spacer{height:64px}.ds-nav-brand{font-family:var(--font-display);font-size:var(--text-h3-size);font-weight:var(--text-h3-weight);color:var(--color-ink)}.ds-nav-links{display:none;gap:var(--space-lg);list-style:none}.ds-nav-link{font-size:var(--text-nav-size);font-weight:var(--text-nav-weight);color:var(--color-ink-muted);transition:color .15s}.ds-nav-link:hover{color:var(--color-ink)}@media(min-width:768px){.ds-nav-links{display:flex}}.ds-hero{display:flex;align-items:center;min-height:60vh;padding:var(--space-section) var(--space-md)}.ds-hero-centered{justify-content:center;text-align:center}.ds-hero-content{max-width:720px;margin:0 auto}.ds-hero-sub{margin-top:var(--space-md);font-size:var(--text-body-size);color:var(--color-ink-muted);max-width:560px}.ds-hero-cta{margin-top:var(--space-lg);display:flex;gap:var(--space-sm)}.ds-hero-centered .ds-hero-cta{justify-content:center}.ds-hero-image{border-radius:var(--radius-xl);overflow:hidden}.ds-hero-image img{width:100%;height:auto;object-fit:cover}@media(min-width:1024px){.ds-hero{min-height:70vh}.ds-hero-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xxl);align-items:center}.ds-hero-split .ds-hero-content{max-width:none}}.ds-input{width:100%;padding:10px 14px;border:1px solid var(--color-hairline);border-radius:var(--radius-md);font-size:var(--text-body-size);font-family:var(--font-body);background:var(--color-canvas);color:var(--color-ink);transition:border-color .15s}.ds-input:focus{outline:none;border-color:var(--color-primary)}.ds-textarea{resize:vertical;min-height:100px}.ds-label{display:block;font-size:var(--text-body-sm-size);font-weight:500;color:var(--color-ink);margin-bottom:var(--space-xs)}.ds-form-group{margin-bottom:var(--space-md)}.ds-footer{background:var(--color-surface-dark);color:var(--color-on-dark);padding:var(--space-section) var(--space-md)}.ds-footer-grid{display:grid;gap:var(--space-xl)}@media(min-width:768px){.ds-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.ds-footer-link{color:var(--color-on-dark, #9ca3af);font-size:var(--text-body-sm-size);transition:color .15s}.ds-footer-link:hover{color:var(--color-on-dark, #fff)}.ds-gap-xs{gap:var(--space-xs)}.ds-gap-sm{gap:var(--space-sm)}.ds-gap-md{gap:var(--space-md)}.ds-gap-lg{gap:var(--space-lg)}.ds-gap-xl{gap:var(--space-xl)}.ds-mt-sm{margin-top:var(--space-sm)}.ds-mt-md{margin-top:var(--space-md)}.ds-mt-lg{margin-top:var(--space-lg)}.ds-mt-xl{margin-top:var(--space-xl)}.ds-mb-sm{margin-bottom:var(--space-sm)}.ds-mb-md{margin-bottom:var(--space-md)}.ds-mb-lg{margin-bottom:var(--space-lg)}.ds-w-full{width:100%}.ds-max-w-sm{max-width:480px}.ds-max-w-md{max-width:720px}.ds-mx-auto{margin-left:auto;margin-right:auto}.ds-rounded{border-radius:var(--radius-md)}.ds-rounded-lg{border-radius:var(--radius-lg)}.ds-rounded-xl{border-radius:var(--radius-xl)}.ds-overflow-hidden{overflow:hidden}.ds-object-cover{object-fit:cover}.ds-shadow{box-shadow:0 1px 3px #00000014}.ds-section[data-astro-cid-6psfsa4l]{padding:0}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]{display:none}.ds-nav-right-row[data-astro-cid-6psfsa4l]{display:flex;align-items:center;height:64px;width:100%;position:relative}.ds-nav-right-brand[data-astro-cid-6psfsa4l]{flex-shrink:0;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;margin-right:var(--space-lg);z-index:1}.ds-nav-right-links[data-astro-cid-6psfsa4l]{margin-left:auto;flex-shrink:0}.ds-nav-hamburger[data-astro-cid-6psfsa4l]{display:none;flex-direction:column;justify-content:center;gap:var(--space-xs);width:28px;height:24px;cursor:pointer;z-index:2;padding:var(--space-sm);margin-left:auto}.ds-nav-hamburger-bar[data-astro-cid-6psfsa4l]{display:block;width:100%;height:2px;background:var(--color-ink);border-radius:var(--radius-sm);transition:transform .25s ease,opacity .25s ease}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]:checked~.ds-nav-right-row[data-astro-cid-6psfsa4l] .ds-nav-hamburger[data-astro-cid-6psfsa4l] .ds-nav-hamburger-bar[data-astro-cid-6psfsa4l]:nth-child(1){transform:translateY(6px) rotate(45deg)}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]:checked~.ds-nav-right-row[data-astro-cid-6psfsa4l] .ds-nav-hamburger[data-astro-cid-6psfsa4l] .ds-nav-hamburger-bar[data-astro-cid-6psfsa4l]:nth-child(2){opacity:0}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]:checked~.ds-nav-right-row[data-astro-cid-6psfsa4l] .ds-nav-hamburger[data-astro-cid-6psfsa4l] .ds-nav-hamburger-bar[data-astro-cid-6psfsa4l]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:767px){.ds-nav-right-brand[data-astro-cid-6psfsa4l]{max-width:180px}.ds-nav-hamburger[data-astro-cid-6psfsa4l]{display:flex}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]:checked~.ds-nav-right-row[data-astro-cid-6psfsa4l] .ds-nav-links[data-astro-cid-6psfsa4l]{display:flex;flex-direction:column;position:absolute;top:64px;left:calc(-1 * var(--space-md));right:calc(-1 * var(--space-md));background:var(--color-canvas);border-bottom:1px solid var(--color-hairline);padding:var(--space-md);gap:var(--space-sm);box-shadow:0 4px 12px #0000000f;z-index:1}.ds-nav-right-toggle[data-astro-cid-6psfsa4l]:checked~.ds-nav-right-row[data-astro-cid-6psfsa4l] .ds-nav-links[data-astro-cid-6psfsa4l] .ds-nav-link[data-astro-cid-6psfsa4l]{display:block;padding:var(--space-sm) 0}}@media(min-width:768px){.ds-nav-right-brand[data-astro-cid-6psfsa4l]{max-width:350px}}.footer-comprehensive__body[data-astro-cid-is4f7kgb]{padding-bottom:var(--space-lg)}.footer-comprehensive__desc[data-astro-cid-is4f7kgb]{color:var(--color-on-dark);opacity:.7;margin-top:var(--space-sm);max-width:320px}.footer-comprehensive__column-heading[data-astro-cid-is4f7kgb]{color:var(--color-on-dark);font-size:var(--text-body-sm-size);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md)}.footer-comprehensive__link-list[data-astro-cid-is4f7kgb]{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.footer-comprehensive__section[data-astro-cid-is4f7kgb]{margin-top:var(--space-lg)}.footer-comprehensive__address[data-astro-cid-is4f7kgb]{font-style:normal;font-size:var(--text-body-sm-size);color:var(--color-on-dark);opacity:.7;white-space:pre-line}.footer-comprehensive__socials[data-astro-cid-is4f7kgb]{display:flex;flex-wrap:wrap;gap:var(--space-lg)}.footer-comprehensive__newsletter-form[data-astro-cid-is4f7kgb]{display:flex;gap:var(--space-sm);max-width:480px}.footer-comprehensive__newsletter-input[data-astro-cid-is4f7kgb]{flex:1;background:#ffffff1a;border-color:#fff3;color:var(--color-on-dark)}.footer-comprehensive__newsletter-input[data-astro-cid-is4f7kgb]::placeholder{color:var(--color-on-dark);opacity:.5}.footer-comprehensive__newsletter-input[data-astro-cid-is4f7kgb]:focus{border-color:var(--color-on-dark)}.footer-comprehensive__bottom[data-astro-cid-is4f7kgb]{margin-top:var(--space-md);padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1)}.footer-comprehensive__copyright[data-astro-cid-is4f7kgb]{color:var(--color-on-dark);opacity:.5}
