* {
  box-sizing: border-box;
}
:root {
  --ink: #17362a;
  --muted: #52675d;
  --paper: #f5f7f1;
  --green: #dcead6;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
}
nav,
footer {
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  gap: 24px;
}
nav {
  position: static;
  background: none;
  border: 0;
}
nav div {
  display: flex;
  gap: 25px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.brand {
  font-size: 22px;
  letter-spacing: -1px;
}
main {
  max-width: 1240px;
  margin: auto;
  padding: 0 32px;
}
header {
  padding: 85px 0 60px;
}
h1 {
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.09;
  letter-spacing: -3px;
  max-width: 850px;
  font-weight: 550;
  margin: 22px 0;
}
h1 em {
  font-style: normal;
  color: #64885b;
}
header p {
  font-size: 20px;
  max-width: 650px;
  color: var(--muted);
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
h2 {
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: -1px;
}
h3 {
  font-size: 22px;
  line-height: 1.3;
}
.products,
.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 28px 0 70px;
}
.product,
.sample {
  background: white;
  border: 1px solid #d7dfd1;
  border-radius: 18px;
  padding: 32px;
}
.green {
  background: var(--green);
}
.product h2 {
  font-size: 44px;
  margin: 25px 0 12px;
}
.product p {
  min-height: 120px;
  color: var(--muted);
}
.product strong {
  font-size: 15px;
}
.more {
  color: var(--ink);
  display: block;
  margin-top: 30px;
}
.statement {
  padding: 55px;
  text-align: center;
  border-radius: 20px;
  margin: 45px 0;
}
.statement p {
  max-width: 680px;
  margin: 20px auto;
}
.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 55px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(38px, 4.5vw, 60px);
}
.button {
  display: inline-block;
  background: var(--ink);
  color: white;
  padding: 15px 24px;
  border-radius: 9px;
  font-weight: 650;
  margin: 15px 0;
}
small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.sample {
  box-shadow: 0 16px 50px #17362a0b;
  transform: rotate(1deg);
}
.sample div {
  border-top: 1px solid #e3e9dd;
  padding: 17px 0;
}
.sample p {
  font-size: 15px;
  margin: 5px 0;
}
.pill {
  color: var(--ink);
  display: inline-block;
  padding: 8px 12px;
  background: #edf4e8;
  border-radius: 20px;
  font-size: 11px;
}
.three article {
  padding: 16px;
}
.three article > span {
  font-size: 11px;
  letter-spacing: 1px;
}
.three p {
  color: var(--muted);
}
footer {
  font-size: 12px;
  border-top: 1px solid #d7dfd1;
  margin-top: 35px;
}
a:focus-visible {
  outline: 3px solid #64885b;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  main {
    padding: 0 20px;
  }
  nav,
  footer {
    padding: 20px;
    flex-wrap: wrap;
  }
  header {
    padding: 45px 0;
  }
  .hero,
  .three,
  .products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product p {
    min-height: 0;
  }
  h1 {
    letter-spacing: -1.8px;
  }
  .statement {
    padding: 30px 20px;
  }
  .sample {
    transform: none;
  }
  nav div {
    gap: 15px;
  }
}
.relay-marketing .skip {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: #17362a;
  color: white;
  z-index: 10;
}
.relay-marketing .skip:focus {
  top: 12px;
}
.relay-marketing .hero {
  padding-top: 70px;
  gap: 65px;
}
.relay-marketing .hero h1 {
  font-size: clamp(42px, 5.2vw, 70px);
}
.hero-actions,
.product-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.secondary-cta {
  font-weight: 650;
}
.sample-number {
  float: right;
  color: #52675d;
  font-size: 12px;
}
.experience {
  border: 1px solid #d7dfd1;
  border-radius: 24px;
  background: #fff;
  padding: 44px;
  margin: 30px 0 75px;
}
.experience-heading h2 {
  font-size: 42px;
  margin: 16px 0;
}
.experience-heading p,
.persona-proof,
.example-note,
.trust-list p,
.relay-faq p {
  color: #52675d;
}
.perspective-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
.relay-marketing button {
  font: inherit;
  cursor: pointer;
  border: 1px solid #bacab2;
  background: #f5f7f1;
  color: #17362a;
  border-radius: 8px;
  padding: 11px 17px;
  min-height: 44px;
}
.relay-marketing button[aria-pressed="true"] {
  background: #17362a;
  color: #fff;
  border-color: #17362a;
}
.relay-marketing button:focus-visible,
.relay-marketing summary:focus-visible {
  outline: 3px solid #64885b;
  outline-offset: 4px;
}
.perspective-summary {
  min-height: 185px;
  padding: 18px 0;
}
.perspective-summary h3 {
  margin-bottom: 8px;
}
.perspective-summary p {
  max-width: 840px;
  margin: 8px 0;
}
.persona-proof {
  font-size: 14px;
}
.example-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #d7dfd1;
  padding-top: 24px;
  flex-wrap: wrap;
}
.example-controls div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.conversation-example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.conversation-example article {
  padding: 25px;
  border: 1px solid #d7dfd1;
  border-radius: 14px;
  min-width: 0;
}
.conversation-example h3 {
  font-size: 21px;
}
.employee-voice {
  background: #f0f5ec;
}
.next-step-example {
  background: #17362a;
  color: white;
}
.next-step-example div {
  margin: 14px 0;
}
.next-step-example p {
  margin: 5px 0;
}
.follow-date {
  font-size: 13px;
  color: #dcead6;
  border-top: 1px solid #52675d;
  padding-top: 16px;
}
.first-shared {
  display: inline-block;
  background: #fff2d4;
  color: #704908;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 12px;
}
.conversation-example small {
  margin-top: 9px;
}
.example-note {
  font-size: 12px;
  margin-bottom: 0;
}
.trust-section {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
  padding: 55px 15px;
}
.trust-list article {
  border-bottom: 1px solid #d7dfd1;
  padding: 0 0 16px;
  margin: 0 0 22px;
}
.trust-list h3 {
  margin: 0 0 8px;
}
.product-links {
  justify-content: center;
  font-weight: 650;
}
.pricing {
  background: #17362a;
  color: white;
}
.pricing h2 {
  font-size: 58px;
}
.pricing h2 span {
  font-size: 19px;
  letter-spacing: 0;
  display: block;
  margin-top: 10px;
}
.pricing .button {
  background: #dcead6;
  color: #17362a;
}
.pricing .pricing-bundle {
  color: #dcead6;
  font-size: 14px;
  max-width: 640px;
}
.relay-faq {
  max-width: 860px;
  margin: 55px auto 75px;
}
.relay-faq details {
  border-bottom: 1px solid #d7dfd1;
  padding: 20px 0;
}
.relay-marketing summary {
  cursor: pointer;
  font-weight: 650;
  min-height: 32px;
}
@media (max-width: 760px) {
  .relay-marketing .hero {
    padding-top: 36px;
    gap: 30px;
  }
  .experience {
    padding: 24px 18px;
  }
  .experience-heading h2 {
    font-size: 34px;
  }
  .conversation-example,
  .trust-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .perspective-summary {
    min-height: 0;
  }
  .trust-section {
    padding: 30px 0;
  }
  .perspective-buttons button {
    flex: 1 1 40%;
    padding: 10px;
  }
  .example-controls button {
    font-size: 14px;
  }
  .conversation-example article {
    padding: 20px;
  }
  .hero-actions {
    gap: 14px;
  }
  .pricing h2 {
    font-size: 50px;
  }
}
.perspective-picker,
.scenario-picker {
  border: 0;
  margin: 24px 0;
  padding: 0;
  min-width: 0;
}
.scenario-picker {
  border-top: 1px solid #d7dfd1;
  padding-top: 24px;
}
.perspective-picker legend,
.scenario-picker legend {
  padding: 0 0 15px;
}
.demo-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.demo-radio + label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #bacab2;
  background: #f5f7f1;
  color: #17362a;
  border-radius: 8px;
  padding: 11px 17px;
  margin: 0 8px 8px 0;
  min-height: 44px;
}
.demo-radio:checked + label {
  background: #17362a;
  color: white;
  border-color: #17362a;
}
.demo-radio:focus-visible + label {
  outline: 3px solid #64885b;
  outline-offset: 4px;
}
.perspective-picker .perspective-summary,
.scenario-picker .conversation-example {
  display: none;
}
#persona-executive:checked ~ .persona-executive,
#persona-manager:checked ~ .persona-manager,
#persona-hr:checked ~ .persona-hr,
#persona-contributor:checked ~ .persona-contributor {
  display: block;
}
#scenario-engineering:checked ~ .scenario-engineering,
#scenario-operations:checked ~ .scenario-operations {
  display: grid;
}
