@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --primary: #bb2649;
  --primary-dark: #7a0f2f;
  --muted: #1f1d1f;
  --muted-soft: #5a5a5a;
  --border: rgba(0, 0, 0, 0.08);
  --glow: rgba(187, 38, 73, 0.15);
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  background: radial-gradient(
      circle at top,
      rgba(255, 255, 255, 0.95),
      transparent 55%
    ),
    radial-gradient(circle at 65% 15%, rgba(187, 38, 73, 0.08), transparent 45%),
    #f8f5f2;
  color: #1f1d1f;
}

.landing {
  min-height: 100vh;
  padding: 1rem 0rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.hero {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  background: #fff;
  border-radius: 42px;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 18px 35px rgba(19, 14, 36, 0.06);
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-logo {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-description {
  font-size: 1.05rem;
  color: var(--muted-soft);
  line-height: 1.6;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.hero-stats div {
  background: rgba(18, 18, 18, 0.02);
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 120px;
}

.hero-stats strong {
  display: block;
  font-size: 1.5rem;
}

.hero-stats span {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-card {
  background: #f8f5f2;
  color: #1f1d1f;
  border-radius: 26px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(19, 14, 36, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-card__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 0.68rem;
  color: var(--primary);
}

.hero-card__value {
  margin: 0.35rem 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.hero-hours {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
  font-size: 0.85rem;
}

.hero-hours div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.hero-hours span {
  color: var(--muted-soft);
  text-transform: capitalize;
}

.hero-pill {
  background: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid rgba(187, 38, 73, 0.2);
}

.hero-pill span {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bb2649;
}

.services-intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.services-filter {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.services-filter span {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(187, 38, 73, 0.1);
  color: #bb2649;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.services,
.team,
.cta {
  width: min(1100px, 100%);
  background: #fff;
  border-radius: 36px;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 30px rgba(19, 14, 36, 0.08);
}

.services header,
.team header {
  margin-bottom: 0.5rem;
}

.services h2,
.team h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 500;
}

.section-note {
  color: var(--muted-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.service-card {
  border-radius: 22px;
  padding: 1.25rem;
  border: 1px solid var(--border);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.6)
  );
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  box-shadow: 0 6px 18px rgba(19, 14, 36, 0.06);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(187, 38, 73, 0.4);
}

.service-card__tag {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.service-card h3 {
  margin: 0;
  font-size: 1.125rem;
}

.service-card p {
  margin: 0;
  color: var(--muted-soft);
  line-height: 1.5;
}

.service-card__meta {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.badge {
  background: var(--primary);
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

.team-note {
  margin: 0;
  color: var(--muted-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-mosaic {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

.team-gallery {
  margin-top: 20px;
  background: #fff;
  border-radius: 32px;
  padding: 2rem;
}

.team-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  width: 100%;
  margin-top: 20px;
}

.team-card--visual {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 240px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-card--visual:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(19, 14, 36, 0.18);
}

.team-card__glare {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.7),
    transparent 55%
  );
  pointer-events: none;
}

.team-card__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.8)
  );
  border-radius: 24px;
  padding: 1.75rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  justify-content: space-between;
}

.team-card__avatar {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  border: 1px solid rgba(187, 38, 73, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #bb2649;
  background: #fff;
  margin: 0 auto 0.5rem;
  box-shadow: 0 8px 25px rgba(187, 38, 73, 0.18);
}

.team-card__badge {
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: var(--muted-soft);
}

.team-card__name {
  margin: 0;
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.team-card__description {
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted-soft);
  line-height: 1.5;
}

.team-card__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(31, 29, 31, 0.7);
}

.team-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
}

.team-body {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(320px, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.team-panel {
  border-radius: 28px;
  border: 1px solid rgba(187, 38, 73, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.team-panel__label {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--muted-soft);
  margin: 0;
}

.team-panel h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

.team-panel__text {
  margin: 0;
  color: var(--muted-soft);
  line-height: 1.5;
}

.team-panel__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.team-gallery {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  box-shadow: 0 15px 30px rgba(19, 14, 36, 0.1);
}

.team-card--glow {
  position: relative;
  background: linear-gradient(
      140deg,
      rgba(187, 38, 73, 0.12),
      rgba(255, 255, 255, 0.95)
    ),
    #fff;
  border-radius: 24px;
  border: 1px solid rgba(187, 38, 73, 0.25);
  padding: 1.3rem;
  box-shadow: 0 12px 25px rgba(19, 14, 36, 0.08);
  overflow: hidden;
}

.team-card__accent {
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  mix-blend-mode: screen;
}

.team-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  z-index: 1;
}

.team-card__role {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-soft);
  max-width: 160px;
}

.team-highlight {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 25px rgba(19, 14, 36, 0.06);
}

.team-highlight h3 {
  margin: 0.3rem 0;
  font-size: 1.5rem;
}

.highlight-label {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.highlight-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.highlight-tags span {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(187, 38, 73, 0.2);
  color: #bb2649;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .team-card-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .team-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .team-card-grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}

.team-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(187, 38, 73, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #bb2649;
  background: #fff;
}

.team-card__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.team-card__badge {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: rgba(187, 38, 73, 0.1);
  border: 1px solid rgba(187, 38, 73, 0.2);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bb2649;
}

.team-card {
  background: #fff;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  min-height: 135px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(187, 38, 73, 0.25);
}

.team-card--minimal {
  box-shadow: none;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.team-card__name {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1f1d1f;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: linear-gradient(
    135deg,
    rgba(187, 38, 73, 0.1),
    rgba(187, 38, 73, 0.02)
  );
  box-shadow: 0 10px 25px rgba(19, 14, 36, 0.05);
}

.cta-copy h2 {
  margin: 0.8rem 0 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
}

.cta__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.wizard-shell {
  width: min(1100px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 36px;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 60px rgba(8, 8, 8, 0.08);
}

.wizard-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wizard-subtitle {
  margin: 0;
  color: var(--muted-soft);
}

.wizard-card {
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wizard-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard-score {
  margin: 0;
  font-weight: 600;
  color: var(--primary);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.service-card {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.service-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted-soft);
}

.service-card__body h5 {
  margin: 0;
  font-size: 1rem;
}

.service-card__btn {
  margin-top: auto;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  border: none;
  background: linear-gradient(135deg, var(--primary), #7a0f2f);
  color: #fff;
}

.professionals-visual {
  min-height: 270px;
}

.calendar-board {
  min-height: 320px;
  border-radius: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  background: #fcfcfc;
}

.calendar-hours {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.wizard-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wizard-card--customer .form-control {
  border-radius: 14px;
}

.wizard-card--review {
  text-align: center;
  gap: 1.2rem;
}

.review-grid {
  display: grid;
  gap: 0.5rem;
}

.review-grid strong {
  display: block;
  font-weight: 600;
}

.success-schedule {
  margin-top: 1rem;
  padding: 0.9rem;
  border-radius: 12px;
  background: rgba(0, 128, 0, 0.1);
  color: #1f7a2f;
}

.calendar-hour-schedule-loading,
.professionals-schedule-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.wizard-customer {
  margin-top: 1.5rem;
}

@media (max-width: 860px) {
  .wizard-shell {
    padding: 1.5rem;
  }

  .form-card__body--grid {
    padding: 1.25rem;
  }

  .form-journey {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .form-content {
    grid-template-columns: 1fr;
  }
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.8rem;
  color: var(--primary);
  margin: 0;
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 5px 15px rgba(187, 38, 73, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 55px rgba(187, 38, 73, 0.45);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background: rgba(187, 38, 73, 0.08);
}

h1 {
  margin: 0;
}

@media (max-width: 768px) {
  .header-panel {
    display: none;
  }
  .landing {
    padding: 0rem 0rem 3rem;
  }

  .hero,
  .services,
  .team,
  .cta {
    padding: 2rem 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats {
    flex-direction: column;
    display: none;
  }

  .hero-card {
    padding: 1.25rem;
  }

  .layout-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta {
    flex-direction: column;
    text-align: center;
  }

  .team-card__name {
    font-size: 0.75rem;
  }
}
