/*
 * 221B Theme v6.6.0 — service-section presentation redesign.
 * Scope: home service entry block, service archive, service taxonomy and single service.
 * Data, URLs, Core, WooCommerce and form endpoints are intentionally untouched.
 */

body.post-type-archive-221b_service,
body.tax-221b_category,
body.single-221b_service {
  width: 100%;
  max-width: none;
  overflow-x: clip;
  background: #fff;
}

.b221-svc-v660 {
  --svc-blue: #0878ff;
  --svc-blue-dark: #0067e6;
  --svc-navy: #071a38;
  --svc-text: #16253d;
  --svc-muted: #6d8199;
  --svc-line: #dce7f3;
  --svc-soft: #f4f8fd;
  --svc-pale: #eaf4ff;
  --svc-shadow: 0 14px 40px rgba(23, 62, 114, .075);
  --svc-shadow-hover: 0 22px 52px rgba(18, 76, 158, .13);
  width: 100%;
  color: var(--svc-text);
  background: #fff;
}

.b221-svc-v660 .b221-container {
  width: min(calc(100% - 48px), 1440px);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.b221-svc-v660 a:focus-visible,
.b221-svc-v660 button:focus-visible,
.b221-v660-home .b221-v650-device-card:focus-visible {
  outline: 3px solid rgba(8, 120, 255, .34);
  outline-offset: 3px;
}

.b221-svc-v660 .b221-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
  margin: 0 0 16px;
  padding-top: 16px;
  color: #71859d;
  font-size: 12px;
  line-height: 1.35;
}

.b221-svc-v660 .b221-breadcrumbs a { color: #496784; }
.b221-svc-v660 .b221-breadcrumbs span { margin: 0; }

/* Home: real service-taxonomy entry points. */
.b221-v660-home .b221-v650-service-devices {
  padding: 42px 0 38px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.b221-v660-home .b221-v650-service-devices .b221-v63-head {
  margin-bottom: 20px;
}

.b221-v660-home .b221-v650-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.b221-v660-home .b221-v650-device-card {
  position: relative;
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  overflow: hidden;
  border: 1px solid var(--svc-line, #dce7f3);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(25, 65, 118, .05);
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.b221-v660-home .b221-v650-device-card:hover {
  transform: translateY(-2px);
  border-color: #acd1fd;
  box-shadow: 0 16px 34px rgba(16, 90, 180, .1);
}

.b221-v660-home .b221-v650-device-card img {
  width: 82px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.03);
}

.b221-v660-home .b221-v650-device-card strong {
  min-width: 0;
  font-size: 15px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.b221-v660-home .b221-v650-device-card span {
  position: static;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf4ff;
  color: #0878ff;
  font-weight: 900;
}

/* Shared section headings. */
.b221-svc-v660 .b221-svc652-section-head,
.b221-svc-v660 .b221-v653-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.b221-svc-v660 .b221-svc652-section-head.compact { margin-bottom: 18px; }
.b221-svc-v660 .b221-svc652-section-head.centered { justify-content: center; text-align: center; }

.b221-svc-v660 .b221-svc652-overline,
.b221-svc-v660 .b221-v653-section-head > div > span {
  color: var(--svc-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.b221-svc-v660 .b221-svc652-overline.purple { color: #6b55e8; }

.b221-svc-v660 .b221-svc652-section-head h2,
.b221-svc-v660 .b221-v653-section-head h2 {
  margin: 5px 0 4px;
  color: var(--svc-navy);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.b221-svc-v660 .b221-svc652-section-head p,
.b221-svc-v660 .b221-v653-section-head p {
  max-width: 740px;
  margin: 0;
  color: var(--svc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.b221-svc-v660 .b221-svc652-linkbtn,
.b221-svc-v660 .b221-svc652-textlink,
.b221-svc-v660 .b221-v653-section-head > button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--svc-blue-dark);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

/* Service archive hero. */
.b221-svc-v660 .b221-svc652-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e3edf7;
  background:
    radial-gradient(circle at 82% 31%, rgba(77, 153, 255, .16), transparent 31%),
    linear-gradient(115deg, #f9fcff 0%, #edf6ff 64%, #f9fcff 100%);
}

.b221-svc-v660 .b221-svc652-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 128, 255, .045), transparent 38%);
  pointer-events: none;
}

.b221-svc-v660 .b221-svc652-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 408px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 42px;
  padding-block: 14px 28px;
}

.b221-svc-v660 .b221-svc652-hero-copy { max-width: 680px; }

.b221-svc-v660 .b221-svc652-kicker,
.b221-svc-v660 .b221-v653-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e4f1ff;
  color: #086ee7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.b221-svc-v660 .b221-svc652-hero h1 {
  max-width: 720px;
  margin: 14px 0 11px;
  color: var(--svc-navy);
  font-size: clamp(46px, 4.7vw, 68px);
  line-height: .98;
  letter-spacing: -.058em;
}

.b221-svc-v660 .b221-svc652-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #566e89;
  font-size: 17px;
  line-height: 1.5;
}

.b221-svc-v660 .b221-svc652-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 21px 0 18px;
}

.b221-svc-v660 .b221-svc652-btn {
  appearance: none;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid #b9d5f5;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.b221-svc-v660 .b221-svc652-btn:hover { transform: translateY(-1px); }
.b221-svc-v660 .b221-svc652-btn-white { border-color: var(--svc-blue); background: linear-gradient(180deg, #1988ff, #0874ee); color: #fff; box-shadow: 0 11px 26px rgba(8, 120, 255, .2); }
.b221-svc-v660 .b221-svc652-btn-glass { background: #fff; color: #0a65cf; }

.b221-svc-v660 .b221-svc652-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
}

.b221-svc-v660 .b221-svc652-proof span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #234260;
  font-size: 12px;
}

.b221-svc-v660 .b221-svc652-proof b {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: #dceeff;
  color: var(--svc-blue);
  font-size: 10px;
}

.b221-svc-v660 .b221-svc652-hero-media {
  position: relative;
  min-width: 0;
  height: 348px;
  display: grid;
  place-items: center;
}

.b221-svc-v660 .b221-svc652-media-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d7e7f8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(18, 70, 135, .12);
}

.b221-svc-v660 .b221-svc652-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
}

.b221-svc-v660 .b221-svc652-handnote {
  position: absolute;
  z-index: 2;
  top: 7%;
  right: 5%;
  color: var(--svc-blue);
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 2px 10px #fff;
  transform: rotate(-5deg);
}

/* Compact device catalogue. */
.b221-svc-v660 .b221-svc652-categories {
  padding: 32px 0 36px;
  background: #fff;
}

.b221-svc-v660 .b221-svc652-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}

.b221-svc-v660 .b221-svc652-category-card {
  min-width: 0;
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  overflow: hidden;
  border: 1px solid var(--svc-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f8fbff);
  box-shadow: 0 7px 24px rgba(24, 62, 112, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.b221-svc-v660 .b221-svc652-category-card:hover {
  transform: translateY(-2px);
  border-color: #abd0fc;
  box-shadow: 0 15px 34px rgba(19, 88, 177, .1);
}

.b221-svc-v660 .b221-svc652-category-card.is-featured {
  border-color: #a9cffb;
  background: linear-gradient(145deg, #f4f9ff, #fff);
}

.b221-svc-v660 .b221-svc652-category-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 5px 12px 13px;
}

.b221-svc-v660 .b221-svc652-category-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e7f3ff;
  color: var(--svc-blue);
  font-size: 14px;
  font-weight: 900;
}

.b221-svc-v660 .b221-svc652-category-card h3 {
  margin: 8px 0 3px;
  color: var(--svc-navy);
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}

.b221-svc-v660 .b221-svc652-category-card p {
  margin: 0;
  color: #7b8ea3;
  font-size: 10px;
  line-height: 1.25;
}

.b221-svc-v660 .b221-svc652-category-cta {
  margin-top: auto;
  padding-top: 7px;
  color: var(--svc-blue-dark);
  font-size: 10px;
  font-weight: 900;
}

.b221-svc-v660 .b221-svc652-category-media {
  min-width: 0;
  overflow: hidden;
  background: #edf6ff;
}

.b221-svc-v660 .b221-svc652-category-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.03);
  transition: transform .22s ease;
}

.b221-svc-v660 .b221-svc652-category-card:hover .b221-svc652-category-media img { transform: scale(1.035); }

/* Problem entry points. */
.b221-svc-v660 .b221-svc652-problems {
  padding: 26px 0 30px;
  border-block: 1px solid #eaf0f7;
  background: linear-gradient(180deg, #f7faff, #fff);
}

.b221-svc-v660 .b221-svc652-problem-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.b221-svc-v660 .b221-svc652-problem-grid a {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border: 1px solid #e0e9f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(27, 61, 103, .04);
}

.b221-svc-v660 .b221-svc652-problem-grid a > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f0eaff;
  color: #7650ee;
}

.b221-svc-v660 .b221-svc652-problem-grid strong {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.b221-svc-v660 .b221-svc652-problem-grid b { color: var(--svc-blue); }

/* Service cards shared by archive and taxonomy. */
.b221-svc-v660 .b221-svc652-services,
.b221-svc-v660 .b221-v653-service-list {
  padding: 38px 0 48px;
  background: #fff;
}

.b221-svc-v660 .b221-svc652-service-grid,
.b221-svc-v660 .b221-v653-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.b221-svc-v660 .b221-svc652-service-card,
.b221-svc-v660 .b221-v653-service-card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--svc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--svc-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.b221-svc-v660 .b221-svc652-service-card:hover,
.b221-svc-v660 .b221-v653-service-card:hover {
  transform: translateY(-3px);
  border-color: #c2daf5;
  box-shadow: var(--svc-shadow-hover);
}

.b221-svc-v660 .b221-svc652-service-media,
.b221-svc-v660 .b221-v653-service-card .media {
  height: 190px;
  display: block;
  overflow: hidden;
  background: #f2f7fc;
}

.b221-svc-v660 .b221-svc652-service-media img,
.b221-svc-v660 .b221-v653-service-card .media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.07) contrast(1.035);
  transition: transform .24s ease;
}

.b221-svc-v660 .b221-svc652-service-card:hover img,
.b221-svc-v660 .b221-v653-service-card:hover .media img { transform: scale(1.025); }

.b221-svc-v660 .b221-svc652-service-body,
.b221-svc-v660 .b221-v653-service-card .body {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.b221-svc-v660 .b221-svc652-pill,
.b221-svc-v660 .b221-v653-service-card .pill {
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0870e9;
  font-size: 10px;
  font-weight: 900;
}

.b221-svc-v660 .b221-svc652-service-card h3,
.b221-svc-v660 .b221-v653-service-card h3 {
  margin: 10px 0 6px;
  color: var(--svc-navy);
  font-size: 20px;
  line-height: 1.14;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.b221-svc-v660 .b221-svc652-service-body > p,
.b221-svc-v660 .b221-v653-service-card .body > p {
  margin: 0 0 14px;
  color: #71849a;
  font-size: 13px;
  line-height: 1.48;
}

.b221-svc-v660 .b221-svc652-service-meta,
.b221-svc-v660 .b221-v653-service-card .facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: 7px;
  margin-top: auto;
  margin-bottom: 12px;
}

.b221-svc-v660 .b221-svc652-service-meta span,
.b221-svc-v660 .b221-v653-service-card .facts span {
  min-width: 0;
  padding: 9px 10px;
  border-radius: 10px;
  background: #f5f8fc;
}

.b221-svc-v660 .b221-svc652-service-meta small,
.b221-svc-v660 .b221-v653-service-card .facts small {
  display: block;
  color: #8495a7;
  font-size: 9px;
}

.b221-svc-v660 .b221-svc652-service-meta strong,
.b221-svc-v660 .b221-v653-service-card .facts strong {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.b221-svc-v660 .b221-svc652-card-btn,
.b221-svc-v660 .b221-v653-service-card .btn {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 11px;
  background: linear-gradient(180deg, #1686ff, #0874ef);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 7px 17px rgba(8, 120, 255, .16);
}

.b221-svc-v660 .b221-svc652-empty,
.b221-svc-v660 .b221-v653-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed #c9d9ea;
  border-radius: 18px;
  background: #f9fbfe;
  text-align: center;
}

.b221-svc-v660 .b221-svc-pagination .nav-links,
.b221-svc-v660 .b221-v653-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.b221-svc-v660 .b221-svc-pagination .page-numbers,
.b221-svc-v660 .b221-v653-pagination a,
.b221-svc-v660 .b221-v653-pagination span {
  min-width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid #d9e5f1;
  border-radius: 10px;
  background: #fff;
}

.b221-svc-v660 .b221-svc-pagination .current,
.b221-svc-v660 .b221-v653-pagination .current {
  border-color: var(--svc-blue);
  background: var(--svc-blue);
  color: #fff;
}

/* Process and archive closing CTA. */
.b221-svc-v660 .b221-svc652-process {
  padding: 38px 0;
  background: #f6f9fd;
}

.b221-svc-v660 .b221-svc652-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.b221-svc-v660 .b221-svc652-steps > div {
  position: relative;
  padding: 19px;
  border: 1px solid #dfe9f4;
  border-radius: 17px;
  background: #fff;
}

.b221-svc-v660 .b221-svc652-steps > div > span {
  position: absolute;
  top: 13px;
  right: 14px;
  color: #a6bad0;
  font-size: 10px;
  font-weight: 900;
}

.b221-svc-v660 .b221-svc652-steps b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #e6f2ff;
  color: var(--svc-blue);
}

.b221-svc-v660 .b221-svc652-steps h3 { margin: 11px 0 4px; font-size: 17px; }
.b221-svc-v660 .b221-svc652-steps p { margin: 0; color: #74889f; font-size: 12px; line-height: 1.48; }

.b221-svc-v660 .b221-svc652-final,
.b221-svc-v660 .b221-v653-bottom {
  padding: 0 0 48px;
  background: #f6f9fd;
}

.b221-svc-v660 .b221-svc652-final .b221-container,
.b221-svc-v660 .b221-v653-bottom .b221-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 27px 30px;
  border-radius: 20px;
  background: linear-gradient(115deg, #087cff, #594ce8);
  color: #fff;
  box-shadow: 0 20px 48px rgba(24, 75, 171, .18);
}

.b221-svc-v660 .b221-svc652-final h2,
.b221-svc-v660 .b221-v653-bottom h2 {
  margin: 3px 0;
  font-size: 30px;
  letter-spacing: -.04em;
}

.b221-svc-v660 .b221-svc652-final p,
.b221-svc-v660 .b221-v653-bottom p { margin: 0; color: rgba(255, 255, 255, .84); }
.b221-svc-v660 .b221-v653-bottom span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.b221-svc-v660 .b221-v653-bottom .b221-btn { background: #fff; color: #0967d3; }

/* Taxonomy hero and subcategories. */
.b221-svc-v660 .b221-v653-term-hero,
.b221-svc-v660 .b221-v653-single-hero {
  overflow: hidden;
  border-bottom: 1px solid #e3edf7;
  background:
    radial-gradient(circle at 80% 34%, rgba(78, 153, 255, .16), transparent 31%),
    linear-gradient(115deg, #f9fcff, #edf6ff 64%, #f9fcff);
}

.b221-svc-v660 .b221-v653-term-grid,
.b221-svc-v660 .b221-v653-single-grid {
  min-height: 405px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
}

.b221-svc-v660 .b221-v653-term-copy,
.b221-svc-v660 .b221-v653-single-copy { max-width: 700px; }

.b221-svc-v660 .b221-v653-term-copy h1,
.b221-svc-v660 .b221-v653-single-copy h1 {
  max-width: 760px;
  margin: 14px 0 10px;
  color: var(--svc-navy);
  font-size: clamp(44px, 4.7vw, 66px);
  line-height: .98;
  letter-spacing: -.058em;
  overflow-wrap: anywhere;
}

.b221-svc-v660 .b221-v653-term-copy > p,
.b221-svc-v660 .b221-v653-single-copy > p {
  max-width: 660px;
  margin: 0;
  color: #586f89;
  font-size: 17px;
  line-height: 1.5;
}

.b221-svc-v660 .b221-v653-term-proof,
.b221-svc-v660 .b221-v653-single-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.b221-svc-v660 .b221-v653-term-proof span,
.b221-svc-v660 .b221-v653-single-proof span {
  padding: 8px 10px;
  border: 1px solid #d7e6f6;
  border-radius: 10px;
  background: #fff;
  color: #2e4e6d;
  font-size: 11px;
  font-weight: 850;
}

.b221-svc-v660 .b221-v653-term-actions,
.b221-svc-v660 .b221-v653-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.b221-svc-v660 .b221-v653-term-actions .b221-btn,
.b221-svc-v660 .b221-v653-single-actions .b221-btn {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 12px;
}

.b221-svc-v660 .b221-v653-term-art,
.b221-svc-v660 .b221-v653-single-art {
  position: relative;
  min-width: 0;
  min-height: 340px;
  display: grid;
  place-items: center;
}

.b221-svc-v660 .b221-v653-term-art::before,
.b221-svc-v660 .b221-v653-single-art::before {
  content: "";
  position: absolute;
  inset: 12% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, #d6e9ff, rgba(214, 233, 255, .38) 48%, transparent 72%);
  filter: blur(9px);
}

.b221-svc-v660 .b221-v653-term-art-card,
.b221-svc-v660 .b221-v653-single-art > div {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
  border: 1px solid #d8e7f7;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(18, 70, 135, .12);
}

.b221-svc-v660 .b221-v653-term-art img,
.b221-svc-v660 .b221-v653-single-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.035);
}

.b221-svc-v660 .b221-v653-term-art > span,
.b221-svc-v660 .b221-v653-single-art > span {
  position: absolute;
  z-index: 2;
  top: 6%;
  right: 5%;
  color: var(--svc-blue);
  font-size: 19px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 2px 10px #fff;
  transform: rotate(-5deg);
}

.b221-svc-v660 .b221-v653-subcats {
  padding: 32px 0;
  background: #fff;
}

.b221-svc-v660 .b221-v653-subcat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.b221-svc-v660 .b221-v653-subcat-row a {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1px 10px;
  padding: 13px;
  border: 1px solid #dfe9f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(25, 62, 110, .04);
}

.b221-svc-v660 .b221-v653-subcat-row a > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e9f4ff;
  color: var(--svc-blue);
}

.b221-svc-v660 .b221-v653-subcat-row strong { min-width: 0; font-size: 13px; overflow-wrap: anywhere; }
.b221-svc-v660 .b221-v653-subcat-row small { color: #8193a7; font-size: 10px; }
.b221-svc-v660 .b221-v653-subcat-row b { grid-column: 3; grid-row: 1 / 3; color: var(--svc-blue); }

.b221-svc-v660 .b221-v653-service-list {
  background: linear-gradient(180deg, #f7faff, #fff 55%);
}

.b221-svc-v660 .b221-v653-helpbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 15px 17px;
  border: 1px solid #d8e8f9;
  border-radius: 15px;
  background: linear-gradient(100deg, #eaf5ff, #f9fcff);
}

.b221-svc-v660 .b221-v653-helpbar > div { display: flex; align-items: center; gap: 12px; }
.b221-svc-v660 .b221-v653-helpbar > div > span { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #dceeff; }
.b221-svc-v660 .b221-v653-helpbar strong { display: block; font-size: 15px; }
.b221-svc-v660 .b221-v653-helpbar p { margin: 2px 0 0; color: #71849a; font-size: 12px; }
.b221-svc-v660 .b221-v653-helpbar button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 10px; background: var(--svc-blue); color: #fff; font-weight: 850; cursor: pointer; }

/* Single service details. */
.b221-svc-v660 .b221-v653-single-grid { min-height: 435px; }

.b221-svc-v660 .b221-v653-offer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 9px;
  margin: 19px 0;
}

.b221-svc-v660 .b221-v653-offer > div {
  min-width: 0;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid #dbe7f4;
  border-radius: 12px;
  background: #fff;
}

.b221-svc-v660 .b221-v653-offer small { display: block; color: #8193a7; font-size: 9px; }
.b221-svc-v660 .b221-v653-offer strong { display: block; margin-top: 2px; font-size: 15px; line-height: 1.24; overflow-wrap: anywhere; }

.b221-svc-v660 .b221-v653-single-main {
  padding: 38px 0 48px;
  background: #fff;
}

.b221-svc-v660 .b221-v653-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 24px;
}

.b221-svc-v660 .b221-v653-content {
  min-width: 0;
  padding: 28px 31px;
  border: 1px solid #dfe9f4;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(22, 59, 108, .05);
}

.b221-svc-v660 .b221-v653-content > :first-child { margin-top: 0; }
.b221-svc-v660 .b221-v653-content h2 { margin: 28px 0 9px; color: var(--svc-navy); font-size: 27px; line-height: 1.15; letter-spacing: -.03em; }
.b221-svc-v660 .b221-v653-content p,
.b221-svc-v660 .b221-v653-content li { color: #415972; font-size: 16px; line-height: 1.68; }
.b221-svc-v660 .b221-v653-content ul,
.b221-svc-v660 .b221-v653-content ol { padding-left: 22px; }

.b221-svc-v660 .b221-v653-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.b221-svc-v660 .b221-v653-tags a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #0a72ef;
  font-size: 11px;
  font-weight: 850;
}

.b221-svc-v660 .b221-v653-callout {
  padding: 16px 18px;
  border: 1px solid #d6e8fb;
  border-radius: 14px;
  background: #f0f7ff;
}

.b221-svc-v660 .b221-v653-callout p { margin-bottom: 0; }
.b221-svc-v660 .b221-v653-side { position: sticky; top: 96px; }

.b221-svc-v660 .b221-v653-side-card {
  padding: 21px;
  border: 1px solid #d9e8f8;
  border-radius: 18px;
  background: linear-gradient(145deg, #eef7ff, #fff);
  box-shadow: 0 13px 35px rgba(20, 61, 114, .075);
}

.b221-svc-v660 .b221-v653-side-card > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #dceeff; font-size: 20px; }
.b221-svc-v660 .b221-v653-side-card h3 { margin: 13px 0 6px; font-size: 21px; }
.b221-svc-v660 .b221-v653-side-card p { color: #71849a; font-size: 13px; }
.b221-svc-v660 .b221-v653-side-card .b221-btn { width: 100%; margin: 7px 0 9px; }
.b221-svc-v660 .b221-v653-side-card small { display: block; color: #8494a6; font-size: 10px; line-height: 1.45; }

.b221-svc-v660 .b221-v653-single-bottom { padding: 0 0 48px; }

.b221-svc-v660 .b221-v653-single-bottom .b221-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid #d8e9fb;
  border-radius: 18px;
  background: #eef7ff;
}

.b221-svc-v660 .b221-v653-single-bottom .b221-container > div { display: flex; align-items: center; gap: 12px; }
.b221-svc-v660 .b221-v653-single-bottom .b221-container > div > span { width: 41px; height: 41px; display: grid; flex: 0 0 41px; place-items: center; border-radius: 12px; background: #dceeff; color: var(--svc-blue); }
.b221-svc-v660 .b221-v653-single-bottom strong { font-size: 18px; }
.b221-svc-v660 .b221-v653-single-bottom p { margin: 2px 0 0; color: #71849a; font-size: 12px; }

/* Header responsive guard moved to header-responsive.css in v6.6.1. */

@media (max-width: 1240px) {
  .b221-svc-v660 .b221-svc652-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .b221-svc-v660 .b221-svc652-problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .b221-v660-home .b221-v650-device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .b221-svc-v660 .b221-svc652-hero-grid,
  .b221-svc-v660 .b221-v653-term-grid,
  .b221-svc-v660 .b221-v653-single-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .b221-svc-v660 .b221-svc652-hero-copy,
  .b221-svc-v660 .b221-v653-term-copy,
  .b221-svc-v660 .b221-v653-single-copy { max-width: 800px; }

  .b221-svc-v660 .b221-svc652-hero-media { height: 350px; }
  .b221-svc-v660 .b221-v653-term-art,
  .b221-svc-v660 .b221-v653-single-art { min-height: 310px; }

  .b221-svc-v660 .b221-v653-term-art-card,
  .b221-svc-v660 .b221-v653-single-art > div { height: 310px; }

  .b221-svc-v660 .b221-svc652-service-grid,
  .b221-svc-v660 .b221-v653-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .b221-svc-v660 .b221-v653-subcat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b221-svc-v660 .b221-v653-single-layout { grid-template-columns: 1fr; }
  .b221-svc-v660 .b221-v653-side { position: static; }
}

@media (max-width: 820px) {
  .b221-svc-v660 .b221-container { width: min(calc(100% - 28px), 1440px); }

  .b221-svc-v660 .b221-svc652-section-head,
  .b221-svc-v660 .b221-v653-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .b221-svc-v660 .b221-svc652-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b221-svc-v660 .b221-svc652-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .b221-svc-v660 .b221-svc652-final .b221-container,
  .b221-svc-v660 .b221-v653-bottom .b221-container,
  .b221-svc-v660 .b221-v653-single-bottom .b221-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .b221-svc-v660 .b221-svc652-final .b221-svc652-btn,
  .b221-svc-v660 .b221-v653-bottom .b221-btn,
  .b221-svc-v660 .b221-v653-single-bottom .b221-btn { width: 100%; }
}

@media (max-width: 700px) {
  .b221-v660-home .b221-v650-service-devices { padding: 30px 0; }
  .b221-v660-home .b221-v650-device-grid { gap: 8px; }
  .b221-v660-home .b221-v650-device-card { min-height: 94px; grid-template-columns: 62px minmax(0, 1fr) 22px; gap: 8px; padding: 9px; }
  .b221-v660-home .b221-v650-device-card img { width: 62px; height: 62px; border-radius: 10px; }
  .b221-v660-home .b221-v650-device-card strong { font-size: 13px; }

  .b221-svc-v660 .b221-breadcrumbs { padding-top: 12px; margin-bottom: 13px; }
  .b221-svc-v660 .b221-svc652-hero-grid { min-height: 0; gap: 14px; padding-bottom: 22px; }
  .b221-svc-v660 .b221-svc652-hero h1,
  .b221-svc-v660 .b221-v653-term-copy h1,
  .b221-svc-v660 .b221-v653-single-copy h1 { font-size: 40px; }

  .b221-svc-v660 .b221-svc652-hero-copy > p,
  .b221-svc-v660 .b221-v653-term-copy > p,
  .b221-svc-v660 .b221-v653-single-copy > p { font-size: 15px; }

  .b221-svc-v660 .b221-svc652-actions,
  .b221-svc-v660 .b221-v653-term-actions,
  .b221-svc-v660 .b221-v653-single-actions { display: grid; grid-template-columns: 1fr; }

  .b221-svc-v660 .b221-svc652-btn,
  .b221-svc-v660 .b221-v653-term-actions .b221-btn,
  .b221-svc-v660 .b221-v653-single-actions .b221-btn { width: 100%; }

  .b221-svc-v660 .b221-svc652-hero-media { height: 250px; }
  .b221-svc-v660 .b221-svc652-media-card { border-radius: 18px; }
  .b221-svc-v660 .b221-svc652-handnote,
  .b221-svc-v660 .b221-v653-term-art > span,
  .b221-svc-v660 .b221-v653-single-art > span { display: none; }

  .b221-svc-v660 .b221-svc652-categories { padding: 28px 0 30px; }
  .b221-svc-v660 .b221-svc652-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b221-svc-v660 .b221-svc652-service-grid,
  .b221-svc-v660 .b221-v653-service-grid { grid-template-columns: 1fr; }

  .b221-svc-v660 .b221-svc652-service-media,
  .b221-svc-v660 .b221-v653-service-card .media { height: 185px; }

  .b221-svc-v660 .b221-v653-term-grid,
  .b221-svc-v660 .b221-v653-single-grid { min-height: 0; gap: 13px; padding-bottom: 25px; }

  .b221-svc-v660 .b221-v653-term-art,
  .b221-svc-v660 .b221-v653-single-art { min-height: 235px; }

  .b221-svc-v660 .b221-v653-term-art-card,
  .b221-svc-v660 .b221-v653-single-art > div { height: 235px; border-radius: 18px; }

  .b221-svc-v660 .b221-v653-subcat-row { grid-template-columns: 1fr; }
  .b221-svc-v660 .b221-v653-helpbar { align-items: flex-start; flex-direction: column; }
  .b221-svc-v660 .b221-v653-helpbar button { width: 100%; }
  .b221-svc-v660 .b221-v653-content { padding: 21px; }
  .b221-svc-v660 .b221-v653-content h2 { font-size: 24px; }
}

@media (max-width: 480px) {
  .b221-v660-home .b221-v650-device-card { grid-template-columns: 54px minmax(0, 1fr); min-height: 86px; }
  .b221-v660-home .b221-v650-device-card img { width: 54px; height: 54px; }
  .b221-v660-home .b221-v650-device-card span { display: none; }

  .b221-svc-v660 .b221-svc652-category-card { min-height: 116px; grid-template-columns: minmax(0, 1fr) 54px; }
  .b221-svc-v660 .b221-svc652-category-copy { padding: 11px 4px 10px 11px; }
  .b221-svc-v660 .b221-svc652-category-card p { display: none; }
  .b221-svc-v660 .b221-svc652-category-card h3 { font-size: 14px; }
  .b221-svc-v660 .b221-svc652-category-cta { font-size: 9px; }

  .b221-svc-v660 .b221-svc652-problem-grid { grid-template-columns: 1fr; }
  .b221-svc-v660 .b221-svc652-steps { grid-template-columns: 1fr; }
  .b221-svc-v660 .b221-v653-offer { grid-template-columns: 1fr; }
  .b221-svc-v660 .b221-v653-content p,
  .b221-svc-v660 .b221-v653-content li { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .b221-svc-v660 *,
  .b221-v660-home .b221-v650-device-card { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* =========================================================
   v6.6.5 — Premium service archive polish
   Scope: /uslugi/ archive only via .b221-svc-v665.
   No catalog, Core, taxonomy or data mechanics are changed.
   ========================================================= */
.b221-svc-v665 .b221-svc652-problems {
  position: relative;
  overflow: hidden;
  padding: 58px 0 62px;
  border-block: 1px solid #e7eef7;
  background:
    radial-gradient(circle at 12% 8%, rgba(97, 115, 255, .10), transparent 29%),
    radial-gradient(circle at 88% 86%, rgba(0, 132, 255, .08), transparent 31%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.b221-svc-v665 .b221-svc652-problems .b221-container { position: relative; z-index: 1; }

.b221-svc-v665 .b221-svc652-problems .b221-svc652-section-head {
  margin-bottom: 26px;
  align-items: flex-end;
}

.b221-svc-v665 .b221-svc652-problems .b221-svc652-section-head h2,
.b221-svc-v665 .b221-svc652-services .b221-svc652-section-head h2 {
  font-size: clamp(36px, 3.15vw, 50px);
  letter-spacing: -.052em;
}

.b221-svc-v665 .b221-svc652-problems .b221-svc652-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6557e8;
  letter-spacing: .11em;
}

.b221-svc-v665 .b221-svc652-problems .b221-svc652-overline::before {
  content: '';
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #725cff, #9b8cff);
}

.b221-svc-v665 .b221-svc652-textlink,
.b221-svc-v665 .b221-svc652-services .b221-svc652-linkbtn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #dce8f6;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 24px rgba(31, 65, 112, .06);
  color: #0874ee;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.b221-svc-v665 .b221-svc652-textlink:hover,
.b221-svc-v665 .b221-svc652-services .b221-svc652-linkbtn:hover {
  transform: translateY(-1px);
  border-color: #bcd7f5;
  box-shadow: 0 11px 30px rgba(31, 65, 112, .10);
}

.b221-svc-v665 .b221-svc652-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.b221-svc-v665 .b221-svc652-problem-grid a {
  position: relative;
  min-height: 88px;
  grid-template-columns: 46px minmax(0, 1fr) 32px;
  gap: 13px;
  padding: 16px 17px;
  border: 1px solid rgba(214, 226, 241, .92);
  border-radius: 21px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 30px rgba(33, 63, 105, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.b221-svc-v665 .b221-svc652-problem-grid a::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(116, 89, 255, .035), transparent 48%, rgba(0, 126, 255, .035));
  opacity: 0;
  transition: opacity .2s ease;
}

.b221-svc-v665 .b221-svc652-problem-grid a:hover {
  transform: translateY(-3px);
  border-color: #c7d9ef;
  background: #fff;
  box-shadow: 0 18px 42px rgba(33, 63, 105, .105);
}

.b221-svc-v665 .b221-svc652-problem-grid a:hover::after { opacity: 1; }

.b221-svc-v665 .b221-svc652-problem-grid a > span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  border: 1px solid rgba(116, 89, 255, .10);
  background: linear-gradient(145deg, #f2edff, #f8f6ff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  color: #7057ef;
  font-size: 18px;
}

.b221-svc-v665 .b221-svc652-problem-grid strong {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.b221-svc-v665 .b221-svc652-problem-grid b {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f7ff;
  color: #0877f5;
  font-size: 13px;
  transition: transform .18s ease, background .18s ease;
}

.b221-svc-v665 .b221-svc652-problem-grid a:hover b {
  transform: translateX(2px);
  background: #e6f2ff;
}

.b221-svc-v665 .b221-svc652-services {
  position: relative;
  padding: 68px 0 82px;
  background:
    radial-gradient(circle at 75% 5%, rgba(20, 125, 255, .045), transparent 25%),
    #fff;
}

.b221-svc-v665 .b221-svc652-services .b221-svc652-section-head { margin-bottom: 28px; }

.b221-svc-v665 .b221-svc652-services .b221-svc652-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .11em;
}

.b221-svc-v665 .b221-svc652-services .b221-svc652-overline::before {
  content: '';
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0982ff, #5aaaff);
}

.b221-svc-v665 .b221-svc652-service-grid {
  gap: 22px;
}

.b221-svc-v665 .b221-svc652-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe9f4;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 40px rgba(31, 63, 105, .075);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.b221-svc-v665 .b221-svc652-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(22, 130, 255, .35), transparent);
}

.b221-svc-v665 .b221-svc652-service-card:hover {
  transform: translateY(-5px);
  border-color: #c6dbf2;
  box-shadow: 0 24px 58px rgba(31, 63, 105, .13);
}

.b221-svc-v665 .b221-svc652-service-media {
  position: relative;
  height: 220px;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, #f3f8ff, #edf5ff);
}

.b221-svc-v665 .b221-svc652-service-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 65%, rgba(13, 34, 61, .045));
}

.b221-svc-v665 .b221-svc652-service-media img {
  filter: saturate(1.035) contrast(1.015);
  transform: scale(1.001);
}

.b221-svc-v665 .b221-svc652-service-card:hover .b221-svc652-service-media img {
  transform: scale(1.035);
}

.b221-svc-v665 .b221-svc652-service-body {
  padding: 19px 21px 20px;
}

.b221-svc-v665 .b221-svc652-pill {
  padding: 6px 10px;
  border: 1px solid #dcecff;
  background: #f2f8ff;
  color: #0872e6;
  font-size: 9px;
  letter-spacing: .025em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.b221-svc-v665 .b221-svc652-service-card h3 {
  margin: 12px 0 7px;
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.b221-svc-v665 .b221-svc652-service-card h3 a { color: #0f213b; }

.b221-svc-v665 .b221-svc652-service-body > p {
  min-height: 41px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 17px;
  color: #71839a;
  font-size: 12.5px;
  line-height: 1.55;
}

.b221-svc-v665 .b221-svc652-service-meta {
  gap: 0;
  margin: auto 0 0;
  padding: 11px 0 10px;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

.b221-svc-v665 .b221-svc652-service-meta span {
  padding: 0 11px;
  border-radius: 0;
  background: transparent;
}

.b221-svc-v665 .b221-svc652-service-meta span:first-child { padding-left: 0; }
.b221-svc-v665 .b221-svc652-service-meta span + span { border-left: 1px solid #edf2f7; }

.b221-svc-v665 .b221-svc652-service-meta small {
  color: #91a0b1;
  font-size: 8.5px;
  letter-spacing: .02em;
}

.b221-svc-v665 .b221-svc652-service-meta strong {
  margin-top: 3px;
  color: #192b44;
  font-size: 11.5px;
  line-height: 1.3;
}

.b221-svc-v665 .b221-svc652-card-btn {
  min-height: 47px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 15px 0 16px;
  border: 1px solid #d8e8fa;
  border-radius: 14px;
  background: #f3f8fe;
  color: #0875ed;
  box-shadow: none;
  font-size: 12.5px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.b221-svc-v665 .b221-svc652-card-btn span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(31, 70, 119, .08);
}

.b221-svc-v665 .b221-svc652-card-btn:hover {
  transform: translateY(-1px);
  border-color: #b9d7f8;
  background: #eaf5ff;
  color: #0567d4;
}

@media (max-width: 1240px) {
  .b221-svc-v665 .b221-svc652-problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .b221-svc-v665 .b221-svc652-problems,
  .b221-svc-v665 .b221-svc652-services { padding-block: 46px; }
  .b221-svc-v665 .b221-svc652-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b221-svc-v665 .b221-svc652-service-media { height: 205px; }
}

@media (max-width: 700px) {
  .b221-svc-v665 .b221-svc652-problems .b221-svc652-section-head h2,
  .b221-svc-v665 .b221-svc652-services .b221-svc652-section-head h2 { font-size: 34px; }
  .b221-svc-v665 .b221-svc652-problem-grid { grid-template-columns: 1fr; gap: 10px; }
  .b221-svc-v665 .b221-svc652-problem-grid a { min-height: 76px; padding: 13px; border-radius: 18px; }
  .b221-svc-v665 .b221-svc652-service-media { height: 195px; }
  .b221-svc-v665 .b221-svc652-service-card { border-radius: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .b221-svc-v665 .b221-svc652-problem-grid a,
  .b221-svc-v665 .b221-svc652-service-card,
  .b221-svc-v665 .b221-svc652-card-btn { transition: none; }
}

/* =========================================================
   v6.6.6 — Visual System Polish
   Scope: service archive + issue archive only.
   Presentation-only: no data, URL, taxonomy or Core changes.
   ========================================================= */

.b221-svc-v666 .b221-svc652-hero-media .b221-svc652-media-card{
  background:linear-gradient(135deg,#f7fbff,#edf6ff);
}
.b221-svc-v666 .b221-svc652-hero-media img{
  object-fit:cover;
  object-position:center;
}
.b221-svc-v666 .b221-svc652-service-media img{
  object-fit:cover;
  object-position:center;
}

/* Issue archive */
.b221-issues-v666{
  --issue-ink:#10213a;
  --issue-muted:#70839a;
  --issue-border:#dde8f4;
  --issue-blue:#087cff;
  --issue-bg:#f7fbff;
}
.b221-issues-v666 .b221-container{max-width:1180px}
.b221-issues-hero{
  padding:34px 0 42px;
  background:
    radial-gradient(circle at 88% 10%,rgba(21,130,255,.08),transparent 30%),
    linear-gradient(180deg,#f7fbff 0%,#fff 100%);
  border-bottom:1px solid #e9f0f7;
}
.b221-issues-hero .b221-breadcrumbs{margin-bottom:26px}
.b221-issues-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);
  gap:34px;
  align-items:end;
}
.b221-issues-kicker,
.b221-issues-section-head>div>span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0875ee;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.b221-issues-kicker::before,
.b221-issues-section-head>div>span::before{
  content:'';
  width:24px;height:2px;border-radius:999px;
  background:linear-gradient(90deg,#087cff,#74b9ff);
}
.b221-issues-hero h1{
  max-width:720px;
  margin:12px 0 12px;
  color:var(--issue-ink);
  font-size:clamp(42px,5vw,66px);
  line-height:.98;
  letter-spacing:-.055em;
}
.b221-issues-hero p{
  max-width:720px;
  margin:0;
  color:var(--issue-muted);
  font-size:17px;
  line-height:1.6;
}
.b221-issues-help{
  padding:22px;
  border:1px solid #dce9f7;
  border-radius:24px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 42px rgba(35,70,115,.08);
}
.b221-issues-help>span{
  display:block;
  margin-bottom:7px;
  color:#7690ad;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.b221-issues-help strong{
  display:block;
  color:#18314f;
  font-size:15px;
  line-height:1.45;
}
.b221-issues-help button,
.b221-issues-empty button{
  width:100%;
  min-height:44px;
  margin-top:16px;
  padding:0 16px;
  border:1px solid #d4e6fa;
  border-radius:13px;
  background:#f3f8ff;
  color:#0873e8;
  font-weight:850;
  cursor:pointer;
}
.b221-issues-help button{display:flex;align-items:center;justify-content:space-between}
.b221-issues-list{
  padding:58px 0 84px;
  background:#fff;
}
.b221-issues-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}
.b221-issues-section-head h2{
  margin:8px 0 0;
  color:var(--issue-ink);
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.b221-issues-section-head>p{
  max-width:420px;
  margin:0;
  color:#8493a5;
  font-size:12px;
  line-height:1.55;
  text-align:right;
}
.b221-issues-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.b221-issue-card{
  position:relative;
  min-height:235px;
  display:flex;
  flex-direction:column;
  padding:22px;
  overflow:hidden;
  border:1px solid var(--issue-border);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 12px 34px rgba(34,66,108,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.b221-issue-card::after{
  content:'';
  position:absolute;
  inset:auto -40px -70px auto;
  width:150px;height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(8,124,255,.06),transparent 68%);
  pointer-events:none;
}
.b221-issue-card:hover{
  transform:translateY(-4px);
  border-color:#c8dcf2;
  box-shadow:0 22px 50px rgba(34,66,108,.11);
}
.b221-issue-card-link{position:absolute;inset:0;z-index:4}
.b221-issue-icon{
  width:44px;height:44px;
  display:grid;place-items:center;
  margin-bottom:18px;
  border-radius:14px;
  background:#eef6ff;
  color:#087cff;
  box-shadow:inset 0 0 0 1px #dcecff;
  font-size:19px;
  font-weight:900;
}
.b221-issue-copy{position:relative;z-index:1}
.b221-issue-copy>span{
  display:block;
  margin-bottom:6px;
  color:#8ba0b7;
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.b221-issue-copy h2{
  margin:0 0 9px;
  color:#14263e;
  font-size:19px;
  line-height:1.18;
  letter-spacing:-.03em;
}
.b221-issue-copy p{
  margin:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  color:#71849a;
  font-size:12.5px;
  line-height:1.55;
}
.b221-issue-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding-top:18px;
  color:#0874eb;
  font-size:12px;
  font-weight:850;
}
.b221-issue-cta b{
  width:30px;height:30px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f0f7ff;
  transition:transform .18s ease,background .18s ease;
}
.b221-issue-card:hover .b221-issue-cta b{transform:translateX(2px);background:#e3f1ff}
.b221-issue-card.tone-heat .b221-issue-icon{background:#fff5f0;color:#ef6a36;box-shadow:inset 0 0 0 1px #ffe2d5}
.b221-issue-card.tone-water .b221-issue-icon{background:#eef8ff;color:#1389df;box-shadow:inset 0 0 0 1px #d8efff}
.b221-issue-card.tone-charge .b221-issue-icon{background:#f0fbf5;color:#1e9d64;box-shadow:inset 0 0 0 1px #d8f1e4}
.b221-issue-card.tone-screen .b221-issue-icon{background:#f6f1ff;color:#7a5be8;box-shadow:inset 0 0 0 1px #e8dcff}
.b221-issue-card.tone-camera .b221-issue-icon{background:#f2f6ff;color:#486fd7;box-shadow:inset 0 0 0 1px #e0e8ff}
.b221-issue-card.tone-audio .b221-issue-icon{background:#f4f4ff;color:#6b66d8;box-shadow:inset 0 0 0 1px #e5e3ff}
.b221-issues-pagination{margin-top:32px}

@media(max-width:980px){
  .b221-issues-hero-grid{grid-template-columns:1fr}
  .b221-issues-help{max-width:560px}
  .b221-issues-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .b221-issues-hero{padding:24px 0 32px}
  .b221-issues-hero h1{font-size:42px}
  .b221-issues-hero p{font-size:15px}
  .b221-issues-list{padding:42px 0 58px}
  .b221-issues-section-head{display:block}
  .b221-issues-section-head h2{font-size:30px}
  .b221-issues-section-head>p{margin-top:8px;text-align:left}
  .b221-issues-grid{grid-template-columns:1fr;gap:11px}
  .b221-issue-card{min-height:0;padding:18px;border-radius:20px}
  .b221-issue-copy p{-webkit-line-clamp:2}
}
@media(prefers-reduced-motion:reduce){
  .b221-issue-card,.b221-issue-cta b{transition:none}
}

/* =========================================================
   v6.6.7 — Visual Precision
   Scope: service archive + issue archive only.
   Goal: stronger composition, cleaner problem cards, consistent media scale.
   Presentation-only: no data, URL, taxonomy or Core changes.
   ========================================================= */

/* Hero: use the focused no-drone asset as a real visual, not a thumbnail in whitespace. */
.b221-svc-v667 .b221-svc652-hero-media .b221-svc652-media-card{
  background:linear-gradient(135deg,#f7fbff,#edf6ff);
}
.b221-svc-v667 .b221-svc652-hero-media .b221-svc652-media-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.015);
}

/* Problem entry points: compact premium 3x2 cards with real hierarchy. */
.b221-svc-v667 .b221-svc652-problem-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.b221-svc-v667 .b221-svc652-problem-grid a{
  min-height:108px;
  grid-template-columns:50px minmax(0,1fr) 34px;
  gap:14px;
  align-items:center;
  padding:16px 17px;
}
.b221-svc-v667 .b221-svc652-problem-grid a > .b221-svc667-problem-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:16px;
  background:linear-gradient(145deg,#f3efff,#f8f6ff);
  border:1px solid #e7dfff;
  color:#7057ef;
  font-size:19px;
  line-height:1;
}
.b221-svc-v667 .b221-svc667-problem-copy{
  min-width:0;
  display:block;
}
.b221-svc-v667 .b221-svc667-problem-copy strong{
  display:block;
  margin:0 0 5px;
  color:#152943;
  font-size:14px;
  line-height:1.24;
  letter-spacing:-.015em;
}
.b221-svc-v667 .b221-svc667-problem-copy small{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#7b8da2;
  font-size:10.5px;
  line-height:1.42;
}
.b221-svc-v667 .b221-svc652-problem-grid a > b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:50%;
  background:#eef6ff;
  color:#0877f5;
}

/* Service media: keep the card design, normalize the perceived scale of fallback visuals. */
.b221-svc-v667 .b221-svc652-service-media{
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#f8fbff,#edf5ff);
}
.b221-svc-v667 .b221-svc652-service-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
}
.b221-svc-v667 .b221-svc652-service-card:hover .b221-svc652-service-media img{
  transform:scale(1.035);
}

/* Issue archive: simplify text rhythm and keep titles/descriptions aligned. */
.b221-issues-v667 .b221-issues-grid{gap:14px}
.b221-issues-v667 .b221-issue-card{
  min-height:218px;
  padding:20px;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(34,66,108,.05);
}
.b221-issues-v667 .b221-issue-icon{
  width:42px;
  height:42px;
  margin-bottom:15px;
  border-radius:13px;
  font-size:18px;
}
.b221-issues-v667 .b221-issue-copy>span{margin-bottom:5px}
.b221-issues-v667 .b221-issue-copy h2{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  min-height:44px;
  margin-bottom:7px;
  font-size:18px;
  line-height:1.2;
}
.b221-issues-v667 .b221-issue-copy p{
  -webkit-line-clamp:3;
  font-size:12px;
  line-height:1.48;
}
.b221-issues-v667 .b221-issue-cta{padding-top:14px}

@media(max-width:980px){
  .b221-svc-v667 .b221-svc652-problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .b221-svc-v667 .b221-svc652-problem-grid{grid-template-columns:1fr;gap:10px}
  .b221-svc-v667 .b221-svc652-problem-grid a{min-height:88px;padding:13px 14px;grid-template-columns:44px minmax(0,1fr) 30px}
  .b221-svc-v667 .b221-svc652-problem-grid a > .b221-svc667-problem-icon{width:44px;height:44px;border-radius:14px}
  .b221-svc-v667 .b221-svc667-problem-copy small{-webkit-line-clamp:1}
  .b221-issues-v667 .b221-issue-card{min-height:0}
  .b221-issues-v667 .b221-issue-copy h2{min-height:0}
}
@media(prefers-reduced-motion:reduce){
  .b221-svc-v667 .b221-svc652-service-media img{transition:none!important}
}


/* =========================================================
   v6.6.8 — Problem Card Copy Hotfix
   Fixes legacy v6.6.5 `a > span` dimensions leaking into the
   new v6.6.7 copy wrapper. Presentation-only.
   ========================================================= */
.b221-svc-v667 .b221-svc652-problem-grid a > .b221-svc667-problem-copy{
  width:auto;
  height:auto;
  min-width:0;
  display:block;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
}


/* =========================================================
   v6.6.9 — Final Visual Refinement
   Scope: service archive + issue archive only.
   Presentation/UI behavior only: no taxonomy, URL, Core or DB changes.
   ========================================================= */

/* Service hero: the image already contains its handwritten accent; avoid a duplicate overlay. */
.b221-svc-v669 .b221-svc652-handnote{display:none!important}

/* Progressive disclosure for the device catalog. */
.b221-svc-v669 [data-b221-device-extra][hidden]{display:none!important}
.b221-svc669-device-toggle-wrap{
  display:flex;
  justify-content:center;
  margin-top:16px;
}
.b221-svc669-device-toggle{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid #d9e7f6;
  border-radius:999px;
  background:#fff;
  color:#0875ef;
  box-shadow:0 9px 24px rgba(38,76,122,.06);
  font:inherit;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
.b221-svc669-device-toggle b{font-size:12px;transition:transform .18s ease}
.b221-svc669-device-toggle[aria-expanded="true"] b{transform:rotate(180deg)}

/* Normalize fallback media without touching real featured images. */
.b221-svc-v669 .b221-svc652-service-media.is-fallback img{transform:scale(1.075)}
.b221-svc-v669 .b221-svc652-service-media.is-spacious-fallback img{transform:scale(1.20)}
.b221-svc-v669 .b221-svc652-service-card:hover .b221-svc652-service-media.is-fallback img{transform:scale(1.095)}
.b221-svc-v669 .b221-svc652-service-card:hover .b221-svc652-service-media.is-spacious-fallback img{transform:scale(1.225)}

/* Lightweight issue filters: only the visible archive output is filtered. */
.b221-issues-v669 .b221-issues-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:-4px 0 22px;
}
.b221-issues-v669 .b221-issues-filters button{
  min-height:38px;
  padding:0 14px;
  border:1px solid #dce8f4;
  border-radius:999px;
  background:#fff;
  color:#60778f;
  font:inherit;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.b221-issues-v669 .b221-issues-filters button:hover,
.b221-issues-v669 .b221-issues-filters button.is-active{
  border-color:#c8def7;
  background:#eef6ff;
  color:#0875ef;
  box-shadow:0 6px 16px rgba(34,82,134,.05);
}
.b221-issues-v669 .b221-issue-card[hidden]{display:none!important}

@media(max-width:700px){
  .b221-svc669-device-toggle-wrap{margin-top:12px}
  .b221-svc669-device-toggle{width:100%}
  .b221-issues-v669 .b221-issues-filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    margin-bottom:18px;
    scrollbar-width:none;
  }
  .b221-issues-v669 .b221-issues-filters::-webkit-scrollbar{display:none}
  .b221-issues-v669 .b221-issues-filters button{flex:0 0 auto}
}

@media(prefers-reduced-motion:reduce){
  .b221-svc669-device-toggle b,
  .b221-issues-v669 .b221-issues-filters button{transition:none}
}
