@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.65;color:#1f2937;background:#f5f9fb;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:800;letter-spacing:-.6px;line-height:1.25;color:#0c1428;margin:0 0 .6em}h1{font-size:clamp(1.9rem,3.4vw,2.75rem)}h2{font-size:clamp(1.55rem,2.5vw,2.1rem);letter-spacing:-.4px}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:#0e6579;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{width:min(1240px,100% - 3rem);margin-inline:auto}.section{padding:clamp(3rem,6vw,5rem) 0}.section--tint{background:#eef4f7}.section-head{margin-bottom:2.5rem;max-width:68ch}.section-head h2:after{content:"";display:block;width:56px;height:3px;margin-top:.8rem;background:linear-gradient(90deg,#1ea7c4,#c9a227);border-radius:1px}.section-eyebrow{display:block;margin-bottom:.55rem;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#6f5714}.section-head h2{margin-bottom:.5rem}.section-head p{color:#5f6875;margin:.9rem 0 0}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid--3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid--4{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0a1f2e0d;transition:box-shadow .16s ease,border-color .16s ease}.card--interactive:hover{box-shadow:0 6px 20px #0a1f2e14;border-color:#d1d5db}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:38px;padding:0 15px;border-radius:4px;border:1px solid transparent;font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .13s ease,border-color .13s ease,color .13s ease;text-decoration:none;white-space:nowrap}.btn:hover{text-decoration:none}.btn--primary{background:#0d6376;color:#fff}.btn--primary:hover:not(:disabled){background:#0a1f2e}.btn--accent{background:#c9a227;color:#fff}.btn--accent:hover:not(:disabled){background:#6f5714}.btn--ghost{background:#fff;border-color:#d1d5db;color:#1f2937}.btn--ghost:hover:not(:disabled){background:#eef4f7}.btn--sm{height:32px;padding:0 11px;font-size:12.5px}.btn--danger{background:#b91c1c;color:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:30px;border:1px solid transparent;font-size:11.5px;font-weight:650;white-space:nowrap}.badge:before{content:"";width:5px;height:5px;border-radius:99px;background:currentColor}.badge--on{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.badge--off{color:#6b7280;background:#eef4f7;border-color:#e5e7eb}.badge--bronze{color:#8a541f;background:#fdf7ef;border-color:#ecd9bd}.badge--silver{color:#4b5563;background:#eef4f7;border-color:#d1d5db}.badge--gold{color:#8a6508;background:#fdfaef;border-color:#eadfb4}.field{display:block;margin-bottom:1.15rem}.field>label{display:block;font-size:.85rem;font-weight:600;color:#0c1428;margin-bottom:.4rem}.field .hint{font-size:.78rem;color:#5f6875;margin-top:.3rem}.field .error{font-size:.78rem;color:#b91c1c;margin-top:.3rem}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=search],input[type=url],select,textarea{width:100%;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;font-size:.95rem;color:#1f2937;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#1ea7c4;box-shadow:0 0 0 3px #1ea7c447}textarea{min-height:120px;resize:vertical}.checkbox{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.checkbox input{width:1.05rem;height:1.05rem;accent-color:#1ea7c4;cursor:pointer}.table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}table.data{width:100%;border-collapse:collapse;font-size:.92rem}table.data th{text-align:left;font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-size:10.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6b7280;background:#f5f9fb;padding:11px 18px;border-bottom:1px solid #d1d5db;white-space:nowrap}table.data td{padding:12px 18px;border-bottom:1px solid #e5e7eb;font-size:13px;vertical-align:middle}table.data tbody tr:last-child td{border-bottom:none}table.data tbody tr:hover{background:#f5f9fb}.muted{color:#5f6875}.center{text-align:center}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.alert{padding:.85rem 1.05rem;border-radius:4px;font-size:13px;border:1px solid transparent}.alert--error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.alert--ok{background:#ecfdf5;border-color:#a7f3d0;color:#035e45}.alert--info{background:#e6f5f9;border-color:#bfe6ef;color:#157d94}.spinner{width:30px;height:30px;border:3px solid #bfe6ef;border-top-color:#1ea7c4;border-radius:50%;animation:spin .7s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.rich-text{line-height:1.75}.rich-text h2,.rich-text h3{margin-top:1.8rem}.rich-text ul,.rich-text ol{padding-left:1.4rem;margin-bottom:1rem}.rich-text li{margin-bottom:.4rem}.rich-text table{width:100%;border-collapse:collapse;margin-bottom:1.25rem}.rich-text th,.rich-text td{border:1px solid #d1d5db;padding:.6rem .8rem;text-align:left}.rich-text th{background:#eef4f7}html.a11y-text-scaled{font-size:calc(100% * var(--a11y-text-scale, 1))}html.a11y-text-spacing body{letter-spacing:.12em!important;word-spacing:.16em!important}html.a11y-line-height :is(body,p,li,dd,blockquote){line-height:2.1!important}html.a11y-dyslexia,html.a11y-dyslexia :is(body,h1,h2,h3,h4,h5,h6,p,li,a,span,button,input,select,textarea,label,small,strong){font-family:Verdana,Tahoma,DejaVu Sans,sans-serif!important;letter-spacing:.05em;word-spacing:.12em}html.a11y-adhd body:before,html.a11y-adhd body:after{content:"";position:fixed;left:0;right:0;z-index:9998;pointer-events:none;background:#0a1f2eb8}html.a11y-adhd body:before{top:0;bottom:62%}html.a11y-adhd body:after{top:62%;bottom:0}html.a11y-saturation body{filter:saturate(2.2)}html.a11y-dark{background:#0d1117}html.a11y-dark body{filter:invert(1) hue-rotate(180deg);background:#fff}html.a11y-dark :is(img,video,svg,iframe,picture,canvas){filter:invert(1) hue-rotate(180deg)}html.a11y-invert body{filter:invert(1)}html.a11y-invert :is(img,video,iframe,picture,canvas){filter:invert(1)}html.a11y-highlight-links a{background:#ffe600!important;color:#000!important;text-decoration:underline!important;outline:1px solid #000}html.a11y-hide-images :is(img,picture,video,.hero__bg,.about-visual){visibility:hidden!important}html.a11y-bigcursor,html.a11y-bigcursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M6 2l30 18-13 3 8 15-6 3-8-15-11 8z' fill='%23fff' stroke='%23000' stroke-width='2.5'/%3E%3C/svg%3E") 2 2,auto}html.a11y-nomotion *,html.a11y-nomotion *:before,html.a11y-nomotion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:focus-visible{outline:3px solid #1ea7c4;outline-offset:2px}
