
.ogf-form{
  --ogf-navy:#062e55;
  --ogf-blue:#58b5dc;
  --ogf-yellow:#ffcb05;
  --ogf-cream:#f7f5ef;
  --ogf-border:#dbe3e8;
  max-width:900px;
  margin:0 auto;
  padding:38px;
  border:1px solid var(--ogf-border);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 40px rgba(6,46,85,.07);
  font-family:Montserrat,Arial,sans-serif;
}
.ogf-form *{box-sizing:border-box}
.ogf-form-head{margin-bottom:28px}
.ogf-form-head h2{margin:5px 0 10px;color:var(--ogf-navy);font-size:clamp(28px,4vw,42px);line-height:1.06}
.ogf-form-head p{margin:0;color:#405b73}
.ogf-eyebrow{margin:0!important;color:var(--ogf-blue)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.12em;text-transform:uppercase}
.ogf-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ogf-field{margin-bottom:20px}
.ogf-field label,.ogf-section-title{display:block;margin-bottom:7px;color:var(--ogf-navy);font-weight:750}
.ogf-field label span{color:#b42318}
.ogf-optional{color:#6b7d8c!important;font-weight:400}
.ogf-section-title{margin:26px 0 15px;padding-bottom:8px;border-bottom:1px solid var(--ogf-border);font-size:18px}
.ogf-field input,.ogf-field select,.ogf-field textarea{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border:1px solid #cbd6de;
  border-radius:9px;
  background:#fff;
  color:#17324b;
  font:inherit;
  outline:none;
}
.ogf-field textarea{min-height:130px;resize:vertical}
.ogf-field input:focus,.ogf-field select:focus,.ogf-field textarea:focus{
  border-color:var(--ogf-blue);
  box-shadow:0 0 0 3px rgba(88,181,220,.18);
}
.ogf-check{display:flex;gap:10px;align-items:flex-start;margin:6px 0 22px;color:#405b73;font-size:14px;line-height:1.45}
.ogf-check input{margin-top:3px}
.ogf-submit{
  min-height:52px;
  padding:14px 24px;
  border:0;
  border-radius:9px;
  background:var(--ogf-yellow);
  color:var(--ogf-navy);
  font:800 15px/1.2 Montserrat,Arial,sans-serif;
  cursor:pointer;
}
.ogf-submit:hover{filter:brightness(.98);transform:translateY(-1px)}
.ogf-microcopy{margin:12px 0 0;color:#6b7d8c;font-size:12px}
.ogf-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.ogf-notice{max-width:900px;margin:0 auto 18px;padding:14px 18px;border-radius:9px;font-weight:650}
.ogf-success{background:#eaf7ed;color:#236b2f}
.ogf-error{background:#fdecec;color:#9b1c1c}
@media(max-width:700px){
  .ogf-form{padding:24px 18px;border-radius:14px}
  .ogf-grid{grid-template-columns:1fr;gap:0}
  .ogf-submit{width:100%}
}
