@import url("style-base.css");
:root {
  --red: #1565d8;
}
.button-primary:hover {
  background: #0d47a1;
}
.brand-byline {
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
  margin-left: -5px;
}
.process-section {
  background: var(--white);
  padding: 112px 0;
}
.process-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
  margin-bottom: 50px;
}
.process-heading .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.process-heading h2 {
  font-family: var(--display);
  font-size: clamp(39px, 4.7vw, 63px);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}
.process-heading h2 em {
  font-style: normal;
  color: var(--red);
}
.process-heading > p:last-child {
  color: var(--muted);
  max-width: 390px;
  margin: 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.process-grid article {
  padding: 23px 20px 28px;
  border-right: 1px solid var(--line);
}
.process-grid article:last-child {
  border-right: 0;
}
.process-grid article > span {
  color: var(--red);
  font-family: var(--display);
  font-size: 12px;
}
.process-grid h3 {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.04em;
  margin: 47px 0 12px;
}
.process-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}
.pricing-note {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  color: var(--muted);
  font-size: 13px;
}
.pricing-note strong {
  color: var(--ink);
  font-size: 14px;
  min-width: 210px;
}
.check-result {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: var(--ink);
  color: var(--white);
  padding: 16px 18px;
  font-size: 12px;
}
.check-result strong {
  font-size: 13px;
}
.check-result span {
  color: #c2c2c2;
  text-align: right;
}
.conversation-section {
  background: var(--paper);
  padding: 112px 0 120px;
}
.conversation-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 50px;
}
.conversation-heading h2 {
  font-family: var(--display);
  font-size: clamp(39px, 4.7vw, 63px);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
  max-width: 650px;
}
.conversation-heading h2 em {
  font-style: normal;
  color: var(--red);
}
.conversation-heading > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 330px;
  margin: 0 0 5px;
}
.conversation {
  max-width: 800px;
  margin: auto;
}
.conversation-story {
  border-top: 1px solid var(--ink);
  padding: 28px 0 36px;
}
.conversation-story:last-child {
  border-bottom: 1px solid var(--ink);
}
.conversation-story-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.conversation-bubble {
  max-width: 76%;
  padding: 17px 20px;
  margin: 0 0 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px 18px 18px 18px;
}
.conversation-bubble.right {
  margin-left: auto;
  background: var(--ink);
  color: var(--white);
  border-radius: 18px 4px 18px 18px;
}
.conversation-quote {
  font-family: var(--display);
  font-size: clamp(16px, 2vw, 21px);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}
.conversation-meta {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 12px;
}
.conversation-bubble.right .conversation-meta {
  color: #aaa;
}
.review-summary {
  color: var(--muted);
  font-size: 11px;
  margin: 12px 0 0;
}
.response-note {
  font-size: 12px !important;
  color: #999 !important;
}
.form-confirmation {
  border-top: 1px solid #666;
  padding-top: 25px;
}
.form-confirmation h3 {
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.05;
  margin: 0 0 14px;
}
.form-confirmation p {
  color: #bbb;
  font-size: 13px;
}
.form-confirmation a {
  color: var(--white);
}
.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  grid-column: 1/-1;
}
.consent input {
  width: auto !important;
  margin-top: 2px;
  accent-color: var(--red);
}
.consent a {
  color: #ddd;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.menu-toggle:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.download-link:focus-visible,
.text-link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
.check-row input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.check-row input:focus-visible ~ .check-box {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}
.hero,
.checklist-section,
.proof-section,
.process-section,
.conversation-section,
.reviews-section,
.cta-section {
  scroll-margin-top: 90px;
}
.mobile-cta {
  display: none;
}
@media (max-width: 800px) {
  .process-section {
    padding: 80px 0;
  }
  .process-heading {
    display: block;
    margin-bottom: 35px;
  }
  .process-heading > p:last-child {
    margin-top: 24px;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid article:nth-child(2) {
    border-right: 0;
  }
  .process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .pricing-note {
    display: block;
  }
  .pricing-note strong,
  .pricing-note span {
    display: block;
  }
  .pricing-note span {
    margin-top: 9px;
  }
  .conversation-section {
    padding: 80px 0;
  }
  .conversation-heading {
    display: block;
    margin-bottom: 35px;
  }
  .conversation-heading > p {
    margin-top: 24px;
  }
  .conversation-bubble {
    max-width: 90%;
  }
  .conversation-story-label {
    display: block;
  }
  .conversation-story-label span + span {
    display: block;
    margin-top: 7px;
  }
  .mobile-cta {
    display: block;
    position: fixed;
    bottom: 14px;
    left: 18px;
    right: 18px;
    z-index: 9;
    background: var(--red);
    color: var(--white);
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 13px;
    box-shadow: 0 4px 16px #0003;
  }
}
@media (max-width: 480px) {
  .brand-byline {
    display: none;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-art {
    height: 245px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-grid article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }
  .process-grid article:last-child {
    border-bottom: 0;
  }
  .check-result {
    display: block;
  }
  .check-result span {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
  .conversation-bubble {
    max-width: 100%;
  }
}
.hero-art {
  height: 450px;
  padding: 86px 34px 34px;
  background: #1a1a1a;
}
.hero-art .path-line,
.hero-art .art-sticker {
  display: none;
}
.hero-art .art-grid {
  opacity: 0.45;
  background-size: 56px 56px;
}
.hero-art:after {
  content: "";
  position: absolute;
  left: 58px;
  right: 58px;
  top: 50%;
  height: 2px;
  background: var(--red);
  z-index: 1;
}
.hero-art .path-node {
  z-index: 2;
  position: absolute;
  display: block;
  width: 112px;
  height: 108px;
  padding: 14px;
  background: #242424;
  border: 1px solid #666;
  box-shadow: 7px 7px 0 var(--red);
  transform: none;
}
.hero-art .path-node span {
  display: grid;
  width: 27px;
  height: 27px;
  margin-bottom: 16px;
  background: var(--red);
  font-size: 9px;
}
.hero-art .path-node strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.hero-art .node-one {
  left: 8%;
  top: 34%;
}
.hero-art .node-two {
  left: 31%;
  top: 34%;
}
.hero-art .node-three {
  left: 54%;
  top: 34%;
}
.hero-art .node-four {
  right: 8%;
  top: 34%;
}
.hero-art .node-one:after,
.hero-art .node-two:after,
.hero-art .node-three:after {
  content: "→";
  position: absolute;
  left: 126px;
  top: 39px;
  color: var(--red);
  font-size: 22px;
}
.hero-art .art-label {
  top: 25px;
}
.hero-art[role="img"] {
  isolation: isolate;
}
@media (max-width: 480px) {
  .hero-art {
    height: 255px;
    padding: 65px 16px 20px;
  }
  .hero-art:after {
    left: 31px;
    right: 31px;
    top: 51%;
  }
  .hero-art .path-node {
    width: 66px;
    height: 83px;
    padding: 9px;
    box-shadow: 4px 4px 0 var(--red);
  }
  .hero-art .path-node span {
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
  }
  .hero-art .path-node strong {
    display: block;
    font-size: 10px;
  }
  .hero-art .node-one {
    left: 5%;
    top: 32%;
  }
  .hero-art .node-two {
    left: 28%;
    top: 32%;
  }
  .hero-art .node-three {
    left: 51%;
    top: 32%;
  }
  .hero-art .node-four {
    right: 5%;
    top: 32%;
  }
  .hero-art .node-one:after,
  .hero-art .node-two:after,
  .hero-art .node-three:after {
    left: 75px;
    top: 29px;
    font-size: 15px;
  }
  .hero-art .art-label {
    left: 16px;
    top: 17px;
  }
}
.check-result a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.review-transcript {
  color: var(--muted);
  font-size: 11px;
  margin-top: 14px;
}
.review-transcript summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}
.review-transcript p {
  margin: 7px 0 0;
  line-height: 1.4;
}
.faq-section {
  background: var(--paper);
  padding: 100px 0;
}
.faq-section h2 {
  font-family: var(--display);
  font-size: clamp(39px, 4.7vw, 63px);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0 0 42px;
}
.faq-section h2 em {
  color: var(--red);
  font-style: normal;
}
.faq-list {
  border-top: 1px solid var(--ink);
  max-width: 780px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 18px;
  list-style-position: outside;
}
.faq-list p {
  color: var(--muted);
  font-size: 13px;
  max-width: 650px;
  margin: 14px 0 0 20px;
}
.faq-list summary:focus-visible,
.review-transcript summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
@media (max-width: 480px) {
  .check-result a {
    display: inline-block;
    margin-top: 11px;
  }
  .faq-section {
    padding: 78px 0;
  }
}
