/*
  PrimeVision Automation Studio — shared styles.
  Design tokens are in the :root block below. Fonts are loaded from the page head.
  Breakpoints: 1500, 1100, 1000, 850, 760, 700, 640, 480px.
*/
:root {
  --red: #dd0004;
  --red-hover: #bc0003;
  --ink: #141414;
  --muted: #606060;
  --line: #e4e4e4;
  --soft: #f5f5f5;
  --media: #111111;
  --radius: 12px;
  --max: 1180px;
  --font-ui: Inter, Arial, sans-serif;
  --font-body: Lato, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font: 17px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
/* Consistent interaction colour for text links; branded logos and CTA buttons retain their styling. */
a[href]:not(.button):not(.wordmark):hover,
a[href]:not(.button):not(.wordmark):focus-visible {
  color: var(--red);
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-ui);
  line-height: 1.15;
}
h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.1px;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
p {
  color: var(--muted);
}
.container {
  width: calc(100% - 112px);
  max-width: var(--max);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  background: white;
  padding: 10px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  flex-direction: column;
  font-family: var(--font-ui);
  line-height: 1;
  flex-shrink: 0;
}
.wordmark > span {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1.3px;
}
.brand-period {
  color: var(--red);
}
.wordmark small {
  font-size: 10px;
  letter-spacing: 3.1px;
  font-weight: 600;
  margin-top: 9px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font: 500 14px/1.5 var(--font-ui);
}
.site-header nav a {
  padding-block: 16px;
}
.site-header nav a:hover {
  color: var(--red);
}
.hero {
  text-align: center;
  padding: 64px 0 52px;
}
.eyebrow {
  font: 600 12px/1.5 var(--font-ui);
  letter-spacing: 2px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero h1 {
  font-weight: 750;
  font-size: clamp(40px, 5.2vw, 65px);
  line-height: 1.065;
  letter-spacing: -2.8px;
}
.hero h1 em {
  font-style: normal;
  color: var(--red);
}
.hero-support, .hero-intro {
  font-size: 21px;
  line-height: 1.6;
  margin: 25px auto 27px;
  max-width: 660px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 7px;
  font: 600 14px/1.4 var(--font-ui);
  padding: 16px 22px;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    color 0.18s;
}
.button-red {
  background: var(--red);
  color: #fff;
}
.button-red:hover {
  background: var(--red-hover);
}
.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 0.8;
}
.text-link {
  font: 500 14px/1.5 var(--font-ui);
  padding-block: 14px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.text-link:hover {
  color: var(--red);
}
.journey {
  border-radius: var(--radius);
  background: var(--media);
  color: white;
  display: grid;
  grid-template-columns: 38% 62%;
  padding: 43px;
  gap: 0;
  min-height: 390px;
}
.journey-copy {
  padding-right: 36px;
  align-self: center;
}
.product-lockup {
  font: 700 23px/1 var(--font-ui);
  display: flex;
  gap: 5px;
  align-items: center;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
.product-lockup > span:first-child {
  font-weight: 400;
  color: #bfbfbf;
}
.small-rule {
  width: 26px;
  height: 2px;
  background: var(--red);
  margin-left: 10px;
}
.journey h3 {
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.journey-copy > p {
  font-size: 16px;
  color: #aaa;
  max-width: 300px;
}
.journey-copy .example-caption {
  font: 400 12px/1.5 var(--font-ui);
  color: #a6a6a6;
  margin-top: 28px;
}
.scenario-controls {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.scenario-button {
  border: 1px solid #363636;
  border-radius: 6px;
  color: #bbb;
  background: transparent;
  padding: 9px 12px;
  min-height: 40px;
  font: 500 12px/1.5 var(--font-ui);
  transition:
    background 0.18s,
    color 0.18s;
}
.scenario-button[aria-pressed="true"] {
  color: #111;
  background: #fff;
  border-color: #fff;
}
.scenario-button:hover {
  border-color: #aaa;
}
.example-screen {
  background: #fff;
  color: var(--ink);
  border-radius: 9px;
  padding: 24px 26px 20px;
  min-height: 269px;
}
.example-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.screen-overline {
  font: 600 10px/1.5 var(--font-ui);
  letter-spacing: 1.5px;
  color: #737373;
}
.step-counter {
  font: 600 13px/1.5 var(--font-ui);
}
.step-counter > span {
  font-weight: 400;
  color: #999;
}
.example-screen h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
}
.message-card {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  border-radius: 7px;
  padding: 15px 18px;
  margin-block: 16px;
  min-height: 99px;
}
.context-label {
  font: 500 11px/1.4 var(--font-ui);
  color: #777;
}
.message-card p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
  color: #333;
}
.example-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.example-bottom > p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 63%;
}
.next-step {
  padding: 10px 0 10px 8px;
  background: none;
  border: 0;
  white-space: nowrap;
  font: 600 12px/1.5 var(--font-ui);
  min-height: 40px;
}
.next-step span {
  margin-left: 7px;
}
.next-step:hover {
  color: var(--red);
}
.progress-track {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}
.progress-track span {
  height: 3px;
  flex: 1;
  background: #e7e7e7;
  border-radius: 2px;
}
.progress-track .active {
  background: var(--red);
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 74px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: calc(100% - 64px);
  }
  .journey {
    padding: 32px;
    grid-template-columns: 39% 61%;
  }
  .journey-copy {
    padding-right: 25px;
  }
  .journey h3 {
    font-size: 26px;
  }
  .example-screen {
    padding: 22px 20px;
  }
  .scenario-button {
    font-size: 11px;
    padding-inline: 10px;
  }
  .hero h1 {
    letter-spacing: -2px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 91px;
  }
  .site-header nav {
    gap: 16px;
    font-size: 12px;
  }
  .wordmark > span {
    font-size: 24px;
  }
  .wordmark small {
    font-size: 9px;
    letter-spacing: 2.7px;
  }
  .hero {
    padding-top: 48px;
    padding-bottom: 36px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .hero-support, .hero-intro {
    font-size: 18px;
    margin-top: 22px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.6px;
  }
  .journey {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 30px;
  }
  .journey-copy {
    padding-right: 0;
  }
  .product-lockup {
    margin-bottom: 22px;
  }
  .journey h3 {
    font-size: 29px;
  }
  .journey-copy > p {
    max-width: 390px;
  }
  .journey-copy .example-caption {
    margin-top: 18px;
  }
  .scenario-button {
    font-size: 12px;
  }
  .example-screen {
    min-height: 280px;
  }
  .example-bottom > p {
    font-size: 13px;
  }
  .next-step {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .site-header nav {
    display: none;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-support .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 6px;
    flex-direction: column;
  }
  .button {
    font-size: 14px;
  }
  .hero {
    padding-top: 40px;
  }
  .journey {
    padding: 24px 18px;
  }
  .example-screen {
    padding: 20px 17px;
  }
  .message-card {
    padding: 14px;
  }
  .example-bottom {
    align-items: flex-start;
  }
  .example-bottom > p {
    font-size: 12px;
    max-width: 55%;
  }
  .next-step {
    font-size: 12px;
    padding-top: 2px;
  }
  .scenario-controls {
    gap: 5px;
  }
  .scenario-button {
    font-size: 11px;
    padding-inline: 9px;
  }
  .hero .eyebrow {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Shared components and the remaining V4 sections. */
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-toggle {
  display: none;
}
.section {
  padding-block: 78px;
}
.section-heading {
  max-width: 680px;
  margin-bottom: 42px;
}
.section-heading .eyebrow {
  margin-bottom: 14px;
}
.section-heading > p:not(.eyebrow) {
  margin-top: 17px;
  font-size: 18px;
  max-width: 640px;
}
.section-heading h2 {
  max-width: 600px;
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.three-columns h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.three-columns p {
  font-size: 17px;
  line-height: 1.65;
}
.section-number {
  display: block;
  color: var(--red);
  font: 500 14px/1.5 var(--font-ui);
  margin-bottom: 22px;
}
.problems {
  padding-top: 81px;
  padding-bottom: 73px;
}
.problems .section-heading {
  max-width: 620px;
}
.problem {
  position: relative;
  padding-right: 25px;
}
.problem:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -21px;
  top: 3px;
  bottom: 4px;
  border-right: 1px solid var(--line);
}
.relief {
  border-top: 1px solid var(--line);
  padding-top: 70px;
  padding-bottom: 0;
}
.relief-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}
.red-rule {
  display: block;
  width: 38px;
  height: 3px;
  background: var(--red);
  margin-bottom: 22px;
}
.relief h2 {
  max-width: 380px;
  margin-bottom: 20px;
}
.relief-top p {
  line-height: 1.75;
}
.relief-list,
.setup-deliverables ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.relief-list {
  padding-top: 22px;
}
.relief-list li {
  display: flex;
  gap: 17px;
  padding-block: 17px;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
  font-size: 17px;
}
.relief-list li:last-child {
  border-bottom: 0;
}
.check {
  flex-shrink: 0;
  font: 500 15px/1.7 var(--font-ui);
  color: var(--red);
}
.corporate-line {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 60px;
  background: var(--soft);
  padding: 28px 32px;
  margin-top: 47px;
  border-radius: 9px;
}
.corporate-line p {
  font-size: 16px;
  line-height: 1.7;
}
.corporate-line p:first-child {
  color: #444;
}
.corporate-line .optional-addon {
  font-size: 14px;
  border-left: 1px solid #d9d9d9;
  padding-left: 30px;
  align-self: center;
}
.reassurance {
  padding-block: 76px 80px;
}
.reassurance .section-heading {
  max-width: 650px;
}
.reassurance .section-heading h2 {
  max-width: 600px;
}
.reassurance .three-columns {
  gap: 40px;
}
.reassurance-icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  font: 500 12px/1 var(--font-ui);
  margin-bottom: 19px;
  color: #666;
}
.reassurance h3 {
  font-size: 19px;
  letter-spacing: -0.4px;
}
.reassurance p {
  font-size: 16px;
}
.product-section {
  background: var(--soft);
  padding-block: 75px 80px;
}
.product-section .section-heading {
  text-align: center;
  margin-inline: auto;
  max-width: 720px;
  margin-bottom: 30px;
}
.product-section .section-heading h2,
.product-section .section-heading > p {
  margin-inline: auto;
  max-width: 700px;
}
.product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 45px;
}
.product-button {
  font: 500 14px/1.5 var(--font-ui);
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #606060;
  min-height: 48px;
  transition:
    background 0.18s,
    color 0.18s;
}
.product-button[aria-pressed="true"] {
  color: #fff;
  background: #141414;
  font-weight: 600;
}
.product-button[aria-pressed="true"]::before {
  content: "—";
  margin-right: 8px;
}
.product-button:hover {
  border-color: #aaa;
}
.product-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  min-height: 292px;
}
.product-copy {
  padding-left: 17px;
}
.product-prompt {
  color: var(--red);
  font: 500 14px/1.5 var(--font-ui);
  margin-bottom: 16px;
}
.product-copy h3 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 350px;
  margin-bottom: 18px;
  min-height: 70px;
}
.product-copy > p:not(.product-prompt) {
  max-width: 345px;
  font-size: 17px;
  min-height: 56px;
}
.product-pagination {
  display: flex;
  gap: 7px;
  margin-top: 28px;
}
.product-pagination span {
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background: #d4d4d4;
}
.product-pagination .active {
  width: 28px;
  background: var(--red);
}
.product-example {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
  padding: 23px 28px;
  box-shadow: 0 8px 28px #00000003;
}
.product-example-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
}
.product-mini-brand {
  font: 700 18px/1 var(--font-ui);
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.product-mini-brand > span {
  font-weight: 400;
  color: #777;
}
.illustrative-label {
  font: 500 10px/1.5 var(--font-ui);
  letter-spacing: 0.8px;
  color: #777;
}
.product-view-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-block: 24px 17px;
}
.product-view-title h4 {
  font-size: 18px;
}
.sample-label {
  font: 400 12px/1.5 var(--font-ui);
  color: #777;
}
.product-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 54px;
  border-top: 1px solid #eee;
}
.row-number {
  font: 500 11px/1.5 var(--font-ui);
  color: #999;
}
.row-label {
  font-size: 15px;
  color: #444;
}
.row-status {
  font: 500 12px/1.5 var(--font-ui);
  padding: 5px 8px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #555;
  max-width: 170px;
}
.setup .section-heading {
  max-width: 620px;
}
.setup .section-heading h2 {
  max-width: 600px;
}
.setup-steps {
  gap: 35px;
}
.setup-step {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.setup-step > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font: 500 13px/1 var(--font-ui);
  flex-shrink: 0;
}
.setup-step > i {
  height: 1px;
  background: #e0e0e0;
  flex: 1;
}
.setup-steps article:last-child .setup-step > i {
  display: none;
}
.setup-steps h3 {
  font-size: 20px;
}
.setup-deliverables {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 65px;
  padding: 35px 38px;
  margin-top: 45px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.setup-deliverables h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.setup-deliverables p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 330px;
}
.setup-deliverables li {
  display: flex;
  gap: 13px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.setup-deliverables li:last-child {
  margin-bottom: 0;
}
.plans {
  padding-top: 17px;
  padding-bottom: 79px;
}
.plans .section-heading {
  text-align: center;
  margin-inline: auto;
  max-width: 760px;
}
.plans .section-heading h2 {
  max-width: none;
}
.plans .section-heading > p {
  margin-inline: auto;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
  align-items: stretch;
}
.plans .plans-invitation {
  margin-top: 56px;
  margin-bottom: 0;
  text-align: center;
}
.plans-invitation h3 { margin-bottom: 16px; }
.plans-invitation .button { margin-top: 24px; margin-bottom: 12px; }
.plan-details .module-guide-link { display: inline-block; margin: 18px 0 6px; color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.module-guide { max-width: 1100px; }
.module-guide-intro { max-width: 760px; margin: 20px 0; color: #606060; line-height: 1.7; }
.module-guide-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 24px 0 36px; }
.module-guide-nav a { text-decoration: underline; text-underline-offset: 4px; }
.module-guide-nav a:hover { color: var(--red); }
.module-guide-card { padding: 32px; margin-bottom: 24px; background: #f7f7f7; border: 1px solid var(--line); border-radius: 12px; scroll-margin-top: 100px; }
.module-guide-card h2 { margin-bottom: 24px; }
.module-scope-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.module-scope-columns h3 { margin-bottom: 12px; }
.module-scope-columns p, .module-inputs, .module-guide-notes p { line-height: 1.7; color: #606060; }
.module-inputs { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; }
.module-guide-notes { margin-top: 48px; }
.module-guide-notes p { margin: 20px 0; }
.module-guide-notes .button { margin-top: 12px; }
@media (max-width: 650px) {
  .module-scope-columns { grid-template-columns: 1fr; gap: 24px; }
  .module-guide-card { padding: 24px; }
}
.plan-card {
  display: flex;
  flex-direction: column;
  background: #151515;
  border-radius: 11px;
  color: white;
  padding: 31px 28px 27px;
}
.plan-card.plan-red {
  background: var(--red);
}
.plan-category {
  font: 500 12px/1.5 var(--font-ui);
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  margin-bottom: 20px;
}
.plan-red .plan-category {
  color: #fff;
}
.plan-card h3 {
  font-size: 27px;
  letter-spacing: -0.9px;
  line-height: 1.15;
  min-height: 64px;
  max-width: 250px;
}
.plan-description {
  font-size: 16px;
  line-height: 1.6;
  color: #bdbdbd;
  margin-top: 14px;
  min-height: 53px;
}
.plan-red .plan-description {
  color: #fff;
}
.plan-card ul {
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
  min-height: 91px;
}
.plan-card li {
  font-size: 15px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #eee;
}
.plan-card .check {
  color: #bfbfbf;
  font-size: 13px;
}
.plan-red .check {
  color: #fff;
}
.plan-details {
  margin-top: auto;
  border-top: 1px solid #ffffff2a;
  margin-bottom: 24px;
}
.plan-details summary {
  font: 500 13px/1.5 var(--font-ui);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  min-height: 52px;
}
.plan-details dl {
  margin: 0 0 7px;
}
.plan-details dt {
  font: 600 13px/1.5 var(--font-ui);
  margin-bottom: 7px;
}
.plan-details dd {
  font: 400 14px/1.6 var(--font-body);
  color: #ccc;
  margin: 0 0 17px;
}
.plan-red .plan-details dd {
  color: #fff;
}
.button-white {
  background: #fff;
  color: #151515;
}
.button-white:hover {
  background: #ededed;
}
.plan-card .button {
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 18px;
  font-size: 13px;
  min-height: 49px;
}
.plan-red .button-white {
  color: var(--red);
}
.disclosure-plus {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}
.disclosure-plus::before,
.disclosure-plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 6px;
  left: 0;
  width: 13px;
  height: 1px;
}
.disclosure-plus::after {
  transform: rotate(90deg);
  transition: transform 0.18s;
}
details[open] .disclosure-plus::after {
  transform: rotate(0);
}
summary::-webkit-details-marker {
  display: none;
}
.single-plan {
  background: var(--media);
  border-radius: 11px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
}
.single-plan h3 {
  font-size: 28px;
  margin-bottom: 16px;
}
.single-plan p {
  color: #ccc;
  max-width: 650px;
}
.single-plan .button {
  flex-shrink: 0;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 90px;
  border-top: 1px solid var(--line);
  padding-top: 74px;
  padding-bottom: 72px;
}
.faq-heading h2 {
  max-width: 280px;
}
.faq-heading .eyebrow {
  margin-bottom: 16px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  font: 500 15px/1.5 var(--font-ui);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 65px;
  cursor: pointer;
  padding-block: 20px;
  list-style: none;
}
.faq-list details p {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 22px;
  max-width: 95%;
}
.contact-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; border-top: 1px solid var(--line); }
.contact-intro p { margin: 24px 0; color: #606060; line-height: 1.7; max-width: 380px; }
.contact-intro a { text-decoration: underline; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 22px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label span { color: #707070; display: contents; }
.contact-form input, .contact-form textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; background: #f7f7f7; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-form-note, .contact-form-status { font-size: 14px; line-height: 1.6; color: #606060; }
.contact-form-status:empty { display: none; }
.contact-frame { width: 100%; height: 800px; border: 0; }
@media (max-width: 760px) {
  .contact-section { grid-template-columns: 1fr; gap: 36px; }
  .contact-fields { grid-template-columns: 1fr; }
}
.closing {
  border-top: 1px solid var(--line);
  padding-block: 36px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.closing h2 {
  font-size: 27px;
  letter-spacing: -0.9px;
  max-width: 640px;
}
.closing .button {
  flex-shrink: 0;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 39px;
  padding-bottom: 21px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 34px;
}
.site-footer .wordmark {
  display: inline-flex;
}
.site-footer .wordmark > span {
  font-size: 23px;
}
.site-footer .wordmark small {
  font-size: 9px;
  letter-spacing: 2.5px;
}
.footer-description {
  font-size: 14px;
  line-height: 1.65;
  max-width: 330px;
  margin-top: 19px;
}
.footer-contact {
  text-align: right;
  padding-top: 3px;
}
.footer-contact > a {
  font-size: 15px;
}
.footer-contact nav {
  display: flex;
  gap: 26px;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.footer-contact a:hover,
.policy-copy a:hover {
  color: var(--red);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 12px;
  color: #777;
}
.review-trigger {
  border: 0;
  background: transparent;
  font: 400 12px/1.5 var(--font-ui);
  padding: 9px 0;
  color: #777;
  display: flex;
  gap: 7px;
  align-items: center;
}
.review-trigger:hover {
  color: var(--red);
}
.review-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: 85dvh;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px;
  color: var(--ink);
  box-shadow: 0 20px 100px #0003;
}
.review-dialog::backdrop {
  background: #0008;
}
.review-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.review-head .eyebrow {
  font-size: 11px;
  margin-bottom: 12px;
}
.review-head h2 {
  font-size: 28px;
}
.close-review:not(.button) {
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  min-width: 40px;
  min-height: 40px;
  margin-top: -8px;
}
.review-intro {
  font-size: 16px;
  margin-block: 18px 28px;
}
.review-dialog section {
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.review-dialog section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.review-dialog section p {
  font-size: 15px;
  line-height: 1.75;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.review-dialog .button {
  margin-top: 8px;
}
.back-link {
  font: 500 13px/1.5 var(--font-ui);
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #666;
  margin-bottom: 40px;
}
.back-link:hover {
  color: var(--red);
}
.booking-page {
  padding-block: 29px 45px;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: start;
  margin-bottom: 48px;
}
.booking-intro {
  padding-top: 13px;
}
.booking-intro .eyebrow {
  font-size: 11px;
  margin-bottom: 20px;
}
.booking-intro h1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  max-width: 465px;
}
.booking-intro > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.75;
  max-width: 435px;
  margin-top: 25px;
}
.meeting-facts {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 27px;
}
.meeting-facts > span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font: 500 14px/1.5 var(--font-ui);
}
.meeting-facts > span > span {
  font-size: 22px;
  color: #777;
}
.booking-intro .selected-option {
  font-size: 14px;
  background: #f5f5f5;
  padding: 10px 14px;
  border-radius: 5px;
  margin-top: 23px;
}
.booking-help {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.booking-help p {
  font-size: 14px;
  margin-bottom: 4px;
}
.booking-help a {
  font-size: 16px;
}
.booking-help a:hover {
  color: var(--red);
}
.booking-panel {
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 8px 30px #00000003;
}
.booking-panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 23px;
  margin-bottom: 25px;
}
.booking-panel h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  margin-bottom: 13px;
}
.booking-panel > p {
  font-size: 16px;
}
.calendar-handoff {
  background: var(--soft);
  padding: 26px 24px;
  margin-block: 23px;
  text-align: center;
  border-radius: 8px;
}
.calendar-handoff p {
  font-size: 16px;
  margin-top: 18px;
  max-width: 290px;
  margin-inline: auto;
}
.calendar-symbol {
  width: 47px;
  height: 49px;
  border: 1.5px solid #888;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 9px 4px 4px;
  gap: 6px;
  padding: 8px 8px;
  margin-inline: auto;
}
.calendar-symbol > span {
  grid-column: 1/-1;
  border-bottom: 1px solid #aaa;
  margin-inline: -8px;
  margin-top: -2px;
}
.calendar-symbol > i {
  background: #b5b5b5;
}
.calendar-symbol > i:nth-child(4) {
  background: var(--red);
}
.calendar-link {
  width: 100%;
  font-size: 14px;
  gap: 15px;
}
.booking-panel .calendar-note {
  font-size: 13px;
  line-height: 1.65;
  margin-top: 14px;
}
.calendar-fallback {
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin-top: 21px;
}
.calendar-fallback p {
  font-size: 14px;
}
.calendar-fallback a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.booking-policies {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 14px;
}
.booking-policies > div {
  display: flex;
  gap: 16px;
}
.booking-policies a:hover {
  color: var(--red);
}
#booking-calendar {
  width: 100%;
  min-height: 650px;
  border: 0;
}
.calendar-status {
  padding: 20px;
  background: var(--soft);
  border-radius: 7px;
}
#calendar-delay {
  padding-block: 15px;
}
.support-page {
  max-width: 820px;
  padding-block: 32px 90px;
  min-height: 580px;
}
.support-page .back-link {
  display: flex;
  margin-bottom: 35px;
}
.neutral-symbol {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft);
  color: var(--red);
  font-size: 27px;
  border-radius: 10px;
  margin-bottom: 27px;
}
.support-page h1 {
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -1.8px;
  max-width: 650px;
}
.support-page > .eyebrow {
  margin-bottom: 17px;
}
.support-page > p:not(.eyebrow) {
  font-size: 18px;
  margin-block: 24px 30px;
  max-width: 700px;
}
.support-page > p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.policy-page {
  max-width: 860px;
  padding-block: 28px 90px;
  min-height: 580px;
}
.policy-page .back-link {
  display: flex;
  margin-bottom: 40px;
}
.policy-page > .eyebrow {
  font-size: 11px;
  margin-bottom: 15px;
}
.policy-page h1 {
  font-size: 46px;
  letter-spacing: -1.8px;
  margin-bottom: 29px;
}
.policy-placeholder {
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 10px;
}
.policy-badge {
  font: 600 11px/1.4 var(--font-ui);
  letter-spacing: 1px;
  color: #777;
}
.policy-placeholder h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin-block: 16px;
}
.policy-placeholder p {
  font-size: 17px;
  margin-top: 14px;
}
.policy-placeholder a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.policy-copy p {
  margin-bottom: 24px;
  white-space: pre-line;
}
.video-workspace video {
  width: 100%;
  aspect-ratio: 16/9;
  background: black;
  border-radius: 9px;
}
.video-transcript {
  margin-top: 18px;
}
.video-transcript p {
  color: #ccc;
  font-size: 16px;
}
.video-example-switch {
  border: 0;
  background: none;
  color: #ddd;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 14px;
}
.has-video #interactive-example {
  display: none;
}
.has-video #video-workspace[hidden] + #interactive-example {
  display: block;
}

/* Readable control sizing and stable example states. */
.scenario-button {
  font-size: 12px;
  min-height: 44px;
  padding-inline: 13px;
}
.screen-overline {
  font-size: 11px;
}
.context-label {
  font-size: 12px;
}
.example-bottom > p {
  font-size: 13px;
}
.next-step {
  font-size: 13px;
  min-height: 44px;
}
.message-card {
  min-height: 107px;
}
.example-bottom {
  min-height: 46px;
}
.illustrative-label {
  font-size: 11px;
}
.row-number {
  font-size: 12px;
}
.sample-label {
  font-size: 12px;
}
.plan-category {
  font-size: 12px;
}
.plan-card .button {
  font-size: 14px;
}
.plan-details summary {
  font-size: 14px;
}
.plan-card li {
  font-size: 16px;
}
.hero .eyebrow {
  font-size: 12px;
}
@media (min-width: 1100px) {
  .journey-workspace {
    min-width: 0;
  }
  .journey-copy {
    padding-right: 45px;
  }
  .journey h3 {
    max-width: 300px;
  }
  .message-card p {
    min-height: 48px;
  }
  .example-bottom > p {
    min-height: 39px;
    display: flex;
    align-items: center;
  }
  .example-bottom .next-step {
    flex-shrink: 0;
  }
  .section-heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 1100px) {
  .three-columns {
    gap: 30px;
  }
  .relief-top {
    gap: 50px;
  }
  .corporate-line {
    gap: 35px;
  }
  .product-panel {
    gap: 45px;
  }
  .product-example {
    padding-inline: 22px;
  }
  .plans-grid {
    gap: 15px;
  }
  .plan-card {
    padding: 28px 22px 24px;
  }
  .plan-card h3 {
    font-size: 25px;
  }
  .plan-card .button {
    font-size: 13px;
    padding-inline: 14px;
  }
  .plan-category {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .plan-description {
    min-height: 76px;
  }
  .faq {
    gap: 60px;
  }
  .booking-grid {
    gap: 55px;
  }
  .booking-intro h1 {
    font-size: 40px;
  }
  .booking-panel {
    padding: 27px;
  }
  .row-status {
    max-width: 145px;
  }
  .illustrative-label {
    font-size: 10px;
  }
}
@media (max-width: 850px) {
  .section {
    padding-block: 64px;
  }
  .three-columns {
    gap: 25px;
  }
  .three-columns h3 {
    font-size: 19px;
  }
  .three-columns p {
    font-size: 16px;
  }
  .problem {
    padding-right: 10px;
  }
  .problem:not(:last-child)::after {
    right: -12px;
  }
  .relief-top {
    gap: 35px;
  }
  .relief h2 {
    font-size: 30px;
  }
  .relief-list li {
    font-size: 16px;
  }
  .corporate-line {
    padding: 25px;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
  }
  .corporate-line .optional-addon {
    padding-left: 25px;
  }
  .product-panel {
    gap: 27px;
  }
  .product-copy {
    padding-left: 0;
  }
  .product-copy h3 {
    font-size: 27px;
  }
  .product-example {
    padding: 20px 19px;
  }
  .product-example-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-view-title {
    margin-top: 20px;
  }
  .product-row {
    gap: 6px;
    grid-template-columns: 18px minmax(0, 1fr);
  }
  .row-label {
    font-size: 14px;
  }
  .row-status {
    grid-column: 2;
    justify-self: start;
    margin-bottom: 12px;
    max-width: none;
  }
  .product-row {
    padding-top: 12px;
  }
  .setup-deliverables {
    padding: 28px;
    gap: 34px;
  }
  .plans-grid {
    gap: 12px;
  }
  .plan-card {
    padding: 24px 18px;
  }
  .plan-card h3 {
    font-size: 23px;
    min-height: 60px;
  }
  .plan-card li {
    font-size: 14px;
  }
  .plan-card .button {
    font-size: 12px;
    padding-inline: 12px;
    gap: 8px;
  }
  .plan-category {
    font-size: 10px;
    min-height: 30px;
  }
  .plan-details summary {
    font-size: 12px;
    gap: 10px;
  }
  .plan-description {
    font-size: 15px;
    min-height: 73px;
  }
  .faq {
    gap: 40px;
  }
  .faq-heading h2 {
    font-size: 31px;
  }
  .closing h2 {
    font-size: 25px;
  }
  .booking-grid {
    gap: 35px;
  }
  .booking-intro h1 {
    font-size: 36px;
  }
  .booking-panel {
    padding: 24px;
  }
  .calendar-link {
    font-size: 13px;
    padding-inline: 14px;
  }
  .booking-panel h2 {
    font-size: 23px;
  }
  .calendar-handoff {
    padding: 23px 18px;
  }
  .single-plan {
    display: block;
  }
  .single-plan .button {
    margin-top: 25px;
  }
}
@media (max-width: 700px) {
  .section {
    padding-block: 57px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading h2,
  h2 {
    font-size: 29px;
    letter-spacing: -0.9px;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 17px;
  }
  .three-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .problem {
    padding: 0 0 25px;
    border-bottom: 1px solid var(--line);
  }
  .problem:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .problem:not(:last-child)::after {
    display: none;
  }
  .section-number {
    margin-bottom: 12px;
  }
  .three-columns h3 {
    font-size: 22px;
    max-width: 420px;
    margin-bottom: 10px;
  }
  .three-columns p {
    font-size: 17px;
    max-width: 540px;
  }
  .relief {
    padding-bottom: 0;
  }
  .relief-top {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .relief-top p {
    font-size: 17px;
  }
  .relief-list {
    padding-top: 0;
  }
  .relief-list li {
    font-size: 17px;
    padding-block: 18px;
  }
  .corporate-line {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 20px;
    margin-top: 30px;
  }
  .corporate-line .optional-addon {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .reassurance .three-columns {
    gap: 30px;
  }
  .reassurance article {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 18px;
  }
  .reassurance-icon {
    grid-row: span 2;
    margin: 0;
  }
  .reassurance h3 {
    font-size: 20px;
  }
  .reassurance article p {
    font-size: 16px;
  }
  .product-section {
    padding-block: 57px;
  }
  .product-controls {
    gap: 5px;
    margin-bottom: 33px;
  }
  .product-button {
    font-size: 13px;
    padding: 12px 13px;
  }
  .product-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }
  .product-copy h3 {
    font-size: 28px;
    min-height: 0;
    max-width: 380px;
  }
  .product-copy > p:not(.product-prompt) {
    max-width: 480px;
    min-height: 0;
  }
  .product-pagination {
    margin-top: 20px;
  }
  .product-example {
    padding: 24px;
  }
  .product-example-header {
    flex-wrap: nowrap;
  }
  .illustrative-label {
    font-size: 10px;
  }
  .product-row {
    grid-template-columns: 23px minmax(0, 1fr) auto;
    gap: 9px;
    padding-top: 0;
    min-height: 57px;
  }
  .row-label {
    font-size: 15px;
  }
  .row-status {
    grid-column: auto;
    margin: 0;
    max-width: 165px;
  }
  .setup-steps {
    gap: 30px;
  }
  .setup-step {
    margin-bottom: 16px;
  }
  .setup-step > i {
    max-width: 150px;
  }
  .setup-deliverables {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
    margin-top: 32px;
  }
  .setup-deliverables p {
    max-width: none;
  }
  .setup-deliverables h3 {
    font-size: 23px;
  }
  .setup-deliverables li {
    font-size: 16px;
  }
  .plans {
    padding-top: 0;
  }
  .plans .section-heading {
    text-align: left;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .plan-card {
    padding: 30px;
  }
  .plan-category {
    font-size: 12px;
    min-height: 0;
    margin-bottom: 18px;
  }
  .plan-card h3 {
    font-size: 29px;
    min-height: 0;
    max-width: none;
  }
  .plan-description {
    font-size: 17px;
    min-height: 0;
    margin-top: 17px;
  }
  .plan-card ul {
    margin-block: 26px 22px;
    min-height: 0;
  }
  .plan-card li {
    font-size: 16px;
  }
  .plan-details summary {
    font-size: 14px;
  }
  .plan-card .button {
    font-size: 14px;
    padding-inline: 21px;
  }
  .plan-details dt {
    font-size: 14px;
  }
  .plan-details dd {
    font-size: 16px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-heading h2 {
    max-width: none;
  }
  .faq-list summary {
    font-size: 15px;
    min-height: 65px;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    padding-block: 31px;
  }
  .closing h2 {
    font-size: 28px;
    max-width: 420px;
  }
  .footer-main {
    gap: 30px;
    flex-direction: column;
  }
  .footer-contact {
    text-align: left;
  }
  .footer-contact nav {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-description {
    font-size: 15px;
    max-width: 330px;
  }
  .footer-contact > a {
    font-size: 16px;
  }
  .footer-bottom {
    gap: 8px;
  }
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .booking-page .back-link {
    margin-bottom: 24px;
  }
  .booking-intro {
    padding-top: 0;
  }
  .booking-intro h1 {
    font-size: 40px;
    max-width: 460px;
  }
  .booking-help {
    margin-top: 28px;
    padding-top: 20px;
  }
  .booking-intro > p:not(.eyebrow) {
    font-size: 18px;
  }
  .booking-panel {
    padding: 28px;
  }
  .booking-panel h2 {
    font-size: 27px;
  }
  .calendar-link {
    font-size: 14px;
  }
  .booking-policies {
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
  }
  .booking-grid {
    margin-bottom: 30px;
  }
  .support-page h1 {
    font-size: 37px;
  }
  .support-page {
    min-height: 540px;
    padding-bottom: 65px;
  }
  .policy-page {
    padding-bottom: 65px;
    min-height: 530px;
  }
  .policy-placeholder {
    padding: 25px;
  }
  .policy-page h1 {
    font-size: 40px;
  }
  .review-dialog {
    padding: 25px;
  }
  .review-head h2 {
    font-size: 25px;
  }
  .single-plan {
    padding: 28px;
  }
  .single-plan h3 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .site-header {
    position: relative;
    flex-wrap: wrap;
    min-height: 91px;
    height: auto;
    padding-block: 25px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .menu-toggle {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    min-height: 44px;
    padding: 8px 0 8px 12px;
    font: 500 12px/1.5 var(--font-ui);
  }
  .menu-icon {
    width: 18px;
    height: 10px;
    border-top: 1.5px solid #222;
    border-bottom: 1.5px solid #222;
  }
  .site-header nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 6px;
    font-size: 15px;
  }
  .site-header nav a {
    border-top: 1px solid var(--line);
    padding-block: 14px;
  }
  .menu-open nav {
    display: flex;
  }
  .menu-open .menu-icon {
    height: 0;
    transform: rotate(45deg);
    border-bottom: 0;
    position: relative;
  }
  .menu-open .menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5px;
    width: 18px;
    border-top: 1.5px solid #222;
    transform: rotate(90deg);
  }
  .site-header .wordmark {
    margin-right: auto;
  }
  .hero h1 {
    font-size: 43px;
  }
  .scenario-button {
    font-size: 12px;
    min-height: 44px;
  }
  .journey-workspace {
    min-width: 0;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
  .hero-support, .hero-intro {
    max-width: 440px;
  }
  .hero-support .desktop-break {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(36px, 10vw, 43px);
    line-height: 1.08;
    letter-spacing: -1.7px;
  }
  .hero h1 .desktop-break {
    display: none;
  }
  .hero-support, .hero-intro {
    max-width: 325px;
    line-height: 1.6;
    font-size: 18px;
  }
  .hero {
    padding-top: 38px;
    padding-bottom: 34px;
  }
  .hero-actions {
    gap: 4px;
  }
  .hero-actions .button {
    min-width: 216px;
  }
  .journey {
    padding: 28px 19px;
    gap: 25px;
  }
  .journey h3 {
    font-size: 28px;
    max-width: 280px;
  }
  .journey-copy > p {
    font-size: 16px;
  }
  .journey-copy .example-caption {
    font-size: 12px;
  }
  .scenario-controls {
    gap: 6px;
  }
  .scenario-button {
    padding: 9px 10px;
    font-size: 12px;
    min-height: 44px;
  }
  .scenario-button:last-child {
    flex-basis: auto;
  }
  .example-screen {
    padding: 21px 16px 18px;
    min-height: 311px;
  }
  .example-screen h3 {
    font-size: 21px;
  }
  .example-topline {
    margin-bottom: 13px;
  }
  .screen-overline {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .message-card {
    padding: 15px 13px;
    min-height: 131px;
    margin-block: 17px 13px;
  }
  .message-card p {
    font-size: 16px;
    line-height: 1.5;
  }
  .context-label {
    font-size: 11px;
  }
  .example-bottom {
    gap: 12px;
    min-height: 56px;
    align-items: center;
  }
  .example-bottom > p {
    font-size: 12px;
    max-width: 57%;
    line-height: 1.55;
  }
  .next-step {
    font-size: 12px;
    min-height: 44px;
    padding-top: 10px;
  }
  .next-step span {
    margin-left: 3px;
  }
  .product-controls {
    justify-content: flex-start;
    gap: 6px;
  }
  .product-button {
    font-size: 12px;
    padding-inline: 12px;
  }
  .product-button[aria-pressed="true"]::before {
    margin-right: 5px;
  }
  .product-example {
    padding: 20px 17px;
  }
  .product-mini-brand {
    font-size: 17px;
  }
  .illustrative-label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .product-view-title h4 {
    font-size: 18px;
  }
  .sample-label {
    font-size: 11px;
  }
  .row-label {
    font-size: 14px;
  }
  .row-status {
    font-size: 11px;
    padding: 5px 6px;
    max-width: 125px;
  }
  .product-row {
    grid-template-columns: 17px minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 62px;
  }
  .row-number {
    font-size: 11px;
  }
  .reassurance article {
    column-gap: 14px;
  }
  .reassurance h3 {
    font-size: 19px;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 17px;
  }
  .plan-card {
    padding: 29px 25px;
  }
  .plan-card h3 {
    font-size: 28px;
  }
  .closing .button {
    width: 100%;
  }
  .booking-intro h1 {
    font-size: 38px;
  }
  .booking-panel {
    padding: 25px 20px;
  }
  .booking-panel h2 {
    font-size: 25px;
  }
  .booking-panel > p {
    font-size: 16px;
  }
  .calendar-link {
    font-size: 13px;
    gap: 9px;
    padding-inline: 16px;
  }
  .calendar-handoff {
    padding-inline: 20px;
  }
  .booking-panel .calendar-note {
    font-size: 13px;
  }
  .booking-help a {
    font-size: 15px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
  .footer-description {
    max-width: 300px;
  }
  .support-page h1 {
    font-size: 35px;
  }
  .support-page > p:not(.eyebrow) {
    font-size: 17px;
  }
  .support-page .back-link {
    margin-bottom: 25px;
  }
  .policy-placeholder {
    padding: 22px;
  }
  .policy-placeholder h2 {
    font-size: 23px;
  }
  .policy-placeholder p {
    font-size: 16px;
  }
  .policy-page > .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Control text remains readable at every breakpoint. */
.scenario-button,
.product-button,
.next-step,
.plan-details summary,
.plan-card .button,
.calendar-link,
.menu-toggle {
  font-size: 14px;
}
.screen-overline,
.context-label,
.illustrative-label,
.row-number,
.sample-label,
.plan-category,
.hero .eyebrow,
.booking-intro .eyebrow,
.policy-page > .eyebrow,
.review-head .eyebrow,
.policy-badge {
  font-size: 12px;
}
.row-status {
  font-size: 12px;
}
.example-bottom > p {
  font-size: 14px;
}
.product-button {
  font-size: 14px;
}
.scenario-button {
  min-height: 48px;
}
.next-step {
  min-height: 48px;
}
.review-trigger {
  min-height: 44px;
}
.step-counter #step-current {
  font-weight: 600;
  color: #141414;
}
@media (max-width: 1100px) and (min-width: 701px) {
  .plan-card .button {
    padding-inline: 10px;
  }
  .plan-card .button span {
    font-size: 17px;
  }
  .plan-card h3 {
    min-height: 87px;
  }
  .plan-description {
    min-height: 77px;
  }
}
@media (max-width: 480px) {
  .example-screen {
    min-height: 340px;
  }
  .message-card {
    min-height: 142px;
  }
  .example-bottom {
    min-height: 75px;
  }
  .example-bottom > p {
    max-width: 53%;
  }
  .next-step {
    white-space: normal;
    text-align: right;
    padding-left: 0;
  }
  .product-example-header {
    flex-wrap: wrap;
  }
  .illustrative-label {
    font-size: 12px;
  }
  .row-status {
    max-width: 115px;
  }
  .row-label {
    font-size: 14px;
  }
  .plan-category {
    font-size: 12px;
  }
  .screen-overline {
    letter-spacing: 0.5px;
  }
  .hero .eyebrow {
    letter-spacing: 1.3px;
  }
}

/* Staging marker for the pending legal footer (rendered only while staging = true). */
.pending-note {
  font: 400 12px/1.5 var(--font-ui);
  color: #8a8a8a;
  border: 1px dashed #d0d0d0;
  border-radius: 4px;
  padding: 4px 8px;
}

/* Optional verified evidence slot in H06 (omitted while no capture is supplied). */
.evidence {
  margin: 48px 0 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.evidence img {
  display: block;
  width: 100%;
  height: auto;
}
.evidence figcaption {
  font: 400 14px/1.6 var(--font-body);
  color: var(--muted);
  padding: 14px 18px;
  border-top: 1px solid var(--line);
}

/* ======================================================================
   Hero (H02) — pill eyebrow, drawn underline, entrance sequence and the
   two decorative example slips shown on wide screens. All motion stops
   under prefers-reduced-motion (global rule above).
   ====================================================================== */
.hero {
  --tilt: 0deg;
  position: relative;
  padding: 72px 0 58px;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-inline: auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 600 12px/1 var(--font-ui);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a4a4a;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 16px 11px 13px;
  margin: 0 0 28px;
}
.hero-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}
.hero-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid var(--red);
  opacity: 0;
  animation: hero-pulse 2.6s ease-out 1.2s infinite;
}
.hero h1 em {
  position: relative;
  display: inline-block;
}
.hero-underline {
  position: absolute;
  left: -1%;
  bottom: -0.1em;
  width: 102%;
  height: 0.24em;
  overflow: visible;
}
.hero-underline path {
  fill: none;
  stroke: var(--red);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: hero-draw 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.55s both;
}
.hero-eyebrow,
.hero h1,
.hero-support,
.hero-actions,
.hero-slip {
  animation: hero-rise 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero h1 { animation-delay: 0.08s; }
.hero-support, .hero-intro { animation-delay: 0.16s; }
.hero-actions { animation-delay: 0.24s; }
.hero-slip { animation-delay: 0.6s; }
.hero-actions .button span { transition: transform 0.18s; }
.hero-actions .button:hover span { transform: translate(2px, -2px); }

.hero-slip {
  display: none;
  position: absolute;
  z-index: 0;
  width: 224px;
  text-align: left;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 18px 16px 15px;
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.08);
  transform: rotate(var(--tilt));
}
.hero-slip-left { left: 0; top: 112px; --tilt: -4deg; }
.hero-slip-right { right: 0; top: 236px; --tilt: 3deg; }
.slip-tag {
  position: absolute;
  top: -11px;
  right: 14px;
  font: 600 10px/1 var(--font-ui);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #777;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  padding: 6px 8px;
}
.slip-label {
  display: block;
  font: 500 11px/1.4 var(--font-ui);
  letter-spacing: 0.3px;
  color: #7a7a7a;
}
.slip-text {
  font: 600 15px/1.35 var(--font-ui);
  letter-spacing: -0.2px;
  color: var(--ink);
  margin: 8px 0 12px;
}
.slip-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: 600 11px/1 var(--font-ui);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--red);
}
.slip-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
@media (min-width: 1240px) {
  .hero-slip { display: block; }
}
@media (max-width: 760px) {
  .hero { padding-top: 52px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: 1.6px; margin-bottom: 24px; }
}
@media (max-width: 480px) {
  .hero { padding-top: 42px; }
  .hero-underline path { stroke-width: 4; }
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(14px) rotate(var(--tilt)); }
  to { opacity: 1; transform: translateY(0) rotate(var(--tilt)); }
}
@keyframes hero-draw {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}
@keyframes hero-pulse {
  0% { transform: scale(0.5); opacity: 0.8; }
  100% { transform: scale(1.5); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-dot::after { display: none; }
}

/* ======================================================================
   Journey activity feed (H03) — auto-playing example. Cards accumulate per
   step; a typing indicator precedes the configured reply; task and outcome
   cards carry a badge. Motion stops under prefers-reduced-motion.
   ====================================================================== */
.example-screen {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.example-tools {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.play-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 11px 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 600 12px/1 var(--font-ui);
  letter-spacing: 0.2px;
  transition: border-color 0.18s, background 0.18s;
}
.play-toggle:hover { border-color: #aaa; }
.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--red);
}
.play-toggle.is-playing .play-icon {
  width: 8px;
  height: 10px;
  border-width: 0 2.5px;
  border-color: transparent var(--red);
}
.feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 304px;
  margin: 14px 0 16px;
}
.feed-card {
  max-width: 86%;
  border-radius: 10px;
  padding: 12px 14px;
}
.feed-card p {
  margin: 0;
  font: 400 15px/1.45 var(--font-body);
  color: #222;
}
.feed-meta {
  display: block;
  font: 500 11px/1.4 var(--font-ui);
  letter-spacing: 0.2px;
  color: #777;
  margin-bottom: 5px;
}
.feed-inbound {
  align-self: flex-start;
  background: #f4f4f4;
  border: 1px solid #ececec;
  border-bottom-left-radius: 4px;
}
.feed-system {
  align-self: flex-end;
  background: #141414;
  border-bottom-right-radius: 4px;
}
.feed-system .feed-meta { color: #a8a8a8; }
.feed-system p { color: #fff; }
.feed-task,
.feed-outcome {
  align-self: stretch;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.feed-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 13px/1 var(--font-ui);
}
.feed-outcome .feed-avatar {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--red);
  font-size: 15px;
}
.feed-badge {
  font: 600 10px/1 var(--font-ui);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid var(--red);
  color: var(--red);
  white-space: nowrap;
}
.feed-outcome .feed-badge {
  background: var(--red);
  color: #fff;
}
.feed-typing {
  align-self: flex-end;
  display: inline-flex;
  gap: 5px;
  padding: 14px 14px;
  background: #141414;
  border-radius: 10px;
  border-bottom-right-radius: 4px;
  animation: feed-enter 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.feed-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bbb;
  animation: feed-dot 1s infinite ease-in-out;
}
.feed-typing span:nth-child(2) { animation-delay: 0.15s; }
.feed-typing span:nth-child(3) { animation-delay: 0.3s; }
.feed-card.enter { animation: feed-enter 0.32s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.feed-card.enter .feed-badge { animation: badge-pop 0.35s 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.example-bottom { margin-top: auto; }
.progress-track span {
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
}
.progress-track span i {
  position: absolute;
  inset: 0;
  display: block;
  width: 0;
  background: var(--red);
}
@keyframes feed-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes feed-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.5; }
  40% { transform: translateY(-4px); opacity: 1; }
}
@keyframes badge-pop {
  from { opacity: 0; transform: scale(0.6); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 760px) {
  .feed { min-height: 300px; }
}
@media (max-width: 480px) {
  .example-screen { min-height: 0; }
  .feed { min-height: 360px; gap: 9px; }
  .feed-card { max-width: 92%; padding: 11px 12px; }
  .feed-card p { font-size: 14px; }
  .feed-task, .feed-outcome { gap: 9px; }
  .feed-badge { font-size: 9px; padding: 5px 6px; }
  .play-toggle { padding: 6px 9px 6px 8px; }
  .example-tools { gap: 8px; }
}
@media (max-width: 560px) {
  /* Task and outcome cards: badge moves under the text so the message keeps its width. */
  .feed-task, .feed-outcome { grid-template-columns: auto minmax(0, 1fr); row-gap: 8px; }
  .feed-task .feed-badge, .feed-outcome .feed-badge { grid-column: 2; justify-self: start; }
}

/* ======================================================================
   Agent pointer (H03) — a "PV Hub" cursor that performs the example steps.
   Positioned inside .journey-workspace; moved by the browser script with a
   transform transition. Hidden entirely under prefers-reduced-motion.
   ====================================================================== */
.journey-workspace { position: relative; }
.agent-cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: translate(60%, 40px);
  transition: transform 0.48s cubic-bezier(0.3, 0.8, 0.3, 1), opacity 0.3s;
  will-change: transform;
}
.agent-cursor.is-visible { opacity: 1; }
.agent-cursor svg,
#pv-concept-refined .pv-work-cursor svg {
  display: block;
  width: 18px;
  height: 22px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}
.agent-cursor .cursor-tag,
#pv-concept-refined .pv-work-cursor span {
  position: absolute;
  left: 14px;
  top: 18px;
  white-space: nowrap;
  font: 700 10px/1 var(--font-ui);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  padding: 5px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.agent-cursor .cursor-ring {
  position: absolute;
  left: -11px;
  top: -11px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--red);
  border-radius: 50%;
  opacity: 0;
}
.agent-cursor.is-clicking svg { animation: cursor-press 0.28s ease-out; }
.agent-cursor.is-clicking .cursor-ring { animation: cursor-ring 0.42s ease-out; }
.feed-badge.is-pending { opacity: 0; }
.feed-badge.pop { animation: badge-pop 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.feed-card.enter { animation-duration: 0.24s; }
.feed-typing { animation-duration: 0.22s; }
.feed-typing span { animation-duration: 0.8s; }

/* A card the pointer is about to act on gets a soft red edge while playing. */
.journey-workspace.is-playing .feed-card:last-child { transition: box-shadow 0.25s; }

@keyframes cursor-press {
  0% { transform: scale(1); }
  40% { transform: scale(0.82); }
  100% { transform: scale(1); }
}
@keyframes cursor-ring {
  0% { transform: scale(0.4); opacity: 0.9; }
  100% { transform: scale(1.8); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .agent-cursor { display: none; }
  .feed-badge.is-pending { opacity: 1; }
}

/* ======================================================================
   Work tray (H03) — the surface the agent pointer operates: reply composer,
   assign menu, option chips with confirm, single action button. Decorative
   (aria-hidden); the feed cards carry the content.
   ====================================================================== */
.tray {
  position: relative;
  min-height: 64px;
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--font-ui);
}
.tray-composer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tray-input {
  flex: 1;
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #fff;
  font: 400 14px/1.4 var(--font-body);
  color: #222;
  overflow: hidden;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.tray-input.is-placeholder { color: #9a9a9a; }
.tray-input.is-focused {
  border-color: #141414;
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.08);
}
/* Single line; while typing, the newest characters stay visible (text is
   clipped on the left, as a real input scrolls). */
.tray-input { white-space: nowrap; overflow-x: hidden; }
.tray-input > span { display: inline-block; white-space: nowrap; }
.tray-input.is-focused > span::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -0.15em;
  background: #141414;
  animation: tray-caret 0.9s steps(2) infinite;
}
.tray-send,
.tray-confirm,
.tray-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #141414;
  color: #fff;
  font: 600 13px/1 var(--font-ui);
  transition: transform 0.15s, background 0.15s;
}
.tray-send.is-pressed,
.tray-confirm.is-pressed,
.tray-button.is-pressed { transform: scale(0.94); background: var(--red); }
.tray-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
}
.tray-label {
  font: 600 12px/1.3 var(--font-ui);
  letter-spacing: 0.2px;
  color: #555;
  white-space: nowrap;
}
.tray-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #fff;
  font: 500 13px/1 var(--font-ui);
  color: #9a9a9a;
  transition: border-color 0.18s;
}
.tray-select::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #555;
  border-bottom: 1.5px solid #555;
  transform: rotate(45deg) translateY(-2px);
}
.tray-select.is-pressed { border-color: #141414; }
.tray-select.is-filled { color: #141414; border-color: #141414; }
.tray-menu {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: calc(100% - 4px);
  z-index: 3;
  padding: 6px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.14);
  animation: feed-enter 0.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.tray-menu-item {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 10px;
  border-radius: 6px;
  font: 500 13px/1.3 var(--font-ui);
  color: #222;
  transition: background 0.15s;
}
.tray-menu-item.is-pressed,
.tray-menu-item.is-selected { background: #f0f0f0; }
.tray-menu-item.is-selected::after {
  content: "✓";
  margin-left: auto;
  color: var(--red);
  font-weight: 700;
}
.tray-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.tray-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  font: 500 13px/1 var(--font-ui);
  color: #333;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.tray-chip.is-pressed { border-color: #141414; }
.tray-chip.is-selected {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.tray-chips .tray-confirm { margin-left: auto; min-height: 36px; padding: 6px 12px; font-size: 12px; }
@keyframes tray-caret { to { opacity: 0; } }
@media (max-width: 480px) {
  .feed { min-height: 330px; }
  .tray { padding: 9px 10px; }
  .tray-label { white-space: normal; }
  .tray-chips .tray-confirm { margin-left: 0; }
}

/* ======================================================================
   Section motion (H04–H12) — scroll reveals and richer interaction states.
   Elements carrying data-reveal fade/rise once when they enter the viewport
   (never re-hide). Hidden state applies only when JS is running and motion is
   allowed, so no-JS and reduced-motion visitors see everything immediately.
   Toggle with design.sectionMotion in content/site.json.
   ====================================================================== */
@media (prefers-reduced-motion: no-preference) {
  html.js [data-reveal]:not(.is-visible) {
    opacity: 0;
    transform: translateY(18px);
  }
  html.js [data-reveal] {
    transition:
      opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
      transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
    transition-delay: calc(var(--i, 0) * 80ms);
  }
  /* H04 dividers and H05 rule draw in with their section. */
  html.js .problem::after { transform: scaleY(0); transform-origin: top; transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) calc(var(--i, 0) * 80ms + 250ms); }
  html.js .problem.is-visible::after { transform: scaleY(1); }
  html.js .red-rule { transform: scaleX(0); transform-origin: left; transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) 0.15s; }
  html.js .is-visible .red-rule { transform: scaleX(1); }
  /* H08 connectors draw left to right; step circles fill after. */
  html.js .setup-step > i { transform: scaleX(0); transform-origin: left; transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) calc(var(--i, 0) * 80ms + 300ms); }
  html.js .is-visible .setup-step > i { transform: scaleX(1); }
  html.js .setup-step > span { transition: background 0.3s calc(var(--i, 0) * 80ms + 500ms), color 0.3s calc(var(--i, 0) * 80ms + 500ms), border-color 0.3s calc(var(--i, 0) * 80ms + 500ms), scale 220ms ease-out; }
  /* Checkmarks pop in a beat after their row. */
  html.js [data-reveal] .check { opacity: 0; transform: scale(0.5); transition: opacity 0.3s, transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1); transition-delay: calc(var(--i, 0) * 80ms + 260ms); }
  html.js [data-reveal].is-visible .check { opacity: 1; transform: none; }
  /* H07 rows stagger on control change. */
  .product-row.enter { animation: feed-enter 0.32s cubic-bezier(0.2, 0.7, 0.2, 1) both; animation-delay: calc(var(--i, 0) * 60ms); }
  .product-copy.swap > * { animation: feed-enter 0.32s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .product-copy.swap > :nth-child(2) { animation-delay: 0.05s; }
  .product-copy.swap > :nth-child(3) { animation-delay: 0.1s; }
}
.is-visible .setup-step > span { background: #141414; color: #fff; border-color: #141414; }

/* Interaction states (within the brief's 150–220 ms budget). */
.section-number { display: inline-flex; align-items: center; gap: 10px; }
.section-number::after { content: ""; width: 22px; height: 1px; background: var(--red); opacity: 0.7; }
.plan-card { transition: transform 0.2s, box-shadow 0.2s; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16); }
.plan-red:hover { box-shadow: 0 18px 40px rgba(221, 0, 4, 0.28); }
.three-columns > article { transition: transform 0.2s; }
.reassurance article:hover .reassurance-icon { border-color: #141414; color: #141414; }
.reassurance-icon { transition: border-color 0.18s, color 0.18s; }
.product-example { transition: box-shadow 0.2s; }
.product-panel:hover .product-example { box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06); }
.faq-list summary { transition: color 0.18s; }
.faq-list summary:hover { color: var(--red); }
.faq-list details[open] summary { color: var(--ink); }
.closing .button span, .plan-card .button span { transition: transform 0.18s; }
.closing .button:hover span, .plan-card .button:hover span { transform: translate(2px, -2px); }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 10px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.2s; }
.site-header nav a:hover::after { transform: scaleX(1); }
.text-link span { transition: transform 0.18s; }
.text-link:hover span { transform: translateY(2px); }

/* Smooth FAQ and package disclosure open/close (progressively enhanced). */
:root { interpolate-size: allow-keywords; }
@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    height: 0;
    overflow: clip;
    transition: height 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), content-visibility 0.28s allow-discrete;
  }
  details[open]::details-content { height: auto; }
}
.disclosure-plus::after { transition: transform 0.22s; }

/* Section eyebrows share the hero's red mark. */
.section-heading .eyebrow::before, .faq-heading .eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 10px;
  vertical-align: 1px;
}

/* ======================================================================
   PV Hub exploration (H07) — clickable view cards and product mockups.
   Overrides the earlier .product-controls / .product-example rules.
   ====================================================================== */
.product-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 36px;
}
.product-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
}
.product-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.22s;
}
.product-tab:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
  border-color: #cfcfcf;
}
.product-tab:hover::before { transform: scaleY(1); }
.product-tab .tab-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f3f3;
  color: #444;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.product-tab .tab-icon svg { width: 22px; height: 22px; }
.product-tab:hover .tab-icon { color: var(--red); transform: rotate(-6deg) scale(1.06); }
.product-tab .tab-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.product-tab .tab-text b { font: 600 15px/1.2 var(--font-ui); letter-spacing: -0.2px; }
.product-tab .tab-text small { font: 400 12.5px/1.35 var(--font-ui); color: #777; }
.product-tab[aria-pressed="true"] {
  background: #141414;
  color: #fff;
  border-color: #141414;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}
.product-tab[aria-pressed="true"]::before { transform: scaleY(1); }
.product-tab[aria-pressed="true"] .tab-icon { background: var(--red); color: #fff; }
.product-tab[aria-pressed="true"] .tab-text small { color: #bdbdbd; }
.product-hint {
  margin-top: 26px;
  font: 500 13px/1.4 var(--font-ui);
  color: #888;
}
.product-hint span { display: inline-block; color: var(--red); margin-right: 6px; animation: hint-bob 1.6s ease-in-out infinite; }
@keyframes hint-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.product-example { padding: 22px 24px 24px; }
.product-views { position: relative; min-height: 352px; }
.product-view.enter > .mock > * { animation: feed-enter 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.product-view.enter [style*="--i"] { animation: feed-enter 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) both; animation-delay: calc(var(--i, 0) * 55ms); }

/* Shared row strip carrying the brief's example rows. */
.mock-rows { display: grid; gap: 6px; }
.mock-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font: 400 13px/1.3 var(--font-body);
  color: #444;
  padding: 7px 10px;
  border-radius: 6px;
  background: #f6f6f6;
}
.mock-row b { font: 600 11px/1 var(--font-ui); letter-spacing: 0.3px; color: #141414; background: #fff; border: 1px solid #e3e3e3; border-radius: 999px; padding: 5px 8px; white-space: nowrap; }

/* Inbox */
.mock-inbox { display: grid; grid-template-columns: 1fr 1.25fr; gap: 14px; }
.mock-threads { border-right: 1px solid #eee; padding-right: 12px; display: grid; gap: 4px; align-content: start; }
.mock-thread { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: start; padding: 9px 8px; border-radius: 8px; position: relative; }
.mock-thread.is-active { background: #f3f3f3; }
.mock-avatar { width: 30px; height: 30px; border-radius: 50%; background: #141414; color: #fff; display: grid; place-items: center; font: 700 12px/1 var(--font-ui); }
.mock-thread b { font: 600 12.5px/1.3 var(--font-ui); display: block; }
.mock-thread time { position: absolute; right: 10px; top: 10px; font: 400 10.5px/1 var(--font-ui); color: #999; }
.mock-thread p { margin: 2px 0 0; font: 400 12px/1.35 var(--font-body); color: #666; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.mock-unread { position: absolute; right: 10px; bottom: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.mock-conv { display: flex; flex-direction: column; gap: 10px; }
.mock-bubble { max-width: 88%; padding: 10px 12px; border-radius: 10px; font: 400 13px/1.4 var(--font-body); }
.mock-bubble.in { align-self: flex-start; background: #f4f4f4; border-bottom-left-radius: 3px; color: #222; }
.mock-bubble.out { align-self: flex-end; background: #141414; color: #fff; border-bottom-right-radius: 3px; }
.mock-bubble.out small { display: block; font: 500 10px/1.3 var(--font-ui); letter-spacing: 0.3px; color: #a8a8a8; margin-bottom: 3px; }
.mock-conv .mock-rows { margin-top: auto; padding-top: 10px; border-top: 1px dashed #e6e6e6; }

/* Timeline */
.mock-timeline ol { list-style: none; margin: 4px 0 0; padding: 0; position: relative; }
.mock-timeline ol::before { content: ""; position: absolute; left: 15px; top: 14px; bottom: 26px; width: 2px; background: #e6e6e6; }
.mock-timeline li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: center; padding: 10px 0; position: relative; }
.mock-node { width: 32px; height: 32px; border-radius: 50%; background: #141414; color: #fff; display: grid; place-items: center; font: 700 12px/1 var(--font-ui); border: 3px solid #fff; box-shadow: 0 0 0 1px #e3e3e3; }
.mock-timeline li b { display: block; font: 600 14px/1.3 var(--font-ui); }
.mock-timeline li em { display: inline-block; margin-top: 5px; font: 600 11px/1 var(--font-ui); letter-spacing: 0.4px; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); border-radius: 999px; padding: 5px 8px; font-style: normal; }
.mock-timeline li:last-of-type em { background: var(--red); color: #fff; }
.mock-stop .mock-node { background: #fff; color: var(--red); font-size: 10px; }
.mock-stop b { font-weight: 500; color: #666; font-size: 13px; }

/* Calendar */
.mock-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 14px; }
.mock-day { display: grid; gap: 5px; }
.mock-day b { font: 600 10.5px/1 var(--font-ui); letter-spacing: 0.5px; text-transform: uppercase; color: #888; text-align: center; padding-bottom: 6px; }
.mock-slot { display: block; height: 36px; border-radius: 6px; background: #f4f4f4; }
.mock-slot.is-busy { background: repeating-linear-gradient(135deg, #e6e6e6 0 4px, #f4f4f4 4px 8px); }
.mock-slot.is-booked { background: var(--red); color: #fff; font: 600 10px/1.2 var(--font-ui); padding: 5px 4px; height: auto; min-height: 36px; box-shadow: 0 8px 18px rgba(221, 0, 4, 0.3); grid-row: span 1; }

/* Board */
.mock-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-col { background: #f5f5f5; border-radius: 10px; padding: 8px; display: grid; gap: 8px; align-content: start; min-height: 320px; }
.mock-col header { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 6px; }
.mock-col header b { font: 600 11px/1.2 var(--font-ui); letter-spacing: 0.3px; text-transform: uppercase; color: #666; }
.mock-col header span { font: 600 10px/1 var(--font-ui); background: #fff; border-radius: 999px; padding: 4px 7px; color: #666; }
.mock-card { background: #fff; border: 1px solid #e6e6e6; border-radius: 8px; padding: 10px; }
.mock-card b { display: block; font: 600 12.5px/1.3 var(--font-ui); }
.mock-card > span { display: block; height: 6px; width: 60%; background: #eee; border-radius: 3px; margin-top: 8px; }
.mock-card.is-focus { border-color: var(--red); box-shadow: 0 10px 24px rgba(221, 0, 4, 0.14); }
.mock-card.is-focus b { margin-bottom: 8px; }
.mock-card.is-focus .mock-rows { gap: 5px; }
.mock-card.is-focus .mock-row { flex-direction: column; align-items: flex-start; gap: 4px; padding: 6px 8px; font-size: 11.5px; }
.mock-card.is-focus .mock-row b { font-size: 10px; padding: 4px 7px; }

@media (max-width: 1100px) {
  .product-controls { gap: 10px; }
  .product-tab { padding: 12px; gap: 10px; }
  .product-tab .tab-text small { display: none; }
}
@media (max-width: 850px) {
  .product-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-tab .tab-text small { display: block; }
  .mock-inbox { grid-template-columns: 1fr; }
  .mock-threads { border-right: 0; padding-right: 0; border-bottom: 1px solid #eee; padding-bottom: 10px; }
  .mock-thread:not(.is-active) { display: none; }
  .mock-board { grid-template-columns: 1fr; }
  .mock-col { min-height: 0; }
  .mock-col:not(:last-child) .mock-card:not(.is-focus) { display: none; }
  .product-views { min-height: 0; }
}
@media (max-width: 480px) {
  .product-controls { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-tab { min-height: 64px; padding: 10px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .product-tab .tab-icon { width: 34px; height: 34px; }
  .product-tab .tab-text small { display: none; }
  .mock-week { gap: 3px; }
  .mock-day b { font-size: 9px; letter-spacing: 0; }
  .mock-slot { height: 30px; }
  .mock-slot.is-booked { font-size: 9px; padding: 4px 2px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-hint span { animation: none; }
}

/* ======================================================================
   Wide screens (1600px and up, e.g. 2K/4K monitors): widen the container
   and scale type so the page does not float in a narrow column.
   ====================================================================== */
@media (min-width: 1600px) {
  :root { --max: 1340px; }
  body { font-size: 18px; }
  .site-header { height: 124px; }
  .site-header nav { font-size: 15px; gap: 40px; }
  .wordmark > span { font-size: 30px; }
  .hero { padding-top: 84px; padding-bottom: 66px; }
  .hero-inner { max-width: 960px; }
  .hero h1 { font-size: clamp(40px, 4.6vw, 80px); }
  .hero-support, .hero-intro { font-size: 23px; max-width: 740px; }
  .hero-slip { width: 250px; }
  .hero-slip-left { top: 118px; }
  .hero-slip-right { top: 250px; }
  .slip-text { font-size: 16px; }
  h2, .section-heading h2, .relief h2, .faq-heading h2 { font-size: 40px; }
  .section-heading { max-width: 760px; }
  .section-heading > p:not(.eyebrow) { font-size: 20px; max-width: 700px; }
  .section { padding-block: 92px; }
  .journey { padding: 52px; min-height: 440px; }
  .journey h3 { font-size: 35px; max-width: 380px; }
  .journey-copy > p { font-size: 18px; max-width: 360px; }
  .three-columns h3 { font-size: 23px; }
  .three-columns p, .relief-list li, .setup-deliverables li { font-size: 18px; }
  .product-copy h3 { font-size: 33px; max-width: 420px; }
  .product-copy > p:not(.product-prompt) { font-size: 18px; max-width: 400px; }
  .product-tab { min-height: 84px; }
  .product-tab .tab-text b { font-size: 16px; }
  .product-tab .tab-text small { font-size: 13.5px; }
  .plan-card { padding: 36px 32px 32px; }
  .plan-card h3 { font-size: 30px; }
  .faq-list summary { font-size: 17px; }
  .faq-list details p { font-size: 17px; }
  .closing h2 { font-size: 30px; }
  .button { font-size: 15px; min-height: 54px; padding: 16px 26px; }
}
@media (min-width: 1900px) {
  :root { --max: 1440px; }
  .hero h1 { font-size: clamp(40px, 4.3vw, 86px); }
  .hero-slip-left { top: 130px; }
  .hero-slip-right { top: 270px; }
  .journey { min-height: 470px; }
}
/* Keep the hero slips near the headline instead of at the far container edges. */
@media (min-width: 1240px) {
  .hero-slip-left { left: max(0px, calc(50% - 640px)); }
  .hero-slip-right { right: max(0px, calc(50% - 640px)); }
}
@media (min-width: 1600px) {
  .hero-slip-left { left: max(0px, calc(50% - 700px)); }
  .hero-slip-right { right: max(0px, calc(50% - 700px)); }
}

/* Journey feed fills upward from the composer like a chat window, so early
   steps do not leave a blank block in the middle of the example screen. */
.feed { justify-content: flex-end; }
@media (min-width: 1600px) {
  /* Cards rarely wrap at this width, so less height needs reserving. */
  .feed { min-height: 312px; }
}

/* Work tray keeps one height on desktop: option chips sit on the same row as
   their label. On narrow screens the row wraps and the tray reserves the
   taller height instead. */
.tray-row { flex-wrap: wrap; }
.tray-row .tray-chips { margin-top: 0; flex: 1; min-width: 0; }
.tray-row .tray-chips .tray-confirm { margin-left: auto; }
@media (max-width: 850px) {
  .tray { min-height: 108px; }
}
/* Reserve the tallest step's height at each breakpoint so the example screen
   never changes size while it plays (brief: prevent disruptive movement). */
@media (max-width: 1100px) {
  .feed { min-height: 368px; }
  .tray { min-height: 104px; }
}
@media (max-width: 480px) {
  .feed { min-height: 444px; }
  .tray { min-height: 150px; }
  .tray-chip { font-size: 12px; padding: 5px 9px; min-height: 32px; }
  .tray-row .tray-chips { gap: 6px; }
  .tray-row .tray-chips .tray-confirm { margin-left: 0; min-height: 32px; font-size: 11.5px; padding: 5px 10px; }
}
@media (max-width: 850px) {
  .feed { min-height: 410px; }
  .tray { min-height: 190px; }
}
@media (max-width: 480px) {
  .feed { min-height: 476px; }
  .tray { min-height: 178px; }
}
@media (max-width: 380px) {
  .feed { min-height: 488px; }
}
@media (max-width: 380px) {
  .tray { min-height: 192px; }
}
@media (max-width: 380px) {
  /* The explanatory line wraps to three lines on some steps. */
  .example-bottom { min-height: 90px; }
}

/* ======================================================================
   Agents everywhere: smoother pointer, hero choreography, PV Hub work,
   and the realigned setup section (H08).
   ====================================================================== */

/* Pointer: distance-based duration (set by script) and ease-in-out. */
.agent-cursor {
  transition: transform var(--dur, 0.6s) cubic-bezier(0.45, 0, 0.2, 1), opacity 0.3s;
}
.agent-cursor.is-grabbing svg { transform: scale(0.9) rotate(-8deg); }
.agent-cursor svg { transition: transform 0.2s; }

/* Hero: slips can be dragged (transform via --dx/--dy), statuses flip,
   a small calendar card appears and gets the viewing. */
.hero-slip {
  transform: translate(var(--dx, 0px), var(--dy, 0px)) rotate(var(--tilt));
  transition: transform 0.9s cubic-bezier(0.45, 0, 0.2, 1), box-shadow 0.3s, opacity 0.5s;
}
.hero.is-live .hero-slip { animation: none; }
.hero-slip.is-grabbed {
  --tilt: 0deg;
  z-index: 3;
  box-shadow: 0 34px 60px rgba(20, 20, 20, 0.2);
}
.slip-status { transition: color 0.3s; }
.slip-status i { transition: background 0.3s; }
.hero-slip.is-done .slip-status { color: #141414; animation: badge-pop 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.hero-slip.is-done .slip-status i { background: #141414; }
.hero-slip-cal {
  --tilt: 2deg;
  right: 26px;
  top: 398px;
  width: 224px;
  padding: 14px 14px 12px;
  opacity: 0;
  pointer-events: none;
}
.hero.is-live .hero-slip-cal { animation: none; }
.hero-slip-cal.is-visible-card { opacity: 1; }
.hero-slip-cal .hs-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-top: 8px; }
.hero-slip-cal .hs-day { display: grid; gap: 4px; }
.hero-slip-cal .hs-day b { font: 600 8.5px/1 var(--font-ui); letter-spacing: 0.4px; color: #999; text-align: center; }
.hero-slip-cal .hs-day i { display: block; height: 14px; border-radius: 3px; background: #f0f0f0; }
.hero-slip-cal .hs-day i.busy { background: repeating-linear-gradient(135deg, #e3e3e3 0 3px, #f2f2f2 3px 6px); }
.hero-slip-cal .hs-slot {
  display: grid;
  place-items: center;
  height: 30px;
  border-radius: 4px;
  border: 1.5px dashed #d4d4d4;
  font: 700 8.5px/1 var(--font-ui);
  color: transparent;
  transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
}
.hero-slip-cal.is-booked .hs-slot {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  animation: badge-pop 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-slip-cal .slip-status { margin-top: 10px; }
.hero-slip-cal.is-booked .slip-status { color: #141414; }
.hero-slip-cal.is-booked .slip-status i { background: #141414; }
@media (min-width: 1240px) { .hero-slip-cal { display: block; right: max(0px, calc(50% - 640px)); } }
@media (min-width: 1600px) { .hero-slip-cal { top: 418px; right: max(0px, calc(50% - 700px)); } }
@media (min-width: 1900px) { .hero-slip-cal { top: 440px; } }

/* Underline is drawn by script (hero agent) rather than on a timer; it is
   shown at once without scripting or under reduced motion. */
.hero-underline path {
  animation: none;
  opacity: 0;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.85s cubic-bezier(0.45, 0, 0.2, 1);
}
.hero.is-underlined .hero-underline path { opacity: 1; stroke-dashoffset: 0; }
html:not(.js) .hero-underline path { opacity: 1; stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) {
  .hero-underline path { opacity: 1; stroke-dashoffset: 0; transition: none; }
  .hero-slip-cal { opacity: 1; }
}

/* PV Hub: the pointer works inside the mockups. */
.product-views { position: relative; }
#hub-cursor { z-index: 6; }
.mock .is-pending { opacity: 0; transform: translateY(8px); }
.mock .mock-bubble.out, .mock .mock-rows, .mock-timeline li {
  transition: opacity 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.mock-timeline li.is-pending { opacity: 0.35; transform: none; }
.mock-timeline li.is-pending .mock-node { background: #fff; color: #999; }
.mock-timeline li.is-pending em { opacity: 0; }
.mock-timeline li em { transition: opacity 0.3s; }
.mock-slot.is-booked, .mock-card.is-focus {
  transform: translate(var(--dx, 0px), var(--dy, 0px));
  transition: transform 0.95s cubic-bezier(0.45, 0, 0.2, 1), box-shadow 0.3s;
  position: relative;
}
.mock-slot.is-lifted, .mock-card.is-lifted { z-index: 4; box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22); }
.mock-slot.is-proposed { border: 1.5px dashed #cfcfcf; background: #fafafa; }
.mock-card.is-dropped { animation: badge-pop 0.3s cubic-bezier(0.2, 0.7, 0.2, 1); }
.mock-slot.is-dropped { animation: badge-pop 0.3s cubic-bezier(0.2, 0.7, 0.2, 1); }
.mock-col header span { transition: transform 0.2s; }
.mock-card.is-dropped ~ *, .mock-col header span.bump { transform: scale(1.15); }

/* Setup section (H08): one continuous track, everything on the same grid. */
.setup .section-heading { max-width: none; }
.setup .section-heading h2 { max-width: 820px; }
.setup-steps { position: relative; gap: 44px; }
@media (min-width: 701px) {
  .setup-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.setup-steps::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 19px;
  height: 2px;
  background: #e6e6e6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.45, 0, 0.2, 1) 0.2s;
}
html:not(.js) .setup-steps::before, .setup-steps.is-visible::before { transform: scaleX(1); }
.setup-step { margin-bottom: 22px; }
.setup-step > span {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 2px solid #e0e0e0;
  background: #fff;
  color: #141414;
  font-weight: 600;
  box-shadow: 0 0 0 6px #fff;
  transition: background 0.35s, color 0.35s, border-color 0.35s, scale 220ms ease-out;
}
.setup-step > i { display: none; }
.setup-steps .setup-step > span { box-shadow: 0 0 0 3px #fff, 0 0 0 4px var(--red), 0 0 0 7px #fff; }
.is-visible .setup-step > span { background: #141414; color: #fff; border-color: #141414; }
.setup-steps article:nth-child(2).is-visible .setup-step > span { transition-delay: 0.45s, 0.45s, 0.45s, 0s; }
.setup-steps article:nth-child(3).is-visible .setup-step > span { transition-delay: 0.75s, 0.75s, 0.75s, 0s; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .setup-steps .setup-step > span:hover { scale: 1.18; }
}
.setup-steps h3 { font-size: 21px; margin-bottom: 12px; }
.setup-deliverables {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  column-gap: 44px;
  padding: 44px 0 0;
  margin-top: 52px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.setup-deliverables h3 { font-size: 24px; letter-spacing: -0.5px; }
.setup-deliverables p { max-width: 360px; }
.setup-deliverables ul { columns: 1; }
.setup-deliverables li { align-items: flex-start; padding: 10px 0; margin: 0; border-bottom: 1px solid #efefef; }
.setup-deliverables li:first-child { padding-top: 0; }
.setup-deliverables li:last-child { border-bottom: 0; }
@media (max-width: 850px) {
  .setup-deliverables { grid-template-columns: 1fr; column-gap: 0; row-gap: 20px; padding-top: 32px; margin-top: 36px; }
  .setup-steps::before { display: none; }
}
@media (max-width: 700px) {
  .setup-steps article { position: relative; padding-left: 58px; }
  .setup-step { position: absolute; left: 0; top: 0; margin: 0; }
  .setup-steps h3 { margin-top: 6px; }
}
.mock-slot.is-proposed { transition: opacity 0.4s; }
.mock-slot.is-proposed.is-cleared { opacity: 0.35; border-style: dotted; }
@media (min-width: 1240px) {
  /* Room for the calendar card below the reminder card. */
  .hero { padding-bottom: 84px; }
}

/* Approved hero introduction copy. */
.hero-closing { margin: 0 auto 28px; max-width: 660px; font-size: 20px; line-height: 1.5; }
.hero-introduction { max-width: 680px; margin: 0 auto 28px; }
.hero-introduction h2 { font-size: 26px; line-height: 1.2; margin-bottom: 10px; }
.hero-introduction p { font-size: 17px; line-height: 1.55; margin: 10px 0 0; }
.hero-introduction .hero-introduction-lead { font-size: 20px; }

/* Connected demo, scoped to the existing H03 window. */

#pv-concept-refined{--paper:#fff;--ink:#202020;--soft:#f5f5f3;--line:#dededb;--demo-red:#DD0004;font-family:var(--font-ui);color:var(--ink);background:var(--paper);padding:24px;border:1px solid var(--line);border-radius:12px}#pv-concept-refined *{box-sizing:border-box}#pv-concept-refined h2{margin:8px 0 20px;font-size:26px;font-weight:500}#pv-concept-refined button{font:inherit;color:var(--ink);background:var(--paper);border:1px solid var(--line);padding:10px 13px;border-radius:6px;cursor:pointer;min-height:44px}#pv-concept-refined button[aria-pressed=true]{background:var(--ink);color:var(--paper)}#pv-concept-refined .pv-tabs,#pv-concept-refined .pv-controls,#pv-concept-refined .pv-modules{display:flex;gap:8px;flex-wrap:wrap}#pv-concept-refined .pv-meta{font-size:12px;letter-spacing:.5px}#pv-concept-refined .pv-workspace{margin:20px 0 12px;border:1px solid var(--line);border-radius:8px;overflow:hidden}#pv-concept-refined .pv-bar{padding:12px 16px;background:var(--soft);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}#pv-concept-refined .pv-grid{display:grid;grid-template-columns:1.2fr 1fr}#pv-concept-refined .pv-pane{padding:16px;min-width:0}#pv-concept-refined .pv-pane+ .pv-pane{border-left:1px solid var(--line)}#pv-concept-refined .pv-label{font-size:12px;margin-bottom:12px}#pv-concept-refined .pv-message{padding:12px;margin:9px 0;border-radius:8px;background:var(--soft);font-size:14px;line-height:1.5;animation:pv-enter .35s ease-out}#pv-concept-refined .pv-message.out{border-left:3px solid var(--demo-red)}#pv-concept-refined .pv-message small{display:block;font-size:11px;margin-bottom:5px}#pv-concept-refined .pv-field{padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;display:flex;justify-content:space-between;gap:16px}#pv-concept-refined .pv-field span:last-child{text-align:right}#pv-concept-refined .pv-board{padding:16px;border-top:1px solid var(--line)}#pv-concept-refined .pv-lanes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}#pv-concept-refined .pv-lane{background:var(--soft);padding:10px;min-height:100px;border-radius:6px;font-size:12px}#pv-concept-refined .pv-opportunity{background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--demo-red);padding:10px;margin-top:12px;font-size:13px;animation:pv-enter .4s ease-out}#pv-concept-refined .pv-opportunity small{display:block;margin-top:6px}#pv-concept-refined .pv-module{font-size:12px;border:1px solid var(--line);padding:8px;border-radius:5px}#pv-concept-refined .pv-module.active{color:var(--demo-red);border-color:var(--demo-red)}#pv-concept-refined .pv-controls{align-items:center;margin-top:16px}#pv-concept-refined .pv-controls span{margin-left:auto;font-size:13px}#pv-concept-refined .pv-result{margin:15px 0 0;font-size:15px;line-height:1.5}#pv-concept-refined .pv-pane{min-height:260px}@keyframes pv-enter{from{transform:translateY(8px);opacity:.3}to{transform:translateY(0);opacity:1}}@media(max-width:540px){#pv-concept-refined{padding:14px}#pv-concept-refined .pv-grid{grid-template-columns:1fr}#pv-concept-refined .pv-pane+.pv-pane{border-left:0;border-top:1px solid var(--line)}#pv-concept-refined .pv-pane{min-height:0}#pv-concept-refined .pv-lanes{grid-template-columns:1fr}#pv-concept-refined .pv-lane{min-height:45px}}@media(prefers-reduced-motion:reduce){#pv-concept-refined *{animation:none!important}}

#pv-concept-refined { min-width: 0; width: 100%; }

/* Approved demo layout refinement: narrower introduction, wider window. */
#how-it-works > .journey {
  grid-template-columns: minmax(180px, 24%) minmax(0, 76%);
  padding: 32px;
}
#how-it-works .journey-copy { padding-right: 28px; }
#how-it-works .journey-copy h3 { font-size: 26px; max-width: 240px; }
#how-it-works .journey-copy > p { font-size: 14px; }
#how-it-works .journey-copy .example-caption { font-size: 12px; }
#pv-concept-refined { padding: 16px; font-size: 13px; }
#pv-concept-refined .pv-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
#pv-concept-refined .pv-tabs button {
  width: 100%;
  padding: 11px 7px;
  white-space: nowrap;
  background: #202020;
  color: #fff;
  border-color: #202020;
  font-size: 12px;
}
#pv-concept-refined .pv-tabs button[aria-pressed="true"] {
  background: #363636;
  border-bottom: 3px solid #DD0004;
}
#pv-concept-refined .pv-workspace { margin-top: 12px; }
#pv-concept-refined .pv-bar { font-size: 12px; padding: 10px 12px; }
#pv-concept-refined .pv-pane { padding: 12px; min-height: 240px; }
#pv-concept-refined .pv-message { font-size: 13px; padding: 10px; }
#pv-concept-refined .pv-field { font-size: 12px; gap: 10px; padding: 9px 0; }
#pv-concept-refined .pv-board { padding: 12px; }
#pv-concept-refined .pv-opportunity { font-size: 12px; padding: 8px; }
#pv-concept-refined .pv-module { font-size: 11px; padding: 6px 8px; }
#pv-concept-refined .pv-controls button { font-size: 12px; padding: 8px 10px; }
#pv-concept-refined .pv-result { font-size: 13px; }
@media (max-width: 1050px) {
  #how-it-works > .journey { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  #how-it-works .journey-copy { padding-right: 0; }
  #how-it-works .journey-copy h3 { max-width: 600px; }
  #how-it-works .journey-copy > p { max-width: 600px; }
}
@media (max-width: 540px) {
  #how-it-works > .journey { padding: 20px 12px; }
  #pv-concept-refined { padding: 10px; }
  #pv-concept-refined .pv-tabs { gap: 4px; }
  #pv-concept-refined .pv-tabs button { font-size: 11px; white-space: normal; padding: 9px 4px; }
  #pv-concept-refined .pv-pane { min-height: 0; }
}

/* Approved connected-demo typing, task pointer, card movement and progress. */
#pv-concept-refined { position: relative; }
#pv-concept-refined .pv-work-cursor { position:absolute; left:0; top:0; z-index:8; pointer-events:none; display:block; opacity:0; transition:transform 1.1s ease-in-out, opacity .2s; }
#pv-concept-refined .pv-work-cursor.visible { opacity:1; }
#pv-concept-refined .pv-working { box-shadow:inset 0 -2px #DD0004; }
#pv-concept-refined .pv-typing::after { content:'|'; color:#DD0004; animation:pv-caret .65s step-end infinite; }
#pv-concept-refined .pv-dragging { position:relative; z-index:4; box-shadow:0 8px 20px #0002; animation:none; }
#pv-concept-refined .pv-motion-progress { display:flex; gap:6px; margin-top:15px; }
#pv-concept-refined .pv-motion-progress > span { height:3px; background:#dededb; flex:1; overflow:hidden; }
#pv-concept-refined .pv-motion-progress i { display:block; height:100%; width:0; background:#DD0004; }
#pv-concept-refined .pv-motion-progress .complete i { width:100%; }
@keyframes pv-caret { 50% { opacity:0; } }
@media(prefers-reduced-motion:reduce) { #pv-concept-refined .pv-work-cursor { display:none; } #pv-concept-refined .pv-opportunity { transition:none!important; } }

/* Approved playback controls matching the original demo. */
#pv-concept-refined .pv-bar { align-items:center; }
#pv-concept-refined .pv-heading-details { display:flex; flex-direction:column; gap:5px; min-width:0; }
#pv-concept-refined .pv-playback-tools { display:flex; align-items:center; gap:12px; margin-left:auto; }
#pv-concept-refined #pv-step { white-space:nowrap; font-variant-numeric:tabular-nums; color:#777; }
#pv-concept-refined #pv-play { display:inline-flex; align-items:center; gap:7px; padding:6px 12px; min-height:36px; border:1px solid #dededb; border-radius:999px; background:#fff; color:#141414; font-size:12px; font-weight:600; }
#pv-concept-refined .pv-play-symbol { width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:7px solid #DD0004; }
#pv-concept-refined #pv-play[aria-pressed="true"] .pv-play-symbol { width:8px; height:12px; border-top:0; border-bottom:0; border-left:3px solid #DD0004; border-right:3px solid #DD0004; }
#pv-concept-refined .pv-controls { justify-content:space-between; flex-wrap:nowrap; gap:16px; }
#pv-concept-refined .pv-controls .pv-result { margin:0; flex:1; }
#pv-concept-refined #pv-next, #pv-concept-refined #pv-replay { padding:8px 0 8px 8px; background:transparent; border:0; border-radius:0; font-weight:600; white-space:nowrap; color:#141414; }
#pv-concept-refined #pv-next span, #pv-concept-refined #pv-replay span { margin-left:8px; font-size:16px; }
#pv-concept-refined #pv-next[hidden], #pv-concept-refined #pv-replay[hidden] { display:none; }
#pv-concept-refined .pv-motion-progress { margin-top:12px; }
@media(max-width:540px) { #pv-concept-refined .pv-controls { flex-wrap:wrap; } #pv-concept-refined .pv-controls .pv-result { flex-basis:100%; } #pv-concept-refined #pv-next, #pv-concept-refined #pv-replay { margin-left:auto; } }

/* Approved capabilities grid and connected-system section. */
.capabilities-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.capability-card { display:flex; flex-direction:column; padding:25px 22px 20px; border:1px solid #e5e5e5; border-radius:10px; background:#fff; min-width:0; }
.capability-number { font:500 12px/1 var(--font-ui); color:var(--red); margin-bottom:26px; }
.capability-card h3 { font-size:19px; line-height:1.3; letter-spacing:-.4px; margin-bottom:14px; }
.capability-card > p { font-size:14px; line-height:1.65; color:#606060; margin:0 0 25px; }
.capability-module { margin-top:auto; padding-top:14px; border-top:1px solid #e8e8e8; font:500 11px/1.6 var(--font-ui); color:#666; }
.capabilities-note { font-size:12px; line-height:1.6; color:#777; margin-top:20px; }
.connected-section { padding:36px 0 44px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.connected-copy { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start; }
.connected-copy h2 { font-size:30px; letter-spacing:-.8px; line-height:1.2; }
.connected-copy p { font-size:16px; line-height:1.6; color:#606060; }
.connected-flow { list-style:none; margin:32px 0 0; padding:0; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.connected-flow li { display:flex; flex-wrap:wrap; align-items:center; gap:10px; padding:16px 12px; background:#f5f5f5; border-radius:6px; font:500 13px/1.4 var(--font-ui); }
.connected-index { width:100%; color:var(--red); font-size:11px; }
.connected-flow b { margin-left:auto; color:#888; font-weight:400; }
@media(max-width:1050px) { .capabilities-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .capabilities-grid { grid-template-columns:1fr; gap:12px; } .capability-card { padding:22px; } .capability-number { margin-bottom:16px; } .connected-copy { grid-template-columns:1fr; gap:16px; } .connected-flow { grid-template-columns:1fr; gap:6px; } .connected-index { width:auto; } .connected-flow b { transform:rotate(90deg); } }

/* Shared PV HUB frame for the approved capabilities collection. */
.capabilities-frame { border:1px solid #dededb; border-radius:12px; padding:28px; background:#f7f7f7; }
.capabilities-brand { display:flex; align-items:center; gap:6px; font:700 23px/1 var(--font-ui); color:#141414; margin-bottom:26px; }
.capabilities-brand span { font-weight:400; color:#606060; }
.capabilities-brand i { display:block; width:26px; height:2px; background:var(--red); margin-left:10px; }
.capabilities-frame .capabilities-grid { grid-auto-rows:1fr; }
@media(max-width:600px) { .capabilities-frame { padding:16px; } .capabilities-frame .capabilities-grid { grid-auto-rows:auto; } }

/* Approved discovery-call invitation after capabilities. */
.company-intro .corporate-line { grid-template-columns: 1fr; gap: 12px; background: #ededed; }
.capabilities-cta { display:flex; align-items:center; justify-content:space-between; gap:32px; padding:36px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.capabilities-cta h2 { font-size:30px; line-height:1.2; letter-spacing:-.8px; max-width:640px; margin-bottom:12px; }
.capabilities-cta p { font-size:16px; line-height:1.6; color:#606060; max-width:640px; }
.capabilities-cta > .button { flex-shrink:0; }
@media(max-width:760px) { .capabilities-cta { flex-direction:column; align-items:flex-start; gap:24px; } }

/* Keep the descriptor aligned to the wordmark width at every breakpoint. */
.wordmark { width: max-content; }
.wordmark small { display: flex; justify-content: space-between; width: 0; min-width: 100%; white-space: nowrap; letter-spacing: 0; }

/* Approved Layered logo; transparent artwork framing removes empty canvas only. */
.wordmark.wordmark-art { position: relative; display: block; width: 187px; max-width: 46vw; aspect-ratio: 636 / 182; overflow: hidden; flex-shrink: 0; }
.wordmark.wordmark-art img { display: block; width: 100%; height: auto; }
@media (max-width: 600px) { .wordmark.wordmark-art { width: 153px; } }

/* Approved PV HUB introduction and demo identity. */
.hero-actions { flex-wrap: wrap; }
.capabilities-intro { max-width: 760px; margin: 20px 0 0; }
.product-lockup.demo-brand { gap: 10px; }
.demo-brand img { display: block; width: 40px; height: 45px; flex-shrink: 0; }
.demo-brand b { color: #fff; font-weight: 700; white-space: nowrap; }
.demo-brand b span { color: #bfbfbf; font-weight: 700; }

/* Approved inline PV HUB branding and module benefits. */
.hero-meet-logo { display: flex; justify-content: center; align-items: center; gap: 9px; }
.pv-brand-inline { display: inline-flex; align-items: center; gap: 9px; color: #141414; font-weight: 700; white-space: nowrap; }
.pv-brand-inline img { display: block; width: 32px; height: 36px; }
.capabilities-brand img { display: block; width: 40px; height: 45px; margin-right: 4px; }
.capabilities-brand b, .capabilities-brand b span { font-weight: 700; }
.module-guide-card .module-benefit { margin: -10px 0 24px; max-width: 800px; color: #303030; font-size: 18px; line-height: 1.6; }

/* Booking support and legal-page formatting. */
.booking-panel-title .pv-brand-inline { color: #141414; }
.booking-panel-title .pv-brand-hub { color: #606060; }
.booking-page :focus-visible { outline-color: var(--red); }
.booking-help-options { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; align-items: center; }
.copy-email { border: 0; background: transparent; padding: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.booking-help .copy-email-status { font-size: 13px; margin-top: 10px; }
.policy-copy { max-width: 800px; }
.policy-copy h2 { margin: 32px 0 14px; }
.policy-copy p { white-space: pre-line; }
.policy-version { color: var(--muted); }

/* Real estate overview before the FAQs. */
.real-estate-overview h2 { max-width: 900px; }
.real-estate-overview-copy { max-width: 900px; }
.real-estate-overview-copy p { margin-top: 24px; }
.real-estate-overview-copy a { text-decoration: underline; text-underline-offset: 3px; }


.contact-policy-links { color: var(--muted); font-family: var(--font-ui); font-size: 14px; text-align: center; margin-top: 12px; }
.contact-policy-links a { text-decoration: underline; text-underline-offset: 3px; }

.business-details { display: grid; gap: 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.business-details strong { color: var(--ink); font-weight: 600; }
.business-email { overflow-wrap: anywhere; user-select: text; }

/* Launch additions reuse the existing button, text and spacing system. */
.hero-primary-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:16px; }
.hero-market { max-width:740px; margin:20px auto; color:var(--muted); line-height:1.6; }
.hero-languages { margin:12px auto; color:var(--muted); font-size:14px; }
.whatsapp-link[aria-disabled="true"] { opacity:.65; cursor:not-allowed; }
.survey-invitation .section-heading { margin-bottom:0; }
.survey-invitation .button { margin-top:24px; margin-bottom:12px; }
.booking-whatsapp { margin-top:16px; }
.booking-whatsapp a { text-decoration:underline; text-underline-offset:3px; }
@media(max-width:600px) { .hero-primary-actions { width:100%; } .hero-primary-actions .button { width:100%; } }

/* Third launch pass: section separation and subordinate copy. */
.hero { padding-bottom: 156px; }
.hero-scope { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 660px; margin: -10px auto 27px; }
.capabilities-summary { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 20px; }
.capabilities-summary + .capabilities-note { margin-top: 8px; }
@media (max-width: 850px) {
  .hero { padding-bottom: 128px; }
  .hero-scope { font-size: 16px; }
}
@media (min-width: 1600px) {
  .hero { padding-bottom: 184px; }
}
/* Keep the illustrative pointer inside its panel after viewport resizing. */
#pv-concept-refined { overflow: clip; }

/* Approved homepage copy and contact presentation. */
.hero .hero-intro-label { margin: 30px auto 0; color: var(--red); font-size: clamp(24px, 2.5vw, 30px); line-height: 1.3; font-weight: 800; letter-spacing: 0; text-transform: none; }
.hero-intro { margin-top: 10px; }
.hero-scroll-cue { margin-top: 16px; }
.modules-prompt-link, .module-inline-link { color: var(--red); }
.modules-prompt-link:hover, .module-inline-link:hover, .contact-methods a:not(.button):hover, .footer-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-methods { display: grid; gap: 12px; margin: 24px 0; justify-items: start; }
.contact-methods p { margin: 0; overflow-wrap: anywhere; }
.contact-methods a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.footer-contact h3 { font-size: 14px; margin-bottom: 8px; }
.footer-contact .contact-row { display: flex; align-items: center; justify-content: flex-end; gap: 10px; min-height: 36px; overflow-wrap: anywhere; }
.footer-contact svg { flex-shrink: 0; }
.footer-contact .footer-whatsapp { min-height: 44px; padding: 10px 14px; gap: 10px; margin-top: 8px; border: 1px solid currentColor; background: transparent; color: var(--ink); }
.footer-contact a:hover, .contact-methods a:not(.button):hover { color: var(--red); }
@media (max-width: 850px) {
  .footer-contact .contact-row { justify-content: flex-start; min-height: 44px; }
  .footer-contact nav a, .contact-methods a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; }
}
.contact-methods .button, .real-estate-overview-copy .button { text-decoration: none; }
.real-estate-overview-copy .button { margin-top: 20px; }

.contact-methods .email-help { font-size: 13px; margin: 0; }
.copy-email { border: 0; background: transparent; padding: 8px 0; min-height: 44px; color: var(--red); text-decoration: underline; font: inherit; cursor: pointer; }

.contact-form-handoff { padding: 28px; background: #f7f7f7; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form-handoff h3 { font-size: 24px; }
.contact-form-handoff p { margin: 16px 0; color: var(--muted); line-height: 1.6; }
.contact-form-handoff .button { margin: 8px 0; }
.contact-form button:disabled { opacity: .65; cursor: wait; }

/* Consent controls are separate from the website's editorial layout. */
.cookie-settings { border: 0; padding: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.cookie-settings:hover { color: var(--red, #dd0004); }
.cookie-notice { position: fixed; z-index: 10000; bottom: 16px; left: 16px; right: 16px; max-width: 400px; margin-left: auto; padding: 12px; background: #fff; color: #242424; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 24px #0002; font-size: 14px; }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0 0 8px; font-size: 13px; line-height: 1.4; }
.cookie-notice > div { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-notice .button { flex: 1; min-height: 44px; font-size: 13px; padding: 8px 10px; }
