@font-face {
  font-family: 'Yekan';
  src: url('fonts/Yekan.woff2') format('woff2'),
       url('fonts/Yekan.woff') format('woff'),
       url('fonts/Yekan.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #f6f8fc;
  --card: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --line: #e6eaf2;
  --primary: #111827;
  --soft: #eef2ff;
  --shadow: 0 18px 55px rgba(17,24,39,.07);
}
* { box-sizing: border-box; font-weight: 400; }
body { margin: 0; font-family: 'Yekan', Tahoma, Arial, sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; }
button, .btn, .product-btn, input[type="submit"] { font-weight: 800 !important; }
button, .btn, .product-btn { border: 0; cursor: pointer; font-family: inherit; border-radius: 18px; padding: 14px 24px; background: var(--primary); color: #fff; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }
button:hover, .btn:hover, .product-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(17,24,39,.16); }
.btn.ghost { background: var(--soft); color: var(--text); }

.hero { min-height: 100vh; background: radial-gradient(circle at top right, #ffffff 0, #f7f9ff 42%, #eef3ff 100%); overflow: hidden; position: relative; }
.hero:before, .hero:after { content: ''; position: absolute; border-radius: 999px; filter: blur(6px); opacity: .65; pointer-events: none; }
.hero:before { width: 360px; height: 360px; background: #dbeafe; top: 110px; right: -120px; }
.hero:after { width: 260px; height: 260px; background: #fce7f3; bottom: 80px; left: -90px; }
.topbar, .search-nav, .admin-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; background: rgba(255,255,255,.84); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.public-topbar { position: relative; background: transparent; border-bottom: 0; }
.brand { font-size: 24px; text-decoration: none; color: var(--text); letter-spacing: -.2px; }
.topbar-note { color: var(--muted); font-size: 13px; background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; }
.admin-link { display: none !important; }
.hero-content { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; text-align: center; padding: 88px 20px 44px; }
.badge { display: inline-flex; background: rgba(255,255,255,.82); color: #374151; border: 1px solid var(--line); padding: 9px 15px; border-radius: 999px; font-size: 13px; box-shadow: 0 8px 30px rgba(17,24,39,.05); }
h1 { margin: 20px 0 12px; font-size: clamp(34px, 5.2vw, 62px); line-height: 1.25; letter-spacing: -1px; }
.hero-content p { color: var(--muted); font-size: 17px; max-width: 700px; margin: 0 auto 32px; line-height: 2; }
.main-search { max-width: 820px; margin: 0 auto; display: flex; gap: 10px; background: rgba(255,255,255,.94); border: 1px solid var(--line); padding: 10px; border-radius: 30px; box-shadow: var(--shadow); }
.main-search input, .nav-search input, .form-grid input, .admin-filter input, select { width: 100%; border: 1px solid var(--line); outline: none; padding: 15px 16px; border-radius: 18px; font-family: inherit; font-size: 15px; background: #fff; color: var(--text); }
.main-search input { border: none; font-size: 17px; background: transparent; }
.popular { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.popular a { text-decoration: none; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.84); border: 1px solid var(--line); color: #374151; font-size: 13px; }
.store-strip { margin: 36px auto 0; display: inline-flex; gap: 10px; background: rgba(255,255,255,.85); border: 1px solid var(--line); border-radius: 22px; padding: 12px; box-shadow: 0 16px 50px rgba(17,24,39,.06); }
.store-strip span { padding: 9px 13px; border-radius: 14px; background: #f8fafc; color: #374151; font-size: 13px; }

.search-nav { gap: 18px; }
.nav-search { display: flex; gap: 8px; width: min(760px, 100%); }
.container { max-width: 1240px; margin: 0 auto; padding: 32px 20px 60px; }
.result-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.result-head h1 { font-size: 29px; margin: 0 0 8px; letter-spacing: 0; }
.result-head p { margin: 0; color: var(--muted); line-height: 1.9; }
.source-summary { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.product-card { background: var(--card); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: 0 14px 38px rgba(17,24,39,.055); display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 22px 65px rgba(17,24,39,.09); }
.product-card img, .no-image { width: 100%; height: 232px; object-fit: contain; background: linear-gradient(180deg, #ffffff, #f8fafc); padding: 18px; }
.no-image { display: grid; place-items: center; color: #9ca3af; }
.product-body { padding: 16px; display: flex; flex-direction: column; gap: 11px; height: 100%; }
.product-body h2 { margin: 0; font-size: 14px; line-height: 1.9; min-height: 78px; color: #1f2937; }
.source-row { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin-bottom: 2px; }
.source-pill { display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px; font-size: 12px; border: 1px solid transparent; }
.source-pill.digikala { background: #fff1f2; color: #be123c; border-color: #fecdd3; }
.source-pill.technolife { background: #ecfeff; color: #0e7490; border-color: #a5f3fc; }
.source-pill.emalls { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.source-pill.torob { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.click-count { color: var(--muted); font-size: 12px; background: #f3f4f6; padding: 6px 9px; border-radius: 999px; white-space: nowrap; }
.meta { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.meta span { background: #f3f4f6; padding: 6px 9px; border-radius: 999px; }
.color { color: var(--muted); font-size: 12px; }
.price { font-size: 20px; color: #047857; margin-top: auto; }
.product-btn { width: 100%; border-radius: 18px; }
.product-card.source-digikala { border-top: 4px solid #e11d48; }
.product-card.source-technolife { border-top: 4px solid #0891b2; }
.product-card.source-emalls { border-top: 4px solid #f97316; }

.alert { padding: 14px 16px; border-radius: 18px; margin: 14px 0; line-height: 1.9; }
.alert.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.alert.warning { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.empty-box { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 50px 20px; text-align: center; color: var(--muted); }
.pagination { margin: 28px 0 0; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 40px; height: 40px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid var(--line); background: #fff; }
.pagination span { background: var(--primary); color: #fff; border-color: var(--primary); }

.install-page { min-height: 100vh; display: grid; place-items: center; padding: 20px; background: linear-gradient(135deg, #f8fafc, #eef2ff); }
.install-card { width: min(760px, 100%); background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.install-card.small { width: min(440px, 100%); }
.install-card h1 { font-size: 30px; margin-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-grid.one { grid-template-columns: 1fr; }
.form-grid label { font-size: 13px; color: #374151; display: grid; gap: 8px; }
.form-grid button { grid-column: 1 / -1; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.tiny, small { font-size: 12px; color: var(--muted); line-height: 1.8; }

.admin-body { background: #f3f6fb; }
.admin-nav { position: sticky; }
.admin-nav div { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.admin-nav div a { text-decoration: none; padding: 9px 12px; border-radius: 12px; color: #374151; background: #f9fafb; border: 1px solid #eef2f7; font-size: 13px; }
.admin-container { max-width: 1220px; margin: 0 auto; padding: 28px 20px 70px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0; }
.stat, .panel { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 12px 35px rgba(17,24,39,.045); }
.stat span { font-size: 28px; color: var(--text); }
.stat p { margin: 8px 0 0; color: var(--muted); }
.admin-grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 16px; }
.panel h2 { margin-top: 0; font-size: 18px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { text-align: right; padding: 12px 10px; border-bottom: 1px solid #eef2f7; vertical-align: middle; }
th { color: var(--muted); background: #fbfdff; }
.thumb { width: 58px; height: 58px; object-fit: contain; }
.admin-filter { display: flex; gap: 8px; margin: 12px 0 18px; max-width: 560px; }
@media (max-width: 780px) {
  .topbar, .search-nav, .admin-nav { padding: 12px 14px; height: auto; min-height: 68px; flex-wrap: wrap; gap: 12px; }
  .main-search, .nav-search, .result-head, .admin-filter { flex-direction: column; align-items: stretch; }
  .form-grid, .stat-grid, .admin-grid.two { grid-template-columns: 1fr; }
  .hero-content { padding-top: 50px; }
  .product-card img, .no-image { height: 210px; }
  table { min-width: 720px; }
  .panel { overflow-x: auto; }
}

/* Clean result cards + responsive refinements */
.result-head p,
.product-body .meta,
.product-body .color,
.click-count { display: none !important; }

.result-head {
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 40px rgba(17,24,39,.045);
}

.result-head h1 {
  margin: 0;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.7;
}

.products-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.product-card {
  border-radius: 28px;
}

.product-card img,
.no-image {
  height: 220px;
  padding: 20px;
}

.product-body {
  gap: 13px;
  padding: 16px 16px 18px;
}

.source-row {
  justify-content: flex-start;
  margin: 0;
}

.product-body h2 {
  min-height: 70px;
  font-size: 14px;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price {
  font-size: 19px;
  line-height: 1.6;
  margin-top: auto;
}

.product-btn {
  min-height: 48px;
}

.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .container { padding: 22px 14px 50px; }
  .search-nav {
    position: sticky;
    top: 0;
    padding: 12px 14px;
  }
  .search-nav .brand { width: 100%; text-align: center; }
  .nav-search { width: 100%; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .product-card img, .no-image { height: 185px; padding: 14px; }
  .product-body { padding: 13px; }
  .product-body h2 { font-size: 13px; min-height: 72px; }
  .price { font-size: 17px; }
  .product-btn { padding: 12px 10px; font-size: 13px; }
}

@media (max-width: 620px) {
  .topbar-note, .source-summary { display: none; }
  .main-search { border-radius: 22px; }
  .main-search button, .nav-search button { width: 100%; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card img, .no-image { height: 230px; }
  .result-head { border-radius: 22px; padding: 14px; }
  .pagination { gap: 6px; }
  .pagination a, .pagination span { min-width: 34px; height: 34px; border-radius: 11px; }
}

/* Compact marketplace cards + Basalam source */
.source-pill.basalam { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.product-card.source-basalam { border-top: 4px solid #16a34a; }

.container { max-width: 1320px; }
.products-grid {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px;
  align-items: stretch;
}
.product-card {
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(17,24,39,.052);
}
.product-card:hover { transform: translateY(-2px); }
.product-card img,
.no-image {
  height: 150px;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.product-body {
  padding: 12px 12px 14px;
  gap: 9px;
}
.source-pill {
  padding: 5px 9px;
  font-size: 11px;
}
.product-body h2 {
  font-size: 15.5px;
  line-height: 1.75;
  min-height: 82px;
  color: #101827;
  letter-spacing: -.15px;
  -webkit-line-clamp: 3;
}
.price {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
  color: #047857;
  font-size: 22px;
  line-height: 1.25;
  box-shadow: inset 0 0 0 1px #bbf7d0;
}
.product-btn {
  min-height: 42px;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
}
.result-head {
  margin-bottom: 16px;
}

@media (min-width: 1400px) {
  .container { max-width: 1440px; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); }
}

@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .product-card img, .no-image { height: 140px; }
  .product-body h2 { font-size: 14.5px; min-height: 78px; }
  .price { font-size: 20px; }
}

@media (max-width: 820px) {
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
  .product-card { border-radius: 18px; }
  .product-card img, .no-image { height: 128px; padding: 10px; }
  .product-body { padding: 10px; gap: 8px; }
  .product-body h2 { font-size: 13.5px; min-height: 72px; line-height: 1.75; }
  .price { font-size: 18px; padding: 6px 8px; border-radius: 12px; }
  .product-btn { min-height: 39px; padding: 9px 8px; font-size: 12px; border-radius: 12px; }
}

@media (max-width: 560px) {
  .container { padding: 16px 10px 44px; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card img, .no-image { height: 122px; }
  .source-pill { font-size: 10.5px; padding: 4px 7px; }
  .product-body h2 { font-size: 13px; min-height: 68px; -webkit-line-clamp: 3; }
  .price { font-size: 16.5px; }
}

@media (max-width: 360px) {
  .products-grid { grid-template-columns: 1fr; }
  .product-card img, .no-image { height: 180px; }
  .product-body h2 { font-size: 14px; min-height: auto; }
}

/* Infinite scroll + refined compact product grid */
.pagination { display: none !important; }
.source-errors { display: none; }

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(59,130,246,.07), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(16,185,129,.07), transparent 30%),
    #f6f8fb;
}

.container {
  max-width: 1480px;
  padding-inline: 18px;
}

.search-nav {
  min-height: 66px;
  box-shadow: 0 10px 30px rgba(15,23,42,.035);
}

.result-head {
  border-radius: 24px !important;
  padding: 16px 18px !important;
  margin-bottom: 14px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.92)) !important;
}

.result-head h1 {
  font-size: clamp(19px, 2.2vw, 27px) !important;
  letter-spacing: -.2px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  gap: 13px !important;
  align-items: stretch;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px !important;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 9px 24px rgba(15,23,42,.052) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 42px rgba(15,23,42,.105) !important;
  border-color: rgba(148,163,184,.55);
}

.product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 136px;
  height: 136px;
  padding: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid rgba(241,245,249,.95);
  text-decoration: none;
}

.product-card img,
.no-image {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
}

.product-media .source-pill {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  padding: 5px 9px !important;
  border-radius: 999px;
  font-size: 10.5px !important;
  line-height: 1.2;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 14px rgba(15,23,42,.08);
}

.product-body {
  min-height: 172px;
  padding: 11px 11px 12px !important;
  gap: 8px !important;
}

.source-row { display: none !important; }

.product-body h2 {
  margin: 0;
  min-height: 74px !important;
  color: #0f172a;
  font-size: 14.8px !important;
  line-height: 1.72 !important;
  letter-spacing: -.2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price {
  width: fit-content;
  align-self: flex-start;
  margin-top: auto !important;
  padding: 7px 10px !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #dcfce7 0%, #ecfdf5 52%, #f0fdfa 100%) !important;
  color: #047857 !important;
  font-size: 18.8px !important;
  line-height: 1.25 !important;
  box-shadow: inset 0 0 0 1px rgba(34,197,94,.24), 0 7px 18px rgba(16,185,129,.11) !important;
}

.product-btn {
  width: 100%;
  min-height: 39px !important;
  padding: 9px 10px !important;
  border-radius: 13px !important;
  font-size: 12.5px !important;
  background: linear-gradient(135deg, #0f172a, #111827) !important;
  box-shadow: none !important;
}

.product-btn:hover {
  box-shadow: 0 12px 24px rgba(15,23,42,.18) !important;
}

.product-card.source-digikala,
.product-card.source-technolife,
.product-card.source-emalls,
.product-card.source-basalam {
  border-top-width: 0 !important;
}

.product-card.source-digikala::before,
.product-card.source-technolife::before,
.product-card.source-emalls::before,
.product-card.source-basalam::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 3;
}
.product-card.source-digikala::before { background: #ef4056; }
.product-card.source-technolife::before { background: #0891b2; }
.product-card.source-emalls::before { background: #f97316; }
.product-card.source-basalam::before { background: #16a34a; }

.infinite-loader,
.infinite-end {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #64748b;
  font-size: 14px;
}

.infinite-loader[hidden],
.infinite-end[hidden] { display: none !important; }

.loader-ring {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(15,23,42,.10);
  border-top-color: #0f172a;
  border-left-color: #10b981;
  animation: gbSpin .8s linear infinite;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}

.retry-load {
  min-height: 42px;
  border-radius: 14px;
  padding: 10px 16px;
}

.scroll-sentinel { height: 1px; }

@keyframes gbSpin { to { transform: rotate(360deg); } }

@media (min-width: 1540px) {
  .container { max-width: 1560px; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(162px, 1fr)) !important; }
}

@media (max-width: 1180px) {
  .products-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 12px !important; }
  .product-media { height: 128px; min-height: 128px; }
  .product-body h2 { font-size: 14px !important; min-height: 72px !important; }
  .price { font-size: 17.5px !important; }
}

@media (max-width: 920px) {
  .products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 11px !important; }
  .product-media { height: 122px; min-height: 122px; }
  .product-body { min-height: 164px; }
  .product-body h2 { font-size: 13.4px !important; }
  .price { font-size: 16.5px !important; padding: 6px 8px !important; }
  .product-btn { font-size: 12px !important; }
}

@media (max-width: 680px) {
  .container { padding: 14px 10px 44px; }
  .search-nav { padding: 10px 12px; gap: 9px; }
  .nav-search { gap: 7px; }
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 10px !important; }
  .product-card { border-radius: 17px !important; }
  .product-media { height: 112px; min-height: 112px; padding: 8px; }
  .product-media .source-pill { top: 7px; right: 7px; font-size: 9.8px !important; padding: 4px 7px !important; }
  .product-body { min-height: 156px; padding: 9px !important; }
  .product-body h2 { font-size: 12.8px !important; min-height: 66px !important; line-height: 1.72 !important; }
  .price { font-size: 15.2px !important; border-radius: 12px !important; }
  .product-btn { min-height: 36px !important; padding: 8px 6px !important; font-size: 11.2px !important; border-radius: 11px !important; }
}

@media (max-width: 460px) {
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .product-media { height: 126px; min-height: 126px; }
  .product-body { min-height: 160px; }
  .product-body h2 { font-size: 13.2px !important; min-height: 68px !important; }
  .price { font-size: 15.8px !important; }
}

@media (max-width: 330px) {
  .products-grid { grid-template-columns: 1fr !important; }
  .product-media { height: 176px; min-height: 176px; }
  .product-body { min-height: auto; }
  .product-body h2 { min-height: auto !important; }
}

/* SEO helper content */
.seo-intro-card {
    margin: 12px 0 20px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,250,252,.92));
    box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}

.seo-intro-card h2 {
    margin: 0 0 7px;
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.6;
    color: #0f172a;
    font-weight: 800;
}

.seo-intro-card p {
    margin: 0;
    font-size: 13.5px;
    line-height: 2;
    color: #64748b;
}
