#root {
  min-height: 100vh;
}

/* Site logo — zelfde schaal als het oorspronkelijke SVG-logo */
body[data-layout='guest'] .header-logo img {
  height: 54px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}

body[data-layout='guest'] .footer-logo img {
  height: 48px;
  width: auto;
  max-width: min(360px, 85vw);
  display: block;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  body[data-layout='guest'] .footer-content {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  body[data-layout='guest'] .footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

body[data-layout='guest'] .footer-content .footer-email {
  margin-top: 16px;
}

body[data-layout='guest'] .footer-bottom .container {
  justify-content: center;
}

body[data-layout='guest'] .footer-bottom--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}

body[data-layout='guest'] .footer-bottom--content .payment-methods {
  justify-content: center;
}

body[data-layout='guest'] .footer-copyright {
  color: #4d5464;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

body[data-layout='auth'] .sidebar-header img {
  width: min(100%, 240px);
  height: auto;
  max-height: 84px;
  display: block;
  margin-inline: auto;
  object-fit: contain;
}

body[data-layout='member'] .member-layout--header .header-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

body[data-layout='member'] .member-layout--header .header-start {
  justify-self: start;
}

body[data-layout='member'] .member-layout--header .header-logo {
  justify-self: center;
}

body[data-layout='member'] .member-layout--header .header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-layout='member'] .member-layout--header .header-end {
  justify-self: end;
}

body[data-layout='member'] .member-layout--header .header-logo img {
  height: 56px;
  width: auto;
  max-width: min(420px, 78vw);
  display: block;
  object-fit: contain;
}

@media (min-width: 992px) {
  body[data-layout='member'] .member-layout--header .header-logo img {
    height: 64px;
  }
}

body[data-layout='guest'] .header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body[data-layout='guest'] .header-menu ul li a:hover,
body[data-layout='guest'] .header-menu ul li a.active {
  color: #0073ff;
}

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);
}

/* Custom form select (on-brand dropdown) */
.form-select-field {
  position: relative;
  width: 100%;
}

.form-select-field__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  padding-right: 16px;
}

.form-select-field__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-select-field__chevron {
  flex-shrink: 0;
  font-size: 12px;
  color: #7d89a3;
  transition: transform 0.2s ease, color 0.14s ease;
}

.form-select-field.open .form-select-field__chevron,
.form-select-field__trigger:focus-visible .form-select-field__chevron {
  transform: rotate(180deg);
  color: #fff;
}

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

.form-select-field__trigger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-select-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: 280px;
  overflow-y: auto;
}

.form-select-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;
}

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

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

body[data-layout='auth'] .neworder-form-card .form-select-field__menu {
  z-index: 60;
}

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;
  }

  body[data-layout='guest'] .section-features .features {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  body[data-layout='guest'] .section-features .features .feature-item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@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 accordion + browser mockup */
body[data-layout='guest'] .section-faq .faq__item:not(.active) .body {
  display: none;
}

body[data-layout='guest'] .section-faq .faq__container > div {
  width: 100%;
}

body[data-layout='guest'] .section-faq .faq__item {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body[data-layout='guest'] .section-faq .faq__container > div {
    width: calc(50% - 10px);
  }
}

body[data-layout='guest'] .section-faq .faq-bottom {
  overflow: hidden;
}

body[data-layout='guest'] .section-faq .faq-bottom--image {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 1;
  display: none;
  width: min(424px, 42vw);
  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;
}

body[data-layout='guest'] .section-faq .faq-bottom .message-pop {
  position: absolute;
  z-index: 2;
  max-width: 218px;
}

@media (max-width: 991.98px) {
  body[data-layout='guest'] .section-faq .faq-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }

  body[data-layout='guest'] .section-faq .faq-bottom--content {
    align-items: center;
    text-align: center;
    max-width: 360px;
  }

  body[data-layout='guest'] .section-faq .faq-bottom--image {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    order: 2;
    width: min(100%, 360px);
    margin: 20px auto 0;
  }

  body[data-layout='guest'] .section-faq .faq-bottom .message-pop {
    position: relative;
    right: auto;
    bottom: auto;
    order: 1;
    margin: 16px 0 0;
    max-width: 320px;
  }
}

@media (min-width: 992px) {
  body[data-layout='guest'] .section-faq .faq-bottom {
    min-height: 380px;
    padding-right: min(440px, 44vw);
  }

  body[data-layout='guest'] .section-faq .faq-bottom--image {
    display: block;
  }

  body[data-layout='guest'] .section-faq .faq-bottom--content {
    position: relative;
    z-index: 3;
    max-width: 500px;
  }

  body[data-layout='guest'] .section-faq .faq-bottom .message-pop {
    right: calc(8px + min(424px, 42vw) + 24px);
    bottom: 22px;
  }
}

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

/* 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;
}

body[data-layout='guest'] .header-box {
  position: relative;
  z-index: 1030;
}

body[data-layout='guest'] .header-menu--buttons {
  position: relative;
  z-index: 2;
}

body[data-layout='guest'] .header-menu--buttons .btn {
  position: relative;
  z-index: 2;
}

body[data-layout='member'] .header-end--member {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}

@media (max-width: 991.98px) {
  body[data-layout='member'] .member-layout__help-btn {
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* 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'] .auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: #7d89a3;
  font-size: 14px;
  font-weight: 500;
}

body[data-layout='member'] .auth-divider::before,
body[data-layout='member'] .auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #1a2540;
}

body[data-layout='member'] .auth-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0b1224;
  border-color: #1a2540;
  color: #fff;
}

body[data-layout='member'] .auth-google-btn:hover:not(:disabled) {
  border-color: #0073ff;
  color: #fff;
}

body[data-layout='member'] .auth-google-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

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

/* Sidebar — overrides theme padding/spacing for readable nav */
body[data-layout='auth'] .sidebar {
  --sidebar-inline-pad: 24px;
  overflow: hidden;
}

body[data-layout='auth'] .sidebar-header {
  padding: 28px var(--sidebar-inline-pad) 20px;
}

/* Account block + dropdown */
body[data-layout='auth'] .sidebar-account {
  position: relative;
  z-index: 50;
  padding: 0 var(--sidebar-inline-pad) 16px;
  width: 100%;
}

body[data-layout='auth'] .sidebar-account__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border-radius: 16px;
  border: 1px solid rgba(14, 23, 41, 0.5);
  background: radial-gradient(
    141.14% 76.48% at 100% 100%,
    rgba(30, 54, 119, 0.2) 0%,
    rgba(6, 11, 26, 0.2) 100%
  ),
  #070c17;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

body[data-layout='auth'] .sidebar-account__trigger:hover {
  border-color: rgba(1, 57, 255, 0.35);
}

body[data-layout='auth'] .sidebar-account .avatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #0139ff;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

body[data-layout='auth'] .sidebar-account .content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

body[data-layout='auth'] .sidebar-account .content .title {
  color: #989ca0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

body[data-layout='auth'] .sidebar-account .content .username {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

body[data-layout='auth'] .sidebar-account__chevron {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 12px;
  color: #767f93;
}

body[data-layout='auth'] .sidebar-account__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid #111f42;
  background: #030814;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

body[data-layout='auth'] .sidebar-account__menu-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.14s ease;
}

body[data-layout='auth'] .sidebar-account__menu-link:hover {
  background: #111f42;
}

/* Primary CTA */
body[data-layout='auth'] .sidebar-primary {
  padding: 0 var(--sidebar-inline-pad) 14px;
}

body[data-layout='auth'] .sidebar-primary__btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow:
    0 0 3px 0 #0139ff,
    0 0 0 1px #0139ff;
}

body[data-layout='auth'] .sidebar-primary__btn .sidebar-primary__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  min-width: 20px;
  font-size: 16px;
  line-height: 1;
}

body[data-layout='auth'] .sidebar-primary__btn .sidebar-primary__arrow-glyph {
  display: block;
  width: var(--icon-size, 14px);
  height: var(--icon-size, 14px);
}

body[data-layout='auth'] .sidebar-primary__btn .text {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

body[data-layout='auth'] .sidebar-primary__btn .arrow {
  --icon-size: 14px;
  margin-left: auto;
  opacity: 1;
  transform: none;
  flex-shrink: 0;
}

/* Nav list — theme pill size + blue active state; only fix horizontal padding */
body[data-layout='auth'] .sidebar-menu {
  flex: 1;
  gap: 12px;
  margin: 0;
  padding: 12px var(--sidebar-inline-pad) 28px;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}

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

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link {
  padding: 11px 14px;
  gap: 15px;
  border-radius: 100px;
  border: 1px solid transparent;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .icon {
  /* legacy theme selector — icons use .sidebar-menu__icon */
  display: none;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  min-width: 22px;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__icon-glyph {
  --icon-size: 18px;
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .arrow .sidebar-menu__arrow-glyph {
  display: block;
  width: var(--icon-size, 12px);
  height: var(--icon-size, 12px);
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__icon,
body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__icon-glyph,
body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__arrow-glyph {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .arrow {
  --icon-size: 14px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link .sidebar-menu__badge {
  margin-left: auto;
  margin-right: 4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #0139ff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

body[data-layout='auth'] .sidebar-menu li .sidebar-menu--link:has(.sidebar-menu__badge) .arrow {
  margin-left: 0;
}

body[data-layout='auth'] .sidebar-menu li.active .sidebar-menu--link {
  box-shadow:
    0 0 3px 0 #0139ff,
    0 0 0 1.182px #0139ff;
  background:
    radial-gradient(
      42.73% 42.73% at 50% 96.36%,
      rgba(2, 28, 255, 0.93) 0%,
      rgba(0, 194, 255, 0) 100%,
      rgba(0, 10, 255, 0) 100%
    ),
    #0139ff;
  border-color: rgba(255, 255, 255, 0.15);
}

body[data-layout='auth'] .sidebar-menu li.active .sidebar-menu--link .arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  body[data-layout='auth'] .sidebar {
    --sidebar-inline-pad: 20px;
  }
}

@media (max-width: 575.98px) {
  body[data-layout='auth'] .sidebar .sidebar-account {
    display: block !important;
  }
}

/* Dashboard shell — header + content uitlijnen naast sidebar */
body[data-layout='auth'] .dashboard-shell {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

body[data-layout='auth'] .dashboard-shell__content {
  flex: 1;
  min-width: 0;
  margin-left: var(--sidebar-safe, 294px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@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;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  padding: 16px 0 8px;
  z-index: 1030;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    padding 0.18s ease;
}

body[data-layout='auth'] .dashboard-shell__content .header.scroll {
  position: sticky;
  top: 0;
  padding: 10px 0 8px;
  background-color: #070c17;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  border-bottom-color: #091126;
}

body[data-layout='auth'] .dashboard-shell__content .header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-layout='auth'] .dashboard-shell__content .header-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

body[data-layout='auth'] .dashboard-shell__content .header-title {
  font-size: 22px;
  line-height: 1.25;
}

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

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

@media (min-width: 992px) {
  body[data-layout='auth'] .dashboard-shell__content .dashboard-main {
    padding-top: 20px;
  }
}

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

body[data-layout='auth'] [data-page='neworder'] .overview {
  padding-bottom: 36px;
  margin-top: 0;
}

[data-page='neworder'] .overview-card--count.h-100 {
  display: flex;
  flex-direction: column;
}

[data-page='neworder'] .overview-card--count .overview-count {
  flex: 1;
}

/* Saldo + Totaal orders stat cards (SMM1st-style) */
[data-page='neworder'] .overview-stat-card .overview-count {
  padding: 22px 20px 20px;
  gap: 18px;
  min-height: 100%;
}

[data-page='neworder'] .overview-stat-card .overview-count .head {
  gap: 10px;
}

[data-page='neworder'] .overview-stat-card .overview-count .head .icon {
  --icon-size: 20px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #4d8bff;
}

[data-page='neworder'] .overview-stat-card--orders .overview-count .head .icon {
  background: rgba(1, 57, 255, 0.12);
  border-color: rgba(77, 139, 255, 0.22);
}

[data-page='neworder'] .overview-stat-card .overview-count .head .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: -0.02em;
}

[data-page='neworder'] .overview-stat-card .overview-count .count {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 2px;
}

[data-page='neworder'] .overview-stat-card .overview-count .bottom {
  display: flex !important;
  margin-top: auto;
  height: auto;
  min-height: 50px;
  padding: 8px 8px 8px 14px;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0c1224;
}

[data-page='neworder'] .overview-stat-card .overview-count .bottom-label {
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

[data-page='neworder'] .overview-stat-card .overview-stat-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(1, 57, 255, 0.35);
}

[data-page='neworder'] .overview-stat-card .overview-stat-card__action .icon {
  --icon-size: 15px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  [data-page='neworder'] .overview-stat-card .overview-count {
    padding: 18px 16px 16px;
    gap: 14px;
  }

  [data-page='neworder'] .overview-stat-card .overview-count .count {
    font-size: 32px;
  }

  [data-page='neworder'] .overview-stat-card .overview-count .bottom {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  [data-page='neworder'] .overview-stat-card .overview-stat-card__action {
    width: 100%;
  }
}

/* Dashboard order panel (SMM1st layout) */
body[data-layout='auth'] .dashboard-order {
  scroll-margin-top: calc(var(--header-safe, 160px) + 16px);
  margin-top: 4px;
}

body[data-layout='auth'] .neworder-action-tabs {
  flex-wrap: wrap;
  margin: 0 0 24px;
  padding: 0;
  max-width: 100%;
}

body[data-layout='auth'] .neworder-action-tabs li {
  list-style: none;
}

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

body[data-layout='auth'] .neworder-form-card {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

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

@media (min-width: 992px) {
  body[data-layout='auth'] .neworder-form-card .card-body {
    padding: 28px 32px 32px;
  }
}

body[data-layout='auth'] .neworder-quantity-hint {
  margin: 8px 0 0;
  color: #767f93;
  font-size: 13px;
}

body[data-layout='auth'] .neworder-dripfeed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

body[data-layout='auth'] .neworder-dripfeed input {
  width: 18px;
  height: 18px;
  accent-color: #0139ff;
}

body[data-layout='auth'] .neworder-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid #0c1731;
}

body[data-layout='auth'] .neworder-form-total {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

body[data-layout='auth'] .neworder-form-total strong {
  color: #32d74b;
  font-size: 22px;
  font-weight: 600;
}

body[data-layout='auth'] .neworder-desc {
  position: sticky;
  top: calc(var(--header-safe, 160px) + 12px);
}

/* Service sidebar — white title, single icon per row */
[data-page='neworder'] .neworder-service_info-name .label-text.service-name {
  color: #fff;
}

[data-page='neworder'] .neworder-desc .card-head .service-name {
  color: #fff;
}

[data-page='neworder'] .neworder-service_info-others .info-item__icon {
  --icon-size: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  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%
    ),
    #0139ff;
  box-shadow:
    0 0 3px 0 #0139ff,
    0 0 0 1px #0139ff;
  color: #fff;
}

[data-page='neworder'] .neworder-service_info-others .info-item__icon-glyph {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

body[data-layout='auth'] .neworder-tab-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 32px 16px;
  text-align: center;
  color: #767f93;
  font-size: 15px;
  line-height: 1.5;
}

body[data-layout='auth'] .neworder-tab-placeholder .icon {
  --icon-size: 28px;
  color: #0139ff;
}

body[data-layout='auth'] .neworder-search-results {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body[data-layout='auth'] .neworder-search-results__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 15px;
  border: 1px solid #0b1531;
  background: #070e20;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease;
}

body[data-layout='auth'] .neworder-search-results__item:hover {
  border-color: #0139ff;
  background: #0a1223;
}

body[data-layout='auth'] .neworder-search-results__name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

body[data-layout='auth'] .neworder-search-results__meta {
  color: #767f93;
  font-size: 13px;
}

body[data-layout='auth'] .neworder-search-results__empty {
  padding: 16px;
  color: #767f93;
  font-size: 14px;
}

/* Header top-right controls (SMM1st layout) */
body[data-layout='auth'] .dashboard-shell__content .header-end {
  margin-left: auto;
  flex-shrink: 0;
  gap: 10px;
}

body[data-layout='auth'] .header-end .smmspot-dropdown {
  position: relative;
  width: auto;
}

body[data-layout='auth'] .header-end .header-balance-dropdown,
body[data-layout='auth'] .header-end .header-account-dropdown,
body[data-layout='auth'] .header-end .header-notifications-dropdown {
  width: auto;
  min-width: 0;
}

body[data-layout='auth'] .header-end .header-balance-dropdown .smmspot-dropdown__box,
body[data-layout='auth'] .header-end .header-account-dropdown .smmspot-dropdown__box,
body[data-layout='auth'] .header-end .header-notifications-dropdown .smmspot-dropdown__box {
  min-width: 220px;
  z-index: 1100;
}

body[data-layout='auth'] .header-end .header-notifications-dropdown .notifications-dropdown__box {
  min-width: 300px;
  max-width: min(360px, calc(100vw - 24px));
}

body[data-layout='auth']
  .header-end
  .header-notifications-dropdown[data-has-unread='false']
  .notification-dot {
  display: none;
}

.notifications-dropdown__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 2px 2px;
}

.notifications-dropdown__head .title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.notifications-dropdown__badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0139ff;
  background: rgba(1, 57, 255, 0.15);
  border-radius: 999px;
  padding: 3px 8px;
}

.notifications-dropdown__list {
  max-height: 320px;
  overflow-y: auto;
}

.notifications-dropdown__empty {
  padding: 16px 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}

.notifications-dropdown__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: background 0.14s ease;
}

.notifications-dropdown__item:hover {
  background: rgba(1, 57, 255, 0.12);
}

.notifications-dropdown__status {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: #6b7a99;
}

.notifications-dropdown__status--success {
  background: #22c55e;
}

.notifications-dropdown__status--progress {
  background: #0139ff;
}

.notifications-dropdown__status--pending {
  background: #f59e0b;
}

.notifications-dropdown__status--warning {
  background: #f97316;
}

.notifications-dropdown__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.notifications-dropdown__title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.notifications-dropdown__message {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.notifications-dropdown__time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

body[data-layout='auth'] .header-end [data-smmspot='dropdown-button'] {
  cursor: pointer;
}

body[data-layout='auth'] .header-end .currency-mark,
body[data-layout='auth'] .header-end .avatar-letter {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

body[data-layout='auth'] .header-end .smmspot-dropdown__item .avatar-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

/* Bell — round control, notification dot */
body[data-layout='auth'] .header-end .header-end--updates .header-end--updates-inner {
  padding: 0;
  border: none;
  background: transparent;
}

body[data-layout='auth'] .header-end .header-end--updates .header-end--bell {
  position: relative;
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 50%;
  justify-content: center;
}

body[data-layout='auth'] .header-end .header-end--updates .notification-dot {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px #0139ff;
}

@media (max-width: 767.98px) {
  body[data-layout='auth'] .header-end .header-account-dropdown .arrow {
    display: none;
  }

  /* theme-secondary hides the bell on mobile — keep it visible */
  body[data-layout='auth'] .header-end .header-end--updates {
    display: block;
  }
}

/* Add funds page — self-contained (avoids conflicting theme rules) */
[data-page='addfunds'].addfunds-page .addfunds-head,
[data-page='addfunds'].addfunds-page .card-addfunds,
[data-page='addfunds'].addfunds-page .quick-amount,
[data-page='addfunds'].addfunds-page .form-group.instruction {
  display: none;
}

[data-page='addfunds'] .addfunds-panel {
  padding: 4px 0 24px;
}

[data-page='addfunds'] .addfunds-panel__label {
  margin: 0 0 6px;
  color: #0139ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-page='addfunds'] .addfunds-panel__title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

[data-page='addfunds'] .addfunds-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  [data-page='addfunds'] .addfunds-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}

[data-page='addfunds'] .addfunds-method {
  display: block;
  cursor: pointer;
}

[data-page='addfunds'] .addfunds-method input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[data-page='addfunds'] .addfunds-method__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #091126;
  background: #050c1b;
  transition:
    border-color 0.14s ease,
    background 0.14s ease,
    box-shadow 0.14s ease;
}

[data-page='addfunds'] .addfunds-method__box:hover {
  background: #0a1223;
}

[data-page='addfunds'] .addfunds-method input:checked + .addfunds-method__box {
  border-color: #0139ff;
  background: #050c1b;
  box-shadow: 0 0 0 3px rgba(1, 57, 255, 0.25);
}

[data-page='addfunds'] .addfunds-method__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

[data-page='addfunds'] .addfunds-method__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #0e1729;
  background: #09101e;
}

[data-page='addfunds'] .addfunds-method__check i {
  font-size: 11px;
  color: #fff;
  transform: scale(0);
  transition: transform 0.14s ease;
}

[data-page='addfunds'] .addfunds-method input:checked + .addfunds-method__box .addfunds-method__check {
  border-color: #0139ff;
  background: #0139ff;
}

[data-page='addfunds'] .addfunds-method input:checked + .addfunds-method__box .addfunds-method__check i {
  transform: scale(1);
}

[data-page='addfunds'] .addfunds-method__name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

[data-page='addfunds'] .addfunds-method__badge {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #111a2e;
  background: #0a1223;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

[data-page='addfunds'] .addfunds-method__desc {
  margin: 0;
  color: #767f93;
  font-size: 13px;
  line-height: 1.45;
}

[data-page='addfunds'] .addfunds-method__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

[data-page='addfunds'] .addfunds-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #0e1729;
  background: #070e20;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

[data-page='addfunds'] .addfunds-stripe-note {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #091126;
  background: #040a18;
}

[data-page='addfunds'] .addfunds-stripe-note .icon {
  --icon-size: 24px;
  flex-shrink: 0;
  color: #0139ff;
}

[data-page='addfunds'] .addfunds-stripe-note strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

[data-page='addfunds'] .addfunds-stripe-note p {
  margin: 0;
  color: #767f93;
  font-size: 13px;
  line-height: 1.5;
}

[data-page='addfunds'] .addfunds-form-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='addfunds'] .addfunds-form-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

[data-page='addfunds'] .addfunds-form-card__head .icon {
  --icon-size: 22px;
  color: #0139ff;
}

[data-page='addfunds'] .addfunds-balance-line {
  margin: -8px 0 0;
  color: #767f93;
  font-size: 14px;
  font-weight: 500;
}

[data-page='addfunds'] .addfunds-balance-line strong {
  color: #32d74b;
}

[data-page='addfunds'] .addfunds-form-card__label {
  margin: 0;
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

[data-page='addfunds'] .addfunds-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

@media (min-width: 1200px) {
  [data-page='addfunds'] .addfunds-amounts {
    grid-template-columns: repeat(5, 1fr);
  }
}

[data-page='addfunds'] .addfunds-amount-btn {
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid #0e1729;
  background: #070e20;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.14s ease,
    background 0.14s ease;
}

[data-page='addfunds'] .addfunds-amount-btn:hover {
  border-color: rgba(1, 57, 255, 0.45);
  background: #0a1223;
}

[data-page='addfunds'] .addfunds-amount-btn.is-active {
  border-color: #0139ff;
  background: rgba(1, 57, 255, 0.15);
  box-shadow: 0 0 0 1px rgba(1, 57, 255, 0.35);
}

[data-page='addfunds'] .addfunds-form-card .form-group {
  margin-bottom: 0;
}

[data-page='addfunds'] .addfunds-form-card input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

[data-page='addfunds'] .addfunds-form-card input[type='number']::-webkit-outer-spin-button,
[data-page='addfunds'] .addfunds-form-card input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[data-page='addfunds'] .addfunds-submit-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: radial-gradient(
    88.4% 80.53% at 70.71% 145.38%,
    #0b122d 0%,
    #040b1a 100%
  );
  color: #767f93;
  font-size: 14px;
}

[data-page='addfunds'] .addfunds-submit-summary strong {
  color: #32d74b;
  font-size: 20px;
  font-weight: 600;
}

[data-page='addfunds'] .addfunds-footnote {
  margin: 12px 0 0;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #091126;
  background: #050c1b;
  color: #767f93;
  font-size: 13px;
  line-height: 1.5;
}

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

.checkout-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 20px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid #111a2e;
  background: linear-gradient(145deg, #060d1c 0%, #040a18 100%);
  box-shadow: 0 0 0 4px #070c1d;
}

.checkout-notice--success {
  border-color: rgba(50, 215, 75, 0.28);
  background: linear-gradient(
    145deg,
    rgba(50, 215, 75, 0.08) 0%,
    #040a18 55%
  );
}

.checkout-notice--loading {
  border-color: rgba(1, 57, 255, 0.25);
}

.checkout-notice--error {
  border-color: rgba(255, 95, 87, 0.35);
  background: rgba(255, 95, 87, 0.06);
}

.checkout-notice__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(1, 57, 255, 0.12);
  color: #4d8bff;
}

.checkout-notice__icon-wrap .icon {
  width: 22px;
  height: 22px;
}

.checkout-notice__icon-wrap--success {
  background: rgba(50, 215, 75, 0.14);
  color: #32d74b;
}

.checkout-notice__icon-wrap--error {
  background: rgba(255, 95, 87, 0.12);
  color: #ff5f57;
}

.checkout-notice__body {
  flex: 1 1 200px;
  min-width: 0;
}

.checkout-notice__title {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.checkout-notice__text {
  margin: 6px 0 0;
  color: #9aa5b8;
  font-size: 14px;
  line-height: 1.55;
}

.checkout-notice__meta {
  margin: 10px 0 0;
  color: #7d89a3;
  font-size: 13px;
  line-height: 1.5;
}

.checkout-notice__meta strong {
  color: #c8d0df;
  font-weight: 600;
}

.checkout-notice__dot {
  margin: 0 6px;
  color: #4a5568;
}

.checkout-notice__action {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .checkout-notice__action {
    width: 100%;
    justify-content: center;
  }
}

/* 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;
}

/* Affiliates page */
[data-page='affiliates'].affiliates-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[data-page='affiliates'] .affiliate-card--url-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-page='affiliates'] .affiliate-card--url .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

[data-page='affiliates'] .affiliate-card--payout .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

[data-page='affiliates'] .affiliates-page__notice {
  margin: 0;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(1, 57, 255, 0.35);
  background: rgba(1, 57, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

[data-page='affiliates'] .affiliates-info-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='affiliates'] .affiliates-info-card__icon {
  --icon-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #4d8bff;
}

[data-page='affiliates'] .affiliates-info-card__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

[data-page='affiliates'] .affiliates-info-card__text {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  line-height: 1.5;
}

[data-page='affiliates'] .affiliates-details {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='affiliates'] .affiliates-details__body {
  padding: 24px;
}

[data-page='affiliates'] .affiliates-details__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

[data-page='affiliates'] .affiliates-details__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

[data-page='affiliates'] .affiliates-details__subtitle {
  margin: 0;
  color: #767f93;
  font-size: 14px;
}

[data-page='affiliates'] .affiliates-details__subtitle strong {
  color: #fff;
}

[data-page='affiliates'] .affiliates-details__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

[data-page='affiliates'] .affiliates-badge {
  padding: 8px 12px;
  border-radius: 100px;
  border: 1px solid #111a2e;
  background: #0a1223;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

[data-page='affiliates'] .affiliates-table-wrap {
  overflow-x: auto;
}

[data-page='affiliates'] .affiliates-table {
  width: 100%;
  border-collapse: collapse;
}

[data-page='affiliates'] .affiliates-table th,
[data-page='affiliates'] .affiliates-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #111a2e;
}

[data-page='affiliates'] .affiliates-table th {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

[data-page='affiliates'] .affiliates-table td {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

[data-page='affiliates'] .affiliates-table tbody tr:last-child td {
  border-bottom: none;
}

[data-page='affiliates'] .affiliates-table__empty {
  padding: 28px 12px !important;
  text-align: center;
  color: #767f93 !important;
}

[data-page='affiliates'] .affiliates-status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

[data-page='affiliates'] .affiliates-status--active {
  background: rgba(50, 215, 75, 0.12);
  color: #32d74b;
}

[data-page='affiliates'] .affiliates-status--pending {
  background: rgba(255, 193, 7, 0.12);
  color: #ffc107;
}

[data-page='affiliates'] .affiliates-status--paid {
  background: rgba(1, 57, 255, 0.15);
  color: #4d8bff;
}

/* Notifications page */
[data-page='notifications'].notifications-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[data-page='notifications'] .notifications-page__panel {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
  overflow: hidden;
}

[data-page='notifications'] .notifications-page__list {
  margin: 0;
  padding: 8px;
  list-style: none;
}

[data-page='notifications'] .notifications-page__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: background 0.14s ease;
}

[data-page='notifications'] .notifications-page__item:hover {
  background: rgba(1, 57, 255, 0.1);
}

[data-page='notifications'] .notifications-page__status {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: #6b7a99;
}

[data-page='notifications'] .notifications-page__status--success {
  background: #22c55e;
}

[data-page='notifications'] .notifications-page__status--progress {
  background: #0139ff;
}

[data-page='notifications'] .notifications-page__status--pending {
  background: #f59e0b;
}

[data-page='notifications'] .notifications-page__status--warning {
  background: #f97316;
}

[data-page='notifications'] .notifications-page__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

[data-page='notifications'] .notifications-page__title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

[data-page='notifications'] .notifications-page__message {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

[data-page='notifications'] .notifications-page__time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

[data-page='notifications'] .notifications-page__empty {
  margin: 0;
  padding: 32px 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  text-align: center;
}

[data-page='notifications'] .notifications-page__notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 20px;
}

[data-page='notifications'] .notifications-page__notice--error {
  color: #ff6b6b;
}

/* Orders page */
[data-page='orders'].orders-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[data-page='orders'] .orders-stat-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='orders'] .orders-stat-card__label {
  display: block;
  margin-bottom: 8px;
  color: #767f93;
  font-size: 14px;
  font-weight: 500;
}

[data-page='orders'] .orders-stat-card__value {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

[data-page='orders'] .orders-stat-card__value--pending {
  color: #ffc107;
}

[data-page='orders'] .orders-stat-card__value--success {
  color: #32d74b;
}

[data-page='orders'] .orders-details {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='orders'] .orders-details__body {
  padding: 24px;
}

[data-page='orders'] .orders-details__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

[data-page='orders'] .orders-details__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

[data-page='orders'] .orders-details__subtitle {
  margin: 0;
  color: #767f93;
  font-size: 14px;
}

[data-page='orders'] .orders-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-page='orders'] .orders-details__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

[data-page='orders'] .orders-email-form {
  margin-bottom: 20px;
}

[data-page='orders'] .orders-email-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

[data-page='orders'] .orders-email-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-page='orders'] .orders-email-form__row .form-control {
  flex: 1;
  min-width: 220px;
}

[data-page='orders'] .orders-email-form__hint {
  margin: 10px 0 0;
  color: #767f93;
  font-size: 13px;
}

[data-page='orders'] .orders-page__notice {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(1, 57, 255, 0.35);
  background: rgba(1, 57, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

[data-page='orders'] .orders-page__notice--error {
  border-color: rgba(255, 69, 58, 0.35);
  background: rgba(255, 69, 58, 0.1);
}

[data-page='orders'] .orders-table-wrap {
  overflow-x: auto;
}

[data-page='orders'] .orders-table {
  width: 100%;
  border-collapse: collapse;
}

[data-page='orders'] .orders-table th,
[data-page='orders'] .orders-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #111a2e;
}

[data-page='orders'] .orders-table th {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

[data-page='orders'] .orders-table td {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

[data-page='orders'] .orders-table__link {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #767f93;
}

[data-page='orders'] .orders-table tbody tr:last-child td {
  border-bottom: none;
}

[data-page='orders'] .orders-table__empty {
  padding: 28px 12px !important;
  text-align: center;
  color: #767f93 !important;
}

[data-page='orders'] .orders-table__empty a {
  color: #4d8bff;
}

[data-page='orders'] .orders-status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

[data-page='orders'] .orders-status--success {
  background: rgba(50, 215, 75, 0.12);
  color: #32d74b;
}

[data-page='orders'] .orders-status--pending {
  background: rgba(255, 193, 7, 0.12);
  color: #ffc107;
}

[data-page='orders'] .orders-status--progress {
  background: rgba(1, 57, 255, 0.15);
  color: #4d8bff;
}

[data-page='orders'] .orders-status--warning {
  background: rgba(255, 149, 0, 0.12);
  color: #ff9500;
}

[data-page='orders'] .orders-status--muted {
  background: rgba(118, 127, 147, 0.16);
  color: #767f93;
}

/* Card 2: rise chart at bottom (original layout) */
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;
}

/* Instagram diensten visual */
body[data-layout='guest'] .section-first .first-visual--instagram {
  height: auto;
  min-height: 0;
  mask-image: none;
}

body[data-layout='guest'] .section-first .first-visual--instagram img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTA: only right (X) card — smaller + lower/right like original layout */
body[data-layout='guest'] .section-cta--images img.cta-right {
  width: 220px;
  max-width: min(220px, 18vw);
  height: auto;
  right: calc(50% - 620px);
  top: 240px;
  mask-image: linear-gradient(
    180deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.801) 70%,
    rgba(0, 0, 0, 0.409) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}

body[data-layout='guest'] .section-cta .section-title {
  isolation: isolate;
}

@media (max-width: 1399.98px) {
  body[data-layout='guest'] .section-cta--images img.cta-right {
    width: 200px;
    max-width: 200px;
    right: calc(50% - 500px);
    top: 220px;
  }
}

@media (max-width: 1199.98px) {
  body[data-layout='guest'] .section-cta--images img.cta-right {
    display: none;
  }
}

/* Services page */
[data-page='services'].services-page,
.services-page--guest {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-page--guest {
  padding: 48px 0 80px;
}

.services-page__hero {
  max-width: 640px;
}

.services-page__hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
}

.services-page__hero p {
  margin: 0 0 20px;
  color: #7d89a3;
  font-size: 16px;
  line-height: 1.6;
}

.services-page__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.services-page__search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: min(100%, 280px);
  max-width: 420px;
}

.services-page__search .icon {
  width: 18px;
  height: 18px;
  color: #7d89a3;
  flex-shrink: 0;
}

.services-page__count {
  color: #7d89a3;
  font-size: 14px;
}

.services-page__empty {
  margin: 0;
  padding: 32px;
  text-align: center;
  color: #7d89a3;
  border-radius: 16px;
  border: 1px solid #091126;
  background: #040a18;
}

.services-page__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-page__category {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
  overflow: hidden;
}

.services-page__category-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid #111a2e;
}

.services-page__category-head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.services-page__category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(1, 57, 255, 0.12);
  color: #4d8bff;
  font-size: 18px;
}

.services-page__table-wrap {
  overflow-x: auto;
}

.services-page__grid {
  width: 100%;
}

.services-page__grid-head,
.services-page__grid-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 88px 132px;
  align-items: center;
  column-gap: 16px;
}

.services-page__grid-head {
  padding: 12px 22px;
  border-bottom: 1px solid #111a2e;
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

.services-page__grid-row {
  padding: 14px 22px;
  border-bottom: 1px solid #111a2e;
}

.services-page__grid-row:last-child {
  border-bottom: none;
}

.services-page__cell {
  min-width: 0;
}

.services-page__cell--service {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-page__cell--price {
  color: #9aa5b8;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.services-page__cell--min {
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.services-page__cell--action {
  text-align: right;
}

.services-page__cell--action .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  white-space: nowrap;
}

.services-page__cell-details {
  display: contents;
}

.services-page__min-prefix {
  display: none;
}

@media (max-width: 767.98px) {
  .services-page__grid-head {
    display: none;
  }

  .services-page__grid-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 6px;
    column-gap: 12px;
    padding: 12px 16px;
  }

  .services-page__cell-details {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
  }

  .services-page__cell--service {
    grid-column: 1;
    grid-row: 1;
    white-space: normal;
    font-size: 15px;
    line-height: 1.35;
  }

  .services-page__cell--action {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .services-page__cell--action .btn {
    margin-left: 0;
    min-height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .services-page__cell--price {
    font-size: 13px;
    line-height: 1.4;
  }

  .services-page__cell--min {
    text-align: left;
    color: #9aa5b8;
    font-size: 13px;
  }

  .services-page__cell--min::before {
    content: '·';
    margin-right: 8px;
    color: #4a5568;
  }

  .services-page__min-prefix {
    display: inline;
    margin-right: 4px;
    color: #767f93;
    font-weight: 500;
    font-size: 12px;
  }
}

/* API documentation page */
[data-page='api'].api-page,
.api-page--guest {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.api-page--guest {
  padding: 48px 0 80px;
}

.api-page__hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.api-page__hero p {
  margin: 0;
  max-width: 640px;
  color: #767f93;
  font-size: 16px;
  line-height: 1.6;
}

.api-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.api-page__card {
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

.api-page__card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.api-page__card-icon {
  --icon-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #4d8bff;
}

.api-page__card-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.api-page__card-text {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  line-height: 1.55;
}

.api-page__meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.api-page__meta-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: center;
}

.api-page__meta-row dt {
  margin: 0;
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

.api-page__meta-row dd {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
}

.api-page__endpoint {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ecbff;
  font-size: 13px;
  word-break: break-all;
}

.api-page__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.api-page__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.api-page__section-head h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.api-page__section-head p {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  line-height: 1.55;
  max-width: 720px;
}

.api-page__action-list,
.api-page__example-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.api-page__action,
.api-page__example {
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

.api-page__action-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.api-page__action-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #4d8bff;
  font-size: 12px;
  font-weight: 600;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  flex-shrink: 0;
}

.api-page__action-head h3,
.api-page__example h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.api-page__action-head p {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  line-height: 1.5;
}

.api-page__table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
}

.api-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.api-page__table th,
.api-page__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.api-page__table th {
  color: #767f93;
  font-weight: 500;
  font-size: 13px;
}

.api-page__table td {
  color: #d8dde8;
}

.api-page__table td code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #9ecbff;
  font-size: 13px;
}

.api-page__response-label {
  display: block;
  margin-bottom: 8px;
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

.api-page__code-wrap {
  position: relative;
}

.api-page__code {
  margin: 0;
  padding: 16px;
  padding-right: 96px;
  overflow-x: auto;
  border-radius: 14px;
  background: #020712;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #c8d4ea;
  font-size: 13px;
  line-height: 1.55;
}

.api-page__code-wrap .api-page__copy-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 900px) {
  .api-page__grid {
    grid-template-columns: 1fr;
  }

  .api-page__meta-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Profile page */
[data-page='profile'].profile-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

[data-page='profile'] .profile-page__card {
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='profile'] .profile-page__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

[data-page='profile'] .profile-page__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}

[data-page='profile'] .profile-page__username {
  margin: 0 0 4px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

[data-page='profile'] .profile-page__email {
  margin: 0;
  color: #767f93;
  font-size: 14px;
}

[data-page='profile'] .profile-page__details {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

[data-page='profile'] .profile-page__detail-row {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

[data-page='profile'] .profile-page__detail-row:last-child {
  border-bottom: none;
}

[data-page='profile'] .profile-page__detail-row dt {
  margin: 0;
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

[data-page='profile'] .profile-page__detail-row dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  word-break: break-word;
}

[data-page='profile'] .profile-page__hint {
  margin: 0 0 12px;
  color: #767f93;
  font-size: 13px;
  line-height: 1.55;
}

[data-page='profile'] .profile-page__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

[data-page='profile'] .profile-page__stats dt {
  margin: 0 0 4px;
  color: #767f93;
  font-size: 13px;
}

[data-page='profile'] .profile-page__stats dd {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

[data-page='profile'] .profile-page__section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

[data-page='profile'] .profile-page__section-icon {
  --icon-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(1, 57, 255, 0.16);
  border: 1px solid rgba(1, 57, 255, 0.28);
  color: #4d8bff;
}

[data-page='profile'] .profile-page__section-head h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

[data-page='profile'] .profile-page__section-head p {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  line-height: 1.55;
}

[data-page='profile'] .profile-page__key-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

[data-page='profile'] .profile-page__key {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #020712;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #9ecbff;
  font-size: 13px;
  word-break: break-all;
}

[data-page='profile'] .profile-page__empty {
  margin: 0 0 12px;
  color: #767f93;
  font-size: 14px;
}

[data-page='profile'] .profile-page__notice {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(1, 57, 255, 0.35);
  background: rgba(1, 57, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

[data-page='profile'] .profile-page__error {
  margin: 0 0 12px;
  color: #ff8a8a;
  font-size: 14px;
}

[data-page='profile'] .profile-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

[data-page='profile'] .profile-page__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 640px) {
  [data-page='profile'] .profile-page__stats {
    grid-template-columns: 1fr;
  }

  [data-page='profile'] .profile-page__detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

[data-page='admin'].admin-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[data-page='admin'] .admin-stat-card {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

[data-page='admin'] .admin-stat-card__label {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

[data-page='admin'] .admin-stat-card__value {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

[data-page='admin'] .admin-stat-card__value--success {
  color: #32d74b;
}

[data-page='admin'] .admin-stat-card__value--danger {
  color: #ff6b6b;
}

[data-page='admin'] .admin-details {
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='admin'] .admin-details__body {
  padding: 24px;
}

[data-page='admin'] .admin-details__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

[data-page='admin'] .admin-details__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

[data-page='admin'] .admin-details__subtitle {
  margin: 0;
  color: #767f93;
  font-size: 14px;
  max-width: 520px;
}

[data-page='admin'] .admin-details__head .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

[data-page='admin'] .admin-details__head .btn .icon {
  --icon-size: 16px;
}

[data-page='admin'] .admin-page__notice {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(1, 57, 255, 0.35);
  background: rgba(1, 57, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

[data-page='admin'] .admin-page__notice--error {
  border-color: rgba(255, 69, 58, 0.35);
  background: rgba(255, 69, 58, 0.1);
}

[data-page='admin'] .admin-table-wrap {
  overflow-x: auto;
}

[data-page='admin'] .admin-table {
  width: 100%;
  border-collapse: collapse;
}

[data-page='admin'] .admin-table th,
[data-page='admin'] .admin-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #111a2e;
  vertical-align: middle;
}

[data-page='admin'] .admin-table th {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

[data-page='admin'] .admin-table td {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

[data-page='admin'] .admin-table__row--banned {
  opacity: 0.72;
}

[data-page='admin'] .admin-table__email {
  display: block;
  font-size: 13px;
  color: #b8c0d4;
  word-break: break-all;
}

[data-page='admin'] .admin-table__email + .admin-status {
  margin-top: 6px;
}

[data-page='admin'] .admin-table tbody tr:last-child td {
  border-bottom: none;
}

[data-page='admin'] .admin-table__empty {
  padding: 28px 12px !important;
  text-align: center;
  color: #767f93 !important;
  font-weight: 500;
}

[data-page='admin'] .admin-table__balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

[data-page='admin'] .admin-table__balance-input {
  width: 96px;
  min-width: 80px;
}

[data-page='admin'] .admin-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

[data-page='admin'] .admin-table__actions .btn {
  white-space: nowrap;
}

[data-page='admin'] .admin-status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

[data-page='admin'] .admin-stat-card__value--online {
  color: #34d399;
}

[data-page='admin'] .admin-status--online {
  background: rgba(52, 211, 153, 0.12);
  color: #34d399;
}

[data-page='admin'] .admin-status--away {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
}

[data-page='admin'] .admin-status--offline {
  background: rgba(118, 127, 147, 0.12);
  color: #767f93;
}

[data-page='admin'] .admin-status--active {
  background: rgba(50, 215, 75, 0.12);
  color: #32d74b;
}

[data-page='admin'] .admin-status--banned {
  background: rgba(255, 69, 58, 0.12);
  color: #ff6b6b;
}

[data-page='admin'] .admin-status--pending {
  background: rgba(255, 193, 7, 0.12);
  color: #ffc107;
}

[data-page='admin'] .admin-btn--danger {
  border-color: rgba(255, 69, 58, 0.45);
  color: #ff8a84;
}

[data-page='admin'] .admin-btn--danger:hover:not(:disabled) {
  border-color: rgba(255, 69, 58, 0.7);
  background: rgba(255, 69, 58, 0.12);
  color: #ffb4af;
}

[data-page='admin'] .admin-btn--success {
  border-color: rgba(50, 215, 75, 0.45);
  color: #5ae878;
}

[data-page='admin'] .admin-btn--success:hover:not(:disabled) {
  border-color: rgba(50, 215, 75, 0.7);
  background: rgba(50, 215, 75, 0.12);
  color: #7ef59a;
}

[data-page='admin'] .admin-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

[data-page='admin'] .admin-tabs__btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #767f93;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

[data-page='admin'] .admin-tabs__btn--active {
  border-color: rgba(1, 57, 255, 0.45);
  background: rgba(1, 57, 255, 0.16);
  color: #fff;
}

[data-page='admin'] .admin-blog__head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-page='admin'] .admin-blog__slug {
  display: block;
  margin-top: 4px;
  color: #767f93;
  font-size: 12px;
}

[data-page='admin'] .admin-blog__editor {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(1, 57, 255, 0.25);
  background: rgba(1, 57, 255, 0.06);
}

[data-page='admin'] .admin-blog__editor-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

[data-page='admin'] .admin-blog__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

[data-page='admin'] .admin-blog__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

[data-page='admin'] .admin-blog__field span {
  color: #767f93;
  font-size: 13px;
  font-weight: 500;
}

[data-page='admin'] .admin-blog__field--full {
  grid-column: 1 / -1;
}

[data-page='admin'] .admin-blog__field--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: end;
}

[data-page='admin'] .admin-blog__content-input {
  min-height: 220px;
  resize: vertical;
}

[data-page='admin'] .admin-blog__editor-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.blog-page {
  padding: 48px 0 80px;
}

.blog-page--guest {
  max-width: 860px;
}

.blog-page__hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.blog-page__hero p {
  margin: 0 0 32px;
  color: #767f93;
  font-size: 16px;
  line-height: 1.6;
}

.blog-page__status,
.blog-page__error {
  margin: 0;
  font-size: 15px;
}

.blog-page__error {
  color: #ff8a8a;
}

.blog-page__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-card {
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid #091126;
  background: #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

.blog-card__date {
  display: block;
  margin-bottom: 10px;
  color: #767f93;
  font-size: 13px;
}

.blog-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.blog-card__title a {
  color: #fff;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #9ecbff;
}

.blog-card__excerpt {
  margin: 0 0 14px;
  color: #767f93;
  font-size: 15px;
  line-height: 1.6;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4d8bff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.blog-post__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #767f93;
  font-size: 14px;
  text-decoration: none;
}

.blog-post__back:hover {
  color: #fff;
}

.blog-post__date {
  display: block;
  margin-bottom: 12px;
  color: #767f93;
  font-size: 14px;
}

.blog-post__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.blog-post__excerpt {
  margin: 0 0 24px;
  color: #9aa5b8;
  font-size: 18px;
  line-height: 1.6;
}

.blog-post__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #d8dde8;
  font-size: 16px;
  line-height: 1.75;
}

.blog-post__content p {
  margin: 0;
}

@media (max-width: 768px) {
  [data-page='admin'] .admin-blog__form-grid {
    grid-template-columns: 1fr;
  }
}

/* Promo: /gratis100volgers (QR sticker actie) */
[data-page='promo-gratis100'].promo-page {
  padding: 48px 0 80px;
  display: flex;
  justify-content: center;
}

[data-page='promo-gratis100'] .promo-page__shell {
  width: 100%;
  max-width: 560px;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid #091126;
  background:
    radial-gradient(
      120% 80% at 50% 0%,
      rgba(1, 57, 255, 0.18) 0%,
      rgba(1, 57, 255, 0) 55%
    ),
    #040a18;
  box-shadow: 0 0 0 4px #070c1d;
}

[data-page='promo-gratis100'] .promo-page__badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(1, 57, 255, 0.15);
  color: #4d8bff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

[data-page='promo-gratis100'] .promo-page__hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}

[data-page='promo-gratis100'] .promo-page__hero h1 span {
  color: #4d8bff;
}

[data-page='promo-gratis100'] .promo-page__hero p {
  margin: 0 0 28px;
  color: #9aa5b8;
  font-size: 15px;
  line-height: 1.6;
}

[data-page='promo-gratis100'] .promo-page__label {
  margin: 0 0 10px;
  color: #767f93;
  font-size: 13px;
  font-weight: 600;
}

[data-page='promo-gratis100'] .promo-page__platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

[data-page='promo-gratis100'] .promo-page__platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 12px;
  border-radius: 16px;
  border: 1px solid #091126;
  background: #050c1b;
  cursor: pointer;
  transition:
    border-color 0.14s ease,
    box-shadow 0.14s ease;
}

[data-page='promo-gratis100'] .promo-page__platform input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[data-page='promo-gratis100'] .promo-page__platform i {
  font-size: 28px;
  color: #fff;
}

[data-page='promo-gratis100'] .promo-page__platform span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

[data-page='promo-gratis100'] .promo-page__platform.is-active {
  border-color: #0139ff;
  box-shadow: 0 0 0 3px rgba(1, 57, 255, 0.25);
}

[data-page='promo-gratis100'] .promo-page__form .form-group {
  margin-bottom: 16px;
}

[data-page='promo-gratis100'] .promo-page__submit {
  margin-top: 8px;
}

[data-page='promo-gratis100'] .promo-page__captcha {
  display: flex;
  justify-content: center;
  margin: 4px 0 12px;
}

[data-page='promo-gratis100'] .promo-page__error {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 107, 107, 0.12);
  color: #ff8a8a;
  font-size: 14px;
}

[data-page='promo-gratis100'] .promo-page__fineprint {
  margin: 16px 0 0;
  color: #767f93;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

[data-page='promo-gratis100'] .promo-page__checking {
  margin: 0;
  padding: 24px 0;
  color: #767f93;
  text-align: center;
}

[data-page='promo-gratis100'] .promo-page__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

[data-page='promo-gratis100'] .promo-page__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(50, 215, 75, 0.15);
  color: #32d74b;
}

[data-page='promo-gratis100'] .promo-page__success-icon .icon {
  width: 28px;
  height: 28px;
}

[data-page='promo-gratis100'] .promo-page__success h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

[data-page='promo-gratis100'] .promo-page__success p {
  margin: 0;
  color: #9aa5b8;
  line-height: 1.6;
}

[data-page='promo-gratis100'] .promo-page__order-id {
  color: #767f93;
  font-size: 14px;
}

[data-page='promo-gratis100'] .promo-page__order-id strong {
  color: #fff;
}
