.nord-hero-plus__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 32px;
}

.nord-hero-plus__content {
  min-width: 0;
}

.nord-hero-plus__eyebrow {
  margin: 0 0 14px;
  color: var(--nord-gold);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nord-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 28px 0 0;
}

.nord-proof-strip div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(216, 221, 226, 0.2);
  border-radius: var(--nord-radius);
  background: rgba(16, 24, 32, 0.72);
}

.nord-proof-strip dt {
  margin: 0;
  color: #fff;
  font-weight: 850;
  line-height: 1.1;
}

.nord-proof-strip dd {
  margin: 4px 0 0;
  color: var(--nord-muted);
  font-size: 0.9rem;
  line-height: 1.25;
}

.nord-hero-card {
  align-self: end;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(216, 221, 226, 0.22);
  border-radius: var(--nord-radius);
  background: rgba(7, 17, 28, 0.82);
  color: var(--nord-muted);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.nord-hero-card__media {
  margin: -22px -22px 18px;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(216, 221, 226, 0.12), rgba(184, 164, 111, 0.1));
}

.nord-hero-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.nord-hero-card__role {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 850;
}

.nord-hero-card p:not(.nord-hero-card__role) {
  margin: 0 0 14px;
}

.nord-hero-card a {
  color: var(--nord-gold);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nord-segments,
.nord-fast-summary,
.nord-process,
.nord-deliverables,
.nord-stories,
.nord-page-trust,
.nord-page-final-cta {
  background: var(--nord-light);
  color: var(--nord-ink);
}

.nord-segments,
.nord-fast-summary,
.nord-process,
.nord-deliverables,
.nord-page-trust {
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
}

.nord-segments .content-wrap,
.nord-fast-summary .content-wrap,
.nord-process .content-wrap,
.nord-deliverables .content-wrap,
.nord-stories .content-wrap {
  padding: 44px 0;
}

.nord-segments h2,
.nord-fast-summary h2,
.nord-process h2,
.nord-deliverables h2,
.nord-stories h2,
.nord-page-final-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.28rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.nord-segments__grid,
.nord-deliverables__grid,
.nord-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nord-segments__grid a,
.nord-deliverables__grid div,
.nord-stories article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: var(--nord-radius);
  background: #fff;
  color: var(--nord-ink);
  text-decoration: none;
}

.nord-segments__grid a:hover {
  border-color: rgba(184, 164, 111, 0.82);
}

.nord-segments__grid span,
.nord-deliverables__grid span,
.nord-page-trust span,
.nord-page-final-cta__eyebrow {
  color: #5e6b78;
}

.nord-segments__grid span,
.nord-page-trust span,
.nord-page-final-cta__eyebrow {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nord-segments__grid strong,
.nord-deliverables__grid strong {
  font-size: 1.06rem;
  line-height: 1.35;
}

.nord-fast-summary p,
.nord-process p {
  max-width: 940px;
  margin: 0;
  font-size: 1.1rem;
  color: #34404c;
}

.nord-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
}

.nord-steps {
  counter-reset: nord-step;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nord-steps li {
  counter-increment: nord-step;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  gap: 4px 14px;
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: var(--nord-radius);
  background: #fff;
}

.nord-steps li::before {
  content: counter(nord-step);
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--nord-radius);
  background: #101820;
  color: var(--nord-gold);
  font-weight: 850;
}

.nord-steps strong,
.nord-steps span {
  grid-column: 2;
}

.nord-steps strong {
  font-size: 1.05rem;
  line-height: 1.25;
}

.nord-steps span {
  color: #4d5a66;
}

.nord-stories article {
  justify-content: flex-start;
}

.nord-stories h3 {
  margin: 0;
  font-size: 1.12rem;
}

.nord-stories p {
  margin: 0;
  color: #4d5a66;
}

.nord-page-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 26px 0;
}

.nord-page-trust__grid div {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(16, 24, 32, 0.13);
  border-radius: var(--nord-radius);
  background: #fff;
}

.nord-page-trust strong {
  display: block;
  margin-top: 6px;
  font-size: 1.03rem;
  line-height: 1.35;
}

.nord-page-final-cta {
  border-top: 1px solid rgba(16, 24, 32, 0.1);
}

.nord-page-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: center;
  gap: 28px;
  padding: 44px 0 52px;
}

.nord-page-final-cta__eyebrow {
  margin: 0 0 10px;
}

.nord-page-final-cta p:not(.nord-page-final-cta__eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #4d5a66;
}

.nord-page-final-cta__actions {
  display: grid;
  gap: 10px;
}

.nord-page-final-cta__actions .button {
  width: 100%;
}

.nord-page-final-cta__actions .button--ghost {
  color: var(--nord-ink);
  border-color: rgba(16, 24, 32, 0.22);
}

.page-shell > article.entry-content:not(.nord-page-content--conversion) {
  position: relative;
}

.page-shell > article.entry-content:not(.nord-page-content--conversion)::before {
  content: "";
  width: min(100%, 900px);
  min-height: 300px;
  display: block;
  margin: 0 auto 28px;
  border: 1px solid rgba(16, 24, 32, 0.13);
  border-radius: var(--nord-radius);
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.05), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-services.webp") center / cover no-repeat;
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.08);
}

.page-shell > article.entry-content:not(.nord-page-content--conversion)::after {
  content: "Doświadczenie w sprawach wymagających dyskrecji   ·   Poufny kontakt   ·   Legalny zakres   ·   Raport po realizacji";
  width: min(100%, 900px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(16, 24, 32, 0.13);
  border-radius: var(--nord-radius);
  background: #101820;
  color: #f5df9d;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.08);
}

body.page-id-65 .nord-page-photo-card,
body.page-id-58 .nord-page-photo-card,
body.page-id-54 .nord-page-photo-card,
body.page-id-48 .nord-page-photo-card,
body.page-id-36 .nord-page-photo-card,
body.page-id-35 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-family.webp") center / cover no-repeat;
}

body.page-id-58 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-family-detail.webp") center / cover no-repeat;
}

body.page-id-66 .nord-page-photo-card,
body.page-id-56 .nord-page-photo-card,
body.page-id-53 .nord-page-photo-card,
body.page-id-60 .nord-page-photo-card,
body.page-id-18 .nord-page-photo-card,
body.page-id-11 .nord-page-photo-card,
body.page-id-55 .nord-page-photo-card,
body.page-id-49 .nord-page-photo-card,
body.page-id-42 .nord-page-photo-card,
body.page-id-41 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.06), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-business.webp") center / cover no-repeat;
}

body.page-id-56 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.06), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-business-detail.webp") center / cover no-repeat;
}

body.page-id-40 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-contact-desk.webp") center / cover no-repeat;
}

body.page-id-64 .nord-page-photo-card,
body.page-id-63 .nord-page-photo-card,
body.page-id-62 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.02), rgba(7, 17, 28, 0.88)),
    url("../photos/nord-photo-services.webp") center / cover no-repeat;
}

body.page-id-44 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-34 .nord-page-photo-card,
body.page-id-33 .nord-page-photo-card,
body.page-id-32 .nord-page-photo-card,
body.page-id-31 .nord-page-photo-card,
body.page-id-30 .nord-page-photo-card,
body.page-id-29 .nord-page-photo-card,
body.page-id-28 .nord-page-photo-card,
body.page-id-27 .nord-page-photo-card,
body.page-id-26 .nord-page-photo-card,
body.page-id-25 .nord-page-photo-card,
body.page-id-24 .nord-page-photo-card,
body.page-id-23 .nord-page-photo-card,
body.page-id-22 .nord-page-photo-card,
body.page-id-21 .nord-page-photo-card,
body.page-id-20 .nord-page-photo-card,
body.page-id-19 .nord-page-photo-card,
body.page-id-17 .nord-page-photo-card,
body.page-id-16 .nord-page-photo-card,
body.page-id-15 .nord-page-photo-card,
body.page-id-14 .nord-page-photo-card,
body.page-id-13 .nord-page-photo-card,
body.page-id-12 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-local.webp") center / cover no-repeat;
}

body.page-id-45 .nord-page-photo-card,
body.page-id-59 .nord-page-photo-card,
body.page-id-50 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-38 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-37 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-51 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-43 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-report.webp") center / cover no-repeat;
}

body.page-id-65 .nord-page-report-card__sheet,
body.page-id-58 .nord-page-report-card__sheet,
body.page-id-54 .nord-page-report-card__sheet,
body.page-id-48 .nord-page-report-card__sheet,
body.page-id-36 .nord-page-report-card__sheet,
body.page-id-35 .nord-page-report-card__sheet,
body.page-id-66 .nord-page-report-card__sheet,
body.page-id-56 .nord-page-report-card__sheet,
body.page-id-53 .nord-page-report-card__sheet,
body.page-id-60 .nord-page-report-card__sheet,
body.page-id-18 .nord-page-report-card__sheet,
body.page-id-11 .nord-page-report-card__sheet,
body.page-id-64 .nord-page-report-card__sheet,
body.page-id-63 .nord-page-report-card__sheet,
body.page-id-62 .nord-page-report-card__sheet,
body.page-id-45 .nord-page-report-card__sheet,
body.page-id-59 .nord-page-report-card__sheet {
  background: #fff url("../photos/nord-photo-report.webp") center / cover no-repeat;
}

.nord-page-report-card__sheet {
  background: #fff url("../photos/nord-photo-report.webp") center / cover no-repeat;
}

body.page-id-58 .nord-page-report-card__sheet {
  background: #fff url("../photos/nord-photo-family-detail.webp") center / cover no-repeat;
}

body.page-id-56 .nord-page-report-card__sheet {
  background: #fff url("../photos/nord-photo-business-detail.webp") center / cover no-repeat;
}

body.page-id-40 .nord-page-report-card__sheet {
  background: #fff url("../photos/nord-photo-contact-desk.webp") center / cover no-repeat;
}

body.page-id-44 .nord-page-intro,
body.page-id-44 .page-shell > article.entry-content:not(.nord-page-content--conversion)::before,
body.page-id-44 .page-shell > article.entry-content:not(.nord-page-content--conversion)::after {
  display: none;
}

.nord-location-hero {
  min-height: clamp(540px, 58vw, 720px);
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 120px 0 58px;
  background:
    linear-gradient(90deg, rgba(7, 17, 28, 0.9) 0%, rgba(7, 17, 28, 0.74) 36%, rgba(7, 17, 28, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 17, 28, 0.05) 0%, rgba(7, 17, 28, 0.42) 100%),
    url("../photos/nord-photo-local.webp") center 42% / cover no-repeat;
  color: #fff;
}

.nord-location-hero__inner {
  max-width: 760px;
  display: grid;
  gap: 20px;
}

.nord-location-hero span {
  color: #f5df9d;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nord-location-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.nord-location-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.nord-location-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.nord-location-hero__actions .button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.nord-location-hero__facts {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
}

.nord-location-hero__facts strong {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(7, 17, 28, 0.56);
  color: #fff;
  font-size: 0.94rem;
  text-align: center;
}

body.page-id-44 .page-shell {
  padding-top: 0;
}

.nord-location-page {
  padding: 54px 0 72px;
  background: var(--nord-light);
}

.nord-location-page .content-wrap {
  display: grid;
  gap: 34px;
}

.nord-location-intro,
.nord-location-focus,
.nord-location-region,
.nord-location-note,
.nord-location-final {
  border: 1px solid rgba(16, 24, 32, 0.11);
  border-radius: var(--nord-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 32, 0.07);
}

.nord-location-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
}

.nord-location-intro span,
.nord-location-focus span,
.nord-location-region__head span,
.nord-location-note span,
.nord-location-final span {
  color: var(--nord-gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nord-location-intro h2,
.nord-location-focus h2,
.nord-location-region__head h2,
.nord-location-note h2,
.nord-location-final h2 {
  margin: 8px 0 12px;
  color: var(--nord-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.nord-location-intro p,
.nord-location-focus p,
.nord-location-region__head p,
.nord-location-note p,
.nord-location-final p,
.nord-location-steps p {
  margin: 0;
  color: #4b5863;
  line-height: 1.68;
}

.nord-location-intro aside {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border-radius: 6px;
  background: #101820;
  color: #fff;
}

.nord-location-intro aside strong {
  color: #f5df9d;
  font-size: 1.02rem;
  line-height: 1.4;
}

.nord-location-intro aside a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.nord-location-focus {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
}

.nord-location-focus__links,
.nord-location-city-grid {
  display: grid;
  gap: 10px;
}

.nord-location-focus__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nord-location-region {
  padding: 30px;
}

.nord-location-region__head {
  max-width: 760px;
  margin-bottom: 22px;
}

.nord-location-city-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nord-location-focus__links a,
.nord-location-city-grid a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 6px;
  background: #fbfaf6;
  color: var(--nord-ink);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nord-location-focus__links a:hover,
.nord-location-city-grid a:hover {
  border-color: rgba(184, 164, 111, 0.55);
  background: #fff;
}

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

.nord-location-steps > div {
  padding: 24px;
  border: 1px solid rgba(16, 24, 32, 0.11);
  border-radius: var(--nord-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.06);
}

.nord-location-steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #101820;
  color: #f5df9d;
  font-weight: 900;
}

.nord-location-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--nord-ink);
  font-size: 1.02rem;
  line-height: 1.35;
}

.nord-location-note {
  padding: 30px;
}

.nord-location-note div {
  max-width: 820px;
}

.nord-location-note p + p {
  margin-top: 12px;
}

.nord-location-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  background: linear-gradient(135deg, #fff 0%, #fbfaf6 100%);
}

.nord-location-final__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 220px;
}

.nord-location-final__actions .button--ghost {
  color: var(--nord-ink);
  border-color: rgba(16, 24, 32, 0.22);
}

body.page-id-40 .nord-page-trust__grid strong {
  font-size: 1.14rem;
}

@media (max-width: 640px) {
  .nord-location-hero {
    min-height: 560px;
    padding: 96px 0 32px;
    background:
      linear-gradient(180deg, rgba(7, 17, 28, 0.82) 0%, rgba(7, 17, 28, 0.68) 54%, rgba(7, 17, 28, 0.2) 100%),
      url("../photos/nord-photo-local.webp") 46% top / cover no-repeat;
  }

  .nord-location-hero h1 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .nord-location-hero p {
    font-size: 1rem;
  }

  .nord-location-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nord-location-hero__facts {
    grid-template-columns: 1fr;
  }

  .nord-location-hero__facts strong {
    min-height: 46px;
  }

  .nord-location-page {
    padding: 34px 0 48px;
  }

  .nord-location-page .content-wrap {
    gap: 20px;
  }

  .nord-location-intro,
  .nord-location-focus,
  .nord-location-final {
    grid-template-columns: 1fr;
  }

  .nord-location-intro,
  .nord-location-focus,
  .nord-location-region,
  .nord-location-note,
  .nord-location-final,
  .nord-location-steps > div {
    padding: 20px;
  }

  .nord-location-focus__links,
  .nord-location-city-grid,
  .nord-location-steps {
    grid-template-columns: 1fr;
  }

  .nord-location-final__actions {
    min-width: 0;
  }
}

.nord-page-report-card__bar,
.nord-page-report-card__photo-row {
  opacity: 0;
}

body.page-id-59 .nord-page-photo-card {
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.08), rgba(7, 17, 28, 0.9)),
    url("../photos/nord-photo-services.webp") center / cover no-repeat;
}

body.page-id-65 .nord-page-report-card__bar,
body.page-id-65 .nord-page-report-card__photo-row,
body.page-id-58 .nord-page-report-card__bar,
body.page-id-58 .nord-page-report-card__photo-row,
body.page-id-66 .nord-page-report-card__bar,
body.page-id-66 .nord-page-report-card__photo-row,
body.page-id-64 .nord-page-report-card__bar,
body.page-id-64 .nord-page-report-card__photo-row,
body.page-id-45 .nord-page-report-card__bar,
body.page-id-45 .nord-page-report-card__photo-row {
  opacity: 0;
}

.nord-mobile-cta {
  display: none;
}

@media (max-width: 880px) {
  .nord-hero-plus__inner,
  .nord-two-column,
  .nord-page-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .nord-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nord-hero-card {
    align-self: stretch;
  }

  .nord-hero-card__media {
    aspect-ratio: 16 / 9;
  }

  .nord-segments__grid,
  .nord-deliverables__grid,
  .nord-stories__grid,
  .nord-page-trust__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 68px;
  }

  .nord-hero-card {
    margin-bottom: 96px;
  }

  .nord-hero-card a {
    display: none;
  }

  .nord-proof-strip {
    grid-template-columns: 1fr;
  }

  .nord-segments .content-wrap,
  .nord-fast-summary .content-wrap,
  .nord-process .content-wrap,
  .nord-deliverables .content-wrap,
  .nord-stories .content-wrap {
    padding: 34px 0;
  }

  .nord-page-trust__grid {
    padding: 20px 0;
  }

  .nord-page-final-cta__inner {
    padding: 34px 0 44px;
  }

  .page-shell > article.entry-content:not(.nord-page-content--conversion)::before {
    min-height: 220px;
    margin-bottom: 22px;
  }

  .page-shell > article.entry-content:not(.nord-page-content--conversion)::after {
    min-height: 88px;
    padding: 16px;
    font-size: 0.9rem;
  }

  .nord-mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 6px 12px calc(6px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(216, 221, 226, 0.18);
    background: rgba(7, 17, 28, 0.96);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.nord-mobile-cta-visible .nord-mobile-cta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nord-mobile-cta a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--nord-radius);
    background: var(--nord-gold);
    color: #07111c;
    font-weight: 850;
    text-decoration: none;
  }

  .nord-mobile-cta a + a {
    background: transparent;
    color: var(--nord-text);
    border: 1px solid var(--nord-line);
  }
}

/* D75: single posts already provide unique client-facing images. */
.single-post .page-shell > article.entry-content:not(.nord-page-content--conversion)::before {
  display: none;
}

/* NORD_D81_REPORT_CARD_VISUAL_FIX_20260809 */
body.page-id-3298 .nord-page-report-card__sheet {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 17, 28, 0.48), rgba(7, 17, 28, 0.12)),
    url("../photos/nord-photo-report.webp") center / cover no-repeat !important;
  border: 1px solid rgba(197, 170, 100, 0.58) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 16px 36px rgba(7,17,28,0.22) !important;
}
body.page-id-3298 .nord-page-report-card__sheet::after {
  content: "RAPORT";
  position: absolute;
  right: 18px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 17, 28, 0.82);
  color: #f5f0e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
body.page-id-3298 .nord-page-report-card__bar,
body.page-id-3298 .nord-page-report-card__photo-row {
  opacity: 1 !important;
}
body.page-id-3298 .nord-page-report-card__bar {
  background: rgba(245, 240, 230, 0.9) !important;
  box-shadow: 0 0 0 1px rgba(197, 170, 100, 0.42) !important;
}
body.page-id-3298 .nord-page-report-card__photo-row i {
  opacity: 1 !important;
  background: rgba(197, 170, 100, 0.9) !important;
  box-shadow: 0 0 0 1px rgba(245, 240, 230, 0.42) !important;
}
/* NORD_D81_REPORT_CARD_VISUAL_FIX_20260809_END */
