:root {
  --navy: #0a0c10;
  --navy-soft: #171a1f;
  --orange: #d9a441;
  --orange-dark: #b78224;
  --ink: #ece7de;
  --muted: #c6b9a4;
  --line: rgba(217, 164, 65, 0.16);
  --paper: #121419;
  --white: #ffffff;
  --green: #5fa875;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --card-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  --card-shadow-strong: 0 26px 64px rgba(0, 0, 0, 0.42);
  --site-max: 1200px;
  --content-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(217, 164, 65, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 20%, rgba(217, 164, 65, 0.08), transparent 28rem),
    linear-gradient(180deg, #090b0f 0%, #11141a 42%, #0d1015 100%);
  background-attachment: fixed;
}

.payment-result-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 122, 31, 0.18), transparent 28rem),
    linear-gradient(135deg, #081a36 0%, #142a50 48%, #f47a1f 140%);
}

.payment-result {
  width: min(92vw, 560px);
  display: grid;
  gap: 22px;
}

.payment-result .brand {
  color: #fff;
  justify-self: center;
}

.payment-result-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  padding: clamp(26px, 5vw, 42px);
  box-shadow: 0 22px 70px rgba(8, 26, 54, 0.25);
}

.payment-result-card svg {
  width: 42px;
  height: 42px;
  color: var(--orange);
}

.payment-result-card h1 {
  margin: 8px 0 10px;
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: 0;
}

.payment-result-card p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.is-loading {
  cursor: wait;
  opacity: 0.75;
}

.checkout-page {
  min-height: 100vh;
  padding: clamp(22px, 4vw, 42px);
  color: var(--white);
  background:
    radial-gradient(circle at 14% 10%, rgba(217, 164, 65, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(217, 164, 65, 0.08), transparent 28rem),
    linear-gradient(180deg, #090b0f 0%, #11141a 42%, #0d1015 100%);
}

.checkout-brand {
  display: inline-flex;
  margin-bottom: 28px;
}

.checkout-hero,
.checkout-summary {
  width: min(calc(100% - 16px), var(--site-max));
  margin: 0 auto;
}

.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.checkout-hero h1 {
  margin: 8px 0 14px;
  color: var(--white);
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 0;
}

.checkout-hero p {
  max-width: 620px;
  color: rgba(236, 231, 222, 0.8);
  font-size: 19px;
  line-height: 1.65;
}

.checkout-card,
.checkout-summary article {
  border: 1px solid rgba(217, 164, 65, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(20, 23, 29, 0.96) 0%, rgba(15, 18, 23, 0.94) 100%);
  box-shadow: var(--card-shadow);
}

.checkout-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.checkout-card span,
.checkout-card p {
  color: rgba(236, 231, 222, 0.78);
}

.checkout-card h2 {
  margin: 0;
  color: var(--white);
  font-size: 28px;
  letter-spacing: 0;
}

.checkout-card strong {
  color: var(--orange-dark);
  font-size: 32px;
}

.checkout-trust,
.checkout-agreements {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(217, 164, 65, 0.1);
}

.checkout-trust span,
.checkout-agreements label {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.checkout-trust span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: #22c55e;
}

.checkout-agreements label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  line-height: 1.35;
}

.checkout-agreements input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--orange);
}

.checkout-agreements a {
  color: var(--orange-dark);
  text-decoration: none;
}

.checkout-logos {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.checkout-logos img {
  max-width: 240px;
  height: auto;
}

.checkout-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.checkout-summary article {
  padding: 24px;
}

.checkout-summary h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 24px;
  letter-spacing: 0;
}

.checkout-summary dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.checkout-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(217, 164, 65, 0.1);
}

.checkout-summary dt {
  color: rgba(236, 231, 222, 0.68);
}

.checkout-summary dd {
  margin: 0;
  color: var(--white);
  font-weight: 800;
  text-align: right;
}

.legal-checklist {
  display: grid;
  gap: 10px;
}

.legal-checklist a {
  color: var(--white);
  font-weight: 800;
}

.compliance-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(7, 21, 47, 0.08);
}

.compliance-strip h2 {
  margin-bottom: 10px;
}

.compliance-strip p {
  color: var(--muted);
  line-height: 1.6;
}

.compliance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compliance-actions a:not(.btn) {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
  background: #f8fafc;
}

.criteria-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.criteria-list li {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.compliance-logos {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.compliance-logos img {
  max-width: 250px;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(10, 12, 16, 0.96) 0%, rgba(15, 17, 22, 0.94) 100%);
  border-bottom: 1px solid rgba(217, 164, 65, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.top-bar {
  width: min(calc(100% - 40px), var(--site-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
  grid-column: 1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(145deg, var(--orange), var(--orange-dark));
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(244, 122, 31, 0.28);
}

.brand-copy {
  display: grid;
  line-height: 0.92;
  color: #f3efe7;
  font-size: 18px;
}

.account-tools {
  display: none;
  align-items: center;
  gap: 8px;
  grid-column: 3;
  justify-self: end;
  min-width: 136px;
}

.account-tools.is-signed-in {
  display: inline-flex;
}

.account-tools button,
.account-tools a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: var(--radius);
  color: #98a2b3;
  background: transparent;
  cursor: pointer;
}

.account-tools button:hover,
.account-tools a:hover {
  color: var(--navy);
  background: #f2f4f7;
}

.account-tools.is-signed-in a {
  color: var(--navy);
}

.account-tools.is-signed-in a:first-child {
  background: #fff0e2;
  color: var(--orange-dark);
}

.account-tools svg {
  width: 21px;
  height: 21px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 34px);
  min-height: 44px;
  grid-column: 2;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(243, 239, 231, 0.82);
}

.main-nav a:hover {
  color: #f2c96d;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 2px;
  background: transparent;
}

.main-nav a:hover::after {
  background: #d9a441;
}

.auth-link,
.auth-button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.auth-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  margin-left: auto;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-column: 3;
  min-width: 0;
  min-height: 46px;
}

.auth-link {
  min-height: 46px;
  padding: 0 8px;
  color: rgba(243, 239, 231, 0.9);
  background: transparent;
  line-height: 1;
}

.auth-button {
  min-height: 46px;
  padding: 0 24px;
  color: #17110a;
  background: linear-gradient(135deg, #f0cc79 0%, #d9a441 100%);
  border: 1px solid rgba(217, 164, 65, 0.2);
  box-shadow: 0 14px 32px rgba(183, 130, 36, 0.28);
}

.language-switch {
  display: none;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(7, 21, 47, 0.06);
}

.language-switch button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.54;
}

.language-switch button.is-active {
  background: #fff0e2;
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(244, 122, 31, 0.22);
}

.btn {
  padding: 0 18px;
  border: 1px solid transparent;
}

.btn svg,
.auth-button svg,
article svg,
.timeline-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn:hover,
.auth-button:hover,
.auth-link:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #16110a;
  background: linear-gradient(135deg, #f2c96d 0%, #cf952f 100%);
  border-color: rgba(217, 164, 65, 0.34);
  box-shadow: 0 14px 30px rgba(183, 130, 36, 0.28);
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.btn-secondary {
  color: #f3efe7;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  min-height: auto;
  padding: clamp(22px, 3vw, 34px) clamp(18px, 5vw, 72px) clamp(20px, 3vw, 30px);
  background: linear-gradient(145deg, #0a0c10 0%, #171a1f 56%, #251f18 100%);
  border: 1px solid rgba(217, 164, 65, 0.14);
  box-shadow: var(--card-shadow-strong);
}

.hero-visual {
  width: min(calc(100% - 40px), var(--site-max));
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  aspect-ratio: auto;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.service-strip {
  width: min(calc(100% - 40px), var(--site-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  padding: 14px 0 8px;
  background: transparent;
  border: 0;
}

.service-strip::-webkit-scrollbar {
  height: 6px;
}

.service-strip::-webkit-scrollbar-thumb {
  background: rgba(217, 164, 65, 0.22);
  border-radius: 999px;
}

.service-strip a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(243, 239, 231, 0.88);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 8px rgba(217, 164, 65, 0.08);
  white-space: nowrap;
  transition: color 160ms ease, text-shadow 160ms ease, transform 160ms ease;
}

.service-strip a::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -4px;
  left: 12%;
  height: 2px;
  border-radius: 999px;
  background: rgba(217, 164, 65, 0.24);
  box-shadow: 0 0 12px rgba(217, 164, 65, 0.24);
  opacity: 0.72;
}

.service-strip a:hover {
  color: #f2c96d;
  transform: translateY(-1px);
  text-shadow: 0 0 12px rgba(242, 201, 109, 0.24);
}

.service-strip a:hover::after {
  background: rgba(242, 201, 109, 0.44);
  box-shadow: 0 0 16px rgba(242, 201, 109, 0.34);
}

.hero-copy {
  max-width: 100%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1040px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 1;
  letter-spacing: 0;
}

.animated-headline {
  position: relative;
  display: block;
  width: min(100%, 1040px);
  overflow: visible;
}

.animated-headline span {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(18px);
  animation: headlineRise 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animated-headline span:nth-child(2) {
  animation-delay: 160ms;
}

.animated-headline span:nth-child(3) {
  animation-delay: 320ms;
}

.animated-headline::after {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -24%;
  width: 16%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-12deg);
  animation: headlineSheen 4.8s ease-in-out 1.1s infinite;
}

@keyframes headlineRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headlineSheen {
  0%,
  58% {
    left: -18%;
  }
  100% {
    left: 112%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animated-headline span,
  .animated-headline::after,
  .hero-ticker span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 12px;
}

.hero-proof,
.hero-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #475467;
  font-size: 14px;
  font-weight: 700;
}

.hero-proof span,
.hero-ticker span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-ticker {
  margin-top: 12px;
  overflow: hidden;
}

.hero-ticker span {
  animation: softPulse 4.8s ease-in-out infinite;
}

.hero-ticker span:nth-child(2) {
  animation-delay: 0.5s;
}

.hero-ticker span:nth-child(3) {
  animation-delay: 1s;
}

.hero-ticker span:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes softPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.78;
  }
  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

.workbench {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 54px rgba(7, 21, 47, 0.2);
  overflow: hidden;
}

.workbench::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(244, 122, 31, 0.2), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.workbench > * {
  position: relative;
}

.workbench-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d0d5dd;
  font-size: 14px;
}

.workbench-top strong {
  margin-left: auto;
  color: var(--white);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #32d583;
  box-shadow: 0 0 0 5px rgba(50, 213, 131, 0.12);
}

.invoice-card {
  display: grid;
  gap: 16px;
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.invoice-card > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.muted {
  color: #98a2b3;
}

.amount-row {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 22px;
}

.timeline {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: #f2f4f7;
  font-weight: 700;
}

.timeline-item.done svg {
  color: #32d583;
}

.timeline-item.live svg {
  color: var(--orange);
}

.mini-metrics {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.mini-metrics div {
  padding: 12px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
}

.mini-metrics strong,
.mini-metrics span {
  display: block;
}

.mini-metrics span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: #f3efe7;
  background: rgba(9, 11, 15, 0.94);
  border-block: 1px solid rgba(217, 164, 65, 0.12);
}

.strip span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(217, 164, 65, 0.14);
  font-weight: 800;
}

.marketplace-showcase,
.process,
.faq,
.category-market-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(217, 164, 65, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 8%, rgba(217, 164, 65, 0.05), transparent 22rem),
    #0e1116;
}

.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(122deg, #2b3540 0%, #44505b 54%, #f47a1f 220%);
}

.market-hero .eyebrow {
  color: #ffb072;
}

.market-hero h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}

.market-hero p {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.online-panel {
  display: grid;
  gap: 14px;
  justify-items: end;
  min-width: 260px;
}

.online-panel strong {
  font-size: 14px;
}

.flow-panel {
  justify-items: stretch;
}

.flow-steps {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: center;
  min-width: 230px;
}

.flow-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.flow-steps b {
  color: var(--white);
  font-size: 13px;
}

.avatar-stack {
  display: flex;
  flex-direction: row-reverse;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: -10px;
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--orange));
  font-size: 12px;
  font-weight: 900;
}

.avatar-stack span:first-child {
  color: var(--navy);
  background: #eef2f7;
}

.market-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px clamp(18px, 5vw, 72px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  overflow: visible;
}

.filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: 0;
  padding-bottom: 2px;
  overflow: visible;
}

.filter-menu {
  position: relative;
  z-index: 1;
}

.filter-menu.is-open {
  z-index: 30;
}

.filter-buttons button,
.market-toolbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-buttons button {
  padding: 0 18px;
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 40;
  display: none;
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 21, 47, 0.14);
}

.filter-menu.is-open .filter-dropdown {
  display: grid;
  gap: 4px;
}

.filter-dropdown button {
  justify-content: flex-start;
  width: 100%;
  min-height: 38px;
  border: 0;
  color: #475467;
  background: transparent;
}

.filter-dropdown button:hover,
.filter-dropdown button.is-selected {
  color: var(--navy);
  background: #fff0e2;
}

.filter-buttons svg,
.market-toolbar svg {
  width: 16px;
  height: 16px;
}

.online-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.online-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.online-toggle b {
  position: relative;
  width: 48px;
  height: 28px;
  border: 1px solid #d7dde6;
  border-radius: 999px;
  background: #f2f4f7;
  transition: background 160ms ease;
}

.online-toggle b::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #98a2b3;
  transition: transform 160ms ease, background 160ms ease;
}

.online-toggle input:checked + b {
  background: rgba(244, 122, 31, 0.18);
}

.online-toggle input:checked + b::after {
  transform: translateX(20px);
  background: var(--orange);
}

.market-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px) 20px;
}

.market-toolbar > strong {
  color: #475467;
}

.market-toolbar div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
}

.market-toolbar .sort-menu {
  position: relative;
}

.market-toolbar button {
  min-height: auto;
  padding: 0;
  border: 0;
}

.market-toolbar .sort-menu .sort-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 12;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 21, 47, 0.14);
}

.market-toolbar .sort-menu.is-open .sort-dropdown {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.market-toolbar .sort-menu .sort-dropdown button {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  color: #475467;
  background: transparent;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

.market-toolbar .sort-menu .sort-dropdown button:hover,
.market-toolbar .sort-menu .sort-dropdown button.is-selected {
  color: var(--navy);
  background: #fff0e2;
}

.gig-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(36px, 5vw, 58px);
}

.gig-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gig-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 122, 31, 0.28);
  box-shadow: var(--card-shadow-strong);
}

.gig-card.is-hidden {
  display: none;
}

.gig-media {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 160px;
  padding: 18px;
  color: var(--white);
  overflow: hidden;
}

.gig-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent, rgba(7, 21, 47, 0.48)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.1) 0 1px, transparent 1px 18px);
}

.gig-media strong,
.gig-media .badge {
  position: relative;
  z-index: 1;
}

.gig-media strong {
  max-width: 220px;
  font-size: 22px;
  line-height: 1.05;
}

.badge {
  width: fit-content;
  margin-bottom: 52px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.media-blue { background: linear-gradient(135deg, #77c7ff, #1d4ed8); }
.media-navy { background: linear-gradient(135deg, #111827, #0f766e); }
.media-orange { background: linear-gradient(135deg, #7c3aed, #f47a1f); }
.media-white { background: linear-gradient(135deg, #ffffff, #f47a1f); color: var(--navy); }
.media-mint { background: linear-gradient(135deg, #d9f99d, #14b8a6); }
.media-code { background: linear-gradient(135deg, #334155, #6366f1); }

.gig-body {
  padding: 16px;
}

.seller-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.seller-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--orange));
  font-size: 12px;
  font-weight: 900;
}

.seller-row strong,
.seller-row small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-row small {
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-row b {
  grid-column: 1 / -1;
  justify-self: end;
  color: #10b981;
  font-size: 20px;
  line-height: 1.1;
  text-align: right;
  white-space: normal;
}

.service-row b {
  margin-top: -2px;
}

.gig-body h3 {
  min-height: 54px;
  margin: 16px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
}

.gig-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.gig-trust-row span {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--navy);
  background: #f2f4f7;
  font-size: 11px;
  font-weight: 900;
}

.gig-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.gig-meta span {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.gig-meta button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: #475467;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.gig-meta svg {
  width: 16px;
  height: 16px;
}

.section {
  padding: clamp(42px, 5.5vw, 72px) clamp(18px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  background: var(--white);
}

.section-copy {
  max-width: 560px;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.section-copy p,
.section-head p,
.faq-list p,
.price-card p,
.steps p,
.feature-grid p {
  color: #475467;
  line-height: 1.65;
}

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

.feature-grid article,
.steps article,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.feature-grid article {
  padding: 18px;
}

.feature-grid svg {
  color: var(--orange);
}

h3 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 21px;
  letter-spacing: 0;
}

.process {
  background: #f6f7f9;
}

.section-head {
  max-width: 760px;
  margin-bottom: 20px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.steps article {
  padding: 20px;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
}

.pricing {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 20px;
}

.price-card.featured {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.price-card.featured h3,
.price-card.featured p,
.price-card.featured li {
  color: var(--white);
}

.plan {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--orange-dark);
  background: #fff0e2;
  font-size: 13px;
  font-weight: 800;
}

.featured .plan {
  color: var(--white);
  background: rgba(244, 122, 31, 0.22);
}

.price-line {
  display: block;
  margin: 10px 0 4px;
  color: var(--orange-dark);
  font-size: 18px;
  line-height: 1.35;
}

.price-card.featured .price-line {
  color: #ffb36e;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 24px;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
  color: #344054;
  line-height: 1.45;
}

.price-card li svg {
  color: var(--green);
}

.price-card .btn {
  margin-top: auto;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(22px, 4vw, 46px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 21, 47, 0.08);
}

summary {
  cursor: pointer;
  padding: 15px 18px;
  color: var(--navy);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 18px 15px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px) clamp(28px, 4vw, 48px);
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
}

.cta-band h2 {
  margin-bottom: 0;
  color: var(--white);
}

.cta-band .eyebrow {
  color: #ffb072;
}

.site-footer {
  padding: 36px clamp(18px, 5vw, 72px) 14px;
  color: #d8e0ec;
  background: #283442;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.visit-counter {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 46;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 7px 11px;
  border: 1px solid rgba(217, 164, 65, 0.18);
  border-radius: 999px;
  background: rgba(10, 12, 16, 0.84);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.visit-counter__value {
  color: #f2c96d;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.floating-socials {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 46;
  display: grid;
  gap: 8px;
}

.floating-social {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(217, 164, 65, 0.2);
  border-radius: 999px;
  color: var(--white);
  background: rgba(10, 12, 16, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  animation: floatingSocialPulse 2.8s ease-in-out infinite;
}

.floating-social svg {
  width: 16px;
  height: 16px;
}

.floating-social--telegram svg {
  color: #8fd1ff;
}

.floating-social--whatsapp svg {
  color: #7cf0aa;
}

.floating-social:hover {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(217, 164, 65, 0.34);
}

.floating-social:nth-child(2) {
  animation-delay: 0.35s;
}

.floating-social span {
  display: none;
}

@keyframes floatingSocialPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.auth-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 20% 12%, rgba(217, 164, 65, 0.12), transparent 24rem),
    linear-gradient(135deg, rgba(6, 8, 12, 0.86) 0%, rgba(10, 13, 19, 0.8) 50%, rgba(28, 20, 10, 0.72) 100%);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.auth-panel {
  position: relative;
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid rgba(217, 164, 65, 0.18);
  border-radius: 18px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 20, 26, 0.98) 0%, rgba(11, 13, 18, 0.98) 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}

.auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.13), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(217, 164, 65, 0.07), transparent 16rem);
  pointer-events: none;
}

.auth-panel > * {
  position: relative;
}

.auth-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(217, 164, 65, 0.16);
  border-radius: 14px;
  color: rgba(243, 239, 231, 0.92);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.auth-close:hover {
  color: #f2c96d;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(217, 164, 65, 0.26);
}

.auth-close svg {
  width: 18px;
  height: 18px;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.auth-brand .brand-mark {
  width: 48px;
  height: 48px;
  font-size: 32px;
}

.auth-brand .brand-copy {
  color: rgba(243, 239, 231, 0.96);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(217, 164, 65, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.auth-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: rgba(243, 239, 231, 0.62);
  background: transparent;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.auth-tabs button.is-active {
  color: #15110a;
  background: linear-gradient(135deg, #f0cc79 0%, #d9a441 100%);
  box-shadow: 0 12px 30px rgba(183, 130, 36, 0.26);
}

.auth-copy {
  margin: 24px 0 18px;
}

.auth-copy h2 {
  margin-bottom: 8px;
  font-size: 38px;
  color: var(--white);
}

.auth-copy p:last-child {
  margin-bottom: 0;
  color: rgba(236, 231, 222, 0.78);
  line-height: 1.55;
}

.auth-mode-note {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 164, 65, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.auth-mode-note strong {
  color: #f2c96d;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-mode-note span {
  color: rgba(236, 231, 222, 0.76);
  line-height: 1.5;
}

.auth-mode-note-register {
  background: linear-gradient(135deg, rgba(217, 164, 65, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}

[data-login-only][hidden],
[data-register-only][hidden] {
  display: none !important;
}

.google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(217, 164, 65, 0.14);
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.google-button:hover {
  border-color: rgba(217, 164, 65, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.google-button svg {
  width: 20px;
  height: 20px;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: rgba(236, 231, 222, 0.42);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.auth-form {
  display: grid;
  gap: 13px;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: rgba(243, 239, 231, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(217, 164, 65, 0.14);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  outline: 0;
}

.auth-form input::placeholder {
  color: rgba(236, 231, 222, 0.42);
}

.auth-form input:focus {
  border-color: rgba(217, 164, 65, 0.36);
  box-shadow: 0 0 0 4px rgba(217, 164, 65, 0.1);
}

.auth-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.auth-register-points {
  display: grid;
  gap: 8px;
}

.auth-register-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(236, 231, 222, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.auth-register-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d9a441;
  box-shadow: 0 0 10px rgba(217, 164, 65, 0.38);
}

.auth-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: rgba(236, 231, 222, 0.34);
}

.auth-footer button {
  border: 0;
  color: rgba(243, 239, 231, 0.92);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.auth-footer button:hover {
  color: #f2c96d;
}

.auth-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(217, 164, 65, 0.24);
  border-radius: 14px;
  color: #f7d692;
  background: rgba(217, 164, 65, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.auth-message[data-tone="error"] {
  border-color: rgba(248, 113, 113, 0.24);
  color: #fecaca;
  background: rgba(127, 29, 29, 0.22);
}

.brand-footer .brand-mark {
  width: 42px;
  height: 42px;
  font-size: 29px;
}

.brand-footer .brand-copy {
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr 1.15fr 0.9fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.footer-column {
  display: grid;
  gap: 13px;
}

.footer-column h2 {
  margin: 0 0 7px;
  color: #eef4ff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.footer-column a,
.footer-bottom a,
.footer-bottom p {
  color: #c8d3e0;
  font-size: 15px;
  font-weight: 800;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-side {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.payment-logos {
  display: grid;
  gap: 8px;
  width: min(100%, 260px);
}

.payment-logos img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  background: #fff;
}

.payment-logos img[src*="iyzico-ile-ode"] {
  max-width: 184px;
  padding: 8px 10px;
}

.payment-logos img[src*="iyzico-logo-band"] {
  width: 100%;
  max-width: 260px;
  padding: 8px 12px;
}

.merchant-mini {
  display: grid;
  gap: 5px;
  color: #c8d3e0;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.merchant-mini strong {
  color: var(--white);
}

.merchant-mini a {
  color: #c8d3e0;
}

.social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
}

.social-link svg {
  width: 15px;
  height: 15px;
  color: #f2c96d;
}

.social-link span {
  color: #e4ebf4;
}

.social-link:hover {
  border-color: rgba(217, 164, 65, 0.34);
  background: rgba(217, 164, 65, 0.08);
}

.store-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 160px;
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.store-button svg {
  width: 24px;
  height: 24px;
}

.store-button span,
.store-button small {
  display: block;
}

.store-button small {
  font-size: 14px;
  font-weight: 800;
}

.store-button span {
  font-size: 12px;
  color: #c8d3e0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-signature {
  display: grid;
  justify-items: end;
  gap: 5px;
  text-align: right;
}

.footer-bottom a,
.footer-bottom p {
  color: #9eacbd;
  font-size: 13px;
}

.footer-signature a {
  color: #c8d3e0;
  font-weight: 900;
}

.footer-signature a span {
  color: var(--orange);
}

.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.info-page {
  min-height: 100vh;
  background: #f6f7f9;
}

.info-hero {
  padding: clamp(46px, 7vw, 84px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(122deg, rgba(7, 21, 47, 0.96), rgba(244, 122, 31, 0.82));
}

.info-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
}

.info-hero p:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px);
}

.info-grid article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.info-grid h2 {
  margin-bottom: 10px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.info-grid p {
  color: #475467;
  line-height: 1.65;
}

.info-grid a {
  color: var(--orange-dark);
  font-weight: 800;
}

.premium-page {
  min-height: 100vh;
  padding: clamp(20px, 4vw, 42px);
  color: var(--white);
  background:
    radial-gradient(circle at 14% 10%, rgba(217, 164, 65, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(217, 164, 65, 0.08), transparent 28rem),
    linear-gradient(180deg, #090b0f 0%, #11141a 42%, #0d1015 100%);
}

.premium-shell {
  width: min(calc(100% - 16px), var(--site-max));
  margin: 0 auto;
}

.category-page-nav {
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.category-nav-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(calc(100% - 24px), var(--site-max));
  margin-inline: auto;
}

.category-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 34px);
  overflow: visible;
  min-width: 0;
  padding: 4px 0;
}

.category-page-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
}

.category-page-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.category-page-nav a.is-active::after,
.category-page-nav a:hover::after {
  background: var(--navy);
}

.category-page-nav a.is-active,
.category-page-nav a:hover {
  color: var(--orange-dark);
}

.category-language {
  box-shadow: none;
}

.premium-back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(217, 164, 65, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.premium-hero {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: clamp(30px, 4vw, 42px);
  border: 1px solid rgba(217, 164, 65, 0.12);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(125deg, rgba(16, 19, 24, 0.96) 0%, rgba(13, 16, 21, 0.94) 58%, rgba(57, 42, 20, 0.92) 100%);
  box-shadow: var(--card-shadow-strong);
}

.premium-hero h1 {
  margin-bottom: 16px;
}

.premium-hero p:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.premium-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 360px);
  gap: 22px;
  align-items: end;
}

.premium-side-note {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(217, 164, 65, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.premium-side-note strong {
  color: #f2c96d;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.premium-side-note p,
.premium-side-note li {
  margin: 0;
  color: rgba(236, 231, 222, 0.78);
  line-height: 1.65;
}

.premium-side-note ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.premium-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.premium-content article {
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(217, 164, 65, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.premium-content h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
}

.premium-content p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.premium-content ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.premium-content li {
  line-height: 1.62;
}

.premium-content a {
  color: var(--white);
  font-weight: 800;
  text-decoration: underline;
}

.premium-highlight {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(217, 164, 65, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(18, 21, 27, 0.96) 0%, rgba(20, 17, 13, 0.96) 100%);
  box-shadow: var(--card-shadow);
}

.premium-highlight h2,
.premium-highlight h3 {
  margin: 0;
  color: var(--white);
}

.premium-highlight p {
  margin: 0;
  color: rgba(236, 231, 222, 0.78);
  line-height: 1.68;
}

.premium-inline-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.premium-inline-list article {
  padding: 18px 20px;
  border: 1px solid rgba(217, 164, 65, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.premium-inline-list strong {
  display: block;
  margin-bottom: 8px;
  color: #f2c96d;
}

.category-market-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: clamp(26px, 4vw, 46px);
}

.category-market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  width: min(calc(100% - 48px), var(--content-max));
  margin-inline: auto;
  padding: clamp(28px, 4.5vw, 48px) clamp(22px, 4vw, 56px) clamp(22px, 3vw, 34px);
  color: var(--white);
  background:
    linear-gradient(122deg, rgba(7, 21, 47, 0.98) 0%, rgba(16, 35, 72, 0.94) 46%, rgba(244, 122, 31, 0.84) 100%),
    #07152f;
}

.category-market-page::before {
  content: none;
}

.category-market-page > * {
  position: relative;
  z-index: 1;
}

.category-market-hero .premium-back {
  margin-bottom: 18px;
}

.category-market-hero h1 {
  max-width: 720px;
  margin-bottom: 10px;
  font-size: clamp(40px, 4.6vw, 68px);
}

.category-market-hero p:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.category-live-card {
  display: grid;
  gap: 14px;
  justify-items: end;
  min-width: 260px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(7, 21, 47, 0.34);
  backdrop-filter: blur(14px);
}

.category-live-card strong {
  color: var(--white);
  font-size: 14px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto 14px;
  padding-inline: clamp(22px, 4vw, 72px);
}

.category-tags a {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.category-board {
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  box-shadow: var(--card-shadow-strong);
  overflow: visible;
}

.category-controls,
.category-board .market-toolbar,
.category-gig-grid {
  width: 100%;
  margin-inline: 0;
}

.category-board .market-toolbar {
  padding-inline: clamp(18px, 3vw, 32px);
}

.category-gig-grid {
  padding-inline: clamp(18px, 3vw, 32px);
}

.category-empty {
  margin: 0 24px 28px;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
}

.app-body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
  background: #f6f7f9;
}

.app-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 28px;
  min-height: 100vh;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(180deg, var(--navy), #102348 68%, #f47a1f 180%);
}

.app-sidebar .brand-copy {
  color: var(--white);
}

.app-sidebar nav {
  display: grid;
  gap: 8px;
}

.app-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.app-sidebar nav a.is-active,
.app-sidebar nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.app-sidebar svg {
  width: 18px;
  height: 18px;
}

.sidebar-user {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.sidebar-user > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-weight: 900;
}

.sidebar-user strong,
.sidebar-user small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.sidebar-user button {
  grid-column: 1 / -1;
  min-height: 36px;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(244, 122, 31, 0.86);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.app-main {
  padding: clamp(24px, 4vw, 48px);
}

.app-main.full {
  grid-column: 1 / -1;
  color: var(--white);
  background: linear-gradient(122deg, var(--navy), var(--orange));
}

.app-top,
.profile-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.08);
}

.app-top h1,
.profile-hero h1 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
}

.dashboard-grid,
.profile-layout,
.work-form,
.orders-board {
  display: grid;
  gap: 16px;
}

.membership-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid rgba(244, 122, 31, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #fff7ed);
  box-shadow: 0 12px 32px rgba(7, 21, 47, 0.07);
}

.membership-panel h2 {
  margin-bottom: 8px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
}

.membership-panel p {
  margin-bottom: 0;
  color: #475467;
  line-height: 1.55;
}

.membership-price {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 230px;
}

.membership-price strong {
  color: var(--orange-dark);
  font-size: 28px;
  line-height: 1;
}

.membership-price span,
.membership-price small {
  color: #667085;
  font-weight: 800;
}

.membership-price small b {
  color: var(--navy);
}

.membership-free [data-premium-feature] {
  position: relative;
  opacity: 0.72;
}

.membership-free [data-premium-feature]::after {
  content: "Yıllık üyelik gerekli";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  font-weight: 900;
}

.membership-active [data-premium-feature]::after {
  content: none;
}

.dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.dashboard-grid article,
.profile-card,
.work-form article,
.work-form aside,
.orders-board article,
.ops-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(7, 21, 47, 0.06);
}

.dashboard-grid span,
.orders-board span,
.ops-list span {
  display: block;
  color: #667085;
  font-weight: 800;
}

.dashboard-grid strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--orange);
  font-size: 34px;
}

.app-section {
  padding: 0;
}

.section-head.compact h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
}

.ops-list,
.orders-board {
  display: grid;
}

.ops-list article,
.orders-board article {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.ops-list b,
.orders-board b {
  color: var(--navy);
}

.ops-list em,
.orders-board em {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--orange-dark);
  background: #fff0e2;
  font-style: normal;
  font-weight: 900;
}

.orders-board.compact {
  margin-top: 0;
}

.orders-board .order-card {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.order-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.order-card-head div {
  display: grid;
  gap: 5px;
}

.order-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.order-stepper span {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px;
  border-radius: var(--radius);
  color: #667085;
  background: #f2f4f7;
  font-size: 12px;
  font-weight: 900;
}

.order-stepper b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
}

.order-stepper span.is-done {
  color: var(--navy);
  background: #fff4eb;
}

.order-stepper span.is-done b {
  color: var(--white);
  background: var(--orange);
}

.order-automation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-automation span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: #eef2f7;
  font-size: 12px;
  font-weight: 900;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--orange));
  font-size: 28px;
  font-weight: 900;
}

.profile-hero {
  justify-content: flex-start;
}

.profile-hero .btn {
  margin-left: auto;
}

.profile-layout,
.work-form {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.profile-card h2,
.work-form h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 24px;
}

.profile-card label,
.work-form label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--navy);
  font-weight: 800;
}

.profile-card input,
.profile-card textarea,
.work-form input,
.work-form textarea,
.work-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d0d5dd;
  border-radius: var(--radius);
  padding: 12px;
  color: var(--navy);
  background: #fff;
  font: inherit;
}

.profile-card textarea,
.work-form textarea {
  min-height: 130px;
  resize: vertical;
}

.profile-card ul,
.work-form ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  color: #475467;
  line-height: 1.6;
}

.role-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.role-choice label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 164, 65, 0.14);
  border-radius: 14px;
  color: rgba(243, 239, 231, 0.9);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 800;
}

.role-choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #d9a441;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-grid,
  .premium-content,
  .gig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-lead-grid,
  .premium-inline-list {
    grid-template-columns: 1fr;
  }

  .market-controls,
  .market-hero {
    grid-template-columns: 1fr;
  }

  .filter-buttons {
    flex-wrap: wrap;
  }

  .online-panel {
    justify-items: start;
  }

  .category-market-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .category-live-card {
    justify-items: start;
    width: min(100%, 340px);
  }
}

@media (max-width: 700px) {
  .app-body {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    position: static;
    min-height: auto;
  }

  .app-top,
  .profile-hero,
  .ops-list article,
  .orders-board article {
    display: grid;
  }

  .dashboard-grid,
  .profile-layout,
  .work-form,
  .role-choice,
  .membership-panel {
    grid-template-columns: 1fr;
  }

  .membership-price {
    justify-items: start;
  }

  .order-card-head {
    display: grid;
  }

  .order-stepper {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .info-grid,
  .premium-content,
  .gig-grid {
    grid-template-columns: 1fr;
  }

  .market-controls,
  .market-toolbar {
    display: grid;
  }

  .filter-buttons button {
    width: 100%;
  }

  .filter-menu {
    width: 100%;
  }

  .filter-dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
  }

  .online-toggle {
    align-items: flex-start;
    white-space: normal;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .footer-bottom nav {
    display: grid;
    gap: 12px;
  }

  .footer-signature {
    justify-items: start;
    text-align: left;
  }

  .info-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-market-hero,
  .category-tags,
  .category-board {
    width: min(calc(100% - 24px), var(--content-max));
  }

  .category-market-hero,
  .category-tags {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding-inline: 0;
  }

  .top-bar {
    width: calc(100% - 28px);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
  }

  .brand {
    grid-column: auto;
  }

  .auth-actions {
    grid-column: auto;
    min-width: auto;
    margin-left: 0;
  }

  .account-tools {
    grid-column: auto;
    min-width: auto;
  }

  .main-nav {
    display: none;
  }

  .service-strip {
    width: min(calc(100% - 28px), var(--site-max));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .hero,
  .split,
  .faq,
  .checkout-hero,
  .checkout-summary,
  .compliance-strip {
    grid-template-columns: 1fr;
  }

  .checkout-hero h1 {
    font-size: 40px;
  }

  .hero {
    min-height: auto;
  }

  .workbench {
    max-width: 620px;
  }

  .steps,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 10px;
    padding: 0;
  }

  .top-bar {
    width: calc(100% - 20px);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 29px;
  }

  .brand-copy {
    font-size: 16px;
  }

  .auth-actions {
    gap: 6px;
  }

  .auth-link,
  .auth-button {
    min-height: 36px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .service-strip a {
    font-size: 11px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 42px;
  }

  .animated-headline {
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .feature-grid,
  .mini-metrics,
  .cta-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .invoice-card > div {
    display: grid;
  }

  .site-footer {
    align-items: flex-start;
  }

  .auth-panel {
    padding: 22px;
  }

  .auth-copy h2 {
    font-size: 32px;
  }
}

@media (min-width: 901px) {
  .site-header {
    padding-inline: 0;
  }

  .top-bar,
  .main-nav,
  .hero,
  .strip,
  .market-hero,
  .market-controls,
  .market-toolbar,
  .gig-grid,
  .section,
  .footer-main,
  .footer-bottom {
    width: min(calc(100% - 48px), var(--site-max));
    margin-inline: auto;
  }

  .main-nav {
    padding-inline: 0;
  }

  .cta-band {
    width: min(calc(100% - 48px), var(--site-max));
    margin: 0 auto clamp(28px, 4vw, 48px);
  }

  .marketplace-showcase,
  .pricing,
  .split,
  .process,
  .faq {
    background-clip: content-box;
  }
}

.admin-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(194, 230, 221, 0.38), transparent 28%),
    linear-gradient(180deg, #f5f2ea 0%, #f0ebe1 100%);
  color: #172126;
}

.admin-shell {
  width: min(1380px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.admin-auth {
  min-height: calc(100vh - 56px);
  display: grid;
  place-items: center;
}

.admin-auth-card,
.admin-card,
.admin-identity {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 33, 38, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(23, 33, 38, 0.08);
}

.admin-auth-card {
  width: min(540px, 100%);
  padding: 32px;
}

.admin-auth-card .brand {
  margin-bottom: 10px;
}

.admin-auth-card h1,
.admin-topbar h1,
.admin-card h2 {
  max-width: none;
  color: #0f1d3b;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.admin-auth-card h1 {
  margin: 8px 0 18px;
  font-size: clamp(34px, 4vw, 56px);
}

.admin-topbar h1 {
  font-size: clamp(28px, 3.2vw, 44px);
}

.admin-card h2 {
  font-size: clamp(20px, 2vw, 28px);
}

.admin-auth-card p:not(.eyebrow) {
  color: #172126;
}

.admin-login-form,
.admin-top-actions,
.admin-card-head,
.admin-identity {
  display: flex;
  gap: 14px;
}

.admin-login-form {
  flex-direction: column;
  margin-top: 24px;
}

.admin-login-form label,
.admin-login-form input,
.admin-search,
.admin-table textarea,
.admin-table select {
  width: 100%;
}

.admin-login-form input,
.admin-search,
.admin-table textarea,
.admin-table select {
  border: 1px solid rgba(23, 33, 38, 0.14);
  border-radius: 14px;
  background: #fffdf9;
  padding: 12px 14px;
  font: inherit;
  color: inherit;
}

.admin-panel {
  display: grid;
  gap: 18px;
}

.admin-topbar,
.admin-identity,
.admin-card-head {
  align-items: center;
  justify-content: space-between;
}

.admin-topbar {
  display: flex;
  gap: 18px;
}

.admin-subtitle {
  max-width: 720px;
}

.admin-identity {
  padding: 18px 22px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-stat {
  background: #172126;
  color: #f8f3ea;
  border-radius: 22px;
  padding: 18px 20px;
  display: grid;
  gap: 8px;
}

.admin-stat span {
  opacity: 0.74;
}

.admin-stat strong {
  font-size: 2rem;
  line-height: 1;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 18px;
}

.admin-card {
  padding: 22px;
}

.admin-card-wide {
  overflow: hidden;
}

.admin-table-wrap {
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(23, 33, 38, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table td strong,
.admin-table td span,
.admin-table td small {
  display: block;
}

.admin-table textarea {
  min-height: 86px;
  resize: vertical;
}

.btn-small {
  padding: 10px 14px;
  border-radius: 12px;
}

.admin-feed {
  display: grid;
  gap: 12px;
  max-height: 540px;
  overflow: auto;
}

.admin-feed-wide {
  max-height: none;
}

.admin-feed-item {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  background: #fffdf9;
  border: 1px solid rgba(23, 33, 38, 0.08);
}

.admin-feed-item.error,
.admin-feed-item.failed {
  border-color: rgba(183, 50, 17, 0.22);
  background: rgba(255, 242, 238, 0.96);
}

.admin-feed-item.success {
  border-color: rgba(36, 110, 82, 0.18);
  background: rgba(239, 250, 246, 0.96);
}

@media (max-width: 1100px) {
  .admin-stats,
  .admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-shell {
    width: min(100vw - 20px, 100%);
    padding: 16px 0 28px;
  }

  .admin-topbar,
  .admin-card-head,
  .admin-identity,
  .admin-top-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-stats,
  .admin-grid {
    grid-template-columns: 1fr;
  }
}

.admin-login-body,
.admin-panel-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(184, 226, 214, 0.34), transparent 24%),
    radial-gradient(circle at bottom right, rgba(244, 122, 31, 0.12), transparent 18%),
    linear-gradient(180deg, #f7f2e8 0%, #efe7da 100%);
  color: #172126;
}

.admin-login-shell,
.admin-panel-shell {
  width: min(1420px, calc(100vw - 32px));
  margin: 0 auto;
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 0;
}

.admin-login-hero {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.admin-login-copy,
.admin-login-card,
.admin-surface,
.admin-summary-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 33, 38, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(23, 33, 38, 0.08);
}

.admin-login-copy {
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.admin-login-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 29, 59, 0.06), transparent 44%),
    radial-gradient(circle at 80% 18%, rgba(244, 122, 31, 0.18), transparent 22%);
  pointer-events: none;
}

.admin-login-copy > * {
  position: relative;
}

.admin-login-copy h1 {
  max-width: 720px;
  margin: 10px 0 18px;
  color: #102041;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.95;
}

.admin-login-lead {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.admin-login-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.admin-login-points article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(248, 243, 234, 0.92);
  border: 1px solid rgba(16, 32, 65, 0.08);
}

.admin-login-points strong,
.admin-login-points span {
  display: block;
}

.admin-login-points strong {
  margin-bottom: 8px;
  color: #102041;
}

.admin-login-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.admin-login-card h2 {
  margin: 8px 0 10px;
  color: #102041;
  font-size: clamp(28px, 3vw, 42px);
}

.admin-login-note {
  margin-bottom: 22px;
}

.admin-login-form {
  display: grid;
  gap: 14px;
}

.admin-login-form label span {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.admin-login-submit {
  min-height: 56px;
  font-size: 1rem;
}

.admin-panel-shell {
  padding: 34px 0 48px;
  display: grid;
  gap: 18px;
}

.admin-panel-top,
.admin-summary-card,
.admin-surface-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-panel-title h1,
.admin-surface h2 {
  max-width: none;
  color: #102041;
}

.admin-panel-title h1 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 0.96;
}

.admin-panel-title p:not(.eyebrow) {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
}

.admin-panel-actions {
  display: flex;
  gap: 12px;
}

.admin-summary-card {
  padding: 18px 22px;
}

.admin-summary-user strong {
  font-size: 1.1rem;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-stat-card {
  padding: 20px 22px;
  border-radius: 22px;
  background: #172126;
  color: #f8f3ea;
  display: grid;
  gap: 8px;
}

.admin-stat-card span {
  opacity: 0.76;
}

.admin-stat-card strong {
  font-size: 2rem;
  line-height: 1;
}

.admin-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 18px;
}

.admin-surface {
  padding: 24px;
}

.admin-surface-wide {
  overflow: hidden;
}

.admin-surface h2 {
  margin: 4px 0 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.98;
}

.admin-search,
.admin-table textarea,
.admin-table select {
  width: 100%;
  border: 1px solid rgba(23, 33, 38, 0.14);
  border-radius: 16px;
  background: #fffdf9;
  padding: 12px 14px;
  font: inherit;
  color: inherit;
}

.admin-table-wrap {
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(23, 33, 38, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table td strong,
.admin-table td span,
.admin-table td small {
  display: block;
}

.admin-table textarea {
  min-height: 90px;
  resize: vertical;
}

.admin-feed {
  display: grid;
  gap: 12px;
  max-height: 540px;
  overflow: auto;
}

.admin-feed-wide {
  max-height: none;
}

.admin-feed-item {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  background: #fffdf9;
  border: 1px solid rgba(23, 33, 38, 0.08);
}

.admin-feed-item.error,
.admin-feed-item.failed {
  border-color: rgba(183, 50, 17, 0.22);
  background: rgba(255, 242, 238, 0.96);
}

.admin-feed-item.success {
  border-color: rgba(36, 110, 82, 0.18);
  background: rgba(239, 250, 246, 0.96);
}

@media (max-width: 1100px) {
  .admin-login-hero,
  .admin-layout,
  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-login-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admin-login-shell,
  .admin-panel-shell {
    width: min(100vw - 20px, 100%);
  }

  .admin-login-hero,
  .admin-layout,
  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-panel-top,
  .admin-summary-card,
  .admin-surface-head,
  .admin-panel-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-login-copy,
  .admin-login-card,
  .admin-surface {
    padding: 20px;
  }
}

.admin-panel-shell-simple {
  gap: 16px;
}

.admin-panel-top-simple,
.admin-summary-card-simple,
.admin-surface-head-simple {
  align-items: flex-start;
}

.admin-panel-top-simple .admin-panel-title h1 {
  margin-bottom: 6px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.02;
}

.admin-summary-card-simple {
  padding: 16px 18px;
}

.admin-kpi-grid,
.admin-queue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.admin-kpi-card,
.admin-queue-card {
  border: 1px solid rgba(16, 32, 65, 0.1);
  border-radius: 16px;
  background: #ffffff;
}

.admin-kpi-card {
  padding: 16px 18px;
  display: grid;
  gap: 8px;
}

.admin-kpi-card span {
  color: #5f6778;
  font-size: 0.95rem;
}

.admin-kpi-card strong {
  color: #102041;
  font-size: 1.9rem;
  line-height: 1;
}

.admin-queue-card {
  padding: 16px 18px;
  display: grid;
  gap: 8px;
  text-align: left;
  cursor: pointer;
  color: #102041;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.admin-queue-card strong,
.admin-queue-card span,
.admin-queue-card b {
  display: block;
}

.admin-queue-card span {
  color: #5f6778;
  font-size: 0.92rem;
}

.admin-queue-card b {
  color: #d8660b;
  font-size: 1.45rem;
}

.admin-queue-card.is-active,
.admin-queue-card:hover {
  border-color: rgba(216, 102, 11, 0.3);
  box-shadow: 0 14px 32px rgba(16, 32, 65, 0.08);
  transform: translateY(-1px);
}

.admin-layout-simple {
  grid-template-columns: 1.5fr 0.9fr;
  align-items: start;
}

.admin-side-stack {
  display: grid;
  gap: 16px;
}

.admin-table-simple td:nth-child(3) {
  min-width: 170px;
}

.admin-table-simple td small {
  color: #6e7482;
  margin-top: 6px;
}

.admin-table-simple td select + select {
  margin-top: 8px;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.admin-badge-paid {
  background: #e8f7ef;
  color: #17633e;
}

.admin-badge-pending {
  background: #fff3e3;
  color: #a55a00;
}

.admin-badge-expired,
.admin-badge-cancelled {
  background: #fff0ef;
  color: #b2422c;
}

.admin-badge-free {
  background: #eef3fb;
  color: #35547f;
}

.admin-list {
  display: grid;
  gap: 10px;
  max-height: 420px;
  overflow: auto;
}

.admin-list-item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 32, 65, 0.08);
  background: #fffdfa;
}

.admin-list-item span,
.admin-list-item em {
  color: #5f6778;
}

.admin-list-item.is-danger {
  border-color: rgba(178, 66, 44, 0.18);
  background: #fff4f1;
}

@media (max-width: 1100px) {
  .admin-kpi-grid,
  .admin-queue-grid,
  .admin-layout-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-layout-simple .admin-surface-wide,
  .admin-layout-simple .admin-side-stack {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .admin-kpi-grid,
  .admin-queue-grid,
  .admin-layout-simple {
    grid-template-columns: 1fr;
  }
}
