.speakaussie-page {
  --sa-blue: #2f6fb3;
  --sa-soft: #f3f7fa;
  --sa-warm: #f7f5f0;
  --sa-dark: #10131a;
}

.speakaussie-page main {
  overflow: clip;
}

.speakaussie-page main .section {
  padding-block: clamp(88px, 10vw, 160px);
}

.speakaussie-page main h1 {
  max-width: 10.5ch;
  font-size: clamp(3.8rem, 6.8vw, 7.4rem);
  line-height: 0.92;
}

.speakaussie-page main h2 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  line-height: 0.98;
}

.speakaussie-page main p {
  max-width: 60ch;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
}

.sa-hero,
.sa-launch,
.sa-split,
.sa-feature,
.sa-languages,
.sa-pricing,
.sa-closing,
.sa-support {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.sa-hero {
  min-height: calc(100svh - 88px);
  padding-top: clamp(72px, 8vw, 120px) !important;
}

.sa-hero__copy { grid-column: 1 / span 6; }
.sa-hero__media { grid-column: 7 / -1; }
.sa-hero__media,
.sa-media,
.sa-closing__media {
  overflow: hidden;
  margin: 0;
  border-radius: clamp(18px, 2.2vw, 32px);
  background: var(--sa-soft);
}

.sa-hero__media { aspect-ratio: 16 / 9; }
.sa-media--portrait { aspect-ratio: 1122 / 1402; }
.sa-media--square { aspect-ratio: 1; }
.sa-hero__media img,
.sa-media img,
.sa-closing__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sa-lede { margin-top: 32px; font-size: clamp(1.25rem, 1.8vw, 1.6rem) !important; line-height: 1.48; }
.sa-hero-support { margin-top: 18px; color: var(--text); font-weight: 650; }
.sa-availability { margin-top: 26px; color: var(--sa-blue); font-size: 0.94rem !important; font-weight: 700; }
.sa-language-line { margin-top: 26px; color: var(--text-muted); font-size: 0.92rem !important; }

.sa-launch,
.sa-why,
.sa-languages,
.sa-pricing,
.sa-support { position: relative; }
.sa-launch::before,
.sa-why::before,
.sa-languages::before,
.sa-pricing::before,
.sa-support::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: var(--sa-soft);
  content: "";
}
.sa-launch::before { background: var(--sa-warm); }

.sa-launch {
  scroll-margin-top: 96px;
}
.sa-launch__copy { grid-column: 1 / span 6; }
.sa-launch__copy > p:not(.eyebrow) { margin-top: 24px; }
.sa-launch__copy .button { margin-top: 36px; }
.sa-launch__media {
  grid-column: 8 / -1;
  justify-self: center;
  max-width: 430px;
}
.sa-launch__media .iphoneMockup {
  width: min(100%, 400px, calc(74vh * 9 / 16));
  aspect-ratio: 9 / 16;
  border-radius: clamp(30px, 3.5vw, 46px);
}
.sa-launch__media .iphoneScreen {
  border-radius: clamp(23px, 2.9vw, 37px);
}

.sa-split .sa-media { grid-column: 1 / span 5; }
.sa-split .sa-copy { grid-column: 7 / -1; }
.sa-life .sa-copy { grid-column: 1 / span 5; }
.sa-life .sa-media { grid-column: 7 / -1; }
.sa-copy > p:not(.eyebrow),
.sa-feature__copy > p:not(.eyebrow),
.sa-languages__copy > p:not(.eyebrow) { margin-top: 22px; }

.sa-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--line);
}
.sa-comparison > div { padding: clamp(24px, 3vw, 36px); background: white; }
.sa-comparison h3 { font-size: 1.15rem; }
.sa-comparison ul,
.sa-pricing__panel ul { display: grid; gap: 12px; margin-top: 22px; color: var(--text-secondary); line-height: 1.45; }

.sa-editorial-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}
.sa-editorial-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}
.sa-editorial-list--single { grid-template-columns: 1fr; max-width: 480px; }

.sa-included__intro { max-width: 880px; }
.sa-included__intro > p:last-child { margin-top: 28px; }
.sa-included__body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  margin-top: clamp(64px, 8vw, 112px);
}
.sa-included__body--text { grid-template-columns: 1fr; }
.sa-included__body--text .sa-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sa-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sa-stats div { min-height: 180px; padding: 28px 24px 28px 0; border-top: 1px solid var(--line); }
.sa-stats div:nth-child(odd) { margin-right: 28px; }
.sa-stats strong { display: block; color: var(--sa-blue); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 620; letter-spacing: -0.06em; line-height: 1; }
.sa-stats span { display: block; max-width: 30ch; margin-top: 14px; color: var(--text-secondary); line-height: 1.45; }

.sa-feature__copy { grid-column: 1 / span 5; }
.sa-feature > :last-child { grid-column: 7 / -1; }
.sa-feature--reverse .sa-feature__copy { grid-column: 8 / -1; order: 2; }
.sa-feature--reverse > :last-child { grid-column: 1 / span 6; order: 1; }
.sa-small { color: var(--text-muted); font-size: 0.96rem !important; }
.sa-account-note { margin-top: 36px !important; padding-left: 20px; border-left: 3px solid var(--sa-blue); }

.sa-image-trigger,
.sa-video-trigger {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  justify-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: zoom-in;
}
.iphoneScreen img,
.iphoneScreen video,
.ipadScreen img,
.ipadScreen video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.iphoneMockup,
.ipadMockup {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #0b0c0f;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.iphoneMockup {
  width: min(100%, 390px, calc(76vh * 9 / 19.5));
  aspect-ratio: 9 / 19.5;
  padding: 9px;
  border-radius: clamp(34px, 4vw, 52px);
}
.iphoneScreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(27px, 3.3vw, 43px);
  background: #000;
}
.ipadMockup {
  width: min(100%, 760px);
  aspect-ratio: 4 / 3;
  padding: 12px;
  border-radius: clamp(22px, 2.8vw, 36px);
}
.ipadMockup::before {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  content: "";
  transform: translateX(-50%);
}
.ipadScreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(14px, 1.8vw, 24px);
  background: #000;
}
.sa-media-hint {
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 650;
  transition: color 180ms ease, transform 180ms ease;
}
.sa-image-trigger:hover .sa-media-hint,
.sa-video-trigger:hover .sa-media-hint { transform: translateY(-2px); color: var(--text); }
.sa-image-trigger:focus-visible,
.sa-video-trigger:focus-visible { outline: 3px solid var(--sa-blue); outline-offset: 4px; }
.sa-phone-shot,
.sa-video-frame--phone { justify-self: center; }
.sa-video-frame { cursor: pointer; }

.sa-languages__copy { grid-column: 1 / span 6; }
.sa-languages > :last-child { grid-column: 8 / -1; }
.sa-language-words { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.sa-language-words span { padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 999px; background: white; }

.sa-definitions { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.sa-definitions div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.sa-definitions dt { font-weight: 700; }
.sa-definitions dd { margin-top: 6px; color: var(--text-secondary); line-height: 1.5; }

.sa-audience { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr); gap: clamp(48px, 9vw, 140px); align-items: start; }
.sa-audience__list { display: grid; border-top: 1px solid var(--line); }
.sa-audience__list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: clamp(1.05rem, 1.4vw, 1.3rem); }

.sa-pricing__intro { grid-column: 1 / span 6; }
.sa-pricing__intro p { margin-top: 22px; }
.sa-pricing__panel { grid-column: 8 / -1; padding: clamp(32px, 4vw, 54px); border-radius: 24px; background: white; }
.sa-pricing__panel ul { margin: 0 0 32px; }
.sa-pricing__panel > p { margin-top: 18px; font-size: 0.9rem !important; }

.sa-faq { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1fr); gap: clamp(48px, 10vw, 160px); align-items: start; }
.sa-faq__items { border-top: 1px solid var(--line-strong); }
.sa-faq details { border-bottom: 1px solid var(--line-strong); }
.sa-faq summary { position: relative; padding: 26px 52px 26px 0; color: var(--text); font-size: clamp(1.08rem, 1.5vw, 1.32rem); font-weight: 650; cursor: pointer; list-style: none; }
.sa-faq summary::-webkit-details-marker { display: none; }
.sa-faq summary::after { position: absolute; top: 22px; right: 4px; content: "+"; font-size: 1.5rem; font-weight: 400; }
.sa-faq details[open] summary::after { content: "−"; }
.sa-faq details p { padding: 0 52px 26px 0; }

.sa-closing__media { grid-column: 1 / span 7; aspect-ratio: 16 / 10; }
.sa-closing__copy { grid-column: 8 / -1; }
.sa-closing__copy > p:not(.eyebrow) { margin-top: 24px; }
.sa-brand-lines { color: var(--text) !important; font-weight: 650; line-height: 1.5 !important; }

.sa-support__copy { grid-column: 1 / span 5; }
.sa-support__copy p { margin-top: 16px; }
.sa-support__links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }
.sa-support__links a { color: var(--sa-blue); font-weight: 650; }
.sa-support__note { grid-column: 8 / -1; padding-left: 24px; border-left: 1px solid var(--line-strong); }

.sa-lightbox[hidden] { display: none; }
.sa-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: clamp(16px, 4vw, 48px); }
.sa-lightbox__backdrop { position: absolute; inset: 0; background: rgba(8, 10, 14, 0.92); }
.sa-lightbox__panel { position: relative; z-index: 1; display: grid; width: min(1180px, 100%); max-height: calc(100svh - 32px); place-items: center; }
.sa-lightbox__image,
.sa-lightbox__video { display: grid; max-width: 100%; max-height: calc(100svh - 100px); place-items: center; }
.sa-lightbox__image[hidden],
.sa-lightbox__video[hidden] { display: none; }
.sa-lightbox__image img,
.sa-lightbox__video video { max-width: 100%; max-height: calc(100svh - 100px); display: block; border-radius: 12px; object-fit: contain; }
.sa-lightbox__close { position: fixed; z-index: 2; top: 18px; right: 18px; min-width: 64px; min-height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(20,22,28,.72); color: white; cursor: pointer; backdrop-filter: blur(12px); }
.sa-lightbox__panel h2 { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
body.sa-lightbox-open { overflow: hidden; }

@media (max-width: 1080px) {
  .sa-hero { min-height: auto; }
  .sa-hero__copy { grid-column: 1 / span 6; }
  .sa-hero__media { grid-column: 7 / -1; }
  .sa-launch__copy { grid-column: 1 / span 6; }
  .sa-launch__media { grid-column: 7 / -1; }
  .sa-split .sa-media,
  .sa-life .sa-copy,
  .sa-feature__copy,
  .sa-feature--reverse .sa-feature__copy,
  .sa-languages__copy,
  .sa-pricing__intro,
  .sa-closing__media,
  .sa-support__copy { grid-column: 1 / span 6; }
  .sa-split .sa-copy,
  .sa-life .sa-media,
  .sa-feature > :last-child,
  .sa-feature--reverse > :last-child,
  .sa-languages > :last-child,
  .sa-pricing__panel,
  .sa-closing__copy,
  .sa-support__note { grid-column: 7 / -1; }
  .sa-feature--reverse .sa-feature__copy { order: 1; }
  .sa-feature--reverse > :last-child { order: 2; }
  .sa-faq { grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: 48px; }
}

@media (max-width: 800px) {
  .speakaussie-page main .section { padding-block: clamp(72px, 14vw, 104px); }
  .speakaussie-page main h1 { font-size: clamp(3.35rem, 12vw, 5.6rem); }
  .sa-hero,
  .sa-launch,
  .sa-split,
  .sa-feature,
  .sa-languages,
  .sa-pricing,
  .sa-closing,
  .sa-support,
  .sa-audience,
  .sa-faq { grid-template-columns: 1fr; gap: 48px; }
  .sa-hero__copy,
  .sa-hero__media,
  .sa-launch__copy,
  .sa-launch__media,
  .sa-split .sa-media,
  .sa-split .sa-copy,
  .sa-life .sa-copy,
  .sa-life .sa-media,
  .sa-feature__copy,
  .sa-feature > :last-child,
  .sa-feature--reverse .sa-feature__copy,
  .sa-feature--reverse > :last-child,
  .sa-languages__copy,
  .sa-languages > :last-child,
  .sa-pricing__intro,
  .sa-pricing__panel,
  .sa-closing__media,
  .sa-closing__copy,
  .sa-support__copy,
  .sa-support__note { grid-column: 1; }
  .sa-life .sa-copy,
  .sa-feature--reverse .sa-feature__copy { order: 1; }
  .sa-life .sa-media,
  .sa-feature--reverse > :last-child { order: 2; }
  .sa-included__body { grid-template-columns: 1fr; gap: 56px; }
  .sa-included__body--text .sa-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .iphoneMockup { width: min(82vw, 340px, calc(72vh * 9 / 19.5)); }
  .sa-launch__media .iphoneMockup { width: min(78vw, 360px); }
  .ipadMockup { width: 100%; box-shadow: 0 20px 46px rgba(0, 0, 0, 0.11), inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
  .sa-support__note { padding: 24px 0 0; border-top: 1px solid var(--line-strong); border-left: 0; }
}

@media (max-width: 520px) {
  .speakaussie-page main h2 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .sa-hero { padding-top: 58px !important; }
  .sa-hero .button-row,
  .sa-launch .button-row,
  .sa-closing .button-row { display: grid; }
  .sa-hero .button,
  .sa-launch .button,
  .sa-closing .button { width: 100%; }
  .sa-comparison { grid-template-columns: 1fr; }
  .sa-editorial-list { grid-template-columns: 1fr; }
  .sa-stats { grid-template-columns: 1fr; }
  .sa-included__body--text .sa-stats { grid-template-columns: 1fr; }
  .sa-stats div,
  .sa-stats div:nth-child(odd) { min-height: 0; margin-right: 0; padding: 24px 0; }
  .iphoneMockup { padding: 7px; border-radius: 38px; }
  .iphoneScreen { border-radius: 31px; }
  .ipadMockup { padding: 8px; border-radius: 24px; }
  .ipadScreen { border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .sa-image-trigger > span,
  .sa-video-trigger > span { transition: none; }
}
