#root {
  min-height: 100vh;
}

body[data-layout='guest'] .hero-particles {
  z-index: 0;
  pointer-events: none;
  inset: 0;
  height: auto;
}

body[data-layout='guest'] .hero .container,
body[data-layout='guest'] .hero-bottom {
  position: relative;
  z-index: 2;
}

body[data-layout='guest'] .hero-particles .particles-js-canvas-el {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Hero load-in: only hero-entrance block, not site header, review or marquee */
body[data-layout='guest'] .header,
body[data-layout='guest'] .header * {
  opacity: 1;
  transform: none;
}

body[data-layout='guest'] .hero-review,
body[data-layout='guest'] .hero-bottom {
  opacity: 1;
  transform: none;
}

body[data-layout='guest'] .hero-entrance {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body[data-layout='guest'] .hero .hero-title .label-main {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}

body[data-layout='guest'] .hero-entrance.active .hero-title .label-main {
  opacity: 1;
  transform: scale(1);
}

body[data-layout='guest'] .hero-entrance.active .hero-title--title {
  opacity: 1;
  transform: scale(1);
}

body[data-layout='guest'] .hero-entrance.active .hero-title--subtitle {
  opacity: 1;
  transform: translateY(0);
}

body[data-layout='guest'] .hero .hero--label-main.label-main {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.5s ease;
  transform-origin: center center;
  margin-left: auto;
  margin-right: auto;
}

body[data-layout='guest'] .hero .hero--label-main.label-main.active {
  opacity: 1;
  transform: scale(1);
}

/* Marquee edge fade: overlays must sit above scrolling content */
body[data-layout='guest'] .hero-bottom--marquee::before,
body[data-layout='guest'] .hero-bottom--marquee::after {
  display: none;
}

body[data-layout='guest'] .marquee-fade {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

body[data-layout='guest'] .marquee-fade--start {
  left: 0;
}

body[data-layout='guest'] .marquee-fade--end {
  right: 0;
  transform: scaleX(-1);
}

body[data-layout='guest'] .hero-bottom--marquee,
body[data-layout='guest'] .section-features--marquee {
  position: relative;
  isolation: isolate;
}

body[data-layout='guest'] .hero-bottom--marquee .marquee__inner,
body[data-layout='guest'] .section-features--marquee .marquee__inner {
  position: relative;
  z-index: 1;
}

body[data-layout='guest'] .hero-bottom--marquee--item {
  flex: 0 0 auto;
}

body[data-layout='guest'] .hero-bottom--marquee--item img {
  display: block;
  height: auto;
  width: auto;
}

body[data-layout='guest'] .section-features--marquee-wrapper::before,
body[data-layout='guest'] .section-features--marquee-wrapper::after {
  display: none;
}

body[data-layout='guest'] .payment-methods {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body[data-layout='guest'] .payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  background: #0b1224;
  border: 1px solid #1a2540;
  border-radius: 8px;
}

body[data-layout='guest'] .payment-method__logo {
  display: block;
  height: 22px;
  width: auto;
  max-width: 76px;
}

/* Order widget: boven features-titel */
body[data-layout='guest'] .order-widget {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  scroll-margin-top: calc(var(--header-safe, 94px) + 24px);
}

html {
  scroll-behavior: smooth;
}

body[data-layout='guest'] .order-widget--head {
  text-align: center;
}

body[data-layout='guest'] .order-widget--label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0073ff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}

body[data-layout='guest'] .order-widget--label .icon {
  --icon-size: 20px;
}

body[data-layout='guest'] .order-widget--title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

body[data-layout='guest'] .order-widget--text {
  margin: 0 auto;
  max-width: 560px;
  color: #7d89a3;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

body[data-layout='guest'] .order-widget--categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body[data-layout='guest'] .order-widget--category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #0c1731;
  background: #040a18;
  color: #7d89a3;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}

body[data-layout='guest'] .order-widget--category i,
body[data-layout='guest'] .order-widget--category .icon {
  font-size: 16px;
  --icon-size: 16px;
}

body[data-layout='guest'] .order-widget--category.active {
  border-color: #0139ff;
  background: linear-gradient(
    180deg,
    rgba(0, 10, 255, 0) 50%,
    rgba(0, 10, 255, 0.2) 100%
  );
  color: #fff;
}

body[data-layout='guest'] .order-widget--services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

body[data-layout='guest'] .order-widget--service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #0c1731;
  background: #040a18;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease;
}

body[data-layout='guest'] .order-widget--service.active {
  border-color: #0139ff;
  background: linear-gradient(
    180deg,
    rgba(0, 10, 255, 0) 50%,
    rgba(0, 10, 255, 0.15) 100%
  );
}

body[data-layout='guest'] .order-widget--service-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

body[data-layout='guest'] .order-widget--service-price {
  color: #0073ff;
  font-size: 12px;
  font-weight: 500;
}

body[data-layout='guest'] .order-widget--form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #0c1731;
  background: #030814;
  overflow: visible;
}

@media (min-width: 768px) {
  body[data-layout='guest'] .order-widget--form {
    grid-template-columns: 1fr 140px 180px auto;
    align-items: end;
    gap: 12px;
  }

  body[data-layout='guest'] .order-widget--summary {
    min-width: 180px;
  }
}

body[data-layout='guest'] .order-widget--field label {
  display: block;
  margin-bottom: 8px;
  color: #7d89a3;
  font-size: 13px;
  font-weight: 500;
}

body[data-layout='guest'] .order-widget--field-hint,
body[data-layout='auth'] .order-checkout__hint {
  margin: 8px 0 0;
  color: #5f6b85;
  font-size: 12px;
  line-height: 1.4;
}

/* Custom quantity field */
.quantity-field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.quantity-field__input {
  flex: 1;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 12px;
}

.quantity-field__input::-webkit-outer-spin-button,
.quantity-field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-field__input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity-field__toggle {
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0e1729;
  border-left: none;
  border-radius: 0 15px 15px 0;
  background: #09101e;
  color: #7d89a3;
  cursor: pointer;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}

.quantity-field__toggle:hover:not(:disabled) {
  border-color: #0139ff;
  color: #fff;
}

.quantity-field.open .quantity-field__toggle,
.quantity-field__toggle:focus-visible {
  outline: none;
  border-color: #0139ff;
  color: #fff;
}

.quantity-field.open .quantity-field__input,
.quantity-field__input:focus {
  border-color: #0139ff;
  box-shadow: 0 0 0 4px rgba(1, 57, 255, 0.2);
}

.quantity-field__toggle:disabled,
.quantity-field__input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.quantity-field__chevron {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.quantity-field.open .quantity-field__chevron {
  transform: rotate(180deg);
  color: #fff;
}

.quantity-field__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 15px;
  border: 1px solid #0c1731;
  background: #030814;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  max-height: 240px;
  overflow-y: auto;
}

.quantity-field__option {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.14s ease, color 0.14s ease;
}

.quantity-field__option:hover,
.quantity-field__option.active {
  background: rgba(1, 57, 255, 0.15);
  color: #fff;
}

.quantity-field__option.active {
  background: rgba(1, 57, 255, 0.25);
}

body[data-layout='guest'] .order-widget--summary-label {
  color: #7d89a3;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

body[data-layout='guest'] .order-widget--summary-value {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

body[data-layout='guest'] .order-widget--summary-hint {
  margin-top: 4px;
  color: #0073ff;
  font-size: 12px;
  font-weight: 500;
}

body[data-layout='guest'] .order-widget--summary-total {
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

body[data-layout='guest'] .order-widget--summary-breakdown {
  margin-top: 4px;
  color: #7d89a3;
  font-size: 13px;
  font-weight: 500;
}

body[data-layout='guest'] .order-widget--summary-total strong {
  color: #32d74b;
  font-weight: 600;
}

body[data-layout='guest'] .order-widget--submit {
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  body[data-layout='guest'] .section-features--box {
    padding: 24px 12px;
    gap: 32px;
    border-radius: 24px;
  }

  body[data-layout='guest'] .order-widget {
    gap: 20px;
    padding: 0 2px 8px;
  }

  body[data-layout='guest'] .order-widget--title {
    font-size: 22px;
    letter-spacing: -0.4px;
  }

  body[data-layout='guest'] .order-widget--text {
    font-size: 14px;
    line-height: 1.55;
  }

  /* Platform-tabs: horizontaal scrollen i.p.v. rare wraps */
  body[data-layout='guest'] .order-widget--categories {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    gap: 8px;
    margin: 0 -2px;
    padding: 2px 2px 6px;
  }

  body[data-layout='guest'] .order-widget--categories::-webkit-scrollbar {
    display: none;
  }

  body[data-layout='guest'] .order-widget--category {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 10px 14px;
    font-size: 13px;
    min-height: 44px;
  }

  /* Dienstkaarten: 1 kolom, compacte rij-layout */
  body[data-layout='guest'] .order-widget--services {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-layout='guest'] .order-widget--service {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    min-height: 52px;
  }

  body[data-layout='guest'] .order-widget--service-name {
    font-size: 13px;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
  }

  body[data-layout='guest'] .order-widget--service-price {
    flex-shrink: 0;
    font-size: 11px;
    white-space: nowrap;
    text-align: right;
  }

  body[data-layout='guest'] .order-widget--form {
    padding: 16px;
    gap: 14px;
    border-radius: 20px;
  }

  body[data-layout='guest'] .order-widget--field label {
    font-size: 12px;
    margin-bottom: 6px;
  }

  body[data-layout='guest'] .order-widget--field .form-control {
    font-size: 16px;
    min-height: 48px;
  }

  body[data-layout='guest'] .order-widget--summary {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #0c1731;
    background: #040a18;
  }

  body[data-layout='guest'] .order-widget--summary-value {
    font-size: 13px;
    word-break: break-word;
  }

  body[data-layout='guest'] .order-widget--summary-breakdown {
    font-size: 12px;
    word-break: break-word;
  }

  body[data-layout='guest'] .order-widget--summary-total {
    font-size: 15px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #0c1731;
  }

  body[data-layout='guest'] .order-widget--submit {
    min-height: 52px;
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body[data-layout='guest'] .order-widget--services {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-layout='guest'] .order-widget--service {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }

  body[data-layout='guest'] .order-widget--service-price {
    text-align: left;
  }
}

@media (min-width: 768px) {
  body[data-layout='guest'] .order-widget--submit {
    width: auto;
    min-width: 160px;
  }
}

body[data-layout='guest'] .order-widget--error {
  grid-column: 1 / -1;
  border-radius: 12px;
  border: 1px solid rgba(255, 95, 87, 0.35);
  background: rgba(255, 95, 87, 0.08);
  color: #ffb4af;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 14px;
}

body[data-layout='guest'] .order-widget--success {
  display: grid;
  gap: 20px;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid #0c1731;
  background: #030814;
  text-align: center;
  color: #fff;
}

body[data-layout='guest'] .order-widget--success .icon {
  margin: 0 auto;
  color: #32d74b;
  width: 32px;
  height: 32px;
}

body[data-layout='guest'] .order-widget--success p {
  margin: 8px 0 0;
  color: #7d89a3;
  font-size: 15px;
  line-height: 1.5;
}

body[data-layout='guest'] .order-widget--success .order-widget--submit {
  margin: 0 auto;
}

@media (min-width: 992px) {
  body[data-layout='guest'] .order-widget--title {
    font-size: 35px;
  }
}

/* FAQ browser mockup + chat bubble layout */
body[data-layout='guest'] .section-faq .faq-bottom {
  overflow: hidden;
}

body[data-layout='guest'] .section-faq .faq-bottom--image {
  width: min(424px, 46vw);
  max-width: 424px;
}

body[data-layout='guest'] .section-faq .faq-bottom--image img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  body[data-layout='guest'] .section-faq .faq-bottom .message-pop {
    right: calc(8px + min(424px, 46vw) + 28px);
    bottom: 72px;
    max-width: 250px;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  body[data-layout='guest'] .section-faq .faq-bottom .message-pop {
    right: calc(8px + 424px + 36px);
  }
}

/* Order checkout on /account and /checkout */
body[data-layout='auth'] .order-checkout,
body[data-layout='guest'] .order-checkout {
  margin-top: 0;
}

body[data-layout='auth'] .order-checkout__card,
body[data-layout='guest'] .order-checkout__card {
  border-radius: 24px;
  border: 1px solid #0c1731;
  background: #050f22;
  padding: 24px;
}

body[data-layout='auth'] .order-checkout__head,
body[data-layout='guest'] .order-checkout__head {
  margin-bottom: 20px;
}

body[data-layout='auth'] .order-checkout__label,
body[data-layout='guest'] .order-checkout__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0139ff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

body[data-layout='auth'] .order-checkout__title,
body[data-layout='guest'] .order-checkout__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}

body[data-layout='auth'] .order-checkout__text,
body[data-layout='guest'] .order-checkout__text {
  color: #7d89a3;
  font-size: 15px;
  margin: 0;
}

body[data-layout='auth'] .order-checkout__form .form-group,
body[data-layout='guest'] .order-checkout__form .form-group {
  margin-bottom: 16px;
}

body[data-layout='auth'] .order-checkout__summary,
body[data-layout='guest'] .order-checkout__summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #7d89a3;
  font-size: 14px;
  margin-bottom: 8px;
}

body[data-layout='auth'] .order-checkout__total,
body[data-layout='guest'] .order-checkout__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

body[data-layout='auth'] .order-checkout__total strong,
body[data-layout='guest'] .order-checkout__total strong {
  color: #32d74b;
  font-weight: 600;
}

body[data-layout='auth'] .order-checkout__success,
body[data-layout='guest'] .order-checkout__success {
  display: grid;
  gap: 16px;
  color: #fff;
}

body[data-layout='auth'] .order-checkout__success .icon,
body[data-layout='guest'] .order-checkout__success .icon {
  color: #32d74b;
  width: 28px;
  height: 28px;
}

body[data-layout='auth'] .order-checkout__success p,
body[data-layout='guest'] .order-checkout__success p {
  color: #7d89a3;
  margin: 6px 0 0;
}

body[data-layout='auth'] .order-checkout__error,
body[data-layout='guest'] .order-checkout__error {
  border-radius: 12px;
  border: 1px solid rgba(255, 95, 87, 0.35);
  background: rgba(255, 95, 87, 0.08);
  color: #ffb4af;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 14px;
  margin-bottom: 16px;
}

body[data-layout='guest'] .checkout-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 16px 80px;
}

body[data-layout='guest'] .checkout-page__back,
body[data-layout='auth'] .dashboard-checkout__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #767f93;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.14s ease;
}

body[data-layout='guest'] .checkout-page__back:hover,
body[data-layout='auth'] .dashboard-checkout__back:hover {
  color: #fff;
}

body[data-layout='guest'] .checkout-page__back .icon,
body[data-layout='auth'] .dashboard-checkout__back .icon {
  --icon-size: 16px;
}

body[data-layout='guest'] .dashboard-checkout__notice {
  margin-bottom: 20px;
}

/* Member auth pages */
body[data-layout='member'] .member-layout {
  background-image: none;
  background-color: #030814;
}

body[data-layout='member'] .member-form-error {
  border-radius: 12px;
  border: 1px solid rgba(255, 95, 87, 0.35);
  background: rgba(255, 95, 87, 0.08);
  color: #ffb4af;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 14px;
  margin-bottom: 16px;
}

body[data-layout='member'] .member-form-success {
  display: grid;
  gap: 16px;
  text-align: center;
  color: #fff;
}

body[data-layout='member'] .member-form-success .icon {
  margin: 0 auto;
  color: #32d74b;
  width: 28px;
  height: 28px;
}

body[data-layout='member'] .member-form-success p {
  color: #7d89a3;
  margin: 0;
  line-height: 1.6;
}

body[data-layout='member'] .member-layout--head .icon-box i {
  font-size: 22px;
}

/* Dashboard shell: layout, sidebar, header */
body[data-layout='auth'] {
  background-image: none;
  background-color: #030814;
}

body[data-layout='auth'] .sidebar {
  background-color: #070c17;
  border-right: 1px solid rgba(14, 23, 41, 0.5);
}

body[data-layout='auth'] .dashboard-shell__content {
  min-height: 100vh;
  margin-left: var(--sidebar-safe);
}

@media (max-width: 1199.98px) {
  body[data-layout='auth'] .dashboard-shell__content {
    margin-left: 0;
  }
}

body[data-layout='auth'] .dashboard-shell__content .header {
  position: sticky;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 1030;
}

body[data-layout='auth'] .dashboard-shell__content .header.scroll {
  position: sticky;
}

body[data-layout='auth'] .dashboard-main {
  flex: 1;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

body[data-layout='auth'] .header-content {
  display: flex;
  min-width: 0;
}

body[data-layout='auth'] .header-title {
  font-size: 20px;
  line-height: 1.2;
}

body[data-layout='auth'] .header-description {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  body[data-layout='auth'] .header-title {
    font-size: 25px;
  }

  body[data-layout='auth'] .header-description {
    font-size: 16px;
  }
}

/* Dashboard welcome */
body[data-layout='auth'] .dashboard-welcome {
  padding-bottom: 36px;
}

body[data-layout='auth'] .dashboard-welcome__hero,
body[data-layout='auth'] .dashboard-welcome__cta {
  position: relative;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #0c1731;
  background: #040a18;
  overflow: hidden;
}

body[data-layout='auth'] .dashboard-welcome__hero {
  padding: 28px;
}

body[data-layout='auth'] .dashboard-welcome__hero-glow {
  position: absolute;
  right: -80px;
  top: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 57, 255, 0.18) 0%, rgba(1, 57, 255, 0) 70%);
  pointer-events: none;
}

body[data-layout='auth'] .dashboard-welcome__hero-content {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

body[data-layout='auth'] .dashboard-welcome__label {
  margin: 0 0 8px;
  color: #767f93;
  font-size: 15px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-welcome__name {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body[data-layout='auth'] .dashboard-welcome__balance {
  margin: 0;
  color: #767f93;
  font-size: 15px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-welcome__balance span {
  color: #fff;
}

body[data-layout='auth'] .dashboard-welcome__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #0c1731;
}

@media (min-width: 768px) {
  body[data-layout='auth'] .dashboard-welcome__hero {
    padding: 36px 40px;
  }

  body[data-layout='auth'] .dashboard-welcome__stats {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  body[data-layout='auth'] .dashboard-welcome__name {
    font-size: 32px;
  }
}

body[data-layout='auth'] .dashboard-stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body[data-layout='auth'] .dashboard-stat__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-layout='auth'] .dashboard-stat__icon {
  --icon-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 12px;
  background: rgba(1, 11, 253, 0.2);
  color: #0139ff;
}

body[data-layout='auth'] .dashboard-stat__icon--warm {
  background: rgba(244, 86, 51, 0.2);
  color: #f45633;
}

body[data-layout='auth'] .dashboard-stat__title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-stat__value {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

body[data-layout='auth'] .dashboard-stat__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #767f93;
  font-size: 14px;
}

body[data-layout='auth'] .dashboard-welcome__cta {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

body[data-layout='auth'] .dashboard-welcome__cta-icon {
  --icon-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: radial-gradient(
    42.73% 42.73% at 50% 96.36%,
    rgba(2, 28, 255, 0.93) 0%,
    rgba(0, 194, 255, 0) 100%
  );
  background-color: #0139ff;
  color: #fff;
  box-shadow: 0 0 3px 0 #0139ff, 0 0 0 1px #0139ff;
}

body[data-layout='auth'] .dashboard-welcome__cta-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

body[data-layout='auth'] .dashboard-welcome__cta-text {
  margin: 0 0 20px;
  color: #767f93;
  font-size: 15px;
  line-height: 1.5;
  flex: 1;
}

/* Dashboard order panel */
body[data-layout='auth'] .dashboard-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: calc(var(--header-height, 100px) + 24px);
}

body[data-layout='auth'] .dashboard-order__head {
  max-width: 640px;
}

body[data-layout='auth'] .dashboard-order__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #0139ff;
  font-size: 14px;
  font-weight: 600;
}

body[data-layout='auth'] .dashboard-order__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

body[data-layout='auth'] .dashboard-order__text {
  margin: 0;
  color: #767f93;
  font-size: 15px;
  line-height: 1.5;
}

body[data-layout='auth'] .dashboard-order__nav {
  flex-wrap: wrap;
  max-width: 100%;
}

body[data-layout='auth'] .dashboard-order__nav li {
  list-style: none;
}

body[data-layout='auth'] .dashboard-order__nav .nav-link {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

body[data-layout='auth'] .dashboard-order__services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

body[data-layout='auth'] .dashboard-order__service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #0c1731;
  background: #040a18;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease;
}

body[data-layout='auth'] .dashboard-order__service.active {
  border-color: #0139ff;
  background: linear-gradient(
    180deg,
    rgba(0, 10, 255, 0) 50%,
    rgba(0, 10, 255, 0.15) 100%
  );
}

body[data-layout='auth'] .dashboard-order__service-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

body[data-layout='auth'] .dashboard-order__service-price {
  color: #0139ff;
  font-size: 12px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-order__card .card-body {
  padding: 24px;
}

body[data-layout='auth'] .dashboard-order__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 20px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #0c1731;
  background: #030814;
}

body[data-layout='auth'] .dashboard-order__summary-label {
  display: block;
  margin-bottom: 4px;
  color: #767f93;
  font-size: 12px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-order__summary-value {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

body[data-layout='auth'] .dashboard-order__summary-meta {
  color: #0139ff;
  font-size: 13px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-order__summary-total {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-order__summary-breakdown {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

body[data-layout='auth'] .dashboard-order__summary-total strong {
  color: #32d74b;
  font-weight: 600;
}

/* Dashboard checkout */
body[data-layout='auth'] .dashboard-checkout__notice {
  margin-bottom: 20px;
}

/* Dashboard placeholder pages */
body[data-layout='auth'] .dashboard-placeholder {
  display: flex;
  justify-content: center;
  padding: 40px 0 20px;
}

body[data-layout='auth'] .dashboard-placeholder__card {
  width: 100%;
  max-width: 520px;
}

body[data-layout='auth'] .dashboard-placeholder__card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 32px;
  text-align: center;
}

body[data-layout='auth'] .dashboard-placeholder__icon {
  --icon-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(1, 57, 255, 0.15);
  color: #0139ff;
}

body[data-layout='auth'] .dashboard-placeholder__title {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

body[data-layout='auth'] .dashboard-placeholder__text {
  margin: 0;
  color: #767f93;
  font-size: 15px;
  line-height: 1.6;
  max-width: 360px;
}

/* Card 2: keep rise chart at bottom only, cover on full card drew the line through the title */
body[data-layout='guest'] .section-first .first-item--2 .first-card {
  background-image: none;
}

body[data-layout='guest'] .section-first .first-item--2 .first-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  background-image: url(https://plaoncorp.com/smm1st/assets/first-rise.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
