.tryon-nav-link {
  gap: 6px;
  white-space: nowrap;
}

.tryon-nav-link > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, .2);
  border-radius: 7px;
  color: var(--accent-2);
  background: rgba(56, 189, 248, .06);
  font-size: 7px;
  font-weight: 850;
}

.tryon-nav-link small {
  border-radius: 999px;
  padding: 2px 5px;
  color: #e0e7ff;
  background: linear-gradient(135deg, rgba(124, 140, 255, .38), rgba(56, 189, 248, .24));
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
}

.tryon-view {
  padding-top: 24px;
  animation: tryonPageIn .42s ease both;
}

.tryon-page {
  display: grid;
  gap: 14px;
}

.tryon-hero {
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(124, 140, 255, .2), transparent 38%),
    radial-gradient(circle at 90% 100%, rgba(56, 189, 248, .12), transparent 34%),
    linear-gradient(145deg, rgba(17, 19, 28, .98), rgba(7, 8, 13, .96));
  box-shadow: var(--shadow);
}

.tryon-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(125, 211, 252, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.tryon-hero::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: -1;
  pointer-events: none;
  opacity: .7;
  background:
    radial-gradient(36% 42% at 16% 20%, rgba(167, 139, 250, .18), transparent 68%),
    radial-gradient(32% 38% at 86% 82%, rgba(56, 189, 248, .15), transparent 70%);
  animation: ambientDrift 16s var(--ease-luxury, ease-in-out) infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .tryon-hero::before { animation: none; }
}

.tryon-hero > * {
  position: relative;
  z-index: 1;
}

.tryon-hero h1 {
  max-width: 650px;
  margin: 9px 0 10px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.tryon-hero > div > p {
  max-width: 670px;
  margin: 0;
  color: #b4b4bf;
  font-size: 14px;
  line-height: 1.65;
}

.tryon-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.tryon-trust-list span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  padding: 0 10px;
  color: #bfc2cf;
  background: rgba(255, 255, 255, .035);
  font-size: 10px;
  font-weight: 660;
}

.tryon-trust-list span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 10px rgba(56, 189, 248, .65);
}

.tryon-hero-status {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(167, 139, 250, .24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(167, 139, 250, .13), rgba(56, 189, 248, .05));
  backdrop-filter: blur(18px);
}

.tryon-hero-status > span {
  color: var(--accent-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tryon-hero-status strong {
  margin: 7px 0;
  font-size: 42px;
  line-height: 1;
}

.tryon-hero-status small {
  color: #8d8e9b;
  font-size: 10px;
  line-height: 1.5;
}

.tryon-stepper {
  position: sticky;
  top: 82px;
  z-index: 18;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(8, 9, 14, .9);
  backdrop-filter: blur(20px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .26);
}

.tryon-stepper button {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 54px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid var(--border);
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.tryon-stepper button:last-of-type { border-right: 0; }

.tryon-stepper button i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 9px;
  color: inherit;
  font-size: 9px;
  font-style: normal;
}

.tryon-stepper button.active,
.tryon-stepper button.complete { color: var(--text); }

.tryon-stepper button.active i {
  border-color: rgba(125, 211, 252, .35);
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(56, 189, 248, .18);
}

.tryon-stepper button.complete i {
  border-color: rgba(52, 211, 153, .28);
  color: #6ee7b7;
  background: rgba(52, 211, 153, .09);
}

.tryon-stepper-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, .04);
}

.tryon-stepper-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 14px rgba(56, 189, 248, .45);
  transition: width .32s ease;
}

.tryon-alert {
  border: 1px solid rgba(251, 113, 133, .3);
  border-radius: 14px;
  padding: 12px 14px;
  color: #fecdd3;
  background: rgba(251, 113, 133, .09);
  font-size: 12px;
  line-height: 1.5;
}

.tryon-alert.success { border-color: rgba(52, 211, 153, .28); color: #a7f3d0; background: rgba(52, 211, 153, .08); }
.tryon-alert.info { border-color: rgba(56, 189, 248, .26); color: #bae6fd; background: rgba(56, 189, 248, .08); }

.tryon-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, .78fr);
  min-height: 760px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(8, 9, 13, .82);
  box-shadow: var(--shadow);
}

.tryon-preview-column {
  min-width: 0;
  padding: 18px;
}

.tryon-preview-toolbar,
.tryon-result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tryon-preview-toolbar {
  min-height: 36px;
  margin-bottom: 12px;
}

.tryon-preview-toolbar > div {
  display: flex;
  gap: 7px;
  align-items: center;
}

.tryon-preview-toolbar strong { font-size: 12px; }

.tryon-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, .65);
}

.tryon-icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  color: var(--soft);
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.tryon-icon-button:hover { border-color: rgba(125, 211, 252, .3); color: var(--text); }
.tryon-mobile-settings-button,
.tryon-mobile-sheet-header,
.tryon-mobile-backdrop { display: none; }

.tryon-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 26%, rgba(124, 140, 255, .12), transparent 36%),
    linear-gradient(180deg, rgba(19, 21, 30, .92), rgba(8, 9, 14, .96));
  transition: transform .22s ease;
}

.tryon-stage.zoomed { transform: scale(1.015); }

.tryon-stage-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.tryon-empty-preview {
  position: relative;
  z-index: 1;
  max-width: 390px;
  padding: 30px;
  text-align: center;
}

.tryon-empty-preview h2 {
  margin: 18px 0 8px;
  font-size: 22px;
  letter-spacing: -.025em;
}

.tryon-empty-preview p {
  margin: 0 0 18px;
  color: #8f919e;
  font-size: 12px;
  line-height: 1.55;
}

.tryon-empty-figure,
.tryon-model-visual,
.tryon-scan-figure {
  position: relative;
  width: 118px;
  height: 190px;
  margin-inline: auto;
}

.tryon-empty-figure::before,
.tryon-model-visual::before,
.tryon-scan-figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(167, 139, 250, .45), rgba(56, 189, 248, .2));
  box-shadow: 0 0 34px rgba(124, 140, 255, .2);
}

.tryon-empty-figure::after,
.tryon-model-visual::after,
.tryon-scan-figure::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 19px;
  width: 80px;
  height: 134px;
  border-radius: 38px 38px 24px 24px;
  background: linear-gradient(165deg, rgba(167, 139, 250, .28), rgba(56, 189, 248, .1));
  clip-path: polygon(22% 0, 78% 0, 100% 38%, 81% 45%, 75% 100%, 55% 100%, 50% 61%, 45% 100%, 25% 100%, 19% 45%, 0 38%);
}

.tryon-empty-figure span,
.tryon-model-visual span,
.tryon-scan-figure span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(125, 211, 252, .16);
  border-radius: 60px;
}

.tryon-live-composition {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(90%, 520px);
  min-height: 540px;
  place-items: center;
}

.tryon-live-composition .tryon-model-visual {
  width: 190px;
  height: 360px;
  transform: scale(1.45);
}

.tryon-model-visual.has-image {
  width: min(82%, 410px);
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  transform: none;
  background: rgba(255, 255, 255, .03);
}

.tryon-model-visual.has-image::before,
.tryon-model-visual.has-image::after,
.tryon-model-visual.has-image > span { display: none; }

.tryon-model-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tryon-garment-stack {
  position: absolute;
  right: 8px;
  bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.tryon-garment-stack img {
  width: 66px;
  height: 66px;
  margin-top: -12px;
  border: 2px solid rgba(8, 9, 14, .9);
  border-radius: 14px;
  object-fit: cover;
  background: #11131a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}

.tryon-composition-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: rgba(8, 9, 14, .78);
  backdrop-filter: blur(16px);
}

.tryon-composition-meta span { color: var(--muted); font-size: 10px; }
.tryon-composition-meta strong { font-size: 11px; }

.tryon-preview-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.tryon-preview-strip div {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
}

.tryon-preview-strip span,
.tryon-preview-strip strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tryon-preview-strip span { margin-bottom: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.tryon-preview-strip strong { font-size: 10px; }

.tryon-settings-panel {
  position: relative;
  display: flex;
  min-width: 0;
  max-height: 860px;
  flex-direction: column;
  border-left: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(13, 14, 20, .98), rgba(7, 8, 12, .98));
}

.tryon-settings-scroll {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .16) transparent;
}

.tryon-settings-group {
  border-bottom: 1px solid var(--border);
}

.tryon-settings-group summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  cursor: pointer;
  list-style: none;
}

.tryon-settings-group summary::-webkit-details-marker { display: none; }

.tryon-settings-group summary > span {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  font-weight: 760;
}

.tryon-settings-group summary i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--accent-2);
  font-size: 8px;
  font-style: normal;
}

.tryon-settings-group summary b {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}

.tryon-settings-group[open] summary b { color: var(--accent-2); }

.tryon-settings-content {
  padding: 0 16px 16px;
  animation: tryonContentIn .2s ease both;
}

.tryon-prompt-chips {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.tryon-prompt-chips::-webkit-scrollbar { display: none; }

.tryon-filter-chip-row {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.tryon-filter-chip-row::-webkit-scrollbar { display: none; }

.tryon-filter-chips button,
.tryon-prompt-chips button {
  flex: 0 0 auto;
  min-height: 29px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
  font-size: 9px;
  font-weight: 680;
}

.tryon-filter-chips button.active,
.tryon-prompt-chips button:hover {
  border-color: rgba(125, 211, 252, .28);
  color: var(--text);
  background: rgba(56, 189, 248, .07);
}

.tryon-advanced-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 9px;
}

.tryon-advanced-filters label span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.tryon-advanced-filters select {
  width: 100%;
  height: 31px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 0 7px;
  color: var(--soft);
  background: rgba(255, 255, 255, .03);
  font-size: 8px;
}

.tryon-advanced-filters option { color: #111827; }
.tryon-filter-empty { grid-column: 1 / -1; margin: 8px 0; color: var(--muted); font-size: 9px; text-align: center; }

.tryon-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.tryon-model-card {
  position: relative;
  min-height: 146px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 22%, var(--model-glow, rgba(167, 139, 250, .15)), transparent 42%),
    rgba(255, 255, 255, .025);
  cursor: pointer;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tryon-model-card:hover { 
  transform: translateY(-4px); 
  border-color: rgba(125, 211, 252, .32); 
}

.tryon-model-card.selected {
  border-color: transparent;
  background: 
    linear-gradient(#090a0e, #090a0e) padding-box,
    linear-gradient(135deg, #a78bfa, #38bdf8) border-box;
  box-shadow: 0 0 18px rgba(167, 139, 250, 0.25), 0 12px 28px rgba(56, 189, 248, .08);
}

.tryon-model-card .model-check {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-size: 9px;
}

.tryon-model-card.selected .model-check { display: grid; animation: tryonCheckIn .22s ease both; }

.tryon-model-card .model-silhouette {
  position: relative;
  display: block;
  width: 45px;
  height: 75px;
  margin: 2px auto 8px;
}

.tryon-model-card .model-silhouette::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--model-color, #8b7cf6), rgba(56, 189, 248, .5));
}

.tryon-model-card .model-silhouette::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 6px;
  width: 34px;
  height: 52px;
  border-radius: 16px 16px 9px 9px;
  background: linear-gradient(160deg, var(--model-color, #8b7cf6), rgba(56, 189, 248, .28));
  clip-path: polygon(20% 0, 80% 0, 100% 38%, 78% 44%, 72% 100%, 53% 100%, 50% 62%, 47% 100%, 28% 100%, 22% 44%, 0 38%);
}

.tryon-model-card strong,
.tryon-model-card small { display: block; }
.tryon-model-card strong { font-size: 10px; }
.tryon-model-card small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.tryon-model-card em { position: absolute; top: 8px; left: 8px; color: #c4b5fd; font-size: 7px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.tryon-upload-card {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  margin-top: 9px;
  border: 1px dashed rgba(125, 211, 252, .24);
  border-radius: 13px;
  padding: 11px;
  color: var(--text);
  background: rgba(56, 189, 248, .035);
  cursor: pointer;
  text-align: left;
}

.tryon-upload-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: var(--accent-2);
  background: rgba(56, 189, 248, .08);
  font-size: 17px;
}

.tryon-upload-card strong,
.tryon-upload-card small { display: block; }
.tryon-upload-card strong { font-size: 10px; }
.tryon-upload-card small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }

.tryon-uploaded-model {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 9px;
  align-items: center;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid rgba(52, 211, 153, .22);
  border-radius: 12px;
  background: rgba(52, 211, 153, .05);
}

.tryon-uploaded-model img { width: 46px; height: 46px; border-radius: 9px; object-fit: cover; }
.tryon-uploaded-model strong, .tryon-uploaded-model small { display: block; }
.tryon-uploaded-model strong { font-size: 9px; }
.tryon-uploaded-model small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.tryon-field-label {
  display: block;
  margin-bottom: 6px;
  color: #b7b8c3;
  font-size: 9px;
  font-weight: 720;
}

.tryon-select,
.tryon-settings-content textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 11px;
  color: var(--text);
  background: rgba(255, 255, 255, .035);
  font-size: 10px;
}

.tryon-select { height: 38px; padding: 0 10px; }
.tryon-select option { color: #111827; }

.tryon-settings-content textarea {
  min-height: 90px;
  padding: 10px;
  line-height: 1.55;
  resize: vertical;
}

.tryon-garment-dropzone {
  position: relative;
  display: flex;
  min-height: 135px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px dashed rgba(125, 211, 252, .28);
  border-radius: 14px;
  padding: 14px;
  background: rgba(56, 189, 248, .025);
  cursor: pointer;
  text-align: center;
  transition: border-color .18s ease, background .18s ease;
}

.tryon-garment-dropzone.dragging,
.tryon-garment-dropzone:hover { border-color: rgba(167, 139, 250, .55); background: rgba(167, 139, 250, .06); }
.tryon-garment-dropzone > span { color: var(--accent-2); font-size: 24px; }
.tryon-garment-dropzone strong { margin-top: 4px; font-size: 10px; }
.tryon-garment-dropzone small { margin-top: 5px; color: var(--muted); font-size: 8px; }

.tryon-garment-dropzone em {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  display: block;
  height: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-style: normal;
}

.tryon-garment-dropzone em i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width .16s linear;
}

.tryon-garment-dropzone em b {
  position: relative;
  display: grid;
  height: 100%;
  place-items: center;
  color: white;
  font-size: 7px;
}

.tryon-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .02);
}

.tryon-switch-row strong,
.tryon-switch-row small { display: block; }
.tryon-switch-row strong { font-size: 9px; }
.tryon-switch-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.tryon-switch { position: relative; width: 38px; height: 22px; flex: 0 0 auto; }
.tryon-switch input { position: absolute; opacity: 0; }
.tryon-switch span { position: absolute; inset: 0; border-radius: 999px; background: rgba(255, 255, 255, .1); cursor: pointer; transition: background .18s ease; }
.tryon-switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #d4d4d8; transition: transform .18s ease; }
.tryon-switch input:checked + span { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.tryon-switch input:checked + span::after { transform: translateX(16px); background: white; }
.tryon-switch input:focus-visible + span { outline: 2px solid rgba(125, 211, 252, .7); outline-offset: 2px; }

.tryon-layer-list { display: grid; gap: 7px; margin-top: 9px; }

.tryon-layer-item {
  display: grid;
  grid-template-columns: 18px 42px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 7px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, .025);
}

.tryon-layer-item.dragging { opacity: .45; }
.tryon-layer-handle { color: var(--muted); cursor: grab; font-size: 12px; text-align: center; }
.tryon-layer-item img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; background: #fff; }
.tryon-layer-item strong, .tryon-layer-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tryon-layer-item strong { font-size: 9px; }
.tryon-layer-item small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.tryon-layer-item button, .tryon-uploaded-model button { border: 0; color: #fda4af; background: transparent; cursor: pointer; font-size: 15px; }

.tryon-control-stack { display: grid; gap: 14px; }
.tryon-control-block > label { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 7px; color: #b7b8c3; font-size: 9px; font-weight: 720; }
.tryon-control-block > label span { color: var(--muted); font-size: 8px; font-weight: 600; }

.tryon-segmented {
  display: grid;
  grid-template-columns: repeat(var(--columns, 2), minmax(0, 1fr));
  gap: 5px;
}

.tryon-segmented button {
  min-height: 34px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 6px;
  color: var(--muted);
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.25;
}

.tryon-segmented button.active {
  border-color: rgba(125, 211, 252, .38);
  color: var(--text);
  background: linear-gradient(135deg, rgba(167, 139, 250, .11), rgba(56, 189, 248, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.tryon-segmented button small { display: block; margin-top: 3px; color: #c4b5fd; font-size: 7px; }

.tryon-detail-toggles { display: grid; gap: 6px; }
.tryon-detail-toggles .tryon-switch-row { margin-top: 0; }
.tryon-slider-list { display: grid; gap: 12px; margin-top: 14px; }
.tryon-slider-row label { display: flex; justify-content: space-between; color: #b7b8c3; font-size: 9px; }
.tryon-slider-row output { color: var(--accent-2); }
.tryon-slider-row input { width: 100%; margin-top: 7px; accent-color: #7dd3fc; }

.tryon-credit-dock {
  position: sticky;
  bottom: 0;
  z-index: 4;
  padding: 13px;
  border-top: 1px solid var(--border);
  background: rgba(8, 9, 14, .96);
  backdrop-filter: blur(18px);
  box-shadow: 0 -18px 36px rgba(0, 0, 0, .25);
}

.tryon-credit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 8px;
}

.tryon-credit-grid span {
  min-width: 0;
  color: var(--muted);
  font-size: 7px;
}

.tryon-credit-grid strong { display: block; overflow: hidden; margin-top: 3px; color: var(--text); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.tryon-generate-button { position: relative; min-height: 44px; overflow: hidden; }
.tryon-generate-button.incomplete { filter: saturate(.45); opacity: .72; }
.tryon-generate-button::after { content: ""; position: absolute; top: 0; bottom: 0; left: -45%; width: 28%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent); transition: left .45s ease; }
.tryon-generate-button:hover::after { left: 115%; }
.tryon-credit-dock > p { margin: 7px 0 0; color: var(--muted); font-size: 8px; text-align: center; }

.tryon-generation-overlay {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(6, 7, 11, .88);
  backdrop-filter: blur(16px);
}

.tryon-scan-figure { overflow: hidden; }
.tryon-scan-figure span::after { content: ""; position: absolute; right: -15px; left: -15px; height: 2px; background: #7dd3fc; box-shadow: 0 0 18px #7dd3fc, 0 0 45px rgba(167, 139, 250, .55); animation: tryonScan 2.2s ease-in-out infinite; }
.tryon-generation-overlay > strong { margin-top: 20px; font-size: 16px; }
.tryon-indeterminate-progress { width: min(280px, 80%); height: 4px; overflow: hidden; margin: 14px 0 18px; border-radius: 999px; background: rgba(255, 255, 255, .07); }
.tryon-indeterminate-progress span { display: block; width: 40%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--accent-2)); animation: tryonIndeterminate 1.5s ease-in-out infinite; }
.tryon-generation-overlay ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tryon-generation-overlay li { color: #6f7180; font-size: 9px; }
.tryon-generation-overlay li.active { color: #bae6fd; }
.tryon-generation-overlay li.complete { color: #6ee7b7; }

.tryon-result {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  background: #090a0e;
  animation: tryonResultIn .4s ease both;
}

.tryon-result-badge { position: absolute; top: 14px; left: 14px; z-index: 3; border: 1px solid rgba(52, 211, 153, .26); border-radius: 999px; padding: 6px 9px; color: #a7f3d0; background: rgba(6, 7, 11, .72); backdrop-filter: blur(12px); font-size: 8px; font-weight: 800; }

.tryon-before-after { position: relative; width: 100%; height: 100%; overflow: hidden; }
.tryon-before-after > img,
.tryon-before-after > div,
.tryon-before-after > div img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.tryon-before-after > div { width: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--tryon-position)) 0 0); }
.tryon-before-after > div img { width: 100%; max-width: none; }
.tryon-before-after input { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.tryon-before-after > span { position: absolute; top: 50%; left: var(--tryon-position); z-index: 2; width: 30px; height: 30px; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; background: rgba(6, 7, 11, .68); box-shadow: 0 0 20px rgba(0, 0, 0, .35); }
.tryon-before-after > span::before { content: "<>"; display: grid; height: 100%; place-items: center; color: white; font-size: 8px; font-weight: 900; }

.tryon-result-panel { margin-top: 12px; padding: 18px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255, 255, 255, .025); animation: tryonResultIn .42s ease both; }
.tryon-result-heading h2 { margin-top: 5px; font-size: 20px; }
.tryon-variation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
.tryon-variation-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; padding: 0; background: #11131a; cursor: pointer; aspect-ratio: 4 / 5; }
.tryon-variation-card.active { border-color: rgba(125, 211, 252, .56); box-shadow: 0 0 0 1px rgba(167, 139, 250, .25); }
.tryon-variation-card img { width: 100%; height: 100%; object-fit: cover; }
.tryon-variation-card span { position: absolute; right: 6px; bottom: 6px; border-radius: 999px; padding: 4px 6px; color: white; background: rgba(6, 7, 11, .75); font-size: 7px; }
.tryon-result-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.tryon-result-summary { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tryon-result-summary span { border: 1px solid var(--border); border-radius: 999px; padding: 6px 8px; color: var(--muted); background: rgba(255, 255, 255, .02); font-size: 8px; }

.tryon-rotation-video { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.tryon-rotation-video video { width: 100%; max-width: 320px; border-radius: 12px; display: block; background: #11131a; }
.tryon-rotation-video-status { margin: 8px 0 0; color: var(--muted); font-size: 9px; }
.tryon-rotation-video #tryonRotationVideoDownload { margin-top: 8px; display: inline-flex; }

.tryon-history-list { display: grid; gap: 6px; margin-top: 8px; }
.tryon-history-list > p { margin: 0; color: var(--muted); font-size: 9px; text-align: center; }
.tryon-history-item { display: grid; grid-template-columns: 42px 1fr; gap: 8px; align-items: center; border: 1px solid var(--border); border-radius: 11px; padding: 7px; background: rgba(255, 255, 255, .02); cursor: pointer; }
.tryon-history-item img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; }
.tryon-history-item strong, .tryon-history-item small { display: block; }
.tryon-history-item strong { font-size: 9px; }
.tryon-history-item small { margin-top: 3px; color: var(--muted); font-size: 7px; }

.tryon-section-error { border-color: rgba(251, 113, 133, .5) !important; box-shadow: 0 0 0 2px rgba(251, 113, 133, .08); }

@keyframes tryonPageIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes tryonContentIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@keyframes tryonCheckIn { from { opacity: 0; transform: scale(.7); } to { opacity: 1; transform: none; } }
@keyframes tryonScan { 0%, 100% { top: 8%; opacity: .4; } 50% { top: 90%; opacity: 1; } }
@keyframes tryonIndeterminate { 0% { transform: translateX(-110%); } 100% { transform: translateX(360%); } }
@keyframes tryonResultIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .tryon-nav-link small { display: none; }
  .tryon-workspace { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
}

@media (max-width: 900px) {
  .tryon-hero { grid-template-columns: 1fr; }
  .tryon-hero-status { min-height: auto; }
  .tryon-workspace { grid-template-columns: 1fr; overflow: visible; }
  .tryon-settings-panel { max-height: none; border-top: 1px solid var(--border); border-left: 0; }
  .tryon-settings-scroll { overflow: visible; }
  .tryon-stage { min-height: 560px; }
}

@media (max-width: 680px) {
  .tryon-nav-link > span { display: none; }
  .tryon-view { padding-top: 12px; }
  .tryon-hero { gap: 18px; padding: 23px; border-radius: 20px; }
  .tryon-hero h1 { font-size: 36px; }
  .tryon-trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .tryon-stepper { top: 70px; overflow: hidden; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 14px; }
  .tryon-stepper button { min-width: 0; min-height: 50px; padding: 0 9px; border-bottom: 1px solid var(--border); }
  .tryon-stepper button:nth-of-type(2n) { border-right: 0; }
  .tryon-stepper button:nth-of-type(n+3) { border-bottom: 0; }
  .tryon-stepper-progress { display: none; }
  .tryon-workspace { border-radius: 18px; }
  .tryon-preview-column { padding: 10px; }
  .tryon-stage { min-height: 460px; border-radius: 16px; }
  .tryon-live-composition { min-height: 410px; }
  .tryon-model-visual.has-image { height: 390px; }
  .tryon-preview-strip { grid-template-columns: repeat(2, 1fr); }
  .tryon-mobile-settings-button { display: grid; }
  .tryon-mobile-sheet-header { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--border); }
  .tryon-mobile-sheet-header strong { font-size: 11px; }
  .tryon-mobile-sheet-header button { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--border); border-radius: 10px; color: var(--text); background: rgba(255, 255, 255, .04); font-size: 18px; }
  .tryon-settings-panel { position: fixed; inset: 12vh 0 0; z-index: 45; max-height: 88vh; border: 1px solid var(--border); border-radius: 20px 20px 0 0; transform: translateY(105%); transition: transform .28s ease; box-shadow: 0 -30px 80px rgba(0, 0, 0, .55); }
  .tryon-settings-panel.mobile-open { transform: none; }
  .tryon-settings-scroll { overflow-y: auto; }
  .tryon-mobile-backdrop { position: fixed; inset: 0; z-index: 44; width: 100%; border: 0; background: rgba(2, 3, 7, .68); backdrop-filter: blur(5px); }
  .tryon-mobile-backdrop:not([hidden]) { display: block; }
  body.tryon-sheet-open { overflow: hidden; }
  .tryon-settings-group summary { min-height: 56px; }
  .tryon-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; scroll-snap-type: none; }
  .tryon-model-card { min-width: 0; scroll-snap-align: none; }
  .tryon-credit-dock { bottom: 0; padding-bottom: max(13px, env(safe-area-inset-bottom)); }
  .tryon-variation-grid { grid-template-columns: repeat(2, 1fr); }
  .tryon-result-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .tryon-result-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .tryon-view,
  .tryon-settings-content,
  .tryon-model-card.selected .model-check,
  .tryon-result,
  .tryon-result-panel { animation: none !important; }

  .tryon-scan-figure span::after,
  .tryon-indeterminate-progress span { animation-duration: 8s !important; }
}

/* --- YENİ MANKEN SEÇİM VE ARAMA STİLLERİ --- */

.tryon-model-card-thumb-wrapper {
  position: relative;
  width: 100%;
  height: 96px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tryon-model-card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.tryon-model-card:hover .tryon-model-card-thumb-img {
  transform: scale(1.08);
}

.tryon-model-card.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.tryon-model-card.disabled:hover {
  transform: none;
  border-color: var(--border);
}

.tryon-model-card .disabled-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #27272a;
  color: #a1a1aa;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Arama Kutusu Stilleri */
.tryon-search-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}

.tryon-search-input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 0 34px 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.tryon-search-input:focus {
  border-color: rgba(125, 211, 252, 0.55);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.06);
}

.tryon-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: color 0.18s ease;
}

.tryon-search-clear:hover {
  color: var(--text);
}

/* Premium Dialog Modal Stilleri */
.tryon-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 3, 6, 0.85);
  backdrop-filter: blur(12px);
  animation: tryonDialogFadeIn 0.22s ease both;
}

.tryon-dialog-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(167, 139, 250, 0.25);
  border-radius: 24px;
  padding: 26px;
  background: linear-gradient(145deg, #0d0e14, #07080c);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(167, 139, 250, 0.05);
  animation: tryonDialogSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tryon-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tryon-dialog-icon {
  font-size: 24px;
  display: inline-block;
  animation: tryonDialogPulse 2s infinite ease-in-out;
}

.tryon-dialog-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
}

.tryon-dialog-close {
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tryon-dialog-close:hover {
  color: var(--text);
}

.tryon-dialog-body {
  margin-bottom: 24px;
}

.tryon-dialog-body p {
  margin: 0;
  color: #9f9fa9;
  font-size: 12px;
  line-height: 1.6;
}

.tryon-dialog-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Skeleton Loading Ve Image Transition Stilleri */
.tryon-model-visual img {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}

.tryon-model-visual img.loaded {
  opacity: 1;
}

.tryon-skeleton {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.03) 75%);
  background-size: 200% 100%;
  animation: tryonSkeletonShimmer 1.5s infinite;
}

.tryon-model-card-thumb-wrapper.tryon-skeleton {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.015) 25%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.015) 75%);
  background-size: 200% 100%;
}

@keyframes tryonDialogFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tryonDialogSlideUp {
  from { transform: translateY(16px); }
  to { transform: none; }
}

@keyframes tryonDialogPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(167, 139, 250, 0)); }
  50% { transform: scale(1.1); filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.4)); }
}

@keyframes tryonSkeletonShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* --- AI MODEL OLUŞTURUCU ARAYÜZ STİLLERİ --- */

.tryon-creator-card {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  margin-top: 9px;
  border: 1px dashed rgba(167, 139, 250, .32);
  border-radius: 13px;
  padding: 11px;
  color: var(--text);
  background: rgba(167, 139, 250, .02);
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, background .18s ease;
}

.tryon-creator-card:hover {
  border-color: rgba(125, 211, 252, .48);
  background: rgba(125, 211, 252, .05);
}

.tryon-creator-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #c4b5fd;
  background: rgba(167, 139, 250, .08);
  font-size: 16px;
  animation: tryonDialogPulse 2.2s infinite ease-in-out;
}

.tryon-creator-card strong {
  display: block;
  font-size: 10px;
}

.tryon-creator-card small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

.tryon-creator-modal-content {
  max-width: 480px !important;
}

.tryon-creator-subtitle {
  margin-top: -6px;
  margin-bottom: 20px !important;
  color: #71717a !important;
}

.tryon-creator-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.tryon-creator-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tryon-creator-field-full {
  grid-column: span 2;
}

.tryon-creator-field label {
  color: #a1a1aa;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tryon-creator-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.tryon-creator-loading p {
  margin: 10px 0 0;
  color: #38bdf8;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  animation: tryonLoadingTextPulse 1.5s infinite ease-in-out;
}

@keyframes tryonLoadingTextPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.service-seo-section {
  display: grid;
  gap: 24px;
  margin-top: 48px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(137, 177, 255, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(72, 123, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(12, 17, 29, .96), rgba(7, 10, 18, .96));
}

.service-seo-intro {
  max-width: 800px;
}

.service-seo-intro h2 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: #f7f9ff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.service-seo-intro p,
.service-seo-grid p,
.service-faq-grid p {
  margin: 0;
  color: #aab6cc;
  line-height: 1.72;
}

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

.service-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-seo-grid article,
.service-faq-grid article {
  padding: 22px;
  border: 1px solid rgba(137, 177, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.service-seo-grid h3,
.service-faq-grid h3 {
  margin: 0 0 9px;
  color: #eef3ff;
  font-size: 15px;
  line-height: 1.35;
}

.service-seo-grid p,
.service-faq-grid p {
  font-size: 13px;
}

.service-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-related-links a {
  padding: 9px 13px;
  border: 1px solid rgba(137, 177, 255, .16);
  border-radius: 999px;
  color: #bcd4ff;
  background: rgba(84, 132, 255, .07);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.service-related-links a:hover {
  border-color: rgba(137, 177, 255, .4);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 800px) {
  .service-seo-grid,
  .service-faq-grid {
    grid-template-columns: 1fr;
  }

  .service-seo-section {
    margin-top: 32px;
    border-radius: 22px;
  }
}
