+
+ {
+ setStrategyName(e.target.value);
+ if (strategyErrorMsg) setStrategyErrorMsg('');
+ }}
+ placeholder="Name"
+ style={{
+ width: '100%',
+ background: 'transparent',
+ border: 'none',
+ borderBottom: '1px solid rgba(255, 255, 255, 0.25)',
+ color: '#ffffff',
+ fontSize: '0.98rem',
+ padding: '0.5rem 0',
+ outline: 'none',
+ transition: 'border-color 0.3s ease',
+ }}
+ onFocus={e => e.currentTarget.style.borderBottomColor = '#38bdf8'}
+ onBlur={e => e.currentTarget.style.borderBottomColor = 'rgba(255, 255, 255, 0.25)'}
+ />
+
+
+
+ {
+ setStrategyEmail(e.target.value);
+ if (strategyErrorMsg) setStrategyErrorMsg('');
+ }}
+ placeholder="Email"
+ style={{
+ width: '100%',
+ background: 'transparent',
+ border: 'none',
+ borderBottom: '1px solid rgba(255, 255, 255, 0.25)',
+ color: '#ffffff',
+ fontSize: '0.98rem',
+ padding: '0.5rem 0',
+ outline: 'none',
+ transition: 'border-color 0.3s ease',
+ }}
+ onFocus={e => e.currentTarget.style.borderBottomColor = '#38bdf8'}
+ onBlur={e => e.currentTarget.style.borderBottomColor = 'rgba(255, 255, 255, 0.25)'}
+ />
+
- {/* Email Input */}
-
-
-
setStrategyEmail(e.target.value)}
- placeholder="john@example.com"
- style={{
- background: 'rgba(255, 255, 255, 0.03)',
- border: '1px solid rgba(255, 255, 255, 0.08)',
- borderRadius: '8px',
- padding: '0.7rem 0.9rem',
- color: '#ffffff',
- fontSize: '0.88rem',
- outline: 'none',
- transition: 'all 0.3s ease',
- }}
- onFocus={e => {
- e.currentTarget.style.borderColor = '#ffaa00';
- e.currentTarget.style.boxShadow = '0 0 10px rgba(255, 170, 0, 0.15)';
- }}
- onBlur={e => {
- e.currentTarget.style.borderColor = 'rgba(255, 255, 255, 0.08)';
- e.currentTarget.style.boxShadow = 'none';
- }}
- />
+ {/* Phone & Designation Group */}
+
+
+ {
+ setStrategyMobile(e.target.value);
+ if (strategyErrorMsg) setStrategyErrorMsg('');
+ }}
+ placeholder="Mobile"
+ style={{
+ width: '100%',
+ background: 'transparent',
+ border: 'none',
+ borderBottom: '1px solid rgba(255, 255, 255, 0.25)',
+ color: '#ffffff',
+ fontSize: '0.98rem',
+ padding: '0.5rem 0',
+ outline: 'none',
+ transition: 'border-color 0.3s ease',
+ }}
+ onFocus={e => e.currentTarget.style.borderBottomColor = '#38bdf8'}
+ onBlur={e => e.currentTarget.style.borderBottomColor = 'rgba(255, 255, 255, 0.25)'}
+ />
+
+
+
+ {
+ setStrategyDesignation(e.target.value);
+ if (strategyErrorMsg) setStrategyErrorMsg('');
+ }}
+ placeholder="Designation"
+ style={{
+ width: '100%',
+ background: 'transparent',
+ border: 'none',
+ borderBottom: '1px solid rgba(255, 255, 255, 0.25)',
+ color: '#ffffff',
+ fontSize: '0.98rem',
+ padding: '0.5rem 0',
+ outline: 'none',
+ transition: 'border-color 0.3s ease',
+ }}
+ onFocus={e => e.currentTarget.style.borderBottomColor = '#38bdf8'}
+ onBlur={e => e.currentTarget.style.borderBottomColor = 'rgba(255, 255, 255, 0.25)'}
+ />
+
- {/* Mobile Input */}
-
-
- setStrategyMobile(e.target.value)}
- placeholder="+91 00000 00000"
- style={{
- background: 'rgba(255, 255, 255, 0.03)',
- border: '1px solid rgba(255, 255, 255, 0.08)',
- borderRadius: '8px',
- padding: '0.7rem 0.9rem',
- color: '#ffffff',
- fontSize: '0.88rem',
- outline: 'none',
- transition: 'all 0.3s ease',
- }}
- onFocus={e => {
- e.currentTarget.style.borderColor = '#ffaa00';
- e.currentTarget.style.boxShadow = '0 0 10px rgba(255, 170, 0, 0.15)';
- }}
- onBlur={e => {
- e.currentTarget.style.borderColor = 'rgba(255, 255, 255, 0.08)';
- e.currentTarget.style.boxShadow = 'none';
- }}
- />
-
-
- {/* Designation Input */}
-
-
- setStrategyDesignation(e.target.value)}
- placeholder="e.g. Chief Technology Officer"
- style={{
- background: 'rgba(255, 255, 255, 0.03)',
- border: '1px solid rgba(255, 255, 255, 0.08)',
- borderRadius: '8px',
- padding: '0.7rem 0.9rem',
- color: '#ffffff',
- fontSize: '0.88rem',
- outline: 'none',
- transition: 'all 0.3s ease',
- }}
- onFocus={e => {
- e.currentTarget.style.borderColor = '#ffaa00';
- e.currentTarget.style.boxShadow = '0 0 10px rgba(255, 170, 0, 0.15)';
- }}
- onBlur={e => {
- e.currentTarget.style.borderColor = 'rgba(255, 255, 255, 0.08)';
- e.currentTarget.style.boxShadow = 'none';
- }}
- />
-
-
- {/* Preferred Date & Time Input */}
-
-
+ {/* Date & Time Picker */}
+
setStrategyDateTime(e.target.value)}
+ onChange={e => {
+ setStrategyDateTime(e.target.value);
+ if (strategyErrorMsg) setStrategyErrorMsg('');
+ }}
style={{
- background: 'rgba(255, 255, 255, 0.03)',
- border: '1px solid rgba(255, 255, 255, 0.08)',
- borderRadius: '8px',
- padding: '0.7rem 0.9rem',
+ width: '100%',
+ background: 'transparent',
+ border: 'none',
+ borderBottom: '1px solid rgba(255, 255, 255, 0.25)',
color: '#ffffff',
- fontSize: '0.88rem',
+ fontSize: '0.98rem',
+ padding: '0.5rem 0',
outline: 'none',
- transition: 'all 0.3s ease',
- }}
- onFocus={e => {
- e.currentTarget.style.borderColor = '#ffaa00';
- e.currentTarget.style.boxShadow = '0 0 10px rgba(255, 170, 0, 0.15)';
- }}
- onBlur={e => {
- e.currentTarget.style.borderColor = 'rgba(255, 255, 255, 0.08)';
- e.currentTarget.style.boxShadow = 'none';
+ transition: 'border-color 0.3s ease',
}}
+ onFocus={e => e.currentTarget.style.borderBottomColor = '#38bdf8'}
+ onBlur={e => e.currentTarget.style.borderBottomColor = 'rgba(255, 255, 255, 0.25)'}
/>
{/* Areas of Interest Checkboxes */}
-
+
{[
'AI & Analytics',
@@ -3047,7 +3271,7 @@ export default function App({ previewMode = false }) {
checked={strategyInterests[interest]}
onChange={e => setStrategyInterests(prev => ({ ...prev, [interest]: e.target.checked }))}
style={{
- accentColor: '#ffaa00',
+ accentColor: '#38bdf8',
cursor: 'pointer',
width: '16px',
height: '16px',
@@ -3058,101 +3282,120 @@ export default function App({ previewMode = false }) {
))}
-
- {/* Submit Button */}
-
)}