:root{--color-bg-primary:#f9fafb;--color-bg-secondary:#e6f4ff;--color-bg-tertiary:#f3f4f6;--color-text:#111827;--color-text-muted:#4b5563;--color-overlay:rgba(0,0,0,.3);--color-header:#166534;--color-footer:#f8fafc;--color-button:#2563eb;--color-button-text:#fff;--color-hero-title:#fff;--color-hero-copy:hsla(0,0%,100%,.9);--site-header-height:64px}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background:var(--color-bg-tertiary)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}.main-content{max-width:1100px;margin:0 auto;padding:0 1.5rem 2rem}.page-shell{margin:0 auto;padding:2rem 0}.page-shell-small{max-width:42rem}.page-heading{font-size:clamp(2rem,2.5vw,2.5rem);font-weight:700;margin-bottom:1.25rem;line-height:1.1}.intro-copy{margin:0;max-width:42rem;color:var(--color-text-muted);line-height:1.75}.form-stack{display:grid;gap:1.25rem}.form-heading{margin:0;font-size:1.75rem;font-weight:700}.form-field{font-weight:600;line-height:1.4}.form-field,.form-field span,.form-hint{display:block}.form-hint{margin-top:.5rem;color:var(--color-text-muted);font-size:.95rem;font-weight:400}.input-field{margin-top:.75rem;width:100%;border:1px solid #d1d5db;border-radius:.85rem;padding:.9rem 1rem;background:#fff;color:var(--color-text)}.input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.form-actions{display:flex;justify-content:flex-start}.form-status{border-radius:.85rem;padding:1rem;color:#fff;font-weight:600}.form-status-success{background:#16a34a}.form-status-error{background:#dc2626}.button-primary[disabled]{opacity:.65;cursor:not-allowed}.fieldset{border:1px solid #d1d5db;border-radius:.85rem;padding:1rem}.fieldset legend{font-weight:700;margin-bottom:.75rem}.radio-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.radio-label{display:inline-flex;align-items:center;gap:.5rem}.text-sm{margin:0;font-size:.9rem;color:var(--color-text-muted)}.button-primary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.85rem;padding:.95rem 1.3rem;background:var(--color-button);color:var(--color-button-text);font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.12)}.link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:2rem}.card-link{display:block;padding:1.25rem;border:1px solid rgba(15,23,42,.08);border-radius:1rem;background:#fff;color:var(--color-text);font-weight:600;box-shadow:0 12px 30px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease}.card-link:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.08)}.menu-links{display:flex;flex-wrap:wrap;gap:1rem}.menu-link{color:inherit;font-weight:600}ul{margin:0;padding:0}.list-disc{list-style:disc inside;margin:0;padding-left:1.25rem}.section-panel{background:#fff;color:var(--color-text);padding:2rem;border-radius:1.5rem;box-shadow:0 18px 40px rgba(15,23,42,.06)}.section-title{font-size:clamp(1.75rem,2.2vw,2.25rem);font-weight:700;margin-bottom:1rem}.section-content{display:grid;gap:1rem;color:var(--color-text-muted)}.section-content p{margin:0}.section-slice{padding:4rem 0}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111}.hero-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.hero-overlay{position:absolute;inset:0;background:var(--color-overlay)}.hero-inner{position:relative;z-index:1;width:100%;max-width:42rem;padding:2rem;text-align:center}.hero-title{font-size:clamp(2.75rem,6vw,5rem);margin:0;letter-spacing:.08em}.hero-subtitle{margin:1rem auto 0;font-size:1.05rem;line-height:1.6;color:var(--color-hero-copy)}.footer-inner,.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem}.brand{font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer-bg,.site-header,.site-header-global{width:100%}.site-header,.site-header-global{position:sticky;top:0;z-index:100;background:rgba(22,101,52,.95);color:#fff;backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid hsla(0,0%,100%,.08)}.footer-bg{background:var(--color-footer)}.footer-inner{justify-content:center;color:#111827}.footer-base,.header-base{min-height:var(--site-header-height)}.hero-active .site-header-global{display:none}@media (max-width:768px){.footer-inner,.header-inner{flex-direction:column;align-items:flex-start}.menu-links{width:100%;justify-content:flex-start}}@media (max-width:640px){:root{--site-header-height:56px}.hero-inner{padding:1.25rem}.hero-title{font-size:2.25rem}}