/* Auto-built from offer-full.css + offer-configurator.css */
/* Offer configurator — overlay on homepage design system (DESIGN.md). */
body.is-offer-config-page {
  --navy: var(--brand-navy);
  --green: var(--brand-green);
  --white: var(--neutral-white);
  --soft: var(--surface-soft);
  --mint: var(--surface-success-soft);
  --gray: var(--neutral-600);
  --border: var(--border-default);
  --shadow: var(--shadow-soft);
  --radius-sm: var(--radius-small);
  --radius-md: var(--radius-medium);
  --radius-lg: var(--radius-large);
  --content: var(--container);
  background: var(--background-primary);
}

body.is-offer-config-page .site-header {
  background: rgba(255, 255, 255, 0.97);
}

body.is-offer-config-page .site-header.is-hidden {
  /* Stronger hide than transform alone — avoids sticky/backdrop ghosts on mobile. */
  top: calc(-1 * var(--header-h) - 12px);
  opacity: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
}

body.admin-bar.is-offer-config-page .site-header {
  top: 32px;
}
body.admin-bar.is-offer-config-page .site-header.is-hidden {
  top: calc(32px - var(--header-h) - 12px);
}
@media screen and (max-width: 782px) {
  body.admin-bar.is-offer-config-page .site-header {
    top: 46px;
  }
  body.admin-bar.is-offer-config-page .site-header.is-hidden {
    top: calc(46px - var(--header-h) - 12px);
  }
}

.offer-page .section[id],
.offer-page .offer-hero {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.offer-hero {
  --hero-bg: #0a1a24;
  --hero-pad-bottom: 56px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--header-h) + 10px) 0 var(--hero-pad-bottom);
  background: var(--hero-bg);
  color: var(--text-inverse);
}
.offer-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(84, 194, 107, 0.07), transparent 28%),
    radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.035) 46% 46.6%, transparent 46.6% 100%),
    linear-gradient(155deg, transparent 0 58%, rgba(255, 255, 255, 0.028) 58% 58.5%, transparent 58.5% 100%);
  background-size:
    auto,
    auto,
    28px 28px,
    100% 100%,
    100% 100%;
  animation: footer-pattern-drift 36s linear infinite;
}
.offer-hero__glow {
  position: absolute;
  left: -12%;
  top: -40%;
  z-index: 0;
  width: 55%;
  height: 90%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 194, 107, 0.16), transparent 68%);
  opacity: 0.35;
  transform: translate3d(18%, -6%, 0) scale(1.08);
  filter: blur(2px);
}
body.has-reduced-motion .offer-hero__pattern,
body.has-reduced-motion .offer-hero__glow {
  animation: none !important;
}
.offer-hero__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.22);
}
.offer-hero__art-path {
  position: absolute;
  left: 6%;
  top: 2%;
  width: min(72%, 820px);
  height: auto;
  opacity: 0.42;
}
.offer-hero__art-path circle {
  filter: drop-shadow(0 0 10px rgba(84, 194, 107, 0.85));
}
.offer-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.88fr);
  grid-template-rows: auto auto auto 1fr;
  column-gap: 56px;
  row-gap: 0;
  align-items: stretch;
}
.offer-hero__copy {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1;
  grid-row: 1 / -1;
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.offer-hero__breadcrumbs {
  grid-row: 1;
  margin: 0 0 14px;
}
.offer-hero .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.62);
}
.offer-hero .breadcrumbs__link:hover,
.offer-hero .breadcrumbs__link:focus-visible {
  color: var(--brand-green);
}
.offer-hero .breadcrumbs__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.28);
}
.offer-hero .breadcrumbs__current {
  color: var(--brand-green);
}
.offer-hero__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row: 3;
  padding: 0;
  max-width: none;
}
.offer-hero .eyebrow {
  grid-row: 2;
  margin: 0 0 16px;
  color: var(--brand-green);
}
.offer-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--text-inverse);
  font-size: clamp(2.15rem, 3.8vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.offer-hero h1 .accent {
  display: block;
  color: var(--text-effect);
  background-image: none;
  padding-bottom: 0;
}
.offer-hero .lead {
  margin-top: 16px;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.55;
}
.offer-hero__actions { margin-top: 26px; }
.offer-hero__actions .btn--secondary {
  background: transparent;
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.32);
}
.offer-hero__actions .btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand-green);
  color: var(--text-inverse);
  box-shadow: none;
}
.offer-hero__points {
  list-style: none;
  grid-row: 4;
  align-self: end;
  margin: 32px 0 0;
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.offer-hero__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 16px 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.offer-hero__points li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.offer-hero__point-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--brand-green);
}
.offer-hero__point-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}
.offer-hero__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.offer-hero__stepper {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 16px 22px 14px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.offer-hero__stepper li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 700;
}
.offer-hero__stepper li:not(:last-child) {
  flex: 1 1 auto;
}
.offer-hero__stepper li:not(:last-child)::after {
  content: "";
  flex: 1 1 16px;
  min-width: 12px;
  height: 1px;
  margin: 0 10px 0 8px;
  background: rgba(255, 255, 255, 0.16);
}
.offer-hero__step-num {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.offer-hero__stepper li.is-current {
  color: var(--brand-green);
}
.offer-hero__stepper li.is-current .offer-hero__step-num {
  border-color: var(--brand-green);
  background: transparent;
  color: var(--brand-green);
}
.offer-hero__step-label {
  white-space: nowrap;
}
.offer-hero__profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
  align-items: start;
  min-height: 420px;
}
.offer-hero__photo {
  position: relative;
  grid-column: 1;
  grid-row: 1 / -1;
  z-index: 0;
  min-height: 420px;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.offer-hero__portrait {
  position: absolute;
  z-index: 0;
  right: -14%;
  bottom: calc(-1 * var(--hero-pad-bottom));
  left: auto;
  display: block;
  width: auto;
  height: calc(124% + var(--hero-pad-bottom));
  max-width: none;
  transform: none;
  object-fit: contain;
  object-position: bottom right;
}
.offer-hero__bio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-column: 1;
  grid-row: 3;
  z-index: 2;
  align-self: start;
  justify-self: start;
  width: max-content;
  max-width: min(100%, 19rem);
  margin: clamp(5.25rem, 8.2vw, 7rem) 0 0;
  padding: 12px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-medium, 16px);
  background: color-mix(in srgb, var(--hero-bg, #0a1a24) 88%, transparent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}
.offer-hero__name {
  margin: 0;
  color: var(--text-inverse);
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.offer-hero__role {
  margin: 4px 0 0;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.35;
  border-bottom: 2px solid var(--brand-green);
  width: auto;
  max-width: 100%;
}
.offer-hero__skills {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}
.offer-hero__skills li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  line-height: 1.4;
}
.offer-hero__skill-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--brand-green);
}
.offer-hero__skill-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  overflow: visible;
}

.offer-trust {
  padding: 0;
  border-bottom: 1px solid var(--border-default);
}
.offer-trust .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.offer-trust .trust-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border-default);
}
.offer-trust .trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}
.offer-trust .trust-item span {
  display: block;
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.55;
}
@media (min-width: 900px) {
  .offer-trust .trust-item {
    padding: 32px 28px;
    border-bottom: 0;
    border-right: 1px solid var(--border-default);
  }
  .offer-trust .trust-item:first-child { padding-left: 0; }
  .offer-trust .trust-item:last-child {
    padding-right: 0;
    border-right: 0;
  }
}

.offer-page .section-heading {
  max-width: 44rem;
  margin-bottom: 56px;
}
.offer-page .section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  max-width: 40rem;
  color: var(--text-secondary);
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 1.5;
}
.offer-page .section-heading h2 { margin: 0; }

.offer-page .offer-why-section {
  --why-cols: minmax(0, 1fr) minmax(0, 1fr);
  background: linear-gradient(180deg, var(--surface-soft) 0%, var(--neutral-white) 96px);
  padding-top: 72px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .offer-page .offer-why-section {
    padding-top: 88px;
    padding-bottom: 64px;
  }
}
.offer-why {
  margin-bottom: 20px;
}
.offer-why .section-heading {
  margin-bottom: 40px;
}
.offer-why .section-heading p:not(.eyebrow) {
  max-width: 46rem;
  font-size: 1.0625rem;
}
.offer-difference {
  --diff-no: #c45c5c;
  display: grid;
  grid-template-columns: var(--why-cols);
  gap: 20px;
  margin: 0;
  align-items: stretch;
}
.offer-difference article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 28px 28px 32px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-large);
  background: var(--neutral-white);
}
.offer-difference__col--muted {
  background: color-mix(in srgb, var(--diff-no) 6%, var(--neutral-white));
  border-color: color-mix(in srgb, var(--diff-no) 32%, var(--border-default));
}
.offer-difference__col--accent {
  background: color-mix(in srgb, var(--brand-green) 6%, var(--neutral-white));
  border-color: color-mix(in srgb, var(--brand-green) 38%, var(--border-default));
  box-shadow: inset 0 3px 0 var(--brand-green);
}
.offer-difference__label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.offer-difference__col--muted .offer-difference__label,
.offer-difference__col--accent .offer-difference__label {
  /* DESIGN.md 5.5: small labels need high contrast; color signal stays on markers */
  color: var(--text-primary);
}
.offer-difference h3 {
  margin: 0 0 20px;
  min-height: 2.5em;
  font-size: 1.375rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.offer-difference .plain-list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}
.offer-difference .plain-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 2.75em;
  padding-left: 32px;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.offer-difference .plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}
.offer-difference__col--muted .plain-list li::before {
  content: "";
  background-color: var(--diff-no);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M2.2 1.4 6 5.2l3.8-3.8 1.1 1.1L7.1 6.3l3.8 3.8-1.1 1.1L6 7.4 2.2 11.2 1.1 10.1 4.9 6.3 1.1 2.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.offer-difference__col--accent .plain-list li::before {
  content: "";
  background-color: var(--brand-green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%230F2533' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.2 6.3 4.8 8.8l5-6.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
@supports (grid-template-rows: subgrid) {
  .offer-difference {
    grid-template-rows: auto auto repeat(5, auto);
    column-gap: 20px;
    row-gap: 0;
  }
  .offer-difference article {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / span 7;
  }
  .offer-difference h3 {
    min-height: 0;
    align-self: start;
  }
  .offer-difference .plain-list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 3 / span 5;
    gap: 14px;
  }
  .offer-difference .plain-list li {
    min-height: 0;
  }
}
.offer-work {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: var(--why-cols, minmax(0, 1fr) minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  background: var(--neutral-white);
}
.offer-work__media {
  position: relative;
  min-height: 280px;
  padding: 0;
  overflow: hidden;
  background: var(--surface-soft);
}
.offer-work__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.offer-work__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 40px 36px 32px;
}
.offer-work__copy .eyebrow {
  margin: 0 0 12px;
  color: var(--neutral-600);
}
.offer-work__copy .eyebrow::after {
  display: none;
}
.offer-work__copy h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.offer-work__copy > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.offer-work__stats {
  margin: 18px 0 8px !important;
  color: var(--brand-navy) !important;
  font-size: 1rem !important;
  font-weight: 800;
  line-height: 1.4;
}
.offer-work__source {
  margin: 0 0 22px !important;
  color: var(--neutral-600);
  font-size: 0.75rem !important;
  line-height: 1.4;
}
.offer-work__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-weight: 800;
  color: var(--brand-navy);
  text-decoration: none;
}
.offer-work__link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--brand-green);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M8.2 4.5h7.3v7.3h-1.7V7.4l-7.6 7.6-1.2-1.2 7.6-7.6H8.2V4.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M8.2 4.5h7.3v7.3h-1.7V7.4l-7.6 7.6-1.2-1.2 7.6-7.6H8.2V4.5Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.offer-work__link:hover {
  color: var(--brand-navy);
}
.offer-work__link:hover::after {
  transform: translate(1px, -1px);
}
.offer-process {
  --process-dot: 38px;
  --process-gap: 28px;
  background: var(--neutral-white);
}
.offer-process .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding-bottom: 0;
}
.offer-process .eyebrow::after {
  position: static;
  left: auto;
  bottom: auto;
  width: 28px;
  height: 3px;
  order: -1;
  flex-shrink: 0;
}
.offer-process .section-heading {
  max-width: 40rem;
  margin-bottom: 64px;
}
.offer-process .section-heading h2 {
  max-width: 11em;
}
.offer-process .section-heading p:not(.eyebrow) {
  margin-top: 14px;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.55;
}
.offer-process-track {
  --process-cols: 4;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--process-cols), minmax(0, 1fr));
  gap: 0 var(--process-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-process-track > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.offer-process-track > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--process-dot) / 2);
  left: calc(50% + var(--process-dot) / 2);
  width: calc(100% + var(--process-gap) - var(--process-dot));
  height: 1.5px;
  background: color-mix(in srgb, var(--brand-green) 72%, var(--neutral-white));
  transform: translateY(-50%);
  pointer-events: none;
}
.offer-process-track__num {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--process-dot);
  height: var(--process-dot);
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--brand-green);
  /* DESIGN.md 5.5: green CTA / badges use navy text */
  color: var(--action-accent-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 0 0 4px var(--neutral-white);
}
.offer-process-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px 22px 18px;
  border-radius: 12px;
  background: var(--neutral-white);
  box-shadow: 0 8px 24px rgba(15, 37, 51, 0.05);
}
.offer-process-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--surface-success-soft);
  color: var(--brand-green);
}
.offer-process-card__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  overflow: visible;
}
.offer-process-card h3 {
  margin: 0 0 6px;
  color: var(--brand-navy);
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 800;
}
.offer-process-card > p {
  margin: 0 0 14px;
  color: var(--text-secondary);
  font-size: 0.8125rem;
  line-height: 1.55;
}
.offer-process-card__roles {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--border-default);
  display: grid;
  gap: 8px;
  list-style: none;
}
.offer-process-card__roles li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 0.8125rem;
  line-height: 1.4;
}
.offer-process-card__roles strong {
  color: var(--brand-navy);
  font-weight: 700;
}
.offer-process-ico {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--brand-green);
}
.offer-process-ico svg {
  width: 18px;
  height: 18px;
  display: block;
  overflow: visible;
}
.offer-process-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 38rem;
  margin: 28px 0 0;
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
.offer-process-note__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface-success-soft);
  color: var(--brand-green);
}
.offer-process-note__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  overflow: visible;
}

.offer-audit .audit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  align-items: stretch;
}
.offer-audit .audit-intro,
.offer-audit .audit-sample {
  min-height: 100%;
  border-radius: 20px;
}
.offer-audit .audit-intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 40px 36px 36px;
  background: var(--brand-navy);
  color: var(--neutral-white);
}
.offer-audit .audit-intro__mark {
  position: absolute;
  top: -12px;
  right: -8px;
  width: 168px;
  height: 168px;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.offer-audit .audit-intro__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.offer-audit .audit-intro .eyebrow {
  color: var(--brand-green);
  margin-bottom: 18px;
}
.offer-audit .audit-intro h2 {
  margin: 0;
  max-width: 16em;
  color: var(--neutral-white);
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1.2;
}
.offer-audit .audit-intro__lead {
  margin: 16px 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}
.offer-audit .audit-intro__foot {
  margin-top: auto;
  padding-top: 24px;
}
.offer-audit .audit-intro__price {
  margin: 0 0 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
}
.offer-audit .audit-intro__price strong {
  color: var(--neutral-white);
  font-weight: 800;
}
.offer-audit .audit-intro .btn {
  margin-top: 0;
  align-self: flex-start;
}
.offer-audit .audit-sample {
  padding: 32px 32px 20px;
  background: var(--neutral-white);
  box-shadow: 0 10px 28px rgba(15, 37, 51, 0.05);
}
.offer-audit .audit-sample-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--surface-success-soft);
  color: var(--brand-navy);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}
.offer-audit .audit-sample h3 {
  margin: 0 0 8px;
  color: var(--brand-navy);
  font-size: 1.25rem;
  line-height: 1.3;
}
.offer-audit .audit-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-default);
}
.offer-audit .audit-row:last-child {
  border-bottom: 0;
}
.offer-audit .audit-row__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface-success-soft);
  color: var(--brand-green);
}
.offer-audit .audit-row__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
}
.offer-audit .audit-row__body {
  min-width: 0;
}
.offer-audit .audit-row strong {
  display: block;
  margin-bottom: 3px;
  /* DESIGN.md 5.5: green OK for icons, not small uppercase labels on white */
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.offer-audit .audit-row p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .offer-audit .audit-grid {
    grid-template-columns: 1fr;
  }
  .offer-audit .audit-intro,
  .offer-audit .audit-sample {
    min-height: 0;
  }
  .offer-audit .audit-intro__foot {
    margin-top: 24px;
  }
}
@media (max-width: 980px) and (min-width: 721px) {
  .offer-process .section-heading {
    margin-bottom: 48px;
  }
  .offer-process .section-heading h2 {
    max-width: none;
  }
  .offer-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --process-cols: 2;
    gap: 40px var(--process-gap);
  }
  .offer-process-track > li:nth-child(even)::after {
    display: none;
  }
}
@media (max-width: 720px) {
  .offer-process {
    --process-dot: 36px;
  }
  .offer-process .section-heading {
    max-width: none;
    margin-bottom: 32px;
  }
  .offer-process .section-heading h2 {
    max-width: none;
    font-size: clamp(1.55rem, 6.8vw, 1.9rem);
    line-height: 1.2;
  }
  .offer-process .section-heading p:not(.eyebrow) {
    margin-top: 12px;
    max-width: none;
    font-size: 0.9375rem;
  }
  .offer-process-track {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .offer-process-track > li {
    display: grid;
    grid-template-columns: var(--process-dot) minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding: 0 0 28px;
  }
  .offer-process-track > li:last-child {
    padding-bottom: 0;
  }
  .offer-process-track > li:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    top: var(--process-dot);
    left: calc(var(--process-dot) / 2 - 1px);
    width: 2px;
    height: calc(100% - var(--process-dot));
    background: color-mix(in srgb, var(--brand-green) 55%, var(--neutral-200, #dce2e6));
    transform: none;
    pointer-events: none;
  }
  .offer-process-track__num {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    box-shadow: 0 0 0 4px var(--neutral-white);
  }
  .offer-process-card {
    grid-column: 2;
    grid-row: 1;
    height: auto;
    padding: 16px 16px 14px;
    box-shadow: 0 6px 18px rgba(15, 37, 51, 0.06);
  }
  .offer-process-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .offer-process-card__icon svg {
    width: 20px;
    height: 20px;
  }
  .offer-process-card h3 {
    font-size: 1.0625rem;
  }
  .offer-process-card > p {
    margin-bottom: 12px;
    font-size: 0.8125rem;
  }
  .offer-process-card__roles {
    padding-top: 12px;
    gap: 7px;
  }
  .offer-process-note {
    margin-top: 24px;
    max-width: none;
  }
}
@supports not (grid-template-rows: subgrid) {
  .offer-hero__layout {
    grid-template-rows: none;
    align-items: stretch;
  }
  .offer-hero__copy {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
  }
  .offer-hero__card,
  .offer-hero__profile {
    display: grid;
    grid-template-rows: none;
  }
  .offer-hero__bio {
    grid-row: 1;
    margin-top: clamp(5.25rem, 8.2vw, 7rem);
  }
  .offer-hero__photo {
    grid-row: 1;
  }
  .offer-hero__points {
    margin-top: auto;
  }
}
@media (max-width: 980px) {
  .offer-hero {
    --hero-pad-bottom: 36px;
    padding: calc(var(--header-h) + 10px) 0 var(--hero-pad-bottom);
  }
  .offer-hero__layout {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 32px;
    align-items: start;
  }
  .offer-hero__copy,
  .offer-hero__card,
  .offer-hero__profile {
    display: grid;
    grid-template-rows: none;
    grid-column: auto;
    grid-row: auto;
  }
  .offer-hero__copy {
    display: flex;
    flex-direction: column;
  }
  .offer-hero__breadcrumbs {
    margin-bottom: 12px;
  }
  .offer-hero .eyebrow {
    margin-bottom: 12px;
  }
  .offer-hero h1 {
    font-size: clamp(1.85rem, 7.2vw, 2.35rem);
    line-height: 1.15;
  }
  .offer-hero__art-path {
    width: min(88%, 640px);
    left: 4%;
    top: 0;
  }
  .offer-hero__card {
    max-width: none;
    min-height: 0;
    align-self: stretch;
  }
  .offer-hero__profile {
    min-height: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(180px, 0.95fr);
    align-items: start;
  }
  .offer-hero__photo {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 320px;
    height: 360px;
    overflow: visible;
  }
  .offer-hero__bio {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    margin: 0 0 16px 12px;
  }
  .offer-hero__portrait {
    right: -2%;
    bottom: 0;
    height: 100%;
    max-height: 100%;
  }
  .offer-hero__points {
    align-self: center;
    width: 100%;
    margin-top: 28px;
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  .offer-hero {
    --hero-pad-bottom: 28px;
  }
  .offer-hero__layout,
  .offer-work,
  .offer-difference {
    grid-template-columns: 1fr;
  }
  .offer-difference {
    grid-template-rows: none;
    gap: 16px;
  }
  .offer-difference article {
    display: flex;
    grid-row: auto;
  }
  .offer-difference h3 {
    min-height: 0;
  }
  .offer-difference .plain-list {
    grid-template-rows: none;
    grid-row: auto;
  }
  .offer-work__media {
    min-height: 0;
    padding: 0;
    aspect-ratio: 16 / 10;
  }
  .offer-work__copy {
    padding: 24px;
  }
  .offer-hero__points {
    align-self: center;
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .offer-hero__points li + li {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .offer-hero__points li {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 14px 8px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
  }
  .offer-hero__points li:first-child {
    padding-top: 4px;
  }
  .offer-hero__point-icon {
    width: 28px;
    height: 28px;
  }
  .offer-hero__point-icon svg {
    width: 22px;
    height: 22px;
  }
  .offer-hero__profile {
    grid-template-columns: minmax(0, 1.1fr) minmax(140px, 0.9fr);
  }
  .offer-hero__bio {
    max-width: min(100%, 20rem);
    padding: 14px 16px 16px;
  }
}
@media (max-width: 680px) {
  .offer-hero {
    --hero-pad-bottom: 32px;
    padding: calc(var(--header-h) + 16px + env(safe-area-inset-top, 0px)) 0 var(--hero-pad-bottom);
  }
  .offer-hero__breadcrumbs {
    display: none;
  }
  .offer-hero__copy {
    padding-top: 4px;
  }
  .offer-hero .eyebrow {
    margin-bottom: 10px;
  }
  .offer-hero .lead {
    margin-top: 14px;
    font-size: 1rem;
  }
  .offer-hero__actions {
    display: grid;
    width: 100%;
    margin-top: 22px;
    gap: 10px;
  }
  .offer-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .offer-hero__points {
    align-self: center;
    width: 100%;
    max-width: 28rem;
    margin-top: 26px;
    margin-inline: auto;
    padding-top: 18px;
  }
  .offer-hero__points li {
    font-size: 1.0625rem;
  }
  .offer-hero__card {
    margin-top: 8px;
  }
}
@media (max-width: 560px) {
  .offer-hero__art { opacity: 0.28; }
  .offer-hero h1 { max-width: none; }
  .offer-hero__profile {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .offer-hero__photo {
    order: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 300px;
    height: min(72vw, 380px);
    max-width: none;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }
  .offer-hero__portrait {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    height: 100%;
    max-width: min(92%, 420px);
    max-height: 100%;
    margin: 0 auto;
    transform: none;
    object-fit: contain;
    object-position: bottom center;
  }
  .offer-hero__bio {
    order: 1;
    position: relative;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
    width: auto;
    max-width: none;
    margin: -56px 12px 0;
    padding: 14px 16px 16px;
  }
}

.offer-page .btn--quiet::after { display: none; }
.offer-page .btn.is-disabled,
.offer-page .btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
.offer-page .text-button {
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  font-weight: 600;
  cursor: pointer;
}
.offer-page .text-button:hover { color: var(--text-primary); }

.offer-summary .btn--secondary {
  background: transparent;
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.28);
}
.offer-summary .btn--secondary::after { background-color: var(--brand-green); }
.offer-summary .btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand-green);
}
.offer-summary .eyebrow {
  color: var(--text-inverse);
  padding-bottom: 10px;
}
.offer-summary .eyebrow::after { background: var(--brand-green); }

/* final-cta is inverse — green eyebrow OK (DESIGN.md 5.5 on navy) */
.final-cta .eyebrow { color: var(--text-effect); }
body.is-offer-config-page .offer-page .contact.section--soft .lead {
  color: var(--text-primary);
}
.final-cta .cta-copy p:last-child {
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.72);
}
.final-cta .lead a {
  color: var(--text-effect, var(--green));
  font-weight: 800;
  text-decoration: none;
}
.final-cta .lead a:hover { text-decoration: underline; }
.final-cta .btn-group {
  justify-content: center;
}

.offer-page .faq-list { margin-top: 8px; }
.offer-faq {
  background: var(--neutral-white);
}
body.is-offer-config-page .offer-page .contact.section--soft {
  background: var(--background-secondary);
}

@media (max-width: 900px) {
  .offer-trust .trust-grid { grid-template-columns: 1fr; }
  .offer-trust .trust-item:last-child { border-bottom: 0; }
}

.config-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; align-items: start; }
    .mode-switch { margin: 0 0 32px; padding: 6px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--soft); }
    .mode-tab { min-height: 68px; padding: 12px 18px; display: grid; align-content: center; gap: 2px; border: 1px solid transparent; border-radius: 11px; background: transparent; text-align: left; cursor: pointer; }
    .mode-tab strong { font-size: 15px; }
    .mode-tab span { color: var(--gray); font-size: 12px; }
    .mode-tab.is-active { border-color: var(--green); background: var(--white); box-shadow: 0 0 0 2px rgba(84, 194, 107, .12); }
    .config-mode[hidden], .wizard-step[hidden] { display: none !important; }
    .wizard-head { margin-bottom: 28px; display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 24px; align-items: end; }
    .wizard-head .step-label { margin-bottom: 6px; }
    .wizard-hint { margin: 0; color: var(--gray); font-size: 13px; }
    .wizard-progress { height: 10px; overflow: hidden; border-radius: 999px; background: var(--border); }
    .wizard-progress span { width: 16.666%; height: 100%; display: block; border-radius: inherit; background: var(--green); transition: width .2s ease; }
    .wizard-step { min-height: 520px; }
    .wizard-step > h3 { font-size: 27px; }
    .choice-unknown .choice-surface { border-style: dashed; background: var(--soft); }
    .wizard-validation { margin: 18px 0 0; font-size: 0.9375rem; }
    .wizard-validation:not(.form-note) { padding: 12px 14px; border-left: 3px solid var(--green); background: var(--mint); font-size: 13px; }
.wizard-actions {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.wizard-reset-row {
  margin: 14px 0 0;
  text-align: left;
}
.wizard-reset-row .text-button {
  min-height: 0;
  padding: 0;
}
    .wizard-actions .btn { min-width: 130px; }
    .wizard-actions .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
    .wizard-reset { margin-right: auto; border-color: transparent; color: var(--gray); }
    .guided-intro { margin-bottom: 28px; }
    .guided-intro > p:last-child { color: var(--gray); }
    .guided-section { padding: 30px 0; border-top: 1px solid var(--border); }
    .guided-section > h3 { font-size: 24px; }
    .guided-dependency { margin: -2px 0 18px; color: var(--gray); font-size: 13px; }
    .guided-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .module-card { min-height: 100%; padding: 18px; grid-template-columns: 28px minmax(0, 1fr) auto; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
    .module-card .module-price { max-width: 180px; font-size: 13px; }
    .mini-fieldset { margin: 24px 0 0; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); }
    .mini-fieldset legend { padding: 0 8px; font-size: 13px; font-weight: 800; }
    .inline-options { display: flex; flex-wrap: wrap; gap: 10px 20px; }
    .inline-options label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
    .inline-options input { width: 18px; height: 18px; accent-color: var(--green); }
    .decision-options { margin-top: 18px; }
    .guided-validation { margin-top: 20px; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--soft); color: var(--gray); font-size: 13px; }
    .field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .form-field { display: grid; gap: 7px; }
    .form-field > span { font-size: 12px; font-weight: 800; }
    .form-field input, .form-field textarea, .form-field select { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); color: var(--navy); }
    .form-field textarea { resize: vertical; }
    .field-wide { grid-column: 1 / -1; }
    .summary-recommendation .recommendation-action { width: 100%; min-height: 40px; margin-top: 12px; padding: 8px 12px; border: 1px solid rgba(84, 194, 107, .55); border-radius: 8px; background: var(--green); color: var(--navy); font-size: 12px; font-weight: 800; cursor: pointer; }
    .step { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--border); }
    .step:last-child { margin-bottom: 0; border-bottom: 0; }
    .step.is-disabled { opacity: .48; pointer-events: none; }
    .step-label { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .step-label::before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--green); }
    .step-intro { max-width: 720px; margin-bottom: 24px; color: var(--gray); }

    .package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .choice { position: relative; display: block; cursor: pointer; }
    .choice input { position: absolute; opacity: 0; pointer-events: none; }
    .choice-surface {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      background: var(--white);
      transition: border-color var(--duration-micro) var(--ease), box-shadow var(--duration-micro) var(--ease), background var(--duration-micro) var(--ease);
    }
    .choice:hover .choice-surface { border-color: var(--brand-navy); }
    .choice input:focus-visible + .choice-surface { outline: 3px solid rgba(84, 194, 107, .55); outline-offset: 3px; }
    .choice input:checked + .choice-surface { border-color: var(--green); background: var(--mint); box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-green) 28%, transparent); }
    .choice input:disabled + .choice-surface { opacity: .52; cursor: not-allowed; transform: none; }
    .choice-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
    .choice-name { font-size: 19px; font-weight: 800; }
    .choice-check { width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid var(--border); border-radius: 50%; }
    .choice input:checked + .choice-surface .choice-check { border: 6px solid var(--green); }
    .choice-desc { margin: 10px 0 24px; color: var(--gray); font-size: 14px; }
    .choice-price { margin-top: auto; display: grid; font-size: 25px; font-weight: 800; letter-spacing: -.02em; }
    .choice-price small { color: var(--gray); font-size: 12px; font-weight: 600; letter-spacing: 0; }

    .scope-list { display: grid; gap: 12px; }
    .scope-choice .choice-surface { min-height: auto; padding: 20px 22px; }
    .scope-choice .choice-top > span:first-child { min-width: 0; display: block; }
    .scope-choice .choice-name, .scope-choice .choice-desc { display: block; }
    .scope-choice .choice-name { padding-right: 8px; line-height: 1.4; }
    .scope-choice .choice-desc { margin: 6px 0 0; line-height: 1.55; }
    .scope-choice .choice-check { margin-top: 2px; }
    .scope-choice .choice-price { margin-top: 12px; font-size: 22px; }

    .module-list { border-top: 1px solid var(--border); }
    .module-group-label {
      margin: 0;
      padding: 22px 0 8px;
      border-bottom: 1px solid var(--border);
      color: var(--gray);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .module-row {
      position: relative;
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr) auto;
      gap: 16px;
      align-items: start;
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
      cursor: pointer;
    }
    .module-row input { position: absolute; opacity: 0; pointer-events: none; }
    .check-box {
      width: 24px;
      height: 24px;
      margin-top: 2px;
      display: grid;
      place-items: center;
      border: 2px solid var(--gray);
      border-radius: 7px;
      background: var(--white);
      color: var(--navy);
      font-size: 15px;
      font-weight: 800;
    }
    .module-row input:checked ~ .check-box { border-color: var(--green); background: var(--green); }
    .module-row input:checked ~ .check-box::after { content: "\2713"; }
    .module-row input:focus-visible ~ .check-box { outline: 3px solid rgba(84, 194, 107, .55); outline-offset: 3px; }
    .module-title { display: block; margin-bottom: 4px; font-weight: 700; }
    .module-desc { display: block; max-width: 620px; color: var(--gray); font-size: 14px; }
    .module-price { padding-left: 16px; display: grid; justify-items: end; white-space: nowrap; font-weight: 800; line-height: 1.35; }
    .module-price small { max-width: 240px; color: var(--gray); font-size: 11px; font-weight: 600; white-space: normal; text-align: right; }
    .module-row[hidden] { display: none; }
    .module-row.is-hidden-by-scope { display: none; }
    .config-placeholder { margin: 0; padding: 20px; border: 1px dashed var(--border); border-radius: var(--radius-md); background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .76); font-size: 13px; }

    .summary {
      position: sticky;
      top: calc(var(--header-h) + 16px);
      scroll-margin-top: calc(var(--header-h) + 16px);
      padding: 30px;
      border-radius: var(--radius-lg);
      background: var(--navy);
      color: var(--white);
      box-shadow: var(--shadow);
    }
    .summary .eyebrow { color: var(--white); }
    .summary h3 { margin-bottom: 20px; font-size: 26px; line-height: 1.2; }
    .summary-lines { margin: 0; padding: 0; list-style: none; }
    .summary-lines li { display: flex; justify-content: space-between; align-items: start; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: 13px; }
    .summary-lines li > span:first-child { color: rgba(255, 255, 255, .74); }
    .summary-lines strong { display: grid; justify-items: end; flex: 0 0 auto; line-height: 1.35; }
    .summary-lines strong small { color: rgba(255, 255, 255, .58); font-size: 10px; font-weight: 600; }
    .summary-total-label { margin: 0 0 4px; color: rgba(255, 255, 255, .7); font-size: 13px; font-weight: 600; }
    .summary-total { margin: 0; font-size: 40px; line-height: 1.15; font-weight: 800; letter-spacing: -.035em; }
    .summary-gross { margin: 6px 0 24px; color: rgba(255, 255, 255, .68); font-size: 13px; }
    .summary-individual-note { margin: -10px 0 20px; padding-left: 12px; border-left: 2px solid var(--green); color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.5; }
    .summary-recommendation { display: none; margin: 0 0 20px; padding: 16px; border: 1px solid rgba(84, 194, 107, .52); border-radius: var(--radius-sm); background: rgba(84, 194, 107, .12); font-size: 13px; line-height: 1.55; }
    .summary-recommendation.is-visible { display: block; }
    .summary-recommendation strong { display: block; margin-bottom: 4px; color: var(--green); font-size: 15px; }
    .summary-keypoints { margin: 0 0 18px; padding: 0; display: grid; gap: 8px; list-style: none; }
    .summary-keypoints li { position: relative; padding-left: 18px; color: rgba(255, 255, 255, .82); font-size: 12px; line-height: 1.5; }
    .summary-keypoints li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 2px; background: var(--green); }
    .summary-meta { margin: 0 0 20px; display: grid; gap: 8px; }
    .summary-meta div { display: flex; justify-content: space-between; gap: 16px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 12px; }
    .summary-meta span { color: rgba(255, 255, 255, .64); }
    .summary-meta strong { text-align: right; }
    .summary-status { margin: 0 0 16px; padding: 12px 14px; display: grid; gap: 3px; border-radius: 9px; background: rgba(255, 255, 255, .08); font-size: 12px; line-height: 1.45; }
    .summary-status strong { color: var(--green); font-size: 13px; }
    .summary-status.is-verification { border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .11); }
    .summary-verification, .summary-context { margin: 0 0 18px; padding: 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 9px; }
    .summary-verification h4, .summary-context h4 { margin: 0 0 9px; color: var(--white); font-size: 12px; }
    .summary-verification ul, .summary-context ul { margin: 0; padding-left: 18px; display: grid; gap: 5px; color: rgba(255, 255, 255, .72); font-size: 11px; line-height: 1.45; }
    .summary-context { background: rgba(255, 255, 255, .05); }
    .summary-details { margin: 0 0 20px; border-color: rgba(255, 255, 255, .16); }
    .summary-details:last-child { border-bottom-color: rgba(255, 255, 255, .16); }
    .summary-details summary { position: relative; padding: 14px 38px 14px 0; color: rgba(255, 255, 255, .82); font-size: 12px; cursor: pointer; list-style: none; }
    .summary-details summary::-webkit-details-marker { display: none; }
    .summary-details summary::after { content: "+"; position: absolute; right: 0; top: 8px; color: var(--green); font-size: 1.25rem; }
    .summary-details[open] summary::after { content: "−"; }
    .summary-actions { display: grid; gap: 10px; }
    .summary .btn--secondary { border-color: rgba(255, 255, 255, .25); background: transparent; color: var(--white); }
    .summary .btn--secondary:hover { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .07); }
    .summary-note { margin: 20px 0 0; color: rgba(255, 255, 255, .68); font-size: 12px; line-height: 1.55; }

    .program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .program-grid-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .program-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      padding: 30px;
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: 0 10px 28px rgba(15, 37, 51, 0.04);
    }
    .program-card-featured {
      border-color: color-mix(in srgb, var(--green) 70%, var(--border-default));
      background: linear-gradient(180deg, color-mix(in srgb, var(--mint) 40%, var(--white)) 0%, var(--white) 100%);
      box-shadow: 0 18px 42px rgba(15, 37, 51, 0.08);
    }
    .program-card h3 { margin-bottom: 6px; }
    .program-card-copy { min-height: 0; margin-bottom: 18px; color: var(--gray); font-size: 14px; line-height: 1.6; }
    .program-meta { min-height: 0; margin: 0 0 22px; color: var(--gray); font-size: 12px; font-weight: 600; line-height: 1.55; }
    .program-standard { margin: auto 0 2px; color: var(--gray); font-size: 12px; }
    .program-standard s { font-weight: 700; }
    .program-net { margin: 0; color: var(--navy); font-size: 27px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
    .program-gross { margin: 5px 0 0; color: var(--gray); font-size: 12px; }
    .program-badge { align-self: flex-start; margin-bottom: 16px; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: var(--navy); font-size: 11px; font-weight: 800; }
    .program-note { max-width: 58rem; margin: 24px 0 0; padding-left: 16px; border-left: 3px solid var(--green); color: var(--gray); font-size: 13px; line-height: 1.6; }
    .program-points { margin: 0 0 22px; padding: 0; display: grid; gap: 8px; list-style: none; color: var(--gray); font-size: 13px; }
    .program-points li { position: relative; padding-left: 17px; }
    .program-points li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 2px; background: var(--green); }
    .program-card .btn { width: 100%; margin-top: 20px; }

    .comparison-shell { margin-top: 28px; }
    .comparison-details { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
    .comparison-details:last-child { border-bottom: 1px solid var(--border); }
    .comparison-details > summary { position: relative; padding: 20px 58px 20px 22px; font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
    .comparison-details > summary::-webkit-details-marker { display: none; }
    .comparison-details > summary::after { content: "+"; position: absolute; right: 22px; top: 13px; color: var(--brand-green); font-size: 1.5rem; font-weight: 500; }
    .comparison-details[open] > summary::after { content: "−"; }
    .comparison-details-content { padding: 4px 22px 22px; }
    .base-details { margin: -14px 0 42px; }
    .comparison-heading { max-width: 760px; margin-bottom: 24px; }
    .comparison-heading h3 { margin-bottom: 8px; font-size: 28px; }
    .comparison-heading p { margin: 0; color: var(--gray); }
    .comparison-wrap { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
    .comparison-table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.45; }
    .comparison-table th, .comparison-table td { padding: 16px 14px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
    .comparison-table th { background: var(--navy); color: var(--white); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
    .comparison-table th:first-child, .comparison-table td:first-child { padding-left: 20px; font-weight: 800; }
    .comparison-table th:last-child, .comparison-table td:last-child { padding-right: 20px; }
    .comparison-table tr:last-child td { border-bottom: 0; }
    .comparison-table tbody tr:nth-child(even) { background: rgba(244, 246, 247, .65); }
    .comparison-table tbody tr.is-recommended { background: var(--mint); }
    .comparison-price { white-space: nowrap; font-weight: 800; }
    .comparison-price small { display: block; margin-top: 3px; color: var(--gray); font-weight: 600; }
    .proof-policy { margin-top: 18px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; border-radius: var(--radius-md); background: var(--navy); color: var(--white); }
    .proof-policy-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--green); color: var(--navy); font-weight: 800; }
    .proof-policy strong { display: block; margin-bottom: 3px; }
    .proof-policy p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; }

    .segment-grid, .fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .fit-grid { margin-top: 20px; }
    .segment-card, .fit-card { padding: 32px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 28px rgba(15, 37, 51, 0.04); }
    .segment-card h3, .fit-card h3 { font-size: 25px; }
    .segment-card > p, .fit-card > p { color: var(--gray); }
    .plain-list { margin: 20px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
    .plain-list li { position: relative; padding-left: 22px; }
    .plain-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 9px; height: 9px; border-radius: 3px; background: var(--green); }
    .fit-card-negative { background: var(--soft); }
    .fit-card-negative .plain-list li::before { border: 2px solid var(--gray); background: transparent; }
    .segment-cta { display: inline-block; margin-top: 22px; font-weight: 800; text-decoration-color: var(--green); text-decoration-thickness: 2px; text-underline-offset: 5px; }

    .process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
    .process-card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 28px rgba(15, 37, 51, 0.04); }
    .process-number { display: block; margin-bottom: 16px; color: var(--green); font-size: 25px; font-weight: 800; line-height: 1; }
    .process-card h3 { font-size: 18px; }
    .process-card p { margin: 0; color: var(--gray); font-size: 13px; }
    .process-note { margin: 24px 0 0; color: var(--gray); font-size: 13px; }
    .process-note + .comparison-heading { margin-top: 52px; }
    .after-flow { margin-top: 52px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--border); }
    .after-step { position: relative; padding: 22px; background: var(--white); }
    .after-step strong { display: block; margin-bottom: 5px; }
    .after-step span { color: var(--gray); font-size: 12px; }
    .after-step:not(:last-child)::after { content: "→"; position: absolute; right: -11px; top: 50%; z-index: 2; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--navy); font-weight: 800; transform: translateY(-50%); }

    /* Audit section styles live in .offer-audit above. */

    .base-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
    .base-list { margin: 0; padding: 0; list-style: none; }
    .base-list li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid var(--border); }
    .base-list li::before { content: ""; position: absolute; left: 0; top: 21px; width: 10px; height: 10px; border-radius: 3px; background: var(--green); }
    .not-included { padding: 32px; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); }
    .not-included h3 { font-size: 26px; }
    .not-included p { margin-bottom: 0; color: rgba(255, 255, 255, .72); }

    .template-offer {
      margin-top: 48px;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
      gap: 40px;
      padding: 36px;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .template-offer-copy p:last-child { margin-bottom: 0; }
    .template-offer-note { color: var(--gray); font-size: 13px; }
    .template-price-list { display: grid; gap: 12px; }
    .template-price-card { padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--soft); }
    .template-price-name { display: block; margin-bottom: 6px; font-weight: 800; }
    .template-price-standard { display: block; color: var(--gray); font-size: 11px; }
    .template-price-net { display: block; margin-top: 2px; font-size: 23px; font-weight: 800; line-height: 1.25; }
    .template-price-gross { display: block; color: var(--gray); font-size: 11px; }

    @media (max-width: 980px) {
      .config-layout { grid-template-columns: 1fr; }
      .summary { position: static; }
      .base-grid { gap: 32px; }
      .program-grid,
      .program-grid-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .process-grid,
      .after-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .after-step:nth-child(2)::after { display: none; }
    }

    @media (max-width: 680px) {
      .offer-page .section-heading { margin-bottom: 40px; }
      .offer-hero__actions { display: grid; }
      .package-grid, .base-grid, .program-grid, .program-grid-products, .segment-grid, .fit-grid, .process-grid, .audit-grid, .after-flow, .trust-grid, .offer-difference { grid-template-columns: 1fr; }
      .mode-switch, .wizard-head, .guided-option-grid, .field-grid { grid-template-columns: 1fr; }
      .wizard-step { min-height: 0; }
      .field-wide { grid-column: auto; }
      .module-card { grid-template-columns: 28px minmax(0, 1fr); }
      .module-card .module-price { grid-column: 2; padding-left: 0; justify-items: start; }
      .wizard-actions {
        display: none !important;
      }
      .wizard-reset-row {
        margin: 10px 0 calc(var(--offer-floatbar-h, 128px) + 16px);
        text-align: center;
      }
      .offer-difference { gap: 16px; }
      .offer-difference article,
      .offer-difference__col--muted,
      .offer-difference__col--accent { padding: 24px; }
      .template-offer { grid-template-columns: 1fr; gap: 28px; padding: 26px; }
      .program-card-copy { min-height: 0; }
      .program-meta { min-height: 0; }
      .choice-surface { padding: 20px; }
      .scope-choice .choice-surface { padding: 18px; }
      .scope-choice .choice-name { font-size: 17px; }
      .scope-choice .choice-desc { font-size: 14px; line-height: 1.6; }
      .step { padding-bottom: 36px; margin-bottom: 36px; }
      .section-heading { margin-bottom: 36px; }
      .module-row { grid-template-columns: 28px minmax(0, 1fr); }
      .module-price { grid-column: 2; padding-left: 0; justify-items: start; }
      .module-price small { text-align: left; }
      .summary { padding: 24px; }
      .summary-total { font-size: 35px; }
      
      
      .comparison-wrap { overflow: visible; border: 0; background: transparent; }
      .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td { display: block; width: 100%; }
      .comparison-table thead { display: none; }
      .comparison-table tbody { display: grid; gap: 14px; }
      .comparison-table tr, .comparison-table tbody tr:nth-child(even), .comparison-table tbody tr.is-recommended { padding: 12px 18px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
      .comparison-table tbody tr.is-recommended { border-color: var(--green); box-shadow: 0 0 0 3px rgba(84, 194, 107, .12); }
      .comparison-table td, .comparison-table th:first-child, .comparison-table td:first-child, .comparison-table th:last-child, .comparison-table td:last-child { padding: 10px 0; display: grid; grid-template-columns: minmax(108px, 38%) 1fr; gap: 14px; border-bottom: 1px solid var(--border); font-weight: 400; }
      .comparison-table td:last-child { border-bottom: 0; }
      .comparison-table td::before { content: attr(data-label); color: var(--gray); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
      .comparison-table td:first-child { font-weight: 800; }
      .proof-policy { grid-template-columns: 1fr; }
      .after-step:not(:last-child)::after { display: none; }
    }

    @media (max-width: 390px) {
      .offer-floatbar .mobile-pricebar-total { font-size: 1.28rem; }
      .offer-floatbar .mobile-pricebar-btn {
        min-height: 42px;
        padding-inline: 10px;
        font-size: 13px;
      }
      .offer-floatbar .mobile-pricebar-btn--next {
        min-height: 46px;
        font-size: 14px;
      }
      .offer-phone-fab__call-number { font-size: 1.05rem; }
      .offer-phone-fab__panel { max-width: calc(100vw - 28px); }
    }

    body.is-offer-config-page .footer-offer-cta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 16px 24px;
      margin: 0 0 36px;
      padding: 20px 24px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-medium, 16px);
      background: rgba(255, 255, 255, .04);
    }
    body.is-offer-config-page .footer-offer-cta__title {
      margin: 0;
      color: var(--white);
      font-size: 1.05rem;
      font-weight: 750;
    }
    body.is-offer-config-page .footer-contact-plain {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 8px 0;
      color: rgba(255, 255, 255, .9);
      font-size: 0.9375rem;
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }

    @media print {
      .offer-hero__actions, .config-mode, .mode-switch, .summary-actions, .final-cta, .mobile-pricebar, .site-header, .site-footer { display: none !important; }
      main > section:not(#konfigurator), #konfigurator .section-heading, #offer-form { display: none !important; }
      body { padding-bottom: 0; }
      #konfigurator { padding: 0; }
      #konfigurator .container { width: 100%; max-width: none; }
      .config-layout { display: block; }
      .step { display: none; }
      .summary { position: static; background: var(--white); color: var(--navy); border: 1px solid var(--border); box-shadow: none; }
      .summary::before { content: "MaTo Efekt \00b7 orientacyjna kalkulacja"; display: block; margin-bottom: 18px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
      .summary .eyebrow, .summary-total-label, .summary-gross, .summary-note, .summary-individual-note, .summary-lines li > span:first-child { color: var(--gray); }
      .summary-lines li { border-color: var(--border); }
      .base-grid { grid-template-columns: 1fr 1fr; }
      .not-included { background: var(--soft); color: var(--navy); }
      .not-included p { color: var(--gray); }
    }

body.is-offer-config-page {
  --navy: var(--brand-navy);
  --green: var(--brand-green);
  --white: var(--neutral-white);
  --soft: var(--surface-soft);
  --mint: var(--surface-success-soft);
  --gray: var(--neutral-600);
  --border: var(--border-default);
  --shadow: var(--shadow-soft);
  --radius-sm: var(--radius-small);
  --radius-md: var(--radius-medium);
  --radius-lg: var(--radius-large);
}
[hidden] { display: none !important; }

.offer-config-section {
  position: relative;
  background: var(--background-secondary);
}
.offer-config-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.88fr);
  gap: 40px;
  align-items: start;
}
.offer-config-main { min-width: 0; }
.offer-config-main .section-heading {
  margin-bottom: 28px;
}
.offer-config-main .section-heading p:not(.eyebrow) {
  max-width: 40rem;
  font-size: 1.0625rem;
}
#offer-form { min-width: 0; }
.offer-step[hidden] { display: none !important; }
.offer-step { position: relative; min-height: 0; }
.offer-step > h3 { margin: 0 0 10px; font-size: clamp(25px, 3vw, 32px); line-height: 1.18; }
.offer-step .step-intro { margin: 0 0 24px; color: var(--gray); }
.offer-step[data-offer-step="scope"] > .step-label,
.offer-step[data-offer-step="scope"] > h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.offer-step[data-offer-step="scope"] > .step-intro { display: none; }

.offer-config-layout .wizard-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px);
  gap: 8px 20px;
  align-items: center;
  margin: 0 0 22px;
}
.offer-config-layout .wizard-head .step-label {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offer-config-layout .wizard-head .step-label::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.offer-config-layout .wizard-hint {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.45;
}
.offer-config-layout .wizard-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--border);
}
.offer-config-layout .wizard-progress span {
  width: 16.666%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--green);
  transition: width .2s ease;
}

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.offer-service { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.offer-service:hover { border: 0; box-shadow: none; }
.offer-service .choice-surface {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 14px;
  align-items: start;
  height: 100%;
  min-height: 0;
  padding: 20px 48px 20px 18px;
  border-radius: var(--radius-medium);
}
.offer-service .icon-tile {
  flex-shrink: 0;
}
.choice.offer-service input:checked + .choice-surface .icon-tile {
  background: var(--neutral-white);
}
.offer-service .service-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.offer-service .choice-name {
  font-size: 1.0625rem;
  line-height: 1.25;
}
.offer-service .choice-check {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid var(--border);
  background: var(--white);
}
.choice.offer-service input:checked + .choice-surface .choice-check {
  border-color: var(--green);
  background: var(--green);
  box-shadow: none;
}
.choice.offer-service input:checked + .choice-surface .choice-check::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.service-benefit { display: block; margin-top: 0; color: var(--green); font-size: 13px; font-weight: 800; line-height: 1.35; }
.offer-service .choice-desc { margin: 0; font-size: 13px; line-height: 1.5; }
.offer-service .choice-price {
  margin-top: 8px;
  font-size: 1.125rem;
}
.offer-service--audit { grid-column: 1 / -1; }
.offer-service--audit .choice-surface {
  background: var(--white);
  border: 1px solid var(--border);
  color: inherit;
  box-shadow: none;
}
.offer-service--audit .choice-name,
.offer-service--audit .choice-price { color: var(--navy); }
.offer-service--audit .choice-desc { color: var(--gray); }
.choice.offer-service--audit:hover .choice-surface { border-color: var(--navy); }
.choice.offer-service--audit input:checked + .choice-surface {
  background: var(--mint);
  border-color: var(--green);
  color: inherit;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-green) 28%, transparent);
}
.choice.offer-service--audit input:checked + .choice-surface .choice-name,
.choice.offer-service--audit input:checked + .choice-surface .choice-price { color: var(--navy); }
.choice.offer-service--audit input:checked + .choice-surface .choice-desc { color: var(--gray); }
.choice.offer-service--audit input:checked + .choice-surface .service-benefit { color: var(--green); }
.service-grid.is-audit-selected .offer-service:not(.offer-service--audit) { opacity: 0.42; }
.service-grid.is-audit-selected .offer-service:not(.offer-service--audit):hover { opacity: 0.82; }
.service-grid.is-audit-selected .offer-service:not(.offer-service--audit) .choice-surface { cursor: pointer; }

.offer-config-main .scope-list {
  gap: 14px;
}

.form-block { margin-top: 32px; }
.form-block:first-of-type { margin-top: 24px; }
.form-block h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.form-block h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.offer-pick { min-height: 0; }
.offer-pick .choice-surface {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  height: 100%;
  min-height: 0;
  padding: 22px 48px 20px 18px;
  border-radius: var(--radius-medium);
}
.offer-pick:hover .choice-surface {
  border-color: rgba(15, 37, 51, 0.2);
  box-shadow: var(--shadow);
}
.offer-pick .icon-tile {
  flex-shrink: 0;
}
.choice.offer-pick input:checked + .choice-surface .icon-tile {
  background: var(--neutral-white);
}
.offer-pick .service-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.offer-pick .choice-name {
  font-size: 1.0625rem;
  line-height: 1.25;
}
.offer-pick .choice-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.moderation-packages .choice-includes {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.moderation-packages .choice-includes li {
  position: relative;
  padding-left: 14px;
  color: var(--gray);
  font-size: 12px;
  line-height: 1.45;
}
.moderation-packages .choice-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--green);
}
.moderation-why {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--mint);
}
.moderation-why__title {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.moderation-why__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.moderation-why__list li {
  color: var(--gray);
  font-size: 13px;
  line-height: 1.5;
}
.moderation-why__list strong {
  color: var(--navy);
  font-weight: 750;
}
.offer-pick .choice-price {
  margin-top: 10px;
  font-size: 1.25rem;
}
.offer-pick .choice-price small {
  display: block;
  color: var(--gray);
  font-size: 12px;
  font-weight: 650;
}
.offer-pick .choice-price > .is-muted {
  color: var(--navy);
  font-weight: 800;
}
.offer-pick .choice-check {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--white);
}
.choice.offer-pick input:checked + .choice-surface .choice-check {
  border: 6px solid var(--green);
  background: var(--white);
  box-shadow: none;
}

.offer-pick--method .choice-surface {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: auto;
  padding: 18px 52px 18px 18px;
}
.offer-pick--method .choice-price {
  margin: 0;
  justify-self: end;
  text-align: right;
  font-size: 1.25rem;
}
.offer-pick--method .choice-price > span:first-child {
  white-space: nowrap;
}
.offer-pick--method .choice-check {
  top: 50%;
  transform: translateY(-50%);
}

.compact-modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.compact-modules .module-card { display: block; position: relative; min-height: 148px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.compact-modules .module-card > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.compact-modules .module-card > span { display: flex; height: 100%; min-height: 148px; padding: 16px 44px 14px 18px; flex-direction: column; justify-content: flex-start; gap: 6px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; box-shadow: 0 8px 22px rgba(15, 37, 51, .03); }
.compact-modules .module-card > span::after { content: ""; position: absolute; top: 17px; right: 16px; width: 20px; height: 20px; border: 2px solid var(--border); border-radius: 6px; }
.compact-modules .module-card input[type="radio"] + span::after { border-radius: 50%; }
.compact-modules .module-card input:checked + span { border-color: var(--green); background: var(--mint); box-shadow: 0 0 0 3px rgba(84, 194, 107, .13); }
.compact-modules .module-card input:checked + span::after { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px var(--white); }
.compact-modules .module-card.is-included > span { cursor: default; }
.compact-modules .module-card.is-included input:disabled + span { opacity: 1; }
.compact-modules .module-card input:focus-visible + span { outline: 3px solid rgba(84, 194, 107, .3); outline-offset: 2px; }
.module-price {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -.02em;
  line-height: 1.3;
}
.module-price.is-muted { font-weight: 650; color: var(--gray); }
.compact-modules .icon-tile {
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
}
.compact-modules .icon-tile svg {
  width: 24px;
  height: 24px;
}
.compact-modules .module-card input:checked + span .icon-tile {
  background: var(--neutral-white);
}
.compact-modules strong { color: var(--navy); font-size: 15px; line-height: 1.4; }
.compact-modules small { margin: 0; color: var(--gray); font-size: 12px; line-height: 1.45; }

.field-label { display: block; margin: 22px 0 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
.field-price-hint { margin: 8px 0 0; color: var(--navy); font-size: 13px; font-weight: 750; }
.field-help {
  margin: 8px 0 0;
  color: var(--gray);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
.field-help strong {
  color: var(--navy);
  font-weight: 750;
}
#offer-form input:not([type="radio"]):not([type="checkbox"]), #offer-form select, #offer-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--white); color: var(--navy); font: inherit; }
#offer-form textarea { resize: vertical; }
#offer-form input:focus-visible, #offer-form select:focus-visible, #offer-form textarea:focus-visible { outline: 3px solid rgba(84, 194, 107, .24); border-color: var(--green); }
.two-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.inline-check, .contact-consent { display: flex; margin-top: 20px; gap: 10px; align-items: flex-start; color: var(--navy); font-size: 14px; line-height: 1.5; }
.inline-check input, .contact-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 1px; accent-color: var(--green); }

/* Contact step — same field validation UX as homepage contact form */
.offer-contact-grid {
  display: grid;
  gap: 16px;
  align-items: start;
  margin-top: 8px;
}
@media (min-width: 640px) {
  .offer-contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
  }
  .offer-contact-grid .field--full {
    grid-column: 1 / -1;
  }
}
.offer-step[data-offer-step="contact"] .field {
  display: grid;
  gap: 8px;
  align-content: start;
}
.offer-step[data-offer-step="contact"] .field label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary, var(--navy));
}
.offer-step[data-offer-step="contact"] .field__req {
  color: var(--brand-green, var(--green));
  font-weight: 700;
}
.offer-step[data-offer-step="contact"] .field__optional {
  font-weight: 400;
  color: var(--text-secondary, var(--gray));
}
.offer-step[data-offer-step="contact"] .field.is-invalid input,
.offer-step[data-offer-step="contact"] .field.is-invalid textarea {
  border-color: #c44b4b;
  box-shadow: 0 0 0 1px color-mix(in srgb, #c44b4b 35%, transparent);
}
.offer-step[data-offer-step="contact"] .field__error {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 600;
  color: #b42318;
}
.offer-contact-consents {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.offer-contact-consents .check-field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--text-secondary, var(--gray));
}
.offer-contact-consents .check-field input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex-shrink: 0;
  border: 1.5px solid var(--border-default, var(--border));
  border-radius: 6px;
  background: var(--neutral-white, var(--white));
  cursor: pointer;
}
.offer-contact-consents .check-field input[type="checkbox"]:checked {
  border-color: var(--brand-green, var(--green));
  background-color: var(--brand-green, var(--green));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.4 11l6.1-6.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.offer-contact-consents .check-field.is-invalid input[type="checkbox"] {
  border-color: #c44b4b;
}
.offer-contact-consents .check-field .field__error {
  flex: 1 0 100%;
  padding-left: 32px;
}
.offer-contact-consents .check-field__text a {
  color: var(--brand-green, var(--green));
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#offer-validation.form-note {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
#offer-validation.form-note.is-error {
  color: #b42318;
}
#offer-validation.form-note .form-note__icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#offer-validation.form-note.is-error .form-note__icon {
  color: #b42318;
}
#offer-validation.form-note .form-note__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.dependency-note { margin: 26px 0 0; padding: 14px 16px; border-left: 3px solid var(--green); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--mint); color: var(--gray); font-size: 13px; line-height: 1.55; }
.dependency-note strong { color: var(--navy); }

.summary-totals { display: grid; gap: 12px; margin: 10px 0 20px; }
.offer-summary { max-height: calc(100vh - 124px); overflow-y: auto; scrollbar-gutter: stable; }
.offer-summary .eyebrow {
  color: var(--white);
  margin-bottom: 14px;
}
.offer-summary .summary-status { display: none; }
.offer-summary h3 {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0;
}
.offer-summary:has(.summary-combo:not([hidden])) h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.offer-summary .summary-combo {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.4em;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.45;
}
.offer-summary .summary-combo[hidden] { display: none !important; }
.offer-summary .summary-combo__sep {
  color: var(--brand-green, var(--green));
  font-weight: 800;
}
.offer-summary .summary-keypoints { display: none; }
.offer-summary .summary-details summary {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.offer-summary .summary-details summary::after { display: none; }
.summary-totals > div { padding: 14px 15px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-sm); }
.summary-totals span { display: block; color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.summary-totals strong { display: block; margin-top: 3px; color: var(--white); font-size: 26px; line-height: 1.15; }
.summary-totals small { display: block; margin-top: 3px; color: rgba(255, 255, 255, .62); font-size: 11px; }
.offer-summary .summary-lines li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.offer-summary .summary-lines li.summary-line-group { display: block; padding-top: 14px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.offer-summary .summary-lines em { color: rgba(255, 255, 255, .72); font-size: 12px; font-style: normal; white-space: nowrap; }
.offer-summary .summary-verification > strong, .offer-summary .summary-context > strong { display: block; margin-bottom: 9px; color: var(--white); font-size: 12px; }
.offer-summary .summary-actions { display: grid; gap: 10px; }
.offer-summary .is-disabled { pointer-events: none; opacity: .48; }
.offer-finish { display: grid; gap: 10px; }
.offer-finish[hidden] { display: none !important; }
.offer-finish .is-disabled { pointer-events: none; opacity: .48; }
.offer-finish-hint { margin: 0; color: var(--gray); font-size: 13px; line-height: 1.45; }
.offer-floatbar-pin {
  --offer-floatbar-gap: 12px;
  --offer-floatbar-h: 64px;
  --offer-phone-fab-size: 56px;
  --offer-phone-fab-gap: 12px;
  --offer-wizard-clearance: 72px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: var(--offer-floatbar-gap);
  z-index: 90;
  pointer-events: none;
}
.offer-floatbar {
  position: sticky;
  top: calc(100vh - var(--offer-floatbar-gap) - var(--offer-floatbar-h));
  top: calc(100svh - var(--offer-floatbar-gap) - var(--offer-floatbar-h));
  z-index: 90;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}
.offer-floatbar.is-visible { display: flex; }
.offer-floatbar .mobile-pricebar-main { display: none; }
.offer-phone-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 8px 8px 16px;
  border-radius: 999px;
  background: var(--brand-navy);
  color: var(--neutral-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(15, 37, 51, 0.32);
  cursor: default;
}
.offer-phone-bar__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--surface-success-soft);
  color: var(--brand-green);
}
.offer-phone-bar__icon svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}
.offer-phone-bar__label {
  min-width: 0;
  color: var(--neutral-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.offer-phone-bar__action {
  flex: 0 0 auto;
  display: inline-grid;
  justify-items: center;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--brand-green);
  color: var(--brand-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.offer-phone-bar .contact-phone-link {
  gap: 0;
}
.offer-phone-bar .contact-phone-link__reveal,
.offer-phone-bar .contact-phone-link__value {
  grid-area: 1 / 1;
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1;
  white-space: nowrap;
  visibility: hidden;
}
.offer-phone-bar .contact-phone-link__reveal {
  visibility: visible;
}
.offer-phone-bar.is-phone-revealed .contact-phone-link__reveal {
  visibility: hidden;
}
.offer-phone-bar.is-phone-revealed .contact-phone-link__value {
  visibility: visible;
}
.offer-phone-bar__action:hover {
  background: color-mix(in srgb, var(--brand-green) 82%, var(--neutral-white));
}
.offer-phone-bar__number {
  display: block;
  padding: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}
body.mobile-pricebar-visible { padding-bottom: 0; }
.contact-consent a {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 2px;
}
.offer-step .step-intro a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wizard-actions.is-finish { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.wizard-actions.is-finish #offer-next { display: none; }
.wizard-actions.is-finish .offer-finish { grid-column: 1 / -1; }
.summary-help { margin: 16px 0 0; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 9px; color: rgba(255, 255, 255, .78); font-size: 12px; line-height: 1.5; }
.summary-help a { color: var(--green); font-weight: 800; text-decoration: none; }
.summary-help a:hover { text-decoration: underline; }

.mobile-summary-sheet { display: none; }

@media (max-width: 1000px) {
  .offer-config-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; }
}

@media (max-width: 980px) {
  .offer-phone-bar {
    width: auto;
  }
}

.offer-phone-fab {
  display: none;
}

@media (max-width: 900px) {
  .offer-config-layout { grid-template-columns: 1fr; }
  .offer-summary { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .offer-service--audit { grid-column: auto; }
  .offer-step { min-height: 0; }
  .offer-floatbar-pin {
    --offer-floatbar-gap: 10px;
    --offer-floatbar-h: 128px;
    --offer-wizard-clearance: 0px;
    bottom: 0;
  }
  .offer-floatbar,
  .offer-floatbar.is-visible {
    position: sticky;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0 max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--navy);
    box-shadow: none;
  }
  .offer-floatbar .offer-phone-bar {
    display: none;
  }
  .offer-phone-fab {
    position: absolute;
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(100% + var(--offer-phone-fab-gap, 12px));
    top: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: max-content;
    max-width: min(100% - 28px, 22rem);
    margin: 0;
    pointer-events: none;
  }
  .offer-floatbar .mobile-pricebar-main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 8px 12px;
    width: 100%;
    min-height: 116px;
    padding: 12px 14px;
    border: 0;
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 12px 36px rgba(15, 37, 51, .16);
  }
  .offer-floatbar .mobile-pricebar-left,
  .offer-floatbar .mobile-pricebar-right {
    display: grid;
    grid-template-rows: minmax(52px, 1fr) 48px;
    gap: 8px;
    align-content: stretch;
    min-width: 0;
    min-height: 0;
  }
  .offer-floatbar .mobile-pricebar-right {
    padding-left: 12px;
    border-left: 1px solid var(--border);
  }
  .offer-floatbar .mobile-pricebar-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 0;
  }
  .offer-floatbar .mobile-pricebar-label {
    display: block;
    color: var(--gray);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }
  .offer-floatbar .mobile-pricebar-total {
    display: block;
    margin-top: 2px;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    white-space: nowrap;
    color: var(--navy);
  }
  .offer-floatbar .mobile-pricebar-gross {
    display: block;
    margin-top: 2px;
    color: var(--gray);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  .offer-floatbar .mobile-pricebar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    box-sizing: border-box;
  }
  .offer-floatbar .mobile-pricebar-btn__icon {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }
  .offer-floatbar .mobile-pricebar-btn--back {
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
  }
  .offer-floatbar .mobile-pricebar-btn--back[hidden] {
    display: inline-flex !important;
    visibility: hidden;
    pointer-events: none;
  }
  .offer-floatbar .mobile-pricebar-btn--summary {
    align-self: stretch;
    height: auto;
    min-height: 52px;
    background: var(--navy);
    color: var(--white);
  }
  .offer-floatbar .mobile-pricebar-btn--summary:hover,
  .offer-floatbar .mobile-pricebar-btn--summary:focus-visible {
    background: color-mix(in srgb, var(--navy) 88%, var(--white));
  }
  .offer-floatbar .mobile-pricebar-btn--next {
    background: var(--green);
    color: var(--navy);
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(84, 194, 107, .35);
  }
  .offer-floatbar .mobile-pricebar-btn--next:hover,
  .offer-floatbar .mobile-pricebar-btn--next:focus-visible {
    background: color-mix(in srgb, var(--green) 82%, var(--navy));
  }
  .offer-floatbar .mobile-pricebar-btn--next[hidden] {
    display: none !important;
  }
  .offer-floatbar .mobile-pricebar-finish {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-self: stretch;
    min-height: 48px;
    height: 100%;
  }
  .offer-floatbar .mobile-pricebar-finish[hidden] {
    display: none !important;
  }
  .offer-floatbar .mobile-pricebar-finish .mobile-pricebar-btn--next {
    min-height: 48px;
    height: 100%;
    width: 100%;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(84, 194, 107, .35);
  }
  .offer-floatbar.is-finish .mobile-pricebar-btn--next[data-mirror="offer-next"] {
    display: none !important;
  }
  .offer-floatbar.is-finish .mobile-pricebar-left,
  .offer-floatbar.is-finish .mobile-pricebar-right {
    grid-template-rows: 1fr 1fr;
  }
  .offer-floatbar.is-finish .mobile-pricebar-btn--summary,
  .offer-floatbar.is-finish .mobile-pricebar-finish .mobile-pricebar-btn--next {
    align-self: stretch;
    height: 100%;
    min-height: 48px;
  }

  .wizard-actions {
    display: none !important;
  }
  .wizard-reset-row {
    margin-bottom: calc(var(--offer-floatbar-h, 128px) + 24px);
  }

  .offer-phone-fab__toggle,
  .offer-phone-fab__close,
  .offer-phone-fab__call {
    pointer-events: auto;
  }
  .offer-phone-fab__toggle {
    display: inline-grid;
    place-items: center;
    width: var(--offer-phone-fab-size);
    height: var(--offer-phone-fab-size);
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: var(--navy);
    box-shadow: 0 12px 28px rgba(15, 37, 51, .22);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .offer-phone-fab__toggle:hover,
  .offer-phone-fab__toggle:focus-visible {
    background: color-mix(in srgb, var(--green) 82%, var(--white));
  }
  .offer-phone-fab__icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  .offer-phone-fab__icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .offer-phone-fab__panel {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: var(--offer-phone-fab-size);
    padding: 6px 6px 6px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(15, 37, 51, .16);
  }
  .offer-phone-fab__panel[hidden] {
    display: none !important;
  }
  .offer-phone-fab.is-open .offer-phone-fab__toggle {
    display: none;
  }
  .offer-phone-fab__call {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    color: var(--navy);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .offer-phone-fab__call-number {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    white-space: nowrap;
  }
  .offer-phone-fab__close {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--soft);
    color: var(--navy);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .offer-phone-fab__close:hover,
  .offer-phone-fab__close:focus-visible {
    background: color-mix(in srgb, var(--soft) 70%, var(--border));
  }

  .mobile-summary-sheet { display: block; position: fixed; inset: 0; z-index: 100; }
  .mobile-summary-sheet[hidden] { display: none; }
  .mobile-summary-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15, 37, 51, .62); }
  .mobile-summary-panel { position: absolute; right: 0; bottom: 0; left: 0; max-height: 82vh; padding: 24px 20px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; border-radius: 22px 22px 0 0; background: var(--navy); color: var(--white); box-shadow: 0 -20px 60px rgba(15, 37, 51, .26); }
  .mobile-summary-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
  .mobile-summary-head h2 { margin: 0; color: var(--white); font-size: 22px; }
  .mobile-summary-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: var(--white); font-size: 24px; cursor: pointer; }
  .mobile-summary-sheet .summary-lines { margin-top: 18px; }
  .mobile-sheet-totals { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
  .mobile-sheet-totals div { padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
  .mobile-sheet-totals span { display: block; color: rgba(255,255,255,.64); font-size: 10px; text-transform: uppercase; }
  .mobile-sheet-totals strong { display: block; margin-top: 5px; font-size: 18px; }
  .mobile-sheet-actions { display: grid; gap: 9px; margin-top: 18px; }
  .mobile-sheet-actions .is-disabled { pointer-events: none; opacity: .48; }
  .mobile-sheet-help { margin: 16px 0 0; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.5; }
  .mobile-sheet-help a { color: var(--green); font-weight: 800; text-decoration: none; }
}

@media (max-width: 620px) {
  .compact-modules, .two-fields { grid-template-columns: 1fr; }
  .offer-service { min-height: auto; }
  .offer-service .choice-surface,
  .offer-pick .choice-surface,
  .compact-modules .module-card > span { min-height: 0; }
  .offer-pick--method .choice-surface {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .offer-pick--method .choice-price {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    margin-top: 2px;
  }
  .offer-pick--method .choice-check {
    top: 18px;
    transform: none;
  }
  .wizard-reset-row { margin: 12px 0 calc(var(--offer-floatbar-h, 128px) + 24px); text-align: center; }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  html,
  body.is-offer-config-page {
    background: #fff !important;
    color: #0f2533 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #wpadminbar,
  body.is-offer-config-page > *:not(#offer-print-sheet),
  .offer-page,
  .mobile-summary-sheet,
  .site-header,
  .site-footer {
    display: none !important;
  }

  #offer-print-sheet {
    display: block !important;
    color: #0f2533;
    background: #fff;
    font-family: var(--font, "Manrope", system-ui, sans-serif);
    font-weight: 400;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #offer-print-sheet[hidden] {
    display: block !important;
  }

  #offer-print-notes[hidden],
  #offer-print-monthly-wrap[hidden] {
    display: none !important;
  }
}

/* —— PDF / print sheet (screen: hidden) —— */
.offer-print {
  display: none;
  font-family: var(--font, "Manrope", system-ui, sans-serif);
  font-weight: 400;
  color: #0f2533;
  -webkit-font-smoothing: antialiased;
}

.offer-print__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid #54c26b;
}

.offer-print__logo {
  width: 168px;
  height: auto;
}

.offer-print__meta {
  text-align: right;
}

.offer-print__meta p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #4d5b64;
  font-weight: 600;
}

.offer-print__meta-label {
  color: #0f2533 !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px !important;
}

.offer-print__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #54c26b;
}

.offer-print__title {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: none;
}

.offer-print__lead {
  margin: 0 0 18px;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__recipient {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #54c26b;
  border-radius: 12px;
  background: #eaf6ee;
  break-inside: avoid;
}

.offer-print__recipient .offer-print__section-title {
  margin-bottom: 12px;
}

.offer-print__recipient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin: 0;
}

.offer-print__recipient-field {
  margin: 0;
  min-width: 0;
}

.offer-print__recipient-field--wide {
  grid-column: 1 / -1;
}

.offer-print__recipient-field dt {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4d5b64;
}

.offer-print__blank {
  margin: 0;
  min-height: 22px;
  padding: 2px 0 4px;
  border-bottom: 1px solid rgba(15, 37, 51, 0.22);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #0f2533;
}

.offer-print__blank--tall {
  min-height: 40px;
}

.offer-print__blank.is-empty {
  font-weight: 400;
}

.offer-print__intro {
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid #dce2e6;
  border-radius: 12px;
  background: #f7f9fa;
  break-inside: avoid;
}

.offer-print__intro-eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #54c26b;
}

.offer-print__intro-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 48ch;
}

.offer-print__proof {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  color: #4d5b64;
}

.offer-print__benefits-title {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f2533;
}

.offer-print__benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}

.offer-print__benefits-list li {
  position: relative;
  padding-left: 14px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__benefits-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54c26b;
}

.offer-print__body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 22px;
}

.offer-print__section-title {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f2533;
}

.offer-print__scope-lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-print__line-group {
  margin: 12px 0 6px;
  padding-top: 8px;
  border-top: 1px solid #dce2e6;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4d5b64;
}

.offer-print__line-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.offer-print__line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #eef1f3;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

.offer-print__line span {
  color: #4d5b64;
}

.offer-print__line strong {
  font-weight: 700;
  white-space: nowrap;
  color: #0f2533;
}

.offer-print__notes {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8e6;
  border: 1px solid #f0dfa8;
}

.offer-print__notes h3 {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.offer-print__notes ul {
  margin: 0;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__budget {
  padding: 16px;
  border-radius: 12px;
  background: #0f2533;
  color: #fff;
  break-inside: avoid;
}

.offer-print__budget .offer-print__section-title {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.offer-print__budget-block + .offer-print__budget-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.offer-print__budget-label {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.offer-print__budget-value {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.offer-print__budget-value--secondary {
  font-size: 22px;
}

.offer-print__budget-gross {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.offer-print__next {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.offer-print__next h3 {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  color: #54c26b;
}

.offer-print__next p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.offer-print__process {
  margin-bottom: 20px;
  break-inside: avoid;
}

.offer-print__process-note {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-print__process-track li {
  padding: 10px;
  border: 1px solid #dce2e6;
  border-radius: 10px;
  background: #fff;
}

.offer-print__process-num {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #54c26b;
}

.offer-print__process-track strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.offer-print__process-track span {
  display: block;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__foot {
  padding-top: 14px;
  border-top: 1px solid #dce2e6;
  break-inside: avoid;
}

.offer-print__disclaimer {
  margin: 0 0 12px;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__contact p {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: #4d5b64;
}

.offer-print__contact strong {
  font-weight: 700;
  color: #0f2533;
}

.offer-print__contact a {
  color: #0f2533;
  text-decoration: none;
  font-weight: 600;
}
