@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Source+Sans+3:wght@400;600;700&display=swap");:root{--f-navy:#1e2a5a;--f-navy-deep:#141d40;--f-blue:#1f7ac4;--f-blue-sky:#2b9fe8;--f-green:#4fa82e;--f-green-lite:#7dc242;--f-paper:#f7f9fc;--f-ink:#26314f;--f-line:#dce4f0;--f-muted:#5b6683;--f-radius:6px}.forchue-root{background:#fff;color:var(--f-ink);font-family:Source Sans\ 3,system-ui,sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden;min-height:100vh}.forchue-root .f-heading,.forchue-root h1,.forchue-root h2,.forchue-root h3{font-family:Archivo,system-ui,sans-serif;font-weight:800;color:var(--f-navy);line-height:1.12}.forchue-root a{color:inherit;text-decoration:none}.forchue-root img{max-width:100%}.forchue-root .f-wrap{max-width:1200px;margin:0 auto;padding:0 24px}.forchue-root .f-eyebrow{font-family:Archivo,sans-serif;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--f-green);font-weight:700;display:inline-block;margin-bottom:.8rem}.forchue-root .f-title{font-size:clamp(1.7rem,3.4vw,2.5rem);text-transform:uppercase;margin:10px 0 12px}.forchue-root .f-sub{color:var(--f-muted);max-width:640px}.forchue-root .f-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--f-radius);cursor:pointer;font-family:Archivo,Source Sans\ 3,sans-serif;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none}.forchue-root .f-btn-green{background:linear-gradient(135deg,var(--f-green),var(--f-green-lite));color:#fff}.forchue-root .f-btn-blue{background:linear-gradient(135deg,var(--f-blue),var(--f-blue-sky));color:#fff}.forchue-root .f-btn-blue:hover,.forchue-root .f-btn-green:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(20,29,64,.25)}.forchue-root .f-btn-ghost{background:transparent;color:var(--f-navy);border:2px solid var(--f-line)}.forchue-root .f-btn-ghost:hover{border-color:var(--f-blue);color:var(--f-blue)}.forchue-root .f-field{margin-bottom:14px}.forchue-root .f-field label{display:block;font-family:Archivo,sans-serif;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--f-navy);margin-bottom:6px}.forchue-root .f-field input,.forchue-root .f-field select,.forchue-root .f-field textarea{width:100%;background:#fff;border:1.5px solid var(--f-line);border-radius:var(--f-radius);color:var(--f-ink);padding:12px 14px;font-family:Source Sans\ 3,sans-serif;font-size:.98rem;transition:border-color .2s}.forchue-root .f-field textarea{resize:vertical;min-height:88px}.forchue-root .f-field input:focus,.forchue-root .f-field select:focus,.forchue-root .f-field textarea:focus{outline:2px solid var(--f-blue-sky);outline-offset:1px;border-color:var(--f-blue-sky)}.forchue-root .f-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:640px){.forchue-root .f-field-row{grid-template-columns:1fr}}.forchue-root .f-roofline{height:46px;background:var(--f-navy);clip-path:polygon(0 100%,0 60%,18% 60%,30% 0,42% 60%,58% 60%,70% 14%,82% 60%,100% 60%,100% 100%)}.forchue-root .f-roofline-up{transform:scaleY(-1)}@media (prefers-reduced-motion:reduce){.forchue-root *{transition:none!important}}