/*
 * SignDeal magazine homepage.
 * Desktop coordinates follow the supplied 1440px PSD guides. Visual assets are
 * exported PSD layers; CSS only positions them and keeps their intended stack.
 */

.magazine-home-page {
  --mg-blue: #0054fe;
  --mg-ink: #2a2a2a;
  --mg-scale: 1;
  overflow-x: clip;
  background: #fff;
  color: var(--mg-ink);
}

.magazine-home-page main {
  overflow: clip;
}

.magazine-home-page .mg-canvas {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  margin-left: -720px;
  transform: scale(var(--mg-scale));
  transform-origin: 50% 0;
}

.magazine-home-page .mg-canvas img {
  display: block;
  max-width: none;
}

.mg-mobile-psd {
  display: none !important;
}

/* Header: keep PSD coordinates while the bezel floats above the artwork. */
.magazine-home-page .site-header,
.magazine-home-page .site-header--overlay,
.magazine-home-page .site-header--overlay.is-scrolled {
  height: var(--mg-header-height, 78px);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.magazine-home-page .site-header .container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  max-width: none;
  height: 78px;
  margin-left: -720px;
  padding: 0;
  transform: scale(var(--mg-scale));
  transform-origin: 50% 0;
}

.magazine-home-page .site-header .nav,
.magazine-home-page .site-header--overlay.is-scrolled .nav,
.magazine-home-page .site-header--solid.is-scrolled .nav {
  position: relative;
  isolation: isolate;
  width: 1440px;
  min-height: 78px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.magazine-home-page .site-header .nav::before {
  position: absolute;
  inset: 8px 30px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow:
    0 16px 38px rgba(23, 56, 128, .12),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  backdrop-filter: blur(24px) saturate(165%);
  content: "";
}

.magazine-home-page .brand {
  top: 18px;
  left: 65px;
}

.magazine-home-page .nav__dropdown {
  border-radius: 20px;
}

/* Section 1: hero, 1440 x 900. */
.mg-hero {
  position: relative;
  height: var(--mg-hero-height, 900px);
  overflow: hidden;
  background: #fff;
}

.mg-hero .mg-canvas {
  height: 900px;
}

.mg-hero__kicker,
.mg-hero__title,
.mg-hero__promise,
.mg-hero__lead,
.mg-hero__cta {
  position: absolute;
  z-index: 5;
  margin: 0;
}

.mg-hero__kicker {
  top: 139px;
  left: 68px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.mg-hero__kicker strong {
  color: var(--mg-blue);
  font-weight: 700;
}

.mg-hero__title {
  top: 158px;
  left: 64px;
  display: flex;
  flex-direction: column;
  color: var(--mg-ink);
  font-size: 156px;
  font-weight: 800;
  line-height: .87;
  letter-spacing: 0;
}

.mg-hero__promise {
  top: 425px;
  left: 64px;
  display: flex;
  flex-direction: column;
  color: var(--mg-ink);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.23;
}

.mg-hero__promise strong,
.mg-hero__lead strong,
.mg-hero__cta strong {
  color: var(--mg-blue);
  font-weight: inherit;
}

.mg-hero__spark {
  position: absolute;
  top: 439px;
  left: 0;
  z-index: 4;
  width: 71px;
  height: 74px;
}

.mg-hero__lead {
  top: 649px;
  left: 65px;
  color: var(--mg-ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.mg-hero__cta {
  top: 772px;
  left: 64px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.mg-hero__cta:hover {
  color: #000;
  text-decoration: none;
}

.mg-hero__blue-panel,
.mg-hero__device,
.mg-hero__postit,
.mg-hero__underline {
  position: absolute;
}

.mg-hero__blue-panel {
  top: 164px;
  left: 744px;
  z-index: 1;
  width: 652px;
  height: 653px;
}

.mg-hero__device {
  top: 133px;
  left: 857px;
  z-index: 3;
  width: 604px;
  height: 682px;
}

.mg-hero__postit {
  top: 620px;
  left: 717px;
  z-index: 4;
  width: 162px;
  height: 127px;
}

.mg-hero__underline {
  top: 828px;
  left: 1149px;
  z-index: 2;
  width: 246px;
  height: 24px;
}

/* Section 2: editorial process, 1440 x 1200. */
.mg-how {
  position: relative;
  height: var(--mg-how-height, 1200px);
  overflow: hidden;
  background: #fff;
}

.mg-how .mg-canvas {
  height: 1200px;
}

.mg-how__word,
.mg-how__quote,
.mg-how__description,
.mg-how__steps,
.mg-how__pencil {
  position: absolute;
  margin: 0;
}

.mg-how__word {
  top: 58px;
  left: 580px;
  z-index: 0;
  color: #d5e1fb;
  font-size: 430px;
  font-weight: 800;
  line-height: .78;
  letter-spacing: 0;
}

.mg-how__quote {
  top: 151px;
  left: 64px;
  z-index: 2;
  width: 684px;
  height: 217px;
}

.mg-how__description {
  top: 393px;
  left: 65px;
  z-index: 2;
  color: var(--mg-ink);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.mg-how__description strong,
.mg-how__description em {
  color: var(--mg-blue);
  font-style: normal;
  font-weight: 700;
}

.mg-how__steps {
  inset: 0;
  list-style: none;
}

.mg-how-step {
  position: absolute;
  margin: 0;
}

.mg-how-step h3 {
  position: absolute;
  top: -43px;
  left: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: max-content;
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.mg-how-step h3 strong {
  color: var(--mg-blue);
  font-size: 50px;
  font-weight: 700;
  line-height: .8;
}

.mg-how-step img {
  width: 100%;
  height: auto;
}

.mg-how-step--speak {
  top: 557px;
  left: 64px;
  width: 378px;
}

.mg-how-step--draft {
  top: 659px;
  left: 535px;
  width: 378px;
}

.mg-how-step--send {
  top: 758px;
  left: 953px;
  width: 433px;
}

.mg-how__pencil {
  top: 1055px;
  left: 525px;
  width: 399px;
  height: 106px;
}

/* Section 3: preserve the 1440px composition but reveal Section 4 after the fan opens. */
.mg-partner {
  position: relative;
  height: var(--mg-partner-height, 1120px);
  overflow: hidden;
  background: #fff;
}

.mg-partner .mg-canvas {
  height: 1500px;
}

.mg-partner__eyebrow,
.mg-partner__title,
.mg-partner__circle,
.mg-partner__vertical,
.mg-partner__notes,
.mg-partner__lightning,
.mg-document-fan {
  position: absolute;
  margin: 0;
}

.mg-partner__eyebrow {
  top: 163px;
  left: 0;
  z-index: 4;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.mg-partner__eyebrow strong,
.mg-partner__title strong,
.mg-partner__notes strong {
  color: var(--mg-blue);
  font-weight: inherit;
}

.mg-partner__title {
  top: 198px;
  left: 233px;
  z-index: 3;
  width: 974px;
  color: #000;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0;
}

.mg-partner__line {
  display: block;
  white-space: nowrap;
}

.mg-partner__circle {
  top: 254px;
  left: 806px;
  z-index: 2;
  width: 187px;
  height: 125px;
}

.mg-partner__vertical {
  top: 285px;
  left: 1149px;
  z-index: 4;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl;
}

.mg-partner__notes {
  top: 420px;
  left: 360px;
  z-index: 4;
  display: grid;
  grid-template-columns: 310px 410px;
  column-gap: 47px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.mg-partner__notes p {
  margin: 0;
}

.mg-partner__lightning {
  top: 759px;
  left: 48px;
  z-index: 5;
  width: 41px;
  height: 51px;
}

.mg-document-fan {
  inset: 0;
  z-index: 2;
}

.mg-document,
.mg-document-fan__phone {
  position: absolute;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.mg-document--generic { top: 565px; left: 577px; width: 296px; height: 400px; z-index: 0; }
.mg-document--supply { top: 557px; left: 667px; width: 133px; height: 169px; z-index: 2; }
.mg-document--mou { top: 546px; left: 741px; width: 155px; height: 192px; z-index: 3; }
.mg-document--employment { top: 546px; left: 571px; width: 184px; height: 218px; z-index: 4; }
.mg-document--middle { top: 655px; left: 676px; width: 142px; height: 131px; z-index: 5; }
.mg-document--power { top: 663px; left: 720px; width: 159px; height: 181px; z-index: 6; }
.mg-document--lease { top: 744px; left: 683px; width: 145px; height: 172px; z-index: 7; }
.mg-document--labor { top: 618px; left: 544px; width: 158px; height: 168px; z-index: 8; }
.mg-document--nda { top: 679px; left: 592px; width: 143px; height: 161px; z-index: 9; }
.mg-document--esign { top: 738px; left: 599px; width: 169px; height: 191px; z-index: 10; }

.mg-document-fan__phone {
  top: 798px;
  left: 659px;
  z-index: 20;
  width: 132px;
  height: 276px;
}

/* Section 4: four 1440 x 900 scroll states. */
.mg-reasons {
  position: relative;
  height: var(--mg-reasons-height, 2250px);
  background: #fff;
}

.mg-reasons__sticky {
  position: sticky;
  top: 0;
  height: var(--mg-reasons-sticky-height, 900px);
  overflow: hidden;
  background: #fff;
}

.mg-reasons .mg-canvas {
  height: 900px;
}

.mg-reasons__why,
.mg-reasons__title,
.mg-reasons__panels,
.mg-reasons__folio,
.mg-reasons__progress {
  position: absolute;
  margin: 0;
}

.mg-reasons__why {
  top: 151px;
  left: 63px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  color: var(--mg-ink);
  font-size: 154px;
  font-weight: 800;
  line-height: .86;
  letter-spacing: 0;
}

.mg-reasons__title {
  top: 326px;
  left: 452px;
  z-index: 7;
  color: #000;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}

.mg-reasons__title strong {
  color: var(--mg-blue);
  font-weight: 600;
}

.mg-reasons__panels {
  inset: 0;
  z-index: 3;
}

.mg-reason {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.mg-reason.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mg-reason__word,
.mg-reason__panel,
.mg-reason__cta,
.mg-reason__mobile-art {
  position: absolute;
  margin: 0;
}

.mg-reason__word {
  z-index: 4;
  opacity: .32;
}

.mg-reason__word--01 { top: 182px; left: 886px; width: 486px; height: 160px; }
.mg-reason__word--02 { top: 182px; left: 581px; width: 793px; height: 159px; }
.mg-reason__word--03 { top: 182px; left: 595px; width: 777px; height: 161px; }
.mg-reason__word--04 { top: 182px; left: 727px; width: 647px; height: 161px; }

.mg-reason__panel {
  top: 455px;
  left: 65px;
  z-index: 3;
  width: 1308px;
  height: 362px;
  text-align: center;
}

.mg-reason__panel--01 { background: #fdfbf7; }
.mg-reason__panel--02 { background: #edf3ff; }
.mg-reason__panel--03 { background: #cdffc7; }
.mg-reason__panel--04 { background: #fff5c7; }

.mg-reason__panel h3 {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0;
  color: var(--mg-ink);
  font-size: 36px;
  font-weight: 750;
  line-height: 1.1;
}

.mg-reason__underline {
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 3;
  height: auto;
  transform: translateX(-50%);
}

.mg-reason__underline--01 { width: 518px; }
.mg-reason__underline--02,
.mg-reason__underline--03,
.mg-reason__underline--04 { width: 418px; }

.mg-reason__panel blockquote {
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--mg-ink);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
}

.mg-reason__wave {
  position: absolute;
  top: 211px;
  left: 470px;
  width: 369px;
  height: 73px;
}

.mg-reason__panel p {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.mg-reason__panel p strong {
  color: var(--mg-blue);
  font-weight: inherit;
}

.mg-reason__panel .mg-reason__beta-note {
  bottom: 18px;
  color: #4f5664;
  font-size: 13px;
  font-weight: 450;
}

.mg-reason__panel .mg-reason__beta-note strong {
  color: inherit;
  font-weight: 700;
}

.mg-reason__signature {
  position: absolute;
  top: 160px;
  left: 566px;
  z-index: 2;
  width: 152px;
  height: 87px;
}

.mg-reason__hand {
  position: absolute;
  top: 68px;
  left: 735px;
  z-index: 3;
  width: 203px;
  height: 214px;
}

.mg-reason__contracts {
  position: absolute;
  top: 84px;
  left: 550px;
  width: 208px;
  height: 183px;
}

.mg-reason__coin {
  position: absolute;
  top: 92px;
  left: 577px;
  display: block;
  width: 154px;
  height: 169px;
}

.mg-reason__coin img {
  position: absolute;
  inset: 0;
  width: 154px;
  height: 169px;
}

.mg-reason__coin b {
  position: absolute;
  top: 47px;
  left: 24px;
  z-index: 2;
  width: 105px;
  color: #fff;
  font-size: 63px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.mg-reason__coin small {
  font-size: 26px;
}

.mg-reason__cta {
  top: 814px;
  left: 64px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.mg-reason__cta strong {
  color: var(--mg-blue);
  font-weight: inherit;
}

.mg-reason__cta:hover {
  color: #000;
  text-decoration: none;
}

.magazine-home-page .mg-canvas img.mg-reason__mobile-art {
  display: none;
}

.mg-reasons__folio {
  right: 66px;
  bottom: 41px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.mg-reasons__progress {
  display: none;
}

/* Section 5: supplied PSD composition with its repeated 78px header removed. */
.mg-final {
  position: relative;
  height: var(--mg-final-height, 900px);
  overflow: hidden;
  background: #fdfbf8;
}

.mg-final .mg-canvas {
  height: 900px;
}

.mg-final__psd {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.mg-final__psd img {
  width: 1440px;
  height: 822px;
  object-fit: fill;
}

.mg-final__panel {
  position: absolute;
  top: 140px;
  left: 65px;
  z-index: 1;
  width: 1310px;
  height: 688px;
  border-radius: 90px;
  background: transparent;
  color: transparent;
  text-align: center;
}

.mg-final__panel > :not(a) {
  opacity: 0;
}

.mg-final__eyebrow,
.mg-final__panel h2,
.mg-final__lead,
.mg-final__cta,
.mg-final__notice,
.mg-final__business {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
}

.mg-final__eyebrow {
  top: 78px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.mg-final__panel h2 {
  top: 132px;
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.mg-final__lead {
  top: 312px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
}

.mg-final__cta {
  top: 410px;
  left: 295px;
  display: flex;
  width: 720px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: transparent;
  color: transparent;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.mg-final__cta:hover {
  color: transparent;
  text-decoration: none;
}

.mg-final__notice {
  top: 528px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
}

.mg-final__business {
  top: 598px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.3;
}

.mg-final__business a {
  color: transparent;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* PSD pop motion: only image assets move; their labels stay fixed. */
[data-mag-pop] {
  opacity: 0;
  transform: translateY(22px) scale(.96);
  transition:
    opacity 560ms ease,
    transform 760ms cubic-bezier(.16, 1, .3, 1);
}

[data-mag-pop].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Footer phone requested for the very last line. */
.magazine-home-page .footer-phone {
  margin: 18px 0 0;
  color: var(--sd-text-muted);
  font-size: var(--sd-text-sm);
  font-weight: 500;
}

.magazine-home-page .footer-phone a {
  color: inherit;
  text-decoration: none;
}

/* Tablet and mobile use a separate composition; desktop guide coordinates stay untouched. */
@media (max-width: 899px) {
  .magazine-home-page {
    --mg-scale: 1 !important;
  }

  .magazine-home-page .site-header,
  .magazine-home-page .site-header--overlay,
  .magazine-home-page .site-header--overlay.is-scrolled {
    height: 52px;
    padding: 4px 8px;
  }

  .magazine-home-page .site-header .container {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    transform: none;
  }

  .magazine-home-page .site-header .nav,
  .magazine-home-page .site-header--overlay.is-scrolled .nav {
    width: 100%;
    min-height: 44px;
    padding: 0 8px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 8px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 28px rgba(23,56,128,.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .magazine-home-page .site-header .nav::before {
    display: none;
  }

  .magazine-home-page .brand {
    position: absolute;
    top: 50%;
    left: 50%;
    gap: 6px;
    min-height: 40px;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .magazine-home-page .brand__mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .magazine-home-page .brand__word,
  .magazine-home-page .site-header--overlay .brand__word {
    font-size: 22px;
  }

  .magazine-home-page .nav__toggle {
    display: inline-flex !important;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 0;
    background: transparent;
  }

  .magazine-home-page .nav__actions {
    position: static;
    display: flex !important;
    width: auto;
    height: auto;
    margin-left: auto;
  }

  .magazine-home-page .site-header .nav__actions .nav__login,
  .magazine-home-page .site-header--overlay .nav__actions .nav__login,
  .magazine-home-page .site-header--overlay.is-scrolled .nav__actions .nav__login {
    position: static !important;
    inset: auto !important;
    width: auto;
    height: 32px;
    min-height: 32px;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 14px;
  }

  .magazine-home-page .mg-canvas {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding-inline: 0;
    transform: none;
  }

  .mg-mobile-psd {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: block !important;
    width: 100%;
    height: auto;
  }

  .mg-hero,
  .mg-how,
  .mg-partner,
  .mg-final {
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 414 / 896;
  }

  .mg-hero .mg-canvas,
  .mg-how .mg-canvas,
  .mg-partner .mg-canvas,
  .mg-final .mg-canvas {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    aspect-ratio: 414 / 896;
  }

  .mg-hero .mg-canvas > :not(.mg-mobile-psd),
  .mg-how .mg-canvas > :not(.mg-mobile-psd):not(.visually-hidden),
  .mg-partner .mg-canvas > :not(.mg-mobile-psd),
  .mg-final .mg-canvas > :not(.mg-final__psd):not(.mg-final__panel) {
    opacity: 0;
    pointer-events: none;
  }

  .mg-final__psd,
  .mg-final__psd img {
    width: 100%;
    height: 100%;
  }

  .mg-final__psd {
    top: 0;
  }

  .mg-final__panel {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .mg-final__cta {
    top: 34%;
    left: 14.5%;
    width: 71%;
    height: 6%;
    border-radius: 0;
  }

  .mg-final__business {
    top: 51.2%;
    opacity: 1 !important;
  }

  .mg-final__business a {
    display: block;
    width: 58%;
    height: 48px;
    margin-inline: auto;
  }

  .mg-hero .mg-canvas {
    min-height: 0;
  }

  .mg-hero__kicker,
  .mg-hero__title,
  .mg-hero__promise,
  .mg-hero__lead,
  .mg-hero__cta,
  .mg-hero__spark,
  .mg-hero__blue-panel,
  .mg-hero__device,
  .mg-hero__postit,
  .mg-hero__underline {
    position: absolute;
  }

  .mg-hero__kicker { top: 98px; left: 22px; font-size: 14px; }
  .mg-hero__title { top: 125px; left: 20px; font-size: 74px; line-height: .88; }
  .mg-hero__promise { top: 275px; left: 22px; font-size: 27px; line-height: 1.25; }
  .mg-hero__spark { top: 300px; left: 0; width: 42px; height: auto; }
  .mg-hero__blue-panel { top: 390px; left: 11%; width: 78%; height: 315px; object-fit: fill; }
  .mg-hero__device { top: 365px; left: 11%; width: 108%; height: auto; }
  .mg-hero__postit { top: 620px; left: 4%; width: 116px; height: auto; }
  .mg-hero__underline { top: 698px; right: 1%; left: auto; width: 150px; height: auto; }
  .mg-hero__lead { top: 735px; left: 22px; right: 22px; font-size: 15px; line-height: 1.65; }
  .mg-hero__cta { top: 822px; left: 22px; font-size: 27px; }

  .mg-how .mg-canvas {
    min-height: 0;
  }

  .mg-how__word { top: 70px; right: -10px; left: auto; font-size: 150px; }
  .mg-how__quote { top: 120px; left: 20px; width: calc(100% - 40px); height: auto; }
  .mg-how__description { top: 330px; left: 22px; font-size: 16px; }
  .mg-how__steps { position: absolute; inset: 0; }
  .mg-how-step { left: 22px; width: calc(100% - 44px); }
  .mg-how-step h3 { top: -42px; }
  .mg-how-step h3 strong { font-size: 44px; }
  .mg-how-step--speak { top: 505px; }
  .mg-how-step--draft { top: 815px; }
  .mg-how-step--send { top: 1125px; }
  .mg-how__pencil { top: 1370px; left: 17%; width: 66%; height: auto; }

  .mg-partner .mg-canvas {
    min-height: 0;
  }

  .mg-partner__eyebrow { top: 108px; font-size: 15px; }
  .mg-partner__title { top: 143px; left: 22px; width: calc(100% - 44px); font-size: 31px; line-height: 1.35; text-align: left; }
  .mg-partner__line { white-space: normal; }
  .mg-partner__circle { top: 205px; left: 53%; width: 118px; height: auto; }
  .mg-partner__vertical { display: none; }
  .mg-partner__notes { top: 295px; left: 22px; right: 22px; display: block; font-size: 15px; }
  .mg-partner__notes p + p { margin-top: 14px; }
  .mg-partner__lightning { top: 640px; left: 20px; width: 31px; height: auto; }
  .mg-document-fan { inset: 0; transform: translate(-470px, 20px) scale(.86); transform-origin: 720px 650px; }

  .mg-reasons {
    height: calc((100vw * 896 / 414) + 135svh) !important;
  }

  .mg-reasons__sticky {
    top: 0;
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 414 / 896;
  }

  .mg-reasons .mg-canvas {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
  }

  .mg-reasons__why,
  .mg-reasons__title,
  .mg-reasons__folio,
  .mg-reasons__progress {
    opacity: 0;
    pointer-events: none;
  }

  .mg-reasons__panels,
  .mg-reason {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .mg-reason > :not(.mg-mobile-psd):not(.mg-reason__cta) {
    opacity: 0 !important;
    pointer-events: none;
  }

  .mg-reason__cta {
    top: auto;
    right: 8%;
    bottom: 5%;
    left: 8%;
    z-index: 30;
    width: auto;
    height: 8%;
    color: transparent;
    font-size: 0;
  }

  .mg-reasons__why { top: 96px; left: 20px; font-size: 82px; }
  .mg-reasons__title { top: 240px; left: 20px; right: 20px; font-size: 33px; white-space: normal; }
  .mg-reason__word { top: 188px; right: 10px; left: auto; width: auto; max-width: 78%; height: auto; }
  .mg-reason__panel { top: 320px; left: 20px; width: calc(100% - 40px); height: 330px; }
  .mg-reason__panel h3 { top: 26px; font-size: 27px; }
  .mg-reason__underline { top: 58px; max-width: 78%; }
  .mg-reason__panel blockquote { top: 112px; padding: 0 18px; font-size: 21px; }
  .mg-reason__wave { top: 203px; left: 15%; width: 70%; height: auto; }
  .mg-reason__panel p { bottom: 32px; padding-inline: 20px; font-size: 14px; }
  .mg-reason__panel--02 > p:not(.mg-reason__beta-note) { bottom: 47px; }
  .mg-reason__panel .mg-reason__beta-note { bottom: 16px; padding-inline: 16px; font-size: 10px; }
  .mg-reason__signature { top: 145px; left: 20%; width: 128px; height: auto; }
  .mg-reason__hand { top: 96px; left: 44%; width: 190px; height: auto; }
  .mg-reason__contracts { top: 96px; left: calc(50% - 96px); width: 192px; height: auto; }
  .mg-reason__coin { top: 92px; left: calc(50% - 77px); }
  .mg-reason__cta { top: auto; bottom: 28px; left: 20px; font-size: 27px; }
  .mg-reasons__folio { right: 20px; bottom: 30px; font-size: 13px; }

}

/* Mobile CTA: the PSD uses a flush glass strip, not a floating pill. */
@media (max-width: 767px) {
  .magazine-home-page .site-header,
  .magazine-home-page .site-header--overlay,
  .magazine-home-page .site-header--overlay.is-scrolled {
    height: 44px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(90, 96, 108, .34);
    border-radius: 0;
    background: rgba(255, 255, 255, .78);
    box-shadow: none;
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
  }

  .magazine-home-page .site-header .container {
    position: static;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .magazine-home-page .site-header .nav,
  .magazine-home-page .site-header--overlay.is-scrolled .nav {
    width: 100%;
    min-height: 44px;
    height: 44px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .magazine-home-page .brand {
    position: absolute;
    top: 4px;
    left: 34.05%;
    min-height: 36px;
    transform: none;
  }

  .magazine-home-page .brand__mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .magazine-home-page .brand__word,
  .magazine-home-page .site-header--overlay .brand__word {
    font-size: 26px;
  }

  .magazine-home-page .nav__toggle {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .magazine-home-page .nav__actions {
    position: absolute;
    top: 6px;
    right: 16px;
    left: auto;
    width: auto;
    height: 32px;
  }

  .magazine-home-page .site-header .nav__actions .nav__login,
  .magazine-home-page .site-header--overlay .nav__actions .nav__login,
  .magazine-home-page .site-header--overlay.is-scrolled .nav__actions .nav__login {
    width: auto;
    height: 32px;
    min-height: 32px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .mg-hero__device { left: 4%; width: 116%; }
  .mg-hero__lead { font-size: 14px; }
  .mg-hero__cta { font-size: 25px; }
  .mg-partner__title { font-size: 29px; }
  .mg-reasons__title { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-mag-pop],
  .mg-document,
  .mg-document-fan__phone,
  .mg-reason {
    transition: none !important;
  }
}
