label{font-weight:500;font-size:.75rem;line-height:1rem}.input-group{display:flex}.min-max{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-bg-opacity));font-weight:500;font-size:.75rem;line-height:1rem;display:inline-block;margin-top:.25rem}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:block;cursor:default;content:" ";background:0 0}.details-overlay-dark[open]>summary::before{z-index:40;background:rgba(0,0,0,.5)}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;vertical-align:middle;content:"";border-style:solid;border-width:4px 4px 0;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.dropdown-menu::after,.dropdown-menu::before{position:absolute;display:inline-block;content:""}.dropdown-menu::after{border:7px solid transparent;border-bottom-color:#e5e7eb}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{padding:4px 16px;overflow:visible;text-overflow:inherit}.dropdown-item{display:block;padding:4px 8px 4px 16px;overflow:hidden;color:var(--color-fg-default);text-overflow:ellipsis;white-space:nowrap}.dropdown-item:focus,.dropdown-item:hover{color:var(--color-fg-on-emphasis);text-decoration:none;background-color:var(--color-accent-emphasis);outline:0}.dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item:focus [class*=color-text-],.dropdown-item:hover [class*=color-text-]{color:inherit!important}.dropdown-item:focus>.Label,.dropdown-item:hover>.Label{color:inherit!important;border-color:currentColor}.dropdown-item.btn-link{width:100%;text-align:left}.dropdown-signout{width:100%;text-align:left;background:0 0;border:0}.dropdown-divider{display:block;height:0;margin:8px 0;border-top:1px solid var(--color-border-default)}.dropdown-header{padding:4px 16px;font-size:12px;color:var(--color-fg-muted)}.dropdown-item[aria-checked=false] .octicon-check{display:none}.dropdown-menu-w{top:0;right:100%;left:auto;width:auto;margin-top:0;margin-right:8px}.dropdown-menu-w::before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:var(--color-border-default)}.dropdown-menu-w::after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:var(--color-canvas-overlay)}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:8px}.dropdown-menu-e::before{top:10px;left:-16px;border-color:transparent;border-right-color:var(--color-border-default)}.dropdown-menu-e::after{top:11px;left:-14px;border-color:transparent;border-right-color:var(--color-canvas-overlay)}.dropdown-menu-ne{top:auto;bottom:100%;left:0;margin-bottom:3px}.dropdown-menu-ne::after,.dropdown-menu-ne::before{top:auto;right:auto}.dropdown-menu-ne::before{bottom:-8px;left:9px;border-top:8px solid var(--color-border-default);border-right:8px solid transparent;border-bottom:0;border-left:8px solid transparent}.dropdown-menu-ne::after{bottom:-7px;left:10px;border-top:7px solid var(--color-canvas-overlay);border-right:7px solid transparent;border-bottom:0;border-left:7px solid transparent}.dropdown-menu-s{right:50%;left:auto;transform:translateX(50%)}.dropdown-menu-s::before{top:-16px;right:50%;transform:translateX(50%)}.dropdown-menu-s::after{top:-14px;right:50%;transform:translateX(50%)}.dropdown-menu-sw{right:0;left:auto}.dropdown-menu-sw::before{top:-16px;right:9px;left:auto}.dropdown-menu-sw::after{top:-14px;right:10px;left:auto}.dropdown-menu-se::before{top:-16px;left:9px}.dropdown-menu-se::after{top:-14px;left:10px}.anim-fade-in{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:.3s}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:.15s;animation-timing-function:cubic-bezier(.2,0,.13,1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:.3}10%{opacity:1}100%{opacity:.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:.5s}@keyframes pulse-in{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.1,1.1,1.1)}100%{transform:scale3d(1,1,1)}}.anim-hover-grow,.hover-grow{transition:transform .3s;backface-visibility:hidden}.anim-hover-grow:hover,.hover-grow:hover{transform:scale(1.025)}.anim-rotate{animation:rotate-keyframes 1s linear infinite}@keyframes rotate-keyframes{100%{transform:rotate(360deg)}}
  
  
  .brand-company .row {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto auto 25px;
  }
  .brand-company .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2px;
    margin-bottom: 5px;
  }
  .brand-category {
    background-color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #f3f4f6;
  }
  .brand-category .icon {
    color: #4f46e5;
    margin-right: 8px;
    font-size: 20px;
  }
  .blog-btn {
	background-color: #4f46e5 !important;
	border-color: #4f46e5 !important;
}
  .alert {
    background-color: #3bfe1675;
    margin: 15px 0;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,25%);
    position: relative;
  }
  .alert .close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #000;
    color: #fff;
    line-height: 25px;
    border-radius: 100px;
  }
  .alert .close span {
    line-height: 1;
    font-size: 14px;
  }
  .dark .brand-category {
	background-color: #1f2937;
	border-color: #343e4c;
}
  .dark .brand-category .icon i {
	color: #fff;
}
  
.update-content-wrap {
  background-color: #f3f4f6;
  padding: 15px;
}
.id-boxi {
  background-color: #4f46e5;
  width: max-content;
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 2px;
}
.update-content-wrap .update {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 8px auto;
  display: block;
}
.update-ser-name {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}
.update-date {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-align: right;
}
  
  
  @media (max-width:550px) {
    .brand-company .row {
      width: 100%;
      margin: auto auto 10px;
    }
    .brand-company .row .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .brand-category {
      padding: 5px;
      font-size: 14px;
    }
    .brand-category .icon {
      font-size: 16px;
      margin-right: 4px;
    }
    .ftr-nav {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .sample_links_top_outer {text-align: right;}

  .sample_links 
 a.sample_links_top {
    background: #4f46e5;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
}
        
        .title_form {
    margin-bottom: 18px;
    font-size: 33px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
}
  .sample_links .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px;
}

.sample_links {
    background-color: #d7f2fd;
    padding: 10px;
  	color:#333;
}

.sample_links ul {list-style: none;padding-left: 35px;}

.sample_links h1 {
    margin: 0 0 10px 0px;
    font-size: 22px;
    font-weight: 600;
}

.sample_links ul li 
{
    font-size: 15px;
    margin: 7px 0px;
    position: relative;
}

.sample_links ul li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f192";
    position: absolute;
    left: -4%;
}

.sample_links_top_outer {
    text-align: right;
}

.sample_links_top_outer a.sample_links_top {
    background-color: #4f46e5;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    text-decoration: none;
}

.checkout_form input {
    font-size: 18px;
    height: 40px;
    border-radius: 10px;
    padding: 25px 10px;
}

.sample_links {
    display: none;
}
.form-group {
    margin-bottom: 15px;
}
.sample_links.show {
    display: block !important;
}  
#servicefilter {
	color: #fff;
	text-align: left;
	padding-left: 38px;
	font-size: 20px;
	position: relative;
  margin-bottom:10px;
  min-width:auto;
      background: #6366f1;
    padding: 10px 30px;
  border-radius:5px;
}
#servicefilter i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
  .dropdown-menu {
	width: auto;
	background-color: #eee;
	padding: 0;
	border: 0;
  max-height:400px;
  overflow:auto;
}
  .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    color: #333;
    text-align: left;
    text-decoration: none !important;
 cursor:pointer;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:focus-visible {
	background-color: #333;
  color:#fff;
}  
  .fa-usd-circle{font-size:20px;}
  .fa-earth-asia{font-size:19px;}
  .dark .fa-earth-asia{color:#fff;}
  .select2-results__option{color:#333;}
  .tooltipped i{padding-right:4px;}
  .dark .select2-container--default .select2-selection--single{background-color: #374151; border: solid 1px rgb(75 85 99 / 0.5); height:40px;}
  .select2-container--default .select2-selection--single {height:40px;}
  .dark .select2-container--default .select2-selection--single .select2-selection__rendered {color:#fff; line-height:38px;}
  .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px;}
  .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px;}
  .select2-container--default .select2-search--dropdown .select2-search__field{color:#333;}
  .dark .select2-results__option{background-color:rgb(17 24 39 / var(--tw-bg-opacity)); color:#fff;}
  .dark .select2-container--default .select2-results__option[aria-selected=true]{background-color:#1f2937;}
  .dark .select2-search--dropdown {background-color: rgb(17 24 39 / var(--tw-bg-opacity)); color: #fff;}
  .dark .select2-container--default .select2-search--dropdown .select2-search__field {background-color: rgb(17 24 39 / var(--tw-bg-opacity)); color: #fff;border-color: rgb(75 85 99 / 0.5);}
/* =========================================================
   S2E NEW ORDER MARKETPLACE
   Scoped styles for neworder_marketplace.twig only
   ========================================================= */

.s2e-marketplace,
.s2e-checkout-layout {
  --s2e-primary: #4f46e5;
  --s2e-primary-dark: #4338ca;
  --s2e-primary-soft: #eef2ff;
  --s2e-border: #e5e7eb;
  --s2e-text: #111827;
  --s2e-muted: #6b7280;
  --s2e-muted-2: #9ca3af;
  --s2e-card: #ffffff;
  --s2e-soft: #f8fafc;
  --s2e-success: #16a34a;
  --s2e-warning: #f59e0b;
  --s2e-danger: #dc2626;
  --s2e-shadow-sm: 0 3px 12px rgba(15, 23, 42, .05);
  --s2e-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  --s2e-shadow-lg: 0 18px 45px rgba(15, 23, 42, .12);
}

.dark .s2e-marketplace,
.dark .s2e-checkout-layout {
  --s2e-border: rgba(107, 114, 128, .36);
  --s2e-text: #f9fafb;
  --s2e-muted: #9ca3af;
  --s2e-muted-2: #6b7280;
  --s2e-card: #1f2937;
  --s2e-soft: #111827;
  --s2e-primary-soft: rgba(99, 102, 241, .14);
  --s2e-shadow-sm: 0 4px 14px rgba(0, 0, 0, .14);
  --s2e-shadow: 0 12px 34px rgba(0, 0, 0, .22);
  --s2e-shadow-lg: 0 20px 48px rgba(0, 0, 0, .30);
}

.s2e-marketplace *,
.s2e-checkout-layout * {
  box-sizing: border-box;
}

.s2e-marketplace {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
}

.s2e-marketplace .is-hidden,
.s2e-checkout-layout .is-hidden {
  display: none !important;
}

/* Hero */
.s2e-marketplace-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid var(--s2e-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 15% 0%, rgba(79, 70, 229, .13), transparent 35%),
    var(--s2e-card);
  box-shadow: var(--s2e-shadow-sm);
}

.s2e-marketplace-kicker,
.s2e-step-label,
.s2e-summary-eyebrow,
.s2e-mini-label {
  display: inline-block;
  color: var(--s2e-primary);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.s2e-marketplace-title,
.s2e-marketplace-hero h1 {
  margin: 5px 0 0;
  color: var(--s2e-text);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.025em;
}

.s2e-marketplace-hero p {
  max-width: 650px;
  margin: 9px 0 0;
  color: var(--s2e-muted);
  font-size: 14px;
  line-height: 1.55;
}

.s2e-marketplace-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  padding-top: 4px;
}

.s2e-marketplace-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--s2e-border);
  border-radius: 999px;
  background: var(--s2e-card);
  color: var(--s2e-muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.s2e-marketplace-trust i { color: var(--s2e-primary); }

/* Progress */
.s2e-order-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.s2e-progress-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 12px;
  background: var(--s2e-card);
  color: var(--s2e-muted);
  text-align: left;
  cursor: default;
}

.s2e-progress-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--s2e-soft);
  color: var(--s2e-muted);
  font-size: 11px;
  font-weight: 800;
}

.s2e-progress-step strong {
  font-size: 11px;
  font-weight: 750;
}

.s2e-progress-step.is-active,
.s2e-progress-step.is-complete {
  border-color: #c7d2fe;
  background: var(--s2e-primary-soft);
  color: var(--s2e-primary);
}

.s2e-progress-step.is-active > span,
.s2e-progress-step.is-complete > span {
  background: var(--s2e-primary);
  color: #fff;
}

.s2e-progress-step[disabled] { opacity: .68; }

/* Sections */
.s2e-market-section {
  padding: 22px;
  border: 1px solid var(--s2e-border);
  border-radius: 18px;
  background: var(--s2e-card);
  box-shadow: var(--s2e-shadow-sm);
}

.s2e-market-section + .s2e-market-section { margin-top: 16px; }

.s2e-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.s2e-section-heading h2,
.s2e-configurator-head h2,
.s2e-summary-head h2 {
  margin: 4px 0 0;
  color: var(--s2e-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.s2e-section-heading p,
.s2e-configurator-head p {
  margin: 4px 0 0;
  color: var(--s2e-muted);
  font-size: 12px;
  line-height: 1.45;
}

.s2e-change-selection,
.s2e-change-service {
  border: 0;
  background: transparent;
  color: var(--s2e-primary);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.s2e-change-selection:hover,
.s2e-change-service:hover { text-decoration: underline; }

/* Platforms */
.s2e-platform-primary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.s2e-marketplace .brand-category.s2e-platform-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 116px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--s2e-border);
  border-radius: 16px;
  background: var(--s2e-card);
  color: var(--s2e-text);
  text-align: left;
  box-shadow: var(--s2e-shadow-sm);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.s2e-marketplace .brand-category.s2e-platform-card.is-featured {
  border-color: #c7d2fe;
  background: linear-gradient(135deg, rgba(79, 70, 229, .075), var(--s2e-card) 68%);
}

.s2e-marketplace .brand-category.s2e-platform-card:hover,
.s2e-marketplace .brand-category.s2e-platform-card:focus-visible {
  transform: translateY(-3px);
  border-color: #818cf8;
  box-shadow: var(--s2e-shadow-lg);
  outline: none;
}

.s2e-marketplace .brand-category.s2e-platform-card.is-active,
.s2e-marketplace .brand-category.s2e-platform-card[aria-pressed="true"] {
  border-color: var(--s2e-primary);
  background: linear-gradient(135deg, rgba(79, 70, 229, .13), var(--s2e-card) 72%);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .10), var(--s2e-shadow);
}

.s2e-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--s2e-soft);
  font-size: 25px;
}

.s2e-instagram { color: #c13584; background: rgba(193, 53, 132, .09); }
.s2e-tiktok { color: #111827; background: rgba(17, 24, 39, .07); }
.s2e-youtube { color: #ff0000; background: rgba(255, 0, 0, .07); }
.s2e-facebook { color: #1877f2; background: rgba(24, 119, 242, .08); }
.dark .s2e-tiktok { color: #fff; background: rgba(255, 255, 255, .08); }

.s2e-platform-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.s2e-platform-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.s2e-platform-title-row strong {
  color: var(--s2e-text);
  font-size: 16px;
  font-weight: 800;
}

.s2e-platform-copy small {
  margin-top: 4px;
  color: var(--s2e-muted);
  font-size: 11px;
  line-height: 1.45;
}

.s2e-platform-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--s2e-primary);
  font-size: 10.5px;
  font-weight: 750;
}

.s2e-platform-card:hover .s2e-platform-cta i { transform: translateX(2px); }
.s2e-platform-cta i { transition: transform .16s ease; }

.s2e-sale-badge,
.s2e-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.s2e-sale-badge.is-hot { background: #fff7ed; color: #c2410c; }

.s2e-platform-more,
.s2e-platform-other { margin-top: 18px; }

.s2e-mini-label { margin-bottom: 9px; color: var(--s2e-muted); }

.s2e-platform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.s2e-marketplace .brand-category.s2e-platform-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 999px;
  background: var(--s2e-card);
  color: var(--s2e-text);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

.s2e-marketplace .brand-category.s2e-platform-chip:hover,
.s2e-marketplace .brand-category.s2e-platform-chip.is-active,
.s2e-marketplace .brand-category.s2e-platform-chip[aria-pressed="true"] {
  transform: translateY(-1px);
  border-color: #a5b4fc;
  background: var(--s2e-primary-soft);
  color: var(--s2e-primary);
}

.s2e-platform-chip[data-id="spotify"] i { color: #1db954; }
.s2e-platform-chip[data-id="linkedin"] i { color: #0a66c2; }
.s2e-platform-chip[data-id="telegram"] i { color: #229ed9; }
.s2e-platform-chip[data-id="soundcloud"] i { color: #ff5500; }

.s2e-other-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.s2e-marketplace .brand-category.s2e-other-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 13px;
  background: var(--s2e-soft);
  color: var(--s2e-text);
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.s2e-marketplace .brand-category.s2e-other-card:hover,
.s2e-marketplace .brand-category.s2e-other-card.is-active,
.s2e-marketplace .brand-category.s2e-other-card[aria-pressed="true"] {
  transform: translateY(-1px);
  border-color: #a5b4fc;
  background: var(--s2e-card);
}

.s2e-other-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--s2e-primary-soft);
  color: var(--s2e-primary);
}

.s2e-other-card > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.s2e-other-card strong { font-size: 11px; font-weight: 800; }
.s2e-other-card small { margin-top: 2px; color: var(--s2e-muted); font-size: 9.5px; line-height: 1.35; }
.s2e-other-card > i:last-child { color: var(--s2e-muted-2); font-size: 9px; }

/* Categories */
.s2e-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.s2e-category-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 13px;
  background: var(--s2e-card);
  color: var(--s2e-text);
  text-align: left;
  cursor: pointer;
  box-shadow: var(--s2e-shadow-sm);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.s2e-category-card:hover,
.s2e-category-card.is-active,
.s2e-category-card.is-selected,
.s2e-category-card[aria-pressed="true"] {
  transform: translateY(-2px);
  border-color: #818cf8;
  background: var(--s2e-primary-soft);
  box-shadow: var(--s2e-shadow);
}

.s2e-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--s2e-soft);
  color: var(--s2e-primary);
  font-size: 14px;
}

.s2e-category-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.s2e-category-copy strong {
  overflow: hidden;
  color: var(--s2e-text);
  font-size: 11.5px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2e-category-copy small,
.s2e-service-count {
  margin-top: 3px;
  color: var(--s2e-muted);
  font-size: 9.5px;
}

.s2e-category-arrow {
  margin-left: auto;
  color: var(--s2e-muted-2);
  font-size: 9px;
}

/* Service toolbar */
.s2e-service-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.s2e-result-count {
  color: var(--s2e-muted);
  font-size: 11px;
  font-weight: 700;
}

.s2e-service-search {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 320px;
}

.s2e-service-search i {
  position: absolute;
  left: 12px;
  color: var(--s2e-muted-2);
  font-size: 11px;
  pointer-events: none;
}

.s2e-service-search-input {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px 8px 32px;
  border: 1px solid var(--s2e-border);
  border-radius: 10px;
  background: var(--s2e-soft);
  color: var(--s2e-text);
  font-size: 11px;
  outline: none;
}

.s2e-service-search-input:focus {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .10);
}

/* Product cards */
.s2e-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.s2e-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 210px;
  flex-direction: column;
  padding: 15px;
  border: 1px solid var(--s2e-border);
  border-radius: 15px;
  background: var(--s2e-card);
  box-shadow: var(--s2e-shadow-sm);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.s2e-product-card:hover {
  transform: translateY(-3px);
  border-color: #a5b4fc;
  box-shadow: var(--s2e-shadow-lg);
}

.s2e-product-card.is-active,
.s2e-product-card.is-selected {
  border-color: var(--s2e-primary);
  background: linear-gradient(145deg, rgba(79, 70, 229, .06), var(--s2e-card) 55%);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .10), var(--s2e-shadow);
}

.s2e-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.s2e-product-id {
  color: var(--s2e-muted-2);
  font-size: 9px;
  font-weight: 750;
}

.s2e-product-card h3,
.s2e-product-card strong.s2e-product-title {
  margin: 5px 0 0;
  color: var(--s2e-text);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.s2e-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

.s2e-product-badge.is-price,
.s2e-product-badge.is-value { background: #ecfdf5; color: #047857; }
.s2e-product-badge.is-premium { background: #fff7ed; color: #c2410c; }
.s2e-product-badge.is-refill { background: #eff6ff; color: #1d4ed8; }
.s2e-product-badge.is-fast { background: #fefce8; color: #a16207; }
.s2e-product-badge.is-recommended { background: #f5f3ff; color: #6d28d9; }

.s2e-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.s2e-product-meta > span,
.s2e-product-meta > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 7px 8px;
  border-radius: 8px;
  background: var(--s2e-soft);
  color: var(--s2e-muted);
  font-size: 9px;
  line-height: 1.3;
}

.s2e-product-meta strong {
  margin-top: 2px;
  overflow: hidden;
  color: var(--s2e-text);
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2e-product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.s2e-product-price {
  display: flex;
  flex-direction: column;
  color: var(--s2e-muted);
  font-size: 9px;
}

.s2e-product-price strong {
  margin-top: 2px;
  color: var(--s2e-text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
}

.s2e-select-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: var(--s2e-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(79, 70, 229, .18);
  transition: transform .15s ease, background .15s ease;
}

.s2e-select-service:hover { transform: translateY(-1px); background: var(--s2e-primary-dark); }
.s2e-product-card.is-selected .s2e-select-service { background: var(--s2e-success); }

.s2e-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border: 1px dashed var(--s2e-border);
  border-radius: 14px;
  background: var(--s2e-soft);
  color: var(--s2e-muted);
  text-align: center;
}

.s2e-empty-state i { margin-bottom: 5px; color: var(--s2e-primary); font-size: 20px; }
.s2e-empty-state strong { color: var(--s2e-text); font-size: 12px; }
.s2e-empty-state span { font-size: 10px; }

/* Checkout layout */
.s2e-checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, .78fr);
  align-items: start;
  gap: 18px;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.s2e-checkout-layout > * { margin-top: 0 !important; }

.s2e-checkout-main,
.s2e-order-sidebar {
  min-width: 0;
  overflow: hidden;
  border-radius: 16px !important;
  box-shadow: var(--s2e-shadow-sm);
}

.s2e-checkout-body { padding: 20px !important; }

.s2e-configurator-head {
  margin: 2px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--s2e-border);
}

.s2e-selected-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 11px 12px;
  border: 1px solid #c7d2fe;
  border-radius: 11px;
  background: var(--s2e-primary-soft);
}

.s2e-selected-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--s2e-primary);
  color: #fff;
}

.s2e-selected-product-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.s2e-selected-product-copy small { color: var(--s2e-muted); font-size: 9px; }
.s2e-selected-product-copy strong { margin-top: 2px; color: var(--s2e-text); font-size: 11px; font-weight: 800; }
.s2e-selected-product-copy span { margin-top: 2px; color: var(--s2e-muted); font-size: 9.5px; }

.s2e-checkout-layout .form-group { margin-bottom: 16px; }
.s2e-checkout-layout .control-label { margin-bottom: 6px; color: var(--s2e-text); font-size: 11px; font-weight: 750; }

.s2e-checkout-layout .form-control {
  min-height: 44px;
  border-radius: 10px !important;
}

.s2e-checkout-layout .form-control:focus {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .10) !important;
}

.s2e-charge-field {
  padding: 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 11px;
  background: var(--s2e-soft);
}

.s2e-charge-field #charge { font-size: 15px; font-weight: 850; }

.s2e-checkout-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0 !important;
}

.s2e-checkout-actions > * { margin-left: 0 !important; }

.s2e-checkout-layout .sa_btn {
  min-height: 45px;
  border-radius: 10px !important;
}

.s2e-order-submit { box-shadow: 0 7px 18px rgba(79, 70, 229, .18); }

/* Sidebar + summary */
.s2e-order-sidebar {
  position: sticky;
  top: 18px;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
}

.s2e-summary-card,
.s2e-service-detail-card {
  overflow: hidden;
  border: 1px solid var(--s2e-border);
  border-radius: 15px;
  background: var(--s2e-card);
  box-shadow: var(--s2e-shadow-sm);
}

.s2e-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  border-bottom: 1px solid var(--s2e-border);
  background: linear-gradient(135deg, rgba(79, 70, 229, .06), transparent);
}

.s2e-summary-head h2 { font-size: 15px; }

.s2e-summary-secure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--s2e-primary-soft);
  color: var(--s2e-primary);
}

.s2e-summary-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
  color: var(--s2e-muted);
  text-align: center;
}

.s2e-summary-empty i { margin-bottom: 5px; color: var(--s2e-primary); font-size: 22px; }
.s2e-summary-empty strong { color: var(--s2e-text); font-size: 12px; }
.s2e-summary-empty span { font-size: 10px; }

.s2e-summary-content { padding: 15px; }

.s2e-summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--s2e-border);
}

.s2e-summary-row > span,
.s2e-summary-service small { color: var(--s2e-muted); font-size: 9.5px; }
.s2e-summary-row > strong { color: var(--s2e-text); font-size: 10.5px; font-weight: 800; text-align: right; }

.s2e-summary-service {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 0;
  border-bottom: 1px solid var(--s2e-border);
}

.s2e-summary-service strong { color: var(--s2e-text); font-size: 11px; line-height: 1.4; font-weight: 800; }

.s2e-summary-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 0 12px;
}

.s2e-summary-total span { color: var(--s2e-muted); font-size: 11px; font-weight: 700; }
.s2e-summary-total strong { color: var(--s2e-text); font-size: 24px; line-height: 1; font-weight: 900; letter-spacing: -.02em; }

.s2e-summary-order-button {
  width: 100%;
  min-height: 45px;
  border: 0;
  border-radius: 10px;
  background: var(--s2e-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(79, 70, 229, .20);
}

.s2e-summary-order-button:hover { background: var(--s2e-primary-dark); }

.s2e-summary-benefits {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 13px;
  color: var(--s2e-muted);
  font-size: 9.5px;
}

.s2e-summary-benefits i { margin-right: 5px; color: var(--s2e-success); }

.s2e-service-detail-card { margin-top: 10px; }

.s2e-detail-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 43px;
  padding: 10px 13px;
  border: 0;
  background: var(--s2e-card);
  color: var(--s2e-text);
  font-size: 10.5px;
  font-weight: 800;
  cursor: pointer;
}

.s2e-detail-toggle i { color: var(--s2e-muted); transition: transform .16s ease; }
.s2e-detail-toggle[aria-expanded="false"] i { transform: rotate(-90deg); }

.s2e-detail-content {
  border-top: 1px solid var(--s2e-border);
  color: var(--s2e-text);
}

.s2e-detail-content [x-selector="service-description-text"] { padding: 12px !important; line-height: 1.6; }

/* Terms */
.s2e-checkout-layout .terms {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--s2e-border);
  border-radius: 10px;
  background: var(--s2e-soft);
  font-weight: 400;
}

.s2e-checkout-layout .terms input { flex: 0 0 auto; margin-top: 3px; }

/* Native fallback rows */
.s2e-native-select-row { position: relative; }

/* Tablet */
@media (max-width: 991px) {
  .s2e-marketplace,
  .s2e-checkout-layout {
    width: 100%;
    max-width: none !important;
  }

  .s2e-checkout-layout { grid-template-columns: 1fr; }
  .s2e-order-sidebar { position: static; }
  .s2e-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s2e-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s2e-other-grid .s2e-other-card:last-child { grid-column: span 2; }
}

/* Mobile */
@media (max-width: 640px) {
  .s2e-marketplace { margin-bottom: 18px; }

  .s2e-marketplace-hero {
    display: block;
    padding: 17px;
    border-radius: 15px;
  }

  .s2e-marketplace-title,
  .s2e-marketplace-hero h1 { font-size: 26px; }
  .s2e-marketplace-hero p { font-size: 12px; }
  .s2e-marketplace-trust { justify-content: flex-start; margin-top: 12px; }

  .s2e-order-progress {
    grid-template-columns: repeat(4, minmax(56px, 1fr));
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .s2e-progress-step {
    min-height: 43px;
    gap: 5px;
    padding: 7px;
    border-radius: 10px;
  }

  .s2e-progress-step > span { flex-basis: 22px; width: 22px; height: 22px; }
  .s2e-progress-step strong { font-size: 9px; }

  .s2e-market-section { padding: 15px; border-radius: 14px; }
  .s2e-section-heading { margin-bottom: 12px; }
  .s2e-section-heading h2,
  .s2e-configurator-head h2 { font-size: 17px; }

  .s2e-platform-primary-grid,
  .s2e-category-grid,
  .s2e-service-grid,
  .s2e-other-grid { grid-template-columns: 1fr; }

  .s2e-other-grid .s2e-other-card:last-child { grid-column: auto; }

  .s2e-marketplace .brand-category.s2e-platform-card {
    min-height: 88px;
    padding: 12px;
    border-radius: 13px;
  }

  .s2e-platform-icon { flex-basis: 44px; width: 44px; height: 44px; border-radius: 12px; font-size: 20px; }
  .s2e-platform-title-row strong { font-size: 14px; }
  .s2e-platform-cta { margin-top: 7px; }

  .s2e-platform-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s2e-marketplace .brand-category.s2e-platform-chip { width: 100%; }

  .s2e-service-toolbar { align-items: stretch; flex-direction: column; }
  .s2e-service-search { flex: 1 1 auto; width: 100%; }

  .s2e-product-card { min-height: 190px; padding: 13px; }

  .s2e-checkout-body { padding: 14px !important; }
  .s2e-checkout-actions { grid-template-columns: 1fr; }
  .s2e-summary-total strong { font-size: 21px; }
}

/* Small mobile */
@media (max-width: 380px) {
  .s2e-platform-chips { grid-template-columns: 1fr; }
  .s2e-product-meta { grid-template-columns: 1fr; }
  .s2e-marketplace-trust span { width: 100%; justify-content: center; }
}


/* =========================================================
   S2E GREEDY DARK MARKETPLACE
   High-contrast marketplace skin based on the supplied visual
   Scoped to neworder marketplace / checkout only
   ========================================================= */

.s2e-marketplace,
.s2e-checkout-layout {
  --s2e-bg: #0a0a0d;
  --s2e-card: #111219;
  --s2e-soft: #171923;
  --s2e-surface-strong: #1a0f2e;

  --s2e-text: #f8fafc;
  --s2e-muted: #cbd5e1;
  --s2e-muted-2: #aeb8c7;

  --s2e-border: #343747;
  --s2e-border-strong: #6d4aff;

  --s2e-primary: #6a38ff;
  --s2e-primary-dark: #5426d9;
  --s2e-primary-soft: #1a0f2e;
  --s2e-primary-text: #d8b4fe;

  --s2e-success: #15803d;
  --s2e-warning: #b45309;
  --s2e-danger: #be123c;

  --s2e-shadow-sm: 0 6px 18px rgba(0, 0, 0, .28);
  --s2e-shadow: 0 14px 36px rgba(0, 0, 0, .34);
  --s2e-shadow-lg: 0 22px 54px rgba(0, 0, 0, .42);

  color: var(--s2e-text);
}

/* Force the marketplace dark skin in both theme modes so contrast
   does not change when the global panel mode changes. */
.dark .s2e-marketplace,
.dark .s2e-checkout-layout {
  --s2e-bg: #0a0a0d;
  --s2e-card: #111219;
  --s2e-soft: #171923;
  --s2e-surface-strong: #1a0f2e;

  --s2e-text: #f8fafc;
  --s2e-muted: #cbd5e1;
  --s2e-muted-2: #aeb8c7;

  --s2e-border: #343747;
  --s2e-border-strong: #6d4aff;

  --s2e-primary: #6a38ff;
  --s2e-primary-dark: #5426d9;
  --s2e-primary-soft: #1a0f2e;
  --s2e-primary-text: #d8b4fe;
}

/* Main surfaces */
.s2e-marketplace-hero,
.s2e-market-section,
.s2e-progress-step,
.s2e-marketplace .brand-category.s2e-platform-card,
.s2e-marketplace .brand-category.s2e-platform-chip,
.s2e-category-card,
.s2e-product-card,
.s2e-checkout-card,
.s2e-summary-card,
.s2e-service-detail-card,
.s2e-selected-product,
.s2e-native-select-row {
  background: var(--s2e-card);
  border-color: var(--s2e-border);
  color: var(--s2e-text);
}

.s2e-marketplace-hero {
  background:
    radial-gradient(circle at 14% 0%, rgba(106, 56, 255, .24), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(217, 70, 239, .12), transparent 24%),
    #0a0a0d;
  border-color: #3c3157;
  box-shadow: var(--s2e-shadow);
}

.s2e-market-section,
.s2e-checkout-card,
.s2e-summary-card,
.s2e-service-detail-card {
  box-shadow: var(--s2e-shadow-sm);
}

/* Typography */
.s2e-marketplace-title,
.s2e-marketplace-hero h1,
.s2e-section-heading h2,
.s2e-configurator-head h2,
.s2e-summary-head h2,
.s2e-platform-title-row strong,
.s2e-category-copy strong,
.s2e-product-title,
.s2e-selected-product-copy strong,
.s2e-summary-service strong,
.s2e-summary-total strong {
  color: var(--s2e-text);
}

.s2e-marketplace-hero p,
.s2e-section-heading p,
.s2e-configurator-head p,
.s2e-platform-copy small,
.s2e-category-copy small,
.s2e-other-card small,
.s2e-result-count,
.s2e-service-count,
.s2e-product-description,
.s2e-product-meta,
.s2e-summary-row > span,
.s2e-summary-service small,
.s2e-summary-benefits,
.s2e-selected-product-copy small,
.s2e-selected-product-copy span,
.s2e-summary-empty {
  color: var(--s2e-muted);
}

.s2e-marketplace-kicker,
.s2e-step-label,
.s2e-summary-eyebrow,
.s2e-mini-label,
.s2e-change-selection,
.s2e-change-service,
.s2e-platform-cta {
  color: var(--s2e-primary-text);
}

/* Trust chips */
.s2e-marketplace-trust span {
  background: #15151d;
  border-color: #3b3d4b;
  color: #e2e8f0;
}

.s2e-marketplace-trust i {
  color: #c4b5fd;
}

/* Progress */
.s2e-progress-step {
  color: #cbd5e1;
}

.s2e-progress-step > span {
  background: #232532;
  color: #e2e8f0;
}

.s2e-progress-step.is-active,
.s2e-progress-step.is-complete {
  border-color: #7c5cff;
  background: #1a0f2e;
  color: #e9d5ff;
}

.s2e-progress-step.is-active > span,
.s2e-progress-step.is-complete > span {
  background: #6a38ff;
  color: #ffffff;
}

/* Platform cards */
.s2e-marketplace .brand-category.s2e-platform-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, 0)),
    #111219;
}

.s2e-marketplace .brand-category.s2e-platform-card.is-featured {
  border-color: #6346a8;
  background:
    radial-gradient(circle at 0 0, rgba(106, 56, 255, .19), transparent 42%),
    #111219;
}

.s2e-marketplace .brand-category.s2e-platform-card:hover,
.s2e-marketplace .brand-category.s2e-platform-card:focus-visible,
.s2e-marketplace .brand-category.s2e-platform-card.is-active,
.s2e-marketplace .brand-category.s2e-platform-card[aria-pressed="true"] {
  border-color: #8b6dff;
  background:
    radial-gradient(circle at 0 0, rgba(106, 56, 255, .26), transparent 48%),
    #14141d;
  box-shadow:
    0 0 0 2px rgba(139, 109, 255, .20),
    0 18px 42px rgba(0, 0, 0, .40);
}

.s2e-platform-icon {
  border: 1px solid #3b3d4b;
  background: #181923;
}

/* Brand icons use bright colors on dark containers. */
.s2e-instagram {
  color: #ff5ac8;
  background: #261325;
}
.s2e-tiktok {
  color: #ffffff;
  background: #151820;
}
.s2e-youtube {
  color: #ff4d5f;
  background: #251116;
}
.s2e-facebook {
  color: #72a7ff;
  background: #101c34;
}

.s2e-platform-cta {
  font-weight: 800;
}

/* Smaller platform controls */
.s2e-marketplace .brand-category.s2e-platform-chip,
.s2e-marketplace .brand-category.s2e-other-card {
  background: #15151d;
  border-color: #3b3d4b;
  color: #f8fafc;
}

.s2e-marketplace .brand-category.s2e-platform-chip:hover,
.s2e-marketplace .brand-category.s2e-platform-chip.is-active,
.s2e-marketplace .brand-category.s2e-platform-chip[aria-pressed="true"],
.s2e-marketplace .brand-category.s2e-other-card:hover,
.s2e-marketplace .brand-category.s2e-other-card.is-active,
.s2e-marketplace .brand-category.s2e-other-card[aria-pressed="true"] {
  border-color: #8064ff;
  background: #1a0f2e;
  color: #f8fafc;
}

.s2e-other-icon,
.s2e-category-icon {
  background: #22153e;
  border: 1px solid #513887;
  color: #d8b4fe;
}

.s2e-other-card > i:last-child,
.s2e-category-arrow,
.s2e-detail-toggle i {
  color: #cbd5e1;
}

/* Category cards */
.s2e-category-card {
  background: #111219;
}

.s2e-category-card:hover,
.s2e-category-card.is-active,
.s2e-category-card.is-selected,
.s2e-category-card[aria-pressed="true"] {
  border-color: #8064ff;
  background: #1a0f2e;
  box-shadow:
    0 0 0 2px rgba(128, 100, 255, .16),
    var(--s2e-shadow);
}

/* Service / product cards */
.s2e-product-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.018), transparent),
    #111219;
  border-color: #343747;
  color: #f8fafc;
}

.s2e-product-card:hover,
.s2e-product-card:focus-visible {
  border-color: #7557e8;
  box-shadow: var(--s2e-shadow-lg);
}

.s2e-product-card.is-selected {
  border-color: #8b6dff;
  background:
    radial-gradient(circle at 100% 0, rgba(106, 56, 255, .20), transparent 40%),
    #14141d;
  box-shadow:
    0 0 0 2px rgba(139, 109, 255, .18),
    var(--s2e-shadow);
}

.s2e-product-price,
.s2e-product-rate,
.s2e-summary-total strong {
  color: #ffffff;
}

.s2e-product-price small,
.s2e-product-rate small {
  color: #cbd5e1;
}

/* Product badges */
.s2e-sale-badge,
.s2e-product-badge {
  border: 1px solid #7457b7;
  background: #24153f;
  color: #e9d5ff;
}

.s2e-sale-badge.is-hot {
  border-color: #a75673;
  background: #321522;
  color: #fecdd3;
}

/* Controls */
.s2e-service-search input,
.s2e-checkout-layout .form-control,
.s2e-native-select-row select {
  background: #171923 !important;
  border-color: #4b4e60 !important;
  color: #f8fafc !important;
}

.s2e-service-search input::placeholder,
.s2e-checkout-layout .form-control::placeholder {
  color: #aeb8c7 !important;
  opacity: 1;
}

.s2e-service-search input:focus,
.s2e-checkout-layout .form-control:focus,
.s2e-native-select-row select:focus {
  border-color: #8b6dff !important;
  box-shadow: 0 0 0 3px rgba(139, 109, 255, .25) !important;
  outline: 0;
}

/* Buttons: white on #6a38ff = > 5.7:1 */
.s2e-summary-order-button,
.s2e-select-service,
.s2e-checkout-layout .sa_btn_primary {
  background: #6a38ff;
  border-color: #6a38ff;
  color: #ffffff;
}

.s2e-summary-order-button:hover,
.s2e-summary-order-button:focus-visible,
.s2e-select-service:hover,
.s2e-select-service:focus-visible,
.s2e-checkout-layout .sa_btn_primary:hover,
.s2e-checkout-layout .sa_btn_primary:focus-visible {
  background: #5426d9;
  border-color: #5426d9;
  color: #ffffff;
}

.s2e-product-card.is-selected .s2e-select-service {
  background: #6a38ff;
  color: #ffffff;
}

.s2e-checkout-layout .sa_btn_secondary {
  background: #1d1f29;
  border: 1px solid #5a5d70;
  color: #f8fafc;
}

.s2e-checkout-layout .sa_btn_secondary:hover,
.s2e-checkout-layout .sa_btn_secondary:focus-visible {
  background: #2a2d3a;
  border-color: #8b6dff;
  color: #ffffff;
}

/* Details / summary */
.s2e-summary-card,
.s2e-service-detail-card,
.s2e-selected-product {
  background: #111219;
}

.s2e-summary-row,
.s2e-summary-service,
.s2e-summary-total,
.s2e-summary-benefits li,
.s2e-service-detail-card [x-selector="service-description-extra"] > div {
  border-color: #343747;
}

.s2e-summary-benefits i,
.s2e-summary-secure {
  color: #c4b5fd;
}

.s2e-summary-secure {
  background: #22153e;
  border-color: #513887;
}

/* Terms */
.s2e-checkout-layout .terms {
  background: #15151d;
  border-color: #3b3d4b;
  color: #f8fafc;
}

.s2e-checkout-layout .terms a {
  color: #d8b4fe;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Service metadata: neutral, not error red. */
#order-form span[style*="color: rgb(255, 0, 0)"],
#order-form span[style*="color:red"],
#order-form span[style*="color: #ff0000"],
#order-form span[style*="color:#ff0000"] {
  color: #e2e8f0 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  font-weight: 650;
}

/* Min / Max helper */
#order-form .help-block.min-max {
  color: #d8b4fe !important;
  opacity: 1 !important;
  font-weight: 650;
}

/* Selected state check markers */
.s2e-marketplace .brand-category.s2e-platform-card[aria-pressed="true"]::after,
.s2e-category-card[aria-pressed="true"]::after,
.s2e-product-card.is-selected::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e9d5ff;
  color: #111219;
  border: 1px solid #c4b5fd;
  font-size: 12px;
  font-weight: 900;
}

/* Keyboard focus */
.s2e-marketplace .brand-category:focus-visible,
.s2e-category-card:focus-visible,
.s2e-product-card:focus-visible,
.s2e-change-selection:focus-visible,
.s2e-change-service:focus-visible,
.s2e-detail-toggle:focus-visible,
.s2e-summary-order-button:focus-visible,
.s2e-checkout-layout .sa_btn:focus-visible,
.s2e-service-search input:focus-visible,
.s2e-checkout-layout .form-control:focus-visible {
  outline: 3px solid #c4b5fd;
  outline-offset: 3px;
}

/* Ensure native dynamic helper text inherits a readable foreground. */
.s2e-checkout-layout .help-block,
.s2e-checkout-layout small,
.s2e-checkout-layout .text-muted {
  color: #cbd5e1;
}

/* Keep errors clearly distinct and readable. */
.s2e-checkout-layout .alert-danger {
  background: #321522;
  border-color: #7f1d3f;
  color: #ffe4e6;
}

.s2e-checkout-layout .alert-success {
  background: #10251a;
  border-color: #166534;
  color: #dcfce7;
}

@media (forced-colors: active) {
  .s2e-marketplace .brand-category,
  .s2e-category-card,
  .s2e-product-card,
  .s2e-summary-card,
  .s2e-service-detail-card,
  .s2e-checkout-layout .form-control,
  .s2e-summary-order-button,
  .s2e-select-service {
    forced-color-adjust: auto;
    border: 1px solid CanvasText;
  }
}


/* =========================================================
   S2E FULL WIDTH NEW ORDER – FINAL OVERRIDE
   ========================================================= */

.neworder-page-content,
.neworder-page-content .s2e-marketplace,
.neworder-page-content #order-form,
.neworder-page-content #order-form .s2e-checkout-layout {
  width: 100%;
  max-width: none !important;
}

.neworder-page-content .s2e-marketplace,
.neworder-page-content #order-form .s2e-checkout-layout {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.neworder-page-content #order-form .s2e-checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
  gap: 24px !important;
  align-items: start;
}

@media (max-width: 991px) {
  .neworder-page-content #order-form .s2e-checkout-layout {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   S2E TRUE LIGHT MODE
   Overrides the Greedy dark skin only when <html> is not .dark.
   Dark mode remains unchanged.
   ========================================================= */

html:not(.dark) .s2e-marketplace,
html:not(.dark) .s2e-checkout-layout {
  --s2e-bg: #f7f7fb;
  --s2e-card: #ffffff;
  --s2e-soft: #f4f4f8;
  --s2e-surface-strong: #f2ecff;

  --s2e-text: #111827;
  --s2e-muted: #475569;
  --s2e-muted-2: #64748b;

  --s2e-border: #d7d9e2;
  --s2e-border-strong: #6d4aff;

  --s2e-primary: #5b21b6;
  --s2e-primary-dark: #4c1d95;
  --s2e-primary-soft: #f3e8ff;
  --s2e-primary-text: #5b21b6;

  --s2e-shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);
  --s2e-shadow: 0 12px 34px rgba(15, 23, 42, .09);
  --s2e-shadow-lg: 0 20px 48px rgba(15, 23, 42, .13);

  color: var(--s2e-text);
}

/* Hero */
html:not(.dark) .s2e-marketplace-hero {
  background:
    radial-gradient(circle at 14% 0%, rgba(109, 74, 255, .14), transparent 35%),
    radial-gradient(circle at 88% 12%, rgba(192, 38, 211, .08), transparent 25%),
    #ffffff;
  border-color: #d8d1ef;
  color: #111827;
  box-shadow: var(--s2e-shadow);
}

html:not(.dark) .s2e-marketplace-title,
html:not(.dark) .s2e-marketplace-hero h1,
html:not(.dark) .s2e-section-heading h2,
html:not(.dark) .s2e-configurator-head h2,
html:not(.dark) .s2e-summary-head h2,
html:not(.dark) .s2e-platform-title-row strong,
html:not(.dark) .s2e-category-copy strong,
html:not(.dark) .s2e-product-title,
html:not(.dark) .s2e-product-card h3,
html:not(.dark) .s2e-selected-product-copy strong,
html:not(.dark) .s2e-summary-service strong,
html:not(.dark) .s2e-summary-total strong {
  color: #111827;
}

html:not(.dark) .s2e-marketplace-hero p,
html:not(.dark) .s2e-section-heading p,
html:not(.dark) .s2e-configurator-head p,
html:not(.dark) .s2e-platform-copy small,
html:not(.dark) .s2e-category-copy small,
html:not(.dark) .s2e-other-card small,
html:not(.dark) .s2e-result-count,
html:not(.dark) .s2e-service-count,
html:not(.dark) .s2e-product-description,
html:not(.dark) .s2e-product-meta,
html:not(.dark) .s2e-summary-row > span,
html:not(.dark) .s2e-summary-service small,
html:not(.dark) .s2e-summary-benefits,
html:not(.dark) .s2e-selected-product-copy small,
html:not(.dark) .s2e-selected-product-copy span,
html:not(.dark) .s2e-summary-empty {
  color: #475569;
}

html:not(.dark) .s2e-marketplace-kicker,
html:not(.dark) .s2e-step-label,
html:not(.dark) .s2e-summary-eyebrow,
html:not(.dark) .s2e-mini-label,
html:not(.dark) .s2e-change-selection,
html:not(.dark) .s2e-change-service,
html:not(.dark) .s2e-platform-cta {
  color: #5b21b6;
}

/* Trust chips */
html:not(.dark) .s2e-marketplace-trust span {
  background: #f8fafc;
  border-color: #d7d9e2;
  color: #334155;
}

html:not(.dark) .s2e-marketplace-trust i {
  color: #6d28d9;
}

/* Progress */
html:not(.dark) .s2e-progress-step {
  background: #ffffff;
  border-color: #d7d9e2;
  color: #475569;
}

html:not(.dark) .s2e-progress-step > span {
  background: #eef2f7;
  color: #334155;
}

html:not(.dark) .s2e-progress-step.is-active,
html:not(.dark) .s2e-progress-step.is-complete {
  border-color: #7c3aed;
  background: #f5f3ff;
  color: #4c1d95;
}

html:not(.dark) .s2e-progress-step.is-active > span,
html:not(.dark) .s2e-progress-step.is-complete > span {
  background: #5b21b6;
  color: #ffffff;
}

/* Primary platform cards */
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card {
  background:
    linear-gradient(145deg, rgba(91, 33, 182, .018), rgba(255,255,255,0)),
    #ffffff;
  border-color: #d7d9e2;
  color: #111827;
}

html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card.is-featured {
  border-color: #c4b5fd;
  background:
    radial-gradient(circle at 0 0, rgba(109, 74, 255, .10), transparent 44%),
    #ffffff;
}

html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card:hover,
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card:focus-visible,
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card.is-active,
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card[aria-pressed="true"] {
  border-color: #7c3aed;
  background:
    radial-gradient(circle at 0 0, rgba(109, 74, 255, .12), transparent 48%),
    #ffffff;
  color: #111827;
  box-shadow:
    0 0 0 2px rgba(124, 58, 237, .12),
    var(--s2e-shadow);
}

html:not(.dark) .s2e-platform-icon {
  border-color: #d7d9e2;
  background: #f8fafc;
}

/* Brand icon surfaces */
html:not(.dark) .s2e-instagram {
  color: #a21caf;
  background: #fdf4ff;
}
html:not(.dark) .s2e-tiktok {
  color: #111827;
  background: #f1f5f9;
}
html:not(.dark) .s2e-youtube {
  color: #c81e1e;
  background: #fff1f2;
}
html:not(.dark) .s2e-facebook {
  color: #1d4ed8;
  background: #eff6ff;
}

/* Secondary platform chips */
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-chip,
html:not(.dark) .s2e-marketplace .brand-category.s2e-other-card {
  background: #ffffff;
  border-color: #d7d9e2;
  color: #1f2937;
}

html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-chip:hover,
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-chip.is-active,
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-chip[aria-pressed="true"],
html:not(.dark) .s2e-marketplace .brand-category.s2e-other-card:hover,
html:not(.dark) .s2e-marketplace .brand-category.s2e-other-card.is-active,
html:not(.dark) .s2e-marketplace .brand-category.s2e-other-card[aria-pressed="true"] {
  border-color: #7c3aed;
  background: #f5f3ff;
  color: #3b0764;
}

html:not(.dark) .s2e-other-icon,
html:not(.dark) .s2e-category-icon {
  background: #f3e8ff;
  border-color: #d8b4fe;
  color: #5b21b6;
}

html:not(.dark) .s2e-other-card > i:last-child,
html:not(.dark) .s2e-category-arrow,
html:not(.dark) .s2e-detail-toggle i {
  color: #64748b;
}

/* Category cards */
html:not(.dark) .s2e-category-card {
  background: #ffffff;
  border-color: #d7d9e2;
  color: #111827;
}

html:not(.dark) .s2e-category-card:hover,
html:not(.dark) .s2e-category-card.is-active,
html:not(.dark) .s2e-category-card.is-selected,
html:not(.dark) .s2e-category-card[aria-pressed="true"] {
  border-color: #7c3aed;
  background: #f5f3ff;
  box-shadow:
    0 0 0 2px rgba(124, 58, 237, .10),
    var(--s2e-shadow-sm);
}

/* Product cards */
html:not(.dark) .s2e-product-card {
  background:
    linear-gradient(145deg, rgba(91,33,182,.018), transparent),
    #ffffff;
  border-color: #d7d9e2;
  color: #111827;
}

html:not(.dark) .s2e-product-card:hover,
html:not(.dark) .s2e-product-card:focus-visible {
  border-color: #7c3aed;
  box-shadow: var(--s2e-shadow-lg);
}

html:not(.dark) .s2e-product-card.is-selected {
  border-color: #7c3aed;
  background:
    radial-gradient(circle at 100% 0, rgba(109, 74, 255, .10), transparent 42%),
    #ffffff;
  box-shadow:
    0 0 0 2px rgba(124, 58, 237, .12),
    var(--s2e-shadow);
}

html:not(.dark) .s2e-product-price,
html:not(.dark) .s2e-product-rate,
html:not(.dark) .s2e-summary-total strong {
  color: #111827;
}

html:not(.dark) .s2e-product-price small,
html:not(.dark) .s2e-product-rate small {
  color: #475569;
}

/* Product badges */
html:not(.dark) .s2e-sale-badge,
html:not(.dark) .s2e-product-badge {
  border-color: #c4b5fd;
  background: #f3e8ff;
  color: #4c1d95;
}

html:not(.dark) .s2e-sale-badge.is-hot {
  border-color: #fda4af;
  background: #fff1f2;
  color: #9f1239;
}

/* Form fields */
html:not(.dark) .s2e-service-search input,
html:not(.dark) .s2e-checkout-layout .form-control,
html:not(.dark) .s2e-native-select-row select {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #111827 !important;
}

html:not(.dark) .s2e-service-search input::placeholder,
html:not(.dark) .s2e-checkout-layout .form-control::placeholder {
  color: #64748b !important;
  opacity: 1;
}

html:not(.dark) .s2e-service-search input:focus,
html:not(.dark) .s2e-checkout-layout .form-control:focus,
html:not(.dark) .s2e-native-select-row select:focus {
  border-color: #7c3aed !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .16) !important;
  outline: 0;
}

/* Cards / summary / details */
html:not(.dark) .s2e-market-section,
html:not(.dark) .s2e-checkout-card,
html:not(.dark) .s2e-summary-card,
html:not(.dark) .s2e-service-detail-card,
html:not(.dark) .s2e-selected-product,
html:not(.dark) .s2e-native-select-row {
  background: #ffffff;
  border-color: #d7d9e2;
  color: #111827;
}

html:not(.dark) .s2e-summary-row,
html:not(.dark) .s2e-summary-service,
html:not(.dark) .s2e-summary-total,
html:not(.dark) .s2e-summary-benefits li,
html:not(.dark) .s2e-service-detail-card [x-selector="service-description-extra"] > div {
  border-color: #e2e8f0;
}

html:not(.dark) .s2e-summary-benefits i,
html:not(.dark) .s2e-summary-secure {
  color: #5b21b6;
}

html:not(.dark) .s2e-summary-secure {
  background: #f3e8ff;
  border-color: #d8b4fe;
}

/* Buttons */
html:not(.dark) .s2e-summary-order-button,
html:not(.dark) .s2e-select-service,
html:not(.dark) .s2e-checkout-layout .sa_btn_primary {
  background: #5b21b6;
  border-color: #5b21b6;
  color: #ffffff;
}

html:not(.dark) .s2e-summary-order-button:hover,
html:not(.dark) .s2e-summary-order-button:focus-visible,
html:not(.dark) .s2e-select-service:hover,
html:not(.dark) .s2e-select-service:focus-visible,
html:not(.dark) .s2e-checkout-layout .sa_btn_primary:hover,
html:not(.dark) .s2e-checkout-layout .sa_btn_primary:focus-visible {
  background: #4c1d95;
  border-color: #4c1d95;
  color: #ffffff;
}

html:not(.dark) .s2e-checkout-layout .sa_btn_secondary {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #1f2937;
}

html:not(.dark) .s2e-checkout-layout .sa_btn_secondary:hover,
html:not(.dark) .s2e-checkout-layout .sa_btn_secondary:focus-visible {
  background: #f1f5f9;
  border-color: #7c3aed;
  color: #111827;
}

/* Terms */
html:not(.dark) .s2e-checkout-layout .terms {
  background: #f8fafc;
  border-color: #d7d9e2;
  color: #1f2937;
}

html:not(.dark) .s2e-checkout-layout .terms a {
  color: #5b21b6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Dynamic helper text / Service ID / Min Max */
html:not(.dark) #order-form span[style*="color: rgb(255, 0, 0)"],
html:not(.dark) #order-form span[style*="color:red"],
html:not(.dark) #order-form span[style*="color: #ff0000"],
html:not(.dark) #order-form span[style*="color:#ff0000"] {
  color: #475569 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  font-weight: 650;
}

html:not(.dark) #order-form .help-block.min-max,
html:not(.dark) .s2e-checkout-layout .help-block,
html:not(.dark) .s2e-checkout-layout small,
html:not(.dark) .s2e-checkout-layout .text-muted {
  color: #475569 !important;
}

/* Selected check marker */
html:not(.dark) .s2e-marketplace .brand-category.s2e-platform-card[aria-pressed="true"]::after,
html:not(.dark) .s2e-category-card[aria-pressed="true"]::after,
html:not(.dark) .s2e-product-card.is-selected::after {
  background: #5b21b6;
  color: #ffffff;
  border-color: #5b21b6;
}

/* Alerts */
html:not(.dark) .s2e-checkout-layout .alert-danger {
  background: #fff1f2;
  border-color: #fda4af;
  color: #881337;
}

html:not(.dark) .s2e-checkout-layout .alert-success {
  background: #f0fdf4;
  border-color: #86efac;
  color: #14532d;
}

/* Focus */
html:not(.dark) .s2e-marketplace .brand-category:focus-visible,
html:not(.dark) .s2e-category-card:focus-visible,
html:not(.dark) .s2e-product-card:focus-visible,
html:not(.dark) .s2e-change-selection:focus-visible,
html:not(.dark) .s2e-change-service:focus-visible,
html:not(.dark) .s2e-detail-toggle:focus-visible,
html:not(.dark) .s2e-summary-order-button:focus-visible,
html:not(.dark) .s2e-checkout-layout .sa_btn:focus-visible,
html:not(.dark) .s2e-service-search input:focus-visible,
html:not(.dark) .s2e-checkout-layout .form-control:focus-visible {
  outline: 3px solid #7c3aed;
  outline-offset: 3px;
}


/* =========================================================
   S2E MAIN HEADER
   Scoped header redesign
   ========================================================= */

.s2e-main-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  border-color: #e2e8f0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(15,23,42,.04), 0 6px 20px rgba(15,23,42,.04);
}

.s2e-main-header-inner {
  width: 100%;
  min-height: 68px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.s2e-main-header a,
.s2e-main-header button {
  transition:
    color .16s ease,
    background-color .16s ease,
    border-color .16s ease,
    box-shadow .16s ease,
    transform .16s ease;
}

.s2e-main-header nav a,
.s2e-main-header .lg\:flex a {
  color: #334155;
  font-weight: 650;
  border-radius: 9px;
}

.s2e-main-header nav a:hover,
.s2e-main-header .lg\:flex a:hover,
.s2e-main-header nav a.active,
.s2e-main-header .lg\:flex a.active {
  color: #5b21b6;
  background: #f5f3ff;
}

.s2e-header-balance {
  min-height: 34px;
  padding: 7px 11px !important;
  border: 1px solid #c4b5fd;
  border-radius: 999px !important;
  background: #f3e8ff !important;
  color: #4c1d95 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.s2e-header-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
  color: #334155;
}

.s2e-header-icon-btn:hover {
  transform: translateY(-1px);
  border-color: #c4b5fd;
  background: #f5f3ff;
  color: #5b21b6;
}

.s2e-header-icon-btn:focus-visible,
.s2e-header-language .dropdown-toggle:focus-visible,
.s2e-header-account-menu a:focus-visible {
  outline: 3px solid #7c3aed;
  outline-offset: 2px;
}

.s2e-header-language .dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 38px !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
  color: #334155 !important;
  text-align: center !important;
}

.s2e-header-language .dropdown-toggle:hover,
.s2e-header-language.open .dropdown-toggle {
  border-color: #c4b5fd;
  background: #f5f3ff;
  color: #5b21b6 !important;
}

.s2e-header-language .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 8px) !important;
  min-width: 170px !important;
  padding: 7px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(15,23,42,.14) !important;
}

.s2e-header-language .dropdown-menu li a {
  padding: 9px 10px !important;
  border-radius: 8px;
  color: #334155 !important;
}

.s2e-header-language .dropdown-menu li a:hover,
.s2e-header-language .dropdown-menu li.active a {
  background: #f5f3ff !important;
  color: #5b21b6 !important;
}

.s2e-header-account-menu {
  border-color: #e2e8f0 !important;
  background: #ffffff !important;
  color: #111827 !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.14) !important;
}

.s2e-header-account-menu > div:first-child {
  background: #f8fafc;
  color: #111827;
}

.s2e-header-account-menu a {
  color: #334155 !important;
}

.s2e-header-account-menu a:hover {
  background: #f5f3ff !important;
  color: #5b21b6 !important;
}

.s2e-header-account-menu .sa_muted {
  color: #64748b !important;
}

/* Dark mode */
.dark .s2e-main-header {
  border-color: #2d2f3a;
  background: rgba(10,10,13,.96);
  box-shadow: 0 1px 0 rgba(255,255,255,.03), 0 8px 24px rgba(0,0,0,.24);
}

.dark .s2e-main-header nav a,
.dark .s2e-main-header .lg\:flex a {
  color: #d1d5db;
}

.dark .s2e-main-header nav a:hover,
.dark .s2e-main-header .lg\:flex a:hover,
.dark .s2e-main-header nav a.active,
.dark .s2e-main-header .lg\:flex a.active {
  color: #ffffff;
  background: #1a0f2e;
}

.dark .s2e-header-balance {
  border-color: #6d4aff;
  background: #1a0f2e !important;
  color: #e9d5ff !important;
}

.dark .s2e-header-icon-btn,
.dark .s2e-header-language .dropdown-toggle {
  border-color: #343747;
  background: #15151d;
  color: #e2e8f0 !important;
}

.dark .s2e-header-icon-btn:hover,
.dark .s2e-header-language .dropdown-toggle:hover,
.dark .s2e-header-language.open .dropdown-toggle {
  border-color: #8064ff;
  background: #1a0f2e;
  color: #ffffff !important;
}

.dark .s2e-header-language .dropdown-menu,
.dark .s2e-header-account-menu {
  border-color: #343747 !important;
  background: #111219 !important;
  color: #f8fafc !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.38) !important;
}

.dark .s2e-header-language .dropdown-menu li a,
.dark .s2e-header-account-menu a {
  color: #d1d5db !important;
}

.dark .s2e-header-language .dropdown-menu li a:hover,
.dark .s2e-header-language .dropdown-menu li.active a,
.dark .s2e-header-account-menu a:hover {
  background: #1a0f2e !important;
  color: #ffffff !important;
}

.dark .s2e-header-account-menu > div:first-child {
  background: #15151d;
  color: #f8fafc;
}

.dark .s2e-header-account-menu .sa_muted {
  color: #aeb8c7 !important;
}

@media (max-width: 767px) {
  .s2e-main-header-inner {
    min-height: 62px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .s2e-header-balance {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}


/* =========================================================
   GREEDY UI – ALL REMAINING THEME PAGES
   ========================================================= */
.s2e-page-shell {
  --gp-card:#fff;
  --gp-soft:#f8fafc;
  --gp-text:#111827;
  --gp-muted:#475569;
  --gp-border:#d7d9e2;
  --gp-primary:#5b21b6;
  --gp-primary-hover:#4c1d95;
  width:100%;
  max-width:none;
  color:var(--gp-text);
}
.dark .s2e-page-shell {
  --gp-card:#111219;
  --gp-soft:#171923;
  --gp-text:#f8fafc;
  --gp-muted:#aeb8c7;
  --gp-border:#343747;
  --gp-primary:#6a38ff;
  --gp-primary-hover:#8064ff;
}
.s2e-page-shell .container,
.s2e-page-shell .container-fluid {
  width:100%!important;
  max-width:none!important;
  padding-left:24px;
  padding-right:24px;
}
.s2e-page-shell .well,
.s2e-page-shell .panel,
.s2e-page-shell .sa_bg_card,
.s2e-page-shell .sa_card_bg,
.s2e-page-shell .bg-white {
  background:var(--gp-card)!important;
  color:var(--gp-text)!important;
  border-color:var(--gp-border)!important;
  border-radius:14px!important;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.dark .s2e-page-shell .well,
.dark .s2e-page-shell .panel,
.dark .s2e-page-shell .sa_bg_card,
.dark .s2e-page-shell .sa_card_bg,
.dark .s2e-page-shell .bg-white {
  box-shadow:0 12px 32px rgba(0,0,0,.22);
}
.s2e-page-shell h1,
.s2e-page-shell h2,
.s2e-page-shell h3,
.s2e-page-shell h4,
.s2e-page-shell h5,
.s2e-page-shell strong,
.s2e-page-shell .pageheader {color:var(--gp-text)!important}
.s2e-page-shell .pageheader {
  font-size:clamp(24px,2.2vw,34px);
  font-weight:850;
  letter-spacing:-.03em;
  display:flex;
  align-items:center;
  gap:10px;
}
.s2e-page-shell p,
.s2e-page-shell small,
.s2e-page-shell .help-block,
.s2e-page-shell .text-muted,
.s2e-page-shell .sa_muted {color:var(--gp-muted)!important}
.s2e-page-shell .form-control,
.s2e-page-shell input:not([type=checkbox]):not([type=radio]),
.s2e-page-shell textarea,
.s2e-page-shell select {
  min-height:44px;
  border:1px solid #cbd5e1!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:none!important;
}
.dark .s2e-page-shell .form-control,
.dark .s2e-page-shell input:not([type=checkbox]):not([type=radio]),
.dark .s2e-page-shell textarea,
.dark .s2e-page-shell select {
  border-color:#4b4e60!important;
  background:#171923!important;
  color:#f8fafc!important;
}
.s2e-page-shell .form-control:focus,
.s2e-page-shell input:focus,
.s2e-page-shell textarea:focus,
.s2e-page-shell select:focus {
  border-color:#7c3aed!important;
  outline:0;
  box-shadow:0 0 0 3px rgba(124,58,237,.15)!important;
}
.s2e-page-shell .btn-primary,
.s2e-page-shell .sa_btn_primary,
.s2e-page-shell button[type=submit] {
  border-color:var(--gp-primary)!important;
  background:var(--gp-primary)!important;
  color:#fff!important;
  border-radius:10px!important;
  font-weight:750;
}
.s2e-page-shell .btn-primary:hover,
.s2e-page-shell .sa_btn_primary:hover,
.s2e-page-shell button[type=submit]:hover {
  border-color:var(--gp-primary-hover)!important;
  background:var(--gp-primary-hover)!important;
}
.s2e-page-shell .btn-default,
.s2e-page-shell .sa_btn_secondary,
.s2e-page-shell .sa_btn_transparent {
  border:1px solid var(--gp-border)!important;
  border-radius:10px!important;
  background:var(--gp-card)!important;
  color:var(--gp-text)!important;
}
.s2e-page-shell table {width:100%;color:var(--gp-text)}
.s2e-page-shell table th,
.s2e-page-shell table td {border-color:var(--gp-border)!important}
.s2e-page-shell table th {background:var(--gp-soft);font-weight:750}
.s2e-page-shell .nav-pills {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
}
.s2e-page-shell .nav-pills>li {margin:0!important}
.s2e-page-shell .nav-pills>li>a {
  border:1px solid var(--gp-border);
  border-radius:999px;
  background:var(--gp-card);
  color:var(--gp-muted);
  font-weight:650;
}
.s2e-page-shell .nav-pills>li.active>a,
.s2e-page-shell .nav-pills>li>a:hover {
  border-color:#7c3aed;
  background:#f5f3ff;
  color:#4c1d95;
}
.dark .s2e-page-shell .nav-pills>li.active>a,
.dark .s2e-page-shell .nav-pills>li>a:hover {
  background:#1a0f2e;
  color:#fff;
}
.s2e-page-shell .dropdown-menu {
  border:1px solid var(--gp-border)!important;
  border-radius:12px!important;
  background:var(--gp-card)!important;
  color:var(--gp-text)!important;
  box-shadow:0 16px 38px rgba(15,23,42,.14);
}
.s2e-page-shell a {color:#5b21b6}
.dark .s2e-page-shell a {color:#d8b4fe}
.s2e-page-shell a:focus-visible,
.s2e-page-shell button:focus-visible,
.s2e-page-shell input:focus-visible,
.s2e-page-shell select:focus-visible,
.s2e-page-shell textarea:focus-visible,
.s2e-page-shell summary:focus-visible {
  outline:3px solid #7c3aed;
  outline-offset:3px;
}
.s2e-page-orders,
.s2e-page-tickets,
.s2e-page-subscriptions,
.s2e-page-drip-feed,
.s2e-page-addfunds,
.s2e-page-account,
.s2e-page-affiliates,
.s2e-page-api,
.s2e-page-massorder {padding:24px}
.s2e-page-signin,
.s2e-page-signup,
.s2e-page-resetpassword,
.s2e-page-setnewpassword,
.s2e-page-confirmemail,
.s2e-page-2fa {
  min-height:calc(100vh - 80px);
}
@media(max-width:767px){
  .s2e-page-shell .container,
  .s2e-page-shell .container-fluid{padding-left:12px;padding-right:12px}
  .s2e-page-orders,
  .s2e-page-tickets,
  .s2e-page-subscriptions,
  .s2e-page-drip-feed,
  .s2e-page-addfunds,
  .s2e-page-account,
  .s2e-page-affiliates,
  .s2e-page-api,
  .s2e-page-massorder{padding:12px}
}


/* =========================================================
   S2E TRUE FULL WIDTH – ALL CUSTOMER PANEL PAGES
   Removes legacy Bootstrap/Tailwind outer width caps only.
   Internal grids such as checkout 9/3 columns stay intact.
   ========================================================= */

/* Legacy Bootstrap centered outer columns */
.s2e-page-shell > .row > .col-md-8.col-md-offset-2,
.s2e-page-shell > .row > .col-lg-8.col-lg-offset-2,
.s2e-page-shell > .row > .col-md-10.col-md-offset-1,
.s2e-page-shell .container-fluid > .row > .col-md-8.col-md-offset-2,
.s2e-page-shell .container-fluid > .row > .col-lg-8.col-lg-offset-2,
.s2e-page-shell .container-fluid > .row > .col-md-10.col-md-offset-1,
.s2e-page-shell .container > .row > .col-md-8.col-md-offset-2,
.s2e-page-shell .container > .row > .col-lg-8.col-lg-offset-2,
.s2e-page-shell .container > .row > .col-md-10.col-md-offset-1 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Pages whose first real content wrapper is still capped */
.s2e-page-addfunds > .max-w-4xl,
.s2e-page-blogpost > .max-w-2xl,
.s2e-page-store-checkout > .max-w-4xl,
.s2e-page-store-checkout > .container.max-w-4xl,
.s2e-page-signup > .container,
.s2e-page-api > .container-fluid,
.s2e-page-massorder > .container-fluid,
.s2e-page-tickets > .container-fluid,
.s2e-page-viewticket > .container-fluid,
.s2e-page-child-panel-order > .container-fluid,
.s2e-page-account > .container-fluid,
.s2e-page-affiliates > .container-fluid,
.s2e-page-confirmemail > .container-fluid,
.s2e-page-setnewpassword > .container-fluid,
.s2e-page-resetpassword > .container-fluid,
.s2e-page-2fa > .container-fluid,
.s2e-page-newpage > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Direct legacy centered rows used by individual templates */
.s2e-page-newpage .col-md-8.col-md-offset-2,
.s2e-page-massorder .col-md-8.col-md-offset-2,
.s2e-page-confirmemail .col-md-8.col-md-offset-2,
.s2e-page-setnewpassword .col-md-8.col-md-offset-2,
.s2e-page-resetpassword .col-md-8.col-md-offset-2,
.s2e-page-2fa .col-md-8.col-md-offset-2,
.s2e-page-api .col-lg-8.col-lg-offset-2,
.s2e-page-affiliates .col-md-10.col-md-offset-1,
.s2e-page-child-panel-order .col-md-8.col-md-offset-2,
.s2e-page-tickets .col-md-8.col-md-offset-2,
.s2e-page-viewticket .col-md-8.col-md-offset-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove Tailwind max-width utilities only from top-level page shells.
   Nested visual/content elements can still keep their intended widths. */
.s2e-page-addfunds > [class*="max-w-"],
.s2e-page-blogpost > [class*="max-w-"],
.s2e-page-store-checkout > [class*="max-w-"] {
  max-width: none !important;
  width: 100% !important;
}

/* Make wide data pages use all available room */
.s2e-page-orders,
.s2e-page-subscriptions,
.s2e-page-tickets,
.s2e-page-api,
.s2e-page-affiliates,
.s2e-page-child-panel-order,
.s2e-page-massorder,
.s2e-page-addfunds,
.s2e-page-account,
.s2e-page-drip-feed,
.s2e-page-store-checkout,
.s2e-page-store-order-detail {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Bootstrap .row negative margins should not create apparent narrow/offset content */
.s2e-page-shell > .container-fluid,
.s2e-page-shell > .container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Tables may scroll on smaller screens instead of shrinking the page */
.s2e-page-orders .well,
.s2e-page-subscriptions .well,
.s2e-page-api .well,
.s2e-page-affiliates .well,
.s2e-page-tickets .well,
.s2e-page-child-panel-order .well {
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

/* Desktop: consistent edge spacing while still full-width */
@media (min-width: 992px) {
  .s2e-page-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s2e-page-shell .container,
  .s2e-page-shell .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .s2e-page-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s2e-page-shell .container,
  .s2e-page-shell .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* =========================================================
   FONT AWESOME 6 – CLEAN ALIGNMENT
   Official FA6 stylesheet owns glyphs/font families.
   ========================================================= */
.s2e-main-header i[class*="fa-"],
.s2e-marketplace i[class*="fa-"],
.s2e-checkout-layout i[class*="fa-"],
.s2e-page-shell i[class*="fa-"] {
  display: inline-block;
  min-width: 1em;
  text-align: center;
  flex: 0 0 auto;
}


/* =========================================================
   S2E MOBILE COLLISION FIX
   Prevent overlapping / clipping across customer panel pages
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* Generic long-content safety */
.s2e-main-header,
.s2e-marketplace,
.s2e-checkout-layout,
.s2e-page-shell {
  min-width: 0;
}

.s2e-main-header *,
.s2e-marketplace *,
.s2e-checkout-layout *,
.s2e-page-shell * {
  min-width: 0;
}

.s2e-main-header a,
.s2e-marketplace a,
.s2e-checkout-layout a,
.s2e-page-shell a,
.s2e-main-header button,
.s2e-marketplace button,
.s2e-checkout-layout button,
.s2e-page-shell button,
.s2e-marketplace strong,
.s2e-marketplace small,
.s2e-checkout-layout strong,
.s2e-checkout-layout small,
.s2e-page-shell td,
.s2e-page-shell th {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Header */
@media (max-width: 991px) {
  .s2e-main-header-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: 100%;
    min-height: 60px;
  }

  .s2e-main-header-inner > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .s2e-main-header-inner > div:last-child {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .s2e-main-header .s2e-header-balance {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s2e-header-icon-btn,
  .s2e-header-language .dropdown-toggle {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0 !important;
  }

  .s2e-header-language .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: max-content !important;
    max-width: min(220px, calc(100vw - 24px));
  }

  .s2e-header-account-menu {
    right: 0 !important;
    left: auto !important;
    width: min(290px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }
}

@media (max-width: 520px) {
  .s2e-main-header-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    gap: 5px;
  }

  .s2e-main-header .s2e-header-balance {
    max-width: 78px;
    font-size: 11px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .s2e-header-icon-btn,
  .s2e-header-language .dropdown-toggle {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
}

/* Marketplace */
@media (max-width: 767px) {
  .s2e-marketplace {
    width: 100%;
    overflow: visible;
  }

  .s2e-marketplace-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
  }

  .s2e-marketplace-trust {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 8px;
  }

  .s2e-marketplace-trust span {
    width: 100%;
    justify-content: flex-start;
  }

  .s2e-order-progress {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .s2e-progress-step {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding: 10px !important;
  }

  .s2e-platform-primary-grid,
  .s2e-category-grid,
  .s2e-service-grid,
  .s2e-other-grid,
  .s2e-platform-chips {
    grid-template-columns: 1fr !important;
  }

  .s2e-platform-card,
  .s2e-category-card,
  .s2e-product-card,
  .s2e-other-card,
  .s2e-platform-chip {
    width: 100%;
    max-width: 100%;
  }

  .s2e-platform-card,
  .s2e-category-card,
  .s2e-other-card {
    align-items: flex-start !important;
  }

  .s2e-platform-copy,
  .s2e-category-copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  .s2e-platform-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .s2e-section-heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px;
  }

  .s2e-change-selection {
    align-self: flex-start;
    max-width: 100%;
  }

  .s2e-service-toolbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px;
  }

  .s2e-service-search,
  .s2e-service-search input {
    width: 100% !important;
  }

  .s2e-product-top,
  .s2e-product-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px;
  }

  .s2e-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .s2e-product-price,
  .s2e-select-service {
    width: 100%;
  }

  .s2e-product-meta {
    grid-template-columns: 1fr !important;
  }
}

/* Checkout */
@media (max-width: 991px) {
  .s2e-checkout-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    gap: 16px !important;
  }

  .s2e-checkout-main,
  .s2e-order-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .s2e-order-sidebar {
    position: static !important;
    top: auto !important;
  }

  .s2e-checkout-main > .flex.text-sm.font-medium {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .s2e-checkout-main > .flex.text-sm.font-medium > a {
    min-width: 0;
    white-space: normal !important;
    text-align: center;
    gap: 5px;
  }

  .s2e-selected-product {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .s2e-selected-product > button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .s2e-checkout-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .s2e-checkout-actions > * {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .s2e-summary-row,
  .s2e-summary-total {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .s2e-summary-row strong,
  .s2e-summary-total strong {
    text-align: right;
    max-width: 55vw;
  }
}

@media (max-width: 480px) {
  .s2e-checkout-main > .flex.text-sm.font-medium {
    grid-template-columns: 1fr !important;
  }

  .s2e-summary-row,
  .s2e-summary-total {
    grid-template-columns: 1fr !important;
  }

  .s2e-summary-row strong,
  .s2e-summary-total strong {
    max-width: 100%;
    text-align: left;
  }
}

/* Forms */
@media (max-width: 767px) {
  .s2e-checkout-layout .form-group,
  .s2e-page-shell .form-group,
  .s2e-checkout-layout .input-group,
  .s2e-page-shell .input-group {
    width: 100%;
    max-width: 100%;
  }

  .s2e-checkout-layout .form-control,
  .s2e-page-shell .form-control,
  .s2e-checkout-layout input,
  .s2e-page-shell input,
  .s2e-checkout-layout textarea,
  .s2e-page-shell textarea,
  .s2e-checkout-layout select,
  .s2e-page-shell select {
    width: 100%;
    max-width: 100%;
  }

  .s2e-page-shell .input-group {
    display: flex;
  }

  .s2e-page-shell .input-group .form-control {
    flex: 1 1 auto;
    min-width: 0;
  }

  .s2e-page-shell .input-group-btn {
    flex: 0 0 auto;
  }

  .s2e-page-shell .input-group-btn .btn {
    height: 100%;
    min-width: 42px;
  }
}

/* Legacy pages / nav pills */
@media (max-width: 767px) {
  .s2e-page-shell {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .s2e-page-shell .nav-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
  }

  .s2e-page-shell .nav-pills > li {
    float: none !important;
    flex: 0 1 auto;
  }

  .s2e-page-shell .nav-pills > li.search,
  .s2e-page-shell .nav-pills > li.pull-right {
    float: none !important;
    flex: 1 0 100%;
    width: 100%;
    margin-left: 0 !important;
  }

  .s2e-page-shell .nav-pills > li.search form,
  .s2e-page-shell .nav-pills > li.search .input-group {
    width: 100%;
  }

  .s2e-page-shell .well {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .s2e-page-shell table {
    min-width: 720px;
  }

  .s2e-page-shell .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .s2e-page-shell .pagination > li {
    float: none;
  }

  .s2e-page-shell .btn,
  .s2e-page-shell .sa_btn {
    max-width: 100%;
    white-space: normal;
  }
}

/* Prevent modals / side panels from extending beyond viewport */
@media (max-width: 767px) {
  .s2e-main-header [x-show],
  .s2e-page-shell [x-show],
  details-dialog {
    max-width: 100vw;
  }

  details-dialog {
    width: min(100%, 100vw) !important;
  }
}

/* Very small screens */
@media (max-width: 380px) {
  .s2e-order-progress {
    grid-template-columns: 1fr !important;
  }

  .s2e-progress-step {
    min-height: 42px;
  }

  .s2e-main-header .s2e-header-balance {
    display: none;
  }
}


/* =========================================================
   ORDER PAGE – STABLE MOBILE LAYOUT
   ========================================================= */
#order-form {
  width: 100%;
}

@media (max-width: 991px) {
  .neworder-page-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #order-form .s2e-checkout-layout {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    gap: 16px !important;
  }

  #order-form .s2e-checkout-main,
  #order-form .s2e-order-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: static !important;
  }

  .s2e-order-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .s2e-platform-primary-grid,
  .s2e-category-grid,
  .s2e-service-grid,
  .s2e-other-grid {
    grid-template-columns: 1fr !important;
  }

  .s2e-platform-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .s2e-section-heading,
  .s2e-service-toolbar,
  .s2e-product-bottom {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .s2e-service-search,
  .s2e-service-search input,
  .s2e-select-service,
  .s2e-checkout-actions > * {
    width: 100% !important;
  }

  .s2e-checkout-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  .s2e-order-progress,
  .s2e-platform-chips {
    grid-template-columns: 1fr !important;
  }

  .s2e-checkout-main > .flex.text-sm.font-medium {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .s2e-checkout-main > .flex.text-sm.font-medium > a {
    min-width: 0;
    white-space: normal !important;
  }
}

html.s2e-marketplace-ready .s2e-native-select-row[hidden] {
  display: none !important;
}

.s2e-native-select-row:not([hidden]) {
  display: block;
}

@media (max-width: 767px) {
  .s2e-page-shell .well,
  .s2e-page-shell .overflow-x-auto {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .s2e-page-shell table {
    width: max-content;
    min-width: 100%;
  }
}


/* =========================================================
   GREADY PUBLIC / PRE-LOGIN REDESIGN
   ========================================================= */

.s2e-guest-body {
  background:
    radial-gradient(circle at 15% 0%, rgba(106, 56, 255, .17), transparent 31rem),
    radial-gradient(circle at 90% 18%, rgba(217, 70, 255, .10), transparent 28rem),
    #09090c;
  color: #f7f7fb;
  overflow-x: hidden;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 {
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(9, 9, 12, .82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.s2e-guest-body > .relative.z-50.w-full.h-24 > .container {
  height: 82px;
  max-width: 1240px;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 img {
  max-height: 46px !important;
  max-width: 170px;
  width: auto;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 nav {
  color: #d7d7df !important;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 nav > a {
  color: #d7d7df !important;
  font-weight: 650 !important;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 nav > a:hover,
.s2e-guest-body > .relative.z-50.w-full.h-24 nav > a.active {
  color: #b99cff !important;
}

.s2e-guest-body .home-dropdown .btn,
.s2e-guest-body .home-dropdown > a {
  background: #121217 !important;
  color: #eeeef4 !important;
  border-color: rgba(255,255,255,.10) !important;
  border-radius: 10px !important;
}

.s2e-guest-body .home-dropdown.dropdown .dropdown-menu {
  background: #121217 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0,0,0,.35);
}

.s2e-guest-body .home-dropdown .dropdown-menu li a {
  color: #ededf4 !important;
}

.s2e-guest-body .home-dropdown .dropdown-menu li a:hover {
  background: rgba(106,56,255,.15) !important;
}

.s2e-guest-body > .relative.z-50.w-full.h-24 + .z-10.relative {
  position: relative;
  z-index: 10;
}

.s2e-guest-body .ftr-sec {
  background: #09090c !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #aaaab6 !important;
}

.s2e-guest-body .ftr-sec,
.s2e-guest-body .ftr-sec a,
.s2e-guest-body .ftr-sec p {
  color: #aaaab6 !important;
}

.s2e-public-page {
  --g-bg: #09090c;
  --g-card: #111116;
  --g-card-2: #15151c;
  --g-border: rgba(255,255,255,.09);
  --g-text: #f7f7fb;
  --g-muted: #aaaab7;
  --g-purple: #7547ff;
  --g-purple-2: #a259ff;
  --g-pink: #d946ff;
  background: var(--g-bg);
  color: var(--g-text);
}

.s2e-public-page *,
.s2e-public-page *::before,
.s2e-public-page *::after {
  box-sizing: border-box;
}

.s2e-public-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.s2e-public-hero,
.s2e-public-signup-section {
  min-height: calc(100vh - 82px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 72px 0 84px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.012), transparent 40%),
    #09090c;
}

.s2e-public-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.s2e-public-orb-one {
  width: 520px;
  height: 520px;
  left: -220px;
  top: -170px;
  background: radial-gradient(circle, rgba(106,56,255,.26), rgba(106,56,255,0) 68%);
}

.s2e-public-orb-two {
  width: 620px;
  height: 620px;
  right: -220px;
  bottom: -270px;
  background: radial-gradient(circle, rgba(217,70,255,.16), rgba(217,70,255,0) 68%);
}

.s2e-public-hero-grid,
.s2e-public-signup-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 76px;
  align-items: center;
}

.s2e-public-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #c8b8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.s2e-public-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8b5cff;
  box-shadow: 0 0 18px rgba(139,92,255,.95);
}

.s2e-public-copy h1,
.s2e-public-signup-copy h1 {
  margin: 0;
  max-width: 760px;
  color: var(--g-text);
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .97;
  font-weight: 900;
  letter-spacing: -.055em;
}

.s2e-public-copy h1 span,
.s2e-public-signup-copy h1 span {
  display: block;
  background: linear-gradient(100deg, #a784ff 5%, #d78aff 52%, #f0b6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s2e-public-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--g-muted);
  font-size: 18px;
  line-height: 1.72;
}

.s2e-public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.s2e-public-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.s2e-public-btn:hover {
  transform: translateY(-1px);
}

.s2e-public-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #6a38ff, #8b50ff 58%, #a259ff);
  box-shadow: 0 12px 32px rgba(106,56,255,.24);
}

.s2e-public-btn-primary:hover {
  box-shadow: 0 16px 38px rgba(106,56,255,.34);
}

.s2e-public-btn-secondary {
  color: #efeff5 !important;
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.11);
}

.s2e-public-btn-secondary:hover {
  background: rgba(255,255,255,.075);
  border-color: rgba(166,125,255,.32);
}

.s2e-public-trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 32px;
}

.s2e-public-trust-grid div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c8c8d2;
  font-size: 13px;
  font-weight: 650;
}

.s2e-public-trust-grid i {
  color: #9f7aff;
}

.s2e-public-platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.s2e-public-platform-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  color: #aaaab5;
  font-size: 12px;
}

.s2e-public-login-wrap {
  position: relative;
}

.s2e-public-login-glow {
  position: absolute;
  inset: 12% -8% -8% 18%;
  background: radial-gradient(circle, rgba(106,56,255,.26), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.s2e-public-auth-card {
  position: relative;
  z-index: 4;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.012)),
    rgba(15,15,20,.92);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.s2e-public-auth-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.s2e-public-auth-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(166,125,255,.28);
  border-radius: 14px;
  background: rgba(106,56,255,.12);
  color: #b99cff;
  font-size: 17px;
}

.s2e-public-auth-head span {
  display: block;
  margin-bottom: 3px;
  color: #a58ada;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
}

.s2e-public-auth-head h2 {
  margin: 0;
  color: var(--g-text);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.025em;
}

.s2e-public-auth-intro {
  margin: 20px 0 24px;
  color: #9e9eaa;
  font-size: 14px;
  line-height: 1.65;
}

.s2e-public-form {
  display: grid;
  gap: 17px;
}

.s2e-public-field {
  min-width: 0;
}

.s2e-public-field > label,
.s2e-public-label-row label {
  display: block;
  margin: 0 0 7px;
  color: #d7d7df;
  font-size: 12px;
  font-weight: 750;
}

.s2e-public-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.s2e-public-label-row a {
  color: #a98cff !important;
  font-size: 11px;
  font-weight: 700;
}

.s2e-public-input-wrap {
  position: relative;
}

.s2e-public-input-wrap > i {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #777785;
  font-size: 13px;
  pointer-events: none;
}

.s2e-public-input-wrap .form-control {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 42px !important;
  border: 1px solid rgba(255,255,255,.095) !important;
  border-radius: 11px !important;
  background: #0c0c10 !important;
  color: #f5f5f8 !important;
  outline: none !important;
  box-shadow: none !important;
}

.s2e-public-input-wrap .form-control:focus {
  border-color: rgba(139,92,255,.62) !important;
  box-shadow: 0 0 0 3px rgba(106,56,255,.12) !important;
}

.s2e-public-checkbox,
.s2e-public-terms label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #aaaab6;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.s2e-public-checkbox input,
.s2e-public-terms input {
  margin-top: 2px;
  accent-color: #7c4dff;
}

.s2e-public-terms a,
.s2e-public-auth-switch a {
  color: #b99cff !important;
  font-weight: 750;
}

.s2e-public-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.s2e-public-auth-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 3px;
  color: #888895;
  font-size: 12px;
}

.s2e-public-captcha {
  overflow: hidden;
  max-width: 100%;
}

.s2e-public-mini-dashboard {
  width: 78%;
  height: 178px;
  margin: -4px auto 0;
  border: 1px solid rgba(255,255,255,.08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #0e0e13;
  transform: perspective(900px) rotateX(9deg);
  transform-origin: top center;
  opacity: .82;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0,0,0,.28);
}

.s2e-public-mini-top {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.s2e-public-mini-top > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #44444f;
}

.s2e-public-mini-top strong {
  margin-left: auto;
  color: #7e7e8b;
  font-size: 7px;
  letter-spacing: .12em;
}

.s2e-public-mini-body {
  height: calc(100% - 32px);
  display: grid;
  grid-template-columns: 38px 1fr;
}

.s2e-public-mini-sidebar {
  border-right: 1px solid rgba(255,255,255,.05);
  padding: 13px 9px;
}

.s2e-public-mini-sidebar span {
  display: block;
  height: 5px;
  margin-bottom: 9px;
  border-radius: 4px;
  background: #2b2b34;
}

.s2e-public-mini-sidebar span.is-active {
  background: #7144e9;
}

.s2e-public-mini-content {
  padding: 15px;
}

.s2e-public-mini-title {
  width: 35%;
  height: 8px;
  margin-bottom: 13px;
  border-radius: 5px;
  background: #393943;
}

.s2e-public-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.s2e-public-mini-stats span {
  height: 35px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(106,56,255,.18), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.05);
}

.s2e-public-mini-chart {
  height: 54px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-top: 13px;
  padding: 8px 8px 0;
  border-radius: 7px;
  background: rgba(255,255,255,.02);
}

.s2e-public-mini-chart i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #895dff, #4c2ea5);
}

.s2e-public-mini-chart i:nth-child(1){height:26%}
.s2e-public-mini-chart i:nth-child(2){height:52%}
.s2e-public-mini-chart i:nth-child(3){height:37%}
.s2e-public-mini-chart i:nth-child(4){height:70%}
.s2e-public-mini-chart i:nth-child(5){height:58%}
.s2e-public-mini-chart i:nth-child(6){height:87%}

.s2e-public-section {
  padding: 100px 0;
  background: #09090c;
  border-top: 1px solid rgba(255,255,255,.055);
}

.s2e-public-section-head {
  max-width: 740px;
  margin: 0 auto 46px;
  text-align: center;
}

.s2e-public-section-head > span,
.s2e-public-final-cta .s2e-public-cta-card > span {
  color: #9f7aff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}

.s2e-public-section-head h2,
.s2e-public-api-card h2,
.s2e-public-cta-card h2 {
  margin: 12px 0 0;
  color: #f6f6fa;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  font-weight: 880;
  letter-spacing: -.045em;
}

.s2e-public-section-head p,
.s2e-public-api-card p {
  margin: 17px auto 0;
  color: #9797a4;
  font-size: 15px;
  line-height: 1.7;
}

.s2e-public-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.s2e-public-step-grid article {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--g-border);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008));
}

.s2e-public-step-grid article b {
  position: absolute;
  right: 18px;
  top: 17px;
  color: rgba(255,255,255,.13);
  font-size: 30px;
  font-weight: 900;
}

.s2e-public-step-grid article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 12px;
  background: rgba(106,56,255,.13);
  color: #b393ff;
}

.s2e-public-step-grid h3 {
  margin: 0 0 10px;
  color: #eeeef4;
  font-size: 17px;
  font-weight: 800;
}

.s2e-public-step-grid p {
  margin: 0;
  color: #8f8f9b;
  font-size: 13px;
  line-height: 1.65;
}

.s2e-public-catalog {
  background: #0b0b0f;
}

.s2e-public-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}

.s2e-public-tab {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: #111117;
  color: #92929e;
  font-size: 18px;
  cursor: pointer;
}

.s2e-public-tab:hover,
.s2e-public-tab.is-active {
  border-color: rgba(139,92,255,.48);
  background: rgba(106,56,255,.13);
  color: #c8b5ff;
}

.s2e-public-tab-content {
  display: none;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.s2e-public-tab-content.is-active {
  display: grid;
}

.s2e-public-package {
  min-width: 0;
  display: block;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: #111117;
  color: inherit !important;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease;
}

.s2e-public-package:hover {
  transform: translateY(-2px);
  border-color: rgba(139,92,255,.35);
}

.s2e-public-package-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 10px;
  background: rgba(106,56,255,.12);
  color: #b393ff;
}

.s2e-public-package h3 {
  min-height: 42px;
  margin: 0;
  color: #efeff4;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.4;
}

.s2e-public-package-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}

.s2e-public-package-meta span {
  min-width: 0;
  padding: 10px;
  border-radius: 9px;
  background: #0b0b0f;
}

.s2e-public-package-meta small {
  display: block;
  color: #777784;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.s2e-public-package-meta strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #d7d7de;
  font-size: 12px;
}

.s2e-public-package-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  color: #9f82f5;
  font-size: 11px;
  font-weight: 750;
}

.s2e-public-api-card,
.s2e-public-cta-card {
  position: relative;
  overflow: hidden;
  padding: 52px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 10%, rgba(106,56,255,.19), transparent 35%),
    #111116;
}

.s2e-public-api-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.s2e-public-api-card > div {
  max-width: 760px;
}

.s2e-public-api-kicker {
  color: #b99cff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.s2e-public-final-cta {
  padding-top: 20px;
  border-top: 0;
}

.s2e-public-cta-card {
  text-align: center;
}

.s2e-public-cta-card .s2e-public-actions {
  justify-content: center;
}

.s2e-public-signup-copy {
  max-width: 660px;
}

.s2e-public-signup-copy h1 {
  font-size: clamp(46px, 5.4vw, 74px);
}

.s2e-public-signup-benefits {
  display: grid;
  gap: 12px;
  margin-top: 31px;
}

.s2e-public-signup-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c0c0cb;
  font-size: 14px;
}

.s2e-public-signup-benefits i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(106,56,255,.15);
  color: #b99cff;
  font-size: 10px;
}

.s2e-public-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  color: #a98cff !important;
  font-size: 13px;
  font-weight: 750;
}

.s2e-public-signup-card {
  padding: 34px;
}

.s2e-public-registration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.s2e-public-registration-grid .s2e-public-field:only-child,
.s2e-public-registration-grid .s2e-public-field:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* Guest alert/readability */
.s2e-public-page .alert {
  border-radius: 10px;
  font-size: 13px;
}

@media (max-width: 1023px) {
  .s2e-public-hero,
  .s2e-public-signup-section {
    min-height: auto;
    padding: 58px 0 70px;
  }

  .s2e-public-hero-grid,
  .s2e-public-signup-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .s2e-public-copy,
  .s2e-public-signup-copy {
    text-align: center;
    margin: 0 auto;
  }

  .s2e-public-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .s2e-public-actions,
  .s2e-public-trust-grid,
  .s2e-public-platform-row {
    justify-content: center;
  }

  .s2e-public-login-wrap,
  .s2e-public-signup-card {
    width: min(600px, 100%);
    margin: 0 auto;
  }

  .s2e-public-step-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .s2e-public-tab-content {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .s2e-public-api-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .s2e-public-back-link {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .s2e-guest-body > .relative.z-50.w-full.h-24 {
    height: 68px;
  }

  .s2e-guest-body > .relative.z-50.w-full.h-24 > .container {
    height: 68px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .s2e-guest-body > .relative.z-50.w-full.h-24 img {
    max-width: 125px;
    max-height: 38px !important;
  }

  .s2e-guest-body > .relative.z-50.w-full.h-24 nav {
    top: 68px !important;
    margin-top: 0 !important;
    height: auto !important;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 14px 18px 20px !important;
    background: #0e0e13 !important;
    border-color: rgba(255,255,255,.08) !important;
  }

  .s2e-guest-body > .relative.z-50.w-full.h-24 nav > a {
    width: 100%;
    margin: 0 !important;
    padding: 11px 3px;
  }

  .s2e-guest-body > .relative.z-50.w-full.h-24 .bg-gray-800 {
    background: #dcdce5 !important;
  }

  .s2e-public-container {
    width: min(100% - 28px, 1240px);
  }

  .s2e-public-hero,
  .s2e-public-signup-section {
    padding: 42px 0 58px;
  }

  .s2e-public-copy h1,
  .s2e-public-signup-copy h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .s2e-public-lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .s2e-public-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .s2e-public-btn {
    width: 100%;
  }

  .s2e-public-auth-card,
  .s2e-public-signup-card {
    padding: 22px;
    border-radius: 18px;
  }

  .s2e-public-mini-dashboard {
    width: 88%;
    height: 140px;
  }

  .s2e-public-section {
    padding: 70px 0;
  }

  .s2e-public-section-head {
    margin-bottom: 30px;
  }

  .s2e-public-step-grid,
  .s2e-public-tab-content,
  .s2e-public-registration-grid {
    grid-template-columns: 1fr;
  }

  .s2e-public-registration-grid .s2e-public-field:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .s2e-public-step-grid article {
    min-height: 0;
  }

  .s2e-public-api-card,
  .s2e-public-cta-card {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .s2e-public-api-card h2,
  .s2e-public-cta-card h2,
  .s2e-public-section-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .s2e-public-platform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .s2e-public-platform-row span {
    justify-content: center;
  }

  .s2e-public-auth-head h2 {
    font-size: 23px;
  }
}


/* =========================================================
   GREADY FOOTER
   ========================================================= */
.s2e-public-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 28px;
  border-top: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 80% 0%, rgba(106,56,255,.12), transparent 30rem),
    #08080b;
  color: #f3f3f8;
}

.s2e-public-footer::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(900px, 85vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(139,92,255,.6), transparent);
  opacity: .6;
}

.s2e-public-footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.05fr) minmax(0, 2.1fr);
  gap: 70px;
  align-items: start;
}

.s2e-public-footer-brand {
  max-width: 320px;
}

.s2e-public-footer-logo {
  display: inline-flex;
  align-items: center;
  max-width: 180px;
  text-decoration: none !important;
}

.s2e-public-footer-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 52px;
  object-fit: contain;
}

.s2e-public-footer-logo span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.s2e-public-footer-brand p {
  margin: 22px 0 0;
  color: #8f8f9c;
  font-size: 13px;
  line-height: 1.7;
}

.s2e-public-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.s2e-public-footer-socials span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  color: #aaaab8;
  font-size: 13px;
}

.s2e-public-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 34px;
}

.s2e-public-footer-column {
  min-width: 0;
}

.s2e-public-footer-column h3 {
  margin: 0 0 17px;
  color: #f0f0f5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
}

.s2e-public-footer-column > a:not(.s2e-public-footer-button) {
  display: block;
  width: fit-content;
  margin: 0 0 11px;
  color: #92929f !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1.45;
  transition: color .18s ease, transform .18s ease;
}

.s2e-public-footer-column > a:not(.s2e-public-footer-button):hover {
  color: #c1aaff !important;
  transform: translateX(2px);
}

.s2e-public-footer-cta p {
  margin: 0 0 14px;
  color: #888895;
  font-size: 12px;
  line-height: 1.55;
}

.s2e-public-footer-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(139,92,255,.34);
  border-radius: 10px;
  background: rgba(106,56,255,.11);
  color: #c7b4ff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.s2e-public-footer-button:hover {
  transform: translateY(-1px);
  background: rgba(106,56,255,.18);
  border-color: rgba(139,92,255,.52);
}

.s2e-public-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #686875;
  font-size: 11px;
}

.s2e-public-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #777785;
}

.s2e-public-footer-status i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #6fd18a;
  box-shadow: 0 0 12px rgba(111,209,138,.38);
}

@media (max-width: 1023px) {
  .s2e-public-footer-main {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .s2e-public-footer-brand {
    max-width: 520px;
  }

  .s2e-public-footer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 600px) {
  .s2e-public-footer {
    padding: 56px 0 24px;
  }

  .s2e-public-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }

  .s2e-public-footer-column.s2e-public-footer-cta {
    grid-column: 1 / -1;
  }

  .s2e-public-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }
}

@media (max-width: 420px) {
  .s2e-public-footer-grid {
    grid-template-columns: 1fr;
  }

  .s2e-public-footer-column.s2e-public-footer-cta {
    grid-column: auto;
  }
}


/* =========================================================
   GREADY PUBLIC AGENCY HOME
   Public landing page only. Logged-in dashboard unaffected.
   ========================================================= */
.s2e-agency-home{background:#08080b;color:#f8f7fb;overflow:hidden}.s2e-agency-home .s2e-public-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.s2e-agency-hero{position:relative;min-height:760px;padding:72px 0 82px;background:radial-gradient(circle at 70% 18%,rgba(112,54,255,.18),transparent 32%),linear-gradient(180deg,#09090d 0%,#0c0c12 100%);isolation:isolate}.s2e-agency-orb{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none;z-index:-1}.s2e-agency-orb-one{width:360px;height:360px;background:rgba(119,62,255,.18);right:4%;top:6%}.s2e-agency-orb-two{width:300px;height:300px;background:rgba(217,70,255,.08);left:-80px;bottom:5%}.s2e-agency-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:72px;align-items:center}.s2e-agency-kicker,.s2e-agency-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.16em;color:#c9b6ff}.s2e-agency-kicker span{width:7px;height:7px;border-radius:50%;background:#8b5cff;box-shadow:0 0 18px rgba(139,92,255,.9)}.s2e-agency-copy h1{max-width:760px;margin:20px 0 22px;font-size:clamp(47px,6vw,78px);line-height:.98;letter-spacing:-.052em;font-weight:850;color:#fff}.s2e-agency-copy h1 span{display:block;margin-top:8px;background:linear-gradient(90deg,#fff 0%,#cfbeff 44%,#9b6cff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.s2e-agency-lead{max-width:690px;margin:0;color:#b8b6c3;font-size:18px;line-height:1.7}.s2e-agency-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.s2e-agency-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:44px}.s2e-agency-proof>div{display:flex;gap:12px;align-items:flex-start;padding:16px 14px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.025)}.s2e-agency-proof i{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;color:#a77cff;background:rgba(120,67,255,.12);border-radius:9px}.s2e-agency-proof span{display:flex;flex-direction:column;gap:3px}.s2e-agency-proof strong{font-size:13px;color:#f4f2fa}.s2e-agency-proof small{font-size:11px;line-height:1.35;color:#898693}.s2e-agency-platforms{display:flex;align-items:center;gap:20px;margin-top:29px;color:#797684;font-size:12px}.s2e-agency-platforms>div{display:flex;align-items:center;gap:15px}.s2e-agency-platforms i{font-size:20px;color:#aaa7b2}.s2e-agency-login-shell{position:relative}.s2e-agency-login-shell:before{content:"";position:absolute;inset:38px -20px -20px 20px;background:linear-gradient(135deg,rgba(105,56,255,.25),rgba(217,70,255,.05));filter:blur(35px);border-radius:30px;z-index:-1}.s2e-agency-login-badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px 10px;padding:7px 11px;border:1px solid rgba(164,125,255,.16);border-radius:999px;background:rgba(96,54,210,.08);color:#a895db;font-size:10px;font-weight:800;letter-spacing:.1em}.s2e-agency-auth-card{padding:30px!important;border:1px solid rgba(172,145,255,.14)!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(25,23,34,.96),rgba(14,14,20,.97))!important;box-shadow:0 30px 80px rgba(0,0,0,.38)!important;backdrop-filter:blur(20px)}.s2e-agency-auth-card .s2e-public-auth-head{margin-bottom:17px}.s2e-agency-auth-card .s2e-public-auth-icon{background:linear-gradient(135deg,#7442ff,#a869ff)!important;box-shadow:0 12px 35px rgba(108,62,255,.25)}.s2e-agency-login-foot{display:flex;justify-content:center;gap:18px;margin-top:14px;color:#797684;font-size:11px}.s2e-agency-login-foot i{margin-right:5px;color:#8f68f3}.s2e-agency-strip{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#0b0b10}.s2e-agency-strip .s2e-public-container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:72px;color:#7f7b89;font-size:11px;font-weight:800;letter-spacing:.14em}.s2e-agency-strip i{width:4px;height:4px;border-radius:50%;background:#5f586b}.s2e-agency-home .s2e-public-section{padding:104px 0;background:#09090d}.s2e-agency-section-head{max-width:850px;margin:0 0 48px!important;text-align:left!important}.s2e-agency-section-head h2{max-width:820px!important;margin-left:0!important;font-size:clamp(34px,4vw,52px)!important;line-height:1.08!important;letter-spacing:-.04em!important}.s2e-agency-section-head p{max-width:720px!important;margin-left:0!important}.s2e-agency-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.s2e-agency-service-grid article{min-height:245px;padding:27px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:linear-gradient(180deg,#111117,#0d0d12);transition:transform .2s ease,border-color .2s ease,background .2s ease}.s2e-agency-service-grid article:hover{transform:translateY(-3px);border-color:rgba(145,102,255,.28);background:linear-gradient(180deg,#15131e,#0f0e15)}.s2e-agency-service-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:25px;border-radius:13px;background:rgba(119,72,255,.12);color:#a47cff;font-size:18px}.s2e-agency-service-grid h3{margin:0 0 10px;color:#f6f4fa;font-size:19px;font-weight:750}.s2e-agency-service-grid p{margin:0;color:#8e8b97;line-height:1.65;font-size:14px}.s2e-agency-service-grid .s2e-agency-service-highlight{border-color:rgba(137,91,255,.25);background:linear-gradient(145deg,rgba(94,50,200,.16),#0e0d14 60%)}.s2e-agency-process{background:#0c0c11!important;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.s2e-agency-process-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:82px;align-items:start}.s2e-agency-process-copy h2{margin:16px 0;font-size:clamp(34px,4vw,49px);line-height:1.08;letter-spacing:-.04em}.s2e-agency-process-copy p{color:#8d8997;line-height:1.7;font-size:15px}.s2e-agency-process-list{display:grid;gap:10px}.s2e-agency-process-list article{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:21px 22px;border:1px solid rgba(255,255,255,.07);border-radius:17px;background:#101016}.s2e-agency-process-list b{display:grid;place-items:center;width:43px;height:43px;border:1px solid rgba(145,107,255,.2);border-radius:12px;color:#9f79ff;background:rgba(114,67,225,.09);font-size:12px}.s2e-agency-process-list h3{margin:1px 0 6px;color:#f4f3f8;font-size:16px}.s2e-agency-process-list p{margin:0;color:#807d89;font-size:13px}.s2e-agency-positioning{background:#08080c!important}.s2e-agency-positioning-card{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;padding:54px;border:1px solid rgba(150,110,255,.13);border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(116,61,255,.14),transparent 42%),linear-gradient(145deg,#111017,#0b0b0f)}.s2e-agency-positioning-copy>span{color:#9f7bff;font-size:12px;font-weight:850;letter-spacing:.16em}.s2e-agency-positioning-copy h2{margin:14px 0 16px;font-size:clamp(30px,3.5vw,45px);line-height:1.08;letter-spacing:-.035em}.s2e-agency-positioning-copy p{max-width:720px;margin:0;color:#8b8794;line-height:1.7}.s2e-agency-positioning-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.s2e-agency-positioning-stats>div{position:relative;display:grid;place-items:center;height:118px;border:1px solid rgba(255,255,255,.06);border-radius:17px;background:rgba(255,255,255,.022);overflow:hidden}.s2e-agency-positioning-stats i{font-size:28px;color:#b3a1de}.s2e-agency-positioning-stats span{position:absolute;left:18px;right:18px;bottom:16px;height:3px;border-radius:8px;background:linear-gradient(90deg,#7346ff 0%,rgba(115,70,255,.08) 72%)}.s2e-agency-final{padding-top:52px!important}.s2e-agency-final .s2e-public-cta-card p{max-width:600px;margin:12px auto 0;color:#918d99}.s2e-agency-home .s2e-public-btn-primary{background:linear-gradient(135deg,#7040ff,#8a58ff)!important;border-color:transparent!important;box-shadow:0 12px 32px rgba(108,65,255,.2)}.s2e-agency-home .s2e-public-btn-secondary{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.11)!important;color:#f2f0f6!important}.s2e-agency-home .s2e-public-btn-secondary:hover{background:rgba(255,255,255,.07)!important;border-color:rgba(158,120,255,.25)!important}.s2e-agency-home .s2e-public-input-wrap{background:#0b0b10!important;border-color:rgba(255,255,255,.09)!important}.s2e-agency-home .s2e-public-input-wrap:focus-within{border-color:#7e55e8!important;box-shadow:0 0 0 3px rgba(126,85,232,.10)!important}.s2e-agency-home .s2e-public-form input.form-control{color:#f5f4f8!important}.s2e-agency-home .s2e-public-auth-switch{border-color:rgba(255,255,255,.07)!important}.s2e-agency-home .s2e-public-auth-switch a,.s2e-agency-home .s2e-public-label-row a{color:#a987ff!important}
@media(max-width:991px){.s2e-agency-hero{padding-top:48px}.s2e-agency-hero-grid{grid-template-columns:1fr;gap:52px}.s2e-agency-copy{max-width:820px}.s2e-agency-login-shell{max-width:560px}.s2e-agency-proof{grid-template-columns:repeat(3,1fr)}.s2e-agency-service-grid{grid-template-columns:repeat(2,1fr)}.s2e-agency-process-grid{grid-template-columns:1fr;gap:42px}.s2e-agency-positioning-card{grid-template-columns:1fr;gap:38px}}
@media(max-width:700px){.s2e-agency-home .s2e-public-container{width:min(100% - 28px,1180px)}.s2e-agency-hero{min-height:auto;padding:38px 0 62px}.s2e-agency-copy h1{font-size:44px}.s2e-agency-lead{font-size:16px}.s2e-agency-proof{grid-template-columns:1fr}.s2e-agency-platforms{align-items:flex-start;flex-direction:column;gap:11px}.s2e-agency-login-shell{width:100%}.s2e-agency-auth-card{padding:22px!important}.s2e-agency-login-foot{flex-wrap:wrap}.s2e-agency-strip .s2e-public-container{justify-content:center;flex-wrap:wrap;padding:20px 0}.s2e-agency-strip i{display:none}.s2e-agency-home .s2e-public-section{padding:72px 0}.s2e-agency-service-grid{grid-template-columns:1fr}.s2e-agency-service-grid article{min-height:auto}.s2e-agency-process-list article{grid-template-columns:48px 1fr;padding:18px}.s2e-agency-positioning-card{padding:28px 22px}.s2e-agency-positioning-stats{grid-template-columns:repeat(2,1fr)}.s2e-agency-positioning-stats>div{height:92px}.s2e-agency-actions .s2e-public-btn{width:100%;justify-content:center}}


/* =========================================================
   GREADY PUBLIC AGENCY HEADER V3
   ========================================================= */
.s2e-guest-body{background:#09090d!important;color:#f7f6fa!important}
.s2e-agency-public-shell{background:#09090d;min-height:100vh}
.s2e-agency-header{position:sticky;top:0;z-index:1000;height:82px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(9,9,13,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.s2e-agency-header-inner{width:min(1180px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center;gap:34px}
.s2e-agency-header-logo{display:flex;align-items:center;flex:0 0 auto}
.s2e-agency-header-logo img{display:block;max-height:43px;max-width:180px;width:auto}
.s2e-agency-header-logo span{color:#fff;font-size:22px;font-weight:800}
.s2e-agency-header-nav{margin-left:auto;display:flex;align-items:center;gap:30px}
.s2e-agency-header-nav>a{color:#a8a5b0!important;font-size:14px;font-weight:650;text-decoration:none!important;transition:color .18s ease}
.s2e-agency-header-nav>a:hover{color:#fff!important}
.s2e-agency-header-actions{display:flex;align-items:center;gap:10px}
.s2e-agency-login-link,.s2e-agency-project-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:10px;padding:0 16px;font-size:13px;font-weight:750;text-decoration:none!important;white-space:nowrap}
.s2e-agency-login-link{color:#d8d4e1!important;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.025)}
.s2e-agency-login-link:hover{color:#fff!important;background:rgba(255,255,255,.06)}
.s2e-agency-project-link{color:#fff!important;border:1px solid transparent;background:linear-gradient(135deg,#6f3fff,#8d5cff);box-shadow:0 8px 24px rgba(111,63,255,.18)}
.s2e-agency-project-link:hover{color:#fff!important;filter:brightness(1.05)}
.s2e-agency-language{position:relative}
.s2e-agency-language-current{border:0;background:transparent;color:#8f8b98;font-size:12px;font-weight:650;padding:8px 0}
.s2e-agency-language-current i{font-size:9px;margin-left:5px}
.s2e-agency-language .dropdown-menu{min-width:140px!important;padding:6px!important;background:#15141b!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:10px!important;box-shadow:0 18px 50px rgba(0,0,0,.4)!important}
.s2e-agency-language .dropdown-menu li a{display:block!important;padding:8px 10px!important;border-radius:7px!important;color:#aaa6b2!important;font-size:12px!important;background:transparent!important}
.s2e-agency-language .dropdown-menu li a:hover,.s2e-agency-language .dropdown-menu li.active a{color:#fff!important;background:rgba(123,79,255,.14)!important}
.s2e-agency-menu-toggle{display:none;margin-left:auto;width:38px;height:38px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:rgba(255,255,255,.025);padding:9px}
.s2e-agency-menu-toggle span{display:block;height:2px;margin:4px 0;border-radius:5px;background:#eeeaf4}
.s2e-agency-mobile-actions{display:none}
.s2e-agency-home .s2e-agency-hero{min-height:680px;padding-top:62px}
.s2e-agency-home .s2e-agency-proof{margin-top:34px}
.s2e-agency-home .s2e-agency-platforms{margin-top:24px}
.s2e-agency-home .s2e-agency-strip{display:none}
.s2e-agency-home .s2e-public-section{padding-top:88px;padding-bottom:88px}
@media(max-width:900px){
  .s2e-agency-header-inner{width:min(100% - 28px,1180px)}
  .s2e-agency-header-actions{display:none}
  .s2e-agency-menu-toggle{display:block}
  .s2e-agency-header-nav{display:none;position:absolute;left:14px;right:14px;top:72px;margin:0;padding:18px;flex-direction:column;align-items:stretch;gap:0;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#111117;box-shadow:0 25px 70px rgba(0,0,0,.45)}
  .s2e-agency-header-nav.is-open{display:flex}
  .s2e-agency-header-nav>a{padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.06)}
  .s2e-agency-language{padding:9px 4px}
  .s2e-agency-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
}
@media(max-width:560px){
  .s2e-agency-header{height:70px}
  .s2e-agency-header-logo img{max-height:36px;max-width:150px}
  .s2e-agency-header-nav{top:62px}
  .s2e-agency-mobile-actions{grid-template-columns:1fr}
  .s2e-agency-home .s2e-agency-hero{padding-top:34px}
}


/* =========================================================
   GREADY V32 — GLOBAL VISUAL POLISH
   Cosmetic only. No functional selectors are changed.
   ========================================================= */

/* ---------- Core rhythm ---------- */
body:not(.s2e-guest-body){
  background:#09090d;
}

body:not(.s2e-guest-body) .s2e-page-shell{
  width:100%;
  max-width:none;
}

body:not(.s2e-guest-body) .s2e-page-shell,
body:not(.s2e-guest-body) .neworder-page-content{
  color:#ece9f1;
}

body:not(.s2e-guest-body) .s2e-page-shell h1,
body:not(.s2e-guest-body) .s2e-page-shell h2,
body:not(.s2e-guest-body) .s2e-page-shell h3{
  letter-spacing:-.02em;
}

/* Consistent vertical spacing beneath authenticated header */
body:not(.s2e-guest-body) .s2e-main-header + section,
body:not(.s2e-guest-body) .s2e-main-header ~ section:first-of-type{
  margin-top:0;
}

/* ---------- Cards / surfaces ---------- */
body:not(.s2e-guest-body) .s2e-page-shell .sa_bg_card,
body:not(.s2e-guest-body) .s2e-page-shell .sa_bg_modal,
body:not(.s2e-guest-body) .s2e-page-shell .well,
body:not(.s2e-guest-body) .s2e-page-shell .panel{
  border-color:rgba(255,255,255,.075);
  background:#111116;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}

body:not(.s2e-guest-body) .s2e-page-shell .sa_rounded{
  border-radius:14px;
}

/* ---------- Inputs ---------- */
body:not(.s2e-guest-body) .s2e-page-shell .form-control,
body:not(.s2e-guest-body) .s2e-page-shell input[type="text"],
body:not(.s2e-guest-body) .s2e-page-shell input[type="email"],
body:not(.s2e-guest-body) .s2e-page-shell input[type="password"],
body:not(.s2e-guest-body) .s2e-page-shell input[type="number"],
body:not(.s2e-guest-body) .s2e-page-shell input[type="search"],
body:not(.s2e-guest-body) .s2e-page-shell select,
body:not(.s2e-guest-body) .s2e-page-shell textarea{
  min-height:42px;
  border:1px solid #34343f;
  border-radius:10px;
  background:#17171d;
  color:#f3f0f6;
  box-shadow:none;
}

body:not(.s2e-guest-body) .s2e-page-shell textarea{
  min-height:120px;
  resize:vertical;
}

body:not(.s2e-guest-body) .s2e-page-shell .form-control:focus,
body:not(.s2e-guest-body) .s2e-page-shell input:focus,
body:not(.s2e-guest-body) .s2e-page-shell select:focus,
body:not(.s2e-guest-body) .s2e-page-shell textarea:focus{
  border-color:#7655e8;
  box-shadow:0 0 0 3px rgba(118,85,232,.12);
  outline:none;
}

/* ---------- Buttons ---------- */
body:not(.s2e-guest-body) .s2e-page-shell .sa_btn,
body:not(.s2e-guest-body) .s2e-page-shell .btn{
  min-height:40px;
  border-radius:10px;
  font-weight:780;
  letter-spacing:-.01em;
}

body:not(.s2e-guest-body) .s2e-page-shell .sa_btn_primary,
body:not(.s2e-guest-body) .s2e-page-shell .btn-primary{
  border-color:#6d46e8;
  background:linear-gradient(180deg,#774df3,#6338de);
  color:#fff;
  box-shadow:0 7px 20px rgba(93,54,210,.20);
}

body:not(.s2e-guest-body) .s2e-page-shell .sa_btn_primary:hover,
body:not(.s2e-guest-body) .s2e-page-shell .btn-primary:hover{
  border-color:#805cf0;
  background:linear-gradient(180deg,#825af6,#6b40e4);
  transform:translateY(-1px);
}

/* ---------- Page headers ---------- */
body:not(.s2e-guest-body) .pageheader{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0;
  color:#f0edf4;
  font-size:18px;
  font-weight:850;
  letter-spacing:-.025em;
}

body:not(.s2e-guest-body) .pageheader i{
  color:#9c7cf2;
}

/* ---------- Tables / rows ---------- */
body:not(.s2e-guest-body) .s2e-page-shell table{
  border-collapse:separate;
  border-spacing:0;
}

body:not(.s2e-guest-body) .s2e-page-shell th{
  color:#8f8999;
  font-size:10px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}

body:not(.s2e-guest-body) .s2e-page-shell td{
  color:#d9d5df;
  vertical-align:middle;
}

body:not(.s2e-guest-body) .s2e-page-shell tr + tr td{
  border-top-color:rgba(255,255,255,.055);
}

/* =========================================================
   NEW ORDER
   ========================================================= */
.s2e-marketplace{
  margin-bottom:22px;
}

.s2e-marketplace .s2e-market-section{
  border-radius:18px;
}

.s2e-marketplace .s2e-section-heading{
  margin-bottom:16px;
}

.s2e-marketplace .s2e-section-heading h2{
  margin-top:3px;
  font-size:clamp(21px,2.2vw,28px);
}

.s2e-marketplace .s2e-section-heading p{
  max-width:760px;
  color:#9993a1;
  line-height:1.55;
}

.s2e-marketplace .s2e-platform-primary-grid{
  gap:12px;
}

.s2e-marketplace .s2e-platform-card{
  min-height:112px;
  border-radius:16px;
}

.s2e-marketplace .s2e-platform-card:hover,
.s2e-marketplace .s2e-category-card:hover,
.s2e-marketplace .s2e-other-card:hover{
  transform:translateY(-2px);
}

.s2e-category-group{
  box-shadow:0 10px 28px rgba(0,0,0,.15);
}

.s2e-category-group-grid .s2e-category-card{
  border-radius:12px;
}

.s2e-category-group-grid .s2e-category-copy strong{
  white-space:normal;
  line-height:1.35;
  text-overflow:clip;
}

.s2e-service-toolbar{
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:13px;
  background:rgba(255,255,255,.018);
}

.s2e-service-grid{
  gap:12px;
}

.s2e-product-card{
  min-height:190px;
  border-radius:15px;
}

.s2e-product-card h3{
  line-height:1.35;
}

.s2e-product-meta{
  gap:6px;
}

.s2e-product-meta span{
  border-radius:8px;
}

.s2e-checkout-main,
.s2e-order-sidebar{
  border-radius:16px!important;
}

.s2e-selected-product,
.s2e-summary-card,
.s2e-service-detail-card{
  border-radius:14px;
}

/* =========================================================
   SERVICES CATALOG
   ========================================================= */
.greedy-services{
  padding-bottom:22px;
}

.greedy-services-hero{
  padding:28px;
  border-radius:20px;
}

.greedy-services-controls{
  border-radius:16px;
}

.greedy-service-category{
  border-radius:16px;
}

.greedy-service-grid{
  gap:12px;
}

.greedy-service-card{
  border-radius:14px;
}

.greedy-service-card h3{
  line-height:1.35;
}

/* =========================================================
   ORDERS
   ========================================================= */
.s2e-page-orders .sa_bg_card{
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}

.s2e-page-orders a.sa_bg_card:hover{
  border-color:rgba(126,89,234,.35);
  background:#14131a;
  transform:translateY(-1px);
}

.s2e-page-orders .pageheader{
  margin-bottom:3px;
}

/* =========================================================
   ACCOUNT
   ========================================================= */
.s2e-page-account .s2e-account-intro{
  border-radius:16px!important;
}

.s2e-page-account .s2e-account-card{
  border-radius:14px!important;
  background:#111116!important;
}

.s2e-page-account .s2e-account-section-title{
  padding-bottom:9px;
  border-bottom:1px solid rgba(255,255,255,.055);
}

/* =========================================================
   ADD FUNDS
   ========================================================= */
.s2e-page-addfunds .s2e-addfunds-intro{
  border-radius:16px!important;
}

.s2e-page-addfunds .payment_card{
  transition:background .15s ease;
}

.s2e-page-addfunds .payment_card:hover{
  background:rgba(118,85,232,.045);
}

.s2e-page-addfunds .payment_card label{
  padding:14px 16px!important;
}

.s2e-page-addfunds .payment_card input[type="radio"]{
  accent-color:#7655e8;
}

/* =========================================================
   TICKETS
   ========================================================= */
.s2e-page-tickets .s2e-tickets-intro-v23,
.s2e-page-viewticket .s2e-viewticket-intro-v23{
  border-radius:16px!important;
}

.s2e-page-tickets > .space-y-2 > .flex.items-center.justify-between{
  margin-bottom:12px;
}

.s2e-page-tickets a.sa_bg_card{
  min-height:66px;
  padding:12px 14px!important;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}

.s2e-page-tickets a.sa_bg_card:hover{
  border-color:rgba(126,89,234,.35);
  background:#14131a;
  transform:translateY(-1px);
}

.s2e-page-viewticket section.grid{
  gap:14px;
}

/* =========================================================
   AUTH HEADER
   ========================================================= */
.s2e-main-header{
  border-bottom-color:rgba(255,255,255,.065)!important;
  background:rgba(9,9,13,.96)!important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.s2e-main-header-inner{
  min-height:74px!important;
}

.s2e-main-header .s2e-auth-language-flags{
  margin-right:6px!important;
}

.s2e-main-header .s2e-auth-language-flag{
  box-shadow:none!important;
}

.s2e-main-header .s2e-auth-credit{
  min-height:36px!important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:991px){
  body:not(.s2e-guest-body) .s2e-page-shell{
    min-width:0;
  }

  .s2e-marketplace .s2e-market-section,
  .s2e-checkout-main,
  .s2e-order-sidebar{
    border-radius:14px!important;
  }

  .greedy-services-hero{
    padding:22px;
  }
}

@media(max-width:767px){
  body:not(.s2e-guest-body) .s2e-page-shell .sa_rounded{
    border-radius:12px;
  }

  .s2e-marketplace .s2e-platform-primary-grid{
    gap:9px;
  }

  .s2e-marketplace .s2e-platform-card{
    min-height:96px;
  }

  .s2e-service-toolbar{
    padding:9px;
  }

  .s2e-category-group-head{
    min-height:45px;
  }

  .s2e-product-card{
    min-height:0;
  }

  .greedy-services-hero{
    padding:18px;
    border-radius:15px;
  }

  .greedy-service-category{
    border-radius:14px;
  }

  .s2e-page-tickets a.sa_bg_card{
    padding:11px!important;
  }
}

@media(max-width:420px){
  .s2e-marketplace .s2e-section-heading h2{
    font-size:20px;
  }

  .s2e-marketplace .s2e-platform-card{
    min-height:90px;
  }

  .s2e-main-header .s2e-auth-language-flag{
    width:29px!important;
    height:27px!important;
  }
}
/* =========================================================
   GREADY V39 — FUNCTIONAL LIGHT / DARK MODE
   This layer intentionally comes last.
   V32 contained several authenticated styles that were
   unconditionally dark and therefore overrode the light theme.
   ========================================================= */

:root:not(.dark) {
  color-scheme: light;
  --gready-bg:#f6f5fa;
  --gready-bg-soft:#fbfaff;
  --gready-surface:#ffffff;
  --gready-surface-2:#f8f6fc;
  --gready-surface-3:#f2eef9;
  --gready-text:#20172d;
  --gready-text-strong:#17101f;
  --gready-muted:#6f6679;
  --gready-muted-2:#8d8496;
  --gready-border:#e6e0ec;
  --gready-border-strong:#d8cfe2;
  --gready-purple:#6d3df2;
  --gready-purple-dark:#5630c9;
  --gready-purple-soft:#f1ebff;
  --gready-purple-soft-2:#e7dcff;
  --gready-shadow:0 14px 38px rgba(46,29,67,.07);
}

html:not(.dark) body:not(.s2e-guest-body) {
  background:
    radial-gradient(circle at 78% -8%,rgba(109,61,242,.075),transparent 30%),
    linear-gradient(180deg,#faf9fc 0%,#f5f3f9 100%) !important;
  color:var(--gready-text) !important;
}

html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell,
html:not(.dark) body:not(.s2e-guest-body) .neworder-page-content {
  color:var(--gready-text) !important;
}

/* Header */
html:not(.dark) .s2e-main-header {
  border-bottom:1px solid rgba(82,61,102,.10) !important;
  background:rgba(255,255,255,.92) !important;
  box-shadow:0 7px 26px rgba(47,31,62,.045) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

html:not(.dark) .s2e-main-header a,
html:not(.dark) .s2e-main-header button,
html:not(.dark) .s2e-main-header summary {
  color:#4c4355 !important;
}

html:not(.dark) .s2e-main-header nav a:hover,
html:not(.dark) .s2e-main-header .lg\:flex a:hover,
html:not(.dark) .s2e-main-header nav a.active,
html:not(.dark) .s2e-main-header .lg\:flex a.active {
  color:#5c32d6 !important;
  background:#f3edff !important;
}

html:not(.dark) .s2e-main-header .s2e-auth-credit {
  border:1px solid #e2daf0 !important;
  background:linear-gradient(180deg,#fbf9ff,#f5f0fd) !important;
  color:#372d42 !important;
}
html:not(.dark) .s2e-main-header .s2e-auth-credit span {color:#887e92 !important}
html:not(.dark) .s2e-main-header .s2e-auth-credit strong {color:#5d35d2 !important}

html:not(.dark) .s2e-main-header .s2e-auth-language-flag,
html:not(.dark) .s2e-main-header .s2e-theme-toggle {
  border:1px solid #e3ddec !important;
  background:#fbfaff !important;
  color:#554b60 !important;
  box-shadow:none !important;
}
html:not(.dark) .s2e-main-header .s2e-auth-language-flag:hover,
html:not(.dark) .s2e-main-header .s2e-theme-toggle:hover {
  border-color:#cdbff0 !important;
  background:#f3edff !important;
  color:#6337df !important;
}
html:not(.dark) .s2e-main-header .s2e-auth-language-flag.is-active {
  border-color:#bdaaf0 !important;
  background:#eee7ff !important;
}

html:not(.dark) .s2e-main-header .s2e-header-account-menu,
html:not(.dark) .s2e-main-header .dropdown-menu {
  border-color:#e5deeb !important;
  background:#fff !important;
  color:#302638 !important;
  box-shadow:0 20px 55px rgba(48,31,60,.14) !important;
}
html:not(.dark) .s2e-main-header .s2e-header-account-menu>a:hover,
html:not(.dark) .s2e-main-header .dropdown-menu>li>a:hover {
  background:#f5f0ff !important;
}
html:not(.dark) .s2e-main-header .s2e-header-account-menu .font-medium {color:#302638 !important}
html:not(.dark) .s2e-main-header .s2e-header-account-menu .text-xs {color:#847a8d !important}

/* Main surfaces */
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_bg_card,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_bg_modal,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .well,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .panel,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .bg-white,
html:not(.dark) .s2e-page-account .s2e-account-card {
  border-color:var(--gready-border) !important;
  background:var(--gready-surface) !important;
  color:var(--gready-text) !important;
  box-shadow:var(--gready-shadow) !important;
}

/* Headings / copy */
html:not(.dark) body:not(.s2e-guest-body) .pageheader,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell h1,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell h2,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell h3,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell h4,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell strong {
  color:var(--gready-text-strong) !important;
}
html:not(.dark) body:not(.s2e-guest-body) .pageheader i {color:#7347df !important}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell p,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell small,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .text-muted,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_muted,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .help-block {
  color:var(--gready-muted) !important;
}

/* Inputs */
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .form-control,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input[type="text"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input[type="email"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input[type="password"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input[type="number"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input[type="search"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell select,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell textarea {
  border-color:#ded7e7 !important;
  background:#fbfafe !important;
  color:#23192e !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .form-control::placeholder,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input::placeholder,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell textarea::placeholder {
  color:#9990a3 !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .form-control:focus,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell input:focus,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell select:focus,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell textarea:focus {
  border-color:#8a63e8 !important;
  background:#fff !important;
  box-shadow:0 0 0 3px rgba(111,63,218,.11) !important;
}

/* Secondary buttons / pills */
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .btn-default,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_btn_transparent,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_btn_secondary {
  border-color:#ded7e7 !important;
  background:#fff !important;
  color:#403548 !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .btn-default:hover,
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell .sa_btn_transparent:hover {
  border-color:#cbbced !important;
  background:#f5f0ff !important;
  color:#5c32d6 !important;
}

/* Tables */
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell table {
  color:#302638 !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell th {
  border-color:#e7e1ec !important;
  background:#f7f4fa !important;
  color:#756b7e !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell td {
  border-color:#ece7f0 !important;
  color:#3f3547 !important;
}
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-shell tr + tr td {
  border-top-color:#ece7f0 !important;
}

/* Account / Add funds / Ticket intro panels */
html:not(.dark) .s2e-page-account .s2e-account-intro,
html:not(.dark) .s2e-page-addfunds .s2e-addfunds-intro,
html:not(.dark) .s2e-page-tickets .s2e-tickets-intro-v23,
html:not(.dark) .s2e-page-viewticket .s2e-viewticket-intro-v23 {
  border-color:#e0d6f0 !important;
  background:
    radial-gradient(circle at 90% 20%,rgba(118,72,224,.10),transparent 35%),
    linear-gradient(135deg,#fff,#f8f4ff) !important;
  box-shadow:0 12px 34px rgba(57,37,75,.055) !important;
}
html:not(.dark) .s2e-page-account .s2e-account-section-title {
  border-bottom-color:#ece5f1 !important;
  color:#33263f !important;
}

/* Orders and tickets hover states that V32 forced dark */
html:not(.dark) .s2e-page-orders a.sa_bg_card:hover,
html:not(.dark) .s2e-page-tickets a.sa_bg_card:hover {
  border-color:#cab9ed !important;
  background:#faf7ff !important;
}

/* New Order polish on top of the existing light-mode block */
html:not(.dark) .s2e-marketplace .s2e-market-section,
html:not(.dark) .s2e-checkout-main,
html:not(.dark) .s2e-order-sidebar,
html:not(.dark) .s2e-summary-card,
html:not(.dark) .s2e-service-detail-card,
html:not(.dark) .s2e-selected-product {
  border-color:#e4ddec !important;
  box-shadow:0 12px 34px rgba(50,32,66,.06) !important;
}
html:not(.dark) .s2e-service-toolbar {
  border-color:#e5dfea !important;
  background:#faf8fd !important;
}
html:not(.dark) .s2e-category-group {
  box-shadow:0 9px 25px rgba(51,33,67,.055) !important;
}

/* Services catalog */
html:not(.dark) .greedy-services,
html:not(.dark) .greedy-services-hero,
html:not(.dark) .greedy-services-controls,
html:not(.dark) .greedy-service-category,
html:not(.dark) .greedy-service-card {
  color:#2d2336 !important;
}
html:not(.dark) .greedy-services-hero,
html:not(.dark) .greedy-services-controls,
html:not(.dark) .greedy-service-category,
html:not(.dark) .greedy-service-card {
  border-color:#e5deeb !important;
  background:#fff !important;
  box-shadow:0 10px 30px rgba(45,29,59,.055) !important;
}
html:not(.dark) .greedy-service-card:hover {
  border-color:#c9b9ea !important;
  background:#fbf8ff !important;
}

/* Bootstrap-select / Select2 */
html:not(.dark) .bootstrap-select .dropdown-toggle,
html:not(.dark) .select2-container--default .select2-selection--single {
  border-color:#ded7e7 !important;
  background:#fbfafe !important;
  color:#2a2033 !important;
}
html:not(.dark) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color:#2a2033 !important;
}
html:not(.dark) .select2-dropdown,
html:not(.dark) .select2-results__option {
  border-color:#e2dbe8 !important;
  background:#fff !important;
  color:#352a3d !important;
}
html:not(.dark) .select2-results__option--highlighted {
  background:#f0e9ff !important;
  color:#5c32d6 !important;
}

/* Native Tailwind gray classes that can retain dark-looking fills */
html:not(.dark) body:not(.s2e-guest-body) .bg-gray-800,
html:not(.dark) body:not(.s2e-guest-body) .bg-gray-900,
html:not(.dark) body:not(.s2e-guest-body) .bg-gray-700 {
  background-color:#fff !important;
}

/* Keep text on real primary/action buttons white. */
html:not(.dark) body:not(.s2e-guest-body) .btn-primary,
html:not(.dark) body:not(.s2e-guest-body) .sa_btn_primary,
html:not(.dark) body:not(.s2e-guest-body) button[type="submit"],
html:not(.dark) body:not(.s2e-guest-body) .s2e-summary-order-button,
html:not(.dark) body:not(.s2e-guest-body) .s2e-select-service {
  color:#fff !important;
}

/* Mobile drawer */
@media(max-width:767px) {
  html:not(.dark) .s2e-main-header details.details-overlay > details-dialog,
  html:not(.dark) .s2e-main-header details.details-overlay .s2e-mobile-drawer {
    border-color:#e2dbe9 !important;
    background:#fff !important;
    color:#302638 !important;
  }
  html:not(.dark) .s2e-main-header .s2e-mobile-drawer-close {
    border-color:#ded7e7 !important;
    background:#f8f5fb !important;
    color:#463b50 !important;
  }
}

/* Smooth visual switch without animating layout dimensions */
@media (prefers-reduced-motion:no-preference) {
  html body:not(.s2e-guest-body),
  html .s2e-main-header,
  html body:not(.s2e-guest-body) .s2e-page-shell .sa_bg_card,
  html body:not(.s2e-guest-body) .s2e-page-shell .panel,
  html body:not(.s2e-guest-body) .s2e-page-shell .well,
  html body:not(.s2e-guest-body) .s2e-page-shell input,
  html body:not(.s2e-guest-body) .s2e-page-shell select,
  html body:not(.s2e-guest-body) .s2e-page-shell textarea {
    transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
  }
}
/* =========================================================
   GREADY V41 — API STATUS ACCESSIBILITY
   ========================================================= */
.s2e-page-account .s2e-api-key-state{
  font-size:12px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
  min-height:20px;
}

html.dark .s2e-page-account .s2e-api-key-state{
  color:#c5bdcf !important;
}
html.dark .s2e-page-account .s2e-api-key-state.is-error{
  color:#ffb3c1 !important;
}
html.dark .s2e-page-account .s2e-api-key-state.is-success{
  color:#9be7ba !important;
}

html:not(.dark) .s2e-page-account .s2e-api-key-state{
  color:#655a70 !important;
}
html:not(.dark) .s2e-page-account .s2e-api-key-state.is-error{
  color:#8f1f3f !important;
}
html:not(.dark) .s2e-page-account .s2e-api-key-state.is-success{
  color:#17633a !important;
}
/* =========================================================
   GREADY V42 — API CTA CONTRAST
   ========================================================= */
.s2e-page-api .s2e-api-primary-link,
html:not(.dark) .s2e-page-api .s2e-api-primary-link,
html.dark .s2e-page-api .s2e-api-primary-link {
  background-color:#5b3fd6 !important;
  color:#ffffff !important;
  border-color:transparent !important;
  text-decoration:none !important;
  font-weight:700 !important;
}

.s2e-page-api .s2e-api-primary-link:hover,
html:not(.dark) .s2e-page-api .s2e-api-primary-link:hover,
html.dark .s2e-page-api .s2e-api-primary-link:hover {
  background-color:#4b32bd !important;
  color:#ffffff !important;
}

.s2e-page-api .s2e-api-primary-link:focus-visible {
  outline:3px solid rgba(109,61,242,.35) !important;
  outline-offset:3px !important;
  box-shadow:0 0 0 4px rgba(109,61,242,.16) !important;
}
/* V43: Never globally override .text-white in light mode.
   White text is intentional on colored buttons/badges.
   Neutral light surfaces get their text color from their own component rules. */
html:not(.dark) body:not(.s2e-guest-body) .bg-white:not(.btn):not(button):not(a),
html:not(.dark) body:not(.s2e-guest-body) .bg-gray-50:not(.btn):not(button):not(a),
html:not(.dark) body:not(.s2e-guest-body) .bg-gray-100:not(.btn):not(button):not(a) {
  color:#2f2438;
}
/* =========================================================
   GREADY V43 — FINAL PRIMARY CTA TEXT CONTRAST
   ========================================================= */
html:not(.dark) body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white,
html.dark body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white,
body:not(.s2e-guest-body) a.s2e-api-primary-link.text-white {
  color:#ffffff !important;
  background:#5135c8 !important;
  border-color:#5135c8 !important;
  text-shadow:none !important;
  -webkit-text-fill-color:#ffffff !important;
}

html:not(.dark) body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white:hover,
html.dark body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white:hover,
body:not(.s2e-guest-body) a.s2e-api-primary-link.text-white:hover {
  color:#ffffff !important;
  background:#432aa9 !important;
  border-color:#432aa9 !important;
  -webkit-text-fill-color:#ffffff !important;
}

html:not(.dark) body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white:visited,
html.dark body:not(.s2e-guest-body) .s2e-page-api a.s2e-api-primary-link.text-white:visited,
body:not(.s2e-guest-body) a.s2e-api-primary-link.text-white:visited {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
/* =========================================================
   GREADY V44 — SERVICES FINAL SAFETY LAYER
   ========================================================= */
.greedy-services .greedy-service-buy {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
html:not(.dark) .greedy-services .greedy-service-buy,
html:not(.dark) .greedy-services .greedy-service-buy:hover,
html.dark .greedy-services .greedy-service-buy,
html.dark .greedy-services .greedy-service-buy:hover {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
/* =========================================================
   GREADY V45 — ORDERS FINAL CONTRAST
   ========================================================= */
.s2e-page-orders .s2e-order-actions .sa_bg_color_primary,
.s2e-page-orders .s2e-order-actions .sa_bg_color_primary:hover {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
/* =========================================================
   GREADY V48 — NEW ORDER LIGHT CATEGORY TEXT ONLY
   Logic/markup in neworder.twig intentionally untouched.
   ========================================================= */
html:not(.dark) #s2e-category-grid .s2e-category-group-title,
html:not(.dark) #s2e-category-grid .s2e-category-copy strong {
  color:#21172a !important;
}

html:not(.dark) #s2e-category-grid .s2e-category-group-title i,
html:not(.dark) #s2e-category-grid .s2e-category-icon {
  color:#5831bf !important;
}

html:not(.dark) #s2e-category-grid .s2e-category-group-count,
html:not(.dark) #s2e-category-grid .s2e-category-copy small {
  color:#5a5063 !important;
}
