:root {
  color-scheme: dark;
  --bg: #0a1821;
  --surface: #102630;
  --text: #f0f6f5;
  --muted: #adbec6;
  --teal: #78e4cf;
  --line: #2a424d;
  --max: 1240px;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--teal);
}
a:focus-visible,summary:focus-visible,button:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 5px;
  border-radius: 3px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
figure,p,h1,h2,h3 {
  margin: 0;
}
h1,h2,h3 {
  line-height: 1.1;
  letter-spacing: -.035em;
}
p {
  color: var(--muted);
}
.wrap {
  width: calc(100% - 80px);
  max-width: var(--max);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--teal);
  color: var(--bg);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1px;
}
.wordmark svg {
  width: 44px;
  height: 32px;
  color: #81d3e7;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-text {
  font-size: 14px;
  text-decoration: none;
  color: #c0d0d6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 54px;
  padding: 13px 22px;
  background: var(--teal);
  color: #0a252c;
  border: 1px solid var(--teal);
  border-radius: 7px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5;
  transition: background .15s,color .15s;
}
.button:hover {
  background: #acf5e7;
  color: #082329;
}
.button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 14px;
  gap: 16px;
}
.migration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #122932;
  border: 1px solid #284851;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #c6d6db;
}
.migration strong {
  color: var(--text);
  font-weight: 650;
}
.migration a {
  color: var(--teal);
}
.migration-action {
  flex: none;
  font-weight: 650;
  text-decoration: none;
}
.migration-action span {
  margin-left: 9px;
}
.hero {
  display: grid;
  grid-template-columns: .95fr 1.25fr;
  gap: 40px;
  align-items: center;
  padding-block: 84px 76px;
  min-height: 660px;
}
.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 22px;
}
.signal {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  margin: 0 7px 2px 0;
}
.hero h1 {
  font-size: clamp(40px,4.1vw,58px);
  font-weight: 620;
  letter-spacing: -.05em;
  line-height: 1.07;
  max-width: 550px;
}
.hero em {
  color: var(--teal);
  font-style: normal;
}
.hero-description {
  font-size: 18px;
  line-height: 1.7;
  max-width: 455px;
  margin-top: 26px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
  margin-top: 31px;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.text-link span {
  margin-left: 10px;
  color: var(--teal);
}
.hero-note {
  font-size: 13px;
  margin-top: 20px;
  color: #97adb7;
}
.hero-product {
  position: relative;
  padding: 15px 19px 71px 0;
  isolation: isolate;
}
.hero-product:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -80px 0 -30px 0;
  z-index: -1;
  background: radial-gradient(ellipse at 60% 48%,#17434b 0,transparent 66%);
  opacity: .7;
}
.landscape-frame {
  padding: 7px;
  border-radius: 14px;
  background: #172f39;
  border: 1px solid #38515a;
  box-shadow: 0 22px 60px #0005;
  transform: perspective(1700px) rotateY(-3deg);
}
.landscape-frame img {
  border-radius: 8px;
}
.phone-frame {
  position: absolute;
  right: -7px;
  bottom: 32px;
  width: 23%;
  padding: 5px;
  background: #061018;
  border: 1px solid #57717b;
  border-radius: 19px;
  box-shadow: 0 14px 40px #0008;
}
.phone-frame img {
  border-radius: 13px;
}
.hero-product figcaption {
  position: absolute;
  left: 8px;
  bottom: 9px;
  font-size: 12px;
  color: #98adb6;
}
.screen-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: #a9bcc5;
}
.screen-strip>span {
  color: #dce8eb;
}
.screen-strip ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  margin: 0;
}
.screen-strip li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #69929e;
  display: inline-block;
  margin: 0 12px 3px 0;
  border-radius: 50%;
}
.section {
  padding-block: 100px;
}
.section-heading {
  max-width: 660px;
}
.section-heading .eyebrow,.display-copy .eyebrow,.faq-section .eyebrow {
  margin-bottom: 17px;
}
h2 {
  font-size: clamp(32px,3.5vw,44px);
  font-weight: 580;
  line-height: 1.15;
}
.muted {
  color: #9fb8c2;
}
.section-heading>p:last-child {
  margin-top: 20px;
  font-size: 17px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(120deg,#102832,#0d202a);
}
.feature {
  padding: 32px;
}
.feature+.feature {
  border-left: 1px solid var(--line);
}
.feature-icon {
  width: 34px;
  height: 34px;
  color: var(--teal);
  margin-bottom: 27px;
}
.feature-label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.feature h3 {
  font-size: 23px;
  font-weight: 570;
  letter-spacing: -.025em;
  margin-bottom: 17px;
  line-height: 1.25;
}
.feature>p:last-child {
  font-size: 15px;
  line-height: 1.8;
}
.display-section {
  background: #102630;
  border-block: 1px solid var(--line);
  padding-block: 74px;
  overflow: hidden;
}
.display-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  max-width: 1050px;
}
.display-copy h2 {
  font-size: clamp(34px,3.8vw,48px);
  margin-bottom: 28px;
}
.display-copy>p:not(.eyebrow) {
  font-size: 17px;
  margin-bottom: 18px;
}
.display-copy .text-link {
  display: inline-block;
  margin-top: 14px;
}
.portrait-product {
  justify-self: center;
  width: 290px;
  max-width: 100%;
  transform: rotate(3deg);
}
.portrait-frame {
  padding: 8px;
  background: #08151d;
  border: 1px solid #49636e;
  border-radius: 15px;
  box-shadow: 0 24px 48px #0005;
}
.portrait-frame img {
  border-radius: 8px;
}
.portrait-product figcaption {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  color: #b2c3ca;
  transform: rotate(-3deg);
}
.tempest-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.tempest-copy h2 { margin-bottom: 26px; }
.tempest-copy > p:not(.eyebrow) { margin-top: 18px; }
.tempest-copy .button { margin-top: 26px; white-space: normal; }
.tempest-copy .tempest-note { font-size: 13px; }
.tempest-photos {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.tempest-photos img {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.tempest-photos figcaption { margin-top: 12px; font-size: 13px; color: var(--muted); }
.tempest-credit { grid-column: 1 / -1; font-size: 12px; }
@media(max-width:1050px) {
  .tempest-section { grid-template-columns: 1fr; gap: 32px; }
  .tempest-copy { max-width: 650px; }
  .tempest-photos { max-width: 660px; }
}
@media(max-width:480px) {
  .tempest-photos { grid-template-columns: 1fr; max-width: 300px; margin-inline: auto; }
  .tempest-copy h2 br { display: none; }
}
.steps {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 46px;
}
.step-number {
  display: block;
  color: var(--teal);
  font-size: 14px;
  font-weight: 650;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-bottom: 22px;
}
.steps h3 {
  font-size: 23px;
  font-weight: 570;
  margin-bottom: 18px;
}
.steps p {
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.steps strong {
  font-weight: 600;
  color: #d0e0e4;
}
.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  border-top: 1px solid var(--line);
  padding-top: 80px;
}
.faq-intro {
  max-width: 310px;
  margin-top: 24px;
  font-size: 15px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  font-size: 23px;
  font-weight: 400;
  color: var(--teal);
  flex: none;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 15px;
  padding: 0 28px 24px 0;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.closing {
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background: #173b42;
  border: 1px solid #365960;
  border-radius: 12px;
}
.closing .eyebrow {
  margin-bottom: 12px;
}
.closing h2 {
  font-size: 32px;
  max-width: 630px;
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding-block: 56px 28px;
}
.site-footer strong {
  font-size: 19px;
  letter-spacing: -.6px;
}
.site-footer p {
  font-size: 12px;
  margin-top: 5px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.site-footer nav a {
  font-size: 13px;
  text-decoration: none;
  color: #b6c7cf;
}
.site-footer .independent {
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 0;
  font-size: 12px;
}
/* Social links stay with the marketing footer and require no external embeds. */
.social-section {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.social-section h2 {
  font-size: 28px;
}
.site-footer .social-section > p {
  font-size: 15px;
  margin-top: 10px;
}
.site-footer .social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.site-footer .social-links a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
}
.site-footer .social-links a:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.social-icon {
  width: 28px;
  height: 28px;
  flex: none;
}
.site-footer .social-links strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}
.social-detail {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}
.social-arrow {
  margin-left: auto;
  color: var(--teal);
  font-size: 19px;
}
.site-footer .social-section .social-window-note {
  font-size: 12px;
  margin-top: 12px;
}
@media(max-width:900px) {
  .site-footer .social-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media(min-width:1500px) {
  .hero {
    gap: 56px;
  }
  .hero h1 {
    font-size: 60px;
  }
}
@media(max-width:1050px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header nav {
    gap: 20px;
  }
  .hero {
    gap: 24px;
    padding-block: 64px 52px;
    min-height: 570px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-description {
    font-size: 17px;
  }
  .actions {
    gap: 18px;
  }
  .hero-product {
    padding-right: 10px;
  }
  .hero-product figcaption {
    max-width: 80%;
    font-size: 11px;
  }
  .migration-action {
    display: none;
  }
  .screen-strip {
    font-size: 12px;
  }
  .screen-strip ul {
    gap: 13px;
  }
  .feature {
    padding: 26px;
  }
  .display-grid {
    gap: 65px;
  }
  .steps {
    gap: 28px;
  }
  .faq-section {
    gap: 50px;
  }
}
@media(max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 86px;
    gap: 12px;
  }
  .wordmark {
    font-size: 21px;
    gap: 5px;
  }
  .wordmark svg {
    width: 34px;
    height: 25px;
  }
  .site-header nav {
    gap: 0;
  }
  .nav-text {
    display: none;
  }
  .button-small {
    font-size: 13px;
    gap: 8px;
    padding: 10px 12px;
  }
  .button-small span {
    display: none;
  }
  .migration {
    font-size: 13px;
    padding: 13px 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 22px;
    gap: 34px;
  }
  .hero-copy {
    max-width: 580px;
  }
  .hero h1 {
    font-size: clamp(38px,7.2vw,54px);
    max-width: 570px;
  }
  .hero .eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }
  .hero-description {
    max-width: 520px;
    margin-top: 22px;
    font-size: 17px;
  }
  .actions {
    gap: 25px;
    margin-top: 26px;
  }
  .hero-note {
    margin-top: 17px;
    font-size: 12px;
  }
  .hero-product {
    max-width: 620px;
    width: 100%;
    padding: 7px 24px 54px 0;
    margin: 0 auto;
  }
  .phone-frame {
    right: 0;
    bottom: 29px;
    width: 23%;
    border-radius: 16px;
    padding: 4px;
  }
  .phone-frame img {
    border-radius: 11px;
  }
  .landscape-frame {
    padding: 5px;
    border-radius: 10px;
  }
  .landscape-frame img {
    border-radius: 6px;
  }
  .hero-product figcaption {
    bottom: 8px;
    left: 0;
    max-width: 100%;
    font-size: 11px;
  }
  .screen-strip {
    display: block;
    padding-block: 20px;
    font-size: 13px;
  }
  .screen-strip ul {
    margin-top: 10px;
    gap: 6px 18px;
    font-size: 12px;
  }
  .screen-strip li:before {
    margin-right: 7px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading>p:last-child {
    font-size: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .feature+.feature {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .feature {
    padding: 27px;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .feature h3 {
    font-size: 23px;
  }
  .display-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .display-copy {
    max-width: 510px;
  }
  .display-copy h2 {
    font-size: 38px;
  }
  .display-copy>p:not(.eyebrow) {
    font-size: 16px;
  }
  .portrait-product {
    width: 245px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 28px;
  }
  .step-number {
    margin-bottom: 13px;
    padding-top: 19px;
  }
  .steps h3 {
    margin-bottom: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-intro {
    max-width: 100%;
    margin-top: 18px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-list summary {
    font-size: 15px;
    padding-block: 19px;
  }
  .closing {
    display: block;
    padding: 28px;
  }
  .closing h2 {
    font-size: 30px;
  }
  .closing .button {
    margin-top: 25px;
  }
  .site-footer {
    padding-block: 40px 25px;
    gap: 22px;
  }
  .site-footer nav {
    gap: 17px;
  }
  .site-footer .independent {
    line-height: 1.7;
  }
  .eyebrow {
    font-size: 11px;
  }
}
@media(max-width:370px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .wordmark {
    font-size: 18px;
    letter-spacing: -.7px;
  }
  .wordmark svg {
    width: 27px;
  }
  .button-small {
    font-size: 12px;
    padding: 9px 10px;
  }
  .hero h1 {
    font-size: 37px;
  }
  .actions {
    gap: 18px;
  }
  .actions .text-link {
    font-size: 13px;
  }
  .actions .button {
    padding-inline: 17px;
  }
  .migration {
    font-size: 12px;
  }
  .feature {
    padding: 24px;
  }
  .closing {
    padding: 25px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none!important;
  }
}

/* Ambassador offer uses the existing myWeatherDesk palette and typography. */
.offer-jump { display: inline-block; margin-top: 12px; color: var(--teal); font-size: 14px; }
.tempest-highlights { padding-left: 20px; margin-top: 20px; color: var(--muted); }
.tempest-highlights li + li { margin-top: 6px; }
.tempest-offer { scroll-margin-top: 24px; margin-top: 28px; padding: 24px; border: 1px solid #406c70; border-radius: 18px; background: #102b32; }
.tempest-offer .eyebrow { margin-bottom: 12px; font-size: 11px; }
.tempest-offer h3 { font-size: clamp(24px, 3vw, 30px); line-height: 1.2; letter-spacing: -.7px; }
.tempest-offer > p:not(.eyebrow) { margin-top: 14px; }
.offer-code-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; }
.offer-code { color: var(--teal); font-size: 23px; letter-spacing: .5px; user-select: all; }
.copy-code { min-height: 44px; padding: 8px 14px; border: 1px solid #71999b; border-radius: 8px; background: transparent; color: var(--text); font: inherit; font-size: 14px; cursor: pointer; }
.copy-code:hover { background: #21414a; }
.copy-status:empty { display: none; }
.tempest-offer .copy-status { font-size: 14px; color: var(--teal); }
.tempest-offer .button { margin-top: 22px; }
.tempest-offer .affiliate-disclosure { font-size: 14px; line-height: 1.6; color: var(--muted); }
@media(max-width: 480px) { .tempest-offer { padding: 20px 16px; } .offer-code { font-size: 21px; letter-spacing: 0; } }

/* Put the verified offer before the introduction on every screen size. */
.top-offer { padding: 16px 20px; border: 1px solid #406c70; border-radius: 12px; background: #102b32; margin-bottom: 12px; }
.top-offer-main { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.top-offer-main p { color: var(--text); font-size: 16px; }
.top-offer-main p > span { display: inline-block; margin-left: 18px; font-size: 15px; }
.top-offer-code { color: var(--teal); user-select: all; }
.top-offer .top-offer-note { margin-top: 8px; font-size: 12px; }
.top-offer-note a { margin-left: 6px; }
.hero { padding-block: 52px 44px; min-height: 0; }
.section { padding-block: 64px; }
.product-stories { border-top: 1px solid var(--line); }
.history-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: center; }
.history-story h3, .mobile-stories h3 { font-size: 27px; margin-bottom: 16px; }
.history-story p + p { margin-top: 16px; }
.history-story .capture-note { font-size: 13px; }
.product-stories img { border: 1px solid #375765; border-radius: 12px; }
.product-stories figcaption { color: var(--muted); font-size: 12px; margin-top: 12px; }
.screenshot-link { display: block; cursor: zoom-in; }
.mobile-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 52px; }
.mobile-stories article { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.mobile-stories .eyebrow { margin-bottom: 10px; }
.mobile-stories figure { max-width: 300px; margin: 26px auto 0; }
.mobile-stories img { width: 100%; }
.tempest-section { align-items: start; }
.tempest-photos { position: sticky; top: 24px; }
.screenshot-dialog { width: min(1100px, calc(100vw - 24px)); max-width: none; height: min(940px, calc(100dvh - 24px)); max-height: calc(100vh - 24px); padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--text); }
.screenshot-dialog::backdrop { background: #020b12dd; }
.screenshot-dialog header { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 16px; }
.screenshot-dialog h2 { font-size: 18px; }
.screenshot-close { min-height: 44px; border: 1px solid var(--teal); border-radius: 8px; background: var(--surface); color: var(--text); font: inherit; padding: 8px 16px; cursor: pointer; }
.screenshot-body { height: calc(100% - 76px); overflow: auto; padding: 0 16px 16px; }
.screenshot-body img { max-width: 100%; margin: auto; }
@media(max-width: 1050px) { .tempest-photos { position: static; } }
@media(max-width: 760px) {
  .top-offer { padding: 14px 16px; }
  .top-offer-main { flex-wrap: wrap; gap: 10px; }
  .top-offer-main p { font-size: 15px; }
  .top-offer-main p > span { display: block; margin: 6px 0 0; font-size: 14px; }
  .top-offer .top-offer-note { font-size: 12px; line-height: 1.5; }
  .hero { padding-block: 32px 22px; }
  .section { padding-block: 40px; }
  .history-story, .mobile-stories { grid-template-columns: 1fr; gap: 24px; }
  .mobile-stories { margin-top: 32px; }
  .mobile-stories article { padding: 22px; }
  .mobile-stories figure { max-width: 280px; }
}

.copy-top-code { min-height: 44px; padding: 6px 10px; border: 1px solid #71999b; border-radius: 6px; background: transparent; color: var(--text); font: inherit; font-size: 13px; cursor: pointer; }
.top-copy-status:empty { display: none; }
.top-copy-status { margin-top: 8px; font-size: 13px; }

/* Keep the three demonstrations together so the page earns its vertical space. */
.product-stories .section-heading { margin-bottom: 30px; }
.story-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; align-items: start; }
.story-gallery .history-story { display: flex; flex-direction: column; gap: 24px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.story-gallery .mobile-stories { display: contents; }
.story-gallery .mobile-stories article { padding: 22px; }
.story-gallery h3 { font-size: 24px; }
.story-gallery .mobile-stories figure { max-width: 260px; }
@media(min-width: 761px) and (max-width: 1050px) {
  .story-gallery { grid-template-columns: 1fr 1fr; }
  .story-gallery .history-story { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
}
@media(max-width: 760px) { .story-gallery { grid-template-columns: 1fr; } }

/* User photos retain their complete frame at every screen size. */
.owner-preview-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.owner-preview-grid figure { margin:0; min-width:0; padding:14px; border:1px solid var(--line); border-radius:16px; background:#10202b; }
.owner-preview-grid a { display:block; text-decoration:none; }
.owner-preview-grid img { display:block; width:100%; height:220px; object-fit:contain; background:#09151d; border-radius:8px; }
.owner-preview-grid span { display:block; margin-top:16px; font-weight:600; line-height:1.5; }
.owner-preview .capture-note { margin:18px 0; }
@media(max-width:700px) { .owner-preview-grid { grid-template-columns:1fr; } .owner-preview-grid img { height:240px; } }

/* Acquisition homepage: one buying journey; shared guide styling stays intact. */
.buyer-landing .site-header { min-height:82px; }
.buyer-landing .owner-link { font-size:14px; color:var(--muted); text-decoration:none; padding-block:12px; }
.buyer-landing .hero { grid-template-columns:1fr 1.12fr; padding-block:34px 40px; gap:48px; }
.buyer-landing .hero h1 { font-size:clamp(38px,3.7vw,54px); }
.buyer-landing .eyebrow { margin-bottom:12px; }
.hero-offer { color:var(--text); font-size:clamp(20px,2vw,25px); line-height:1.4; margin-top:20px; font-weight:550; }
.hero-offer strong { color:var(--teal); }
.buyer-landing .hero-description { margin-top:14px; font-size:17px; line-height:1.6; }
.purchase-offer { margin-top:22px; }
.purchase-offer .offer-code-row { margin-top:8px; gap:12px; font-size:14px; }
.purchase-offer .offer-code { font-size:15px; letter-spacing:.02em; }
.purchase-offer .copy-code { min-height:44px; padding:6px 12px; }
.purchase-offer .affiliate-disclosure { font-size:12px; line-height:1.5; margin-top:4px; max-width:380px; }
.purchase-offer .copy-status { font-size:13px; color:var(--teal); }
.buyer-landing .preview-link { display:inline-block; margin-top:18px; color:var(--teal); }
.buyer-landing .hero-note { margin-top:12px; line-height:1.5; max-width:420px; }
.buyer-landing .hero-product { padding:0; }
.buyer-landing .landscape-frame { transform:none; padding:5px; display:block; }
.hardware-pair { display:flex; align-items:center; justify-content:center; gap:22px; margin-top:22px; }
.hardware-pair img { width:120px; border-radius:12px; background:#fff; }
.hardware-pair strong { font-size:22px; line-height:1.3; display:block; }
.hardware-pair p,.hardware-pair a { font-size:14px; margin-top:6px; }
.hardware-pair a { color:var(--teal); display:inline-block; }
.buyer-landing .hero-product figcaption { position:static; margin-top:14px; font-size:11px; text-align:center; }
.buyer-landing .section { padding-block:40px; border-top:1px solid var(--line); }
.buyer-landing .section-heading { margin-bottom:24px; max-width:720px; }
.buyer-landing .section-heading>p:last-child { margin-top:14px; }
.buyer-landing h2 { font-size:clamp(30px,3vw,40px); }
.buyer-landing .feature-grid { gap:22px; margin-top:0; }
.buyer-landing .feature { padding:22px; }
.buyer-landing .feature h3 { font-size:23px; margin-bottom:12px; }
.buyer-landing .feature-label { margin-bottom:12px; }
.buyer-landing .feature p:last-child { font-size:15px; }
.buying-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.buying-card { display:flex; flex-direction:column; align-items:start; padding:24px; border:1px solid var(--line); border-radius:14px; background:var(--surface); }
.buying-card .step-label { color:#a3cfdf; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.buying-card h3 { font-size:24px; line-height:1.25; margin:14px 0 12px; }
.buying-card p { font-size:15px; margin-bottom:18px; }
.buying-card .text-link { margin-top:auto; color:var(--teal); }
.free-card { border-color:#437c74; background:#112e32; }
.free-label { display:inline-block; font-size:12px; letter-spacing:0; color:var(--teal); vertical-align:middle; border:1px solid #437c74; border-radius:5px; padding:4px 6px; }
.buying-note { margin-top:18px; font-size:14px; max-width:850px; }
.buyer-landing .demo-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:42px; align-items:center; }
.buyer-landing .demo-section .section-heading { margin:0; }
.buyer-landing .demo-section .capture-note { font-size:13px; margin:16px 0; }
.buyer-landing .product-demo { margin:0; padding:20px; min-width:0; }
.buyer-landing .product-demo-detail { padding:18px; }
.buyer-landing .product-demo-card { padding:12px; gap:8px; }
.buyer-landing .product-demo-card strong { font-size:30px; }
.buyer-landing .product-demo-chart { max-height:240px; }
.buyer-landing .owner-preview-grid { grid-template-columns:1fr 1fr; gap:22px; }
.buyer-landing .owner-preview-grid img { height:230px; }
.buyer-landing .owner-preview-grid span { margin-top:10px; }
.buyer-landing .owner-preview .capture-note { margin:14px 0 0; font-size:13px; }
.buyer-landing .faq-section { gap:50px; }
.buyer-landing .faq-list summary { padding-block:18px; }
.buyer-landing .closing { padding:30px; margin-block:20px 36px; gap:28px; border:1px solid #406c70; border-radius:16px; background:#102b32; }
.buyer-landing .closing h2 { font-size:34px; }
.buyer-landing .closing p:not(.eyebrow) { margin-top:12px; }
.buyer-landing .closing .purchase-offer { margin-top:0; flex:none; }
.buyer-landing .site-footer { padding-block:24px; gap:24px; }
.buyer-landing .social-section { margin:0; padding:0 0 24px; }
.buyer-landing .social-section h2 { font-size:21px; }
.buyer-landing .social-links { margin-top:16px; }
.buyer-landing .social-links a { padding:12px 16px; }
.buyer-landing .social-detail,.buyer-landing .social-window-note { display:none; }
.buyer-landing .site-footer nav[aria-label="Footer navigation"] { gap:10px 22px; }
@media(max-width:1050px) {
 .buyer-landing .hero { gap:28px; }
 .buyer-landing .demo-section { grid-template-columns:1fr; gap:22px; }
 .buyer-landing .product-demo { max-width:780px; width:100%; margin:auto; }
 .buying-grid { gap:14px; }
 .buying-card { padding:20px; }
}
@media(max-width:760px) {
 .buyer-landing .wrap { width:calc(100% - 40px); }
 .buyer-landing .site-header { min-height:72px; flex-wrap:wrap; gap:4px 12px; padding-block:12px; }
 .buyer-landing .site-header .owner-link { font-size:12px; }
 .buyer-landing .hero { grid-template-columns:1fr; padding-block:24px 28px; gap:28px; }
 .buyer-landing .hero h1 { font-size:clamp(36px,7.5vw,50px); }
 .buyer-landing .hero .eyebrow { font-size:10px; margin-bottom:12px; }
 .hero-offer { margin-top:16px; font-size:21px; }
 .buyer-landing .hero-description { font-size:16px; margin-top:12px; }
 .purchase-offer { margin-top:18px; }
 .buyer-landing .hero-note { font-size:12px; }
 .buyer-landing .hero-product { padding:0; }
 .hardware-pair { gap:16px; margin-top:18px; }
 .hardware-pair img { width:96px; }
 .hardware-pair strong { font-size:19px; }
 .hardware-pair p,.hardware-pair a { font-size:12px; }
 .buyer-landing .section { padding-block:26px; }
 .buyer-landing .section-heading { margin-bottom:20px; }
 .buyer-landing .feature-grid,.buying-grid { grid-template-columns:1fr; gap:14px; }
 .buyer-landing .feature,.buying-card { padding:20px; }
 .buyer-landing .feature-label { margin-bottom:8px; }
 .buying-card h3 { margin-top:10px; }
 .buyer-landing .product-demo { padding:14px; }
 .buyer-landing .product-demo-detail { padding:14px 10px; }
 .buyer-landing .product-demo-card { padding:12px 8px; }
 .buyer-landing .product-demo-card strong { font-size:27px; }
 .buyer-landing .owner-preview-grid { grid-template-columns:1fr; gap:16px; }
 .buyer-landing .owner-preview-grid img { height:200px; }
 .buyer-landing .faq-section { gap:22px; }
 .buyer-landing .faq-section h2 { max-width:none; }
 .buyer-landing .closing { margin-block:10px 26px; padding:24px 20px; flex-direction:column; align-items:start; }
 .buyer-landing .closing h2 { font-size:30px; }
 .buyer-landing .closing .purchase-offer { width:100%; }
 .buyer-landing .site-footer { padding-block:22px; }
 .buyer-landing .social-links { grid-template-columns:1fr; gap:8px; }
 .buyer-landing .social-links a { min-height:48px; }
}

@media(max-width:760px) { .buyer-landing .owner-prefix { display:none; } .buyer-landing .site-header { flex-wrap:nowrap; gap:8px; } .buyer-landing .site-header .owner-link { white-space:nowrap; } .buyer-landing .closing .button { margin-top:0; } }
