:root {
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 6px;
  --radius-sm: 6px;
}

body.visual-trade {
  --polish-accent: #0f4f5f;
  --polish-soft: #eef5f3;
  --polish-dark: #142129;
}

body.theme-electrician {
  --polish-accent: #b88a18;
  --polish-soft: #f7f2df;
  --polish-dark: #17243a;
}

body.theme-coffee {
  --polish-accent: #8a5a32;
  --polish-soft: #f3eadc;
  --polish-dark: #2c211a;
}

body.theme-chess {
  --polish-accent: #334155;
  --polish-soft: #f0f3f6;
  --polish-dark: #111827;
}

body.theme-pet-groomer {
  --polish-accent: #8a6344;
  --polish-soft: #f7efe6;
  --polish-dark: #2f3a32;
}

body.visual-trade .hero,
body.theme-coffee .hero,
body.theme-chess .hero,
body.theme-pet-groomer .hero {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

body.visual-trade .hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--polish-dark) 92%, #fff 8%), color-mix(in srgb, var(--polish-accent) 72%, #111 28%));
  color: #ffffff;
}

body.theme-coffee .hero {
  background: linear-gradient(135deg, #f8efe0 0%, #fffaf2 58%, #d9b88e 135%);
}

body.theme-chess .hero {
  background: linear-gradient(135deg, #f7f8fb 0%, #e4e9ef 58%, #cfd8e3 100%);
}

body.theme-pet-groomer .hero {
  background: radial-gradient(circle at 82% 14%, rgba(138, 99, 68, 0.16), transparent 30%), linear-gradient(135deg, #fffaf4 0%, #f0e5d8 100%);
}

body.visual-trade .hero .hero-lead,
body.visual-trade .hero p,
body.visual-trade .hero li {
  color: rgba(255, 255, 255, 0.82);
}

body.visual-trade .hero .button-secondary,
body.visual-trade .hero .demo-safety-note,
body.visual-trade .hero .hero-proof li {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

body.visual-trade .service-card,
body.visual-trade .feature-card,
body.visual-trade .project-card,
body.visual-trade .care-card,
body.visual-trade .coverage-panel,
body.visual-trade .call-card {
  border-left: 0.32rem solid var(--polish-accent);
}

body.theme-coffee .menu-card,
body.theme-coffee .moment-card,
body.theme-coffee .event-card,
body.theme-coffee .panel {
  background: color-mix(in srgb, var(--polish-soft) 44%, #fff);
}

body.theme-chess .fixture-table,
body.theme-chess .club-image-card,
body.theme-chess .score-card,
body.theme-chess .benefit-card {
  border-top: 0.28rem solid var(--polish-accent);
}

body.theme-pet-groomer .service-card,
body.theme-pet-groomer .dog-card,
body.theme-pet-groomer .profile-card {
  background: color-mix(in srgb, var(--polish-soft) 54%, #fff);
}

html,
body {
  overflow-x: hidden;
}

.presgro-demo-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.4rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.presgro-demo-tag::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.42;
}

.mobile-contact-bar {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.55rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(16px);
}

.mobile-contact-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.85rem;
  padding: 0.75rem 0.8rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

.mobile-contact-bar a:first-child {
  background: #111827;
  color: #ffffff;
}

.mobile-contact-bar a:last-child {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #111827;
}

.button {
  min-width: 0;
  border-radius: 8px;
  white-space: normal;
}

.alert-row > *,
.topbar-row > *,
.hero-grid > *,
.hero-shell > *,
.hero-copy,
.hero-head,
.contact-grid > *,
.book-grid > *,
.visit-grid > *,
.join-grid > * {
  min-width: 0;
}

.hero-lead {
  max-width: 100%;
  overflow-wrap: break-word;
}

.button-secondary {
  color: inherit;
}

.button-row {
  flex-wrap: wrap;
}

.button-row .button {
  flex: 1 1 13rem;
}

.site-nav a:last-child {
  justify-content: center;
  padding: 0.56rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.panel,
.service-card,
.feature-card,
.project-card,
.testimonial-card,
.menu-card,
.moment-card,
.event-card,
.care-card,
.night-card,
.benefit-card,
.membership-card,
.fixture-table,
.visit-card,
.call-card,
.profile-card,
.dog-card,
.hero-panel,
.hero-card,
.hero-stat-card,
.club-image-card,
.score-card,
.coverage-panel,
.contact-form,
.book-form,
.visit-form,
.join-form {
  border-radius: 8px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.form-trust {
  display: grid;
  gap: 0.5rem;
  margin: 0.65rem 0 1rem;
  padding: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  font-size: 0.91rem;
  line-height: 1.45;
}

.form-trust strong {
  color: inherit;
}

.demo-safety-note {
  margin-top: 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  font-size: 0.92rem;
  font-weight: 750;
}

.faq-card {
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.faq-card h3 {
  margin-top: 0;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #a93622;
  box-shadow: 0 0 0 3px rgba(169, 54, 34, 0.12);
}

@media (min-width: 760px) {
  .mobile-contact-bar {
    display: none;
  }
}

@media (max-width: 759px) {
  body {
    padding-bottom: 5rem;
  }

  .alert-row p,
  .topbar-row p {
    flex: 1 1 100%;
    max-width: 31ch;
    overflow-wrap: break-word;
  }

  .hero-lead {
    max-width: 31ch;
  }

  .hero-proof li {
    width: 100%;
  }

  .back-presgro {
    display: none;
  }

  .header-row {
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
  }

  .site-nav {
    width: 100%;
  }

  .header-cta {
    display: none;
  }

  .button-row {
    width: 100%;
  }

  .button-row .button {
    width: 100%;
    flex-basis: 100%;
  }

  .button,
  .nav-toggle,
  .slider-arrow,
  .faq-question,
  .site-nav a {
    min-height: 2.75rem;
  }

  .mobile-contact-bar a {
    padding-inline: 0.45rem;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.presgro-demo-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 230, 245, 0.86);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(20, 32, 51, 0.06);
  color: #142033;
  font-family: Manrope, Arial, sans-serif;
}

.presgro-demo-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: min(1180px, calc(100% - 2rem));
  min-height: 4.35rem;
  margin-inline: auto;
}

.presgro-demo-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.presgro-demo-header__brand img {
  display: block;
  width: auto;
  height: 2.25rem;
  max-width: 9rem;
}

.presgro-demo-header__nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 0.25rem;
}

.presgro-demo-header a {
  color: #42526b;
  text-decoration: none;
}

.presgro-demo-header__nav a,
.presgro-demo-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.presgro-demo-header__nav a {
  padding: 0.55rem 0.68rem;
}

.presgro-demo-header__cta {
  flex: 0 0 auto;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(20, 99, 243, 0.2);
  background: #1463f3;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(20, 99, 243, 0.16);
}

.presgro-demo-header a:hover,
.presgro-demo-header a:focus-visible {
  outline: none;
  background: #eef5ff;
  color: #0b51cf;
}

.presgro-demo-header__cta:hover,
.presgro-demo-header__cta:focus-visible {
  background: #0b51cf !important;
  color: #ffffff !important;
}

.presgro-demo-header a:focus-visible {
  outline: 3px solid rgba(20, 99, 243, 0.28);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .presgro-demo-header__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 0.7rem;
  }

  .presgro-demo-header__nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline-end: 1rem;
    padding-bottom: 0.12rem;
    scrollbar-width: thin;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2.5rem), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2.5rem), transparent 100%);
  }
}

@media (max-width: 520px) {
  .presgro-demo-header__inner {
    width: min(100%, calc(100% - 1rem));
  }

  .presgro-demo-header__brand img {
    height: 2rem;
    max-width: 7.8rem;
  }

  .presgro-demo-header__nav a {
    flex: 0 0 auto;
    padding-inline: 0.45rem;
    font-size: 0.82rem;
  }

  .presgro-demo-header__cta {
    padding-inline: 0.78rem;
    font-size: 0.82rem;
  }
}
