/* ===================================
   FIRMAFEST.CSS - Corporate Event Styling
   ===================================*/

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --corp-blue: #1e40af;
  --accent: #3b82f6;
  --silver: #e5e7eb;
  --white: #ffffff;
  --text-dark: #374151;
  --text-light: #f3f4f6;
  --black: #111827;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background: white;
  line-height: 1.6;
}

.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1; }

.header {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header__container { max-width: 1200px; margin: 0 auto; padding: 1rem; display: flex; align-items: center; }
.header__logo img { height: 50px; width: auto; }

.hero {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
  color: white;
  padding: 5rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 400px; background: radial-gradient(circle, rgba(96, 165, 250, 0.1) 0%, transparent 70%); border-radius: 50%; }

.hero__content { max-width: 1200px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.hero__title { font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 700; margin-bottom: 1rem; line-height: 1.1; }
.hero__subtitle { font-size: 1.2rem; font-weight: 400; margin-bottom: 1rem; max-width: 700px; margin-left: auto; margin-right: auto; opacity: 0.95; }
.hero__description { font-size: 1rem; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; }

.section { padding: 4rem 1rem; }
.section--features { background: linear-gradient(180deg, white 0%, #f8f9fa 100%); }
.section--image { background: white; }
.section--included { background: linear-gradient(180deg, #f8f9fa 0%, white 100%); border-top: 2px solid var(--silver); border-bottom: 2px solid var(--silver); }
.section--testimonial { background: linear-gradient(135deg, var(--corp-blue) 0%, #1e3a8a 100%); color: white; }
.section--faq { background: linear-gradient(180deg, white 0%, #f8f9fa 100%); }
.section--booking { background: linear-gradient(180deg, var(--corp-blue) 0%, #1e3a8a 100%); color: white; }

.container { max-width: 1200px; margin: 0 auto; }

.section__title { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 700; margin-bottom: 2.5rem; color: var(--corp-blue); }
.section__title::before { content: '■ '; color: var(--accent); }

.image-placeholder { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, #e0e7ff 0%, #dbeafe 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--silver); margin: 2rem 0; }

.image-placeholder__content { text-align: center; }
.image-placeholder__content i { font-size: 4rem; color: var(--corp-blue); margin-bottom: 1rem; }
.image-placeholder__content p { color: var(--corp-blue); font-weight: 600; font-size: 1rem; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }

.feature-card { background: var(--white); border-radius: 8px; padding: 2.5rem; border: 1px solid var(--silver); box-shadow: 0 2px 8px rgba(30, 64, 175, 0.05); transition: all 0.3s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12); }

.feature-card__icon { font-size: 2.5rem; color: var(--accent); margin-bottom: 1rem; }
.feature-card__title { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--corp-blue); }
.feature-card__text { font-size: 0.95rem; line-height: 1.7; color: var(--text-dark); }

.timeline { background: var(--white); border-radius: 8px; border-left: 4px solid var(--accent); padding: 2rem; margin: 2rem 0; box-shadow: 0 2px 8px rgba(30, 64, 175, 0.05); }
.timeline__title { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--corp-blue); }
.timeline__items { display: flex; flex-direction: column; gap: 1.25rem; }
.timeline__item { display: flex; gap: 1rem; padding-left: 1rem; border-left: 3px solid var(--accent); }
.timeline__time { font-weight: 700; color: var(--accent); white-space: nowrap; font-size: 0.85rem; flex-shrink: 0; }
.timeline__event { color: var(--text-dark); font-size: 0.95rem; }

.cost-box { background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(96, 165, 250, 0.05) 100%); border: 2px solid var(--accent); border-radius: 8px; padding: 2rem; margin: 2rem 0; }
.cost-box p { margin-bottom: 1.5rem; font-size: 0.95rem; color: var(--text-dark); }

.cost-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.cost-list li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.95rem; color: var(--text-dark); }
.cost-list li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; font-size: 1.1rem; }

.faq-item { background: var(--white); border-radius: 8px; margin-bottom: 1rem; box-shadow: 0 2px 8px rgba(30, 64, 175, 0.05); overflow: hidden; }

.faq-item summary {
  padding: 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--corp-blue);
  cursor: pointer;
  background: linear-gradient(90deg, rgba(30, 64, 175, 0.02) 0%, transparent 100%);
  user-select: none;
}

.faq-item summary:hover { background: linear-gradient(90deg, rgba(30, 64, 175, 0.08) 0%, rgba(96, 165, 250, 0.08) 100%); }
.faq-item summary::after { content: '+'; float: right; font-size: 1.5rem; color: var(--accent); }
.faq-item details[open] summary::after { content: '−'; }

.faq-item p { padding: 1.5rem; color: var(--text-dark); font-size: 0.95rem; line-height: 1.8; border-top: 1px solid var(--silver); margin: 0; }

.testimonial { background: rgba(255, 255, 255, 0.08); border-left: 4px solid rgba(255, 255, 255, 0.3); padding: 2.5rem; border-radius: 8px; max-width: 700px; margin: 2rem auto; }

.testimonial__quote { font-size: 1.3rem; font-style: italic; font-weight: 400; margin-bottom: 1.5rem; line-height: 1.8; }
.testimonial__author { font-weight: 700; margin-bottom: 0.5rem; font-size: 1rem; }
.testimonial__context { font-size: 0.85rem; opacity: 0.85; }

.booking-form { background: rgba(255, 255, 255, 0.1); border-radius: 8px; border: 2px solid rgba(255, 255, 255, 0.2); padding: 2.5rem; max-width: 650px; margin: 2rem auto; backdrop-filter: blur(10px); }

.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: white; font-size: 0.95rem; }

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
}

.form-input::placeholder { color: rgba(255, 255, 255, 0.6); }
.form-input:focus { outline: none; border-color: white; background: rgba(255, 255, 255, 0.15); box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1); }

.form-button {
  width: 100%;
  padding: 1rem 2rem;
  background: white;
  color: var(--corp-blue);
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-button:hover { background: #f3f4f6; transform: scale(1.02); }

.footer {
  background: white;
  border-top: 1px solid var(--silver);
  padding: 2rem 1rem;
  text-align: center;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  .section { padding: 2rem 1rem; }
  .section__title { font-size: clamp(1.4rem, 4vw, 2rem); }
  .hero { padding: 3rem 1rem; }
  .hero__title { font-size: 2rem; }
  .features-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
