:root {
  --fr-paper: #f5f5f2;
  --fr-surface: #ffffff;
  --fr-ink: #111111;
  --fr-muted: #5f5f5a;
  --fr-line: #171717;
  --fr-line-soft: #d3d3ce;
  --fr-measure: 720px;
  --fr-wide: 1280px;
}

.fr-site {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--fr-surface);
  color: var(--fr-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.fr-site main {
  display: block;
}

.fr-site h1,
.fr-site h2,
.fr-site h3,
.fr-site p,
.fr-site ul,
.fr-site ol,
.fr-site figure,
.fr-site blockquote {
  margin-top: 0;
}

.fr-site h1,
.fr-site h2,
.fr-site h3 {
  text-wrap: balance;
}

.fr-site p,
.fr-site li {
  text-wrap: pretty;
}

.fr-site img {
  height: auto;
}

.fr-site .acs-site-header {
  background: rgba(255, 255, 255, 0.98);
}

.fr-site .acs-site-header__logo {
  width: auto;
  height: 40px;
}

.fr-site .acs-site-nav > a:not(.acs-btn),
.fr-site .acs-menu-panel nav > a:not(.acs-btn) {
  text-decoration: none;
}

.fr-site .acs-site-nav > a:not(.acs-btn):hover,
.fr-site .acs-site-nav > a:not(.acs-btn):focus-visible,
.fr-site .acs-menu-panel nav > a:not(.acs-btn):hover,
.fr-site .acs-menu-panel nav > a:not(.acs-btn):focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.fr-site .acs-btn {
  gap: 22px;
  min-height: 48px;
  padding: 12px 20px;
  border-color: var(--fr-line);
  font-weight: 600;
  line-height: 1.25;
}

.fr-site .acs-btn::after {
  content: "\2192";
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
}

.fr-site .acs-btn[data-no-arrow]::after {
  content: none;
}

.fr-shell {
  width: min(calc(100% - 48px), var(--fr-wide));
  margin-inline: auto;
}

.fr-reading {
  width: min(100%, var(--fr-measure));
}

.fr-section {
  padding-block: clamp(72px, 8vw, 120px);
  border-top: 1px solid var(--fr-line-soft);
}

.fr-section--paper {
  background: var(--fr-paper);
}

.fr-section__header {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(48px, 6vw, 88px);
}

.fr-section__header--compact {
  margin-bottom: 42px;
}

.fr-eyebrow {
  margin-bottom: 14px;
  color: var(--fr-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.fr-section-number {
  color: var(--fr-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.fr-section h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.06;
}

.fr-section__lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fr-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.fr-hero {
  border-bottom: 1px solid var(--fr-line);
}

.fr-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: min(760px, calc(100vh - 76px));
}

.fr-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 112px) clamp(32px, 6vw, 96px) clamp(64px, 7vw, 112px) max(24px, calc((100vw - var(--fr-wide)) / 2));
}

.fr-hero__kicker {
  margin-bottom: 26px;
  color: var(--fr-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.fr-hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(48px, 4.6vw, 68px);
  font-weight: 500;
  line-height: 0.98;
}

.fr-hero__lead {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.6;
}

.fr-hero__actions,
.fr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fr-actions--spaced {
  margin-top: 26px;
}

.fr-hero__scope {
  max-width: 680px;
  margin: 30px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--fr-line-soft);
  color: var(--fr-muted);
  font-size: 13px;
}

.fr-hero__media {
  min-height: 520px;
  overflow: hidden;
  background: #151515;
}

.fr-hero__media picture,
.fr-hero__media img {
  width: 100%;
  height: 100%;
}

.fr-hero__media img {
  object-fit: cover;
  object-position: 30% center;
}

.fr-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--fr-line);
  border-left: 1px solid var(--fr-line);
}

.fr-outcome {
  min-height: 280px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
}

.fr-outcome__index {
  display: block;
  margin-bottom: clamp(46px, 7vw, 92px);
  color: var(--fr-muted);
  font-size: 12px;
}

.fr-outcome h3 {
  margin-bottom: 16px;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.18;
}

.fr-outcome p {
  margin-bottom: 0;
  color: var(--fr-muted);
}

.fr-offers {
  border-top: 1px solid var(--fr-line);
}

.fr-offer {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  border-bottom: 1px solid var(--fr-line);
}

.fr-offer__meta {
  padding: 34px 36px 34px 0;
  border-right: 1px solid var(--fr-line);
}

.fr-offer__meta h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 1.15;
}

.fr-offer__price {
  margin-bottom: 0;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.fr-offer__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  padding: 34px 0 42px clamp(28px, 5vw, 72px);
}

.fr-offer__body--media {
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
}

.fr-offer__summary {
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1.55;
}

.fr-check-list,
.fr-plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fr-check-list li {
  position: relative;
  padding: 10px 0 10px 22px;
  border-top: 1px solid var(--fr-line-soft);
  color: var(--fr-muted);
}

.fr-check-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "\2014";
  color: var(--fr-ink);
}

.fr-offer__cta {
  align-self: end;
}

.fr-offer__cta p {
  margin-bottom: 16px;
  color: var(--fr-muted);
  font-size: 14px;
}

.fr-offer__cta .acs-btn {
  width: 100%;
}

.fr-kit-preview {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--fr-line-soft);
  background: var(--fr-paper);
}

.fr-kit-preview img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--fr-line-soft);
  background: white;
}

.fr-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 120px);
}

.fr-process {
  counter-reset: fr-step;
  border-top: 1px solid var(--fr-line);
}

.fr-process__step {
  counter-increment: fr-step;
  display: grid;
  grid-template-columns: 48px 150px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--fr-line-soft);
}

.fr-process__step::before {
  content: "0" counter(fr-step);
  color: var(--fr-muted);
  font-size: 12px;
}

.fr-process__step h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.fr-process__step p {
  margin-bottom: 0;
  color: var(--fr-muted);
}

.fr-tool-details {
  margin-top: 28px;
  border-top: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
}

.fr-tool-details summary {
  min-height: 52px;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
}

.fr-tool-details p {
  margin-bottom: 20px;
  color: var(--fr-muted);
}

.fr-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
}

.fr-profile__image {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--fr-paper);
}

.fr-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-profile h3 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.12;
}

.fr-profile p {
  max-width: 700px;
}

.fr-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--fr-line);
  border-left: 1px solid var(--fr-line);
}

.fr-credential {
  min-height: 130px;
  padding: 22px;
  border-right: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
}

.fr-credential span {
  display: block;
  margin-bottom: 20px;
  color: var(--fr-muted);
  font-size: 12px;
}

.fr-credential strong {
  font-size: 16px;
  font-weight: 500;
}

.fr-domain-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--fr-line);
  border-left: 1px solid var(--fr-line);
}

.fr-domain-link {
  min-height: 160px;
  padding: 26px;
  border-right: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
  text-decoration: none;
}

.fr-domain-link span {
  display: block;
  margin-bottom: 34px;
  color: var(--fr-muted);
  font-size: 12px;
}

.fr-domain-link strong {
  display: block;
  max-width: 390px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.fr-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(64px, 8vw, 112px);
  background: var(--fr-line);
  border: 1px solid var(--fr-line);
}

.fr-work {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  background: var(--fr-surface);
}

.fr-work__type {
  margin-bottom: 70px;
  color: var(--fr-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.fr-work h3 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.fr-work p {
  margin-bottom: 26px;
  color: var(--fr-muted);
  font-size: 14px;
}

.fr-work__player {
  margin-top: auto;
}

.fr-work__player .acs-btn {
  width: 100%;
}

.fr-work__player iframe {
  width: 100%;
  border: 0;
  background: #111;
}

.fr-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 112px);
}

.fr-resource {
  padding: 32px;
  border: 1px solid var(--fr-line);
}

.fr-resource h3,
.fr-question h3 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 500;
  line-height: 1.25;
}

.fr-resource p,
.fr-question p {
  color: var(--fr-muted);
}

.fr-question {
  padding: 32px 0;
  border-top: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
}

.fr-faq {
  margin-top: 44px;
  border-top: 1px solid var(--fr-line);
}

.fr-faq details {
  border-bottom: 1px solid var(--fr-line-soft);
}

.fr-faq summary {
  min-height: 56px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 600;
}

.fr-faq p {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--fr-muted);
}

.fr-page-hero {
  padding-block: clamp(64px, 8vw, 118px);
  border-bottom: 1px solid var(--fr-line);
}

.fr-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.fr-page-hero__copy h1 {
  max-width: 800px;
  margin-bottom: 26px;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 500;
  line-height: 1;
}

.fr-page-hero__copy > p:not(.fr-eyebrow) {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--fr-muted);
  font-size: 19px;
}

.fr-page-hero__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--fr-paper);
}

.fr-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-detail-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(42px, 8vw, 112px);
}

.fr-detail-grid h2 {
  font-size: clamp(30px, 3.8vw, 50px);
}

.fr-detail-grid h3 {
  margin: 34px 0 12px;
  font-size: 22px;
  font-weight: 500;
}

.fr-detail-grid p,
.fr-detail-grid li {
  color: var(--fr-muted);
}

.fr-detail-grid ul {
  padding-left: 20px;
}

.fr-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 42px;
  padding: 24px 0;
  border-top: 1px solid var(--fr-line);
  border-bottom: 1px solid var(--fr-line);
}

.fr-price-bar strong {
  font-size: 22px;
  font-weight: 500;
}

.fr-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 112px);
}

.fr-calendly-panel,
.fr-form-panel {
  border-top: 1px solid var(--fr-line);
  padding-top: 28px;
}

.fr-calendly-panel h2,
.fr-form-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.15;
}

.fr-calendly-slot {
  min-height: 0;
  margin-top: 24px;
}

.fr-calendly-slot iframe {
  width: 100%;
  min-height: 720px;
  border: 1px solid var(--fr-line-soft);
}

.fr-form {
  display: grid;
  gap: 22px;
}

.fr-field {
  display: grid;
  gap: 8px;
}

.fr-field label,
.fr-field legend {
  font-size: 14px;
  font-weight: 600;
}

.fr-field input,
.fr-field select,
.fr-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--fr-line);
  border-radius: 0;
  background: var(--fr-surface);
  color: var(--fr-ink);
  font: inherit;
}

.fr-form button[disabled] {
  cursor: wait;
  opacity: 0.62;
}

.fr-field textarea {
  min-height: 150px;
  resize: vertical;
}

.fr-field__hint,
.fr-privacy-note {
  margin-bottom: 0;
  color: var(--fr-muted);
  font-size: 13px;
}

.fr-form-status {
  display: none;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--fr-line);
}

.fr-form-status[data-visible="true"] {
  display: block;
}

.fr-form-status--error {
  border-color: #8f201b;
  color: #8f201b;
}

.fr-legal {
  max-width: 820px;
}

.fr-legal section {
  padding: 34px 0;
  border-top: 1px solid var(--fr-line-soft);
}

.fr-legal h2 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 500;
}

.fr-legal p,
.fr-legal li {
  color: var(--fr-muted);
}

.fr-legal-flag {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid var(--fr-line);
  color: var(--fr-ink);
  font-size: 12px;
}

.fr-footer {
  padding-block: 42px;
  border-top: 1px solid var(--fr-line);
  background: var(--fr-surface);
}

.fr-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.fr-footer__brand {
  margin-bottom: 8px;
  font-weight: 600;
}

.fr-footer__meta,
.fr-footer__links {
  color: var(--fr-muted);
  font-size: 13px;
}

.fr-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

@media (max-width: 1023px) {
  .fr-site .acs-site-nav {
    display: none;
  }

  .fr-site .acs-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .fr-site .acs-menu-panel[hidden] {
    display: none;
  }

  .fr-site .acs-menu-panel:not([hidden]) {
    padding: var(--acs-space-5) var(--acs-gutter);
    border-top: var(--acs-rule);
  }

  .fr-site .acs-menu-panel a {
    display: block;
    padding-block: var(--acs-space-3);
  }

  .fr-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  }

  .fr-hero h1 {
    font-size: clamp(42px, 5.4vw, 54px);
  }

  .fr-outcomes,
  .fr-works {
    grid-template-columns: 1fr;
  }

  .fr-outcome {
    min-height: 0;
  }

  .fr-outcome__index,
  .fr-work__type {
    margin-bottom: 36px;
  }

  .fr-offer__body,
  .fr-offer__body--media {
    grid-template-columns: 1fr;
  }

  .fr-method-grid,
  .fr-profile,
  .fr-contact-grid,
  .fr-booking-layout {
    grid-template-columns: 1fr;
  }

  .fr-page-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .fr-site {
    font-size: 16px;
  }

  .fr-site .acs-site-header__brand-full {
    display: none;
  }

  .fr-site .acs-site-header__brand-short {
    display: inline;
  }

  .fr-site .acs-site-header__logo {
    height: 34px;
  }

  .fr-shell {
    width: min(calc(100% - 36px), var(--fr-wide));
  }

  .fr-section {
    padding-block: 68px;
  }

  .fr-section__header,
  .fr-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 42px;
  }

  .fr-hero__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .fr-hero__media {
    order: 1;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid var(--fr-line);
  }

  .fr-hero__media img {
    object-position: center;
  }

  .fr-hero__copy {
    order: 2;
    padding: 48px 18px 56px;
  }

  .fr-hero__kicker {
    margin-bottom: 18px;
  }

  .fr-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 9vw, 52px);
    line-height: 1;
  }

  .fr-hero__lead {
    margin-bottom: 26px;
    font-size: 17px;
  }

  .fr-hero__actions,
  .fr-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fr-hero__actions .acs-btn,
  .fr-actions .acs-btn {
    width: 100%;
  }

  .fr-outcomes {
    grid-template-columns: 1fr;
  }

  .fr-outcome {
    padding: 24px;
  }

  .fr-offer {
    grid-template-columns: 1fr;
  }

  .fr-offer__meta {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--fr-line-soft);
  }

  .fr-offer__body,
  .fr-offer__body--media {
    gap: 32px;
    padding: 28px 0 42px;
  }

  .fr-process__step {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .fr-process__step p {
    grid-column: 2;
  }

  .fr-credentials,
  .fr-domain-links {
    grid-template-columns: 1fr;
  }

  .fr-profile__image {
    aspect-ratio: 4 / 3;
  }

  .fr-work {
    min-height: 290px;
  }

  .fr-page-hero {
    padding-block: 52px;
  }

  .fr-page-hero__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
  }

  .fr-page-hero__copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .fr-page-hero__copy > p:not(.fr-eyebrow) {
    font-size: 17px;
  }

  .fr-price-bar,
  .fr-footer__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .fr-price-bar .acs-btn {
    width: 100%;
  }

  .fr-calendly-slot iframe {
    min-height: 680px;
  }

  .fr-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 389px) {
  .fr-site .acs-site-header__brand-short {
    display: none;
  }

  .fr-site .acs-menu-toggle {
    padding-inline: 10px;
  }

  .fr-hero h1 {
    font-size: 38px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .fr-site *,
  .fr-site *::before,
  .fr-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
