.gc-container, .gc-container * { font-family: 'Poppins', sans-serif; }
.gc-container { background: #f0f2fa; padding: 2rem; display: flex; justify-content: center; }
.gc-card { display: flex; width: 100%; max-width: 860px; min-height: 700px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(61, 91, 217, 0.12), 0 4px 16px rgba(0,0,0,0.06); border: 0.5px solid rgba(61,91,217,0.15); background: #fff; }
.gc-left { flex: 0 0 36%; background: linear-gradient(145deg, #e8eeff 0%, #d0d8f8 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2.5rem 1.75rem; position: relative; overflow: hidden; }
.gc-dot-grid { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.35; }
.gc-network-svg { width: 85%; max-width: 220px; position: relative; z-index: 1; }
.gc-arrow-circle { width: 48px; height: 48px; background: #3d5bd9; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 1rem 0; position: relative; z-index: 1; box-shadow: 0 0 0 10px rgba(61, 91, 217, 0.12); }
.gc-left h2 { font-size: 19px; font-weight: 500; color: #2a3fa0; margin-bottom: 8px; position: relative; z-index: 1; text-align: center; }
.gc-left p { font-size: 12.5px; color: #4a5fa8; text-align: center; line-height: 1.6; position: relative; z-index: 1; }
.gc-right { flex: 1; background: #ffffff; display: flex; flex-direction: column; justify-content: center; padding: 2rem 2.25rem; }
.gc-form-header { margin-bottom: 1.5rem; padding-bottom: 1.25rem; border-bottom: 0.5px solid #e5e7eb; }
.gc-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #3d5bd9; margin-bottom: 4px; }
.gc-form-header h1 { font-size: 22px; font-weight: 500; color: #111827; margin-bottom: 4px; }
.gc-subtitle { font-size: 13px; color: #6b7280; }
.gc-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.gc-field { margin-bottom: 1rem; }
.gc-label { display: block; font-size: 12px; font-weight: 500; color: #6b7280; margin-bottom: 5px; }
.gc-req { color: #3d5bd9; }
.gc-input, .gc-textarea { width: 100%; padding: 0 12px; height: 40px; font-size: 13.5px; border: 0.5px solid #d1d5db; border-radius: 10px; background: #f9fafb; color: #111827; outline: none; transition: all 0.15s; }
.gc-textarea { height: auto; padding: 10px 12px; resize: vertical; line-height: 1.6; }
.gc-input:focus, .gc-textarea:focus { border-color: #3d5bd9; box-shadow: 0 0 0 3px rgba(61, 91, 217, 0.1); background: #fff; }
.gc-date-wrap { position: relative; }
.gc-date-wrap svg { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; color: #9ca3af; pointer-events: none; }
.gc-date-wrap input { padding-left: 34px; }
.gc-hint { font-size: 11.5px; color: #9ca3af; margin: 0 0 5px; }
.gc-radio-box { background: linear-gradient(135deg, #eef1fd 0%, #e4e9fb 100%); border: 0.5px solid rgba(61, 91, 217, 0.2); border-radius: 10px; padding: 0.9rem 1.1rem; margin-bottom: 1rem; }
.gc-radio-box p { font-size: 12px; font-weight: 500; color: #2a3fa0; margin-bottom: 10px; }
.gc-radio-options { display: flex; gap: 1rem; }
.gc-radio-pill { display: flex; align-items: center; gap: 7px; cursor: pointer; padding: 7px 16px; border-radius: 8px; border: 0.5px solid rgba(61, 91, 217, 0.3); font-size: 13px; color: #2a3fa0; background: rgba(255, 255, 255, 0.6); user-select: none; transition: all 0.15s; }
.gc-radio-pill:has(input:checked) { background: rgba(61, 91, 217, 0.12); border-color: #3d5bd9; }
.gc-form-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 0.5px solid #e5e7eb; margin-top: 0.5rem; }
.gc-note { font-size: 11.5px; color: #9ca3af; }
.gc-submit-btn { display: flex; align-items: center; gap: 8px; padding: 0 20px; height: 40px; background: #3d5bd9; color: #fff; border: none; border-radius: 10px; font-size: 13.5px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.gc-submit-btn:hover { background: #2f4cc7; }
.gc-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; }
#gc-response-msg { margin-top: 1rem; padding: 10px; border-radius: 5px; display: none; }
.gc-success { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.gc-error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
