@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900; font-display: swap;
}
:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --brand: #1d1d1f;
  --brand-dark: #000000;
  --accent: #1d1d1f;
  --soft: #f5f5f7;
  --shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(29, 29, 31, 0.12), transparent 34%), var(--bg);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.7;
}

body[dir="ltr"] { font-family: Inter, Arial, sans-serif; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(210, 210, 215, 0.8);
  backdrop-filter: blur(18px);
}

.brand, .header-actions, .main-nav, .hero-actions, .trust-row, .catalog-tools, .filter-pills, .split-heading, .request-banner, .site-footer {
  display: flex;
  align-items: center;
}

.brand { gap: 12px; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  color: white;
  font-weight: 800;
  font-size: 0;
  overflow: visible;
  box-shadow: none;
}

.brand-mark img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.brand-mark::before {
  content: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  transform: rotate(45deg);
}

.brand-mark::after {
  content: none;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  box-shadow:
    0 -13px 0 rgba(255, 255, 255, 0.9),
    13px 0 0 rgba(255, 255, 255, 0.9),
    0 13px 0 rgba(255, 255, 255, 0.9),
    -13px 0 0 rgba(255, 255, 255, 0.9);
}

.main-nav { gap: 26px; color: var(--muted); font-size: 16px; font-weight: 700; }
.main-nav a { padding: 8px 2px; }
.main-nav a:hover { color: var(--ink); }
.header-actions { gap: 10px; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  padding: 11px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.language-toggle, .telegram-link, .primary-btn, .secondary-btn, .order-btn, .detail-btn, .copy-order-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.language-toggle, .secondary-btn, .detail-btn, .copy-order-btn {
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
}

.telegram-link, .primary-btn, .order-btn {
  background: var(--brand);
  color: white;
  box-shadow: 0 10px 30px rgba(29, 29, 31, 0.28);
}

.primary-btn, .secondary-btn, .telegram-link, .order-btn, .detail-btn, .copy-order-btn {
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.primary-btn:hover, .secondary-btn:hover, .telegram-link:hover, .order-btn:hover, .detail-btn:hover, .copy-order-btn:hover { transform: translateY(-2px); }

.secondary-btn.compact { padding: 10px 16px; }
.section-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  margin-top: 48px;
  padding: 38px;
  align-items: center;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 30px 90px rgba(29, 29, 31, 0.07);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.hero.section-shell {
  width: min(1500px, calc(100% - 48px));
}

.hero::before {
  content: "";
  position: absolute;
  inset: -160px -120px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.1);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -180px -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.09);
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow { color: var(--brand-dark); font-weight: 800; margin: 0 0 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(40px, 7vw, 78px); line-height: 1.05; margin-bottom: 22px; letter-spacing: -1.5px; }
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.2; margin-bottom: 12px; }
h3 { margin-bottom: 8px; }
.hero-text { color: var(--muted); font-size: 19px; max-width: 680px; }
.hero-actions { gap: 12px; margin: 28px 0 18px; flex-wrap: wrap; }
.trust-row { gap: 10px; flex-wrap: wrap; }
.trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  border: 1px solid var(--line);
  font-size: 13px;
}

.hot-tags {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.hot-tags span {
  font-weight: 800;
  color: var(--ink);
}

.hot-tags a {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--brand-dark);
  font-weight: 800;
}

.hero-panel {
  position: relative;
  padding: 26px;
  border-radius: 38px;
  background: radial-gradient(circle at 18% 12%, rgba(29, 29, 31, 0.12), transparent 32%), linear-gradient(145deg, #ffffff, #f5f5f7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.16);
}

.hero-feature-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(29, 29, 31, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-feature-card:hover, .hero-service-tile:hover { transform: translateY(-3px); box-shadow: 0 22px 52px rgba(29, 29, 31, 0.12); }
.hero-feature-logo { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: white; overflow: hidden; }
.hero-feature-logo img { width: 100%; height: 100%; object-fit: cover; }
.hero-feature-card small { display: block; color: var(--muted); font-size: 14px; }
.hero-feature-card em {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.hero-service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.hero-service-tile {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(29, 29, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-service-tile img {
  width: 86%;
  height: 86%;
  margin: auto;
  object-fit: contain;
}

.hero-service-tile span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.image-hero-tile,
.cursor-hero-tile {
  position: relative;
  overflow: visible;
  gap: 9px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.image-hero-tile img,
.cursor-hero-tile img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: none;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(29, 29, 31, 0.08);
}

.image-hero-tile::after,
.cursor-hero-tile::after {
  display: none;
}

.image-hero-tile span,
.cursor-hero-tile span {
  display: none;
}

.hero-panel-link {
  position: relative;
  display: block;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(29, 29, 31, 0.94);
  color: white;
  text-align: center;
  font-weight: 800;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin: 34px auto 8px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 24px 70px rgba(29, 29, 31, 0.06);
  backdrop-filter: blur(14px);
}

.category-card, .steps-grid article, .service-card, .faq-item {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.category-card {
  position: relative;
  min-height: 92px;
  padding: 13px 14px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(251, 251, 253, 0.92));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.category-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -48px auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.08);
}
.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 29, 31, 0.38);
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.1);
}
.category-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #f5f5f7;
  color: var(--ink);
  font-size: 15px;
}
.category-card strong { position: relative; z-index: 1; display: block; margin-top: 0; font-size: 13px; line-height: 1.35; }
.category-card small { position: relative; z-index: 1; color: var(--muted); font-size: 12px; }

.feature-section, .catalog-section, .seo-section, .faq-section, .models-section, .popular-section, .trust-section { padding: 58px 0; }
.section-heading { margin-bottom: 22px; }
.section-heading p:not(.eyebrow) { color: var(--muted); max-width: 760px; }
.split-heading { justify-content: space-between; gap: 18px; align-items: flex-end; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 24px 70px rgba(29, 29, 31, 0.06);
  backdrop-filter: blur(14px);
}

.steps-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(251, 251, 253, 0.92));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.steps-grid article::after {
  content: "";
  position: absolute;
  inset: auto -44px -54px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.08);
}
.steps-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 29, 31, 0.28);
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.1);
}
.steps-grid span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 15px;
  background: #f5f5f7;
  color: var(--accent);
  font-weight: 900;
}
.steps-grid h3,
.steps-grid p { position: relative; z-index: 1; }
.steps-grid p, .service-card p, .faq-item p { color: var(--muted); }

.catalog-glass {
  padding: 24px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 26px 80px rgba(29, 29, 31, 0.07);
  backdrop-filter: blur(14px);
}

.quick-order-row { display: flex; gap: 10px; flex-wrap: wrap; margin: -6px 0 18px; }
.quick-order-row a {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
  font-size: 13px;
}

.catalog-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.catalog-status {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.catalog-status strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 12px;
}

.catalog-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.catalog-sort select {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 34px 9px 14px;
  background: rgba(29, 29, 31, 0.9);
  color: #fbfbfd;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.catalog-sort select option {
  background: #1d1d1f;
  color: #fbfbfd;
}

.catalog-tools { gap: 12px; margin-bottom: 22px; flex-wrap: wrap; padding: 12px; border-radius: 24px; background: rgba(255, 255, 255, 0.6); border: 1px solid rgba(255,255,255,.7); }
.catalog-tools input {
  flex: 1 1 310px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 15px 18px;
  font: inherit;
  outline: 0;
  background: white;
}

.filter-pills { gap: 8px; flex-wrap: wrap; }
.filter-pills button {
  border: 1px solid var(--line);
  background: white;
  color: var(--muted);
  border-radius: 999px;
  padding: 9px 13px;
  cursor: pointer;
}
.filter-pills button.active { background: var(--ink); color: white; border-color: var(--ink); }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  min-height: 430px;
  background: rgba(255, 255, 255, 0.94);
  border-color: #d2d2d7;
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-detail-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.service-footer,
.service-footer a {
  position: relative;
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 29, 31, 0.38);
  box-shadow: 0 26px 70px rgba(29, 29, 31, 0.13);
}

.service-media {
  position: relative;
  display: grid;
  place-items: center;
  margin: 12px 12px 0;
  border-radius: 22px;
  background: radial-gradient(circle at 30% 20%, rgba(29, 29, 31, 0.2), transparent 36%), linear-gradient(145deg, #fbfbfd, #f5f5f7);
  border: 1px solid #d2d2d7;
  overflow: hidden;
}

.service-media-image {
  margin: 0;
  border: 1px solid #d2d2d7;
  border-radius: 0;
  background: transparent;
}

.service-media-image::after {
  display: none;
}

.service-media-image .brand-tile {
  border-radius: 0;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: auto -32px -46px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.08);
}

.brand-tile {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--tile-ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, var(--tile-start), var(--tile-end));
}

.brand-tile::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-tile::after {
  content: "";
  position: absolute;
  inset: auto -26px -42px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.brand-tile-mark {
  position: absolute;
  top: 22px;
  inset-inline-start: 22px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  color: var(--tile-ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
  opacity: 0.98;
}

.brand-tile strong,
.brand-tile small {
  position: relative;
  z-index: 1;
}

.brand-tile strong {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.brand-tile small {
  font-size: 13px;
  font-weight: 800;
  opacity: 0.78;
}

.image-brand-tile {
  color: white;
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
}

.image-brand-tile > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}


.image-brand-tile::before {
  display: none;
}

.image-brand-tile::after {
  display: none;
}

.image-brand-tile .brand-tile-mark,
.image-brand-tile strong,
.image-brand-tile small {
  display: none;
}

.image-demand-card > img,
.cursor-demand-card > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.image-demand-card::before,
.cursor-demand-card::before { display: none; }

.service-logo.image-logo {
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.service-logo.image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-logo.product-logo {
  position: absolute;
  inset: 0;
  padding: 0;
}

.service-logo.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cults3d-models-logo img,
.grok-logo img {
  object-position: center 42%;
}

.service-logo.vector-product-logo {
  padding: 34px 54px;
}

.service-logo.vector-product-logo img {
  object-fit: contain;
}

.service-logo.vector-logo {
  width: min(78%, 190px);
  height: min(78%, 190px);
}

.service-logo.raster-logo {
  width: min(70%, 160px);
  height: min(70%, 160px);
  padding: 24px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(29, 29, 31, 0.08);
}

.service-logo.raster-logo img {
  width: 100%;
  height: 100%;
  image-rendering: auto;
}

.service-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.service-logo::before {
  display: none;
}

.corner-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  inset-inline-start: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.service-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.service-meta {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.service-card h3 { margin-bottom: 0; font-size: 21px; line-height: 1.25; }
.service-card p { font-size: 14px; margin-bottom: auto; }
.badge-row { display: flex; gap: 7px; flex-wrap: wrap; }
.badge-row span { padding: 5px 9px; border-radius: 999px; background: var(--soft); color: var(--brand-dark); font-size: 12px; }

.service-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.service-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 8px; width: 100%; }
.service-footer a { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 48px; text-align: center; padding: 0 10px; border-radius: 14px; min-width: 0; }
.service-actions .order-btn { background: var(--ink); color: white; box-shadow: none; }
.service-actions .detail-btn { background: #fbfbfd; color: var(--ink); }
.copy-order-btn { padding: 10px 12px; background: var(--soft); color: var(--brand-dark); font-weight: 800; }
.catalog-price-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.catalog-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.96), rgba(18, 60, 105, 0.96));
  color: white;
}
.catalog-helper span { display: block; color: rgba(255,255,255,.72); margin-top: 4px; }

.popular-grid, .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 24px 70px rgba(29, 29, 31, 0.06);
  backdrop-filter: blur(14px);
}
.popular-grid a, .trust-grid article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}
.popular-grid span, .trust-grid span { color: var(--brand-dark); font-weight: 900; }
.popular-grid strong { display: block; margin-top: 10px; font-size: 20px; }
.popular-grid small, .trust-grid p { color: var(--muted); }

.demand-section { padding-bottom: 38px; }
.demand-grid { grid-template-columns: repeat(5, 1fr); }
.demand-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 150px;
  overflow: hidden;
  color: var(--demand-ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, var(--demand-start), var(--demand-end));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.12);
}
.demand-grid a::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.demand-grid a::after {
  display: none;
}
.demand-grid span,
.demand-grid strong,
.demand-grid small {
  position: relative;
  z-index: 1;
}
.demand-grid span {
  display: none;
}
.demand-grid strong { display: none; }
.demand-grid small {
  color: rgba(255, 255, 255, 0.82);
  margin-top: auto;
  transform: translateY(8px);
}

.catalog-more-row {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.catalog-more-row .secondary-btn {
  padding: 13px 24px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: white;
  border: 0;
  box-shadow: 0 16px 42px rgba(29, 29, 31, 0.24);
}

.keyword-cloud { display: flex; gap: 10px; flex-wrap: wrap; }
.keyword-cloud a {
  padding: 11px 14px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: var(--muted);
}

.request-banner {
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--ink), #1d1d1f);
  color: white;
}
.request-banner p { color: rgba(255, 255, 255, 0.78); }
.request-banner .eyebrow { color: #1d1d1f; }

.models-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.models-copy {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}

.models-copy p:not(.eyebrow) { color: var(--muted); }

.models-sites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.models-sites span {
  padding: 22px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(29, 29, 31, 0.06);
  font-weight: 800;
  text-align: center;
}

.popular-pages-section { padding: 58px 0; }
.popular-pages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 24px 70px rgba(29, 29, 31, 0.06);
  backdrop-filter: blur(14px);
}
.popular-pages-grid a {
  display: block;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.popular-pages-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 29, 31, 0.38);
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.1);
}
.popular-pages-grid span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}
.popular-pages-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 20px;
}
.popular-pages-grid small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-item { padding: 22px; }
.faq-item p { margin-bottom: 0; }

.site-footer {
  display: block;
  padding: 32px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer strong { color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.footer-grid a { display: block; margin-top: 8px; color: var(--muted); }
.footer-grid a:hover { color: var(--ink); }

.mobile-sticky-telegram { display: none; }

.service-page { padding: 58px 0; }
.service-detail { margin-bottom: 28px; }
.service-detail-chatgpt-plus-page {
  margin-bottom: 14px;
}

.service-detail-chatgpt-plus-page + .service-pricing-block {
  margin-top: 0;
}

.service-detail-chatgpt-plus-page .service-detail-copy {
  min-height: auto;
}
.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}
.service-detail-visual-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service-detail-tile {
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  align-self: start;
  border-radius: 32px;
  border: 1px solid #d2d2d7;
  overflow: hidden;
}
.service-detail-tile.image-brand-tile {
  background: #1d1d1f;
}
.service-detail-tile.image-brand-tile > img {
  object-fit: cover;
  object-position: center;
}

.service-detail-tile.image-brand-tile::after,
.service-detail-tile.image-brand-tile .brand-tile-mark,
.service-detail-tile.image-brand-tile strong,
.service-detail-tile.image-brand-tile small {
  display: none;
}
.service-detail-visual-note {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.8;
  text-align: center;
}
.service-detail-copy {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}
.service-detail-copy h1 { font-size: clamp(34px, 5vw, 62px); }
.service-detail-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.service-price-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid rgba(29, 29, 31, 0.26);
  color: var(--brand-dark) !important;
  font-size: 15px !important;
  font-weight: 800;
}
.back-link { display: inline-block; margin-bottom: 18px; color: var(--muted); }
.service-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service-content-grid article,
.service-commercial-grid article {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}
.service-content-grid p, .service-content-grid li,
.service-commercial-grid p, .service-commercial-grid li { color: var(--muted); }
.service-content-grid ul, .service-commercial-grid ul { padding-inline-start: 22px; }

.service-commercial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.service-pricing-block {
  margin: 18px 0;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}
.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pricing-crypto-note {
  margin-top: 10px;
  color: var(--brand-dark) !important;
  font-weight: 850;
}
.article-payment-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid rgba(29, 29, 31, 0.24);
  color: var(--brand-dark) !important;
  font-weight: 850;
}
.pricing-card-grid article {
  padding: 20px;
  border-radius: 22px;
  background: #fbfbfd;
  border: 1px solid var(--line);
}
.pricing-card-grid span {
  color: var(--brand-dark);
  font-weight: 900;
}
.pricing-card-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}
.pricing-card-grid small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}
.pricing-card-grid .featured-price {
  background: linear-gradient(145deg, #ecfdf5, #ffffff);
  border-color: rgba(29, 29, 31, 0.36);
}

.service-mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 16px 0;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.96), rgba(18, 60, 105, 0.96));
  color: white;
}

.service-mid-cta p:not(.eyebrow) { color: rgba(255, 255, 255, 0.78); margin-bottom: 0; }
.service-mid-cta .eyebrow { color: #1d1d1f; }

.comparison-list { display: grid; gap: 10px; }
.comparison-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fbfbfd;
  border: 1px solid var(--line);
}
.comparison-list span { color: var(--muted); text-align: end; }

.related-services-block {
  margin-top: 18px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.related-services-grid a {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}
.related-services-grid strong { display: block; }
.related-services-grid small { color: var(--muted); }

.service-final-cta {
  background: linear-gradient(135deg, var(--ink), #1d1d1f) !important;
  color: white;
}

.service-final-cta p { color: rgba(255, 255, 255, 0.78); }

.landing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.landing-links a {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-weight: 800;
}

.blog-page, .article-page { padding: 58px 0; }
.blog-hero, .article-shell {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}
.blog-hero p:not(.eyebrow), .article-shell p, .article-shell li { color: var(--muted); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.blog-card {
  display: block;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(29, 29, 31, 0.1); }
.blog-card span { color: var(--brand-dark); font-weight: 900; }
.blog-card h2 { font-size: 22px; }
.blog-card p { color: var(--muted); }
.article-shell { max-width: 920px; margin: 0 auto; }
.article-shell h1 { font-size: clamp(34px, 5vw, 58px); }
.article-shell h2 { margin-top: 34px; }
.article-lead { font-size: 19px; }
.article-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.compact-cta { margin-top: 22px; }
.product-hero-image {
  margin: 28px 0 8px;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(251, 251, 253, 0.96), rgba(245, 245, 247, 0.9));
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(29, 29, 31, 0.1);
}
.product-hero-image img {
  display: block;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 24px;
  object-fit: cover;
  background: #fbfbfd;
}
.product-hero-image figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.landing-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  margin: -8px -8px 34px;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(251, 251, 253, 0.96), rgba(245, 245, 247, 0.88));
  border: 1px solid var(--line);
}
.landing-visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid #d2d2d7;
  background: #1d1d1f;
  box-shadow: 0 22px 62px rgba(29, 29, 31, 0.14);
}
.landing-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.landing-visual-card figcaption {
  padding: 14px 18px;
  color: white;
  background: rgba(29, 29, 31, 0.96);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 980px) {
  .site-header { position: sticky; }
  .menu-toggle { display: block; order: 3; }
  .main-nav {
    order: 5;
    display: none;
    width: 100%;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    box-shadow: 0 18px 46px rgba(29, 29, 31, 0.08);
  }
  .menu-open .main-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .main-nav a { padding: 10px 12px; border-radius: 14px; background: #fbfbfd; }
  .hero { grid-template-columns: 1fr; margin-top: 28px; padding: 26px; border-radius: 34px; }
  .category-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid, .faq-list { grid-template-columns: 1fr; }
  .demand-grid { grid-template-columns: repeat(2, 1fr); }
  .popular-grid, .trust-grid, .popular-pages-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .models-section { grid-template-columns: 1fr; }
  .service-detail-hero, .service-content-grid, .service-commercial-grid { grid-template-columns: 1fr; }
  .pricing-card-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-hero-card { grid-template-columns: 1fr; }
  .related-services-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  .header-actions { width: 100%; justify-content: space-between; }
  .menu-toggle { margin-inline-start: auto; }
  .menu-open .main-nav { grid-template-columns: 1fr; }
  .hero { padding: 18px; border-radius: 28px; }
  .hero-panel { padding: 18px; border-radius: 28px; }
  .hero-service-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero-service-tile { border-radius: 20px; padding: 12px; }
  .category-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px; border-radius: 22px; }
  .category-card { min-height: 78px; }
  .steps-grid { padding: 12px; border-radius: 26px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .split-heading, .request-banner { align-items: flex-start; flex-direction: column; }
  .catalog-helper { align-items: flex-start; flex-direction: column; }
  .catalog-status-row { align-items: flex-start; flex-direction: column; }
  .catalog-sort { width: 100%; justify-content: space-between; }
  .service-mid-cta { align-items: flex-start; flex-direction: column; }
  .comparison-list div { flex-direction: column; }
  .comparison-list span { text-align: start; }
  .demand-grid { grid-template-columns: 1fr; }
  .popular-grid, .trust-grid, .popular-pages-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-actions { width: 100%; justify-content: flex-end; }
  .mobile-sticky-telegram {
    position: fixed;
    z-index: 80;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: block;
    padding: 14px 18px;
    border-radius: 18px;
    background: var(--brand);
    color: white;
    text-align: center;
    font-weight: 900;
    box-shadow: 0 18px 46px rgba(29, 29, 31, 0.34);
  }
  .models-sites { grid-template-columns: 1fr; }
  .related-services-grid { grid-template-columns: 1fr; }
  .pricing-card-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  h1 { font-size: 42px; }
}

/* Premium Persian Fintech redesign layer. Keep this section last for easy rollback. */
:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --brand: #1d1d1f;
  --brand-dark: #000000;
  --accent: #1d1d1f;
  --soft: #f5f5f7;
  --shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(29, 29, 31, 0.18), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(29, 29, 31, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f7 46%, #ffffff 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(29, 29, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.site-header {
  top: 14px;
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px;
  background: rgba(29, 29, 31, 0.88);
  color: #ffffff;
  box-shadow: 0 18px 54px rgba(29, 29, 31, 0.18);
}

.brand strong,
.site-header .main-nav a:hover { color: #ffffff; }
.brand small,
.site-header .main-nav { color: rgba(255, 255, 255, 0.68); }
.site-header .language-toggle {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.telegram-link,
.primary-btn,
.order-btn,
.catalog-more-row .secondary-btn {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: white;
  box-shadow: 0 14px 36px rgba(29, 29, 31, 0.26);
}

.secondary-btn,
.detail-btn,
.copy-order-btn,
.language-toggle {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(29, 29, 31, 0.14);
}

.hero.section-shell { width: min(1380px, calc(100% - 48px)); }
.hero {
  margin-top: 34px;
  padding: clamp(28px, 5vw, 68px);
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.96), rgba(29, 29, 31, 0.94) 54%, rgba(29, 29, 31, 0.9));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 92px rgba(29, 29, 31, 0.24);
}

.hero::before {
  inset: 28px auto auto 32px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(29, 29, 31, 0.42);
  background: rgba(29, 29, 31, 0.08);
}

.hero::after {
  inset: auto 5% -180px auto;
  width: 520px;
  height: 520px;
  background: rgba(29, 29, 31, 0.1);
}

.hero .eyebrow,
.request-banner .eyebrow,
.service-mid-cta .eyebrow { color: #1d1d1f; }
.hero h1 { max-width: 780px; color: #ffffff; letter-spacing: -2.2px; }
.hero-text { color: rgba(255, 255, 255, 0.76); }
.hero .secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
}

.trust-row span,
.hot-tags a {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.18);
}
.hot-tags span { color: #1d1d1f; }

.hero-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 26px 70px rgba(0, 0, 0, 0.18);
}
.hero-feature-card,
.hero-service-tile {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.64);
}
.hero-panel-link {
  background: linear-gradient(135deg, #1d1d1f, #f1c15f);
  color: #1d1d1f;
}

.category-strip,
.steps-grid,
.catalog-glass,
.popular-grid,
.trust-grid,
.popular-pages-grid,
.related-services-block {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}

.category-card,
.steps-grid article,
.service-card,
.faq-item,
.popular-grid a,
.trust-grid article,
.popular-pages-grid a,
.models-copy,
.blog-hero,
.article-shell,
.service-detail-copy,
.service-content-grid article,
.service-commercial-grid article,
.service-pricing-block,
.related-services-grid a,
.product-hero-image {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(29, 29, 31, 0.12);
  box-shadow: 0 18px 48px rgba(29, 29, 31, 0.08);
}

.category-card span,
.steps-grid span {
  background: #1d1d1f;
  color: #1d1d1f;
}

.service-card {
  border-radius: 30px;
  grid-template-rows: 230px 1fr;
  background: #ffffff;
}
.service-media {
  margin: 14px 14px 0;
  border-radius: 24px;
  background: linear-gradient(145deg, #f5f5f7, #f5f5f7);
  border-color: rgba(29, 29, 31, 0.1);
}
.service-card:hover,
.popular-pages-grid a:hover,
.category-card:hover,
.steps-grid article:hover {
  border-color: rgba(29, 29, 31, 0.46);
  box-shadow: 0 28px 72px rgba(29, 29, 31, 0.14);
}
.service-meta,
.popular-pages-grid span,
.popular-grid span,
.trust-grid span,
.pricing-card-grid span { color: var(--brand-dark); }
.badge-row span,
.catalog-price-chip,
.copy-order-btn,
.service-price-note,
.pricing-crypto-note,
.article-payment-note {
  background: #f5f5f7;
  color: var(--brand-dark) !important;
  border-color: rgba(29, 29, 31, 0.16);
}
.service-actions .order-btn {
  background: #1d1d1f;
  color: #ffffff;
}
.service-actions .detail-btn { background: #f5f5f7; }

.filter-pills button.active,
.catalog-status strong {
  background: #1d1d1f;
  color: #ffffff;
  border-color: #1d1d1f;
}
.catalog-tools,
.catalog-status-row,
.quick-order-row a,
.keyword-cloud a,
.models-sites span,
.pricing-card-grid article,
.comparison-list div {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(29, 29, 31, 0.12);
}
.catalog-tools input,
.catalog-sort select {
  background: #ffffff;
  border-color: rgba(29, 29, 31, 0.14);
}

.request-banner,
.catalog-helper,
.service-mid-cta,
.service-final-cta {
  background: #ffffff !important;
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}
.request-banner .primary-btn,
.service-mid-cta .primary-btn,
.service-final-cta .primary-btn {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #1d1d1f;
  box-shadow: none;
}

.demand-grid a {
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(29, 29, 31, 0.14);
}

.site-footer {
  margin-top: 36px;
  background: #1d1d1f;
  border-top: 0;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer strong,
.site-footer a:hover { color: #ffffff; }
.footer-grid a { color: rgba(255, 255, 255, 0.62); }

@media (max-width: 980px) {
  .site-header { top: 8px; }
  .menu-toggle {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .menu-toggle span { background: #ffffff; }
  .main-nav {
    background: rgba(29, 29, 31, 0.98);
    border-color: rgba(255, 255, 255, 0.14);
  }
  .main-nav a { background: rgba(255, 255, 255, 0.08); }
}

@media (max-width: 700px) {
  .hero.section-shell { width: min(100% - 28px, 1380px); }
  .hero { border-radius: 34px; }
  .site-header { width: min(100% - 16px, 1280px); }
}

/* Radical AI payment dashboard redesign. This block intentionally overrides the previous visual system. */
:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --brand: #1d1d1f;
  --brand-dark: #000000;
  --accent: #1d1d1f;
  --soft: #f5f5f7;
  --shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}

body {
  background:
    radial-gradient(circle at 12% -8%, rgba(29, 29, 31, 0.22), transparent 30%),
    radial-gradient(circle at 82% 2%, rgba(29, 29, 31, 0.16), transparent 28%),
    radial-gradient(circle at 50% 38%, rgba(29, 29, 31, 0.14), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 46%, #ffffff 100%);
  color: var(--ink);
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.5;
  mask-image: radial-gradient(circle at top, black, transparent 76%);
}

.section-shell { width: min(1240px, calc(100% - 40px)); }
.site-header {
  top: 18px;
  width: min(1320px, calc(100% - 32px));
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
}
.brand { padding-inline-end: 10px; }
.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(29, 29, 31, 0.32), rgba(29, 29, 31, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 14px 36px rgba(29, 29, 31, 0.14);
}
.brand-mark img { width: 42px; height: 42px; }
.main-nav { gap: 8px; }
.main-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(29, 29, 31, 0.72);
}
.main-nav a:hover { background: rgba(255, 255, 255, 0.08); }
.language-toggle,
.telegram-link { min-height: 44px; }
.telegram-link {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
  box-shadow: 0 16px 42px rgba(29, 29, 31, 0.34);
}

.hero.section-shell { width: min(1460px, calc(100% - 48px)); }
.hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: clamp(28px, 4vw, 64px);
  min-height: 620px;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 58px);
  border-radius: 54px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(29, 29, 31, 0.22), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(29, 29, 31, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.5);
}
.hero::before {
  inset: 34px 34px auto auto;
  width: 130px;
  height: 130px;
  border-radius: 36px;
  border: 1px solid rgba(29, 29, 31, 0.36);
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.14), rgba(29, 29, 31, 0.08));
  transform: rotate(12deg);
}
.hero::after {
  inset: auto auto -180px -120px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(29, 29, 31, 0.18), transparent 58%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.1);
  border: 1px solid rgba(29, 29, 31, 0.18);
  color: #000000;
}
.hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: -4px;
  max-width: 920px;
}
.hero-text {
  max-width: 760px;
  color: rgba(29, 29, 31, 0.72);
  font-size: 20px;
}
.hero-actions { gap: 14px; }
.primary-btn,
.order-btn,
.catalog-more-row .secondary-btn {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(29, 29, 31, 0.3);
}
.secondary-btn,
.detail-btn,
.copy-order-btn,
.language-toggle {
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.13);
}
.hero .secondary-btn,
.hero .trust-row span,
.hot-tags a {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(29, 29, 31, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
}
.hot-tags span { color: #1d1d1f; }

.hero-panel {
  padding: 20px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 28px 90px rgba(0,0,0,.34);
}
.hero-feature-card {
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.16), rgba(29, 29, 31, 0.08));
  border: 1px solid rgba(29, 29, 31, 0.22);
  color: #fbfbfd;
}
.hero-feature-logo { width: 74px; height: 74px; border-radius: 24px; }
.hero-feature-card em {
  background: #1d1d1f;
  color: #ffffff;
}
.hero-service-grid { gap: 12px; }
.hero-service-tile {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.image-hero-tile img,
.cursor-hero-tile img {
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(0,0,0,.25);
}
.hero-panel-link {
  border-radius: 24px;
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
}

.feature-section,
.catalog-section,
.seo-section,
.faq-section,
.models-section,
.popular-section,
.trust-section,
.popular-pages-section,
.blog-page,
.article-page,
.service-page { padding: 76px 0; }
.section-heading h2 { color: var(--ink); }
.section-heading p:not(.eyebrow) { color: var(--muted); }

.category-strip,
.steps-grid,
.catalog-glass,
.popular-grid,
.trust-grid,
.popular-pages-grid,
.related-services-block {
  padding: 18px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}
.category-card,
.steps-grid article,
.service-card,
.popular-grid a,
.trust-grid article,
.popular-pages-grid a,
.models-copy,
.blog-hero,
.article-shell,
.service-detail-copy,
.service-content-grid article,
.service-commercial-grid article,
.service-pricing-block,
.related-services-grid a,
.product-hero-image {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  color: var(--ink);
}
.category-card,
.faq-item,
.popular-pages-grid a,
.popular-grid a,
.steps-grid article { border-radius: 30px; }
.category-card span,
.steps-grid span {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
}
.category-card::after,
.steps-grid article::after { background: rgba(29, 29, 31, 0.08); }
.category-card:hover,
.steps-grid article:hover,
.popular-pages-grid a:hover,
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 29, 31, 0.32);
  box-shadow: 0 34px 100px rgba(29, 29, 31, 0.13), 0 24px 70px rgba(0,0,0,.28);
}

.catalog-glass { border-radius: 46px; }
.quick-order-row a,
.catalog-status-row,
.catalog-tools,
.filter-pills button,
.catalog-sort select,
.catalog-tools input,
.keyword-cloud a,
.models-sites span,
.pricing-card-grid article,
.comparison-list div {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fbfbfd;
}
.catalog-tools input::placeholder { color: rgba(29, 29, 31,.48); }
.filter-pills button { color: rgba(29, 29, 31,.68); }
.filter-pills button.active,
.catalog-status strong {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
  border-color: transparent;
}

.catalog-sort select option:checked,
.catalog-sort select option:hover {
  background: #ffffff;
  color: #ffffff;
}

.catalog-grid { gap: 26px; }
.service-card {
  grid-template-rows: 270px 1fr;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
}
.service-media {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}
.service-media-image { border: 0; }
.brand-tile { padding: 28px; }
.service-body { padding: 22px; }
.service-card h3 { color: #fff; font-size: 24px; }
.service-card p,
.faq-item p,
.steps-grid p,
.popular-grid small,
.trust-grid p,
.popular-pages-grid small,
.article-shell p,
.article-shell li,
.service-content-grid p,
.service-content-grid li,
.service-commercial-grid p,
.service-commercial-grid li { color: var(--muted); }
.service-meta,
.popular-pages-grid span,
.popular-grid span,
.trust-grid span,
.pricing-card-grid span { color: #000000; }
.badge-row span,
.catalog-price-chip,
.copy-order-btn,
.service-price-note,
.pricing-crypto-note,
.article-payment-note {
  background: rgba(29, 29, 31, 0.1);
  color: #000000 !important;
  border: 1px solid rgba(29, 29, 31, 0.18);
}
.service-footer { border-top-color: rgba(255,255,255,.1); }
.service-actions .order-btn {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
}
.service-actions .detail-btn { background: rgba(255,255,255,.08); color: #fff; }

.demand-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.demand-grid a {
  min-height: 210px;
  border-radius: 34px;
  box-shadow: 0 26px 80px rgba(0,0,0,.3);
}
.demand-grid a::before { border-color: rgba(255,255,255,.18); }

.request-banner,
.catalog-helper,
.service-mid-cta,
.service-final-cta {
  border: 1px solid rgba(29, 29, 31, 0.08);
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
}
.request-banner .primary-btn,
.service-mid-cta .primary-btn,
.service-final-cta .primary-btn {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
}

.service-detail-hero { gap: 34px; }
.service-detail-tile { border-radius: 38px; border-color: rgba(255,255,255,.12); }
.service-detail-copy h1,
.article-shell h1 { color: #fff; }
.pricing-card-grid .featured-price {
  background: linear-gradient(180deg, rgba(29, 29, 31,.16), rgba(255,255,255,.06));
  border-color: rgba(29, 29, 31,.32);
}
.pricing-card-grid strong { color: #fff; }
.faq-item h3,
.trust-grid h3,
.popular-grid strong,
.popular-pages-grid strong,
.steps-grid h3,
.service-content-grid h2,
.service-content-grid h3,
.service-commercial-grid h2,
.service-commercial-grid h3,
.article-shell h2,
.article-shell h3,
.blog-card h2,
.models-copy h2,
.pricing-card-grid h3 {
  color: #fbfbfd;
}
.corner-badge {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(29, 29, 31, 0.28);
}
.catalog-price-chip,
.copy-order-btn {
  color: #000000 !important;
}
.landing-hero-card {
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(29, 29, 31,.06));
  border-color: rgba(255,255,255,.12);
  color: #fff;
}
.landing-links a { background: rgba(29, 29, 31,.1); color: #000000; }

.site-footer {
  background:
    radial-gradient(circle at 80% 0%, rgba(29, 29, 31,.14), transparent 30%),
    #ffffff;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-sticky-telegram {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f) !important;
  color: #ffffff !important;
}
.top-search-panel {
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}
.top-search-box input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  outline: 0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.07);
  color: #fbfbfd;
  font: inherit;
  font-size: 17px;
}
.top-search-box input::placeholder { color: rgba(29, 29, 31, 0.58); }
.top-search-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 9px;
}
.top-search-pills button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(29, 29, 31, 0.72);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.top-search-pills button.active {
  background: linear-gradient(135deg, #1d1d1f, #1d1d1f);
  color: #ffffff;
  border-color: transparent;
}
.seo-content-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.seo-content-block h2 {
  margin-top: 22px;
}
.seo-content-block p {
  color: rgba(29, 29, 31, 0.76);
}

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .site-header { border-radius: 28px; }
  .main-nav { background: rgba(255, 255, 255, 0.98); }
  .main-nav a { background: rgba(255,255,255,.07); }
  .demand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-search-panel { margin-top: 18px; }
}

@media (max-width: 620px) {
  .section-shell,
  .hero.section-shell { width: min(100% - 24px, 1240px); }
  .hero { padding: 22px; border-radius: 34px; }
  .hero h1 { font-size: 48px; letter-spacing: -2px; }
  .hero-text { font-size: 18px; }
  .site-header { width: min(100% - 14px, 1320px); border-radius: 24px; }
  .demand-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-rows: 230px 1fr; }
  .top-search-panel { width: min(100% - 24px, 1240px); padding: 10px; border-radius: 24px; }
  .top-search-box input { padding: 15px 16px; }
}

/* SEO commerce modules */
.commerce-trust-strip,
.commercial-summary-grid,
.specialist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.commerce-trust-strip article,
.commercial-summary-grid article,
.specialist-grid article,
.seo-money-section {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}
.commerce-trust-strip strong,
.commercial-summary-grid strong,
.specialist-grid h3 { display: block; color: #fbfbfd; }
.commerce-trust-strip span,
.commercial-summary-grid small,
.specialist-grid p { color: var(--muted); }
.commercial-summary-grid span {
  color: #000000;
  font-weight: 900;
}
.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.seo-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
}
.seo-comparison-table th,
.seo-comparison-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: start;
}
.seo-comparison-table th { color: #1d1d1f; font-weight: 900; }
.seo-comparison-table td { color: var(--muted); }
.seo-comparison-table a { color: #000000; font-weight: 900; }
@media (max-width: 980px) {
  .commerce-trust-strip,
  .commercial-summary-grid,
  .specialist-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .commerce-trust-strip,
  .commercial-summary-grid,
  .specialist-grid { grid-template-columns: 1fr; }
}


/* =============== APPLE FINAL OVERRIDE =============== */
/* Force Apple palette regardless of any leftover inline styles */

body {
  font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', system-ui, sans-serif !important;
  background: #ffffff !important;
  color: #1d1d1f !important;
  -webkit-font-smoothing: antialiased;
}

/* Header � frosted glass like apple.com top bar */
.site-header {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.main-nav, .main-nav a { color: #1d1d1f !important; }
.main-nav a { font-weight: 500 !important; }
.main-nav a:hover { color: #1d1d1f !important; }

/* Buttons � Apple blue pill */
.telegram-link, .primary-btn, .order-btn {
  background: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}
.telegram-link:hover, .primary-btn:hover, .order-btn:hover {
  background: #000000 !important;
}

.secondary-btn, .detail-btn, .copy-order-btn, .language-toggle {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  font-weight: 500 !important;
}
.secondary-btn:hover, .detail-btn:hover, .copy-order-btn:hover, .language-toggle:hover {
  background: #f5f5f7 !important;
  border-color: #1d1d1f !important;
}

/* Hero / sections � clean white, no gradients */
.hero, .hero-panel, .catalog-glass, .seo-money-section, .specialist-section,
.popular-pages-section, .request-banner, .trust-section, .feature-section,
.models-section, .faq-section, .commerce-trust-strip, .top-search-panel,
.popular-section, .demand-section, .seo-section {
  background: #ffffff !important;
  background-image: none !important;
}
.commerce-trust-strip {
  background: #f5f5f7 !important;
  border-top: 1px solid #d2d2d7 !important;
  border-bottom: 1px solid #d2d2d7 !important;
}

/* Headings � Apple-tight tracking */
h1, h2, h3, h4 {
  color: #1d1d1f !important;
  letter-spacing: -0.022em !important;
  font-weight: 700 !important;
}
h1 { font-weight: 800 !important; letter-spacing: -0.04em !important; }
.eyebrow { color: #6e6e73 !important; font-weight: 600 !important; text-transform: none !important; }

/* Demand cards � kill rainbow inline gradients, unify Apple style */
.image-demand-card,
.cursor-demand-card,
.popular-grid > a {
  --demand-start: #ffffff !important;
  --demand-end: #ffffff !important;
  --demand-ink: #1d1d1f !important;
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  box-shadow: none !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.image-demand-card:hover,
.cursor-demand-card:hover,
.popular-grid > a:hover {
  transform: translateY(-3px);
  border-color: #1d1d1f !important;
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.08) !important;
}
.image-demand-card strong,
.cursor-demand-card strong,
.popular-grid > a strong { color: #1d1d1f !important; }
.image-demand-card small,
.cursor-demand-card small,
.popular-grid > a small { color: #6e6e73 !important; }
.image-demand-card span,
.cursor-demand-card span {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
}

/* Hot tags / search pills */
.hot-tags a, .top-search-pills button, .filter-pills button {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border: 1px solid transparent !important;
  font-weight: 500 !important;
}
.hot-tags a:hover, .top-search-pills button:hover, .filter-pills button:hover {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
}
.top-search-pills button.active, .filter-pills button.active {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border-color: #1d1d1f !important;
}

/* Comparison table */
.seo-comparison-table {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
}
.seo-comparison-table thead th {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border-bottom: 1px solid #d2d2d7 !important;
}
.seo-comparison-table tbody tr { border-bottom: 1px solid #d2d2d7 !important; }
.seo-comparison-table tbody tr:hover { background: #fbfbfd !important; }
.seo-comparison-table a { color: #1d1d1f !important; }

/* Steps & trust grid */
.steps-grid > article,
.trust-grid > article,
.specialist-grid > article {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  box-shadow: none !important;
}
.steps-grid > article > span,
.trust-grid > article > span {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  font-weight: 700 !important;
}

/* Catalog tools / search input */
.catalog-tools input, #searchInput, #topSearchInput {
  background: #f5f5f7 !important;
  border: 1px solid transparent !important;
  color: #1d1d1f !important;
}
.catalog-tools input:focus, #searchInput:focus, #topSearchInput:focus {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
  outline: none !important;
}
.catalog-tools input::placeholder { color: #86868b !important; }

/* Footer � keep dark for contrast (Apple does this on apple.com footer) */
.site-footer {
  background: #f5f5f7 !important;
  color: #6e6e73 !important;
  border-top: 1px solid #d2d2d7 !important;
}
.site-footer a { color: #1d1d1f !important; }
.site-footer a:hover { color: #1d1d1f !important; }
.site-footer strong { color: #1d1d1f !important; }

/* Mobile sticky telegram */
.mobile-sticky-telegram {
  background: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06) !important;
}

/* FAQ */
.faq-list details {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
}
.faq-list summary { color: #1d1d1f !important; font-weight: 600 !important; }

/* Service cards (catalog grid) */
.catalog-grid > * {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  box-shadow: none !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}
.catalog-grid > *:hover {
  transform: translateY(-3px);
  border-color: #1d1d1f !important;
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.08) !important;
}

/* Keyword cloud */
.keyword-cloud > *, .landing-links > * {
  color: #1d1d1f !important;
}
.landing-links a {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border: 1px solid transparent !important;
}
.landing-links a:hover {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
}

/* All a tags default � Apple blue */
a { color: #1d1d1f; }

/* =============== FIX: White text on white bg =============== */
/* These sections were dark before, now white � force dark text */

.hero h1,
.hero .hero-copy h1,
.hero .hero-text,
.hero-copy p,
.hero-copy .eyebrow,
.hero-copy .trust-row,
.hero-copy .trust-row span,
.hero-copy .hot-tags span,
.hero-panel,
.hero-panel strong,
.hero-panel small,
.hero-panel em,
.hero-feature-card,
.hero-feature-card strong,
.hero-feature-card small,
.hero-feature-card em,
.hero-service-tile span,
.hero-panel-link {
  color: #1d1d1f !important;
}

.request-banner,
.request-banner h2,
.request-banner p,
.request-banner .eyebrow {
  color: #1d1d1f !important;
}

/* Catalog section text */
.catalog-glass,
.catalog-glass h2,
.catalog-glass p,
.catalog-glass .eyebrow,
.catalog-helper strong,
.catalog-helper span,
.catalog-status,
.catalog-sort,
.catalog-sort span,
.catalog-more-row button,
.quick-order-row a {
  color: #1d1d1f !important;
}

/* Section headings that might have been white */
.section-heading h2,
.section-heading p,
.section-heading .eyebrow,
.split-heading h2,
.split-heading p,
.split-heading .eyebrow {
  color: #1d1d1f !important;
}

/* Models section */
.models-copy h2,
.models-copy p,
.models-copy .eyebrow,
.models-sites span {
  color: #1d1d1f !important;
}

/* Popular pages grid */
.popular-pages-grid a strong,
.popular-pages-grid a small,
.popular-pages-grid a span {
  color: #1d1d1f !important;
}

/* Landing links */
.landing-links a,
.keyword-cloud a,
.keyword-cloud span {
  color: #1d1d1f !important;
}

/* Service mid CTA */
.service-mid-cta h2,
.service-mid-cta p,
.service-mid-cta .eyebrow {
  color: #1d1d1f !important;
}

/* Any remaining white text forced dark */
[data-i18n] {
  color: inherit;
}

/* =============== FIX: ALL remaining white text > dark =============== */
/* Nuclear override: everything that had white text now gets dark text,
   except elements that have a dark/blue background (buttons, active pills) */

.brand, .brand strong, .brand small,
.brand-mark,
.hero h1, .hero p, .hero .eyebrow, .hero .hero-text, .hero-copy,
.hero-copy *, .hero-panel *, .hero-actions *,
.trust-row, .trust-row span,
.hot-tags, .hot-tags span,
.section-heading *, .split-heading *,
.specialist-grid article *, .specialist-grid h3, .specialist-grid p,
.steps-grid article h3, .steps-grid article p,
.trust-grid article h3, .trust-grid article p,
.popular-pages-grid a *, .popular-pages-section *,
.request-banner *, .request-banner h2, .request-banner p,
.catalog-glass *, .catalog-helper *,
.catalog-status, .catalog-sort, .catalog-sort span,
.quick-order-row a,
.models-copy *, .models-sites span,
.faq-section .section-heading *,
.seo-section *, .seo-money-section *,
.commerce-trust-strip article *,
.demand-section .section-heading *,
.feature-section .section-heading *,
.service-mid-cta *,
.article-shell h1,
.service-card h3,
.pricing-card-grid strong,
.pricing-card-grid span,
.landing-links a,
.keyword-cloud *,
.footer-grid strong {
  color: #1d1d1f !important;
}

/* Secondary/muted text */
.brand small,
.hero-copy p,
.hero-feature-card small,
.steps-grid article p,
.trust-grid article p,
.specialist-grid article p,
.commerce-trust-strip article span,
.popular-pages-grid a small,
.catalog-helper span,
.models-copy p {
  color: #6e6e73 !important;
}

/* Links inside content � Apple blue */
.seo-comparison-table a,
.landing-links a:hover,
.popular-pages-grid a:hover strong,
.quick-order-row a:hover {
  color: #1d1d1f !important;
}

/* Keep white text ONLY on these dark-bg elements */
.telegram-link, .primary-btn, .order-btn,
.mobile-sticky-telegram,
.top-search-pills button.active,
.filter-pills button.active,
.image-demand-card:hover em,
.tg-btn {
  color: #ffffff !important;
}

/* =============== MONOCHROME POLISH =============== */
/* Keep buttons and elements distinguishable using gray scale only */

/* Primary buttons � pure black, white text */
.telegram-link, .primary-btn, .order-btn, .tg-btn, .mobile-sticky-telegram {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border: none !important;
}

/* ─── Mobile compact header ─── */
@media (max-width: 620px) {
  .site-header {
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
  }
  .brand { gap: 6px; }
  .brand small { display: none; }
  .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
  .brand-mark img { width: 26px; height: 26px; }
  .brand strong { font-size: 14px; }
  .header-actions { width: auto; gap: 6px; }
  .header-actions .language-toggle,
  .header-actions .telegram-link {
    font-size: 11px;
    padding: 8px 14px;
    min-height: unset;
  }
  /* Burger: small circle */
  .menu-toggle { width: 34px; height: 34px; border-radius: 50%; padding: 8px; }
  .menu-toggle span { margin: 3px 0; }
  /* Hide burger completely when menu is open */
  .menu-open .menu-toggle { display: none !important; }
  /* Close button inside nav */
  .nav-close-btn {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(0,0,0,0.06);
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #1d1d1f;
  }
  .menu-open .main-nav { position: relative; padding-top: 44px; }
}
@media (min-width: 621px) {
  .nav-close-btn { display: none; }
}
.telegram-link:hover, .primary-btn:hover, .order-btn:hover, .tg-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Secondary buttons � white with gray border, becomes black on hover */
.secondary-btn, .detail-btn, .copy-order-btn, .language-toggle, .lang-btn {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
}
.secondary-btn:hover, .detail-btn:hover, .copy-order-btn:hover, .language-toggle:hover, .lang-btn:hover {
  background: #f5f5f7 !important;
  border-color: #1d1d1f !important;
  color: #1d1d1f !important;
}

/* Active states � solid black */
.top-search-pills button.active,
.filter-pills button.active {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border-color: #1d1d1f !important;
}

/* All hover navigation links � gray, not blue */
.main-nav a:hover {
  color: #1d1d1f !important;
}

/* Inline content links � keep dark, underline on hover */
a:not(.telegram-link):not(.primary-btn):not(.secondary-btn):not(.order-btn):not(.detail-btn):not(.copy-order-btn):not(.language-toggle):not(.lang-btn):not(.tg-btn):not(.mobile-sticky-telegram):not(.image-demand-card):not(.cursor-demand-card):not(.hero-feature-card):not(.hero-service-tile):not(.hero-panel-link):not(.brand) {
  color: #1d1d1f;
  transition: color .2s ease;
}

/* Step number badges � gray bg, dark number */
.steps-grid > article > span,
.trust-grid > article > span {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
}

/* Eyebrow text � soft gray */
.eyebrow {
  color: #6e6e73 !important;
  font-weight: 600 !important;
}

/* Service card price/em accents � dark gray instead of accent color */
.image-demand-card em,
.cursor-demand-card em,
.popular-grid > a em,
.card__price,
.card__body em {
  color: #6e6e73 !important;
  background: #f5f5f7 !important;
}

/* Comparison table links */
.seo-comparison-table a {
  color: #1d1d1f !important;
  text-decoration: underline;
  text-decoration-color: #d2d2d7;
  text-underline-offset: 3px;
}
.seo-comparison-table a:hover {
  text-decoration-color: #1d1d1f;
}

/* Focus states � subtle gray ring instead of blue */
*:focus-visible {
  outline: 2px solid #1d1d1f !important;
  outline-offset: 2px !important;
}
.catalog-tools input:focus,
#searchInput:focus,
#topSearchInput:focus {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.08) !important;
}

/* =============== FIX: Dark badges/pills need white text =============== */
/* Oval badges with dark bg � force white text inside */
.image-demand-card span,
.cursor-demand-card span,
.demand-grid > a span,
.popular-grid > a span,
.popular-pages-grid a > span:first-child,
.steps-grid > article > span,
.trust-grid > article > span,
.hero-feature-card em,
.catalog-grid .service-card .badge,
.catalog-grid [class*="card"] span:first-child,
.demand-section .demand-grid a > span:first-child {
  color: #ffffff !important;
  background: #1d1d1f !important;
}

/* If badges are meant to be light bg with dark text instead */
.steps-grid > article > span,
.trust-grid > article > span {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
}

/* =============== FIX: Invisible text in links/buttons/selects =============== */

/* primary-btn used as link (e.g. ?????? ???????) � black bg, white text */
a.primary-btn,
a.primary-btn:visited,
a.primary-btn span,
a.primary-btn * {
  background: #1d1d1f !important;
  color: #ffffff !important;
}
a.primary-btn:hover,
a.primary-btn:hover * {
  background: #000000 !important;
  color: #ffffff !important;
}

/* hero-panel-link � secondary link inside hero panel */
.hero-panel-link,
.hero-panel-link:visited {
  display: inline-block;
  padding: 10px 18px;
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  text-align: center;
}
.hero-panel-link:hover {
  background: #f5f5f7 !important;
  border-color: #1d1d1f !important;
  color: #1d1d1f !important;
}

/* Select dropdown � sort options */
select,
.catalog-sort select,
#sortSelect {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  padding: 8px 32px 8px 12px;
  border-radius: 12px;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d1d1f'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 18px;
}
select option,
.catalog-sort select option,
#sortSelect option {
  background: #ffffff !important;
  color: #1d1d1f !important;
}
select:focus,
.catalog-sort select:focus,
#sortSelect:focus {
  outline: none;
  border-color: #1d1d1f !important;
  box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.08) !important;
}

/* Eyebrow text "?????" / "????? ?????" / "??????? ?? ?????" */
.eyebrow,
p.eyebrow,
.section-heading .eyebrow,
.split-heading .eyebrow {
  display: inline-block;
  background: transparent !important;
  color: #6e6e73 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

/* Demand cards � featured ChatGPT card with white text on dark gradient */
.image-demand-card,
.cursor-demand-card {
  color: #ffffff !important;
}
.image-demand-card strong,
.image-demand-card small,
.image-demand-card span,
.cursor-demand-card strong,
.cursor-demand-card small,
.cursor-demand-card span {
  color: #ffffff !important;
}

/* Keep card background dark (was set to gradient earlier � keep dark fallback) */
.image-demand-card,
.cursor-demand-card {
  background: #1d1d1f !important;
  border: 1px solid #1d1d1f !important;
}
.image-demand-card:hover,
.cursor-demand-card:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-3px);
}

/* Specifically the "GPT", "CL" oval badges INSIDE dark cards stay white */
.image-demand-card > span:first-of-type,
.cursor-demand-card > span:first-of-type {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

/* =============== FIX: popular-pages-grid corner badges =============== */
/* The <span> in each card corner � make it visible: white bg, dark text */

.popular-pages-grid > a > span,
.popular-pages-grid a span:first-child {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  font-weight: 600 !important;
}

/* Card itself � white bg, dark text */
.popular-pages-grid > a {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
}
.popular-pages-grid > a strong { color: #1d1d1f !important; }
.popular-pages-grid > a small { color: #6e6e73 !important; }

.popular-pages-grid > a:hover {
  background: #fbfbfd !important;
  border-color: #1d1d1f !important;
  transform: translateY(-3px);
}
.popular-pages-grid > a:hover > span,
.popular-pages-grid > a:hover span:first-child {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border-color: #1d1d1f !important;
}

/* Same fix for any similar grid cards with corner badges */
.image-demand-card > span:first-of-type,
.cursor-demand-card > span:first-of-type,
.demand-grid > a > span:first-of-type {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 700 !important;
}

/* =============== NUCLEAR FIX: corner-badge text MUST be visible =============== */
/* Maximum specificity + !important � overrides anything */

article.service-card .service-media .corner-badge,
.service-card .corner-badge,
.catalog-grid .corner-badge,
span.corner-badge {
  position: absolute !important;
  z-index: 5 !important;
  top: 12px !important;
  inset-inline-start: auto !important;
  inset-inline-end: 12px !important;
  right: 12px !important;
  left: auto !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: #1d1d1f !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  font-family: 'Vazirmatn', -apple-system, system-ui, sans-serif !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  pointer-events: none;
  white-space: nowrap;
}

/* Make sure no child of corner-badge is hidden */
.corner-badge * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
}

/* =============== FIX: catalogStatus strong text =============== */
#catalogStatus,
#catalogStatus strong,
.catalog-status,
.catalog-status strong,
.catalog-status-row,
.catalog-status-row * {
  color: #1d1d1f !important;
}

/* =============== FIX: catalogStatus dark pill =============== */
/* The <strong> chip "??? ????????? ?????" inside catalog status � black bg needs white text */
#catalogStatus strong,
.catalog-status strong,
.catalog-status-row strong {
  background: #1d1d1f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-inline-start: 8px;
}

/* =============== FIX: commerce-trust-strip � ������ ��� =============== */
.commerce-trust-strip {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid #d2d2d7 !important;
  border-bottom: 1px solid #d2d2d7 !important;
}
.commerce-trust-strip article {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* =============== FIX: catalogStatus strong � add black outline =============== */
#catalogStatus strong,
.catalog-status strong,
.catalog-status-row strong {
  border: 1.5px solid #1d1d1f !important;
}

/* =============== FIX: commerce-trust-strip articles � black border =============== */
.commerce-trust-strip article {
  border: 1px solid #d2d2d7 !important; border-radius: 16px !important;
  padding: 20px 24px !important;
}

/* =============== FIX: top-search-panel � �������� ���� ����� =============== */
.top-search-panel {
  margin-top: 32px !important;
}
@media (min-width: 768px) {
  .top-search-panel { margin-top: 48px !important; }
}

/* =============== FIX: catalog-helper � ������ ��������, ������� ������ =============== */
.catalog-helper {
  background: #f5f5f7 !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}
.catalog-helper strong {
  color: #1d1d1f !important;
}
.catalog-helper span {
  color: #6e6e73 !important;
}
.catalog-helper .primary-btn,
.catalog-helper a {
  background: #1d1d1f !important;
  color: #ffffff !important;
}

/* =============== FIX: popular-pages-grid badges > black oval, white text =============== */
.popular-pages-grid > a > span,
.popular-pages-grid > a > span:first-child,
.popular-pages-grid a span:first-of-type {
  background: #1d1d1f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  align-self: flex-start;
}

/* On hover keep them black with white text (don't invert) */
.popular-pages-grid > a:hover > span,
.popular-pages-grid > a:hover > span:first-child,
.popular-pages-grid > a:hover span:first-of-type {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
}

/* =============== FIX: request-banner � ������ ������ ����� ���� =============== */
/* ������� ������ ����� � ����� ��������, �������� ����� ����� */
.request-banner {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  margin: 32px auto !important;
  max-width: 1240px !important;
  padding: 32px !important;
  box-shadow: none !important;
}

.request-banner h2,
.request-banner p,
.request-banner .eyebrow {
  color: #1d1d1f !important;
}
.request-banner .eyebrow {
  color: #6e6e73 !important;
}
.request-banner p {
  color: #6e6e73 !important;
}

/* =============== FIX: seo-money-section + specialist-section =============== */
/* ������������� ��� �������� � ����� ����� � ����� ������, ��� ������ ����� */

.seo-money-section,
.specialist-section,
.popular-pages-section,
.popular-section,
.demand-section,
.feature-section,
.trust-section,
.models-section,
.faq-section,
.seo-section {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  margin: 32px auto !important;
  max-width: 1240px !important;
  padding: 48px !important;
  box-shadow: none !important;
}

/* Articles ������ ���� ������ � ��� ��������� ����� � ���������� */
.seo-money-section article,
.specialist-section article,
.specialist-grid article,
.popular-pages-section article,
.trust-section article,
.commercial-summary-grid article {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Headings � ����� */
.seo-money-section h2,
.seo-money-section h3,
.seo-money-section p,
.specialist-section h2,
.specialist-section h3,
.specialist-section p,
.specialist-grid h3,
.specialist-grid p {
  color: #1d1d1f !important;
}
.seo-money-section .eyebrow,
.specialist-section .eyebrow {
  color: #6e6e73 !important;
}

/* Comparison table � clean */
.comparison-table-wrap {
  background: transparent !important;
  border: none !important;
  margin-top: 24px;
}
.seo-comparison-table {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  overflow: hidden;
  width: 100%;
}
.seo-comparison-table thead th {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border-bottom: 1px solid #d2d2d7 !important;
  font-weight: 700;
  padding: 14px 16px;
}
.seo-comparison-table tbody td {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border-bottom: 1px solid #d2d2d7 !important;
  padding: 14px 16px;
}
.seo-comparison-table tbody tr:last-child td {
  border-bottom: none !important;
}
.seo-comparison-table tbody tr:hover td {
  background: #fbfbfd !important;
}
.seo-comparison-table a {
  color: #1d1d1f !important;
  text-decoration: underline;
  text-decoration-color: #d2d2d7;
  text-underline-offset: 3px;
}
.seo-comparison-table a:hover {
  text-decoration-color: #1d1d1f;
}

/* Specialist grid � clean cards */
.specialist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.specialist-grid article {
  background: #f5f5f7 !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: none !important;
}
.specialist-grid article h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.specialist-grid article p {
  color: #6e6e73 !important;
  font-size: 14px;
  line-height: 1.6;
}

/* =======================================================================
   GLOBAL APPLE-STYLE OVERRIDE FOR ALL PAGES
   Unified styles for blog, articles, landings, services, legal pages.
   ======================================================================= */

/* --- Article shell (blog posts, content-heavy pages) --- */
.article-shell,
.article-page,
.blog-page,
.service-page {
  background: #ffffff !important;
  color: #1d1d1f !important;
}

.article-shell {
  max-width: 760px !important;
  margin: 32px auto !important;
  padding: 48px 32px !important;
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  box-shadow: none !important;
}

.article-shell h1,
.article-shell h2,
.article-shell h3,
.article-shell h4 {
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
  letter-spacing: -0.022em !important;
  font-weight: 700 !important;
}
.article-shell h1 {
  font-size: clamp(28px, 4vw, 44px) !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
}
.article-shell h2 {
  font-size: clamp(22px, 3vw, 30px) !important;
  margin-top: 40px !important;
  margin-bottom: 12px !important;
}
.article-shell h3 {
  font-size: clamp(18px, 2.4vw, 22px) !important;
  margin-top: 28px !important;
  margin-bottom: 8px !important;
}
.article-shell p,
.article-shell li {
  color: #1d1d1f !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}
.article-shell .article-lead,
.article-lead {
  font-size: 19px !important;
  line-height: 1.6 !important;
  color: #6e6e73 !important;
  margin-bottom: 32px !important;
}
.article-shell a {
  color: #1d1d1f !important;
  text-decoration: underline !important;
  text-decoration-color: #d2d2d7 !important;
  text-underline-offset: 3px !important;
}
.article-shell a:hover {
  text-decoration-color: #1d1d1f !important;
}

/* --- Back-link (top of internal pages) --- */
.back-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 16px !important;
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-bottom: 24px !important;
}
.back-link:hover {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
}

/* --- Article CTA blocks --- */
.article-cta {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: none !important;
  margin: 32px 0 !important;
}
.article-cta h2,
.article-cta h3,
.article-cta strong {
  color: #1d1d1f !important;
}
.article-cta p {
  color: #6e6e73 !important;
}
.article-cta a,
.article-cta .primary-btn {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border: none !important;
  text-decoration: none !important;
}
.article-cta a:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* --- Content depth blocks (rich SEO content sections) --- */
.content-depth-block,
.seo-content-block,
.payment-methods-longform-seo,
.ai-account-longform-seo,
.iran-trust-deepening,
.trust-page-expansion,
.trust-commercial-boost,
.price-inquiry-boost,
.money-page-boost,
.crypto-payment-boost,
.cluster-link-boost,
.vpn-proxy-mention {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin: 24px auto !important;
  max-width: 1240px !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
}
.content-depth-block h2,
.content-depth-block h3,
.content-depth-block h4,
.seo-content-block h2,
.seo-content-block h3,
.seo-content-block h4 {
  color: #1d1d1f !important;
}
.content-depth-block p,
.content-depth-block li,
.seo-content-block p,
.seo-content-block li {
  color: #1d1d1f !important;
}
.content-depth-block .eyebrow,
.seo-content-block .eyebrow {
  color: #6e6e73 !important;
}
.content-depth-block a,
.seo-content-block a {
  color: #1d1d1f !important;
  text-decoration: underline;
  text-decoration-color: #d2d2d7;
}
.content-depth-block a:hover,
.seo-content-block a:hover {
  text-decoration-color: #1d1d1f;
}

/* --- Landing hero/visual cards (on landing pages) --- */
.landing-hero-card,
.landing-visual-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 20px !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}
.landing-hero-card *,
.landing-visual-card * {
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
}

/* --- Landing links grid --- */
.landing-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
}
.landing-links a {
  display: inline-block !important;
  padding: 8px 16px !important;
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.landing-links a:hover {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
  color: #1d1d1f !important;
}

/* --- Blog hero --- */
.blog-hero {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  padding: 48px !important;
  margin: 32px auto !important;
  max-width: 1240px !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
}
.blog-hero h1,
.blog-hero h2 {
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
}
.blog-hero p {
  color: #6e6e73 !important;
}

/* --- Blog grid + cards --- */
.blog-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 20px !important;
  max-width: 1240px !important;
  margin: 32px auto !important;
  padding: 0 32px !important;
}
.blog-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}
.blog-card:hover {
  transform: translateY(-3px) !important;
  border-color: #1d1d1f !important;
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.08) !important;
}
.blog-card * {
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
}
.blog-card h2,
.blog-card h3,
.blog-card strong {
  color: #1d1d1f !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: -0.01em !important;
}
.blog-card p,
.blog-card small {
  color: #6e6e73 !important;
  -webkit-text-fill-color: #6e6e73 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.blog-card .eyebrow,
.blog-card span:first-child {
  display: inline-block !important;
  background: #1d1d1f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  align-self: flex-start !important;
}

/* --- Site footer (universal) --- */
.site-footer {
  background: #f5f5f7 !important;
  background-image: none !important;
  color: #6e6e73 !important;
  border-top: 1px solid #d2d2d7 !important;
  padding: 48px 32px !important;
  box-shadow: none !important;
}
.site-footer * {
  color: inherit !important;
}
.site-footer strong,
.site-footer h3,
.site-footer h4 {
  color: #1d1d1f !important;
}
.site-footer a {
  color: #1d1d1f !important;
  text-decoration: none !important;
}
.site-footer a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* --- Service-page (individual product) --- */
.service-page {
  background: #ffffff !important;
}
.service-page .service-hero,
.service-page .service-content,
.service-page .service-side {
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 20px !important;
  padding: 32px !important;
  box-shadow: none !important;
}
.service-page * {
  color: #1d1d1f;
}
.service-page .eyebrow {
  color: #6e6e73 !important;
}

/* --- Pricing card grid (on service/landing pages) --- */
.pricing-card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 !important;
}
.pricing-card-grid > * {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}
.pricing-card-grid strong {
  color: #1d1d1f !important;
  font-weight: 700 !important;
}
.pricing-card-grid span {
  color: #6e6e73 !important;
}

/* --- Commercial summary grid (IranCorner benefits) --- */
.commercial-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 !important;
}
.commercial-summary-grid article {
  background: #f5f5f7 !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
}
.commercial-summary-grid article * {
  color: #1d1d1f !important;
}
.commercial-summary-grid article small {
  color: #6e6e73 !important;
}

/* --- Section shell (universal section wrapper) --- */
.section-shell {
  background: #ffffff !important;
  background-image: none !important;
}

/* --- Override any leftover dark gradient backgrounds --- */
[class*="-boost"],
[class*="-deepening"],
[class*="-expansion"],
[class*="-longform"] {
  background: #ffffff !important;
  background-image: none !important;
  color: #1d1d1f !important;
}
[class*="-boost"] *,
[class*="-deepening"] *,
[class*="-expansion"] *,
[class*="-longform"] * {
  color: #1d1d1f !important;
}
[class*="-boost"] .eyebrow,
[class*="-deepening"] .eyebrow,
[class*="-expansion"] .eyebrow,
[class*="-longform"] .eyebrow {
  color: #6e6e73 !important;
}
[class*="-boost"] a,
[class*="-deepening"] a,
[class*="-expansion"] a,
[class*="-longform"] a {
  color: #1d1d1f !important;
  text-decoration: underline;
  text-decoration-color: #d2d2d7;
}

/* =============== SR-ONLY (visually hidden, accessible) =============== */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =============== FAQ APPLE OVERRIDE (final) =============== */
.faq-section.section-shell {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  margin: 32px auto !important;
  max-width: 1240px !important;
  padding: 48px !important;
  box-shadow: none !important;
}
.faq-section .section-heading {
  text-align: center !important;
  margin-bottom: 32px !important;
}
.faq-section h2 {
  color: #1d1d1f !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}
.faq-section .eyebrow {
  color: #6e6e73 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}
.faq-section .faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  grid-template-columns: none !important;
}
.faq-section .faq-item {
  background: #f5f5f7 !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.faq-section .faq-item[open] {
  background: #ffffff !important;
  border-color: #1d1d1f !important;
}
.faq-section .faq-item summary {
  cursor: pointer !important;
  padding: 18px 48px 18px 24px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #1d1d1f !important;
  list-style: none !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
}
.faq-section .faq-item summary::-webkit-details-marker { display: none !important; }
.faq-section .faq-item summary::before {
  content: '+' !important;
  position: absolute !important;
  inset-inline-end: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  background: #1d1d1f !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.faq-section .faq-item[open] summary::before {
  content: '?' !important;
}
.faq-section .faq-item p {
  padding: 0 24px 18px !important;
  margin: 0 !important;
  color: #6e6e73 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  background: transparent !important;
}

@media (max-width: 768px) {
  .faq-section.section-shell { padding: 32px 20px !important; margin: 24px 16px !important; }
  .faq-section .faq-item summary { font-size: 15px !important; padding: 16px 44px 16px 20px !important; }
  .faq-section .faq-item p { padding: 0 20px 16px !important; }
}

/* =============== MOBILE =============== */
@media (max-width: 768px) {
  .menu-toggle {
    background: #ffffff !important;
    border: 1px solid #d2d2d7 !important;
  }
  .menu-toggle span {
    background: #1d1d1f !important;
  }

}

/* =============== FIX: demand cards small text white +20% =============== */
.image-demand-card small,
.cursor-demand-card small,
.demand-grid > a small {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 1.2em !important;
  opacity: 1 !important;
}

/* =============== FIX: service CTA blocks — clean white, no dirty gradient =============== */
.service-mid-cta,
.service-final-cta {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
}
.service-mid-cta h2,
.service-mid-cta p,
.service-mid-cta .eyebrow,
.service-final-cta h2,
.service-final-cta p,
.service-final-cta .eyebrow {
  color: #1d1d1f !important;
}
.service-mid-cta p:not(.eyebrow),
.service-final-cta p:not(.eyebrow) {
  color: #6e6e73 !important;
}
.service-mid-cta .primary-btn,
.service-final-cta .primary-btn {
  background: #1d1d1f !important;
  color: #ffffff !important;
  border: none !important;
}