body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
.font-mono,
pre,
code {
  font-family: 'Poppins', sans-serif !important;
}

select,
select option,
select optgroup {
  background-color: #151515;
  color: #f9fafb;
}

select:focus {
  outline: none;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #121212;
  color: #F9FAFB;
  overflow-x: hidden;
  font-weight: 400;
}

strong,
b,
.font-bold {
  font-weight: 700;
}

.glass-panel {
  background: rgba(30, 30, 36, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

::selection {
  background: #A57A3D;
  color: #fff;
}

.text-stroke {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
  color: transparent;
}

.text-stroke-hover:hover {
  -webkit-text-stroke: 0;
  color: #fff;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #121212;
}

::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 5px;
  border: 2px solid #121212;
}

::-webkit-scrollbar-thumb:hover {
  background: #A57A3D;
}

.installer-body {
  margin: 0;
  padding: 30px;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
}

.installer-box {
  max-width: 740px;
  margin: auto;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 24px;
}

.installer-input {
  width: 100%;
  margin: 6px 0 12px;
  padding: 10px;
  background: #0f0f0f;
  border: 1px solid #444;
  color: #fff;
}

.installer-button {
  background: #A57A3D;
  color: #fff;
  border: 0;
  padding: 11px 14px;
  font-weight: 700;
  cursor: pointer;
}

.installer-error {
  background: #4a1717;
  border: 1px solid #8a3030;
  padding: 10px;
  margin-bottom: 10px;
}

.installer-success {
  background: #173b22;
  border: 1px solid #2f8c53;
  padding: 10px;
  margin-bottom: 10px;
}

.installer-link {
  color: #A57A3D;
}

.admin-panel-card {
  background: rgba(21, 21, 21, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  padding: 1.5rem;
}

.admin-section-title {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.admin-subsection-title {
  color: #A57A3D;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.admin-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 10px;
  font-weight: 700;
  color: rgb(156 163 175);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.admin-input-dark,
.admin-select-dark,
.admin-textarea-dark {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  color: #fff;
}

.admin-input-light,
.admin-select-light,
.admin-textarea-light {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  color: #fff;
}

.admin-textarea-md {
  min-height: 86px;
}

.admin-save-btn {
  width: 100%;
  border: 1px solid rgba(16, 185, 129, 0.4);
  background: #047857;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem;
}

.admin-save-btn:hover {
  background: #059669;
}

.admin-save-btn-inline {
  border: 1px solid rgba(16, 185, 129, 0.4);
  background: #047857;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.75rem 1.5rem;
}

.admin-save-btn-inline:hover {
  background: #059669;
}

.admin-modal-card {
  width: 100%;
  max-width: 42rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #151515;
}

.admin-modal-card-dark {
  background: #101010;
}

.admin-shell {
  background: #121212;
}

.admin-layout {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #141414;
}

.admin-sidebar {
  background: #141414;
}

.admin-main-content {
  background: #161616;
}

.admin-side-link {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.admin-side-link-active {
  border-color: rgba(165,122,61, 0.9);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.admin-side-link-inactive {
  border-color: transparent;
  color: #a3a3a3;
}

.admin-side-link-inactive:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.admin-calendar {
  background: #141414;
}

.admin-calendar-rail {
  background: #1b1b1b;
}

.admin-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.75rem 2.25rem;
}

.admin-modal-close {
  font-size: 2.25rem;
  line-height: 1;
  color: rgb(156 163 175);
}

.prose-Adonis {
  color: #e5e7eb;
  line-height: 1.8;
}

.prose-Adonis p,
.prose-Adonis ul,
.prose-Adonis ol,
.prose-Adonis h2,
.prose-Adonis h3,
.prose-Adonis h4 {
  margin: 0 0 0.9rem;
}

.prose-Adonis ul,
.prose-Adonis ol {
  padding-left: 1.2rem;
}

.prose-Adonis li {
  margin: 0.25rem 0;
}

.prose-Adonis a {
  color: #A57A3D;
  text-decoration: underline;
}

.prose-Adonis h2,
.prose-Adonis h3,
.prose-Adonis h4 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.admin-modal-close:hover {
  color: #fff;
}

.admin-modal-form {
  padding: 2.25rem;
}

.ui-label-caps {
  font-size: 10px;
  font-weight: 700;
  color: rgb(107 114 128);
  text-transform: uppercase;
}

.ui-input-dark {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.ui-input-dark-sm {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ui-input-dark,
.ui-input-dark-sm,
.admin-input-dark,
.admin-select-dark,
.admin-textarea-dark,
.admin-input-light,
.admin-select-light,
.admin-textarea-light {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-select-compact {
  padding: 0.45rem 0.55rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-appointments-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.admin-appointments-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-appointments-table {
  border-collapse: separate;
  border-spacing: 0;
}

.admin-appointments-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(18, 18, 18, 0.95);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.admin-appointments-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.admin-appointments-table td,
.admin-appointments-table th {
  padding-right: 0.7rem;
}

.admin-appointments-row-actions {
  display: flex;
  gap: 0.45rem;
  min-width: 260px;
  flex-wrap: wrap;
}

.admin-appointments-row-actions .ignity-btn-outline {
  min-width: 74px;
  padding: 0.42rem 0.62rem;
  font-size: 11px;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.admin-status-badge.is-confirmed {
  background: rgba(59, 130, 246, 0.18);
  border-color: rgba(59, 130, 246, 0.44);
  color: #bfdbfe;
}

.admin-status-badge.is-completed {
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.44);
  color: #bbf7d0;
}

.admin-status-badge.is-cancelled,
.admin-status-badge.is-no-show {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.4);
  color: #fecaca;
}

.admin-status-badge.is-blocked {
  background: rgba(107, 114, 128, 0.2);
  border-color: rgba(156, 163, 175, 0.4);
  color: #e5e7eb;
}

.admin-status-badge.is-unknown {
  background: rgba(148, 163, 184, 0.16);
  border-color: rgba(148, 163, 184, 0.4);
  color: #e2e8f0;
}

.ui-input-dark:focus,
.ui-input-dark-sm:focus,
.admin-input-dark:focus,
.admin-select-dark:focus,
.admin-textarea-dark:focus,
.admin-input-light:focus,
.admin-select-light:focus,
.admin-textarea-light:focus {
  outline: none;
  border-color: rgba(165,122,61, 0.75);
  box-shadow: 0 0 0 2px rgba(165,122,61, 0.2);
}

.cms-editor-input,
.cms-editor-textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.75rem;
}

.cms-editor-textarea {
  height: 12rem;
}

.fx-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  will-change: opacity, transform;
}

.fx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.media-lazy {
  opacity: 0.001;
  transform: scale(1.015);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.media-lazy.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.standards-grid {
  background: rgba(5, 7, 11, 0.25);
}

.standard-card {
  min-height: 250px;
}

.standard-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A57A3D;
  margin-bottom: 1.5rem;
}

.standard-icon svg {
  width: 2rem;
  height: 2rem;
}

.contact-map-wrap {
  position: relative;
}

.contact-map-frame {
  border: 0;
  filter: grayscale(1) contrast(1.05) brightness(0.9);
}

.gradient-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.65rem;
}

.gradient-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(165,122,61, 0.12) 0%, rgba(165,122,61, 1) 45%, rgba(165,122,61, 0.95) 70%, rgba(165,122,61, 0.12) 100%);
  background-size: 220% 100%;
  animation: gradient-underline-shift 3.1s ease-in-out infinite;
}

.gradient-divider {
  width: 5rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(165,122,61, 0.12) 0%, rgba(165,122,61, 1) 45%, rgba(165,122,61, 0.95) 70%, rgba(165,122,61, 0.12) 100%);
  background-size: 220% 100%;
  animation: gradient-underline-shift 3.1s ease-in-out infinite;
}

@keyframes gradient-underline-shift {
  0% {
    background-position: 0% 50%;
    opacity: 0.86;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
  100% {
    background-position: 0% 50%;
    opacity: 0.86;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-reveal,
  .fx-reveal.is-visible,
  .media-lazy,
  .media-lazy.is-loaded,
  .gradient-underline::after,
  .gradient-divider {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

.site-footer {
  background: #05070b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-top-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(165,122,61,0) 0%, rgba(165,122,61,0.65) 45%, rgba(165,122,61,0) 100%);
}

.site-footer-brand {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer-brand-logo {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}

.site-footer-tagline {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 28rem;
}

.site-footer-heading {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}

.site-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.site-footer-links a {
  color: #b5b5b5;
  font-size: 0.9375rem;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.site-footer-links a:hover {
  color: #fff;
}

.site-footer-social {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.site-footer-social:hover {
  border-color: rgba(165,122,61, 0.7);
  background: rgba(165,122,61, 0.12);
}

.site-footer-contact-space {
  position: relative;
  z-index: 2;
}

.site-footer-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #7a7a7a;
}

.site-footer-value {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.site-footer-hours {
  margin-top: 0.35rem;
  color: #b3b3b3;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.site-footer-bottom {
  color: #7a7a7a;
}

.site-footer-powered {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #9ca3af;
  letter-spacing: 0.12em;
}

.site-footer-powered-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(165,122,61, 0.85);
}

.site-footer-watermark {
  position: absolute;
  right: -1rem;
  top: 0;
  color: rgba(255,255,255,0.04);
  font-size: 17rem;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 1024px) {
  .site-footer-brand { font-size: 1.5rem; }
  .site-footer-tagline { font-size: 0.9375rem; }
  .site-footer-heading { font-size: 0.9375rem; }
  .site-footer-links a,
  .site-footer-value,
  .site-footer-hours { font-size: 0.875rem; }
  .site-footer-watermark { font-size: 8rem; right: 0; }

  .standard-card {
    min-height: 0;
  }
}

#app-view {
  animation: none;
}

#app-view[data-route="admin"] {
  animation: none;
}

#site-header {
  top: 0;
  height: 104px;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: none !important;
  will-change: auto;
}

body.has-admin-strip #site-header {
  top: 34px;
}

#site-header.is-scrolled {
  height: 104px;
  background: rgba(12, 12, 14, .62);
  border-bottom: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

body[data-route]:not([data-route="landing"]) #site-header {
  height: 104px;
  background: rgba(12, 12, 14, .62);
  border-bottom: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transition: none;
}

#site-header.is-scrolled .nav-link,
body[data-route]:not([data-route="landing"]) #site-header .nav-link {
  color: rgba(255,255,255,.92);
}

#site-header .nav-link {
  letter-spacing: 0.12em;
  transition: none;
}

.header-account-btn {
  min-width: 188px;
  text-align: center;
  white-space: nowrap;
}

#nav-mega-menu.nav-mega-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

#nav-mega-menu.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.admin-top-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #050505;
  z-index: 70;
}

.admin-top-strip-inner {
  max-width: 1526px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
}

.admin-top-strip-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-top-strip-label {
  color: #fff;
  font-weight: 700;
}

.admin-top-strip-link {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}

.admin-top-strip-link:hover {
  color: #fff;
}

.admin-top-strip-link-danger:hover {
  color: #fca5a5;
}

.admin-top-strip-separator {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.admin-top-strip-user {
  color: #d1d5db;
}

@media (max-width: 768px) {
  .admin-top-strip {
    height: 30px;
  }

  .admin-top-strip-inner {
    font-size: 9px;
    letter-spacing: 0.06em;
    gap: 0.55rem;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .admin-top-strip-group {
    gap: 0.55rem;
    flex-shrink: 0;
  }

  .admin-top-strip-user {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.recommender-shell {
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
}

.recommender-layout-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .recommender-layout-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: start;
  }
}

.recommender-step-pill {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
  color: #f3f4f6;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 700;
  padding: 0.7rem 1rem;
}

.recommender-progress-track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.recommender-progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(165,122,61, 0.42) 0%, rgba(165,122,61, 1) 65%, rgba(165,122,61, 0.95) 100%);
  transition: width 0.25s ease;
}

.recommender-progress-bar.is-step-1 {
  width: 33.333%;
}

.recommender-progress-bar.is-step-2 {
  width: 66.666%;
}

.recommender-progress-bar.is-step-3 {
  width: 100%;
}

.recommender-answer {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  text-align: left;
  padding: 1rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.recommender-answer:hover {
  border-color: rgba(165,122,61,0.55);
  background: rgba(165,122,61,0.08);
}

.recommender-answer.is-active {
  border-color: rgba(165,122,61,0.95);
  background: rgba(165,122,61,0.13);
  box-shadow: 0 0 0 1px rgba(165,122,61,0.28) inset;
}

.recommender-answer-title {
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.recommender-answer-hint {
  display: block;
  margin-top: 0.35rem;
  color: #9ca3af;
  font-size: 0.875rem;
}

.recommender-alt-item {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  padding: 0.85rem 0.95rem;
  display: block;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.recommender-alt-item:hover {
  border-color: rgba(165,122,61,0.55);
  background: rgba(165,122,61,0.08);
}

.recommender-alt-name {
  display: block;
  color: #f9fafb;
  font-weight: 700;
  text-transform: uppercase;
}

.recommender-alt-meta {
  display: block;
  margin-top: 0.2rem;
  color: #9ca3af;
  font-size: 0.875rem;
}

.recommender-compare-table {
  border-collapse: collapse;
}

.recommender-compare-table th,
.recommender-compare-table td {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 0.65rem 0.25rem;
  text-align: left;
  font-size: 0.875rem;
}

.recommender-compare-table th {
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
}

.recommender-compare-table tbody tr.is-top td {
  color: #fff;
  font-weight: 700;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(8,8,10,.52), rgba(8,8,10,.86));
}

.hero-bg-image {
  filter: grayscale(1) saturate(0) contrast(0.9) brightness(0.62) !important;
}

.tips-rotator-image {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tips-rotator-image-fallback {
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(165,122,61, 0.14), rgba(255, 255, 255, 0.02));
}

.tips-rotator-image-fallback span {
  color: rgba(165,122,61, 0.95);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.tips-rotator-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(165,122,61, 0.65);
  background: rgba(165,122,61, 0.12);
  color: #A57A3D;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}

.ignity-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #A57A3D;
  background: #A57A3D;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 0 0 rgba(165,122,61, 0);
  transition: box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.ignity-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid rgba(255,255,255,.25);
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 0 0 rgba(165,122,61, 0);
  transition: box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.ignity-btn::after,
.ignity-btn-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.08) 35%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.08) 65%, transparent 100%);
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  opacity: 0;
}

.ignity-btn:hover,
.ignity-btn:focus-visible {
  box-shadow: 0 0 0 1px rgba(165,122,61, 0.32), 0 0 22px rgba(165,122,61, 0.32);
}

.ignity-btn-outline:hover,
.ignity-btn-outline:focus-visible {
  box-shadow: 0 0 0 1px rgba(165,122,61, 0.24), 0 0 18px rgba(165,122,61, 0.24);
  border-color: rgba(165,122,61, 0.75);
}

.ignity-btn:hover::after,
.ignity-btn:focus-visible::after,
.ignity-btn-outline:hover::after,
.ignity-btn-outline:focus-visible::after {
  opacity: 1;
  animation: ignity-btn-sheen 0.9s ease-out;
}

@keyframes ignity-btn-sheen {
  from {
    transform: translateX(-180%) skewX(-18deg);
  }
  to {
    transform: translateX(280%) skewX(-18deg);
  }
}

.calendar-grid-hour {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: absolute;
  width: 100%;
}

.booking-pill.active {
  border-color: #A57A3D;
  box-shadow: 0 0 0 1px #A57A3D inset;
  background: rgba(165,122,61, 0.16);
}

[data-editable="true"] {
  outline: 1px dashed rgba(165,122,61,.65);
  outline-offset: 4px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.animate-scroll {
  animation: scroll 30s linear infinite;
  will-change: transform;
}

.ui-equal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ui-equal-card-body {
  flex: 1 1 auto;
}

.ui-equal-card-footer {
  margin-top: auto;
}

#app-view[data-route="portfolio"] > section,
#app-view[data-route="kontakt"] > section,
#app-view[data-route="uslugi"] > section,
#app-view[data-route="vouchery"] > section,
#app-view[data-route="promocje"] > section,
#app-view[data-route="problem"] > section,
#app-view[data-route="rezerwuj"] > section:not(.fixed),
#app-view[data-route="admin"] > section,
#app-view[data-route="konto"] > section {
  padding-top: 11rem !important;
}

#app-view .text-7xl,
#app-view .text-6xl,
#app-view .text-5xl,
#app-view .text-4xl,
#app-view .text-3xl,
#app-view .text-2xl,
#app-view .text-xl {
  line-height: 1.1;
}

#app-view h1,
#app-view h2,
#app-view h3,
#app-view p {
  font-family: 'Poppins', sans-serif !important;
}

#app-view h1 {
  font-size: clamp(3.25rem, 8vw, 10rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

#app-view h2 {
  font-size: 2.625rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

#app-view h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

#app-view p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
}

#app-view .text-xl { font-size: 1.25rem !important; }
#app-view .text-2xl { font-size: 1.5rem !important; }
#app-view .text-3xl { font-size: 1.875rem !important; }
#app-view .text-4xl { font-size: 2.25rem !important; }
#app-view .text-5xl { font-size: 3rem !important; }
#app-view .text-6xl { font-size: 3.75rem !important; }
#app-view .text-7xl { font-size: 4.5rem !important; }
#app-view .text-9xl { font-size: 6rem !important; }
#app-view .text-12xl { font-size: 10rem !important; }

#app-view .text-lg { font-size: 1.125rem; }
#app-view .text-base { font-size: 1rem; }
#app-view .text-sm { font-size: 0.875rem; }
#app-view .text-xs { font-size: 0.75rem; }

#app-view .ignity-btn,
#app-view .ignity-btn-outline {
  font-size: 14px;
}

#app-view[data-route="landing"] h2 {
  font-size: 3rem !important;
}

#app-view[data-route="landing"] h1 {
  line-height: 0.82 !important;
}

#app-view[data-route="landing"] h1 > span + span {
  margin-top: -0.08em;
}

#app-view[data-route="portfolio"] h2,
#app-view[data-route="kontakt"] h2,
#app-view[data-route="uslugi"] h2,
#app-view[data-route="vouchery"] h2,
#app-view[data-route="promocje"] h2 {
  font-size: 42px !important;
}

@media (min-width: 768px) {
  #app-view .md\:text-9xl,
  #app-view .md\:text-7xl,
  #app-view .md\:text-3xl,
  #app-view .md\:text-2xl,
  #app-view .md\:text-lg {
    line-height: 1.1;
  }

  #app-view .md\:text-lg { font-size: 1.125rem !important; }
  #app-view .md\:text-2xl { font-size: 1.5rem !important; }
  #app-view .md\:text-3xl { font-size: 1.875rem !important; }
  #app-view .md\:text-7xl { font-size: 4.5rem !important; }
  #app-view .md\:text-9xl { font-size: 6rem !important; }
}

@media (min-width: 1024px) {
  #app-view .lg\:text-12xl,
  #app-view .lg\:text-3xl {
    line-height: 1.1;
  }

  #app-view .lg\:text-3xl { font-size: 1.875rem !important; }
  #app-view .lg\:text-12xl { font-size: 10rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  .ignity-btn,
  .ignity-btn-outline {
    transition: none;
  }

  .ignity-btn:hover::after,
  .ignity-btn:focus-visible::after,
  .ignity-btn-outline:hover::after,
  .ignity-btn-outline:focus-visible::after {
    animation: none;
    opacity: 0;
  }
}


* {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

html,
body {
    overflow-x: hidden;
}

body *,
header,
nav,
section,
div,
a,
button {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body,
section,
div {
    background-attachment: scroll !important;
}
