:root {
  --bg: #f5f0e7;
  --bgTaupe: #e6ded5;
  --bgElevated: #fbf7f1;
  --bgInset: #eee7db;
  --oliveStart: #3f4224;
  --oliveEnd: #5a5e33;
  --text: #242424;
  --textMuted: #5e5e5e;
  --textOnOlive: #f5efe6;
  --accent: #5a5e33;
  --accentHover: #484c28;
  --eyebrow: #c17a3a;
  --cta: #1b1b1b;
  --ctaHover: #111111;
  --ctaText: #f6f1ea;
  --pale: #e6ded5;
  --line: #d8d0c3;
  --fontDisplay: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --fontBody: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radiusMedia: 1.25rem;
  --radiusCard: 1.25rem;
  --radiusControl: 0.75rem;
  --radiusPill: 999px;
  --shadowCta: rgba(36, 36, 36, 0.15) 0 0.84px 0.84px -0.3125px,
    rgba(36, 36, 36, 0.15) 0 1.99px 1.99px -0.625px,
    rgba(36, 36, 36, 0.15) 0 3.63px 3.63px -0.9375px,
    rgba(36, 36, 36, 0.15) 0 6.04px 6.04px -1.25px,
    rgba(36, 36, 36, 0.15) 0 9.75px 9.75px -1.5625px,
    rgba(36, 36, 36, 0.15) 0 15.96px 15.96px -1.875px,
    rgba(36, 36, 36, 0.15) 0 27.48px 27.48px -2.1875px,
    rgba(36, 36, 36, 0.15) 0 50px 50px -2.5px;
  --shadowFan: 0 0.75rem 1.75rem color-mix(in srgb, var(--text) 22%, transparent);
  --wrap: 75rem;
  --wrapNarrow: 42rem;
  --gapSplit: 3rem;
  --space1: 0.25rem;
  --space2: 0.5rem;
  --space3: 0.75rem;
  --space4: 1rem;
  --space5: 1.5rem;
  --space6: 2.5rem;
  --space7: 4rem;
  --space8: 6.5rem;
  --pad: clamp(1.25rem, 4vw, 1.5rem);
  --headerHeight: 3.75rem;
  --heroPadBottom: 5rem;
  --heroPadBottomMobile: 3.5rem;
  --noteSize: 0.8125rem;
  --sourceWidth: 11.25rem;
  --exampleResultCard: 15rem;
  --exampleSourceCompact: 10.5rem;
  --exampleFrame: 0.35rem;
  --exampleFanOverlap: -2.75rem;
  --durationFast: 160ms;
  --duration: 240ms;
  --ease: ease;
  --faqIconCol: 1.25rem;
  --faqGap: 0.75rem;
  --typeHero: 4.75rem;
  --typeHeroLine: 5rem;
  --typeSection: 4.25rem;
  --typeSectionLine: 4.6875rem;
  --typeSplit: 3.25rem;
  --typeSplitLine: 3.875rem;
  --typeCard: 1.75rem;
  --typeCardLine: 2.125rem;
  --typeBody: 1.0625rem;
  --typeLead: 1.125rem;
  --typeLeadLine: 1.75rem;
  --typeFaqAnswer: 0.9375rem;
  --typeFaqAnswerLine: 1.5rem;
  --typeFaqQuestionMobile: 1.25rem;
  --typeFaqQuestionMobileLine: 1.625rem;
  --typePackName: 1.75rem;
  --typePackPrice: 3rem;
  --typeCaption: 0.75rem;
  --agentBg: #e1e5da;
  --shadowHeader: 0 3px 7px #24242420, 0 8px 16px #24242412;
  --badgeBg: #f3dfc9;
  --sectionRhythm: clamp(3.5rem, 6vw, 5rem);
  --bodyRhythm: 1.65;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-padding-top: var(--headerHeight);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--fontBody);
  font-weight: 400;
  font-size: var(--typeBody);
  line-height: 1.7;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color var(--durationFast) var(--ease);
}

a:hover {
  color: var(--accentHover);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

[id] {
  scroll-margin-top: var(--headerHeight);
}

.skip {
  position: absolute;
  left: var(--pad);
  top: -100%;
  z-index: 30;
  padding: var(--space2) var(--space3);
  background: var(--bgElevated);
  color: var(--text);
}

.skip:focus {
  top: 0.75rem;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(100% - 2 * var(--pad), var(--wrap));
  margin-inline: auto;
  min-width: 0;
}

.wrapNarrow {
  width: min(100% - 2 * var(--pad), var(--wrapNarrow));
  margin-inline: auto;
  min-width: 0;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--headerHeight);
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.headerInner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space4);
  align-items: center;
  min-height: var(--headerHeight);
}

.wordmark {
  color: var(--text);
  text-decoration: none;
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.wordmark:hover {
  color: var(--text);
}

.siteNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.siteNav a {
  color: var(--textMuted);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
}

.siteNav a:hover,
.siteNav a[aria-current="page"] {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.headerActions .headerLogin {
  min-height: 2.5rem;
  padding: 0.6rem 1rem;
  font-size: 0.8125rem;
  box-shadow: var(--shadowHeader);
}

.buttonText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space3);
  min-height: 3rem;
  padding: var(--space2) var(--space3);
  color: var(--text);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
}
.buttonText svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform var(--durationFast) var(--ease);
}
.buttonText:hover svg,
.buttonText:focus-visible svg { transform: translateX(4px); }

.headerActions {
  display: flex;
  align-items: center;
  gap: var(--space2);
  min-width: 0;
}

.languageSelect select {
  max-width: 7rem;
  min-height: 2.5rem;
  padding: 0.45rem 1.8rem 0.45rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radiusControl);
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: 0.75rem;
  cursor: pointer;
}

.menuButton {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: var(--radiusControl);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.menuIcon,
.menuIcon::before,
.menuIcon::after {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: currentColor;
  transition: transform var(--durationFast) var(--ease);
}

.menuIcon {
  position: relative;
}

.menuIcon::before,
.menuIcon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menuIcon::before {
  top: -5px;
}

.menuIcon::after {
  top: 5px;
}

.menuButton[aria-expanded="true"] .menuIcon {
  transform: rotate(45deg);
}

.menuButton[aria-expanded="true"] .menuIcon::before {
  transform: rotate(90deg);
  top: 0;
}

.menuButton[aria-expanded="true"] .menuIcon::after {
  opacity: 0;
}

.buttonCta,
.buttonPale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: var(--radiusControl);
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform var(--durationFast) var(--ease),
    background-color var(--durationFast) var(--ease),
    color var(--durationFast) var(--ease),
    box-shadow var(--durationFast) var(--ease),
    border-color var(--durationFast) var(--ease);
}

.buttonCta {
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  border: 0;
  background: var(--cta);
  color: var(--ctaText);
  box-shadow: var(--shadowCta);
  font-size: 0.9375rem;
}

.buttonCta:hover {
  color: var(--ctaText);
  background: var(--ctaHover);
}

.buttonCta:active {
  transform: translateY(1px);
  box-shadow: 0 1px 1px color-mix(in srgb, var(--text) 20%, transparent);
}

.buttonPale {
  min-height: 2.5rem;
  padding: 0.45rem 1rem;
  border: 1px solid var(--line);
  background: var(--pale);
  color: var(--text);
  font-size: 0.8125rem;
  white-space: nowrap;
}

.buttonPale:hover {
  color: var(--text);
  background: var(--bgElevated);
}

.buttonPale:active {
  transform: translateY(1px);
}

.hero {
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: var(--heroPadBottom);
}

.heroCopy {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--eyebrow);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero h1,
.pageHero h1,
.sectionTitle,
.finalCta h2 {
  margin: 0;
  font-family: var(--fontDisplay);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(1.85rem, 7.5vw, var(--typeHero));
  line-height: 1.05;
}

.heroLead,
.sectionLead {
  margin: 1.25rem 0 0;
  color: var(--textMuted);
  font-size: var(--typeLead);
  line-height: var(--typeLeadLine);
}

.heroLead {
  max-width: 40rem;
  margin-inline: auto;
}

.heroNote {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  color: var(--textMuted);
  font-size: var(--noteSize);
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  margin-top: 2.5rem;
}

.band {
  background: var(--bgTaupe);
}

.section {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gapSplit);
  align-items: center;
}

.splitStart {
  align-items: start;
}

.examples {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: var(--oliveStart);
}

.examples::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(
      165deg,
      color-mix(in srgb, var(--bg) 78%, transparent) 0%,
      color-mix(in srgb, var(--bg) 58%, transparent) 48%,
      color-mix(in srgb, var(--oliveStart) 42%, transparent) 100%
    ),
    url("images/background-loft.webp");
  background-size: cover;
  background-position: center;
}

.examples .wrap {
  position: relative;
}

.examplesIntro,
.howIntro {
  max-width: 40rem;
  margin-bottom: var(--space6);
}

.examplesIntro {
  margin-bottom: var(--space7);
}

.examplesIntro .sectionTitle,
.howIntro .sectionTitle,
.agentBlock .sectionTitle {
  font-size: clamp(2rem, 5vw, var(--typeSplit));
  line-height: 1.12;
}

.examplesIntro .sectionTitle {
  color: var(--text);
}

.examplesIntro .sectionLead {
  max-width: 32rem;
  color: color-mix(in srgb, var(--text) 82%, var(--textMuted));
}

.exportBlock .sectionTitle,
.pageHero h1 {
  font-size: clamp(2.15rem, 6vw, var(--typeSection));
  line-height: 1.1;
}

.pricingHead .sectionTitle,
.finalCta h2 {
  font-size: clamp(2rem, 5vw, var(--typeSplit));
  line-height: 1.15;
}

.exampleBoard {
  display: grid;
  grid-template-columns: var(--exampleSourceCompact) minmax(0, 1fr);
  gap: var(--space6);
  align-items: center;
}

.exampleSource {
  width: var(--exampleSourceCompact);
  justify-self: start;
}

.exampleResults {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 0;
  isolation: isolate;
}

.exampleCard {
  position: relative;
  display: block;
  min-width: 0;
  padding: var(--exampleFrame);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line) 70%, var(--bgElevated));
  border-radius: var(--radiusMedia);
  background: var(--bgElevated);
  color: var(--textOnOlive);
  text-decoration: none;
  box-shadow: var(--shadowFan);
  transition:
    transform var(--duration) var(--ease),
    box-shadow var(--duration) var(--ease),
    z-index var(--duration) var(--ease);
}

.exampleCard:hover {
  color: var(--textOnOlive);
}

.exampleCard img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center;
  border-radius: calc(var(--radiusMedia) - var(--exampleFrame));
  background: var(--bgElevated);
}

.exampleCaption {
  position: absolute;
  left: var(--exampleFrame);
  right: var(--exampleFrame);
  bottom: var(--exampleFrame);
  padding: 1.65rem 0.65rem 0.5rem;
  border-radius: 0 0 calc(var(--radiusMedia) - var(--exampleFrame))
    calc(var(--radiusMedia) - var(--exampleFrame));
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--cta) 72%, transparent) 100%
  );
  color: var(--textOnOlive);
  font-size: var(--typeCaption);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.exampleCaptionTop {
  top: var(--exampleFrame);
  bottom: auto;
  padding: 0.45rem 0.65rem 1.4rem;
  border-radius: calc(var(--radiusMedia) - var(--exampleFrame))
    calc(var(--radiusMedia) - var(--exampleFrame)) 0 0;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--cta) 68%, transparent) 0%,
    transparent 100%
  );
}

.exampleFan {
  flex: 0 0 var(--exampleResultCard);
  width: var(--exampleResultCard);
  margin-left: var(--exampleFanOverlap);
  transform: rotate(var(--fanAngle)) translateY(var(--fanLift, 0));
  transform-origin: center 80%;
}

.exampleFan:first-child {
  margin-left: 0;
}

.exampleFan1 {
  --fanAngle: -8deg;
  --fanLift: 0.55rem;
  z-index: 1;
}

.exampleFan2 {
  --fanAngle: -3deg;
  --fanLift: 0.15rem;
  z-index: 2;
}

.exampleFan3 {
  --fanAngle: 3deg;
  --fanLift: 0.15rem;
  z-index: 3;
}

.exampleFan4 {
  --fanAngle: 8deg;
  --fanLift: 0.55rem;
  z-index: 4;
}

.exampleCard:focus-visible {
  z-index: 6;
  outline-offset: 4px;
  transform: rotate(0deg) translateY(-0.55rem);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space5);
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  display: grid;
  align-content: start;
  min-width: 0;
}

.stepIndex {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: 1rem;
}

.step h3 {
  margin: 0;
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: clamp(1.35rem, 2.4vw, var(--typeCard));
  line-height: var(--typeCardLine);
  letter-spacing: -0.03em;
}

.step p,
.packCard p,
.checkout p,
.legalBlock p,
.faqAnswer p,
.exportBlock .sectionLead {
  margin: 0;
  color: var(--textMuted);
}

.faqAnswer p {
  font-size: var(--typeFaqAnswer);
  line-height: var(--typeFaqAnswerLine);
}

.agentBlock {
  max-width: 40rem;
  margin-bottom: var(--space7);
}

.agentBlock .sectionLead {
  margin-top: 1.25rem;
}

#features { background: var(--agentBg); }

.agentRequests {
  display: grid;
  gap: var(--space6);
  list-style: none;
  margin: 0;
  padding: 0;
}
.agentRequests h3 {
  margin: 0;
  font-family: var(--fontDisplay);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.agentRequests p {
  margin: var(--space3) 0 0;
  color: var(--textMuted);
  font-size: 1rem;
  line-height: var(--bodyRhythm);
  max-width: 45ch;
}

.exportBlock {
  max-width: 46rem;
}

.pricingHead {
  max-width: 36rem;
  margin: 0 auto var(--space6);
  text-align: center;
}

.pricingHead .sectionLead {
  margin-inline: auto;
}

.pricingFoot {
  max-width: 36rem;
  margin: var(--space5) auto 0;
  color: var(--textMuted);
  font-size: var(--noteSize);
  line-height: 1.6;
  text-align: center;
}

.packGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.packCard {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 2px solid transparent;
  border-radius: var(--radiusCard);
  background: var(--bgTaupe);
}

.band .packCard:not(.packFeatured) {
  background: var(--bgInset);
}

label.packCard {
  cursor: pointer;
}

.packCard input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.packCard:has(input:focus-visible) {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.packCard:has(input:checked) {
  border-color: var(--text);
}

.packFeatured {
  background: linear-gradient(165deg, var(--oliveEnd), var(--oliveStart));
  color: var(--textOnOlive);
  box-shadow: var(--shadowCta);
}

.packFeatured:has(input:checked) {
  border-color: var(--textOnOlive);
}

.packName {
  display: block;
  margin: 0;
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: var(--typePackName);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.packPrice {
  margin: 0;
  color: var(--text);
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: var(--typePackPrice);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.packYield,
.packRate {
  margin: 0;
  color: var(--textMuted);
}

.packYield {
  font-size: 0.9375rem;
}

.packRate {
  font-size: var(--noteSize);
}

.packFeatured .packName,
.packFeatured .packPrice,
.packFeatured .packYield,
.packFeatured .packRate,
.packFeatured .packChosen {
  color: var(--textOnOlive);
}

.packChosen {
  display: flex;
  visibility: hidden;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.packCard:has(input:checked) .packChosen {
  visibility: visible;
}

.packCheck {
  display: inline-block;
  width: 0.7rem;
  height: 0.35rem;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  translate: 0 -1px;
}

.packCta {
  width: 100%;
  min-height: 3rem;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}

.packFeatured .packCta {
  background: var(--bg);
  color: var(--text);
  box-shadow: none;
}

.packFeatured .packCta:hover {
  background: var(--bgElevated);
  color: var(--text);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.faq {
  background: var(--bg);
}

.faqLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gapSplit);
  align-items: start;
}

.faqIntro .sectionTitle {
  font-size: clamp(1.875rem, 3.3vw, 2.625rem);
  line-height: 1.15;
}
.faqIntro .sectionLead {
  max-width: 22rem;
  font-size: 1rem;
  line-height: 1.6;
}

.faqList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
}

.faqItem {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radiusCard);
  background: var(--bgTaupe);
}

.faqItem h3 {
  margin: 0;
}

.faqButton {
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: clamp(1.25rem, 1.9vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
  display: grid;
  grid-template-columns: var(--faqIconCol) 1fr;
  gap: var(--faqGap);
  align-items: start;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faqIcon {
  position: relative;
  width: var(--faqIconCol);
  height: var(--faqIconCol);
  margin-top: 0.35rem;
  transition: transform var(--duration) var(--ease);
}

.faqIcon::before,
.faqIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.faqIcon::before {
  width: 0.75rem;
  height: 1.5px;
}

.faqIcon::after {
  width: 1.5px;
  height: 0.75rem;
}

.faqButton[aria-expanded="true"] .faqIcon {
  transform: rotate(45deg);
}

.faqPanel {
  display: grid;
  grid-template-rows: 1fr;
}

.faqAnswer {
  min-height: 0;
  overflow: hidden;
}

.faqAnswer p {
  padding: 0.7rem 0 0 calc(var(--faqIconCol) + var(--faqGap));
}

.faqAnswer a {
  color: var(--accent);
}

html.jsEnabled .faqPanel {
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--duration) var(--ease);
}

html.jsEnabled .faqPanel.isOpen {
  grid-template-rows: 1fr;
}

.finalCta {
  padding-block: clamp(4.5rem, 10vw, 8rem);
  text-align: center;
  background: linear-gradient(180deg, var(--oliveStart), var(--oliveEnd));
  color: var(--textOnOlive);
}

.finalCta h2 {
  max-width: 20ch;
  margin-inline: auto;
  color: var(--textOnOlive);
}

.finalCta .sectionLead {
  max-width: 32rem;
  margin-inline: auto;
  color: color-mix(in srgb, var(--textOnOlive) 82%, var(--bg));
}

.finalCta .buttonCta {
  margin-top: 2.5rem;
  background: var(--bg);
  color: var(--text);
}

.finalCta .buttonCta:hover {
  background: var(--bgElevated);
  color: var(--text);
}

.siteFooter {
  padding-block: 2.25rem 2.75rem;
  background: var(--bg);
}

.footerInner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.footerBrand p,
.footerCol p {
  margin: 0.75rem 0 0;
  color: var(--textMuted);
}

.merchantSummary {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.25rem;
  color: var(--textMuted);
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.55;
}

.merchantSummary strong {
  color: var(--text);
  font-weight: 500;
}

.merchantSummary a {
  width: fit-content;
  color: inherit;
  text-underline-offset: 0.18em;
}

.footerCol h2 {
  margin: 0 0 0.75rem;
  font-family: var(--fontBody);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footerCol ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerCol a {
  color: var(--textMuted);
  text-decoration: none;
}

.footerCol a:hover {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footerCol li + li {
  margin-top: 0.4rem;
}

.pageHero {
  padding-block: clamp(3rem, 7vw, 5.5rem) 2rem;
}

.pageHero .sectionLead,
.pageHero p {
  max-width: 42ch;
  margin: 1rem 0 0;
  color: var(--textMuted);
}

.paymentAction {
  margin-top: var(--space7);
  width: min(100%, 28rem);
}

.legalToc {
  margin: 0 0 2.5rem;
  padding: 1.25rem 0 0;
}

.legalToc ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--textMuted);
}

.legalToc li + li {
  margin-top: 0.35rem;
}

.legalBlock {
  padding-block: 2rem;
}

.legalBlock + .legalBlock {
  border-top: 1px solid var(--line);
}

.legalBlock h2 {
  margin: 0 0 1rem;
  font-family: var(--fontDisplay);
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.legalBlock h3 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1rem;
  line-height: 1.4;
}

.legalBlock p {
  margin: 0;
  color: var(--textMuted);
}

.legalBlock p + p {
  margin-top: 0.85rem;
}

.legalBlock ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--textMuted);
}

.legalBlock li + li {
  margin-top: 0.4rem;
}

.legalDocument {
  padding-bottom: var(--space8);
}

.requisitesList {
  display: grid;
  gap: 0;
  margin: 0 0 1.5rem;
  border-top: 1px solid var(--line);
}

.requisitesList div {
  display: grid;
  grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  padding-block: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.requisitesList dt {
  color: var(--textMuted);
}

.requisitesList dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.stubNote {
  padding: 0.85rem 1rem;
  margin: 0 0 1rem;
  border-radius: var(--radiusMedia);
  background: var(--bgTaupe);
  color: var(--text);
  font-weight: 500;
}

@media (min-width: 1440px) {
  .hero h1 {
    font-size: var(--typeHero);
    line-height: var(--typeHeroLine);
    letter-spacing: -0.05em;
  }

  .examplesIntro .sectionTitle,
  .howIntro .sectionTitle,
  .agentBlock .sectionTitle {
    font-size: var(--typeSplit);
    line-height: var(--typeSplitLine);
  }

  .pricingHead .sectionTitle,
  .finalCta h2 {
    font-size: var(--typeSplit);
    line-height: var(--typeSplitLine);
  }

  .exportBlock .sectionTitle,
  .pageHero h1 {
    font-size: var(--typeSection);
    line-height: var(--typeSectionLine);
  }

  .step h3 {
    font-size: var(--typeCard);
    line-height: var(--typeCardLine);
  }
}

@media (max-width: 1100px) {
  :root {
    --exampleResultCard: 12.5rem;
    --exampleFanOverlap: -2.15rem;
    --exampleSourceCompact: 9.25rem;
  }
}

@media (max-width: 1024px) {
  .packGrid { grid-template-columns: 1fr 1fr; }
  .examplesIntro { margin-bottom: var(--space6); }
  .exampleBoard {
    grid-template-columns: 1fr;
    gap: var(--space6);
    justify-items: center;
  }
  .exampleSource {
    width: clamp(7rem, 20vw, 9rem);
    justify-self: center;
  }
  .exampleResults {
    width: 100%;
    padding-block: var(--space5);
    --exampleResultCard: min(31vw, 13rem);
    --exampleFanOverlap: calc(-1 * var(--exampleResultCard) * 0.43);
  }
  .exampleFan { transform-origin: center 80%; }
  .exampleCaption { font-size: clamp(0.625rem, 1.7vw, 0.75rem); }
}

@media (max-width: 1000px) {
  :root {
    --headerHeight: 3.5rem;
    --gapSplit: 1.5rem;
    --heroPadBottom: var(--heroPadBottomMobile);
  }

  .headerInner {
    grid-template-columns: 1fr auto;
  }

  .siteNav {
    grid-column: 1 / -1;
  }

  .siteNav ul {
    justify-content: flex-start;
    gap: 0.35rem 1rem;
  }

  .split,
  .faqLayout,
  .footerInner {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .faqButton {
    font-size: var(--typeFaqQuestionMobile);
    line-height: var(--typeFaqQuestionMobileLine);
  }

  .faqItem {
    padding: 1.25rem;
  }

  html.jsEnabled .headerInner {
    grid-template-columns: 1fr auto auto;
  }

  html.jsEnabled .menuButton {
    display: inline-flex;
  }

  html.jsEnabled .siteNav {
    position: fixed;
    inset: var(--headerHeight) 0 0 0;
    z-index: 15;
    display: block;
    grid-column: auto;
    padding: var(--space5) var(--pad);
    background: var(--bg);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
      opacity var(--duration) var(--ease),
      visibility var(--duration) var(--ease);
  }

  html.jsEnabled .siteNav.isOpen {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  html.jsEnabled .siteNav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  html.jsEnabled .siteNav a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1.25rem;
  }
}

@media (max-width: 390px) {
  .packGrid {
    grid-template-columns: 1fr;
  }

  .heroActions {
    display: grid;
    justify-items: center;
  }

  .heroActions .buttonCta,
  .heroActions .buttonPale,
  .paymentAction,
  .packCta {
    width: 100%;
  }

  .headerActions .headerLogin {
    min-height: 2.25rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
  }

  .wordmark {
    font-size: 1.35rem;
  }

  .requisitesList div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

@media (hover: hover) {
  .faqItem {
    transition: background-color var(--durationFast) var(--ease);
  }

  .faqItem:has(.faqButton:hover) {
    background: color-mix(in srgb, var(--bgTaupe) 75%, var(--bgInset));
  }

  label.packCard:hover {
    border-color: var(--accent);
  }

  label.packFeatured:hover {
    border-color: var(--textOnOlive);
  }

  .exampleCard:hover {
    z-index: 6;
    transform: rotate(0deg) translateY(-0.55rem);
    box-shadow: 0 1.1rem 2rem color-mix(in srgb, var(--text) 28%, transparent);
  }
}

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

  .exampleFan {
    transform: none;
  }
}

@media (max-width: 360px) {
  .headerActions .headerLogin {
    max-width: 7.5rem;
    min-height: 0;
    padding: var(--space1) var(--space2);
    white-space: normal;
  }
}

/* Final composition rules: keep local text rhythm independent of reset selectors. */
.hero .eyebrow {
  display: inline-block;
  padding: var(--space2) var(--space4);
  border-radius: var(--radiusPill);
  background: var(--badgeBg);
  margin-bottom: var(--space5);
}
.section { padding-block: var(--sectionRhythm); }
.howIntro { max-width: none; margin-bottom: var(--space6); }
.howIntro .sectionTitle { text-wrap: balance; }
.steps { gap: var(--space6); }
.stepIndex { font-family: var(--fontBody); margin-bottom: var(--space4); }
.step p { margin-top: var(--space3); line-height: var(--bodyRhythm); }
#features > .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gapSplit); align-items: start; }
.agentBlock { margin: 0; max-width: none; }
.agentBlock .sectionTitle { text-wrap: balance; }
.agentBlock .sectionLead { font-size: var(--typeBody); line-height: var(--bodyRhythm); margin-top: var(--space5); }
.exportBlock .sectionLead { margin-top: var(--space5); line-height: var(--bodyRhythm); }
@media (max-width: 800px) {
 #features > .wrap { grid-template-columns: 1fr; gap: var(--space6); }
}
