/* Saunagus events. Every rule is scoped so the shared navbar stays untouched. */

.fsg-events-page {
  --fsg-event-text: #111;
  --fsg-event-muted: #62666d;
  --fsg-event-border: #e1e3e6;
  color: var(--fsg-event-text);
  background: transparent;
}

.fsg-events-page a { color: inherit; text-decoration: none; }
.fsg-events-page img { display: block; max-width: 100%; }

.fsg-events-page .btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 21px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-transform: none !important;
}

.fsg-events-page .btn-dark { background: #000; border-color: #000; color: #fff; }
.fsg-events-page .btn-dark:hover { background: #202020; border-color: #202020; color: #fff; }
.fsg-events-page .btn-outline-dark { background: #fff; border-color: #d8dadd; color: #111; }
.fsg-events-page .btn-outline-dark:hover { background: #f4f4f4; border-color: #111; color: #111; }

.fsg-events-page .hero-header {
  display: flex;
  min-height: 620px;
  align-items: center;
  padding: 126px 0 72px;
  background: transparent;
}

.fsg-events-page .hero-content { width: 100%; }
.fsg-events-page .hero-row { align-items: center; }
.fsg-events-page .hero-left { display: flex; height: 100%; align-items: center; }
.fsg-events-page .hero-copy { width: 100%; max-width: 690px; }

.fsg-events-page .hero-title {
  max-width: 760px;
  margin: 0 0 20px;
  color: #000;
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

.fsg-events-page .hero-text {
  max-width: 610px;
  margin: 0 0 22px;
  color: var(--fsg-event-muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.fsg-events-page .hero-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 26px;
}

.fsg-events-page .hero-benefit {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #404348;
  font-size: .98rem;
  line-height: 1.55;
}

.fsg-events-page .hero-benefit i { flex: 0 0 auto; margin-top: 1px; color: #000; }
.fsg-events-page .hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 24px; }

.fsg-events-page .lead-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--fsg-event-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .055);
}

.fsg-events-page .lead-card-inner { min-height: 480px; padding: 36px; }
.fsg-events-page .lead-head { margin-bottom: 18px; }
.fsg-events-page .lead-title { margin: 0 0 8px; color: #000; font-size: 1.65rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.fsg-events-page .lead-text { margin: 0; color: var(--fsg-event-muted); font-size: .94rem; line-height: 1.6; }

.fsg-events-page .form-label { margin-bottom: 6px; color: #111; font-size: .88rem; font-weight: 700; }
.fsg-events-page .form-control,
.fsg-events-page .form-select {
  width: 100%;
  min-height: 48px;
  padding: .72rem .9rem;
  border: 1px solid #d8dadd;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  color: #111;
  font-size: 1rem;
}

.fsg-events-page .form-control:focus,
.fsg-events-page .form-select:focus { border-color: #111; box-shadow: 0 0 0 3px rgba(0, 0, 0, .07); }
.fsg-events-page textarea.form-control { min-height: 100px; resize: vertical; }
.fsg-events-page .is-invalid { border-color: #b42318 !important; }
.fsg-events-page .form-row-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fsg-events-page .form-progress { height: 7px; margin-bottom: 24px; overflow: hidden; border-radius: 999px; background: #eceef0; }
.fsg-events-page .form-progress .progress-bar { height: 100%; background: #111; transition: width .25s ease; }
.fsg-events-page .lead-form-step { display: none; }
.fsg-events-page .lead-form-step.active { display: block; }
.fsg-events-page .step-actions { margin-top: 20px; }
.fsg-events-page .step-actions-split { display: flex; gap: 10px; }
.fsg-events-page .lead-success-icon { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: #111; color: #fff; font-size: 1.65rem; }

.fsg-events-page .section {
  padding: clamp(58px, 7vw, 88px) 0;
  border-top: 1px solid #e8e8e8;
  background: transparent;
}

.fsg-events-page .section-soft { background: transparent; }
.fsg-events-page .section-head { max-width: 850px; margin: 0 auto 34px; text-align: center; }
.fsg-events-page .section-head.text-start { margin-right: 0; margin-left: 0; text-align: left; }
.fsg-events-page .section-kicker { display: inline-block; margin-bottom: 10px; color: #6d7178; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fsg-events-page .section-title { margin: 0 0 14px; color: #090909; font-size: clamp(1.75rem, 3.25vw, 2.65rem); font-weight: 800; letter-spacing: -.038em; line-height: 1.1; }
.fsg-events-page .section-text { margin: 0; color: var(--fsg-event-muted); font-size: 1.02rem; line-height: 1.74; }

.fsg-events-page .feature-card,
.fsg-events-page .step-card,
.fsg-events-page .occasion-card,
.fsg-events-page .area-card,
.fsg-events-page .seo-text-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--fsg-event-border);
  border-radius: 18px;
  background: #fff;
}

.fsg-events-page .card-icon,
.fsg-events-page .step-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #000;
  font-size: 1rem;
  font-weight: 800;
}

.fsg-events-page .feature-card h3,
.fsg-events-page .step-card h3,
.fsg-events-page .occasion-card h3,
.fsg-events-page .area-card h3,
.fsg-events-page .seo-text-card h3 { margin: 0 0 9px; color: #111; font-size: 1.08rem; font-weight: 800; letter-spacing: -.018em; line-height: 1.3; }

.fsg-events-page .feature-card p,
.fsg-events-page .step-card p,
.fsg-events-page .occasion-card p,
.fsg-events-page .area-card p,
.fsg-events-page .seo-text-card p { margin: 0; color: #555960; line-height: 1.68; }

.fsg-events-page .content-image-wrap { overflow: hidden; border-radius: 20px; }
.fsg-events-page .content-image { width: 100%; min-height: 520px; object-fit: cover; }
.fsg-events-page .content-copy { max-width: 620px; }
.fsg-events-page .content-copy h2 { margin: 0 0 16px; color: #090909; font-size: clamp(1.75rem, 3.2vw, 2.6rem); font-weight: 800; letter-spacing: -.038em; line-height: 1.1; }
.fsg-events-page .content-copy p { margin: 0; color: var(--fsg-event-muted); font-size: 1.02rem; line-height: 1.74; }
.fsg-events-page .check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.fsg-events-page .check-list li { position: relative; margin-bottom: 11px; padding-left: 27px; color: #303338; line-height: 1.62; }
.fsg-events-page .check-list li i { position: absolute; top: 1px; left: 0; color: #000; }

.fsg-events-page .faq-wrap { max-width: 840px; margin: 0 auto; border-top: 1px solid #d3d5d8; }
.fsg-events-page .accordion-item { overflow: hidden; border: 0; border-bottom: 1px solid #d3d5d8; border-radius: 0; background: transparent; }
.fsg-events-page .accordion-button { padding: 20px 0; background: transparent; box-shadow: none; color: #111; font-size: 1rem; font-weight: 750; }
.fsg-events-page .accordion-button:not(.collapsed) { background: transparent; color: #111; }
.fsg-events-page .accordion-button:focus { border-color: transparent; box-shadow: none; }
.fsg-events-page .accordion-body { max-width: 760px; padding: 0 42px 20px 0; color: #555960; line-height: 1.72; }

.fsg-events-page #cta-bottom .section-head { margin-bottom: 0; }

@media (max-width: 991.98px) {
  .fsg-events-page .hero-header { min-height: 0; padding: 106px 0 58px; }
  .fsg-events-page .hero-left { align-items: flex-start; }
  .fsg-events-page .lead-card { margin-top: 8px; }
  .fsg-events-page .content-copy { max-width: none; }
  .fsg-events-page .content-image { min-height: 340px; }
}

@media (max-width: 767.98px) {
  .fsg-events-page .hero-title { font-size: clamp(2rem, 9vw, 3rem); }
  .fsg-events-page .hero-actions { width: 100%; }
  .fsg-events-page .hero-actions .btn { flex: 1 1 0; min-width: 0; padding-right: 12px !important; padding-left: 12px !important; }
  .fsg-events-page .form-row-2 { grid-template-columns: 1fr; }
  .fsg-events-page .step-actions-split { flex-direction: column; }
  .fsg-events-page .step-actions-split .w-50 { width: 100% !important; }
}

@media (max-width: 575.98px) {
  .fsg-events-page .hero-header { padding: 92px 0 44px; }
  .fsg-events-page .hero-text { font-size: 1rem; }
  .fsg-events-page .hero-benefit { font-size: .92rem; }
  .fsg-events-page .lead-card { border-radius: 18px; }
  .fsg-events-page .lead-card-inner { min-height: 0; padding: 24px 18px; }
  .fsg-events-page .section { padding: 52px 0; }
  .fsg-events-page .section-head { margin-bottom: 26px; }
  .fsg-events-page .feature-card,
  .fsg-events-page .step-card,
  .fsg-events-page .occasion-card,
  .fsg-events-page .seo-text-card { padding: 20px; }
  .fsg-events-page .content-image { min-height: 240px; }
  .fsg-events-page .accordion-button { padding: 18px 0; font-size: .95rem; line-height: 1.4; }
  .fsg-events-page .accordion-body { padding-right: 20px; font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  .fsg-events-page .form-progress .progress-bar { transition: none; }
}
