/* ===== CONTACT US PAGE STYLES ===== */

/* Hero - Dynamic Content */
.hero-event {
  text-align: center;
  padding: 20px;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
}
.hero-event-title {
  font-size: 32px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}
.hero-event-details {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
}
.hero-event-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin: 0 auto 20px;
}
.hero-recent-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-recent-highlight img {
  max-width: 200px;
  border-radius: 8px;
}
.hero-recent-highlight p {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  max-width: 400px;
}
.hero-fallback {
  text-align: center;
}
.hero-fallback .hero-title {
  font-size: 36px;
}
.hero-fallback .hero-subtitle {
  font-size: 18px;
}
.hero-fallback img {
  max-width: 300px;
  border-radius: 12px;
  margin-top: 16px;
  border: 2px solid rgba(255,255,255,0.2);
}

/* ===== GUIDED FORM ===== */
.guided-form-section {
  padding: 60px 0;
}

.layer-container {
  margin-bottom: 40px;
}
.layer-container .layer-label {
  font-size: 16px;
  font-weight: 600;
  color: #142D47;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
}
.layer-container .layer-label .step {
  display: inline-block;
  background: #264D77;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  margin-right: 10px;
}

.choice-btn {
  padding: 10px 24px;
  margin: 4px;
  border: 2px solid #e0e4e8;
  border-radius: 30px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.choice-btn:hover {
  border-color: #264D77;
  background: #f0f4f8;
}
.choice-btn.selected {
  border-color: #264D77;
  background: #264D77;
  color: #fff;
}
.choice-btn.selected:hover {
  background: #1a3a5c;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

/* Contact Details Layer */
.contact-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-details-grid .full-width {
  grid-column: 1 / -1;
}

.contact-details-grid label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #142D47;
  margin-bottom: 6px;
}
.contact-details-grid input,
.contact-details-grid textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  transition: border-color .3s;
}
.contact-details-grid input:focus,
.contact-details-grid textarea:focus {
  outline: none;
  border-color: #264D77;
}
.contact-details-grid .required-star {
  color: #e53935;
}
.contact-details-grid .optional-label {
  color: #999;
  font-weight: 400;
}

.submit-row {
  margin-top: 24px;
  text-align: center;
}
.submit-row .btn {
  padding: 14px 48px;
  font-size: 16px;
}

/* ===== QUICK CONTACT SHORTCUT ===== */
.quick-contact-box {
  background: #fff8f0;
  border: 2px solid #f0dcc0;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  margin-top: 40px;
}
.quick-contact-box .rush-icon {
  font-size: 36px;
  margin-bottom: 6px;
}
.quick-contact-box .rush-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #142D47;
  margin: 0 0 6px;
}
.quick-contact-box .rush-desc {
  color: #666;
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 1.5;
}
.quick-contact-box .rush-input-group {
  display: flex;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto 12px;
}
.quick-contact-box .rush-input-group input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e4e8;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
}
.quick-contact-box .rush-input-group input:focus {
  border-color: #e67e22;
}
.quick-contact-box .rush-input-group button {
  padding: 12px 28px;
  background: #e67e22;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.quick-contact-box .rush-input-group button:hover {
  background: #d4751f;
}
.quick-contact-box .rush-note {
  font-size: 13px;
  color: #888;
  max-width: 500px;
  margin: 0 auto;
}
.quick-contact-box .rush-note .lock-icon {
  margin-right: 6px;
}

/* ===== CONTACT INFORMATION ROW ===== */
.contact-info-row {
  background: #f8f9fa;
  padding: 60px 0;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.contact-info-card {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #e0e4e8;
  transition: transform 0.3s, box-shadow 0.3s;
}
.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.contact-info-card .info-icon {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact-info-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #142D47;
  margin-bottom: 8px;
}
.contact-info-card p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.contact-info-card a {
  color: #264D77;
  text-decoration: none;
}
.contact-info-card a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-details-grid {
    grid-template-columns: 1fr;
  }
  .contact-details-grid .full-width {
    grid-column: 1;
  }
}

@media (max-width: 768px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .quick-contact-box .rush-input-group {
    flex-direction: column;
    max-width: 100%;
  }
  .quick-contact-box .rush-input-group button {
    width: 100%;
  }
  .hero-event-title {
    font-size: 24px;
  }
  .hero-recent-highlight {
    flex-direction: column;
  }
  .hero-fallback .hero-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .choice-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .contact-info-card {
    padding: 20px 16px;
  }
}

/* Smart Form Styles */
#smart-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-progress-bar {
    width: 100%;
    height: 4px;
    background: #e0e4e8;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-progress-fill {
    height: 100%;
    background: #264D77;
    width: 0%;
    transition: width 0.5s ease;
}

.progress-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e4e8;
    transition: all 0.3s ease;
}

.progress-dot.active {
    background: #264D77;
    transform: scale(1.2);
}

.progress-dot.done {
    background: #4CAF50;
}

.form-step {
    display: none;
    animation: fadeIn 0.4s ease;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-back {
    background: none;
    border: none;
    color: #264D77;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 0;
}

.step-back:hover {
    text-decoration: underline;
}

.step-label {
    font-size: 13px;
    color: #8aa;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-question {
    font-size: 24px;
    font-weight: 600;
    color: #142D47;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
}

.option-grid {
    display: grid;
    gap: 12px;
}

.option-grid.col-2 {
    grid-template-columns: 1fr 1fr;
}

.option-card {
    padding: 16px 20px;
    border: 2px solid #e0e4e8;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}

.option-card:hover {
    border-color: #264D77;
    background: #f0f4f8;
}

.option-card.selected {
    border-color: #264D77;
    background: #264D77;
    color: #fff;
}

.email-step .email-input-group {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.email-step input[type="email"] {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.email-step input[type="email"]:focus {
    border-color: #264D77;
}

.submit-btn {
    padding: 14px 32px;
    background: #264D77;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.submit-btn:hover {
    background: #1a3a5c;
}

.submit-btn:active {
    transform: scale(0.97);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.submit-btn.secondary {
    background: #e0e4e8;
    color: #333;
}

.submit-btn.secondary:hover {
    background: #d0d4d8;
}

.submit-success {
    display: none;
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.6s ease;
}

.submit-success.show {
    display: block;
}

.submit-success .check {
    font-size: 56px;
    margin-bottom: 16px;
}

.submit-success h2 {
    font-family: 'Poppins', sans-serif;
    color: #142D47;
    margin-bottom: 8px;
}

.submit-success p {
    color: #555;
    font-size: 16px;
}