/* =============================================================================
   Pan Busowski / oproznianie365.pl — Cennik (light theme)
   Inherits foundations.css + chrome.css tokens. All page-specific classes use .cn-*
   ============================================================================= */

/* =============================================================================
   HERO — minimal text-only intro
   ============================================================================= */
.cn-hero {
  background: linear-gradient(180deg, #fff 0%, var(--pb-green-50) 100%);
  padding: 28px 0 36px;
  position: relative;
  overflow: hidden;
}
.cn-hero::before {
  content: 'Pan Busowski'; position: absolute;
  right: -50px; top: 0;
  font-family: var(--pb-font-display); font-weight: 800;
  font-size: 150px; line-height: .9;
  color: rgba(80,184,72,.06); transform: rotate(-8deg);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.cn-hero-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; position: relative; }
/* Wariant bez prawej kolumny faktów — h1 + sub na pełną szerokość kontenera, wyrównane do lewej.
   max-width NIE jest ustawiony, żeby nie nadpisać .pb-container (które trzyma kontent w środku layoutu). */
.cn-hero-inner.cn-hero-inner-solo { grid-template-columns: 1fr; }
.cn-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--pb-font-body); font-size: 12px; font-weight: 700;
  color: var(--pb-green-700);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.cn-hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pb-green); animation: pb-pulse 2s infinite var(--pb-ease-out); }
.cn-hero h1 {
  font-family: var(--pb-font-display); font-size: 60px; line-height: 1.04;
  font-weight: 800; letter-spacing: -0.025em;
  color: var(--pb-ink); margin: 0 0 18px; max-width: none;
}
.cn-hero h1 .accent { color: var(--pb-green); }
.cn-hero h1 .underline { position: relative; white-space: nowrap; }
.cn-hero h1 .underline::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 6px;
  height: 12px; background: var(--pb-yellow); opacity: .55;
  z-index: -1; border-radius: 4px;
}
.cn-hero-sub { font-size: 17px; line-height: 1.55; color: var(--pb-text); max-width: 52ch; }

/* Side facts */
.cn-hero-facts {
  display: flex; flex-direction: column; gap: 14px;
  padding-bottom: 12px;
}
.cn-hero-fact {
  display: flex; align-items: center; gap: 14px;
  background: #fff;
  border: 1px solid var(--pb-line-soft);
  border-radius: var(--pb-r-md);
  padding: 14px 18px;
  box-shadow: var(--pb-shadow-sm);
}
.cn-hero-fact .ic {
  width: 38px; height: 38px; flex: 0 0 38px;
  border-radius: 50%;
  background: var(--pb-green-100); color: var(--pb-green-700);
  display: grid; place-items: center;
}
.cn-hero-fact .ic svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cn-hero-fact .ic.y { background: var(--pb-yellow-100); color: #8a6700; }
.cn-hero-fact b { display: block; font-family: var(--pb-font-display); font-weight: 700; font-size: 14px; color: var(--pb-ink); letter-spacing: -0.01em; line-height: 1.2; }
.cn-hero-fact small { font-size: 12px; color: var(--pb-text-muted); display: block; margin-top: 2px; line-height: 1.4; }

/* =============================================================================
   STICKY JUMP NAV
   ============================================================================= */
.cn-jumpnav {
  position: sticky; top: 70px; z-index: 40;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--pb-line-soft);
}
.cn-jumpnav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 24px;
}
.cn-jumpnav-list {
  display: flex; gap: 4px; flex: 1; overflow-x: auto;
  scrollbar-width: none;
}
.cn-jumpnav-list::-webkit-scrollbar { display: none; }
.cn-jumpnav a {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 18px 16px;
  font-family: var(--pb-font-display);
  font-weight: 600; font-size: 14px;
  color: var(--pb-text);
  white-space: nowrap;
  transition: 200ms;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  text-decoration: none;
}
.cn-jumpnav a:hover { color: var(--pb-ink); text-decoration: none; }
.cn-jumpnav a.on {
  color: var(--pb-ink);
  border-bottom-color: var(--pb-green);
}
.cn-jumpnav a .num {
  font-family: var(--pb-font-mono);
  font-size: 11px; font-weight: 700;
  color: var(--pb-text-soft);
  letter-spacing: 0.04em;
}
.cn-jumpnav a.on .num { color: var(--pb-green-700); }
.cn-jumpnav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pb-yellow); color: var(--pb-ink);
  padding: 9px 16px; border-radius: 999px;
  font-family: var(--pb-font-display); font-weight: 700; font-size: 13px;
  box-shadow: var(--pb-shadow-yellow);
  flex: 0 0 auto;
  border: none; cursor: pointer;
  transition: 220ms;
  text-decoration: none;
}
.cn-jumpnav-cta:hover { transform: translateY(-1px); text-decoration: none; color: var(--pb-ink); }
.cn-jumpnav-cta svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* =============================================================================
   SECTION BLOCK — wraps each pricing category
   ============================================================================= */
.cn-block { padding: 96px 0; position: relative; }
.cn-block.alt { background: var(--pb-surface-2); }
.cn-block.washed { background: var(--pb-green-50); }
.cn-block::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0;
  height: 1px; background: var(--pb-line-soft);
}
.cn-block:first-of-type::before { display: none; }

/* Block heading — section number + title + intro */
.cn-block-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 720px;
}
.cn-block-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--pb-font-mono); font-size: 12px; font-weight: 700;
  color: var(--pb-green-700);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cn-block-eyebrow .n {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 28px; height: 28px;
  background: var(--pb-green); color: #fff;
  border-radius: 6px;
  font-family: var(--pb-font-display); font-weight: 800; font-size: 13px;
  letter-spacing: 0;
  padding: 0 6px;
}
.cn-block h2 {
  font-family: var(--pb-font-display); font-size: 44px; font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.08;
  color: var(--pb-ink);
  margin: 0;
}
.cn-block-intro { font-size: 16px; line-height: 1.55; color: var(--pb-text-muted); max-width: 60ch; margin-top: 4px; }

/* =============================================================================
   FEATURE ROW — 2/3 image + 1/3 text bullets
   ============================================================================= */
.cn-feature {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 36px;
}

/* Image side */
.cn-feature-photo-wrap {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cn-feature-photo {
  position: absolute; inset: 0;
  border-radius: 56% 44% 52% 48% / 58% 50% 50% 42%;
  overflow: hidden;
  box-shadow: var(--pb-shadow-md);
}
.cn-feature-photo-stripe {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,0.07) 18px 19px);
}
.cn-feature-photo-label {
  position: absolute; left: 32px; bottom: 32px; right: 96px;
  color: #fff;
  font-family: var(--pb-font-display);
  font-weight: 800; font-size: 26px;
  line-height: 1.18; letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.cn-feature-photo-label.ink { color: var(--pb-ink); text-shadow: none; }
.cn-feature-photo-label small {
  display: block; margin-top: 6px;
  font-family: var(--pb-font-body);
  font-size: 13px; font-weight: 500;
  opacity: .92; letter-spacing: 0;
}
.cn-feature-photo-tag {
  position: absolute; top: 28px; right: -6px;
  font-family: var(--pb-font-mono);
  font-size: 10px; color: rgba(255,255,255,.7);
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(26,29,34,.4);
  padding: 5px 11px; border-radius: 4px;
  backdrop-filter: blur(4px);
}
.cn-feature-pricetag {
  position: absolute; right: -10px; bottom: 56px;
  background: var(--pb-yellow); color: var(--pb-ink);
  padding: 14px 22px;
  border-radius: var(--pb-r-pill);
  font-family: var(--pb-font-display);
  font-weight: 800; font-size: 19px;
  box-shadow: var(--pb-shadow-yellow);
  transform: rotate(-5deg);
  letter-spacing: -0.015em;
  z-index: 2;
  text-align: center;
}
.cn-feature-pricetag small {
  display: block; font-size: 10px; font-weight: 600; margin-bottom: 2px;
  letter-spacing: 0.08em; text-transform: uppercase;
  opacity: .75;
}
.cn-feature-pricetag small.bottom { margin-top: 4px; margin-bottom: 0; opacity: .8; }

/* Text side */
.cn-feature-text {
  background: #fff;
  border-radius: var(--pb-r-xl);
  border: 1px solid var(--pb-line-soft);
  padding: 32px;
  display: flex; flex-direction: column; gap: 14px;
  align-self: center;
}
.cn-feature-text h3 {
  font-family: var(--pb-font-display); font-weight: 700;
  font-size: 22px; color: var(--pb-ink);
  margin: 0; letter-spacing: -0.015em; line-height: 1.2;
}
.cn-feature-text p {
  font-size: 14px; color: var(--pb-text-muted);
  line-height: 1.55; margin: 0;
}
.cn-bullets {
  list-style: none; padding: 0; margin: 6px 0 0;
  display: flex; flex-direction: column; gap: 12px;
}
.cn-bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; color: var(--pb-text); line-height: 1.45;
}
.cn-bullets li .ck {
  width: 22px; height: 22px; flex: 0 0 22px;
  border-radius: 50%;
  background: var(--pb-green-100); color: var(--pb-green-700);
  display: grid; place-items: center;
  margin-top: 1px;
}
.cn-bullets li .ck svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.cn-bullets li b { color: var(--pb-ink); font-family: var(--pb-font-display); font-weight: 700; }

.cn-feature-foot {
  margin-top: 10px; padding-top: 16px;
  border-top: 1px dashed var(--pb-line);
  display: flex; gap: 14px; align-items: center;
  flex-wrap: wrap;
  font-size: 12px; color: var(--pb-text-muted);
  line-height: 1.4;
}
.cn-feature-foot svg { width: 16px; height: 16px; flex: 0 0 16px; color: var(--pb-green-700); stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* =============================================================================
   PRICING TABLE
   ============================================================================= */
.cn-tables {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.cn-tables.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cn-table {
  background: #fff;
  border: 1px solid var(--pb-line-soft);
  border-radius: var(--pb-r-xl);
  overflow: hidden;
  box-shadow: var(--pb-shadow-sm);
}
.cn-table-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 28px;
  background: linear-gradient(180deg, #fff 0%, var(--pb-surface-2) 100%);
  border-bottom: 1px solid var(--pb-line-soft);
}
.cn-table-head-left { display: flex; align-items: center; gap: 14px; }
.cn-table-head .ic {
  width: 44px; height: 44px; flex: 0 0 44px;
  border-radius: var(--pb-r-md);
  background: var(--pb-green-100); color: var(--pb-green-700);
  display: grid; place-items: center;
}
.cn-table-head .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cn-table-head h4 {
  font-family: var(--pb-font-display); font-weight: 700;
  font-size: 19px; color: var(--pb-ink);
  margin: 0; letter-spacing: -0.015em; line-height: 1.2;
}
.cn-table-head small {
  display: block; font-size: 12px; color: var(--pb-text-muted);
  margin-top: 3px; line-height: 1.3;
  font-family: var(--pb-font-body); font-weight: 400;
}
.cn-table-head-badge {
  background: var(--pb-yellow);
  color: var(--pb-ink);
  font-family: var(--pb-font-display); font-weight: 800;
  font-size: 11px;
  padding: 5px 12px; border-radius: 999px;
  letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: var(--pb-shadow-sm);
  white-space: nowrap;
}

/* Rows — uproszczony 2-kolumnowy layout: nazwa + opis | cena-zakres */
.cn-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--pb-line-soft);
  align-items: center;
  transition: 160ms;
}
.cn-row:last-child { border-bottom: none; }
.cn-row:hover { background: var(--pb-green-50); }
.cn-row.featured {
  background: linear-gradient(90deg, var(--pb-yellow-50) 0%, transparent 60%);
}
.cn-row.featured:hover { background: linear-gradient(90deg, var(--pb-yellow-100) 0%, var(--pb-green-50) 80%); }

.cn-row-name b {
  display: block;
  font-family: var(--pb-font-display); font-weight: 700;
  font-size: 16px; color: var(--pb-ink);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.cn-row-name small {
  display: block; font-size: 13px; color: var(--pb-text-muted);
  margin-top: 4px; line-height: 1.4;
}
.cn-row-name .pop {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 6px;
  font-family: var(--pb-font-display); font-weight: 700;
  font-size: 10px;
  color: var(--pb-green-700);
  background: var(--pb-green-100);
  padding: 3px 8px; border-radius: 999px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.cn-row-name .pop svg { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2.5; }

/* Price column — duży zakres bez "od", z separatorem en-dash */
.cn-row-price {
  text-align: right;
  font-family: var(--pb-font-display);
  white-space: nowrap;
}
.cn-row-price .range {
  font-size: 22px; font-weight: 800;
  color: var(--pb-ink);
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: 6px;
}
.cn-row-price .range .sep {
  color: var(--pb-text-soft); font-weight: 500;
}
.cn-row-price .range .od {
  font-size: 14px; font-weight: 600; color: var(--pb-text-soft);
}
.cn-row-price .range .u {
  font-size: 14px; font-weight: 700;
  color: var(--pb-green-700);
}

/* "Wycena indywidualna" — kompaktowy tag */
.cn-row-price.indyw .b {
  display: inline-block;
  background: var(--pb-surface-2);
  color: var(--pb-text);
  font-family: var(--pb-font-display); font-weight: 700;
  font-size: 13px;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--pb-line-soft);
}

/* Table footer */
.cn-table-foot {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 28px;
  background: var(--pb-surface-2);
  border-top: 1px solid var(--pb-line-soft);
  font-size: 13px; color: var(--pb-text-muted);
  line-height: 1.45;
}
.cn-table-foot .ic {
  width: 22px; height: 22px; flex: 0 0 22px;
  border-radius: 50%; background: var(--pb-green-100); color: var(--pb-green-700);
  display: grid; place-items: center;
}
.cn-table-foot .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.cn-table-foot b { color: var(--pb-ink); }
.cn-table-foot a { margin-left: auto; font-family: var(--pb-font-display); font-weight: 700; color: var(--pb-green-700); white-space: nowrap; text-decoration: none; }
.cn-table-foot a:hover { text-decoration: underline; }

/* =============================================================================
   PRICE NOTE PANEL — sits between feature & tables in some blocks
   ============================================================================= */
.cn-note {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0;
  background: #fff;
  border: 1px solid var(--pb-line-soft);
  border-radius: var(--pb-r-lg);
  overflow: hidden;
  margin-bottom: 24px;
}
.cn-note-cell {
  padding: 18px 22px;
  border-right: 1px solid var(--pb-line-soft);
  display: flex; align-items: center; gap: 12px;
}
.cn-note-cell:last-child { border-right: none; }
.cn-note-cell .ic {
  width: 32px; height: 32px; flex: 0 0 32px;
  border-radius: 8px;
  background: var(--pb-green-50); color: var(--pb-green-700);
  display: grid; place-items: center;
}
.cn-note-cell .ic svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cn-note-cell b {
  display: block; font-family: var(--pb-font-display); font-weight: 700;
  font-size: 13px; color: var(--pb-ink); line-height: 1.2;
}
.cn-note-cell small {
  display: block; font-size: 11px; color: var(--pb-text-muted);
  margin-top: 2px; line-height: 1.3;
}

/* =============================================================================
   FINAL CTA BAND
   ============================================================================= */
.cn-cta-band {
  background: var(--pb-ink-2); color: #fff;
  padding: 72px 0; position: relative; overflow: hidden;
}
.cn-cta-band::before {
  content: ''; position: absolute;
  right: -120px; top: 50%;
  width: 380px; height: 380px;
  transform: translateY(-50%);
  border-radius: 56% 44% 52% 48% / 58% 50% 50% 42%;
  background: var(--pb-green);
  opacity: .22;
  pointer-events: none;
}
.cn-cta-band::after {
  content: '365'; position: absolute;
  left: -30px; bottom: -60px;
  font-family: var(--pb-font-display); font-weight: 800;
  font-size: 220px; color: rgba(255,221,0,.08); line-height: 1;
  transform: rotate(-8deg); pointer-events: none;
}
.cn-cta-band-inner {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px;
  align-items: center; position: relative;
}
.cn-cta-band h2 {
  font-family: var(--pb-font-display); font-size: 38px;
  font-weight: 800; color: #fff;
  line-height: 1.1; letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.cn-cta-band h2 .accent { color: var(--pb-yellow); }
.cn-cta-band p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.55; max-width: 50ch; }
.cn-cta-band .actions {
  display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap;
}
.cn-cta-band .actions .pb-btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.2) !important;
}
.cn-cta-band .phone {
  text-align: right; margin-top: 18px;
  font-family: var(--pb-font-display);
}
.cn-cta-band .phone small {
  display: block; font-size: 11px;
  color: rgba(255,255,255,.6);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 6px;
}
.cn-cta-band .phone b { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.01em; }

/* =============================================================================
   FAQ MICRO — bottom of each section
   ============================================================================= */
.cn-faq-mini {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cn-faq-mini-item {
  background: #fff;
  border: 1px solid var(--pb-line-soft);
  border-radius: var(--pb-r-md);
  padding: 16px 20px;
  display: flex; gap: 12px; align-items: flex-start;
}
.cn-faq-mini-item .q {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--pb-green-50);
  color: var(--pb-green-700);
  font-family: var(--pb-font-display); font-weight: 800; font-size: 14px;
  display: grid; place-items: center;
}
.cn-faq-mini-item b {
  display: block; font-family: var(--pb-font-display); font-weight: 700;
  font-size: 14px; color: var(--pb-ink); line-height: 1.3;
  letter-spacing: -0.005em;
}
.cn-faq-mini-item p { font-size: 12.5px; color: var(--pb-text-muted); margin: 4px 0 0; line-height: 1.5; }

/* =============================================================================
   CONTACT SECTION (port z home.css — formularz "Zostaw numer" + Google Maps)
   ============================================================================= */
/* pb-section (z home.css nie ładujemy na tej stronie) — minimalna deklaracja
   tylko dla sekcji kontaktowej, żeby miała odstępy i nie przyklejała się do footera */
.pb-section { padding: 80px 0; }
.pb-section.alt { background: var(--pb-surface-2); }
.pb-section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.pb-section-head h2 { font-family: var(--pb-font-display); font-size: 38px; font-weight: 800; letter-spacing: -0.025em; color: var(--pb-ink); margin: 0 0 12px; }
.pb-section-head p { color: var(--pb-text-muted); font-size: 16px; line-height: 1.55; margin: 0; }

.pb-home-contact {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
  align-items: stretch;
}
.pb-home-contact-form {
  background: #fff;
  border-radius: var(--pb-r-xl);
  padding: 28px;
  box-shadow: var(--pb-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pb-home-contact-form h3 { font-family: var(--pb-font-display); font-size: 20px; font-weight: 700; color: var(--pb-ink); margin: 0; }
.pb-home-contact-form .sub { font-size: 13px; color: var(--pb-text-muted); margin: 0; }
.pb-home-contact-form form { display: flex; flex-direction: column; gap: 12px; }
.pb-home-contact-map {
  border-radius: var(--pb-r-xl);
  background: var(--pb-surface-2);
  position: relative;
  overflow: hidden;
  min-height: 340px;
}
.pb-contact-info-row { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.pb-contact-info-row svg { width: 17px; height: 17px; color: var(--pb-green-700); flex-shrink: 0; margin-top: 2px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pb-contact-info-row b { color: var(--pb-ink); font-family: var(--pb-font-display); font-weight: 700; display: block; }
.pb-contact-info-row .l { color: var(--pb-text-muted); font-size: 12px; }

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width: 1100px) {
  .cn-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .cn-hero h1 { font-size: 44px; }
  .cn-feature { grid-template-columns: 1fr; }
  .cn-tables.cols-2 { grid-template-columns: 1fr; }
  .pb-home-contact { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .cn-block { padding: 72px 0; }
  .cn-block h2 { font-size: 34px; }
  .cn-jumpnav { top: 60px; }
}
@media (max-width: 720px) {
  .cn-hero { padding: 24px 0 36px; }
  .cn-hero h1 { font-size: 36px; }
  .cn-hero::before { font-size: 180px; right: -30px; }
  .cn-block { padding: 56px 0; }
  .cn-block h2 { font-size: 28px; }
  .cn-block-head { margin-bottom: 28px; }
  .cn-feature-photo-wrap { min-height: 280px; }
  .cn-feature-photo-label { font-size: 20px; left: 22px; right: 80px; bottom: 22px; }
  .cn-feature-pricetag { font-size: 16px; padding: 10px 16px; bottom: 28px; }
  .cn-feature-text { padding: 24px; }
  .cn-table-head { padding: 18px 20px; }
  .cn-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 20px;
  }
  .cn-row-price { text-align: left; }
  .cn-row-price .range { font-size: 20px; }
  .cn-note { grid-template-columns: 1fr; }
  .cn-note-cell { border-right: none !important; border-bottom: 1px solid var(--pb-line-soft); }
  .cn-note-cell:last-child { border-bottom: none; }
  .cn-cta-band { padding: 56px 0; }
  .cn-cta-band h2 { font-size: 28px; }
  .cn-cta-band::after { font-size: 140px; }
  .cn-table-foot { flex-wrap: wrap; padding: 14px 20px; }
  .cn-table-foot a { margin-left: 0; width: 100%; }
}
