@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-ext-wght-normal.DdQaqQDo.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-wght-normal.Bc-8i84L.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--blue:#0c71c3;--blue-h:#0a5da8;--orange:#ff9000;--orange-h:#e07d00;--bg:#fff;--bg-alt:#f0f6fd;--bg-card:#fff;--text:#1a1a2e;--text-muted:#4f4f4f;--text-inv:#fff;--border:#0c71c324;--shadow:0 4px 28px #0c71c31a;--shadow-h:0 10px 48px #0c71c333;--shadow-card:0 2px 16px #0c71c314;--green:#0a7d4f;--green-bg:#0a7d4f14;--red:#b3261e;--red-bg:#b3261e12;--transition:.3s cubic-bezier(.4, 0, .2, 1);--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2.5rem;--radius-full:9999px}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--bg);color:var(--text);font-family:Outfit Variable,system-ui,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}@media (width<=480px){html{font-size:16px}}body{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}img,svg{max-width:100%;display:block}button,input,textarea{font:inherit;color:inherit}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:1180px;padding-inline:clamp(1.1rem,4vw,1.75rem);padding-left:max(clamp(1.1rem, 4vw, 1.75rem), env(safe-area-inset-left));padding-right:max(clamp(1.1rem, 4vw, 1.75rem), env(safe-area-inset-right));margin-inline:auto}.container--narrow{max-width:720px}.section{background:var(--bg);padding-block:clamp(2.5rem,6vw,4.5rem)}.section--alt{background:var(--bg-alt)}main{flex:1 0 auto}.skip-link{z-index:200;background:var(--blue);color:#fff;border-radius:var(--radius-full);transition:top var(--transition);padding:.6rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--orange);border-radius:var(--radius-full);flex-shrink:0;width:2rem;height:2px}h1,h2,h3{letter-spacing:-.02em;overflow-wrap:break-word;font-weight:800;line-height:1.15}.heading-lg{color:var(--text);font-size:clamp(2rem,4vw,3.2rem)}.heading-md{color:var(--text);font-size:clamp(1.4rem,2.5vw,1.9rem)}.lead{color:var(--text-muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}@media (width<=640px){.heading-lg{font-size:clamp(1.75rem,7vw,2.4rem)}.heading-md{font-size:clamp(1.25rem,5vw,1.6rem)}.lead{font-size:.98rem;line-height:1.7}}a{color:var(--blue)}.btn{border-radius:var(--radius-full);letter-spacing:.01em;cursor:pointer;transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);text-align:center;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;max-width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{box-shadow:var(--shadow-h);transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover:not(:disabled){background:var(--blue-h)}.btn-outline{color:var(--blue);border-color:var(--blue);background:0 0}.btn-outline:hover:not(:disabled){background:var(--blue);color:#fff}.btn-orange{background:var(--orange);color:#1a1a2e}.btn-orange:hover:not(:disabled){background:var(--orange-h)}.btn-lg{padding:.9rem 2rem;font-size:1.02rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem}.card-icon{width:34px;height:34px;color:var(--orange);background:#ff900026;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.9rem;display:flex}.card-title{color:var(--text);margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.35}.card-text{color:var(--text-muted);font-size:.92rem;line-height:1.65}.form-label{color:var(--text-muted);margin-bottom:.45rem;font-size:.85rem;font-weight:600;display:block}.form-input{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;max-width:100%;color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.85rem 1rem;font-family:inherit;font-size:16px;line-height:1.6}.form-input::placeholder{color:#9aa3ad}.form-input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #0c71c31a}textarea.form-input{resize:vertical;min-height:190px}.form-hint{color:var(--text-muted);justify-content:space-between;gap:1rem;margin-top:.5rem;font-size:.8rem;display:flex}.form-hint--over{color:var(--red);font-weight:600}.notice{border-radius:var(--radius-md);align-items:flex-start;gap:.7rem;padding:.85rem 1.1rem;font-size:.9rem;line-height:1.55;display:flex}.notice svg{flex-shrink:0;margin-top:.15rem}.notice--warn{color:#7a4600;background:#ff90001a;border:1px solid #ff90004d}.notice--error{background:var(--red-bg);color:var(--red);border:1px solid #b3261e40}.notice--ok{background:var(--green-bg);color:var(--green);border:1px solid #0a7d4f40}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border);background:#ffffffd9;padding-block:.9rem;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.logo-img{border-radius:var(--radius-md);object-fit:contain;width:38px;height:38px}.logo-text{color:var(--text);font-size:1rem;font-weight:700;line-height:1.2}.logo-text small{color:var(--text-muted);letter-spacing:.02em;font-size:.72rem;font-weight:600;display:block}.header-link{border-radius:var(--radius-full);color:var(--text-muted);transition:color var(--transition), background var(--transition);padding:.4rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none}.header-link:hover{color:var(--blue);background:#0c71c314}.site-footer{color:#ffffffa6;background:#050d1a;flex-shrink:0;padding-block:2.5rem 1.75rem}.footer-inner{grid-template-columns:1fr auto;align-items:center;gap:1.5rem;display:grid}@media (width<=700px){.footer-inner{text-align:center;grid-template-columns:1fr}}.footer-logo{color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none}.footer-tagline{margin-top:.25rem;font-size:.8rem}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.4rem 1.25rem;list-style:none;display:flex}@media (width<=700px){.footer-links{justify-content:center}}.footer-links a{color:#ffffffb3;transition:color var(--transition);font-size:.82rem;text-decoration:none}.footer-links a:hover{color:#fff}.footer-copy{text-align:center;border-top:1px solid #ffffff0f;margin-top:1.75rem;padding-top:1.25rem;font-size:.78rem}@media (hover:none) and (pointer:coarse){.btn,.header-link,.footer-links a{align-items:center;min-height:44px;display:inline-flex}}
