.he-event-wrapper,
.he-event-wrapper *,
.he-event-wrapper *::before,
.he-event-wrapper *::after {
box-sizing: border-box;
}
.he-event-wrapper {
max-width: 600px;
margin: 0 auto;
padding: 0;
font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
background: #FFFFFF;
border-radius: 16px;
box-shadow: 0 4px 24px rgba(12, 44, 120, 0.08),
0 1px 3px rgba(12, 44, 120, 0.04);
overflow: hidden;
} .he-form-header {
background: linear-gradient(135deg, #0C2C78 0%, #112E6E 50%, #0A2260 100%);
padding: 32px 32px 28px;
position: relative;
overflow: hidden;
} .he-form-header::before {
content: "";
position: absolute;
top: -60px;
right: -40px;
width: 180px;
height: 180px;
background: radial-gradient(circle, rgba(94, 149, 60, 0.15) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.he-form-header::after {
content: "";
position: absolute;
bottom: -30px;
left: -20px;
width: 120px;
height: 120px;
background: radial-gradient(circle, rgba(21, 58, 148, 0.2) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
} .he-logo {
height: 44px;
width: auto;
display: block;
margin-bottom: 16px;
position: relative;
z-index: 1;
} .he-title {
font-size: 24px;
font-weight: 700;
color: #FFFFFF;
margin: 0 0 6px;
position: relative;
z-index: 1;
}
.he-subtitle {
font-size: 14px;
color: rgba(255, 255, 255, 0.75);
margin: 0;
position: relative;
z-index: 1;
} .he-lang-switch {
text-align: right;
padding: 12px 32px 0;
}
.he-lang-link {
font-size: 12px;
color: #6B7A90;
text-decoration: none;
border: 1px solid #E2E8F0;
padding: 4px 14px;
border-radius: 20px;
transition: all 0.2s;
font-weight: 500;
}
.he-lang-link:hover {
background: #F4F6FB;
color: #0C2C78;
border-color: #0C2C78;
} .he-form {
position: relative;
padding: 24px 32px 32px;
}
.he-field {
margin-bottom: 20px;
}
.he-field label {
display: block;
font-size: 13px;
font-weight: 600;
color: #1A1F36;
margin-bottom: 6px;
letter-spacing: 0.01em;
}
.he-required {
color: #D03E3E;
font-weight: 700;
}
.he-optional {
font-weight: 400;
color: #6B7A90;
font-size: 12px;
}
.he-field input[type="text"],
.he-field input[type="email"],
.he-field input[type="tel"] {
width: 100%;
padding: 11px 14px;
font-size: 14px;
font-family: 'Segoe UI', Arial, sans-serif;
border: 1.5px solid #E2E8F0;
border-radius: 10px;
background: #FFFFFF;
color: #1A1F36;
transition: border-color 0.2s, box-shadow 0.2s;
}
.he-field input::placeholder {
color: #A0AEC0;
}
.he-field input:focus {
outline: none;
border-color: #0C2C78;
box-shadow: 0 0 0 3px rgba(12, 44, 120, 0.1);
}
.he-field input.he-error {
border-color: #D03E3E;
box-shadow: 0 0 0 3px rgba(208, 62, 62, 0.1);
} .he-attendance-options {
display: flex;
flex-direction: column;
gap: 10px;
}
.he-option {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 16px 18px;
border: 1.5px solid #E2E8F0;
border-radius: 12px;
cursor: pointer;
transition: all 0.2s;
background: #FFFFFF;
-webkit-tap-highlight-color: transparent; }
.he-option:hover {
border-color: #153A94;
background: #F8FAFF;
}
.he-option input[type="radio"] {
margin-top: 3px;
accent-color: #0C2C78;
width: 18px;
height: 18px;
flex-shrink: 0;
}
.he-option:has(input:checked) {
border-color: #0C2C78;
background: linear-gradient(135deg, #F4F6FB 0%, #EEF2FF 100%);
box-shadow: 0 2px 8px rgba(12, 44, 120, 0.08);
}
.he-option-content {
flex: 1;
}
.he-option-title {
font-weight: 600;
font-size: 14px;
color: #1A1F36;
}
.he-option-desc {
font-size: 12px;
color: #6B7A90;
margin-top: 2px;
}
.he-option-meta {
margin-top: 6px;
font-size: 11px;
}
.he-seats-available {
color: #5E953C;
font-weight: 600;
}
.he-seats-full {
color: #D03E3E;
font-weight: 600;
}
.he-waitlist-info {
color: #C68A17;
margin-left: 8px;
font-weight: 500;
} .he-option-waitlist {
border-style: dashed;
border-color: #CBD5E0;
opacity: 0.9;
}
.he-option-waitlist:hover {
border-color: #C68A17;
} .he-privacy {
font-size: 11px;
color: #6B7A90;
margin: 20px 0 24px;
line-height: 1.6;
} .he-submit {
width: 100%;
padding: 14px;
font-size: 15px;
font-weight: 600;
font-family: 'Segoe UI', Arial, sans-serif;
color: #FFFFFF;
background: linear-gradient(135deg, #5E953C 0%, #4E8332 100%);
border: none;
border-radius: 10px;
cursor: pointer;
transition: all 0.25s;
box-shadow: 0 2px 8px rgba(94, 149, 60, 0.25);
letter-spacing: 0.02em;
}
.he-submit:hover {
background: linear-gradient(135deg, #6BA845 0%, #5E953C 100%);
box-shadow: 0 4px 16px rgba(94, 149, 60, 0.35);
transform: translateY(-1px);
}
.he-submit:active {
transform: translateY(0);
box-shadow: 0 2px 6px rgba(94, 149, 60, 0.2);
}
.he-submit:disabled {
opacity: 0.5;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .he-message {
padding: 16px 20px;
border-radius: 10px;
margin: 0 32px 0;
font-size: 14px;
line-height: 1.5;
}
.he-message-success {
background: linear-gradient(135deg, #EDF7ED 0%, #E8F5E8 100%);
color: #2D6A2D;
border: 1px solid #C3E6C3;
}
.he-message-error {
background: linear-gradient(135deg, #FEF2F2 0%, #FDE8E8 100%);
color: #9B2C2C;
border: 1px solid #FCA5A5;
} .he-name-row {
display: flex;
gap: 12px;
}
.he-name-row .he-field {
flex: 1;
}  @media (max-width: 768px) {
.he-event-wrapper {
margin: 16px;
border-radius: 12px;
}
} @media (max-width: 640px) {
.he-event-wrapper {
margin: 0;
border-radius: 0;
box-shadow: none;
min-height: 100vh;
}
.he-form-header {
padding: 24px 20px 20px;
}
.he-logo {
height: 36px;
margin-bottom: 12px;
}
.he-form {
padding: 20px 20px 24px;
}
.he-title {
font-size: 20px;
}
.he-subtitle {
font-size: 13px;
}
.he-name-row {
flex-direction: column;
gap: 0;
}
.he-field label {
font-size: 14px;
}
.he-field input[type="text"],
.he-field input[type="email"],
.he-field input[type="tel"] {
padding: 13px 14px;
font-size: 16px; border-radius: 8px;
}
.he-option {
padding: 14px;
border-radius: 10px;
}
.he-option-title {
font-size: 15px;
}
.he-option-desc {
font-size: 13px;
line-height: 1.4;
}
.he-submit {
padding: 16px;
font-size: 16px;
border-radius: 10px;
}
.he-message {
margin: 0 20px 0;
border-radius: 8px;
}
.he-lang-switch {
padding: 10px 20px 0;
}
.he-privacy {
font-size: 12px;
}
} @media (max-width: 380px) {
.he-form-header {
padding: 20px 16px 16px;
}
.he-form {
padding: 16px 16px 20px;
}
.he-title {
font-size: 18px;
}
.he-logo {
height: 32px;
}
}