.pitching-page { background: var(--page-bg, #fff); }
.pitch-hero { min-height: 660px; padding: 150px 0 90px; display:flex; align-items:center; position:relative; overflow:hidden; background:var(--surface-soft, #f8fafc); }
.pitch-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(8,17,31,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(8,17,31,.04) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(to bottom,#000,transparent 90%); }
.pitch-hero:after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-170px; top:80px; background:radial-gradient(circle,rgba(104,225,253,.28),rgba(104,225,253,0) 68%); }
.pitch-hero-inner { position:relative; z-index:2; text-align:center; }
.pitch-kicker { display:inline-block; color:#0b819c; background:rgba(104,225,253,.18); border:1px solid rgba(33,201,239,.22); font-size:11px; font-weight:800; letter-spacing:.18em; padding:8px 11px; margin-bottom:24px; }
.pitch-hero h1 { max-width:800px; margin:0 auto 20px; color:var(--text-main,#0f172a); font-size:clamp(2.6rem,6vw,5.1rem); line-height:1.02; letter-spacing:-.05em; }
.pitch-hero > .pitch-hero-inner > p { max-width:700px; margin:0 auto 30px; color:var(--text-muted,#667085); font-size:18px; line-height:1.8; }
.pitch-hero .uraf-btn { margin:0 auto; }
.pitch-steps { max-width:840px; margin:52px auto 0; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line-soft,#e7edf3); border-bottom:1px solid var(--line-soft,#e7edf3); }
.pitch-steps span { display:flex; align-items:center; justify-content:center; gap:10px; padding:18px; border-right:1px solid var(--line-soft,#e7edf3); }
.pitch-steps span:last-child { border-right:0; }
.pitch-steps b { color:var(--uraf-primary-strong); font-size:11px; }
.pitch-steps em { font-style:normal; color:var(--text-muted,#667085); font-size:12px; font-weight:700; }
.pitch-form-section { padding:90px 0; background:var(--page-bg,#fff); }
.pitch-form-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.5fr); gap:32px; align-items:start; }
.pitch-side-card { position:sticky; top:110px; padding:38px; background:var(--surface-soft,#f8fafc); border:1px solid var(--line-soft,#e7edf3); }
.pitch-side-card h2 { font-size:34px; line-height:1.14; letter-spacing:-.03em; color:var(--text-main,#0f172a); margin:5px 0 16px; }
.pitch-side-card > p { color:var(--text-muted,#667085); line-height:1.8; }
.pitch-note { margin-top:34px; padding-top:24px; border-top:1px solid var(--line-soft,#e7edf3); }
.pitch-note strong { color:var(--text-main,#0f172a); font-size:13px; }
.pitch-note p { color:var(--text-muted,#667085); font-size:13px; line-height:1.7; margin:8px 0 0; }
.pitch-form-shell { padding:38px; background:var(--surface,#fff); border:1px solid var(--line-soft,#e7edf3); box-shadow:0 24px 60px rgba(8,17,31,.08); }
.pitch-two-col { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.pitch-three-col { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.field-group { margin-bottom:22px; }
.field-group label { display:block; margin-bottom:8px; color:var(--text-main,#334155); font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.field-group input,.field-group textarea,.field-group select { width:100%; border:1px solid var(--line-soft,#e5e7eb); border-bottom:2px solid #d9e1e8; background:var(--surface-soft,#f8fafc); color:var(--text-main,#08111f); padding:13px 14px; outline:none; transition:.2s ease; }
.pitching-page .field-group select { min-height:50px; appearance:none; -webkit-appearance:none; cursor:pointer; padding:13px 46px 13px 14px; border-radius:10px; border:1px solid #dfe6ee; border-bottom:2px solid #cfd9e4; background:#fbfcfd url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23667085' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center/18px 18px !important; color:#0f172a; box-shadow:0 8px 18px rgba(15,23,42,.04); font-weight:600; }
.pitching-page .field-group select:hover { border-color:#cbd6e2; background-color:#fff !important; }
.pitching-page .field-group select:invalid { color:#8a96a8; font-weight:500; }
.pitching-page .field-group select option { background:#fff; color:#0f172a; }
.field-group input:focus,.field-group textarea:focus,.field-group select:focus { border-color:var(--uraf-primary-strong); box-shadow:0 0 0 4px rgba(104,225,253,.12); }
.request-code { display:block; margin-top:8px; color:#0f6173; font-size:12px; }
body.theme-dark .pitch-grid { background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); }
body.theme-dark .pitch-kicker { color:#7ddcf3; background:rgba(125,220,243,.08); border-color:rgba(125,220,243,.15); }
body.theme-dark .pitch-form-shell { box-shadow:0 24px 60px rgba(0,0,0,.22); }
body.theme-dark .field-group input,body.theme-dark .field-group textarea,body.theme-dark .field-group select { border-color:rgba(159,176,199,.16); border-bottom-color:rgba(159,176,199,.22); }
body.theme-dark.pitching-page .field-group select { background:#162235 url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%237ddcf3' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center/18px 18px !important; border-color:rgba(159,176,199,.22); border-bottom-color:rgba(125,220,243,.34); color:#f8fbff; box-shadow:inset 0 1px 0 rgba(255,255,255,.03); }
body.theme-dark.pitching-page .field-group select:hover,body.theme-dark.pitching-page .field-group select:focus { background-color:#172539 !important; }
body.theme-dark.pitching-page .field-group select:invalid { color:#8ea1b9; }
body.theme-dark.pitching-page .field-group select option { background:#0f1726; color:#f8fbff; }
body.theme-dark .request-code { color:#7ddcf3; }
@media (max-width:900px) { .pitch-form-grid { grid-template-columns:1fr; } .pitch-side-card { position:static; } }
@media (max-width:650px) { .pitch-hero { min-height:auto; padding:125px 0 70px; } .pitch-steps { grid-template-columns:1fr; } .pitch-steps span { border-right:0; border-bottom:1px solid var(--line-soft,#e7edf3); } .pitch-steps span:last-child { border-bottom:0; } .pitch-two-col,.pitch-three-col { grid-template-columns:1fr; gap:0; } .pitch-form-shell,.pitch-side-card { padding:25px 20px; } }

/* v8 responsive refinement */
@media (max-width:767px) {
  .pitch-hero { padding:115px 0 62px; }
  .pitch-hero h1 { font-size:clamp(2.2rem,11vw,3.25rem); }
  .pitch-hero > .pitch-hero-inner > p { font-size:15px; line-height:1.75; }
  .pitch-form-section { padding:64px 0; }
  .pitch-form-shell, .pitch-side-card { width:100%; min-width:0; }
}
@media (max-width:420px) {
  .pitch-hero { padding:105px 0 54px; }
  .pitch-hero h1 { font-size:2.15rem; letter-spacing:-.04em; }
  .pitch-steps { margin-top:36px; }
  .pitch-form-section { padding:52px 0; }
  .pitch-side-card h2 { font-size:28px; }
  .pitch-form-shell, .pitch-side-card { padding:22px 16px; }
}
