:root {
  --font: "Plus Jakarta Sans", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --blue: var(--primary);
  --navy: var(--ink-primary);
  --muted: var(--ink-secondary);
  --line: #dfe7f3;
  --pale: #eef4ff;
  --turquoise: var(--brand-turquoise);
  --turquoise-soft: var(--brand-turquoise-soft);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper-base);
  color: var(--navy);
  font: 16px/1.7 var(--font);
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button,
a,
summary,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #608cfa;
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.18;
}
button {
  border: 0;
}
button:disabled {
  cursor: default;
}
input,
select {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow,
.micro-label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--blue);
}
.micro-label {
  font-size: 12px;
}
.site-header {
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 5;
}
.brand {
  display: flex;
}
.brand-crop {
  position: relative;
  display: block;
  width: 132px;
  height: 48px;
  overflow: hidden;
}
.brand-crop img {
  position: absolute;
  width: 304px;
  height: auto;
  left: -83px;
  top: -65px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.site-header nav a {
  transition: color 0.2s;
}
.site-header nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: white;
  border-radius: 9px;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.button span {
  font-size: 23px;
  line-height: 1;
  transition: transform 0.25s;
}
.button:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px #1e40af25;
}
.button:hover span {
  transform: translate(3px, -3px);
}
.button.small {
  padding: 11px 19px;
}
.button.secondary {
  background: white;
  color: var(--blue);
  border-color: #cedcf3;
}
.button.white {
  background: white;
  color: var(--blue);
  border-color: white;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--primary-light);
}
.text-link span {
  font-size: 20px;
}
.hero-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(115deg, #fbfbfc 20%, #f0f5ff 63%, #dbeafe);
}
.scene-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.blue-aura {
  position: absolute;
  right: -150px;
  top: -70px;
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, #3b82f636, transparent 70%);
  animation: aura-drift 15s ease-in-out infinite alternate;
}
.orbit {
  position: absolute;
  right: -65px;
  top: 0;
  width: 800px;
  height: 800px;
  border: 1px solid #1e40af20;
  border-radius: 50%;
  transform: rotate(-28deg) scaleX(0.76);
}
.orbit-two {
  width: 990px;
  height: 990px;
  right: -160px;
  top: -95px;
  border-color: #1e40af12;
}
.orbit-three {
  width: 1180px;
  height: 1180px;
  right: -255px;
  top: -190px;
  border-style: dashed;
  border-color: #1e40af10;
}
.graphic-spark {
  position: absolute;
  right: 44%;
  top: 10%;
  font-size: 55px;
  color: var(--blue);
  animation: turn 32s linear infinite;
}
.graphic-plus {
  position: absolute;
  right: 3%;
  top: 27%;
  font-size: 40px;
  color: var(--blue);
  animation: float 6s ease-in-out infinite alternate;
}
.scene-word {
  position: absolute;
  bottom: -45px;
  left: 5%;
  font-weight: 800;
  font-size: clamp(140px, 19vw, 265px);
  letter-spacing: -0.07em;
  line-height: 1;
  color: #1e40af03;
  -webkit-text-stroke: 1px #1e40af10;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 63px 85px;
  min-height: 790px;
}
.capsule {
  display: inline-block;
  background: #ffffffc9;
  border: 1px solid #1e40af16;
  border-radius: 99px;
  padding: 7px 14px;
  font-size: 12px;
}
.hero h1 {
  font-size: clamp(52px, 5vw, 74px);
  font-weight: 600;
  letter-spacing: -0.053em;
  line-height: 1.1;
  margin-top: 29px;
}
.hero h1 > span {
  display: block;
  animation: rise 0.8s both;
}
.hero h1 > span:nth-child(2) {
  animation-delay: 0.1s;
}
.hero h1 > .blue {
  color: var(--blue);
  animation-delay: 0.2s;
}
.hero-break {
  display: none;
}
.hero-description {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 470px;
  margin-top: 27px;
  animation: rise 0.9s 0.25s both;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 31px;
  animation: rise 0.9s 0.35s both;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
}
.hero-product {
  position: relative;
  max-width: 440px;
  width: 100%;
  justify-self: center;
  animation: rise 1s 0.15s both;
}
.product-caption {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sage-star {
  font-size: 28px;
  color: var(--blue);
  line-height: 1;
}
.product-caption .eyebrow {
  font-size: 12px;
}
.hero-chat {
  background: #fff;
  border: 1px solid #d4dff1;
  border-radius: 21px;
  box-shadow: 0 30px 65px -25px #1e3a8a40;
  overflow: hidden;
}
.chat-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 20px 23px;
  border-bottom: 1px solid var(--line);
}
.sage-avatar {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 27px;
  flex: none;
}
.chat-heading strong {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.chat-heading > div > span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}
.sample-tag {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 4px;
  font: 12px var(--mono);
  background: #eef3fb;
  color: var(--muted);
  white-space: nowrap;
}
.chat-heading .sample-tag {
  margin-left: auto;
}
.hero-conversation {
  padding: 23px;
  min-height: 330px;
}
.user-message {
  border-radius: 12px 12px 2px 12px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  line-height: 1.8;
  padding: 13px 17px;
  width: fit-content;
  max-width: 90%;
  margin-left: auto;
}
.response-label {
  display: flex;
  gap: 8px;
  align-items: center;
  font: 12px var(--mono);
  color: var(--blue);
  margin: 23px 0 11px;
}
.response-label span {
  font-size: 22px;
}
.sage-answer,
.sage-demo-answer {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
}
.sage-answer p + p {
  margin-top: 10px;
}
.sage-answer strong,
.sage-demo-answer strong {
  color: var(--navy);
  font-weight: 600;
}
.takeaway {
  background: #eff5ff;
  border-left: 2px solid #749dfa;
  border-radius: 0 6px 6px 0;
  padding: 12px 14px;
  margin-top: 16px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.85;
}
.prompt-chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding: 0 23px 17px;
}
.prompt-chips button {
  border: 1px solid #dce5f3;
  border-radius: 99px;
  padding: 8px 11px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.prompt-chips button:hover {
  background: var(--pale);
  transform: translateY(-2px);
}
.chat-composer {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #cedcf0;
  border-radius: 9px;
  background: #f8faff;
  margin: 0 18px;
  padding: 8px;
}
.chat-composer input {
  border: 0;
  background: transparent;
  min-width: 0;
  flex: 1;
  font-size: 12px;
  color: var(--navy);
  padding: 6px;
  outline-offset: 1px;
}
.chat-composer input::placeholder {
  color: #63748d;
}
.chat-composer button {
  width: 33px;
  height: 33px;
  border-radius: 6px;
  background: var(--blue);
  color: white;
  font-size: 24px;
  line-height: 1;
  flex: none;
}
.chat-caption {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding: 13px 12px 15px;
}
.hero-footnote {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 21px;
  font-size: 12px;
  color: var(--blue);
}
.tiny-star {
  font-size: 22px;
  line-height: 1.3;
}
.thinking {
  display: flex;
  gap: 5px;
  padding: 15px 0;
}
.thinking > span:not(.sr-only) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  animation: breathe 0.8s infinite alternate;
}
.thinking > span:nth-child(2) {
  animation-delay: 0.2s;
}
.thinking > span:nth-child(3) {
  animation-delay: 0.4s;
}
.answer-arrival {
  animation: rise 0.4s ease-out;
}
.authority-section {
  display: flex;
  align-items: center;
  gap: 65px;
  padding-block: 38px 26px;
}
.authority-section > div:first-child {
  flex: none;
}
.authority-section > div:first-child > p:last-child {
  font-size: 15px;
  margin-top: 8px;
  font-weight: 500;
}
.authority-names {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex: 1;
}
.authority-names strong {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: var(--blue);
}
.authority-names span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.affiliation-note {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.section {
  padding-block: 100px;
}
.section h2 {
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin-top: 17px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 300px;
  color: #b9cbea;
}
.experience-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: white;
  margin-top: 35px;
}
.experience-section .eyebrow {
  color: #bdcdf0;
}
.section-orbit {
  position: absolute;
  width: 1100px;
  height: 1100px;
  right: -500px;
  top: -310px;
  border-radius: 50%;
  border: 1px solid #ffffff12;
  box-shadow:
    0 0 0 80px #6d91e008,
    0 0 0 160px #6d91e007;
  z-index: -1;
}
.walkthrough {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 65px;
  align-items: start;
  margin-top: 55px;
}
.feature-tabs {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feature-tabs button {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  color: white;
  text-align: left;
  padding: 24px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.feature-tabs button > span:nth-child(2) {
  flex: 1;
}
.feature-tabs strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.feature-tabs small {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #b9c9e3;
  margin-top: 7px;
}
.feature-number {
  font: 12px var(--mono);
  color: #a7badb;
  align-self: flex-start;
  padding-top: 5px;
}
.feature-tabs button > span:last-child {
  font-size: 23px;
  opacity: 0;
  color: #a8c7ff;
}
.feature-tabs button[aria-selected="true"] {
  background: #1b2c4c;
  border-color: #49648e;
}
.feature-tabs button[aria-selected="true"] > span:last-child {
  opacity: 1;
}
.feature-tabs button:hover {
  background: #ffffff09;
}
.demo-stage {
  background: white;
  color: var(--navy);
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 35px 75px -30px #0008;
  min-width: 0;
}
.demo-top {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #f3f6fc;
  border-bottom: 1px solid #e3e9f4;
  padding: 18px 26px;
}
.mini-brand {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
.mini-brand b {
  color: var(--blue);
}
.demo-top > span:nth-child(2) {
  font: 12px var(--mono);
  letter-spacing: 0.04em;
  margin-left: auto;
  color: var(--muted);
}
.reset-demo {
  background: transparent;
  color: var(--blue);
  font-size: 20px;
  padding: 5px;
  line-height: 1;
}
.reset-demo span {
  font-size: 12px;
  margin-left: 4px;
}
.demo-panel {
  padding: 29px 32px 27px;
  min-height: 550px;
  animation: panel-in 0.35s ease-out;
}
.demo-panel > .eyebrow,
.demo-panel .eyebrow {
  color: var(--blue);
}
.demo-panel h3 {
  font-size: 27px;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin-top: 8px;
}
.panel-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}
.panel-heading h3 {
  font-size: 24px;
}
.panel-heading .eyebrow {
  font-size: 12px;
}
.panel-intro {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 13px;
}
.context-chip {
  display: flex;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 5px;
  border: 1px solid #dee7f5;
  font: 12px var(--mono);
  color: var(--blue);
  margin-top: 22px;
  background: #f8faff;
  flex-wrap: wrap;
}
.context-chip span {
  color: var(--muted);
}
.sample-user {
  margin-top: 21px;
  font-size: 14px;
}
.sage-demo-answer {
  margin-top: 22px;
  font-size: 16px;
}
.segmented {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.segmented button {
  border-radius: 6px;
  padding: 9px 13px;
  font-size: 14px;
  background: #f0f4fb;
  color: var(--muted);
  transition:
    background 0.2s,
    transform 0.2s;
  min-height: 39px;
}
.segmented button[aria-pressed="true"] {
  background: var(--blue);
  color: white;
}
.segmented button:hover {
  transform: translateY(-1px);
}
.language-options {
  margin-top: 23px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.language-options button {
  font-size: 14px;
  padding: 8px 12px;
  min-height: 42px;
}
.panel-next {
  margin-top: 24px;
  background: transparent;
  color: var(--blue);
  padding: 0;
  font-size: 14px;
  text-align: left;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  min-height: 32px;
}
.panel-next span {
  font-size: 20px;
}
.demo-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #f7f9fc;
  border-top: 1px solid var(--line);
  padding: 15px 26px;
  font-size: 12px;
  color: var(--muted);
}
.demo-footer > span:last-child {
  font-family: var(--mono);
}
.walkthrough-note {
  margin-top: 26px;
  text-align: right;
  font-size: 12px;
  color: #acbeda;
}
.question-card {
  margin-top: 24px;
  background: #f7f9fd;
  border: 1px solid #e0e7f2;
  border-radius: 10px;
  padding: 20px;
}
.question-card .micro-label {
  font-size: 12px;
  color: var(--muted);
}
.question-card h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 12px;
}
.answer-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.answer-options button {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 11px 13px;
  background: white;
  border: 1px solid #d9e2ef;
  border-radius: 6px;
  font-size: 14px;
}
.answer-options button > span {
  font: 12px var(--mono);
  color: var(--muted);
}
.answer-options button.is-selected {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
  background: #eff5ff;
  color: var(--blue);
}
.answer-options button.is-correct {
  border-color: #316fd6;
  background: #edf4ff;
}
.answer-feedback {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.answer-feedback.answered {
  color: var(--blue);
}
.plan-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 23px;
}
.plan-controls label,
.control-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.plan-controls select {
  border: 1px solid #d9e2f1;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  background: white;
  width: 100%;
  color: var(--navy);
}
.study-plan {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.plan-block {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #e0e8f5;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fbfcff;
  animation: panel-in 0.4s ease-out;
}
.plan-block:nth-child(2) {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  animation-delay: 0.06s;
}
.plan-block:nth-child(3) {
  animation-delay: 0.12s;
}
.plan-icon {
  font-size: 21px;
  color: var(--blue);
}
.plan-block:nth-child(2) .plan-icon {
  color: white;
}
.plan-block strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.plan-block p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.plan-block:nth-child(2) p {
  color: #dde8ff;
}
.plan-block > .plan-time {
  margin-left: auto;
  font: 12px var(--mono);
  white-space: nowrap;
}
.plan-reason {
  display: flex;
  gap: 10px;
  align-items: start;
  background: #eff5ff;
  border-radius: 7px;
  padding: 14px;
  margin-top: 18px;
}
.plan-reason > span {
  font-size: 22px;
  color: var(--blue);
  line-height: 1.3;
}
.plan-reason p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.sample-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 18px;
}
.progress-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}
.progress-heading .sample-tag {
  margin-top: 4px;
}
.period-options {
  margin-top: 22px;
}
.progress-metrics {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.progress-metrics strong {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 600;
  display: block;
  color: var(--blue);
}
.progress-metrics strong span {
  font-size: 21px;
  letter-spacing: -1px;
}
.progress-metrics > div > span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.chart-box {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 17px 20px;
  margin-top: 26px;
}
.chart-caption {
  gap: 8px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.chart-caption > span:last-child {
  color: var(--blue);
  font: 12px var(--mono);
}
.progress-chart {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 140px;
  margin-top: 15px;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 34px,
    #eef2f8 34px,
    #eef2f8 35px
  );
}
.chart-bar {
  flex: 1;
  display: block;
  height: var(--bar-height);
  background: #b5cdf8;
  border-radius: 5px 5px 0 0;
  transform-origin: bottom;
  animation: bar-grow 0.65s ease-out both;
}
.chart-bar:last-child {
  background: var(--blue);
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  font: 12px var(--mono);
  color: var(--muted);
  margin-top: 10px;
}
.progress-insight {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 22px;
}
.progress-insight p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.checklist-progress {
  margin-top: 25px;
}
.checklist-progress strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
}
.checklist-track {
  height: 5px;
  background: #e7eef9;
  border-radius: 6px;
  margin-top: 11px;
  overflow: hidden;
}
.checklist-track > span {
  display: block;
  height: 100%;
  width: 40%;
  background: var(--blue);
  border-radius: 6px;
  transition: width 0.4s;
}
.checklist-items {
  margin-top: 16px;
}
.checklist-items label {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  cursor: pointer;
}
.checklist-items input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
  flex: none;
  margin: 0;
}
.checklist-items span {
  flex: 1;
  line-height: 1.65;
}
.checklist-items small {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.checklist-items label:has(:checked) small {
  color: var(--blue);
}
.next-document {
  margin-top: 21px;
  background: var(--pale);
  border-radius: 8px;
  padding: 15px;
}
.next-document p {
  font-size: 14px;
  margin-top: 6px;
}
.connection-section h2 {
  max-width: 930px;
}
.connection-flow {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 46px;
}
.connection-flow article {
  flex: 1;
}
.flow-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid #cbdaf4;
  border-radius: 50%;
  font-size: 23px;
  color: var(--blue);
  background: #f3f7fe;
}
.connection-flow h3 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 23px;
  letter-spacing: -0.5px;
}
.connection-flow p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 12px;
  max-width: 300px;
}
.flow-arrow {
  font-size: 25px;
  color: #7896c6;
  margin-top: 6px;
}
.pricing-section {
  background: #edf3fd;
}
.pricing-heading {
  text-align: center;
}
.pricing-heading > p:last-child {
  font-size: 16px;
  color: var(--muted);
  margin-top: 23px;
  line-height: 1.8;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  max-width: 980px;
  margin: 45px auto 0;
}
.price-card {
  padding: 34px 35px;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #dce5f4;
  box-shadow: 0 15px 40px -35px #1e3a8a55;
}
.price-card h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-top: 12px;
}
.paid-card {
  background: linear-gradient(145deg, #1e40af, #193276);
  color: white;
  border-color: #1e40af;
}
.paid-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paid-label .sage-star,
.paid-card .micro-label {
  color: #fff;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -2px;
  font-weight: 600;
  margin-top: 25px;
}
.price > span {
  font: 12px var(--mono);
  letter-spacing: 0;
  align-self: flex-start;
  padding-top: 10px;
}
.price strong {
  font-size: inherit;
  font-weight: inherit;
}
.price small {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 3px;
}
.billing {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 8px;
  min-height: 22px;
}
.paid-card .billing {
  color: #dce7ff;
  min-height: 44px;
}
.billing-options {
  margin-top: 23px;
  background: #ffffff12;
  padding: 4px;
  border-radius: 8px;
  gap: 2px;
  flex-wrap: nowrap;
}
.billing-options button {
  background: transparent;
  color: #e8efff;
  flex: 1;
  font-size: 12px;
  padding: 8px 7px;
  white-space: nowrap;
}
.billing-options button[aria-pressed="true"] {
  background: white;
  color: var(--blue);
}
.billing-options + .price,
.billing-options + div > .price {
  margin-top: 23px;
}
.price-card ul {
  list-style: none;
  margin: 27px 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.price-card li {
  font-size: 13px;
  line-height: 1.7;
  position: relative;
  padding-left: 25px;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.paid-card li::before {
  color: #b4cfff;
}
.plan-note {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 27px;
  max-width: 285px;
}
.price-card .button {
  margin-top: auto;
  font-size: 13px;
  padding-inline: 17px;
  gap: 15px;
}
.pricing-caveat {
  text-align: center;
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.download-section {
  margin-top: 95px;
  border-radius: 23px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--blue);
  color: white;
  text-align: center;
  padding: 65px 35px;
}
.download-orbit {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  right: -210px;
  top: -50px;
  box-shadow:
    0 0 0 75px #ffffff09,
    0 0 0 150px #ffffff05;
  z-index: -1;
}
.download-icon {
  border-radius: 18px;
  box-shadow: 0 12px 35px #0f172a35;
  margin-bottom: 22px;
}
.download-section .eyebrow {
  color: #e1ebff;
  font-size: 12px;
}
.download-section h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-top: 21px;
}
.download-description {
  font-size: 15px;
  color: #e2eaff;
  line-height: 1.8;
  margin-top: 21px;
}
.store-options {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.store-unavailable,
.store-link {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff13;
  border: 1px solid #ffffff55;
  padding: 12px 21px;
  border-radius: 9px;
  text-align: left;
  min-width: 190px;
}
.store-link {
  background: white;
  color: var(--blue);
}
.store-symbol {
  font-size: 31px;
  line-height: 1;
}
.store-options small {
  display: block;
  font-size: 12px;
  opacity: 0.85;
}
.store-options strong {
  display: block;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}
.download-status {
  font-size: 12px;
  color: #dce8ff;
  line-height: 1.8;
  margin: 20px auto 0;
  max-width: 500px;
}
.download-section .text-link {
  margin-top: 21px;
  font-size: 13px;
}
.download-section .text-link:hover {
  color: #fff;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-list details:first-child {
  padding-top: 10px;
}
.faq-list summary {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 15px;
}
.footer {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-block: 32px 70px;
  font-size: 12px;
  color: var(--muted);
}
.footer .mini-brand {
  color: var(--navy);
}
.footer > span {
  margin-left: auto;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #4b83ed;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 20;
  pointer-events: none;
}
.motion-toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 12;
  display: flex;
  gap: 8px;
  align-items: center;
  background: #fffffff2;
  border: 1px solid #cbd8ed;
  color: var(--navy);
  font-size: 12px;
  border-radius: 99px;
  padding: 10px 14px;
  box-shadow: 0 4px 20px #0f172a12;
  min-height: 40px;
}
.motion-toggle > span:first-child {
  color: var(--blue);
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 99;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.reveal-ready {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}
html.motion-paused {
  scroll-behavior: auto;
}
body.motion-paused *,
body.motion-paused *::before,
body.motion-paused *::after {
  animation: none !important;
  transition: none !important;
}
body.motion-paused .reveal-ready {
  opacity: 1;
  transform: none;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes panel-in {
  from {
    opacity: 0.4;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes aura-drift {
  to {
    transform: translate(30px, 25px) scale(1.07);
  }
}
@keyframes turn {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  to {
    transform: translateY(17px) rotate(15deg);
  }
}
@keyframes breathe {
  to {
    opacity: 0.25;
    transform: translateY(-3px);
  }
}
@keyframes bar-grow {
  from {
    transform: scaleY(0.05);
  }
  to {
    transform: scaleY(1);
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(46px, 5.4vw, 65px);
  }
  .site-header nav {
    gap: 20px;
    font-size: 12px;
  }
  .hero-chat .sample-tag {
    font-size: 12px;
  }
  .hero-actions {
    gap: 20px;
  }
  .authority-section {
    gap: 35px;
  }
  .authority-names {
    gap: 25px;
  }
  .authority-names span {
    max-width: 150px;
  }
  .walkthrough {
    gap: 35px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .feature-tabs button {
    padding: 21px 13px;
    gap: 12px;
  }
  .feature-tabs strong {
    font-size: 14px;
  }
  .feature-tabs small {
    font-size: 12px;
  }
  .demo-panel {
    padding: 25px;
    min-height: 570px;
  }
  .demo-panel h3 {
    font-size: 24px;
  }
  .panel-heading h3 {
    font-size: 21px;
  }
  .section-heading > p {
    max-width: 230px;
  }
  .demo-top {
    padding: 16px 22px;
  }
  .demo-top > span:nth-child(2) {
    font-size: 12px;
  }
  .pricing-grid {
    gap: 20px;
  }
  .price-card {
    padding: 30px 26px;
  }
  .faq-section {
    gap: 45px;
  }
  .footer {
    gap: 20px;
  }
  .progress-metrics {
    gap: 13px;
  }
  .progress-metrics strong {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    gap: 14px;
  }
  .site-header nav {
    display: none;
  }
  .brand-crop {
    width: 110px;
    height: 44px;
  }
  .brand-crop img {
    width: 260px;
    left: -71px;
    top: -55px;
  }
  .button.small {
    padding: 10px 14px;
    gap: 15px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 36px;
    padding-bottom: 42px;
    gap: 42px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(43px, 9.7vw, 65px);
    margin-top: 23px;
  }
  .hero-break {
    display: none;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 23px;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 26px;
  }
  .hero-actions > .text-link {
    font-size: 13px;
  }
  .hero-note {
    font-size: 12px;
  }
  .capsule {
    font-size: 12px;
  }
  .hero-product {
    max-width: 430px;
  }
  .chat-heading {
    padding: 18px;
    gap: 9px;
  }
  .chat-heading .sample-tag {
    font-size: 12px;
    padding: 4px 5px;
  }
  .hero-conversation {
    padding: 18px;
    min-height: 325px;
  }
  .sage-answer {
    font-size: 13px;
  }
  .prompt-chips {
    padding-inline: 18px;
    gap: 6px;
  }
  .prompt-chips button {
    font-size: 12px;
    padding: 8px 10px;
    min-height: 38px;
  }
  .chat-composer {
    margin-inline: 14px;
  }
  .chat-composer input {
    font-size: 12px;
  }
  .chat-caption {
    font-size: 12px;
  }
  .hero-chat {
    border-radius: 17px;
  }
  .graphic-spark {
    right: 5%;
    top: 47%;
    font-size: 36px;
  }
  .graphic-plus {
    right: 5%;
    top: 12%;
    font-size: 28px;
  }
  .orbit {
    right: -340px;
    top: 480px;
  }
  .orbit-two {
    right: -435px;
    top: 385px;
  }
  .orbit-three {
    right: -530px;
    top: 290px;
  }
  .blue-aura {
    right: -330px;
    top: 440px;
  }
  .scene-word {
    bottom: -15px;
    font-size: 140px;
    left: 0;
  }
  .authority-section {
    display: block;
    padding-block: 28px 21px;
  }
  .authority-section > div:first-child > p:last-child {
    margin-top: 4px;
  }
  .authority-names {
    margin-top: 22px;
    gap: 16px;
  }
  .authority-names strong {
    font-size: 22px;
  }
  .authority-names span {
    font-size: 12px;
    line-height: 1.7;
  }
  .affiliation-note {
    font-size: 12px;
    line-height: 1.9;
    padding-bottom: 23px;
  }
  .section {
    padding-block: 65px;
  }
  .section h2 {
    font-size: 33px;
  }
  .section h2 br {
    display: none;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: none;
    font-size: 14px;
  }
  .experience-section {
    margin-top: 22px;
  }
  .walkthrough {
    grid-template-columns: minmax(0, 1fr);
    gap: 23px;
    margin-top: 28px;
  }
  .feature-tabs {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 4px 12px;
    scrollbar-width: thin;
    scrollbar-color: #64789b transparent;
    overscroll-behavior-x: contain;
  }
  .feature-tabs button {
    flex: 0 0 170px;
    padding: 14px 12px;
    align-items: flex-start;
    border-color: #ffffff16;
  }
  .feature-tabs strong {
    font-size: 14px;
    line-height: 1.7;
  }
  .feature-tabs small {
    font-size: 12px;
    margin-top: 4px;
  }
  .feature-tabs button > span:last-child {
    display: none;
  }
  .feature-number {
    font-size: 12px;
    margin-top: 1px;
  }
  .demo-top {
    padding: 15px 19px;
    gap: 10px;
  }
  .demo-top .mini-brand {
    font-size: 22px;
  }
  .demo-top > span:nth-child(2) {
    font-size: 12px;
  }
  .reset-demo span {
    display: none;
  }
  .demo-panel {
    padding: 24px 20px;
    min-height: 555px;
  }
  .demo-panel h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .panel-heading h3 {
    font-size: 21px;
  }
  .panel-heading {
    gap: 10px;
  }
  .panel-intro {
    font-size: 16px;
  }
  .context-chip {
    font-size: 12px;
    gap: 7px;
    padding: 9px 10px;
  }
  .sample-user {
    font-size: 14px;
    max-width: 95%;
  }
  .sage-demo-answer {
    font-size: 16px;
    line-height: 1.9;
  }
  .language-options {
    gap: 3px;
  }
  .language-options button {
    font-size: 14px;
    padding: 8px 9px;
  }
  .panel-next {
    font-size: 14px;
    gap: 8px;
  }
  .demo-footer {
    font-size: 12px;
    padding-inline: 19px;
    gap: 7px;
  }
  .walkthrough-note {
    font-size: 12px;
    text-align: left;
  }
  .question-card {
    padding: 15px;
  }
  .question-card h4 {
    font-size: 15px;
  }
  .question-card .micro-label {
    font-size: 12px;
  }
  .answer-options button {
    font-size: 14px;
  }
  .progress-heading {
    display: block;
  }
  .progress-heading .sample-tag {
    margin-top: 10px;
  }
  .progress-metrics {
    gap: 10px;
  }
  .progress-metrics strong {
    font-size: 36px;
  }
  .progress-metrics strong span {
    font-size: 18px;
  }
  .progress-metrics > div > span {
    font-size: 12px;
    line-height: 1.65;
  }
  .chart-box {
    padding: 15px;
  }
  .progress-chart {
    gap: 8px;
    height: 125px;
  }
  .chart-caption {
    font-size: 12px;
  }
  .progress-insight p {
    font-size: 14px;
  }
  .plan-block {
    padding: 13px 12px;
    gap: 10px;
  }
  .plan-block strong {
    font-size: 14px;
  }
  .plan-block p {
    font-size: 12px;
  }
  .plan-block > .plan-time {
    font-size: 12px;
  }
  .checklist-items label {
    font-size: 14px;
    gap: 9px;
  }
  .checklist-items small {
    font-size: 12px;
  }
  .checklist-items input {
    width: 17px;
    height: 17px;
  }
  .connection-flow {
    display: block;
    margin-top: 33px;
  }
  .connection-flow article {
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 8px 17px;
    padding-block: 18px;
  }
  .connection-flow h3 {
    margin: 0;
    font-size: 18px;
    align-self: center;
  }
  .connection-flow p {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
    max-width: none;
  }
  .flow-icon {
    grid-row: span 2;
  }
  .flow-arrow {
    display: none;
  }
  .pricing-heading > p:last-child {
    font-size: 15px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 18px;
  }
  .price-card {
    padding: 28px 25px;
  }
  .price-card h3 {
    font-size: 26px;
  }
  .price {
    font-size: 50px;
  }
  .billing-options {
    gap: 0;
  }
  .billing-options button {
    font-size: 12px;
    padding: 8px 6px;
  }
  .price small {
    font-size: 12px;
  }
  .price-card li {
    font-size: 13px;
  }
  .price-card .button {
    font-size: 12px;
  }
  .pricing-caveat {
    font-size: 12px;
  }
  .download-section {
    padding: 45px 23px;
    margin-top: 55px;
    border-radius: 18px;
  }
  .download-section h2 {
    font-size: 36px;
  }
  .download-section .eyebrow {
    font-size: 12px;
  }
  .download-description {
    font-size: 14px;
  }
  .store-options {
    gap: 12px;
  }
  .store-unavailable,
  .store-link {
    min-width: 210px;
    padding: 12px 20px;
  }
  .download-status {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .faq-list p {
    font-size: 14px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px 20px;
    font-size: 12px;
  }
  .footer > p {
    width: calc(100% - 90px);
    font-size: 12px;
  }
  .footer > span {
    margin-left: auto;
  }
  .motion-toggle {
    font-size: 12px;
    padding: 8px 11px;
    bottom: 12px;
    right: 12px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 37px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions > .text-link {
    font-size: 12px;
  }
  .hero-chat .sample-tag {
    display: none;
  }
  .hero-conversation {
    min-height: 365px;
  }
  .chat-heading {
    padding: 16px;
  }
  .demo-panel {
    padding: 22px 17px;
  }
  .demo-top {
    padding: 14px 16px;
  }
  .demo-top > span:nth-child(2) {
    font-size: 7px;
  }
  .language-options button {
    padding: 7px;
    font-size: 14px;
  }
  .progress-metrics strong {
    font-size: 31px;
  }
  .progress-metrics strong span {
    font-size: 16px;
  }
  .chart-caption {
    font-size: 12px;
  }
  .checklist-items small {
    display: none;
  }
  .price-card {
    padding: 26px 21px;
  }
  .price-card .button {
    font-size: 12px;
  }
  .price {
    font-size: 45px;
  }
  .billing-options button {
    font-size: 12px;
  }
  .download-section h2 {
    font-size: 31px;
  }
  .sample-note {
    font-size: 12px;
  }
  .authority-names span {
    font-size: 12px;
  }
  .hero-footnote {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .motion-toggle {
    display: none;
  }
}
@media (forced-colors: active) {
  .scene-graphics,
  .section-orbit,
  .download-orbit {
    display: none;
  }
  .hero-scene,
  .experience-section,
  .paid-card,
  .download-section {
    background: Canvas;
    color: CanvasText;
  }
  .experience-section .eyebrow,
  .section-heading > p,
  .feature-tabs button,
  .feature-tabs small,
  .feature-number,
  .walkthrough-note,
  .paid-card .billing,
  .paid-card .micro-label,
  .download-section .eyebrow,
  .download-description,
  .download-status {
    color: CanvasText;
  }
  .button,
  .price-card,
  .demo-stage,
  .hero-chat,
  .motion-toggle,
  .feature-tabs button[aria-selected="true"] {
    border: 1px solid CanvasText;
  }
  .segmented button[aria-pressed="true"],
  .answer-options button.is-selected {
    outline: 2px solid Highlight;
  }
  .chart-bar,
  .checklist-track > span {
    background: Highlight;
  }
}

.study-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 65px;
  align-items: center;
  padding-bottom: 100px;
}
.study-note img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.study-note h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -1.4px;
  margin: 16px 0;
}
.study-note p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}
.study-note .eyebrow {
  color: var(--blue);
  font-size: 12px;
}
.study-note details {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.study-note summary {
  padding: 20px 0;
  font-size: 14px;
  color: var(--blue);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.study-note summary::-webkit-details-marker {
  display: none;
}
.study-note details[open] summary span {
  transform: rotate(45deg);
}
.study-note details > div {
  padding-bottom: 20px;
}
.study-note details p + p {
  margin-top: 12px;
}
@media (max-width: 760px) {
  .study-note {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding-bottom: 65px;
  }
  .study-note img {
    max-height: 250px;
    object-fit: cover;
  }
}

/* Approved Q/checkmark identity shared with Instagram, September 2026. */
.canonical-wordmark, .download-wordmark { font-family: var(--font); font-weight: 800; letter-spacing: -.5px; line-height: 1; color: #0F172A; }
.canonical-wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 30px; white-space: nowrap; flex-shrink: 0; }
.canonical-wordmark img { width: 40px; height: 40px; flex: none; }
.canonical-wordmark > span { color: var(--navy); }
.download-wordmark { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 36px; margin-bottom: 24px; position: relative; }
.download-wordmark img { width: 52px; height: 52px; }
@media(max-width:760px) { .canonical-wordmark { font-size: 27px; gap: 9px; } .canonical-wordmark img { width: 36px; height: 36px; } }
