/* Outcome-led product page within the established attenlo identity. */
.product-page .access-page section p + p {
  margin-top: 16px;
}
.product-page {
  font-size: 16px;
}
.product-page p {
  line-height: 1.65;
}
.product-page h2 {
  font-size: clamp(2rem, 3.35vw, 3rem);
}
.product-page h3 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  font-weight: 650;
}
.product-page main section {
  scroll-margin-top: 28px;
}
.product-page .site-header {
  height: 108px;
}
.product-page .site-header nav {
  gap: 24px;
  font-size: 0.875rem;
}
.product-page .nav-cta {
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
}
.product-page .button {
  font-size: 0.9375rem;
  min-height: 54px;
  gap: 20px;
}
.product-opening {
  background: var(--citron);
}
.product-hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 72px;
  align-items: center;
  padding-block: 55px 65px;
}
.product-promise h1 {
  font-size: clamp(3rem, 5.75vw, 5.4rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.product-promise h1 span {
  color: #455830;
}
.product-promise > p {
  margin-top: 26px;
  max-width: 47ch;
  font-size: 1.0625rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}
.quiet-link {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.product-promise .hero-audience {
  font-size: 0.875rem;
  max-width: 45ch;
  margin-top: 20px;
}
.hero-record {
  background: var(--paper);
  padding: 30px 32px 20px;
  border-radius: 12px;
  box-shadow: 0 15px 35px #22352d12;
  max-width: 450px;
  justify-self: end;
  width: 100%;
}
.record-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 650;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.record-title {
  padding-top: 22px;
}
.record-title h2 {
  font-size: 2rem;
}
.record-title > span {
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 5px;
}
.record-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-block: 23px;
}
.record-facts dt {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 5px;
}
.record-facts dd {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.record-progress {
  list-style: none;
  padding: 0;
  margin: 0;
}
.record-progress li {
  position: relative;
  display: flex;
  gap: 14px;
  min-height: 69px;
  padding-bottom: 18px;
}
.record-progress li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: var(--line);
}
.record-progress li:last-child:before {
  display: none;
}
.mini-node {
  position: relative;
  flex: none;
  width: 21px;
  height: 21px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  margin-top: 1px;
}
.mini-node.done {
  background: var(--ink);
}
.mini-node.done:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid var(--paper);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.current .mini-node {
  background: var(--citron);
  outline: 4px solid var(--citron);
}
.planned .mini-node {
  border-style: dashed;
}
.record-progress strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 650;
}
.record-progress li div > span {
  display: block;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 4px;
}
.record-caption {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 0.75rem;
  color: var(--muted);
}
.workflow-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  border-top: 1px solid #9cae59;
  padding-block: 28px 34px;
  font-size: 0.875rem;
  font-weight: 650;
}
.workflow-strip > span {
  position: relative;
  padding-left: 16px;
}
.workflow-strip > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.workflow-strip small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 4px;
}
.product-section {
  padding-block: 96px;
}
.section-lead {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: end;
}
.section-lead > p {
  max-width: 45ch;
  color: var(--muted);
}
.how-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 0;
  margin: 48px 0 0;
}
.how-steps li {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.step-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 0.875rem;
}
.how-steps p,
.audiences p {
  margin-top: 14px;
  color: var(--muted);
}
.fragmented-section {
  background: var(--soft);
  padding-block: 76px;
}
.fragmented-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
}
.fragmented-layout p + p {
  margin-top: 22px;
}
.fragmented-line {
  font-size: 1.25rem;
  line-height: 1.6 !important;
}
.fragmented-answer {
  font-weight: 650;
}
.control-workflow {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  margin-top: 45px;
}
.workflow-controls {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 0;
}
.workflow-controls button {
  padding: 24px 20px;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  min-height: 105px;
}
.workflow-controls button[aria-selected="true"] {
  background: var(--soft);
}
.workflow-controls button:hover {
  background: #dee5d8;
}
.workflow-controls button span {
  display: block;
  font-size: 1.125rem;
  font-weight: 650;
}
.workflow-controls small {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  color: var(--muted);
}
.workflow-panel {
  background: var(--soft);
  padding: 36px 40px;
  min-height: 360px;
}
.workflow-status {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 650;
  margin-bottom: 23px;
  padding: 7px 10px;
  background: #f1dfbb;
  color: #6c4414;
  border-radius: 4px;
}
.workflow-panel h3 {
  font-size: 1.65rem;
  line-height: 1.25;
}
.workflow-panel > p {
  margin-top: 18px;
}
.workflow-panel dl {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 20px;
}
.workflow-panel dl > div + div {
  margin-top: 17px;
}
.workflow-panel dt {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 5px;
}
.workflow-panel dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 650;
}
.workflow-panel .sample-note,
.workflow-footnote {
  font-size: 0.8125rem;
  color: var(--muted);
}
.workflow-footnote {
  margin-top: 24px;
  max-width: 105ch;
}
.payments-section {
  background: var(--ink);
  color: var(--paper);
  padding-block: 86px 28px;
}
.payments-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
}
.payments-layout h2 span {
  color: var(--citron);
}
.payments-layout > div > p {
  max-width: 42ch;
  margin-top: 27px;
  color: #d0dacb;
}
.development-label {
  display: inline-block;
  margin-top: 24px;
  padding: 9px 12px;
  border: 1px solid #8caa7a;
  border-radius: 4px;
  font-size: 0.875rem;
  color: var(--citron);
}
.payment-route > div {
  position: relative;
  padding: 0 0 32px 63px;
}
.payment-route > div:not(:last-child):before {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 1px;
  background: #667c5e;
}
.payment-node {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #8caa7a;
  border-radius: 50%;
  font-size: 0.875rem;
  color: var(--citron);
}
.payment-route h3 {
  padding-top: 7px;
}
.payment-route p {
  font-size: 0.9375rem;
  color: #d0dacb;
  margin-top: 12px;
  max-width: 40ch;
}
.payments-disclosure {
  font-size: 0.8125rem;
  color: #d0dacb;
  padding-top: 25px;
  border-top: 1px solid #586c51;
  margin-top: 45px;
  line-height: 1.7;
}
.audiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 48px;
}
.audiences article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.sectors {
  margin-top: 45px;
  font-size: 0.875rem;
  color: var(--muted);
}
.pricing-section {
  background: var(--soft);
  padding-block: 78px;
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
}
.pricing-layout > div > p {
  margin-top: 24px;
}
.price-offer {
  border-left: 1px solid var(--line);
  padding-left: 48px;
}
.price-offer .price {
  font-size: 4.5rem;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.price-offer .price-unit {
  font-size: 1.125rem;
  margin-top: 12px;
}
.price-offer .button {
  margin-top: 26px;
}
.price-offer small {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.65;
  margin-top: 19px;
  max-width: 48ch;
  color: var(--muted);
}
.beta-section {
  padding-block: 100px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
}
.beta-intro > p {
  margin-top: 24px;
  max-width: 43ch;
  color: var(--muted);
}
.beta-expectations {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 25px;
  max-width: 45ch;
}
.beta-expectations strong {
  font-size: 0.9375rem;
}
.beta-expectations p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 12px;
}
.beta-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.beta-form h3 {
  margin-bottom: 26px;
  font-size: 1.6rem;
}
.beta-form label {
  font-size: 0.875rem;
  font-weight: 650;
  margin-bottom: 8px;
}
.beta-form input:not([type="checkbox"]),
.beta-form select,
.beta-form textarea {
  width: 100%;
  border: 1px solid #87957f;
  border-radius: 6px;
  background: transparent;
  font: inherit;
  color: var(--ink);
  min-height: 48px;
  padding: 12px;
  margin-bottom: 20px;
  caret-color: var(--ink);
}
.beta-form textarea {
  resize: vertical;
  min-height: 110px;
}
.beta-form input::placeholder,
.beta-form textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-pair label {
  display: block;
}
.form-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.beta-form .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-weight: 400;
  line-height: 1.5;
  margin-block: 0 14px;
}
.consent-label input {
  accent-color: var(--ink);
  width: 18px;
  height: 18px;
  flex: none;
  margin: 2px 0 0;
}
.form-note {
  font-size: 0.8125rem;
  color: var(--muted);
}
.form-note a {
  text-decoration: underline;
}
.beta-form .button {
  margin-top: 22px;
}
.form-result {
  font-size: 0.9375rem;
  line-height: 1.6;
  background: var(--soft);
  padding: 16px;
  margin-top: 18px;
}
.form-result[data-error="true"] {
  background: #f5e4d5;
  color: #71381f;
}
.final-section {
  background: var(--citron);
  padding-block: 65px;
  text-align: center;
}
.final-section h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.final-section p {
  margin-top: 19px;
}
.final-section .button {
  margin-top: 25px;
}
.product-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 38px;
  font-size: 0.875rem;
}
.product-footer .wordmark {
  font-size: 1.8rem;
  margin-right: auto;
}
.product-page [hidden] {
  display: none !important;
}
.product-page a,
.product-page button,
.product-page input,
.product-page select,
.product-page textarea {
  scroll-margin-block: 20px;
}
.product-page .site-header nav a:hover {
  text-decoration: underline;
}
.product-page :focus-visible {
  outline-color: #235ede;
}
@media (max-width: 1100px) {
  .product-hero {
    gap: 34px;
    grid-template-columns: 1.2fr 1fr;
  }
  .product-promise h1 {
    font-size: 4rem;
  }
  .product-page .site-header nav {
    gap: 18px;
  }
  .product-page .site-header nav .desktop-link:nth-child(2) {
    display: none;
  }
  .hero-record {
    padding: 25px;
  }
  .payments-layout,
  .beta-section {
    gap: 50px;
  }
  .control-workflow {
    gap: 28px;
  }
  .section-lead,
  .fragmented-layout,
  .pricing-layout {
    gap: 45px;
  }
  .price-offer {
    padding-left: 30px;
  }
}
@media (max-width: 800px) {
  .product-page .site-header nav .desktop-link {
    display: none;
  }
  .product-hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 32px 40px;
  }
  .product-promise h1 {
    font-size: clamp(2.75rem, 8vw, 4.5rem);
  }
  .product-promise > p {
    max-width: 55ch;
  }
  .hero-record {
    max-width: none;
    justify-self: stretch;
  }
  .record-progress {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .record-progress li:before {
    display: none;
  }
  .record-progress li {
    min-height: 70px;
    padding-bottom: 0;
  }
  .workflow-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .section-lead,
  .fragmented-layout,
  .payments-layout,
  .pricing-layout,
  .beta-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .how-steps,
  .audiences {
    gap: 24px;
  }
  .control-workflow {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .workflow-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .workflow-controls button {
    padding: 17px 12px;
    min-height: 110px;
  }
  .workflow-controls button span {
    font-size: 1rem;
  }
  .workflow-controls small {
    font-size: 0.8125rem;
  }
  .price-offer {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .beta-intro > p,
  .beta-expectations {
    max-width: 65ch;
  }
  .beta-form {
    margin-top: 18px;
  }
  .payments-layout > div > p {
    max-width: 55ch;
  }
  .payment-route {
    margin-top: 10px;
  }
  .product-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .product-footer .wordmark {
    flex-basis: 100%;
  }
}
@media (max-width: 520px) {
  .product-page .site-header {
    height: 84px;
  }
  .product-page .wordmark {
    font-size: 1.6rem;
  }
  .product-page .wordmark img {
    width: 29px;
    height: 29px;
  }
  .product-page .site-header nav {
    gap: 14px;
  }
  .product-page .site-header .nav-cta {
    font-size: 0.8125rem;
    padding: 10px 11px;
  }
  .product-page .site-header .login-link {
    font-size: 0.875rem;
  }
  .product-promise h1 {
    font-size: clamp(2.6rem, 10.4vw, 3.6rem);
  }
  .product-promise > p {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    width: 100%;
    padding: 16px;
  }
  .hero-record {
    padding: 23px 22px 18px;
  }
  .record-progress {
    display: block;
  }
  .record-progress li {
    min-height: 73px;
    padding-bottom: 20px;
  }
  .record-progress li:before {
    display: block;
  }
  .record-progress li:last-child:before {
    display: none;
  }
  .workflow-strip {
    font-size: 0.8125rem;
    gap: 22px 12px;
  }
  .workflow-strip small {
    font-size: 0.75rem;
  }
  .product-section,
  .beta-section {
    padding-block: 60px;
  }
  .section-lead {
    gap: 22px;
  }
  .how-steps,
  .audiences {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 26px;
  }
  .how-steps li {
    padding-top: 22px;
  }
  .step-number {
    margin-bottom: 16px;
  }
  .fragmented-section,
  .pricing-section {
    padding-block: 55px;
  }
  .fragmented-line {
    font-size: 1.125rem;
  }
  .control-workflow {
    margin-top: 30px;
  }
  .workflow-controls {
    grid-template-columns: 1fr;
  }
  .workflow-controls button {
    min-height: auto;
    padding: 16px;
  }
  .workflow-controls small {
    margin-top: 4px;
  }
  .workflow-panel {
    padding: 27px 23px;
    min-height: 0;
  }
  .workflow-panel h3 {
    font-size: 1.4rem;
  }
  .payments-section {
    padding-top: 58px;
  }
  .payments-layout {
    gap: 36px;
  }
  .payment-route > div {
    padding-left: 53px;
  }
  .payments-disclosure {
    margin-top: 15px;
  }
  .price-offer .price {
    font-size: 4rem;
  }
  .form-pair {
    grid-template-columns: 1fr;
  }
  .final-section {
    padding-block: 52px;
  }
  .final-section h2 {
    font-size: 2.5rem;
  }
  .product-footer {
    padding-block: 30px;
  }
  .product-page .button {
    max-width: 100%;
  }
  .beta-expectations {
    margin-top: 25px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .workflow-panel {
    animation: attend-in 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @keyframes attend-in {
    from {
      clip-path: inset(0 0 5% 0);
    }
    to {
      clip-path: inset(0);
    }
  }
}
