:root {
  --landing-ink: #101817;
  --landing-ink-soft: #293331;
  --landing-canvas: #eef1ec;
  --landing-surface: #fbfcf8;
  --landing-muted: #59635f;
  --landing-border: #c9d0c8;
  --landing-signal: #ff4d20;
  --landing-signal-hover: #dc3810;
  --landing-signal-ink: #b82f0e;
  --landing-signal-soft: #ffded4;
  --landing-positive: #176b4d;
  --landing-positive-soft: #ddeee6;
  --landing-focus: #164ee8;
  --landing-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --landing-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.landing-body {
  overflow-x: hidden;
  background: var(--landing-canvas);
  color: var(--landing-ink);
  font-family: var(--landing-display);
  font-size: 17px;
  line-height: 1.55;
}

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

.landing-body a {
  color: inherit;
}

.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body p,
.landing-body figure {
  margin-top: 0;
}

.landing-container {
  width: min(100% - 56px, 1240px);
  margin-inline: auto;
}

.landing-body :focus-visible {
  outline: 3px solid var(--landing-focus);
  outline-offset: 3px;
}

.landing-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--landing-border);
  background: rgba(238, 241, 236, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  min-height: 72px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.aa-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--landing-ink);
  font-family: var(--landing-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.aa-brand-mark {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 6px;
  object-fit: contain;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.landing-nav a,
.landing-footer nav a,
.landing-footer > div > div a {
  color: var(--landing-muted);
  font-family: var(--landing-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

.landing-nav a:hover,
.landing-footer a:hover {
  color: var(--landing-ink);
}

.offer-hero {
  padding: clamp(64px, 8vw, 112px) 0 0;
  border-bottom: 1px solid var(--landing-border);
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.45fr);
  align-items: start;
  column-gap: clamp(54px, 6vw, 86px);
}

.landing-kicker {
  margin-bottom: 24px;
  color: var(--landing-muted);
  font-family: var(--landing-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-copy .landing-kicker span {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 7px;
  background: var(--landing-ink);
  color: var(--landing-surface);
}

.hero-copy h1 {
  max-width: 900px;
  margin-bottom: 32px;
  font-family: var(--landing-display);
  font-size: clamp(4rem, 6vw, 6.1rem);
  font-weight: 700;
  letter-spacing: -0.079em;
  line-height: 0.89;
}

.hero-copy h1 span {
  display: block;
  color: var(--landing-ink-soft);
  font-weight: 400;
}

.hero-summary {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--landing-ink);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.55;
}

.hero-benefit-emphasis {
  color: var(--landing-signal-ink);
  font-weight: 750;
}

.hero-benefits {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(64px, 8vw, 104px) 0 0;
  padding: 0;
  border-top: 1px solid var(--landing-ink);
  border-bottom: 1px solid var(--landing-ink);
  list-style: none;
}

.hero-benefits li {
  display: grid;
  min-height: 188px;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: 24px 24px 26px;
  color: var(--landing-ink);
  line-height: 1.25;
}

.hero-benefits li:not(:last-child) {
  border-right: 1px solid var(--landing-border);
}

.hero-benefits li > span {
  color: var(--landing-signal-ink);
  font-family: var(--landing-mono);
  font-size: 0.68rem;
  font-weight: 700;
}

.hero-benefits li > strong {
  align-self: end;
  font-family: var(--landing-display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.hero-benefits li > small {
  max-width: 220px;
  color: var(--landing-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.landing-body .hero-scroll-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 2px solid var(--landing-ink);
  background: transparent;
  color: var(--landing-ink);
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease;
}

.landing-body .hero-scroll-link span {
  color: var(--landing-signal-hover);
  font-size: 1.1rem;
  transition: transform 160ms ease;
}

.landing-body .hero-scroll-link:hover {
  border-color: var(--landing-signal-hover);
  color: var(--landing-signal-hover);
}

.landing-body .hero-scroll-link:hover span {
  transform: translateY(3px);
}

.hero-caveat {
  display: block;
  max-width: 690px;
  color: var(--landing-muted);
  font-size: 0.7rem;
}

.offer-facts {
  border-top: 4px solid var(--landing-ink);
  background: var(--landing-surface);
  color: var(--landing-ink);
}

.offer-facts-label {
  margin: 0;
  padding: 15px 18px;
  border-bottom: 1px solid var(--landing-border);
  color: var(--landing-muted);
  font-family: var(--landing-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-fact-main {
  display: grid;
  padding: 22px 18px 18px;
}

.offer-fact-main > span {
  font-size: 0.78rem;
  font-weight: 700;
}

.offer-fact-main > strong {
  margin: 10px 0 2px;
  font-family: var(--landing-display);
  font-size: clamp(4.4rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.offer-fact-main > small {
  color: var(--landing-muted);
  font-size: 0.7rem;
}

.offer-fact-list {
  margin: 0;
}

.offer-fact-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--landing-border);
}

.offer-fact-list dt {
  font-size: 0.7rem;
  font-weight: 700;
}

.offer-fact-list dd {
  display: grid;
  grid-row: span 2;
  gap: 2px;
  margin: 0;
  text-align: right;
}

.offer-fact-list dd > strong {
  font-family: var(--landing-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.offer-fact-list dd > small {
  color: var(--landing-muted);
  font-size: 0.61rem;
  font-weight: 400;
  white-space: normal;
}

.hero-delivery-note {
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr;
  gap: 3px;
  margin: 0;
  padding: 24px 0 30px;
  text-align: right;
}

.hero-delivery-note span,
.hero-delivery-note small {
  color: var(--landing-muted);
  font-family: var(--landing-mono);
  font-size: 0.62rem;
}

.hero-delivery-note strong {
  font-family: var(--landing-display);
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.included-section {
  padding: clamp(80px, 10vw, 124px) 0;
  border-bottom: 1px solid var(--landing-border);
  background: var(--landing-surface);
}

#incluido,
#editar-por-conversa,
#como-funciona {
  scroll-margin-top: 88px;
}

.included-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(48px, 8vw, 108px);
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: var(--landing-display);
  font-size: clamp(2.65rem, 5vw, 4.6rem);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.section-heading > p:last-child {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.included-heading {
  position: sticky;
  top: 112px;
}

.included-list {
  border-top: 1px solid var(--landing-ink);
}

.included-item {
  border-bottom: 1px solid var(--landing-border);
}

.included-item summary {
  position: relative;
  display: grid;
  min-height: 96px;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

.included-item summary::-webkit-details-marker {
  display: none;
}

.included-item summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--landing-border);
  border-radius: 50%;
  color: var(--landing-muted);
  content: "+";
  font-size: 1.05rem;
  transition: transform 160ms ease, border-color 160ms ease;
}

.included-item[open] summary::after {
  border-color: var(--landing-ink);
  transform: rotate(45deg);
}

.included-number {
  color: #a92f0c;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.included-copy {
  display: grid;
  gap: 5px;
}

.included-copy strong {
  font-family: var(--landing-display);
  font-size: 1.06rem;
  letter-spacing: -0.025em;
}

.included-copy small {
  color: var(--landing-muted);
  font-size: 0.76rem;
}

.included-details {
  max-width: 720px;
  padding: 0 50px 26px 60px;
  color: var(--landing-muted);
  font-size: 0.8rem;
}

.included-details p {
  margin-bottom: 10px;
}

.included-details p:last-child {
  margin-bottom: 0;
}

.plain-definitions {
  overflow: hidden;
  margin: 0 0 18px;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: var(--landing-canvas);
}

.plain-definitions p {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  margin: 0;
  padding: 13px 14px;
  border-bottom: 1px solid var(--landing-border);
}

.plain-definitions p:last-child {
  border-bottom: 0;
}

.plain-definitions strong {
  color: var(--landing-ink);
  font-size: 0.72rem;
}

.plain-definitions span {
  font-size: 0.74rem;
}

.source-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--landing-ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 18px;
}

.ai-search-section {
  padding: clamp(84px, 10vw, 126px) 0;
  background: var(--landing-ink);
  color: var(--landing-surface);
}

.ai-search-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  align-items: end;
  gap: clamp(52px, 9vw, 124px);
}

.ai-search-heading .landing-kicker {
  color: #c6c1b8;
}

.ai-search-heading h2 {
  max-width: 800px;
  margin: 0 0 30px;
  font-family: var(--landing-display);
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.ai-search-heading h2 span {
  color: var(--landing-signal);
}

.ai-search-source {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: #c6c1b8;
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.4;
  text-underline-offset: 4px;
}

.ai-search-copy {
  padding-bottom: 3px;
}

.ai-search-copy p {
  margin: 0;
}

.ai-search-copy p:first-child {
  font-family: var(--landing-display);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.ai-search-copy p:first-child strong {
  color: var(--landing-signal);
  font-weight: 820;
}

.ai-search-copy p:last-child {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 252, 246, 0.25);
  color: #c6c1b8;
  font-size: 0.84rem;
  font-weight: 760;
}

.flow-section {
  padding: clamp(84px, 11vw, 138px) 0 104px;
}

.flow-heading {
  max-width: 850px;
  margin: 0 0 72px 92px;
}

.journey {
  position: relative;
}

.journey::before {
  position: absolute;
  z-index: 0;
  top: 26px;
  bottom: 42px;
  left: 45px;
  width: 2px;
  background: var(--landing-border);
  content: "";
}

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

.timeline-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  scroll-margin-top: 96px;
}

.journey-node {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 48px auto 0;
  place-items: center;
  border: 2px solid var(--landing-ink);
  border-radius: 50%;
  background: var(--landing-canvas);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.step-content {
  min-width: 0;
  padding: 48px 0 78px;
  border-top: 1px solid var(--landing-border);
}

.step-header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  align-items: start;
  gap: clamp(36px, 7vw, 88px);
  margin-bottom: 34px;
}

.step-owner {
  margin-bottom: 9px;
  color: var(--landing-muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.step-header h3 {
  margin-bottom: 14px;
  font-family: var(--landing-display);
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  font-weight: 760;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

.step-header > div > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--landing-ink-soft);
}

.step-result {
  margin: 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--landing-signal);
  color: var(--landing-ink-soft);
  font-size: 0.84rem;
}

.step-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--landing-muted);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 26px;
  padding: 13px 20px;
  border: 2px solid var(--landing-ink);
  border-radius: 8px;
  background: var(--landing-signal);
  color: var(--landing-ink);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.landing-body .landing-cta {
  color: var(--landing-ink);
}

.landing-cta:hover {
  background: var(--landing-signal-hover);
  transform: translateY(-1px);
}

.landing-body .is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.timeline-details {
  border-top: 1px solid var(--landing-border);
  background: transparent;
}

.timeline-details:last-child {
  border-bottom: 1px solid var(--landing-border);
}

.timeline-details summary {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 15px 52px 15px 0;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  list-style: none;
}

.timeline-details summary::-webkit-details-marker {
  display: none;
}

.timeline-details summary::after {
  position: absolute;
  right: 6px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid var(--landing-border);
  border-radius: 50%;
  color: var(--landing-muted);
  content: "+";
  font-size: 1rem;
  font-weight: 600;
  transition: transform 160ms ease, border-color 160ms ease;
}

.timeline-details[open] summary::after {
  border-color: var(--landing-ink);
  transform: rotate(45deg);
}

.details-content {
  max-width: 820px;
  padding: 0 52px 24px 0;
  color: var(--landing-muted);
  font-size: 0.82rem;
}

.details-content p {
  margin-bottom: 10px;
}

.details-content p:last-child {
  margin-bottom: 0;
}

.details-stack {
  margin-top: 28px;
}

.payment-panel {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  align-items: center;
  gap: 2px 24px;
  margin-bottom: 26px;
  padding: 24px;
  border: 2px solid var(--landing-ink);
  border-radius: 8px;
  background: var(--landing-signal);
}

.payment-panel span {
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-panel strong {
  grid-row: span 2;
  font-family: var(--landing-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.payment-panel small {
  color: var(--landing-ink-soft);
  font-size: 0.68rem;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 4px 0 28px;
}

.model-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: var(--landing-surface);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.model-card:hover {
  border-color: var(--landing-ink);
  transform: translateY(-3px);
}

.model-browser {
  display: flex;
  height: 28px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid var(--landing-border);
}

.model-browser span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--landing-border);
}

.model-frame {
  height: 260px;
  overflow: hidden;
  background: #e9e5de;
}
.model-frame picture { display: contents; }

.model-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.model-caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  padding: 15px;
}

.model-caption strong {
  font-size: 0.79rem;
}

.model-caption small {
  grid-column: 1;
  color: var(--landing-muted);
  font-size: 0.66rem;
}

.model-caption b {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--landing-signal-hover);
  font-size: 0.65rem;
}

.materials-list,
.adjustment-list,
.qa-grid {
  display: grid;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: var(--landing-surface);
}

.materials-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adjustment-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.materials-list span,
.adjustment-list span,
.qa-grid span {
  position: relative;
  min-height: 56px;
  padding: 17px 13px 17px 32px;
  border-right: 1px solid var(--landing-border);
  border-bottom: 1px solid var(--landing-border);
  font-size: 0.72rem;
  font-weight: 750;
}

.materials-list span::before,
.adjustment-list span::before,
.qa-grid span::before {
  position: absolute;
  left: 12px;
  color: var(--landing-positive);
  content: "✓";
  font-weight: 900;
}

.materials-list span:nth-child(3n),
.adjustment-list span:last-child {
  border-right: 0;
}

.materials-list span:nth-last-child(-n + 3),
.adjustment-list span {
  border-bottom: 0;
}

.setup-routes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.setup-route {
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: var(--landing-surface);
}

.setup-route > header {
  min-height: 162px;
  padding: 22px 24px 20px;
  border-top: 5px solid var(--landing-ink);
  border-bottom: 1px solid var(--landing-border);
}

.setup-route-video > header {
  border-top-color: var(--landing-signal);
  background: var(--landing-signal-soft);
}

.setup-route > header > span,
.setup-shared > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--landing-signal-hover);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.setup-route h4 {
  margin: 0 0 8px;
  font-family: var(--landing-display);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1;
}

.setup-route > header > p {
  margin: 0;
  color: var(--landing-ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.setup-route ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.setup-route li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--landing-border);
}

.setup-route li:last-child {
  border-bottom: 0;
}

.setup-route li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--landing-border);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.setup-route li p {
  margin: 0;
  color: var(--landing-ink-soft);
  font-size: 0.8rem;
  line-height: 1.48;
}

.setup-route li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--landing-ink);
}

.setup-shared {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  margin: 16px 0 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--landing-ink);
  color: var(--landing-surface);
}

.setup-shared > strong {
  margin: 2px 0 0;
  color: var(--landing-signal);
}

.setup-shared > span {
  font-size: 0.82rem;
  line-height: 1.55;
}

.preview-visual {
  display: grid;
  min-height: 260px;
  grid-template-columns: minmax(280px, 1fr) 100px minmax(180px, 0.55fr);
  align-items: end;
  gap: 18px;
  padding: 32px;
  border-radius: 8px;
  background: var(--landing-ink);
}

.preview-desktop,
.preview-mobile {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 7px solid #050505;
  background: var(--landing-surface);
}

.preview-desktop {
  min-height: 178px;
  border-radius: 5px;
}

.preview-mobile {
  min-height: 204px;
  border-radius: 18px;
}

.preview-bar {
  height: 7px;
  border-radius: 2px;
  background: var(--landing-border);
}

.preview-desktop strong,
.preview-mobile strong {
  display: block;
  width: 72%;
  height: 46px;
  background: var(--landing-ink);
}

.preview-desktop i,
.preview-mobile i {
  display: block;
  width: 92%;
  height: 7px;
  background: var(--landing-border);
}

.preview-desktop b {
  display: block;
  width: 34%;
  height: 22px;
  border-radius: 3px;
  background: var(--landing-signal);
}

.preview-visual > p {
  align-self: center;
  margin: 0;
  color: var(--landing-surface);
}

.preview-visual > p strong,
.preview-visual > p span {
  display: block;
}

.preview-visual > p strong {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.preview-visual > p span {
  color: #c6c1b8;
  font-size: 0.75rem;
}

.qa-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.qa-grid span:nth-child(5n) {
  border-right: 0;
}

.qa-grid span:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.timeline-step-final .journey-node {
  border-color: var(--landing-positive);
  background: var(--landing-positive);
  color: var(--landing-surface);
}

.step-content.final-panel {
  margin-bottom: 0;
  padding: 44px;
  border-top: 0;
  border-radius: 8px;
  background: var(--landing-positive);
  color: var(--landing-surface);
}

.final-header .step-owner,
.final-header > div > p:last-child,
.final-header .step-result,
.final-header .step-result span {
  color: rgba(255, 252, 246, 0.8);
}

.final-header .step-result {
  border-left-color: #8de0bb;
}

.final-cost {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1fr);
  align-items: end;
  gap: 0 28px;
  padding: 30px;
  border-radius: 8px;
  background: var(--landing-surface);
  color: var(--landing-ink);
}

.final-cost p {
  align-self: start;
  margin: 5px 0 0;
  color: var(--landing-positive);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cost strong {
  grid-row: span 2;
  font-family: var(--landing-display);
  font-size: clamp(3rem, 7vw, 5.7rem);
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.final-cost strong span {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.final-cost b {
  font-size: 0.82rem;
}

.final-cost small {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--landing-border);
  color: var(--landing-muted);
  font-size: 0.66rem;
}

.no-monthly-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid rgba(255, 252, 246, 0.32);
  border-radius: 8px;
}

.no-monthly-list > div {
  display: grid;
  gap: 5px;
  padding: 20px;
  border-right: 1px solid rgba(255, 252, 246, 0.25);
}

.no-monthly-list > div:last-child {
  border-right: 0;
}

.no-monthly-list span {
  color: #a7edcf;
  font-size: 0.72rem;
  font-weight: 850;
}

.no-monthly-list strong {
  font-size: 0.74rem;
}

.final-details {
  margin-top: 28px;
  border-radius: 8px;
  background: var(--landing-surface);
  color: var(--landing-ink);
}

.final-details .timeline-details {
  padding-inline: 22px;
}

.conversation-offer {
  margin: clamp(72px, 9vw, 112px) 0 0 92px;
  padding-top: 28px;
  border-top: 6px solid var(--landing-signal);
  scroll-margin-top: 96px;
}

.conversation-offer-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 42px;
  color: var(--landing-muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversation-offer-kicker span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--landing-signal);
  color: var(--landing-ink);
}

.conversation-step {
  padding-bottom: 0;
}

.conversation-step .step-header > div > p:last-child strong {
  color: var(--landing-ink);
}

.conversation-primary {
  overflow: hidden;
  border-radius: 8px;
  background: var(--landing-ink);
  color: var(--landing-surface);
}

.conversation-intro {
  max-width: 780px;
  margin: 0;
  padding: clamp(24px, 4vw, 38px);
  color: #d7d2ca;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.conversation-use {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 252, 246, 0.2);
  border-bottom: 1px solid rgba(255, 252, 246, 0.2);
  list-style: none;
}

.conversation-use li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid rgba(255, 252, 246, 0.2);
}

.conversation-use li:last-child {
  border-right: 0;
}

.conversation-use li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-signal);
  color: var(--landing-ink);
  font-size: 0.7rem;
  font-weight: 900;
}

.conversation-use p,
.conversation-use strong,
.conversation-use small {
  display: block;
  margin: 0;
}

.conversation-use strong {
  margin-bottom: 5px;
  font-family: var(--landing-display);
  font-size: 1rem;
}

.conversation-use small {
  color: #c6c1b8;
  font-size: 0.74rem;
  line-height: 1.45;
}

.conversation-ownership {
  margin: 0;
  padding: clamp(24px, 4vw, 38px);
  color: var(--landing-surface);
  font-size: 0.9rem;
}

.conversation-ownership strong {
  color: #ffc0aa;
}

.conversation-aftercare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--landing-border);
  border-bottom: 1px solid var(--landing-border);
}

.conversation-aftercare section {
  min-width: 0;
  padding: 26px 28px 26px 0;
}

.conversation-aftercare section + section {
  padding-left: 28px;
  border-left: 1px solid var(--landing-border);
}

.conversation-aftercare p {
  margin-bottom: 10px;
  color: var(--landing-muted);
  font-size: 0.82rem;
}

.conversation-aftercare p strong {
  color: var(--landing-ink);
}

.conversation-aftercare .conversation-label {
  color: var(--landing-ink);
  font-family: var(--landing-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.conversation-no-support {
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 0.74rem;
}

.quota-table {
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
}

.quota-row {
  display: grid;
  grid-template-columns: minmax(115px, 0.28fr) minmax(190px, 0.9fr) minmax(190px, 0.82fr);
  gap: 20px;
  padding: 14px;
  border-bottom: 1px solid var(--landing-border);
}

.quota-row:last-child {
  border-bottom: 0;
}

.quota-row strong,
.quota-row b,
.quota-row span,
.quota-row small {
  font-size: 0.72rem;
}

.quota-row strong,
.quota-row b {
  color: var(--landing-ink);
}

.quota-row b {
  font-weight: 850;
}

.quota-row small {
  color: var(--landing-muted);
  line-height: 1.5;
}

.quota-heading {
  align-items: end;
  background: var(--landing-canvas);
}

.quota-heading strong,
.quota-heading b {
  color: var(--landing-muted);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.quota-note {
  margin-top: 14px;
  font-size: 0.68rem;
}

.config-notice {
  margin: 20px 0 0 92px;
  padding: 14px;
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
  font-size: 0.8rem;
}

.landing-footer {
  padding: 36px 0;
  border-top: 1px solid var(--landing-border);
  background: var(--landing-surface);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.footer-inner nav {
  display: flex;
  gap: 18px;
}

.footer-inner > div {
  display: flex;
  justify-content: end;
  gap: 14px;
  color: var(--landing-muted);
  font-size: 0.72rem;
}

@media (max-width: 980px) {
  .hero-stage,
  .included-layout,
  .ai-search-layout {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    row-gap: 48px;
  }

  .hero-copy h1 {
    max-width: 900px;
  }

  .offer-facts {
    width: min(100%, 680px);
  }

  .offer-fact-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-fact-list > div:first-child {
    border-right: 1px solid var(--landing-border);
  }

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .hero-benefits li:nth-child(2) {
    border-right: 0;
  }

  .hero-benefits li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--landing-border);
  }

  .hero-delivery-note {
    grid-column: 1 / -1;
  }

  .included-heading {
    position: static;
  }

  .ai-search-layout {
    align-items: start;
    gap: 48px;
  }

  .ai-search-copy {
    max-width: 720px;
  }

  .step-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .step-result {
    max-width: 650px;
  }

  .preview-visual {
    grid-template-columns: minmax(240px, 1fr) 88px;
  }

  .preview-visual > p {
    grid-column: 1 / -1;
  }

  .qa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qa-grid span,
  .qa-grid span:nth-child(5n),
  .qa-grid span:nth-last-child(-n + 5) {
    border-right: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
  }

  .qa-grid span:nth-child(2n) {
    border-right: 0;
  }

  .qa-grid span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .final-cost {
    grid-template-columns: 1fr;
  }

  .final-cost strong {
    grid-row: auto;
    margin: 16px 0;
  }
}

@media (max-width: 760px) {
  .plain-definitions p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .landing-container {
    width: min(100% - 32px, 1152px);
  }

  .header-inner {
    min-height: 66px;
  }

  .landing-nav {
    display: none;
  }

  .offer-hero {
    padding: 48px 0 0;
  }

  .hero-stage {
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
    letter-spacing: -0.072em;
    line-height: 0.88;
  }

  .hero-copy h1 span {
    white-space: normal;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .hero-benefits li,
  .hero-benefits li:nth-child(2) {
    border-right: 0;
  }

  .hero-benefits li {
    min-height: 148px;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 8px 12px;
    padding: 20px 0;
  }

  .hero-benefits li:nth-child(-n + 3),
  .hero-benefits li:not(:last-child) {
    border-bottom: 1px solid var(--landing-border);
  }

  .hero-benefits li > span {
    grid-row: 1 / -1;
    padding-top: 5px;
  }

  .hero-benefits li > strong {
    align-self: start;
  }

  .hero-scroll-link {
    width: fit-content;
    justify-content: space-between;
  }

  .offer-fact-list {
    display: block;
  }

  .offer-fact-list > div:first-child {
    border-right: 0;
  }

  .hero-delivery-note {
    padding: 8px 0 28px;
    text-align: left;
  }

  .included-section {
    padding: 72px 0 82px;
  }

  .included-layout {
    gap: 44px;
  }

  .ai-search-section {
    padding: 76px 0 82px;
  }

  .ai-search-layout {
    gap: 38px;
  }

  .ai-search-heading h2 {
    font-size: clamp(2.75rem, 11.5vw, 4.2rem);
  }

  .section-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .included-item summary {
    min-height: 92px;
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    gap: 11px;
  }

  .included-copy small {
    font-size: 0.7rem;
  }

  .included-details {
    padding: 0 6px 24px 45px;
  }

  .flow-section {
    padding: 74px 0 72px;
  }

  .flow-heading {
    margin: 0 0 54px;
  }

  .journey::before {
    top: 19px;
    bottom: 34px;
    left: 17px;
  }

  .timeline-step {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
  }

  .journey-node {
    width: 36px;
    height: 36px;
    margin-top: 38px;
    border-width: 2px;
    font-size: 0.52rem;
  }

  .step-content {
    padding: 38px 0 60px;
  }

  .step-header {
    margin-bottom: 28px;
  }

  .step-header h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .step-result {
    padding: 16px 0 0;
    border-top: 3px solid var(--landing-signal);
    border-left: 0;
  }

  .timeline-details summary {
    padding-right: 44px;
  }

  .details-content {
    padding-right: 8px;
  }

  .payment-panel {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .payment-panel strong {
    grid-row: auto;
    margin: 3px 0;
  }

  .model-grid {
    grid-auto-columns: minmax(225px, 78vw);
    grid-template-columns: none;
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .model-card {
    scroll-snap-align: start;
  }

  .model-frame {
    height: 230px;
  }

  .materials-list,
  .adjustment-list {
    grid-template-columns: 1fr 1fr;
  }

  .materials-list span,
  .materials-list span:nth-child(3n),
  .materials-list span:nth-last-child(-n + 3),
  .adjustment-list span,
  .adjustment-list span:last-child {
    border-right: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
  }

  .materials-list span:nth-child(2n),
  .adjustment-list span:nth-child(2n) {
    border-right: 0;
  }

  .materials-list span:nth-last-child(-n + 2),
  .adjustment-list span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .setup-routes {
    grid-template-columns: 1fr;
  }

  .setup-route > header {
    min-height: 0;
    padding: 20px;
  }

  .setup-route li {
    padding: 17px 20px;
  }

  .setup-shared {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .preview-visual {
    min-height: 0;
    grid-template-columns: minmax(150px, 1fr) 66px;
    gap: 10px;
    padding: 18px;
  }

  .preview-desktop,
  .preview-mobile {
    gap: 8px;
    padding: 12px;
    border-width: 5px;
  }

  .preview-desktop {
    min-height: 135px;
  }

  .preview-mobile {
    min-height: 154px;
  }

  .preview-desktop strong,
  .preview-mobile strong {
    height: 32px;
  }

  .step-content.final-panel {
    padding: 25px 18px;
  }

  .final-header .step-result {
    border-top-color: #8de0bb;
  }

  .final-cost {
    padding: 22px;
  }

  .no-monthly-list {
    grid-template-columns: 1fr;
  }

  .no-monthly-list > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 252, 246, 0.25);
  }

  .no-monthly-list > div:last-child {
    border-bottom: 0;
  }

  .final-details .timeline-details {
    padding-inline: 16px;
  }

  .conversation-offer {
    margin: 72px 0 0;
  }

  .conversation-offer-kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .conversation-use,
  .conversation-aftercare {
    grid-template-columns: 1fr;
  }

  .conversation-use li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 252, 246, 0.2);
  }

  .conversation-use li:last-child {
    border-bottom: 0;
  }

  .conversation-aftercare section {
    padding: 22px 0;
  }

  .conversation-aftercare section + section {
    padding-left: 0;
    border-top: 1px solid var(--landing-border);
    border-left: 0;
  }

  .quota-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .quota-heading {
    display: none;
  }

  .quota-row small {
    margin-top: 5px;
    padding-top: 9px;
    border-top: 1px dashed var(--landing-border);
  }

  .config-notice {
    margin-left: 50px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner > div {
    justify-content: start;
  }
}

@media (max-width: 520px) {
  .aa-brand {
    font-size: 0.82rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.95rem, 13.6vw, 4.2rem);
  }

  .offer-fact-main > strong {
    font-size: clamp(4.4rem, 23vw, 6.4rem);
  }

  .source-link {
    align-items: flex-start;
  }

  .plain-definitions p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .source-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .footer-inner nav,
  .footer-inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: clamp(42px, 8vw, 112px);
  margin-top: clamp(76px, 9vw, 116px);
  padding: clamp(48px, 7vw, 84px);
  border-top: 5px solid var(--landing-signal);
  background: var(--landing-ink);
  color: var(--landing-surface);
  text-align: left;
}

.closing-cta .landing-kicker {
  margin-bottom: 20px;
  color: #aeb8b3;
}

.closing-cta h2 {
  margin: 0 0 22px;
  font-family: var(--landing-display);
  font-size: clamp(3.4rem, 5.6vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.closing-facts {
  max-width: 650px;
  margin: 0;
  color: #c5cdc8;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.5;
}

.closing-action {
  display: grid;
  gap: 22px;
}

.closing-cta .landing-cta {
  width: 100%;
  min-height: 62px;
  justify-content: space-between;
  margin: 0;
}

.closing-campaign {
  display: block;
  color: #aeb8b3;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.55;
}

.closing-campaign strong {
  color: var(--landing-surface);
}

@media (max-width: 760px) {
  .closing-cta {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 28px;
  }

  .closing-cta h2 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }
}

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