:root {
  --blue: #2f6fed;
  --blue-dark: #245edc;
  --pink: #f266b6;
  --pink-dark: #d94f9f;
  --ink: #11182d;
  --muted: #667087;
  --line: #e7ecf6;
  --line-strong: #c5d0e4;   /* visible border for cards on white */
  --soft: #f6f9ff;
  --pink-soft: #fff0f8;
  --club-primary: #1f2937;
  --club-accent: #f59e0b;
  --card-shadow: 0 1px 4px rgba(17, 24, 45, 0.07), 0 4px 16px rgba(17, 24, 45, 0.05);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Inter Tight", Arial, sans-serif;
}

body,
p,
a,
span,
h1,
h2,
h3 {
  line-height: 1.4;
}

.container {
  width: min(100% - 2rem, 1160px);
}

.navbar {
  min-height: 76px;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(47, 111, 237, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.navbar .container {
  align-items: center;
  gap: 1rem;
}

.navbar-brand {
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.navbar-logo img {
  display: block;
  height: 3.15rem !important;
  width: auto;
}

.navbar-caption,
.nav-link,
.navbar-buttons .btn {
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  white-space: nowrap;
}

.navbar-caption {
  color: var(--ink) !important;
  font-weight: 700;
}

.nav-link {
  color: #243044 !important;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--blue) !important;
}

.navbar-collapse {
  flex-grow: 0;
}

.nav-dropdown .link {
  padding: 0.5rem 0.875rem !important;
}

.navbar-buttons .btn,
.btn {
  border-radius: 999px;
  font-weight: 700;
}

.navbar-buttons .btn {
  margin: 0 0 0 0.75rem;
  padding: 0.65rem 1.05rem;
}

.mobile-auth-button {
  display: none;
}

/* The theme has no hamburger icon CSS — define it here so the toggler is visible */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--ink);
  border-radius: 1px;
}

.hamburger span:nth-child(4) {
  display: none;
}

.basket-link [data-basket-count] {
  align-items: center;
  display: inline-flex;
  margin-left: 0.3rem;
}

.btn-primary {
  border-color: var(--blue);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #ffffff;
}

.btn-primary:hover {
  border-color: var(--pink-dark);
  background: linear-gradient(135deg, var(--blue-dark), var(--pink));
}

.btn-link {
  color: var(--blue);
  text-decoration: none;
}

.hero-section {
  padding: 9rem 0 5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(242, 102, 182, 0.2), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(47, 111, 237, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 3rem;
  align-items: center;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1,
.section-intro h2,
.split-panel h2,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 12.8ch;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  line-height: 1;
}

.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-product-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(17, 24, 45, 0.16));
  transform: rotate(5deg);
  transition: transform 0.35s ease;
}

.hero-product-img:hover {
  transform: rotate(2deg) scale(1.04);
}

.hero-lead {
  max-width: 640px;
  margin: 1.35rem 0 1.75rem;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.hero-actions .btn {
  padding: 0.8rem 1.2rem;
}

.dashboard-mockup {
  position: relative;
  border: 1px solid rgba(47, 111, 237, 0.14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(47, 111, 237, 0.16);
  padding: 1rem;
}

.mockup-topbar {
  display: flex;
  gap: 0.4rem;
  border-bottom: 1px solid var(--line);
  padding: 0.2rem 0 0.9rem;
}

.mockup-topbar span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #d7deea;
}

.mockup-header,
.metric-row,
.fixture-card,
.progress-list {
  margin-top: 1rem;
}

.mockup-header,
.fixture-card,
.progress-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mockup-header p,
.fixture-card p {
  margin: 0;
  color: var(--muted);
}

.mockup-header strong,
.fixture-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
}

.mockup-pill {
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.45rem 0.7rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.metric-row div,
.fixture-card,
.progress-list div {
  border-radius: 18px;
  background: var(--soft);
  padding: 1rem;
}

.metric-row span,
.progress-list span {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.metric-row strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-size: 1.55rem;
}

.progress-list {
  display: grid;
  gap: 0.65rem;
}

.progress-list strong {
  color: var(--pink);
}

.stats-band {
  padding: 1.25rem 0;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue) 58%, var(--pink));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.stats-grid div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.55rem;
  color: #ffffff;
}

.stats-grid strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.stats-grid span {
  color: #cbd5e4;
}

.feature-section,
.order-section,
.split-section,
.contact-section {
  padding: 5rem 0;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 1.75rem;
}

.section-intro p:not(.eyebrow),
.split-panel p,
.contact-card p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.contact-card p:not(.eyebrow) {
  color: #dbeafe;
}

.product-section {
  background: #ffffff;
}

.section-intro h2,
.split-panel h2,
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 14px 44px rgba(17, 39, 72, 0.08);
}

.feature-icon {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-card h3 {
  margin: 1.25rem 0 0.7rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 800;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.order-section {
  background:
    radial-gradient(circle at 10% 6%, rgba(242, 102, 182, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(47, 111, 237, 0.12), transparent 32%),
    linear-gradient(180deg, #f1f6ff 0%, #fff6fb 58%, #f5f8ff 100%);
}

.order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}

.order-form,
.summary-panel {
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--card-shadow);
  padding: 1.35rem;
}

.order-form {
  display: grid;
  gap: 1rem;
}

.order-form label,
.club-search-field {
  position: relative;
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.order-form label span {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.order-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfd9ea;
  border-radius: 14px;
  background: #f8fbff;
  color: var(--ink);
  font: inherit;
  padding: 0.75rem 0.9rem;
}

.order-form input:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.order-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfd9ea;
  border-radius: 10px;
  background: var(--soft);
  font-size: 1rem;
  color: var(--ink);
  padding: 0.75rem 2.5rem 0.75rem 0.9rem;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667087' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}

.order-form select:focus {
  background-color: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.club-search-field small,
.payment-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.club-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% - 1rem);
  left: 0;
  right: 0;
  display: none;
  max-height: 300px;
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--card-shadow);
  box-shadow: 0 20px 54px rgba(17, 39, 72, 0.16);
  padding: 0.35rem;
}

.club-suggestions.is-open {
  display: grid;
  gap: 0.25rem;
}

.club-suggestion {
  display: grid;
  gap: 0.15rem;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  padding: 0.7rem 0.75rem;
}

.club-suggestion:hover,
.club-suggestion:focus {
  background: var(--soft);
  outline: none;
}

.club-suggestion strong {
  font-size: 1rem;
}

.club-suggestion span {
  color: var(--muted);
  font-size: 0.86rem;
}

.club-suggestion.is-empty {
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.summary-panel {
  position: sticky;
  top: 96px;
}

.basket-summary {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.basket-summary-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.basket-summary-header {
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.basket-summary-item {
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 0.75rem;
}

.basket-item-description,
.basket-price-actions {
  display: grid;
  gap: 0.1rem;
}

.basket-summary-item span,
.basket-summary-header span {
  color: var(--muted);
  font-size: 0.92rem;
}

.quantity-control {
  align-items: center;
  background: #f8fbff;
  border: 1px solid #cfd9ea;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.25rem;
}

.quantity-control button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  height: 1.85rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 1.85rem;
}

.quantity-control button:hover,
.quantity-control button:focus {
  border-color: var(--blue);
  outline: none;
}

.quantity-control strong {
  min-width: 1.4rem;
  text-align: center;
}

.basket-price-actions {
  justify-items: end;
  min-width: 4.75rem;
}

/* ─── Portal forms (club-admin, admin) ──────────────────────────────────────── */

.portal-form {
  display: grid;
  gap: 1rem;
  max-width: 520px;
  margin-top: 1.25rem;
}

.portal-form label {
  display: grid;
  gap: 0.3rem;
  margin: 0;
}

.portal-form label > span,
.portal-form .field-label {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.portal-form input,
.portal-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--soft);
  font-size: 1rem;
  padding: 0.65rem 0.9rem;
  font-family: inherit;
  color: var(--ink);
}

.portal-form input:focus,
.portal-form select:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.portal-form input[type="color"] {
  min-height: 48px;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 10px;
}

.portal-fieldset {
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 1.25rem;
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.portal-fieldset legend {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--ink);
  padding: 0 0.4rem;
}

.portal-section-header {
  margin: 0 0 0.25rem;
}

.portal-section-header h2 {
  font-size: 1.2rem;
  margin: 0.2rem 0 0.3rem;
}

.portal-section-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.account-panel + .account-panel {
  margin-top: 1.5rem;
}

.batch-notice {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #edfaf2;
  border: 1px solid #6edda0;
  border-radius: 10px;
}

.batch-notice-heading {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #166534;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.batch-notice-body {
  margin: 0;
  font-size: 0.9rem;
  color: #166534;
  line-height: 1.5;
}

.form-price-display {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  min-height: 1.4em;
}

.form-price-full {
  color: var(--muted);
  font-weight: 400;
  text-decoration: line-through;
}

.form-price-batch {
  color: var(--ink);
}

.form-price-label {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.9rem;
}

.club-batch-message {
  margin: 0;
  padding: 0.65rem 0.9rem;
  background: #edfaf2;
  border: 1px solid #6edda0;
  border-radius: 10px;
  color: #166534;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.summary-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.summary-email {
  position: relative;
  display: grid;
  gap: 0.3rem;
  margin: 0;
}

.summary-email span {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.summary-email input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfd9ea;
  border-radius: 10px;
  background: var(--soft);
  font-size: 1rem;
  color: var(--ink);
  padding: 0.75rem 0.9rem;
  font-family: inherit;
}

.summary-email input:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.order-form-actions {
  display: grid;
  margin-top: 0.25rem;
}

.summary-actions .btn {
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.2rem;
  width: 100%;
}

.add-basket-button {
  border: 1px solid var(--blue);
  border-radius: 999px;
  text-decoration: none;
}

.basket-remove-button {
  padding-left: 0;
  padding-right: 0;
}

.checkout-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.account-section {
  padding: 8rem 0 4rem;
}

.homepage-priority-section {
  padding: 9.5rem 0 1.25rem;
  background: #ffffff;
}

.homepage-priority-section + .hero-section {
  padding-top: 4rem;
}

.homepage-priority-section[hidden] + .hero-section {
  padding-top: 9rem;
}

.login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 12%, rgba(242, 102, 182, 0.2), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(47, 111, 237, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

.login-panel {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(12, 24, 46, 0.1), var(--card-shadow);
  margin: 0 auto;
  max-width: 520px;
  padding: 2rem;
}

.login-logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.login-logo img {
  height: 3rem;
  width: auto;
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0 1.25rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.login-divider::before,
.login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.magic-label {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}

.magic-label span {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.magic-label input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9ea;
  border-radius: 10px;
  background: var(--soft);
  font-size: 1rem;
  padding: 0.7rem 0.9rem;
  font-family: inherit;
  color: var(--ink);
}

.magic-label input:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.magic-submit {
  width: 100%;
  justify-content: center;
}

.magic-sent-heading {
  font-weight: 800;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.firebaseui-container {
  box-shadow: none;
  margin: 1.25rem 0 0;
  max-width: none;
}

.firebaseui-idp-button {
  border: 2px solid #dadce0 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  min-height: 48px !important;
}

.firebaseui-idp-button:hover {
  border-color: #bbb !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.account-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.account-panel,
.account-priority-panel {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--card-shadow);
}

.account-priority-panel {
  background:
    radial-gradient(circle at 86% 14%, rgba(242, 102, 182, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff, #f6f9ff);
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
  margin: 2rem 0 1rem;
}

.homepage-priority-section .account-priority-panel {
  border-color: rgba(47, 111, 237, 0.18);
  box-shadow: 0 18px 48px rgba(47, 111, 237, 0.12);
  margin: 0;
}

/* ─── Workspace switcher ─────────────────────────────────────────────────────── */

.ws-switcher {
  display: flex;
  align-items: center;
}

.ws-switcher-btn {
  padding: 0.35rem 0.65rem !important;
  margin: 0 !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  border-radius: 999px !important;
  border: 1.5px solid var(--line-strong) !important;
  background: #ffffff !important;
  white-space: nowrap;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.25 !important;
}

.ws-switcher-label {
  display: block;
}

.ws-switcher-sub {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.2;
  margin-top: 0.05rem;
}

.ws-club-indicator {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0.15rem 0.1rem 0.4rem;
}

.ws-switcher-btn:hover,
.ws-switcher-btn:focus {
  border-color: var(--blue) !important;
  color: var(--blue) !important;
}

.ws-switcher-menu {
  min-width: 200px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  box-shadow: 0 8px 32px rgba(17, 24, 45, 0.12);
  padding: 0.4rem;
}

.ws-switcher-menu .dropdown-item {
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0.6rem 0.85rem;
}

.ws-switcher-menu .dropdown-item:hover,
.ws-switcher-menu .dropdown-item:focus {
  background: var(--soft);
  color: var(--ink);
}

.ws-switcher-menu .dropdown-item.active {
  background: rgba(47, 111, 237, 0.08);
  color: var(--blue);
}

.ws-mobile-switcher {
  padding: 0 0 0.5rem !important;
}

.ws-mobile-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0.25rem;
}

.ws-pill {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.12s;
}

.ws-pill:hover {
  border-color: var(--blue);
  color: var(--blue);
  text-decoration: none;
}

.ws-pill-active {
  border-color: var(--blue);
  background: rgba(47, 111, 237, 0.06);
  color: var(--blue);
}

/* Desktop: hide mobile pills; Mobile: hide desktop dropdown */
@media (min-width: 992px) {
  [data-ws-switcher-mobile] { display: none !important; }
}

@media (max-width: 991.98px) {
  [data-ws-switcher-desktop] { display: none !important; }
}

/* ─── Customer club selector ─────────────────────────────────────────────────── */

.club-selector-section {
  padding: 5.5rem 0 0.65rem;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.club-selector-section + .homepage-priority-section + .hero-section,
.club-selector-section + .homepage-priority-section[hidden] + .hero-section {
  padding-top: 4rem;
}

.club-selector-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.club-selector-label {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

.club-selector-add-btn {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.club-selector-add-btn:hover {
  text-decoration: underline;
}

/* Scroll track — overflow: hidden clips partially visible neighbours */
.club-selector-track {
  position: relative;
  overflow: hidden;
  margin: 0 -0.25rem;
}

.club-selector-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 0.75rem;
  align-items: center;
  /* Side padding creates space so first/last cards can snap to center */
  padding: 0.5rem calc(50% - 52px);
}

.club-selector-scroll::-webkit-scrollbar {
  display: none;
}

.club-selector-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  border-radius: 16px;
  font-family: inherit;
  transition: opacity 0.2s;
  opacity: 0.45;
  -webkit-tap-highlight-color: transparent;
}

.club-selector-card.is-active {
  opacity: 1;
}

.club-logo-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
  flex-shrink: 0;
}

.club-selector-card.is-active .club-logo-circle {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.15);
}

.club-logo-circle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.club-logo-initials {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.club-selector-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

/* Desktop arrow navigation */
.club-selector-nav {
  display: none;
  gap: 0.35rem;
}

.club-selector-arrow {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--line-strong);
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: border-color 0.12s;
  flex-shrink: 0;
}

.club-selector-arrow:hover {
  border-color: var(--blue);
  color: var(--blue);
}

@media (min-width: 992px) {
  .club-selector-nav {
    display: flex;
  }

  .club-selector-section {
    padding-top: 6rem;
  }
}

@media (max-width: 991.98px) {
  .club-selector-section {
    padding-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .club-selector-section {
    padding-top: 4.75rem;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .navbar-logo img {
    height: 2.7rem !important;
  }

  .navbar .container {
    gap: 0.7rem;
  }

  .nav-dropdown .link {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
  }

  .navbar-buttons .btn {
    margin-left: 0.45rem;
    padding: 0.55rem 0.9rem;
  }

  .navbar-buttons .btn-primary[href="#order"] {
    display: none;
  }
}

.homepage-priority-section .account-priority-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.05;
  margin: 0;
}

.homepage-priority-section .account-priority-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0.65rem 0 0;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.order-history-panel {
  margin-top: 1rem;
}

.account-panel-header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.priority-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.status-pill {
  background: rgba(47, 111, 237, 0.1);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.45rem 0.75rem;
  white-space: nowrap;
}

.order-list {
  display: grid;
  gap: 0.8rem;
}

.order-card,
.priority-order-card {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.priority-order-card {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  margin-top: 1rem;
}

.order-card strong,
.order-card span,
.priority-order-card strong,
.priority-order-card span {
  display: block;
}

.order-card span,
.priority-order-card span {
  color: var(--muted);
}

.success-page .contact-card {
  min-height: 55vh;
}

.success-card {
  display: block;
}

.success-card-body {
  max-width: 680px;
}

.success-copy {
  max-width: 680px;
  margin: 1rem 0 0;
  color: #dbeafe;
  font-size: 1.1rem;
}

.order-summary-heading {
  margin: 2rem 0 0.75rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-summary-items {
  display: grid;
  gap: 0.5rem;
}

.order-summary-items .order-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.order-summary-items .order-card strong {
  color: #ffffff;
}

.order-summary-items .order-card span {
  color: #dbeafe;
}

.order-summary-totals {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.75rem;
  display: grid;
  gap: 0.35rem;
}

.order-totals-row {
  display: flex;
  justify-content: space-between;
  color: #dbeafe;
  font-size: 0.95rem;
}

.order-totals-grand {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.05rem;
}

#batchPromo {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.batch-promo-lead {
  margin: 0.5rem 0 1.25rem;
  color: #dbeafe;
  font-size: 0.95rem;
  line-height: 1.55;
}

.batch-promo-note {
  margin: 0.75rem 0 0;
  color: rgba(219, 234, 254, 0.7);
  font-size: 0.82rem;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.share-btn {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.15s;
}

.share-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.split-section {
  background: linear-gradient(180deg, var(--soft), var(--pink-soft));
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 2rem;
  align-items: start;
  border-radius: 30px;
  background: #ffffff;
  padding: 2rem;
}

.role-list {
  display: grid;
  gap: 0.85rem;
}

.role-list div {
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 1rem;
}

.role-list strong,
.role-list span {
  display: block;
}

.role-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.role-list span {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.55;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 18%, rgba(242, 102, 182, 0.35), transparent 34%),
    linear-gradient(135deg, var(--blue-dark), var(--ink));
  padding: 2rem;
}

.contact-card h2 {
  color: #ffffff;
}

.contact-card .eyebrow {
  color: #ff95cf;
}

.contact-card .btn {
  flex: 0 0 auto;
  padding: 0.8rem 1.2rem;
}

.info-hero {
  padding: 9rem 0 4rem;
  background:
    radial-gradient(circle at 82% 12%, rgba(242, 102, 182, 0.16), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

.info-hero-copy {
  max-width: 820px;
}

.info-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.info-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.25rem 0 1.75rem;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

.small-link-section {
  padding: 1.25rem 0 2rem;
  text-align: center;
}

.small-link-section a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.small-link-section a:hover {
  color: var(--blue);
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 64px;
  }

  .navbar .container {
    max-width: 100%;
  }

  .navbar-toggler {
    margin-left: auto;
    padding: 0.4rem 0.45rem;
    flex-shrink: 0;
  }

  .navbar-collapse {
    flex-basis: 100%;
    padding-top: 0.75rem;
  }

  .nav-dropdown .link {
    padding: 0.75rem 0 !important;
  }

  .navbar-buttons .btn {
    margin: 0.75rem 0 0;
    width: 100%;
  }

  .hero-section {
    padding-top: 7rem;
  }

  .homepage-priority-section {
    padding: 6.25rem 0 1rem;
  }

  .homepage-priority-section + .hero-section {
    padding-top: 3rem;
  }

  .homepage-priority-section[hidden] + .hero-section {
    padding-top: 7rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    order: -1;
  }

  .hero-product-img {
    max-width: 240px;
    transform: rotate(4deg);
  }

  .order-grid,
  .account-grid,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .priority-header,
  .order-card,
  .priority-order-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .summary-panel {
    position: static;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .container {
    width: min(100% - 1.25rem, 1160px);
  }

  .navbar-logo img {
    height: 2.55rem !important;
  }

  .navbar-caption,
  .nav-link,
  .navbar-buttons .btn {
    font-size: 0.95rem !important;
  }

  .hero-section {
    padding: 6rem 0 3rem;
  }

  .homepage-priority-section {
    padding: 8rem 0 0.75rem;
  }

  .homepage-priority-section .account-priority-panel {
    border-radius: 18px;
    padding: 1.15rem;
  }

  .homepage-priority-section .account-priority-panel h2 {
    font-size: 1.9rem;
  }

  .homepage-priority-section .account-priority-panel p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .info-hero {
    padding: 6rem 0 3rem;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .info-hero-copy h1 {
    font-size: 3rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .info-hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .dashboard-mockup,
  .split-panel,
  .contact-card {
    border-radius: 22px;
  }

  .metric-row,
  .stats-grid,
  .feature-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .stats-grid div {
    justify-content: flex-start;
  }

  .feature-section,
  .order-section,
  .split-section,
  .contact-section {
    padding: 3rem 0;
  }

  .basket-summary-item {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .basket-price-actions {
    justify-items: start;
  }

  .feature-card {
    min-height: 0;
    padding: 1.15rem;
  }

  .feature-card h3 {
    margin-top: 0.9rem;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

.order-form input.eg-placeholder,
.order-form select.eg-placeholder {
  color: #9aa5bb;
  font-style: italic;
}

/* ─── Admin navigation tiles — mobile-first ─────────────────────────────────── */

.admin-tile-grid {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.admin-tile {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(17, 24, 45, 0.06);
  text-decoration: none;
  color: var(--ink);
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
  min-height: 72px;
}

.admin-tile:hover,
.admin-tile:active {
  background: var(--soft);
  color: var(--ink);
  text-decoration: none;
}

.admin-tile-body {
  flex: 1;
  min-width: 0;
}

.admin-tile-title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
}

.admin-tile-sub {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.15rem;
  line-height: 1.35;
}

.admin-tile-stat {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  flex-shrink: 0;
  min-width: 1.5rem;
  text-align: right;
}

.admin-tile-stat.is-alert {
  color: var(--pink-dark);
}

.admin-tile-chevron {
  color: var(--line-strong);
  font-size: 1.3rem;
  flex-shrink: 0;
  line-height: 1;
  margin-left: 0.1rem;
}

.admin-alert-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  background: var(--pink-soft);
  border: 1px solid rgba(217, 79, 159, 0.25);
  margin-bottom: 1.25rem;
  color: var(--pink-dark);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.admin-alert-banner:hover {
  color: var(--pink-dark);
  text-decoration: underline;
}

.admin-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.admin-breadcrumb a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.admin-breadcrumb a:hover {
  color: var(--blue);
}

.admin-breadcrumb span {
  color: var(--line-strong);
  font-size: 0.85rem;
}

/* ─── Contact page ───────────────────────────────────────────────────────────── */

.contact-page-section {
  padding: 8rem 0 5rem;
  background:
    radial-gradient(circle at 10% 6%, rgba(242, 102, 182, 0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(47, 111, 237, 0.10), transparent 28%),
    linear-gradient(180deg, #f1f6ff 0%, #fff6fb 55%, #f5f8ff 100%);
}

.contact-intro {
  max-width: 680px;
  margin-bottom: 2rem;
}

.contact-intro h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-intro p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.5rem;
  align-items: start;
}

.contact-form-card {
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--card-shadow);
  padding: 1.75rem 1.5rem;
}

.contact-form-card form {
  display: grid;
  gap: 1rem;
}

.contact-form-card label {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}

.contact-form-card label > span:first-child {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-req {
  color: var(--pink-dark);
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid #cfd9ea;
  border-radius: 14px;
  background: #f8fbff;
  color: var(--ink);
  font: inherit;
  padding: 0.75rem 0.9rem;
}

.contact-form-card input,
.contact-form-card select {
  min-height: 52px;
}

.contact-form-card textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form-card select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667087' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.5rem;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
  outline: none;
}

.contact-form-card input.is-invalid,
.contact-form-card select.is-invalid,
.contact-form-card textarea.is-invalid {
  border-color: #dc2626;
}

.contact-field-error {
  font-size: 0.82rem;
  color: #dc2626;
  display: none;
  margin-top: 0.1rem;
}

.contact-field-error.visible {
  display: block;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form-status {
  display: none;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-form-status.success {
  display: block;
  background: #ecfdf5;
  color: #15803d;
  border: 1px solid #86efac;
}

.contact-form-status.error {
  display: block;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

.contact-submit-btn {
  width: 100%;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.2rem;
}

.contact-submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-info-card {
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--card-shadow);
  padding: 1.35rem;
  position: sticky;
  top: 96px;
}

.contact-info-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-info-item:first-of-type {
  padding-top: 0;
}

.contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-info-item strong {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-info-item span,
.contact-info-item a {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
  text-decoration: none;
}

.contact-info-item > a {
  color: var(--blue);
}

.contact-info-item span a {
  color: var(--blue);
}

@media (max-width: 991.98px) {
  .contact-page-section {
    padding: 6.25rem 0 3rem;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .contact-page-section {
    padding: 5.5rem 0 2.5rem;
  }

  .contact-form-card {
    border-radius: 18px;
    padding: 1.25rem;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    border-radius: 18px;
  }
}

/* ─── Error pages ─────────────────────────────────────────────────────────── */

.error-page-section {
  padding: 8rem 0 5rem;
  text-align: center;
  background:
    radial-gradient(circle at 10% 6%, rgba(242, 102, 182, 0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(47, 111, 237, 0.10), transparent 28%),
    linear-gradient(180deg, #f1f6ff 0%, #fff6fb 55%, #f5f8ff 100%);
}

.error-code-number {
  display: block;
  font-size: clamp(5.5rem, 14vw, 10rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 1.25rem;
  user-select: none;
}

.error-intro {
  max-width: 560px;
  margin: 0 auto;
}

.error-intro h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.error-intro p:not(.eyebrow):not(.error-code-number) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.error-actions .btn {
  padding: 0.8rem 1.5rem;
}

@media (max-width: 575.98px) {
  .error-page-section {
    padding: 5.5rem 0 2.5rem;
  }

  .error-actions {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
