/*
 * Akiko Advisory — Análise Express
 * Dedicated decision-dossier system for the service landing page and its
 * private six-step submission flow. Loaded after the shared premium layer.
 */

.express-landing-page,
.express-submit-page {
  --express-navy: #071a33;
  --express-navy-2: #0b2a52;
  --express-blue: #163f70;
  --express-gold: #b38a47;
  --express-gold-soft: #dec99b;
  --express-cream: #f4f0e6;
  --express-ivory: #fcfbf7;
  --express-paper: #fffefa;
  --express-ink: #10243e;
  --express-muted: #526174;
  --express-line: rgba(7, 26, 51, .12);
  --express-line-strong: rgba(7, 26, 51, .22);
  --express-radius-sm: 12px;
  --express-radius: 20px;
  --express-radius-lg: 30px;
  --express-shadow: 0 30px 80px -48px rgba(7, 26, 51, .48);
  --express-shadow-lg: 0 50px 110px -56px rgba(7, 26, 51, .62);
  --express-ease: cubic-bezier(.16, 1, .3, 1);
  color: var(--express-ink);
  background: var(--express-ivory);
}

.express-landing-page :is(.h-display, .h-section),
.express-submit-page :is(.h-display, .h-section) {
  color: var(--express-navy);
  letter-spacing: -.045em;
}

.express-landing-page .container,
.express-submit-page .container {
  width: min(calc(100% - 48px), 1240px);
}

.express-landing-page .site-header.is-solid,
.express-submit-page .site-header.is-solid {
  border-bottom: 1px solid rgba(7, 26, 51, .08);
  background: rgba(252, 251, 247, .9);
  box-shadow: 0 12px 36px -34px rgba(7, 26, 51, .42);
  backdrop-filter: blur(18px);
}

/* Landing / hero --------------------------------------------------------- */

.express-landing-page .express-hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  padding: 142px 0 96px;
  color: var(--express-ink);
  overflow: hidden;
  background:
    radial-gradient(760px 620px at 84% 40%, rgba(179, 138, 71, .2), transparent 70%),
    radial-gradient(520px 440px at 5% 15%, rgba(11, 42, 82, .08), transparent 70%),
    linear-gradient(155deg, #fbf8f0 0%, #f3eee3 62%, #faf8f2 100%);
}

.express-landing-page .express-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  pointer-events: none;
  background-image: radial-gradient(rgba(7, 26, 51, .24) .7px, transparent .7px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, #000, transparent 84%);
}

.express-hero__art {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -310px;
  top: 50%;
  border: 1px solid rgba(179, 138, 71, .18);
  border-radius: 50%;
  transform: translateY(-50%);
}

.express-hero__art::before,
.express-hero__art::after {
  content: "";
  position: absolute;
  inset: 80px;
  border: inherit;
  border-radius: inherit;
}

.express-hero__art::after {
  inset: 165px;
}

.express-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
  gap: clamp(46px, 6vw, 88px);
  align-items: center;
}

.express-hero__copy {
  max-width: 660px;
  text-align: left;
}

.express-hero__copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #8b672f;
}

.express-hero__copy .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.express-hero__copy .h-display {
  max-width: none;
  margin: 0;
  color: var(--express-navy);
  font-size: clamp(3.8rem, 5.15vw, 5rem);
  line-height: .94;
  letter-spacing: -.06em;
  text-wrap: initial;
}

.express-hero__copy .h-display span,
.express-hero__copy .h-display em {
  display: inline;
}

.express-hero__copy .h-display em {
  color: #987238;
  font-weight: 500;
}

.express-hero__copy > .lead {
  max-width: 59ch;
  margin: 27px 0 0;
  color: var(--express-muted);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.68;
}

.express-landing-page .express-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-block: 1px solid var(--express-line);
  color: var(--express-navy);
}

.express-landing-page .express-hero__proof li {
  min-width: 0;
  padding: 15px 13px;
  border-left: 1px solid var(--express-line);
  font-size: .7rem;
  line-height: 1.45;
}

.express-landing-page .express-hero__proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.express-landing-page .express-hero__proof svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--express-gold);
}

.express-hero__actions {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr);
  gap: 10px;
  justify-content: stretch;
  margin-top: 26px;
}

.express-hero__actions .btn {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  padding-inline: 16px;
  font-size: .77rem;
}

.express-landing-page .express-hero .hero__micro {
  max-width: 60ch;
  margin: 16px 0 0;
  color: rgba(7, 26, 51, .56);
  text-align: left;
}

.express-report-preview {
  position: relative;
  min-height: 570px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 51, .15);
  border-radius: 29px;
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(7, 26, 51, .035) 38px 39px);
  box-shadow: var(--express-shadow-lg);
  transform: rotate(.55deg);
}

.express-report-preview::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -145px;
  right: -95px;
  border: 1px solid rgba(179, 138, 71, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(179, 138, 71, .04), 0 0 0 70px rgba(179, 138, 71, .025);
}

.express-report-preview__head,
.express-report-preview footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.express-report-preview__head {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--express-line);
}

.express-report-preview__head > div {
  display: grid;
  gap: 4px;
}

.express-report-preview__head > div span,
.express-report-preview__intro span {
  color: var(--express-gold);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.express-report-preview__head > div strong {
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.16rem;
  font-weight: 600;
}

.express-report-preview__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--express-navy-2);
  font-size: .64rem;
  font-weight: 700;
  white-space: nowrap;
}

.express-report-preview__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42b87a;
  box-shadow: 0 0 0 5px rgba(66, 184, 122, .1);
}

.express-report-preview__intro {
  display: grid;
  gap: 6px;
  padding: 31px 0 24px;
}

.express-report-preview__intro strong {
  max-width: 14ch;
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.express-report-preview__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.express-report-preview__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  min-height: 77px;
  align-items: start;
  padding-top: 11px;
}

.express-report-preview__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 47px;
  bottom: -5px;
  width: 1px;
  background: linear-gradient(var(--express-gold), rgba(179, 138, 71, .16));
}

.express-report-preview__steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--express-navy);
  border: 1px solid rgba(179, 138, 71, .42);
  border-radius: 50%;
  background: #faf5e9;
  font-size: .64rem;
  font-weight: 700;
}

.express-report-preview__steps li > div {
  display: grid;
  gap: 4px;
  padding-top: 2px;
}

.express-report-preview__steps strong {
  color: var(--express-navy);
  font-size: .84rem;
}

.express-report-preview__steps small {
  color: var(--express-muted);
  font-size: .68rem;
}

.express-report-preview footer {
  min-height: 54px;
  margin-top: 9px;
  padding-top: 18px;
  border-top: 1px solid var(--express-line);
  color: var(--express-muted);
  font-size: .67rem;
}

.express-report-preview footer strong {
  color: var(--express-gold);
}

/* Landing / section rhythm ---------------------------------------------- */

.express-landing-page main > .section {
  padding-block: clamp(86px, 8vw, 116px);
}

.express-landing-page main > .section .eyebrow--center {
  width: fit-content;
  margin-inline: auto;
}

.express-landing-page main > .section > .container > .h-section {
  max-width: 14ch;
  margin: 14px auto 0;
  font-size: clamp(3rem, 4.3vw, 4.6rem);
  line-height: .98;
}

.express-landing-page main > .section > .container > .lead {
  margin-top: 22px;
  color: var(--express-muted);
  line-height: 1.68;
}

.express-problem {
  background:
    linear-gradient(90deg, rgba(7, 26, 51, .035) 1px, transparent 1px),
    var(--express-cream) !important;
  background-size: 80px 80px !important;
}

.express-problem .diferenciais {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid rgba(7, 26, 51, .12);
  border-radius: var(--express-radius-lg);
  background: rgba(7, 26, 51, .11);
  box-shadow: var(--express-shadow);
}

.express-problem .diferenciais li {
  position: relative;
  min-height: 180px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border: 0;
  background: rgba(255, 254, 250, .94);
  color: var(--express-muted);
  font-size: .9rem;
  line-height: 1.58;
}

.express-problem .diferenciais .n {
  color: var(--express-gold);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.22rem;
}

.express-problem .diferenciais strong {
  color: var(--express-navy);
  font-weight: 650;
}

.express-audience {
  position: relative;
  overflow: hidden;
  background: var(--express-ivory) !important;
}

.express-audience::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -300px;
  top: 140px;
  border: 1px solid rgba(179, 138, 71, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(179, 138, 71, .025), 0 0 0 140px rgba(179, 138, 71, .02);
}

.express-audience .persona-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.express-audience .persona {
  grid-column: span 2;
  min-height: 285px;
  padding: 29px;
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 20px 48px -42px rgba(7, 26, 51, .52);
  transition: transform .35s var(--express-ease), border-color .35s ease, box-shadow .35s ease;
}

.express-audience .persona:nth-child(-n + 2) {
  grid-column: span 3;
  min-height: 255px;
}

.express-audience .persona:hover,
.express-audience .persona:focus-within {
  border-color: rgba(179, 138, 71, .45);
  box-shadow: 0 28px 60px -42px rgba(7, 26, 51, .58);
  transform: translateY(-4px);
}

.express-audience .persona__ico {
  width: 48px;
  height: 48px;
  color: var(--express-gold);
  border: 1px solid rgba(179, 138, 71, .3);
  background: #f8f1e2;
}

.express-audience .persona h3 {
  margin-top: 34px;
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.express-audience .persona p {
  margin-top: 13px;
  color: var(--express-muted);
  font-size: .9rem;
  line-height: 1.62;
}

.express-process {
  color: #fff !important;
  background:
    radial-gradient(640px 420px at 18% 20%, rgba(44, 82, 124, .44), transparent 70%),
    var(--express-navy) !important;
}

.express-process :is(.h-section, .eyebrow) {
  color: #fff !important;
}

.express-process .eyebrow {
  opacity: .66;
}

.express-process .method-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 58px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.express-process .method-list li {
  position: relative;
  display: block;
  min-height: 340px;
  padding: 50px 22px 24px;
  border-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.express-process .method-list li:first-child {
  border-left: 0;
}

.express-process .method-list li::before {
  top: -17px;
  left: 20px;
  width: 34px;
  height: 34px;
  color: var(--express-navy);
  border: 5px solid var(--express-navy);
  background: var(--express-gold-soft);
  font-size: .68rem;
}

.express-process .method-list h3 {
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.43rem;
  line-height: 1.1;
}

.express-process .method-list p {
  margin-top: 15px;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  line-height: 1.62;
}

.express-deliverables {
  background: var(--express-ivory) !important;
}

.express-deliverables .grid-2,
.express-confidentiality .grid-2 {
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  gap: 72px !important;
}

.express-deliverables .h-section,
.express-confidentiality .h-section {
  margin-top: 15px;
  font-size: clamp(3rem, 4.2vw, 4.4rem);
  line-height: .98;
}

.express-deliverables .checklist,
.express-confidentiality .checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius);
  background: var(--express-line);
}

.express-deliverables .checklist li,
.express-confidentiality .checklist li {
  min-height: 112px;
  margin: 0;
  padding: 24px 22px 22px 54px;
  border: 0;
  background: #fff;
  color: var(--express-muted);
  font-size: .82rem;
  line-height: 1.55;
}

.express-deliverables .checklist li::before,
.express-confidentiality .checklist li::before {
  left: 22px;
  top: 24px;
  color: var(--express-gold);
}

.express-limits {
  background: #ede7da !important;
}

.express-limits .grid-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.express-limits .card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(7, 26, 51, .1);
  border-radius: var(--express-radius-sm);
  box-shadow: none;
  background: rgba(252, 251, 247, .78);
}

.express-limits .card h3 {
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.25rem !important;
  line-height: 1.14;
}

.express-limits .card p {
  margin-top: 12px;
  color: var(--express-muted);
  font-size: .83rem;
  line-height: 1.6;
}

.express-offer {
  background: var(--express-ivory) !important;
}

.express-offer > .container {
  max-width: 860px !important;
}

.express-offer .service.is-featured {
  position: relative;
  overflow: hidden;
  padding: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--express-radius-lg);
  background:
    radial-gradient(420px 280px at 92% 5%, rgba(179, 138, 71, .28), transparent 75%),
    var(--express-navy);
  box-shadow: var(--express-shadow-lg);
}

.express-offer .service__badge {
  color: var(--express-gold-soft);
  border-color: rgba(222, 201, 155, .35);
  background: rgba(255, 255, 255, .07);
}

.express-offer :is(.service__name, .service__amount) {
  color: #fff;
}

.express-offer .service__name {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.express-offer .service__amount {
  margin-top: 20px;
  color: var(--express-gold-soft);
}

.express-offer .service__hint,
.express-offer .service__list,
.express-offer .service__foot > p:last-child {
  color: rgba(255, 255, 255, .62) !important;
}

.express-offer .service__list li {
  border-color: rgba(255, 255, 255, .12);
}

.express-offer .service__foot > p:first-child {
  color: var(--express-gold-soft) !important;
  background: rgba(255, 255, 255, .07) !important;
}

.express-offer .service__foot .btn {
  width: 100%;
  min-height: 58px;
  justify-content: center;
}

.express-report {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(22, 63, 112, .34), transparent 60%),
    var(--express-navy) !important;
}

.express-report :is(.h-section, .eyebrow) {
  color: #fff !important;
}

.express-report > .container > .lead {
  color: rgba(255, 255, 255, .62) !important;
}

.express-report .preview-card {
  max-width: 930px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 254, 250, .96), rgba(255, 254, 250, .96)),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(7, 26, 51, .035) 42px 43px);
  box-shadow: 0 60px 100px -58px rgba(0, 0, 0, .86);
  transform: rotate(-.28deg);
}

.express-report .preview-card header {
  padding-bottom: 26px;
  border-bottom: 2px solid var(--express-navy);
}

.express-report .preview-card h3 {
  margin-top: 8px;
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
}

.express-report .preview-section {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, .66fr);
  gap: 36px;
  padding: 24px 0;
  border-bottom: 1px solid var(--express-line);
}

.express-report .preview-section h4 {
  color: var(--express-navy);
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.express-report .preview-section p {
  color: var(--express-muted);
  font-size: .88rem;
  line-height: 1.66;
}

.express-confidentiality {
  background: var(--express-cream) !important;
}

.express-confidentiality .checklist {
  grid-template-columns: 1fr;
}

.express-confidentiality .checklist li {
  min-height: 96px;
  background: rgba(255, 254, 250, .75);
}

.express-depth-ladder {
  background: var(--express-ivory) !important;
}

.express-depth-ladder .ladder {
  display: grid;
  grid-template-columns: 1.22fr repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.express-depth-ladder .ladder-tier {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 25px 21px;
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius-sm);
  background: #fff;
  box-shadow: 0 22px 48px -44px rgba(7, 26, 51, .5);
}

.express-depth-ladder .ladder-tier.is-entry {
  color: #fff;
  border-color: var(--express-navy);
  background: var(--express-navy);
  transform: translateY(-14px);
}

.express-depth-ladder .ladder-tier__label {
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.42rem;
  line-height: 1.08;
}

.express-depth-ladder .is-entry .ladder-tier__label {
  color: #fff;
}

.express-depth-ladder .ladder-tier__price {
  margin-top: 24px;
  color: var(--express-gold);
  font-size: 1.05rem;
  font-weight: 700;
}

.express-depth-ladder .ladder-tier__when {
  margin-top: 16px;
  color: var(--express-muted);
  font-size: .78rem;
  line-height: 1.58;
}

.express-depth-ladder .is-entry .ladder-tier__when {
  color: rgba(255, 255, 255, .63);
}

.express-depth-ladder .ladder-tier__cta {
  margin-top: auto;
  padding-top: 20px;
  color: var(--express-navy);
  border-top: 1px solid var(--express-line);
  font-size: .75rem;
  font-weight: 700;
}

.express-depth-ladder .is-entry .ladder-tier__cta {
  color: var(--express-gold-soft);
  border-color: rgba(255, 255, 255, .14);
}

.express-faq {
  background: var(--express-cream) !important;
}

.express-faq > .container {
  max-width: 900px !important;
}

.express-faq .faq {
  overflow: hidden;
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius);
  background: rgba(255, 254, 250, .76);
}

.express-faq .faq details {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--express-line);
  border-radius: 0;
  background: transparent;
}

.express-faq .faq details:last-child {
  border-bottom: 0;
}

.express-faq .faq summary {
  min-height: 74px;
  padding: 22px 68px 22px 26px;
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.18rem;
}

.express-faq .faq details > div {
  padding: 0 72px 25px 26px;
  color: var(--express-muted);
}

.express-final {
  position: relative;
  padding: clamp(90px, 9vw, 128px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(580px 360px at 80% 20%, rgba(179, 138, 71, .22), transparent 72%),
    var(--express-navy) !important;
}

.express-final::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--express-gold), transparent);
  transform: translateX(-50%);
}

.express-final :is(.h-section, .eyebrow) {
  color: #fff !important;
}

.express-final .lead {
  color: rgba(255, 255, 255, .62) !important;
}

.express-final .btn {
  min-height: 56px;
}

/* Form / private submission room ---------------------------------------- */

.express-submit-page {
  min-height: 100vh;
  background:
    radial-gradient(600px 480px at 10% 0%, rgba(11, 42, 82, .08), transparent 72%),
    var(--express-cream);
}

.express-submit-page .express-submit-shell {
  min-height: 100vh;
  padding: 132px 0 84px;
  background: transparent !important;
}

.express-submit-layout {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  max-width: 1220px;
}

.express-submit-rail {
  position: sticky;
  top: 98px;
  min-height: 680px;
  padding: 37px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--express-radius-lg);
  background:
    radial-gradient(320px 260px at 94% 3%, rgba(179, 138, 71, .3), transparent 74%),
    var(--express-navy);
  box-shadow: var(--express-shadow-lg);
}

.express-submit-rail::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: -210px;
  bottom: -190px;
  border: 1px solid rgba(222, 201, 155, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(222, 201, 155, .03), 0 0 0 96px rgba(222, 201, 155, .02);
}

.express-submit-rail__intro {
  position: relative;
  z-index: 1;
}

.express-submit-rail .eyebrow {
  color: var(--express-gold-soft);
}

.express-submit-page .express-submit-rail .h-section {
  max-width: 10ch;
  margin: 15px 0 0;
  color: #fff !important;
  font-size: clamp(2.65rem, 3.6vw, 3.7rem);
  line-height: .96;
}

.express-submit-page .nav-toggle {
  min-height: 44px;
}

.express-submit-rail .lead {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .63);
  font-size: .88rem;
  line-height: 1.62;
}

.express-progress-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.express-progress-list li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  min-height: 63px;
  opacity: .42;
  transition: opacity .3s ease;
}

.express-progress-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 37px;
  bottom: -2px;
  width: 1px;
  background: rgba(255, 255, 255, .17);
}

.express-progress-list li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: var(--express-navy);
  font-size: .59rem;
  font-weight: 700;
}

.express-progress-list li > div {
  display: grid;
  gap: 2px;
  padding-top: 1px;
}

.express-progress-list strong {
  color: #fff;
  font-size: .77rem;
}

.express-progress-list small {
  color: rgba(255, 255, 255, .56);
  font-size: .64rem;
}

.express-progress-list li.is-active,
.express-progress-list li.is-done {
  opacity: 1;
}

.express-progress-list li.is-active > span {
  color: var(--express-navy);
  border-color: var(--express-gold-soft);
  background: var(--express-gold-soft);
  box-shadow: 0 0 0 6px rgba(222, 201, 155, .1);
}

.express-progress-list li.is-done > span {
  color: var(--express-gold-soft);
  border-color: rgba(222, 201, 155, .6);
}

.express-submit-rail__trust {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-top: 23px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--express-radius-sm);
  background: rgba(255, 255, 255, .055);
}

.express-submit-rail__trust span {
  color: var(--express-gold-soft);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.express-submit-rail__trust strong {
  color: rgba(255, 255, 255, .72);
  font-size: .71rem;
  line-height: 1.45;
}

.express-submit-page .express-submit-paper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(32px, 4vw, 50px);
  border: 1px solid rgba(7, 26, 51, .12);
  border-radius: var(--express-radius-lg);
  background:
    linear-gradient(rgba(255, 254, 250, .97), rgba(255, 254, 250, .97)),
    repeating-linear-gradient(0deg, transparent 0 40px, rgba(7, 26, 51, .025) 40px 41px);
  box-shadow: var(--express-shadow-lg);
}

.express-submit-page .stepper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin: 0 0 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--express-line);
}

.express-submit-page .stepper__pill {
  width: auto;
  height: 4px;
  border-radius: 999px;
  background: rgba(7, 26, 51, .1);
}

.express-submit-page .stepper__pill.is-active,
.express-submit-page .stepper__pill.is-done {
  background: var(--express-gold);
}

.express-submit-page .stepper__label {
  grid-column: 1 / -1;
  margin-top: 7px;
  color: var(--express-muted);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.express-submit-page .step-panel h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--express-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.2rem, 3.5vw, 3.3rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.express-submit-page .step-panel .step-lead {
  max-width: 66ch;
  margin: 13px 0 29px;
  color: var(--express-muted);
  font-size: .91rem;
  line-height: 1.62;
}

.express-submit-page .field-row {
  gap: 18px;
  margin-bottom: 18px;
}

.express-submit-page .field-block {
  gap: 8px;
}

.express-submit-page .field-block label {
  color: var(--express-navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .005em;
}

.express-submit-page .field-block :is(input, select, textarea) {
  min-height: 56px;
  padding: 14px 16px;
  color: var(--express-ink);
  border: 1px solid rgba(7, 26, 51, .17);
  border-radius: 13px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 1px 0 rgba(7, 26, 51, .02) inset;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.express-submit-page .field-block textarea {
  min-height: 132px;
  line-height: 1.58;
}

.express-submit-page .field-block :is(input, select, textarea):hover {
  border-color: rgba(7, 26, 51, .3);
}

.express-submit-page .field-block :is(input, select, textarea):focus {
  outline: 3px solid rgba(179, 138, 71, .24) !important;
  outline-offset: 1px !important;
  border-color: var(--express-gold);
  background: #fff;
  box-shadow: 0 12px 30px -25px rgba(7, 26, 51, .46);
}

.express-submit-page .field-block .hint {
  color: rgba(82, 97, 116, .82);
  font-size: .72rem;
}

.express-submit-page .field-block.has-error :is(input, select, textarea) {
  border-color: #a13a2d;
  background: #fff9f7;
  box-shadow: 0 0 0 3px rgba(161, 58, 45, .08);
}

.express-submit-page .error-msg {
  color: #8c2f24;
  font-size: .72rem;
  font-weight: 600;
}

.express-submit-page .error-msg::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #fff;
  border-radius: 50%;
  background: #a13a2d;
  font-size: .6rem;
}

.express-submit-page .local-draft-note,
.express-submit-page .consent-item {
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius-sm);
  background: rgba(244, 240, 230, .7);
}

.express-submit-page .local-draft-note label,
.express-submit-page .consent-item label {
  min-height: 54px;
  gap: 13px;
  padding: 15px;
  color: var(--express-muted);
  line-height: 1.5;
}

.express-submit-page :is(.local-draft-note, .consent-item) input[type="checkbox"] {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  accent-color: var(--express-navy-2);
}

.express-submit-page .consent-item.has-error {
  border-color: #a13a2d;
  background: #fff6f3;
}

.express-submit-page .upload-zone {
  min-height: 230px;
  border: 1.5px dashed rgba(7, 26, 51, .27);
  border-radius: var(--express-radius);
  background: rgba(244, 240, 230, .62);
  transition: border-color .25s ease, background .25s ease, transform .3s var(--express-ease);
}

.express-submit-page .upload-zone:hover,
.express-submit-page .upload-zone:focus-within {
  border-color: var(--express-gold);
  background: #fbf5e9;
  transform: translateY(-2px);
}

.express-submit-page .step-nav {
  min-height: 58px;
  gap: 12px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--express-line);
}

.express-submit-page .step-nav .btn {
  min-height: 50px;
  border-radius: 999px;
}

.express-submit-page .step-nav__save {
  color: rgba(82, 97, 116, .78);
}

.express-submit-page .btn--primary,
.express-submit-page #submitBtn {
  color: #fff;
  border-color: var(--express-navy);
  background: var(--express-navy);
  box-shadow: 0 18px 34px -24px rgba(7, 26, 51, .7);
}

.express-submit-page .btn--primary:hover,
.express-submit-page #submitBtn:hover:not(:disabled) {
  border-color: var(--express-navy-2);
  background: var(--express-navy-2);
  transform: translateY(-2px);
}

.express-submit-page #submitBtn:disabled {
  cursor: wait;
  opacity: .72;
}

.express-submit-page .summary-card {
  border: 1px solid var(--express-line);
  border-radius: var(--express-radius);
  background: rgba(244, 240, 230, .56);
}

.express-submit-page .lp-form-status.is-error {
  margin-top: 14px;
  padding: 14px 16px;
  color: #7c291f;
  border: 1px solid rgba(161, 58, 45, .2);
  border-radius: var(--express-radius-sm);
  background: #fff3ef;
}

.express-submit-page .success-icon {
  color: #fff;
  background: var(--express-navy-2);
  box-shadow: 0 0 0 10px rgba(11, 42, 82, .08);
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1120px) {
  .express-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .88fr);
    gap: 38px;
  }

  .express-hero__copy .h-display {
    font-size: clamp(3.55rem, 6.1vw, 4.8rem);
  }

  .express-report-preview {
    min-height: 535px;
    padding: 26px;
  }

  .express-process .method-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .12);
  }

  .express-process .method-list li {
    min-height: 280px;
    border: 0;
    background: var(--express-navy);
  }

  .express-process .method-list li::before {
    top: 15px;
  }

  .express-depth-ladder .ladder {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .express-depth-ladder .ladder-tier.is-entry {
    transform: none;
  }

  .express-submit-layout {
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  }

  .express-submit-rail {
    padding: 30px;
  }
}

@media (max-width: 900px) {
  .express-landing-page .express-hero {
    min-height: auto;
    padding: 128px 0 88px;
  }

  .express-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .express-hero__copy {
    max-width: 740px;
  }

  .express-report-preview {
    width: min(100%, 630px);
    justify-self: center;
    transform: none;
  }

  .express-problem .diferenciais {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .express-audience .persona,
  .express-audience .persona:nth-child(-n + 2) {
    grid-column: span 3;
  }

  .express-deliverables .grid-2,
  .express-confidentiality .grid-2 {
    grid-template-columns: 1fr;
    gap: 44px !important;
  }

  .express-limits .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .express-submit-page .express-submit-shell {
    padding-top: 112px;
  }

  .express-submit-layout {
    grid-template-columns: 1fr;
  }

  .express-submit-rail {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .express-submit-page .express-submit-rail .h-section {
    max-width: 13ch;
  }

  .express-progress-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
  }

  .express-progress-list li {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 64px;
  }

  .express-progress-list li:not(:last-child)::after {
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
    top: 17px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .express-progress-list li > div {
    display: none;
  }

  .express-submit-rail__trust {
    margin-top: 12px;
  }
}

@media (max-width: 720px) {
  .express-landing-page .container,
  .express-submit-page .container {
    width: calc(100% - 30px);
  }

  .express-landing-page main > .section {
    padding-block: 78px;
  }

  .express-hero__copy .h-display {
    font-size: clamp(3.1rem, 11vw, 4.4rem);
  }

  .express-landing-page .express-hero__proof {
    grid-template-columns: 1fr;
  }

  .express-landing-page .express-hero__proof li,
  .express-landing-page .express-hero__proof li:first-child {
    padding: 11px 0;
    border-top: 1px solid var(--express-line);
    border-left: 0;
  }

  .express-landing-page .express-hero__proof li:first-child {
    border-top: 0;
  }

  .express-hero__actions {
    display: grid;
  }

  .express-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .express-report-preview {
    min-height: auto;
  }

  .express-problem .diferenciais,
  .express-process .method-list,
  .express-depth-ladder .ladder {
    grid-template-columns: 1fr;
  }

  .express-problem .diferenciais li,
  .express-process .method-list li,
  .express-depth-ladder .ladder-tier {
    min-height: auto;
  }

  .express-process .method-list li {
    padding: 54px 25px 28px;
  }

  .express-audience .persona,
  .express-audience .persona:nth-child(-n + 2) {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .express-deliverables .checklist {
    grid-template-columns: 1fr;
  }

  .express-limits .grid-2 {
    grid-template-columns: 1fr !important;
  }

  .express-offer .service.is-featured {
    padding: 30px 24px;
  }

  .express-report .preview-section {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .express-submit-page .express-submit-paper {
    padding: 28px 22px;
    border-radius: 23px;
  }

  .express-submit-page .field-row.cols-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .express-landing-page .container,
  .express-submit-page .container {
    width: calc(100% - 24px);
  }

  .express-landing-page .express-hero {
    padding: 112px 0 70px;
  }

  .express-hero__copy .eyebrow {
    align-items: flex-start;
    font-size: .63rem;
    line-height: 1.45;
  }

  .express-hero__copy .eyebrow::before {
    width: 22px;
    margin-top: .65em;
  }

  .express-hero__copy .h-display {
    max-width: none;
    font-size: clamp(2.85rem, 13vw, 3.75rem);
    line-height: .96;
  }

  .express-report-preview {
    padding: 21px;
    border-radius: 23px;
  }

  .express-report-preview__head {
    align-items: flex-start;
  }

  .express-report-preview__status {
    font-size: 0;
  }

  .express-report-preview__intro strong {
    font-size: 1.85rem;
  }

  .express-landing-page main > .section > .container > .h-section,
  .express-deliverables .h-section,
  .express-confidentiality .h-section {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  .express-problem .diferenciais li,
  .express-audience .persona,
  .express-limits .card {
    padding: 23px;
  }

  .express-deliverables .checklist li,
  .express-confidentiality .checklist li {
    padding-right: 18px;
  }

  .express-report .preview-card {
    padding: 24px 20px;
  }

  .express-faq .faq summary {
    min-height: 68px;
    padding: 19px 54px 19px 20px;
    font-size: 1.05rem;
  }

  .express-faq .faq details > div {
    padding: 0 20px 22px;
  }

  .express-final .btn-row {
    display: grid;
  }

  .express-final .btn {
    width: 100%;
    justify-content: center;
  }

  .express-submit-page .express-submit-shell {
    padding: 96px 0 56px;
  }

  .express-submit-rail {
    padding: 25px 21px;
    border-radius: 23px;
  }

  .express-submit-page .express-submit-rail .h-section {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
  }

  .express-progress-list {
    margin-top: 27px;
  }

  .express-submit-page .express-submit-paper {
    padding: 24px 18px;
  }

  .express-submit-page .step-panel h2 {
    font-size: clamp(2.05rem, 10vw, 2.7rem);
  }

  .express-submit-page .field-block :is(input, select, textarea) {
    font-size: 16px;
  }

  .express-submit-page .step-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .express-submit-page .step-nav > :is(.btn, span) {
    width: 100%;
  }

  .express-submit-page .step-nav .btn {
    justify-content: center;
  }

  .express-submit-page .step-nav__save {
    order: 3;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .express-landing-page *,
  .express-submit-page * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .express-report-preview,
  .express-report .preview-card,
  .express-audience .persona,
  .express-submit-page .upload-zone {
    transform: none !important;
  }
}

/* Contrast repair v5 ---------------------------------------------------- */

.express-landing-page :is(.express-process, .express-report) .h-section {
  color: #fff !important;
}

.express-report .preview-card .preview-section p {
  color: var(--express-muted) !important;
}

.express-offer .service__badge {
  position: static;
  display: inline-flex;
  width: max-content;
  margin: 0 0 22px;
  transform: none !important;
}

.express-offer .service__foot > p:first-child strong {
  color: inherit !important;
}

/* Type and rhythm pass v6 ---------------------------------------------- */

.express-landing-page {
  --express-section-space: clamp(80px, 7vw, 100px);
  --express-content-gap: clamp(36px, 4vw, 48px);
}

.express-landing-page main > section {
  scroll-margin-top: 88px;
}

.express-landing-page main > .section > .container > .eyebrow + .h-section {
  margin-top: 16px;
}

.express-landing-page main > .section > .container > .h-section + .lead,
.express-deliverables .h-section + .lead,
.express-confidentiality .h-section + .lead {
  margin-top: 24px;
}

.express-landing-page :is(
  .express-problem,
  .express-audience,
  .express-deliverables,
  .express-limits,
  .express-offer,
  .express-confidentiality,
  .express-depth-ladder,
  .express-faq
) .lead {
  color: var(--express-muted) !important;
}

.express-landing-page .express-hero .hero__micro {
  color: var(--express-muted);
  line-height: 1.65;
}

.express-landing-page :is(.persona, .card, .method-list li, .ladder-tier) h3 + p {
  margin-top: 14px;
}

.express-problem .diferenciais,
.express-audience .persona-grid,
.express-process .method-list,
.express-offer .service.is-featured,
.express-report .preview-card,
.express-depth-ladder .ladder,
.express-faq .faq {
  margin-top: var(--express-content-gap) !important;
}

.express-deliverables .checklist,
.express-confidentiality .checklist {
  margin-top: 4px;
}

.express-landing-page :is(.express-process, .express-report, .express-final) .eyebrow {
  color: var(--express-gold-soft) !important;
  opacity: 1;
}

.express-process .method-list p,
.express-report > .container > .lead,
.express-final .lead,
.express-offer .service__hint,
.express-offer .service__list,
.express-offer .service__foot > p:last-child,
.express-depth-ladder .is-entry .ladder-tier__when {
  color: rgba(255, 255, 255, .76) !important;
}

.express-faq .faq details > div,
.express-faq .faq details > div p {
  color: var(--express-muted) !important;
  line-height: 1.7;
}

.express-landing-page .express-final .h-section,
.express-landing-page .express-final .eyebrow {
  color: #fff !important;
}

.express-final .eyebrow + .h-section {
  margin-top: 16px;
}

.express-final .lead {
  margin-top: 22px;
}

@media (max-width: 720px) {
  .express-landing-page {
    --express-section-space: 68px;
    --express-content-gap: 38px;
  }

  .express-landing-page main > .section > .container > .h-section + .lead,
  .express-deliverables .h-section + .lead,
  .express-confidentiality .h-section + .lead {
    margin-top: 20px;
  }
}

@media (max-width: 430px) {
  .express-landing-page {
    --express-section-space: 60px;
    --express-content-gap: 34px;
  }
}

/* Premium refinement v4 ------------------------------------------------- */

.express-landing-page,
.express-submit-page {
  --express-content-max: 1180px;
  --express-section-space: clamp(76px, 8vw, 112px);
  overflow-x: clip;
}

.express-landing-page .container,
.express-submit-page .container {
  width: min(calc(100% - 48px), var(--express-content-max));
}

.express-landing-page :is(a, button, summary):focus-visible {
  outline: 3px solid rgba(179, 138, 71, .48);
  outline-offset: 4px;
}

.express-landing-page .site-header.is-solid {
  border-bottom-color: rgba(7, 26, 51, .1);
  background: rgba(252, 251, 247, .94);
}

.express-landing-page .site-header .nav-cta {
  min-height: 46px;
  padding-inline: 22px;
}

.express-landing-page main > .section {
  padding-block: var(--express-section-space);
}

.express-landing-page main > .section > .container > .h-section,
.express-landing-page :is(.express-deliverables, .express-confidentiality) .h-section {
  max-width: 18ch;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: .98;
  text-wrap: balance;
}

.express-landing-page main > .section > .container > .h-section.text-center {
  margin-inline: auto;
}

.express-landing-page main > .section > .container > .lead {
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.72;
}

.express-landing-page .express-hero {
  min-height: 760px;
  padding: 128px 0 82px;
}

.express-hero__art {
  right: max(-310px, calc((100vw - var(--express-content-max)) / -2 - 220px));
  pointer-events: none;
}

.express-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .86fr);
  gap: clamp(42px, 5.5vw, 72px);
}

.express-hero__copy {
  max-width: 620px;
}

.express-hero__copy .eyebrow {
  margin-bottom: 20px;
}

.express-hero__copy .h-display {
  max-width: 12ch;
  font-size: clamp(3.55rem, 5vw, 4.7rem);
  line-height: .95;
}

.express-hero__copy > .lead {
  margin-top: 23px;
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
}

.express-landing-page .express-hero__proof {
  margin-top: 23px;
}

.express-hero__actions {
  margin-top: 23px;
}

.express-hero__actions .btn,
.express-final .btn,
.express-offer .service__foot .btn {
  min-height: 50px;
}

.express-report-preview {
  min-height: 520px;
  padding: 28px;
  border-radius: 26px;
  transform: rotate(.3deg);
}

.express-report-preview__intro {
  padding: 27px 0 20px;
}

.express-report-preview__steps li {
  min-height: 70px;
}

.express-report-preview footer {
  margin-top: 12px;
  padding-top: 20px;
}

.express-problem .diferenciais,
.express-audience .persona-grid,
.express-limits .grid-2 {
  margin-top: clamp(36px, 4.5vw, 54px) !important;
}

.express-problem .diferenciais li,
.express-audience .persona,
.express-limits .card,
.express-offer .service.is-featured,
.express-faq .faq {
  border-color: var(--express-line);
  box-shadow: var(--express-shadow);
}

.express-problem .diferenciais li {
  min-height: 176px;
  padding: 28px;
  align-content: start;
}

.express-audience .persona {
  min-height: 246px;
  padding: 27px;
  align-content: start;
}

.express-audience .persona:hover,
.express-audience .persona:focus-within {
  transform: translateY(-3px);
}

.express-process .method-list {
  margin-top: clamp(38px, 5vw, 58px) !important;
}

.express-process .method-list li {
  min-height: 310px;
  padding: 62px 24px 28px;
}

.express-process .method-list p,
.express-report > .container > .lead,
.express-report .preview-section p,
.express-final .lead {
  color: rgba(255, 255, 255, .74) !important;
}

.express-deliverables .grid-2,
.express-confidentiality .grid-2 {
  gap: clamp(48px, 7vw, 84px) !important;
}

.express-deliverables .checklist li,
.express-confidentiality .checklist li {
  min-height: 64px;
  padding-block: 16px;
}

.express-limits .card {
  min-height: 218px;
  padding: 27px;
  align-content: start;
}

.express-offer > .container {
  max-width: 920px !important;
}

.express-offer .service.is-featured {
  padding: clamp(30px, 4vw, 46px);
}

.express-offer .service__foot {
  gap: 18px;
}

.express-report .preview-card {
  margin-top: clamp(38px, 5vw, 56px);
  padding: clamp(30px, 4.5vw, 48px);
  transform: none;
}

.express-depth-ladder .ladder {
  gap: 12px;
}

.express-depth-ladder .ladder-tier {
  min-height: 320px;
  padding: 24px 20px;
  align-content: start;
}

.express-depth-ladder .ladder-tier.is-entry {
  transform: translateY(-8px);
}

.express-faq .faq {
  background: rgba(255, 254, 250, .88);
}

.express-faq .faq summary {
  min-height: 70px;
  padding-block: 20px;
}

.express-final {
  padding-block: clamp(82px, 8vw, 110px);
}

.express-landing-page .site-footer :is(h2, h3, strong) {
  color: #f6f3ec !important;
}

.express-landing-page .site-footer :is(p, a, li, span) {
  color: #cfd9d5 !important;
}

.express-landing-page .site-footer .footer-legal,
.express-landing-page .site-footer .footer-disclaimer {
  color: #aebbb8 !important;
}

.express-landing-page .site-footer a:hover,
.express-landing-page .site-footer a:focus-visible {
  color: var(--express-gold-soft) !important;
}

@media (min-width: 1440px) {
  .express-landing-page .express-hero {
    min-height: 760px;
  }

  .express-hero__grid {
    gap: 72px;
  }

  .express-hero__copy .h-display {
    font-size: 4.7rem;
  }
}

@media (max-width: 1120px) {
  .express-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    gap: 38px;
  }

  .express-hero__copy .h-display {
    font-size: clamp(3.35rem, 5.9vw, 4.35rem);
  }

  .express-report-preview {
    min-height: 500px;
    padding: 25px;
  }

  .express-process .method-list li {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  .express-landing-page .express-hero {
    min-height: auto;
    padding: 120px 0 76px;
  }

  .express-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .express-hero__copy {
    max-width: 700px;
  }

  .express-hero__copy .h-display {
    max-width: 13ch;
  }

  .express-report-preview {
    width: min(100%, 620px);
    min-height: auto;
    transform: none;
  }

  .express-depth-ladder .ladder-tier {
    min-height: 286px;
  }
}

@media (max-width: 720px) {
  .express-landing-page,
  .express-submit-page {
    --express-section-space: 72px;
  }

  .express-landing-page .container,
  .express-submit-page .container {
    width: calc(100% - 30px);
  }

  .express-landing-page .express-hero {
    padding: 108px 0 68px;
  }

  .express-hero__copy .h-display {
    max-width: none;
    font-size: clamp(2.9rem, 11vw, 4rem);
  }

  .express-hero__actions {
    grid-template-columns: 1fr;
  }

  .express-problem .diferenciais li,
  .express-audience .persona,
  .express-process .method-list li,
  .express-limits .card,
  .express-depth-ladder .ladder-tier {
    min-height: auto;
  }

  .express-depth-ladder .ladder-tier.is-entry {
    transform: none;
  }

  .express-landing-page main > .section > .container > .h-section,
  .express-landing-page :is(.express-deliverables, .express-confidentiality) .h-section {
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
  }
}

@media (max-width: 430px) {
  .express-landing-page,
  .express-submit-page {
    --express-section-space: 64px;
  }

  .express-landing-page .container,
  .express-submit-page .container {
    width: calc(100% - 24px);
  }

  .express-landing-page .express-hero {
    padding-top: 100px;
  }

  .express-hero__copy .h-display {
    font-size: clamp(2.65rem, 12vw, 3.25rem);
    line-height: .97;
  }

  .express-report-preview {
    padding: 20px;
    border-radius: 22px;
  }

  .express-report-preview__head {
    gap: 12px;
  }

  .express-problem .diferenciais li,
  .express-audience .persona,
  .express-limits .card {
    padding: 22px;
  }

  .express-faq .faq summary {
    padding: 18px 52px 18px 19px;
  }
}

/* Final cascade order for type and rhythm v6 --------------------------- */

.express-landing-page {
  --express-section-space: clamp(80px, 7vw, 100px);
  --express-content-gap: clamp(36px, 4vw, 48px);
}

.express-landing-page .express-hero .hero__micro {
  color: var(--express-muted);
  line-height: 1.65;
}

.express-process .method-list p,
.express-report > .container > .lead,
.express-final .lead,
.express-offer .service__hint,
.express-offer .service__list,
.express-offer .service__foot > p:last-child,
.express-depth-ladder .is-entry .ladder-tier__when {
  color: rgba(255, 255, 255, .76) !important;
}

.express-landing-page .express-final .h-section,
.express-landing-page .express-final .eyebrow {
  color: #fff !important;
}

@media (max-width: 720px) {
  .express-landing-page {
    --express-section-space: 68px;
    --express-content-gap: 38px;
  }
}

@media (max-width: 430px) {
  .express-landing-page {
    --express-section-space: 60px;
    --express-content-gap: 34px;
  }
}
