/* BookingPage Studio — product marketing & builder */

.studio-hero {
  background-image:
    linear-gradient(165deg, rgba(66, 133, 244, 0.92) 0%, rgba(52, 168, 83, 0.88) 100%),
    url("../img/header-background.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  color: #fff;
  min-height: 34rem;
}

.studio-hero .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.studio-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.studio-hero .lead {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.92) !important;
}

.studio-privacy-card {
  border-left: 4px solid var(--google-green, #34a853);
  background: #f8fdf9;
}

.studio-step-card {
  height: 100%;
  border: 0;
  box-shadow: 0 0.125rem 0.5rem rgba(60, 64, 67, 0.12);
}

.studio-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--google-blue, #4285f4);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.studio-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(66, 133, 244, 0.12);
  color: var(--google-blue, #4285f4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.studio-pricing-highlight {
  border: 2px solid var(--google-blue, #4285f4);
}

.studio-build-main {
  padding-top: 7rem;
  padding-bottom: 4rem;
  min-height: 100vh;
  background: #f8f9fa;
}

.studio-wizard {
  max-width: 42rem;
  margin: 0 auto;
}

.studio-wizard-steps {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.studio-wizard-step {
  flex: 1 1 auto;
  min-width: 4.5rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #5f6368;
}

.studio-wizard-step span {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border-radius: 50%;
  background: #e8eaed;
  color: #5f6368;
  margin: 0 auto 0.35rem;
  font-size: 0.75rem;
}

.studio-wizard-step.active span {
  background: var(--google-blue, #4285f4);
  color: #fff;
}

.studio-wizard-step.done span {
  background: var(--google-green, #34a853);
  color: #fff;
}

.studio-wizard-panel {
  display: none;
}

.studio-wizard-panel.active {
  display: block;
}

.studio-preview-swatch {
  width: 2rem;
  height: 2rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
}

.studio-service-row {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.studio-logo-preview-img {
  max-height: 4.5rem;
  max-width: 14rem;
  object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.35rem;
  background: #fff;
}

.studio-service-image-preview {
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.25rem;
  background: #fff;
}

.studio-service-card-image {
  height: 8rem;
  object-fit: cover;
}

.studio-template-option {
  display: block;
  cursor: pointer;
  margin: 0;
}

.studio-template-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.studio-template-preview {
  display: block;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.65rem;
  background: #f8f9fa;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.studio-template-option input:checked + .studio-template-preview {
  border-color: #4285f4;
  box-shadow: 0 0 0 0.15rem rgba(66, 133, 244, 0.2);
}

.studio-template-preview-header {
  display: block;
  height: 1.35rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #4285f4, #3367d6);
}

.studio-template-preview-minimal .studio-template-preview-header {
  height: 0.85rem;
  background: #fff;
  border: 1px solid #dee2e6;
}

.studio-template-preview-bold .studio-template-preview-header {
  height: 1.75rem;
  border-radius: 0.35rem;
}

.studio-template-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.studio-template-preview-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.studio-template-preview-grid span,
.studio-template-preview-list span {
  display: block;
  height: 1.1rem;
  border-radius: 0.2rem;
  background: #fff;
  border: 1px solid #e9ecef;
}

.studio-template-preview-list span {
  height: 0.75rem;
  margin-bottom: 0.35rem;
}

.studio-template-preview-list span:last-child {
  margin-bottom: 0;
}

.studio-template-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.studio-template-desc {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}
