.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-e2f97ce */.ai-surf-coach {
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 0 1.25rem;
}

.ai-surf-coach__card {
  background: var(--sky, #f3fbff);
  border: 1px solid var(--button-border, #9dd7e8);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 74, 103, 0.08);
}

.ai-surf-coach__card h3 {
  margin-top: 0;
  text-align: center;
  font-size: 1.5rem;
}

.ai-surf-coach__card p {
  color: var(--text-muted, #5f6d75);
  text-align: center;
  margin-bottom: 1.25rem;
}

.ai-surf-coach__field {
  margin-bottom: 1rem;
}

.ai-surf-coach__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--text-dark, #05384b);
}

.ai-surf-coach__card select,
.ai-surf-coach__card textarea {
  width: 100%;
  border: 1px solid var(--button-border, #9dd7e8);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  background: #fff;
  box-shadow: inset 0 2px 6px rgba(0, 74, 103, 0.05);
}

.ai-surf-coach__card textarea {
  resize: vertical;
  min-height: 110px;
  margin-top: 0.35rem;
}

.ai-surf-coach__card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #00a5c7, #0090b1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 0.5rem;
}

.ai-surf-coach__card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 74, 103, 0.18);
}

.ai-surf-coach__response {
  margin-top: 1.5rem;
  background: #ffffff;
  border: 1px dashed var(--button-border, #9dd7e8);
  border-radius: 12px;
  padding: 1.2rem;
  color: var(--text-dark, #05384b);
}

.ai-surf-coach__response h4 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.coach-general,
.coach-specific {
  margin-bottom: 1rem;
}

.coach-general ul {
  padding-left: 1.1rem;
  margin: 0.4rem 0 0;
  line-height: 1.5;
}

.ai-surf-coach__response a {
  color: var(--accent, #00a5c7);
  font-weight: 600;
  text-decoration: none;
}

.ai-surf-coach__response a:hover {
  text-decoration: underline;
}

.ai-surf-coach__disclaimer {
  font-size: 0.9rem;
  color: var(--text-muted, #5f6d75);
  border-top: 1px dashed var(--button-border, #9dd7e8);
  padding-top: 0.75rem;
  margin: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
}/* End custom CSS */