@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin-ext-wght.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin-wght.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --ink: #102331;
  --muted: #596a78;
  --primary: #0b8793;
  --primary-dark: #076671;
  --line: #e3e9ed;
  --pale: #f5f8fa;
  --navy: #112e3b;
  font-family:
    "Manrope",
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
body.dialog-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  line-height: 1.75;
}
button,
a,
summary,
[tabindex] {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid var(--primary);
}
[hidden] {
  display: none !important;
}
::selection {
  background: #c9eef0;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.symbol-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 99;
  padding: 15px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.16s,
    border-color 0.16s,
    box-shadow 0.16s;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-primary {
  background: #087984;
  color: #fff;
  box-shadow: 0 2px 3px #0a506012;
}
.button-primary:hover {
  background: var(--primary-dark);
  box-shadow: 0 4px 14px #0a506023;
}
.button-secondary {
  border-color: #d5dee3;
  background: #fff;
}
.button-secondary:hover {
  background: var(--pale);
  border-color: #aebfc8;
}
.button-small {
  font-size: 12px;
  min-height: 42px;
  padding: 11px 17px;
  gap: 15px;
}
.button-white {
  background: #fff;
  color: var(--ink);
}
.button-white:hover {
  background: #e9f7f8;
}
.text-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--primary-dark);
  min-height: 44px;
  border: 0;
  background: none;
  padding: 0;
}
.text-action:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-action .icon {
  width: 17px;
  height: 17px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 650;
  color: var(--primary-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}
.section {
  padding-block: 104px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fffffff2;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  letter-spacing: -0.9px;
  font-weight: 700;
  white-space: nowrap;
}
.brand > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.brand-country {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--primary);
  align-self: flex-start;
  margin-top: 4px;
}
.nav-links {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.25px;
  color: #334e5d;
}
.nav-links a,
.login-link {
  padding-block: 14px;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.nav-links a:hover,
.login-link:hover {
  color: var(--primary);
  text-decoration-line: underline;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.login-link {
  font-size: 14px;
  font-weight: 750;
}
.menu-toggle,
.mobile-login {
  display: none;
}
.hero {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 54px;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.25px;
  color: #456673;
  padding: 8px 13px;
  border: 1px solid #dce9ec;
  border-radius: 30px;
  background: #f7fbfb;
  margin-bottom: 24px;
}
.label-dot {
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(48px, 5.7vw, 76px);
  font-weight: 620;
  letter-spacing: -3.7px;
  line-height: 1.09;
}
.hero h1 > span {
  color: var(--primary);
}
.hero h1 .headline-group {
  white-space: nowrap;
  color: inherit;
}
.hero-description {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin: 23px auto 27px;
  max-width: 620px;
}
.availability-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  margin: 0 auto 26px;
  font-size: 13px;
  line-height: 1.6;
}
.availability-summary a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
}
.availability-open {
  padding: 9px 15px;
  border: 1px solid #b8deda;
  border-radius: 12px;
  color: #085f59;
  background: #effaf7;
}
.availability-soon { color: #496472; }
.availability-soon span {
  padding: 3px 9px;
  border-radius: 6px;
  background: #edf1f5;
  color: #536372;
  font-size: 12px;
  font-weight: 700;
}
.availability-summary a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.hero-footnotes {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 22px;
  font-size: 11px;
  color: #657784;
}
.hero-footnotes > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-footnotes .icon {
  width: 14px;
  height: 14px;
  color: var(--primary);
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.preview-heading h2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.preview-heading p {
  font-size: 12px;
  color: var(--muted);
}
.product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #f0f6f7;
  border: 1px solid #dce4e8;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}
.product-tabs {
  display: flex;
  gap: 4px;
}
.product-tabs button {
  min-width: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid transparent;
  background: none;
  border-radius: 7px;
  color: #5a6b78;
  font-size: 12px;
  font-weight: 500;
}
.product-tabs button[aria-selected="true"] {
  color: var(--primary-dark);
  background: #fff;
  border-color: #dce5e9;
  box-shadow: 0 1px 3px #13334208;
  font-weight: 600;
}
.product-tabs button:hover {
  color: var(--primary-dark);
  background: #fff9;
}
.product-tabs .icon {
  width: 17px;
  height: 17px;
}
.capture-label {
  font-size: 10px;
  color: #657780;
  display: flex;
  align-items: center;
  gap: 7px;
}
.capture-label > span {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--primary);
}
.product-stage {
  padding: 0 14px 14px;
  border: 1px solid #dce4e8;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(150deg, #f0f6f7, #e9f0f3);
  box-shadow: 0 28px 70px -38px #173e5050;
}
.product-window {
  border: 1px solid #dce4e8;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 5px #173e5008, 0 12px 30px -20px #163f5460;
}
.window-bar {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e8ec;
  background: #fff;
  padding: 0 17px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  border: 1px solid #cfdbe1;
  border-radius: 50%;
  background: #e9eef1;
}
.window-address {
  font-size: 9px;
  color: #607785;
}
.window-address > span {
  color: #8b9aa3;
}
.window-mark {
  font-size: 10px;
  color: var(--primary);
  font-weight: 700;
}
.product-panel {
  position: relative;
  background: #f8fafb;
}
.product-capture {
  width: 100%;
  aspect-ratio: 1440/1000;
  object-fit: cover;
  object-position: top;
}
.expand-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border: 1px solid #d7e1e7;
  border-radius: 8px;
  box-shadow: 0 3px 12px #13344616;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  font-size: 11px;
}
.expand-button:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}
.expand-button .icon {
  width: 15px;
  height: 15px;
}
.product-caption {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: baseline;
}
.product-caption p {
  font-size: 12px;
  color: #536b78;
  max-width: 630px;
}
.product-caption > span {
  font-size: 9px;
  color: #71818c;
  white-space: nowrap;
}
.tool-strip {
  display: flex;
  justify-content: space-around;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding: 39px 0 33px;
  margin-top: 8px;
}
.tool-strip > a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 500;
  color: #47616d;
}
.tool-strip .icon {
  color: var(--primary);
  width: 20px;
  height: 20px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 46px;
}
.section-top h2,
h2 {
  font-size: 42px;
  letter-spacing: -1.65px;
  line-height: 1.16;
  font-weight: 600;
}
.section-top > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 5px;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.method-grid article {
  border-top: 1px solid #cfdde2;
  padding-top: 23px;
}
.step-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.step-heading > span {
  font-size: 12px;
  color: #7c919a;
  font-variant-numeric: tabular-nums;
}
.step-heading .icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
.method-grid h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 13px;
}
.method-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 20px;
}
.feature-detail {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 11px;
  color: #75858e;
}
.adaptive-section {
  background: #f1f6f8;
  border-block: 1px solid #e3ebef;
}
.adaptive-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-block: 80px;
}
.mobile-product {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.mobile-product-label {
  font-size: 11px;
  font-weight: 550;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #557483;
  margin-bottom: 20px;
}
.mobile-product-label .icon {
  width: 17px;
  height: 17px;
}
.phone-frame {
  width: 268px;
  border: 7px solid #213e4b;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 55px -28px #15374a70;
  background: #fff;
  height: 610px;
}
.phone-frame img {
  width: 100%;
}
.mobile-product > p {
  font-size: 11px;
  text-align: center;
  color: #718591;
  margin-top: 22px;
  line-height: 1.65;
}
.adaptive-copy h2 {
  font-size: 43px;
  line-height: 1.17;
  letter-spacing: -1.7px;
}
.adaptive-copy h2 > span {
  color: var(--primary-dark);
}
.adaptive-intro {
  font-size: 14px;
  color: var(--muted);
  margin: 23px 0 27px;
  max-width: 430px;
}
.detail-list {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}
.detail-list > div {
  display: flex;
  gap: 19px;
}
.detail-list > div > span {
  font-size: 10px;
  color: var(--primary-dark);
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.detail-list h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.detail-list p {
  font-size: 12px;
  color: var(--muted);
  max-width: 400px;
  line-height: 1.75;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 95px;
}
.faq-intro > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin: 22px 0 17px;
}
.faq-intro .text-action {
  font-size: 11px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 550;
  cursor: pointer;
  padding: 23px 0;
  line-height: 1.55;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:hover {
  color: var(--primary-dark);
}
.faq-list summary .icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
  transition: transform 0.15s;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  color: var(--muted);
  padding: 0 28px 22px 0;
  line-height: 1.85;
}
.closing-section {
  background: var(--navy);
  color: #fff;
}
.closing-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-block: 68px;
}
.closing-inner .eyebrow {
  color: #91c4ce;
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}
.closing-inner h2 {
  font-size: 43px;
  letter-spacing: -1.7px;
}
.closing-inner > div > p:last-child {
  font-size: 13px;
  color: #a6bfca;
  margin-top: 20px;
}
.closing-actions {
  text-align: center;
}
.closing-actions .button {
  font-size: 13px;
  gap: 25px;
}
.closing-actions > p {
  font-size: 11px !important;
}
.closing-actions a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: white;
}
.footer {
  padding-top: 35px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 28px;
}
.footer-top > .brand {
  font-size: 21px;
}
.footer-top > p {
  font-size: 11px;
  color: var(--muted);
}
.footer-top nav {
  margin-left: auto;
  display: flex;
  gap: 23px;
  font-size: 11px;
  color: #516977;
}
.footer-top nav a:hover {
  color: var(--primary);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 21px 0 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #70838e;
}
#capture-dialog {
  width: min(1500px, 96vw);
  max-width: 96vw;
  max-height: 92dvh;
  padding: 0;
  border: 1px solid #c7d7df;
  border-radius: 14px;
  box-shadow: 0 25px 90px #0004;
  color: var(--ink);
  background: #fff;
}
#capture-dialog::backdrop {
  background: #0c202dc9;
  backdrop-filter: blur(4px);
}
.dialog-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.dialog-bar h2 {
  font-size: 17px;
  letter-spacing: -0.3px;
}
.dialog-bar p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.dialog-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  flex-shrink: 0;
}
.dialog-close:hover {
  background: var(--pale);
}
.dialog-image-scroll {
  overflow: auto;
  max-height: calc(92dvh - 80px);
}
#expanded-capture {
  width: 100%;
  height: auto;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 90px;
  }
  .hero h1 {
    font-size: 82px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav {
    gap: 22px;
  }
  .nav-links {
    gap: 18px;
  }
  .nav-actions {
    gap: 18px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .adaptive-layout {
    gap: 65px;
  }
  .faq-section {
    gap: 65px;
  }
  .product-caption {
    flex-direction: column;
    gap: 5px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top nav {
    gap: 18px;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 24px;
    right: 24px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 25px #15374a14;
    border-radius: 10px;
    padding: 15px;
    flex-direction: column;
    gap: 0;
    font-size: 14px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    padding: 13px 12px;
    min-height: 44px;
  }
  .mobile-login {
    display: block !important;
    color: var(--primary-dark);
    font-weight: 600;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    flex-shrink: 0;
  }
  .menu-toggle span {
    display: block;
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.16s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.25px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
  }
  .nav {
    height: 72px;
    gap: 15px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .login-link {
    display: none;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 44px;
  }
  .hero h1 {
    font-size: 60px;
    letter-spacing: -2.9px;
  }
  .hero-description {
    font-size: 15px;
  }
  .section {
    padding-block: 76px;
  }
  .section-top {
    gap: 30px;
    margin-bottom: 35px;
  }
  .section-top h2,
  h2 {
    font-size: 35px;
  }
  .section-top > p {
    font-size: 12px;
  }
  .method-grid {
    gap: 25px;
  }
  .method-grid h3 {
    font-size: 18px;
  }
  .method-grid p {
    font-size: 12px;
  }
  .method-grid .text-action {
    font-size: 11px;
  }
  .feature-detail {
    font-size: 10px;
  }
  .adaptive-layout {
    gap: 42px;
    padding-block: 65px;
  }
  .adaptive-copy h2 {
    font-size: 34px;
    letter-spacing: -1.1px;
  }
  .adaptive-intro {
    font-size: 13px;
  }
  .phone-frame {
    width: 244px;
    height: 560px;
  }
  .faq-section {
    gap: 40px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .closing-inner h2 {
    font-size: 35px;
  }
  .closing-actions .button {
    font-size: 11px;
    gap: 15px;
    padding-inline: 18px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 94px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    height: 66px;
    gap: 10px;
  }
  .brand {
    font-size: 20px;
    gap: 7px;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .brand-country {
    font-size: 8px;
  }
  .nav-actions .button {
    font-size: 10px;
    padding: 10px 12px;
    min-height: 38px;
  }
  .nav-actions .icon {
    display: none;
  }
  .menu-toggle {
    width: 37px;
    height: 38px;
  }
  .nav-links {
    top: 65px;
    left: 16px;
    right: 16px;
  }
  .hero {
    text-align: left;
    padding-top: 43px;
    padding-bottom: 36px;
  }
  .hero-label {
    font-size: 7px;
    letter-spacing: 0.7px;
    gap: 7px;
    padding: 7px 10px;
    margin-bottom: 21px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.8vw, 62px);
    letter-spacing: -2px;
    line-height: 1.14;
    text-wrap: initial;
  }
  .hero-description {
    font-size: 14px;
    margin: 19px 0 23px;
    line-height: 1.85;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 15px;
    gap: 12px;
    min-height: 48px;
  }
  .hero-actions .button-secondary {
    border-color: transparent;
    background: transparent;
    min-height: 40px;
  }
  .hero-actions .icon {
    width: 15px;
    height: 15px;
  }
  .hero-footnotes {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    font-size: 10px;
    margin-top: 20px;
  }
  .hero-footnotes .icon {
    width: 13px;
    height: 13px;
  }
  .preview-heading {
    margin-bottom: 13px;
    display: block;
  }
  .preview-heading h2 {
    font-size: 13px;
  }
  .preview-heading p {
    font-size: 10px;
    margin-top: 3px;
  }
  .product-toolbar {
    padding: 8px;
    border-radius: 11px 11px 0 0;
  }
  .product-tabs {
    width: 100%;
    gap: 4px;
  }
  .product-tabs button {
    font-size: 10px;
    flex: 1;
    justify-content: center;
    padding: 9px 4px;
    gap: 4px;
    min-height: 43px;
  }
  .product-tabs .icon {
    width: 15px;
    height: 15px;
  }
  .capture-label {
    display: none;
  }
  .window-bar {
    height: 29px;
    padding-inline: 12px;
  }
  .window-address {
    font-size: 7px;
  }
  .window-dots {
    gap: 3px;
  }
  .window-dots i {
    width: 5px;
    height: 5px;
  }
  .product-window {
    border-radius: 9px;
  }
  .product-stage {
    padding: 0 7px 7px;
    border-radius: 0 0 15px 15px;
  }
  .product-capture {
    aspect-ratio: 390/1000;
    object-fit: cover;
    object-position: top;
  }
  .expand-button {
    bottom: 12px;
    right: 12px;
    min-height: 40px;
    padding: 9px 11px;
    font-size: 10px;
  }
  .product-caption {
    margin-top: 13px;
    gap: 7px;
  }
  .product-caption p {
    font-size: 11px;
    line-height: 1.7;
  }
  .product-caption > span {
    white-space: normal;
    font-size: 8px;
  }
  .tool-strip {
    padding: 26px 0;
    gap: 12px;
    justify-content: space-between;
    margin-top: 0;
  }
  .tool-strip > a {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    flex: 1;
    font-size: 9px;
    line-height: 1.5;
  }
  .tool-strip .icon {
    width: 20px;
    height: 20px;
  }
  .section {
    padding-block: 58px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  .section-top {
    display: block;
    margin-bottom: 30px;
  }
  .section-top h2,
  h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .section-top > p {
    font-size: 12px;
    margin-top: 19px;
  }
  .method-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .method-grid article {
    padding-top: 20px;
  }
  .step-heading {
    margin-bottom: 16px;
  }
  .step-heading > span {
    font-size: 11px;
  }
  .method-grid h3 {
    font-size: 21px;
  }
  .method-grid p {
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 440px;
  }
  .method-grid .text-action {
    font-size: 12px;
  }
  .feature-detail {
    font-size: 11px;
    min-height: 30px;
  }
  .adaptive-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 55px;
  }
  .adaptive-copy {
    order: -1;
  }
  .adaptive-copy h2 {
    font-size: 37px;
    letter-spacing: -1.4px;
  }
  .adaptive-intro {
    font-size: 13px;
    margin: 19px 0 25px;
  }
  .detail-list {
    gap: 23px;
    margin-bottom: 18px;
  }
  .detail-list h3 {
    font-size: 14px;
  }
  .detail-list p {
    font-size: 12px;
    max-width: 100%;
  }
  .phone-frame {
    width: 244px;
    height: 490px;
  }
  .mobile-product > p {
    font-size: 10px;
    margin-top: 18px;
  }
  .mobile-product-label {
    font-size: 10px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-intro h2 {
    font-size: 36px;
  }
  .faq-intro > p:not(.eyebrow) {
    font-size: 12px;
    margin: 16px 0 8px;
  }
  .faq-intro > p br {
    display: none;
  }
  .faq-intro .text-action {
    font-size: 11px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 21px 0;
    gap: 17px;
  }
  .faq-list details > p {
    font-size: 12px;
    padding-right: 12px;
  }
  .closing-inner {
    display: block;
    padding-block: 45px;
  }
  .closing-inner h2 {
    font-size: 36px;
    letter-spacing: -1.3px;
  }
  .closing-inner .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .closing-inner > div > p:last-child {
    font-size: 12px;
    margin-top: 17px;
  }
  .closing-actions {
    margin-top: 28px;
    text-align: left;
  }
  .closing-actions .button {
    font-size: 12px;
    gap: 20px;
    min-height: 49px;
  }
  .closing-actions > p {
    margin-top: 17px !important;
    font-size: 11px !important;
  }
  .footer {
    padding-top: 28px;
  }
  .footer-top {
    gap: 25px;
    padding-bottom: 22px;
    display: block;
  }
  .footer-top nav {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 22px;
    font-size: 10px;
  }
  .footer-bottom {
    gap: 13px;
    font-size: 8px;
    padding-block: 19px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    flex: 0 0 100%;
    line-height: 1.6;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .dialog-bar {
    padding: 13px;
  }
  .dialog-bar h2 {
    font-size: 15px;
  }
  .dialog-bar p {
    font-size: 9px;
  }
  .dialog-close {
    width: 38px;
    height: 38px;
  }
  .dialog-image-scroll {
    max-height: calc(92dvh - 75px);
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 18px;
    gap: 6px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .brand-country {
    font-size: 7px;
  }
  .nav {
    gap: 8px;
  }
  .nav-actions .button {
    font-size: 9px;
    padding-inline: 9px;
  }
  .menu-toggle {
    width: 33px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -2px;
  }
  .hero-label {
    font-size: 6px;
    letter-spacing: 0.5px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .button {
    font-size: 12px;
    justify-content: center;
  }
  .product-tabs button {
    font-size: 10px;
    gap: 5px;
  }
  .adaptive-copy h2 {
    font-size: 32px;
  }
  .section-top h2 {
    font-size: 31px;
  }
  .closing-inner h2 {
    font-size: 32px;
  }
  .tool-strip > a {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .hero-actions,
  .expand-button,
  .closing-actions,
  .menu-toggle {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .section {
    padding-block: 25px;
  }
  .hero {
    padding-block: 20px;
  }
  .product-window {
    box-shadow: none;
  }
  .product-capture {
    max-height: 400px;
    object-fit: contain;
  }
  .adaptive-section {
    background: #fff;
  }
  .closing-section {
    color: #000;
    background: #eee;
  }
}
/* Product benefits: real reader captures, not a reconstructed application UI. */
.tool-strip > a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 52px;
  flex: 1;
  justify-content: center;
  color: #47616d;
  border-radius: 8px;
  padding: 8px;
  transition: background 0.15s;
}
.tool-strip > a:hover {
  background: #f1f7f8;
  color: var(--primary-dark);
}
.tool-strip strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.tool-strip small {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 4px;
  color: #637985;
}
.feature-section {
  padding-block: 86px;
}
.mindmap-section {
  margin-top: 0;
  background: #f3f8f9;
  border-bottom: 1px solid #e0ebef;
}
.feature-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: center;
}
.feature-copy {
  min-width: 0;
}
.feature-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-copy .eyebrow .icon {
  width: 17px;
  height: 17px;
}
.feature-copy h2 {
  font-size: 39px;
  letter-spacing: -1.5px;
  line-height: 1.2;
}
.feature-copy h2 > span {
  color: var(--primary-dark);
}
.feature-lead {
  font-size: 14px;
  color: var(--muted);
  margin: 23px 0 27px;
  line-height: 1.85;
}
.feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 23px;
}
.feature-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.feature-benefits li > .icon {
  width: 17px;
  height: 17px;
  color: var(--primary-dark);
  margin-top: 2px;
}
.feature-benefits h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.feature-benefits p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.feature-visual {
  margin: 0;
  min-width: 0;
  padding: 18px;
  border: 1px solid #d5e2e7;
  border-radius: 22px;
  background: linear-gradient(145deg, #f1f7f8, #eaf0f4);
  box-shadow: inset 0 1px 0 #ffffff, 0 26px 55px -36px #163f5460;
}
.feature-visual-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 1.1px;
  color: #688391;
  margin-bottom: 14px;
}
.feature-image-frame {
  overflow: hidden;
  border: 1px solid #cddbe1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px #183c5308, 0 10px 22px -16px #183c5350;
}
.feature-image-frame img {
  width: 100%;
  height: auto;
}
.feature-visual-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}
.feature-visual-footer figcaption {
  font-size: 10px;
  line-height: 1.6;
  color: #687f8b;
}
.feature-visual-footer .text-action {
  font-size: 10px;
  gap: 6px;
  flex-shrink: 0;
}
.feature-visual-footer .icon {
  width: 14px;
  height: 14px;
}
.progress-jump {
  margin-top: 18px;
  font-size: 12px;
}
.progress-section {
  border-bottom: 1px solid var(--line);
}
.progress-heading {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: end;
  gap: 64px;
  margin-bottom: 32px;
}
.progress-heading .feature-lead {
  margin: 0;
}
@media (max-width: 900px) {
  .progress-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }
}
.training-section {
  border-bottom: 1px solid var(--line);
}
.training-layout {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 78px;
}
.training-layout .feature-copy {
  grid-column: 2;
  grid-row: 1;
}
.training-layout .feature-visual {
  grid-column: 1;
  grid-row: 1;
}
.training-modes {
  border-top: 1px solid #dce6eb;
  margin: 25px 0 22px;
}
.training-modes details {
  border-bottom: 1px solid #dce6eb;
}
.training-modes summary {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  padding: 17px 0;
}
.training-modes summary::-webkit-details-marker {
  display: none;
}
.training-modes summary:hover {
  color: var(--primary-dark);
}
.mode-number {
  display: grid;
  place-items: center;
  background: #edf4f6;
  border: 1px solid #dae7eb;
  border-radius: 7px;
  width: 32px;
  height: 34px;
  font-size: 10px;
  color: #517482;
  flex-shrink: 0;
}
.training-modes strong {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.training-modes small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.5;
}
.training-modes summary > .icon {
  width: 15px;
  height: 15px;
  margin-left: auto;
  color: var(--primary);
}
.training-modes details[open] summary > .icon {
  transform: rotate(45deg);
}
.training-modes details[open] .mode-number {
  background: #e0f0f0;
  border-color: #a1cacc;
  color: var(--primary-dark);
}
.training-modes details > p {
  padding: 0 12px 18px 44px;
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.training-extras {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 22px 0 13px;
}
.training-extras > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #56727f;
}
.training-extras .icon {
  width: 12px;
  height: 12px;
  color: var(--primary-dark);
}
.feature-availability {
  text-align: center;
  font-size: 10px;
  color: #71828d;
  margin-top: 28px;
  line-height: 1.7;
}
@media (max-width: 1150px) {
  .feature-layout {
    gap: 36px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .training-layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .feature-copy h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .feature-lead {
    font-size: 13px;
  }
  .feature-visual-heading {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 900px) {
  .feature-section {
    padding-block: 64px;
  }
  .feature-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feature-copy {
    max-width: 620px;
  }
  .feature-copy h2 {
    font-size: 38px;
  }
  .feature-visual {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }
  .training-layout .feature-copy,
  .training-layout .feature-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .correction-visual {
    max-width: 550px;
  }
  .training-layout {
    gap: 32px;
  }
  .training-modes {
    max-width: 620px;
  }
  .tool-strip {
    gap: 12px;
  }
  .tool-strip strong {
    font-size: 12px;
  }
  .tool-strip small {
    font-size: 9px;
  }
}
@media (max-width: 600px) {
  .tool-strip {
    gap: 7px;
    align-items: flex-start;
  }
  .tool-strip > a {
    padding: 3px 1px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    text-align: center;
    justify-content: flex-start;
  }
  .tool-strip strong {
    font-size: 10px;
    line-height: 1.5;
  }
  .tool-strip small {
    font-size: 9px;
    line-height: 1.55;
    max-width: 105px;
  }
  .feature-section {
    padding-block: 50px;
  }
  .feature-copy h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .feature-lead {
    font-size: 13px;
    margin: 19px 0 24px;
  }
  .feature-benefits {
    gap: 20px;
  }
  .feature-benefits h3 {
    font-size: 13px;
  }
  .feature-benefits p {
    font-size: 12px;
  }
  .feature-copy > .text-action {
    font-size: 12px;
  }
  .feature-layout {
    gap: 28px;
  }
  .feature-visual {
    padding: 10px;
    border-radius: 16px;
  }
  .feature-visual-heading {
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .feature-image-frame {
    border-radius: 10px;
  }
  .feature-visual-footer {
    gap: 10px;
  }
  .feature-visual-footer figcaption {
    font-size: 8px;
  }
  .feature-visual-footer .text-action {
    font-size: 9px;
  }
  .training-modes summary {
    padding: 15px 0;
    gap: 11px;
  }
  .training-modes strong {
    font-size: 13px;
  }
  .training-modes small {
    font-size: 10px;
  }
  .training-modes details > p {
    padding-left: 43px;
    font-size: 12px;
  }
  .training-extras {
    gap: 9px 13px;
  }
  .training-extras > span {
    font-size: 9px;
  }
  .feature-availability {
    font-size: 9px;
    margin-top: 22px;
  }
  .correction-visual {
    max-width: 370px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tool-strip > a {
    transition: none;
  }
}
/* Launch refinement: a shorter product preview, a clear offer, an accountable team. */
.hero-description strong {
  font-weight: 650;
  color: var(--ink);
}
.mobile-capture-hint {
  display: none;
}
@media (max-width: 600px) {
  .mobile-capture-hint {
    display: block;
    font-size: 10px;
    color: #617985;
    line-height: 1.7;
    margin: 0 0 10px;
  }
}
.hero-footnotes > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-footnotes > a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-panel {
  max-height: none;
  overflow: hidden;
}
.team-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  padding-block: 76px;
}
.team-intro h2 {
  font-size: 37px;
  letter-spacing: -1.3px;
  line-height: 1.22;
}
.team-intro > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 22px;
  max-width: 440px;
}
.team-signature {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 23px;
}
.review-process {
  border-left: 1px solid var(--line);
  padding-left: 42px;
}
.review-heading {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #627a87;
  font-weight: 650;
  margin: 0 0 25px;
}
.review-process ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.review-process li {
  display: flex;
  gap: 18px;
}
.review-process li > span {
  font-size: 11px;
  color: var(--primary);
  padding-top: 3px;
  font-variant-numeric: tabular-nums;
}
.review-process h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.review-process li p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.review-feedback {
  padding-top: 19px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.8;
  color: #647b88;
}
.offer-section {
  background: #f0f7f8;
  border-block: 1px solid #dce9ec;
  padding-block: 76px;
}
.offer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.offer-copy h2 {
  font-size: 49px;
  letter-spacing: -2px;
  line-height: 1.15;
}
.offer-copy > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  margin-top: 23px;
  line-height: 1.85;
}
.offer-copy > p strong {
  font-weight: 600;
  color: var(--ink);
}
.offer-scope {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid #d7e6eb;
  color: #4e6a78;
}
.offer-scope > .icon {
  width: 24px;
  height: 24px;
  color: var(--primary);
}
.offer-scope strong {
  font-weight: 600;
}
.offer-copy .offer-future {
  font-size: 12px !important;
  margin-top: 28px !important;
  max-width: 390px;
}
.offer-future > strong {
  font-size: 12px;
}
.offer-card {
  background: #fff;
  border: 1px solid #cedfe5;
  border-radius: 15px;
  padding: 32px;
  box-shadow: 0 15px 40px -30px #124d6260;
}
.offer-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.offer-label {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--primary-dark);
  font-weight: 650;
}
.offer-tag {
  font-size: 9px;
  border: 1px solid #cfe4e8;
  border-radius: 5px;
  background: #f0f8f9;
  color: #436c78;
  padding: 5px 8px;
  white-space: nowrap;
}
.offer-card > h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
.offer-inclusions {
  list-style: none;
  margin: 25px 0 23px;
  padding: 0;
  display: grid;
  gap: 20px;
}
.offer-inclusions li {
  display: flex;
  gap: 11px;
}
.offer-inclusions .icon {
  width: 16px;
  height: 16px;
  color: var(--primary-dark);
  margin-top: 3px;
}
.offer-inclusions strong {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}
.offer-inclusions span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 3px;
}
.offer-bonus {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 11px;
  line-height: 1.8;
  color: #5a737f;
}
.offer-activation {
  font-size: 10px;
  color: #607884;
  line-height: 1.8;
  margin: 17px 0 20px;
}
.offer-card > .button {
  width: 100%;
  font-size: 13px;
}
.offer-footnote {
  font-size: 9px;
  color: #6c7f8a;
  text-align: center;
  margin-top: 15px;
  line-height: 1.75;
}
.offer-price {
  font-size: 29px !important;
  letter-spacing: -1px;
  font-weight: 650;
  color: var(--ink);
  margin: 18px 0 0;
}
.offer-duration {
  font-size: 12px;
  color: var(--muted);
  margin: 3px 0 12px;
}
.offer-payment {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 18px;
}
.footer-public-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 11px;
  padding-bottom: 20px;
  color: #536e7c;
}
.footer-public-links:empty {
  display: none;
}
.footer-public-links a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}
@media (max-width: 1150px) {
  .team-section {
    gap: 50px;
  }
  .offer-layout {
    gap: 60px;
  }
  .offer-copy h2 {
    font-size: 44px;
  }
  .review-process {
    padding-left: 30px;
  }
  .team-intro h2 {
    font-size: 33px;
  }
}
@media (max-width: 900px) {
  .team-section {
    gap: 35px;
    padding-block: 60px;
  }
  .team-intro h2 {
    font-size: 30px;
  }
  .team-intro > p:not(.eyebrow) {
    font-size: 13px;
  }
  .review-process {
    padding-left: 24px;
  }
  .offer-layout {
    gap: 35px;
  }
  .offer-copy h2 {
    font-size: 37px;
  }
  .offer-card {
    padding: 24px;
  }
  .offer-card > h3 {
    font-size: 20px;
  }
  .offer-section {
    padding-block: 60px;
  }
  .offer-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .hero-footnotes > a {
    font-size: 10px;
  }
  .product-panel {
    max-height: none;
  }
  .team-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 49px;
  }
  .team-intro h2 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }
  .team-intro > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 18px;
  }
  .team-signature {
    margin-top: 18px;
  }
  .review-process {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .review-heading {
    font-size: 8px;
    margin-bottom: 22px;
  }
  .review-process ol {
    gap: 21px;
  }
  .review-process h3 {
    font-size: 14px;
  }
  .review-process li p {
    font-size: 12px;
  }
  .offer-section {
    padding-block: 49px;
  }
  .offer-layout {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .offer-copy h2 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .offer-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 19px;
  }
  .offer-scope {
    margin-top: 20px;
    padding-top: 18px;
    font-size: 11px;
  }
  .offer-copy .offer-future {
    font-size: 11px !important;
    margin-top: 20px !important;
  }
  .offer-card {
    padding: 24px;
    border-radius: 12px;
  }
  .offer-card-top {
    gap: 9px;
    margin-bottom: 20px;
  }
  .offer-label {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .offer-tag {
    font-size: 8px;
  }
  .offer-card > h3 {
    font-size: 21px;
  }
  .offer-inclusions {
    gap: 18px;
    margin-block: 22px;
  }
  .offer-inclusions strong {
    font-size: 12px;
  }
  .offer-inclusions span {
    font-size: 11px;
  }
  .offer-card > .button {
    min-height: 49px;
  }
  .footer-public-links {
    font-size: 10px;
    gap: 12px 20px;
  }
  .correction-visual .feature-image-frame {
    max-height: 610px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-footnotes > a {
    transition: none;
  }
}

/* Editorial atmosphere: light, code-native illustrations around the real product. */
.hero {
  position: relative;
  isolation: isolate;
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 5% 45%, #d5eeeea8, transparent 33%),
    radial-gradient(ellipse at 94% 34%, #e9eaf58c, transparent 32%);
}
.hero-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#70acb33d 1px, transparent 1px);
  background-size: 19px 19px;
  mask-image: linear-gradient(90deg, #000, transparent 28%, transparent 72%, #000);
}
.hero-constellation {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: max(100%, 670px);
  height: auto;
  color: #85c4c9;
  opacity: 0.64;
  animation: constellation-drift 12s ease-in-out infinite alternate;
}
.orbit { stroke-width: 1; }
.orbit-left {
  transform-origin: 88px 290px;
  animation: orbit-turn 48s linear infinite reverse;
}
.orbit-right {
  transform-origin: 1120px 230px;
  animation: orbit-turn 60s linear infinite;
}
.floating-glyph { animation: glyph-float 7s ease-in-out infinite alternate; }
.glyph-map { animation-delay: -3.5s; }
.hero .hero-label {
  background: #ffffffcf;
  box-shadow: 0 3px 14px #193d4605;
}
.hero-access-note {
  color: #667e89;
  font-size: 10px;
  margin: 13px 0 0;
}
.hero-actions .button {
  min-height: 60px;
  border-radius: 14px;
}
.button-primary {
  background: linear-gradient(135deg, #098590, #066675);
  border-color: #076e7b;
  box-shadow: inset 0 1px 0 #ffffff30, 0 5px 9px #075a7220, 0 14px 28px -18px #075a72aa;
}
.button-primary:hover {
  background: linear-gradient(135deg, #077885, #055967);
  box-shadow: inset 0 1px 0 #ffffff30, 0 8px 18px #075a7225, 0 20px 32px -20px #075a72aa;
}
.cta-main {
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 23px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.cta-main > .icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  flex-shrink: 0;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  background: #ffffff16;
}
.cta-main:hover { transform: translateY(-2px); }
.cta-main:active { transform: translateY(0); }
.button-white.cta-main > .icon {
  background: #e3f1f2;
  border-color: #d2e8eb;
  color: #076675;
}
.hero-actions .button-secondary {
  background: #ffffffd9;
  box-shadow: 0 2px 3px #163f5405;
}
.motion-toggle {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  margin-top: 7px;
  padding: 8px;
  border: 0;
  background: none;
  color: #587480;
  font-size: 10px;
}
.motion-toggle:hover { color: var(--primary-dark); }
.motion-toggle:disabled { cursor: default; }
.motion-indicator {
  width: 8px;
  height: 9px;
  border-inline: 2px solid currentColor;
}
.motion-toggle[aria-pressed="true"] .motion-indicator {
  border: 0;
  border-left: 7px solid currentColor;
  border-block: 5px solid transparent;
}
.mindmap-journey {
  min-width: 0;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 22px 18px;
}
.course-origin {
  margin: 0 0 0 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d7e4e8;
  border-radius: 16px;
  box-shadow: 0 5px 12px #193b4b08, 0 20px 35px -20px #193b4b35;
  transform: rotate(-4deg);
}
.course-origin figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 10px;
}
.course-origin img {
  width: 100%;
  height: auto;
  border: 1px solid #e4eaf0;
  border-radius: 8px;
}
.journey-step {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #e5f3f3;
  color: #076675;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0;
  margin-right: 4px;
}
.journey-connection { color: #527a84; }
.journey-connection > span {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.4;
  margin-left: 14px;
}
.journey-connection svg {
  width: 90%;
  max-width: 220px;
  overflow: visible;
  stroke: #14818d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.journey-arrow-trail {
  stroke-dasharray: 5 7;
  animation: trail-flow 9s linear infinite;
}
.mindmap-journey > .mindmap-visual { grid-column: 1 / -1; }
.mindmap-visual .feature-visual-heading > span:first-child {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #345a67;
  letter-spacing: 0;
}
.offer-section {
  position: relative;
  background: radial-gradient(ellipse at 95% 5%, #d3e9ed, transparent 50%), #f0f7f8;
}
.offer-card {
  border-radius: 24px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #7ebdc5, #e1edef 55%, #a9c8ce) border-box;
  box-shadow: 0 8px 16px #0c405407, 0 30px 70px -36px #174b6266;
}
.offer-toolkit, .closing-tools {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.offer-toolkit > span, .closing-tools > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  padding: 9px 12px;
  border: 1px solid #dce9ec;
  border-radius: 9px;
  background: #f5fafb;
  color: #345d69;
}
.offer-toolkit .icon, .closing-tools .icon { width: 16px; height: 16px; }
.offer-card > .button { min-height: 62px; border-radius: 13px; }
.access-steps {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  gap: 18px;
}
.access-steps li { display: flex; align-items: flex-start; gap: 13px; }
.access-steps li > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #d4e4e8;
  border-radius: 50%;
  font-size: 9px;
  color: #347482;
}
.access-steps strong { display: block; font-size: 12px; font-weight: 600; }
.access-steps small { display: block; margin-top: 5px; font-size: 11px; line-height: 1.6; color: var(--muted); }
.closing-section { background: #fff; padding: 24px 0 64px; }
.closing-inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px;
  border: 1px solid #2b626d;
  border-radius: 28px;
  background: radial-gradient(ellipse at 90% 100%, #126371, transparent 60%), linear-gradient(125deg, #102f3f, #0d424c);
  box-shadow: 0 20px 50px -28px #10384770;
  gap: 40px;
}
.closing-inner > div:not(.closing-orbits) { position: relative; z-index: 1; }
.closing-inner .eyebrow { color: #9edade; }
.closing-inner h2 + p { margin-top: 18px; color: #c0dadd; font-size: 13px; line-height: 1.8; }
.closing-tools > span { color: #d1edf0; background: #ffffff09; border-color: #ffffff23; }
.closing-actions {
  flex: 0 1 340px;
  padding: 23px;
  background: #ffffff08;
  border: 1px solid #ffffff24;
  border-radius: 18px;
}
.closing-action-label { display: block; font-size: 9px; letter-spacing: 1.4px; color: #afdade; margin-bottom: 15px; }
.closing-actions .button { width: 100%; font-size: 13px; gap: 12px; padding-inline: 16px 10px; }
.closing-actions .closing-access-note { font-size: 10px !important; line-height: 1.8; color: #c0dadd; margin-top: 14px; }
.closing-orbits { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.closing-orbits i { position: absolute; width: 560px; height: 560px; border: 1px solid #a9dadd1a; border-radius: 50%; right: -30px; top: -220px; }
.closing-orbits i:nth-child(2) { width: 700px; height: 700px; right: -100px; top: -290px; }
.closing-orbits i:nth-child(3) { width: 840px; height: 840px; right: -170px; top: -360px; border-style: dashed; animation: orbit-turn 90s linear infinite; }
@keyframes constellation-drift { to { transform: translateY(-12px); } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
@keyframes glyph-float { to { translate: 0 -14px; } }
@keyframes trail-flow { to { stroke-dashoffset: -120; } }
.motion-paused .hero-constellation, .motion-paused .orbit, .motion-paused .floating-glyph,
.motion-paused .journey-arrow-trail, .motion-paused .closing-orbits i { animation-play-state: paused; }
@media (max-width: 900px) {
  .hero-constellation { opacity: 0.35; }
  .mindmap-journey { max-width: 660px; width: 100%; margin-inline: auto; }
  .closing-inner { padding: 36px; }
  .closing-actions { flex-basis: auto; width: 100%; max-width: 420px; }
}
@media (max-width: 600px) {
  .hero-constellation { width: max(100%, 420px); opacity: 0.3; }
  .hero-access-note { font-size: 10px; max-width: 290px; margin-inline: auto; }
  .hero-actions .button { min-height: 58px; font-size: 12px; }
  .motion-toggle { margin-top: 12px; }
  .mindmap-journey { gap: 22px 10px; grid-template-columns: 1.08fr 0.92fr; }
  .course-origin { margin-left: 5px; padding: 7px; border-radius: 12px; }
  .course-origin figcaption { font-size: 10px; gap: 3px; padding-bottom: 7px; }
  .journey-connection > span { font-size: 17px; margin-left: 6px; }
  .mindmap-visual .feature-visual-heading > span:first-child { font-size: 10px; }
  .mindmap-visual .feature-visual-heading > span:last-child { font-size: 6px; }
  .offer-card { border-radius: 19px; }
  .offer-card > .button { font-size: 12px; padding-inline: 14px 10px; gap: 10px; }
  .offer-toolkit { gap: 6px; }
  .offer-toolkit > span { font-size: 10px; padding: 8px; }
  .closing-section { padding: 8px 0 40px; }
  .closing-inner { padding: 30px 22px; border-radius: 22px; gap: 26px; }
  .closing-inner h2 { font-size: 32px; }
  .closing-actions { padding: 18px 14px; }
  .closing-actions .button { font-size: 12px; }
  .closing-tools { justify-content: center; gap: 7px; }
  .closing-tools > span { font-size: 10px; padding: 8px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-constellation, .orbit, .floating-glyph, .journey-arrow-trail, .closing-orbits i { animation: none !important; }
  .cta-main { transition: none; }
  .cta-main:hover { transform: none; }
}

/* A readable editorial hierarchy, shared across desktop and mobile. */
.preview-heading {
  display: block;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 44px;
}
.preview-heading h2 {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 750;
  letter-spacing: -1.8px;
  line-height: 1.15;
}
.preview-heading p {
  margin-top: 18px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
}
.hero-label { font-size: 11px; letter-spacing: 1.1px; font-weight: 750; }
.hero-description { font-size: 18px; }
.hero-footnotes, .hero-footnotes > a { font-size: 12px; color: #496472; }
.hero-access-note { font-size: 12px; color: #496472; line-height: 1.65; }
.motion-toggle { font-size: 12px; color: #496472; min-height: 40px; }
.eyebrow, .feature-copy .eyebrow, .closing-inner .eyebrow, .offer-label, .review-heading {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.2px;
}
.feature-lead, .feature-copy .feature-lead, .team-intro > p:not(.eyebrow),
.offer-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
}
.feature-benefits h3, .review-process h3, .offer-inclusions strong { font-size: 16px; font-weight: 750; }
.feature-benefits p, .review-process li p, .training-modes details > p,
.faq-list details > p, .offer-inclusions span { font-size: 14px; line-height: 1.75; }
.training-modes summary strong { font-size: 16px; }
.training-modes summary small, .training-extras > span, .tool-strip small,
.review-feedback, .offer-bonus, .offer-activation, .offer-footnote,
.access-steps small { font-size: 13px; line-height: 1.7; }
.offer-copy .offer-future { font-size: 14px !important; }
.tool-strip strong, .access-steps strong { font-size: 15px; }
.text-action, .faq-intro .text-action, .product-tabs button { font-size: 14px; }
.expand-button, .dialog-bar p { font-size: 12px; }
.offer-duration, .offer-payment { font-size: 13px; }
.product-caption p { font-size: 14px; color: #496472; }
.product-caption > span { font-size: 12px; color: #496472; line-height: 1.6; }
.feature-visual-heading { flex-wrap: wrap; gap: 8px; }
.feature-visual-heading > span, .mindmap-visual .feature-visual-heading > span:first-child,
.course-origin figcaption { font-size: 12px; font-weight: 700; letter-spacing: 0; }
.feature-visual-footer { flex-wrap: wrap; gap: 4px 14px; }
.feature-visual-footer figcaption, .feature-visual-footer .text-action,
.mobile-capture-hint { font-size: 12px; line-height: 1.6; }
.feature-visual-footer figcaption, .offer-bonus, .offer-activation, .offer-footnote,
.review-feedback, .mobile-capture-hint { color: #496472; }
.offer-toolkit > span, .closing-tools > span { font-size: 13px; }
.closing-inner h2 + p { font-size: 16px; }
.closing-actions > p, .closing-actions .closing-access-note { font-size: 13px !important; }
.footer { padding-top: 56px; }
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 64px;
  padding-bottom: 48px;
}
.footer-brand .brand { font-size: 26px; font-weight: 800; letter-spacing: -1px; }
.footer-brand p { font-size: 15px; color: var(--muted); margin-top: 18px; line-height: 1.75; }
.footer-top nav { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.footer-top nav h3 { margin-bottom: 14px; font-size: 16px; font-weight: 800; letter-spacing: -0.4px; }
.footer-top nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; font-weight: 600; letter-spacing: -0.15px; color: #496472; }
.footer-top nav a:hover { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 5px; }
.footer-top nav .footer-student-link { color: var(--primary-dark); font-weight: 750; }
.footer-public-links, .footer-bottom { font-size: 12px; color: #496472; line-height: 1.7; }
.footer-bottom { align-items: center; }
.footer-bottom > a { font-weight: 750; min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 1100px) and (min-width: 901px) {
  .nav { gap: 20px; }
  .nav-links { gap: 18px; font-size: 13px; }
  .nav-actions { gap: 16px; }
  .login-link { font-size: 13px; }
}
@media (max-width: 900px) {
  .footer-top { gap: 32px; }
  .nav-links { font-size: 16px; }
}
@media (max-width: 600px) {
  .nav-actions .button { font-size: 11px; }
  .hero-label { font-size: 10px; letter-spacing: 0.9px; }
  .hero-description { font-size: 16px; }
  .hero-access-note { max-width: 320px; margin-inline: 0; }
  .hero-actions .button { font-size: 13px; }
  .preview-heading { padding-top: 28px; margin-bottom: 30px; }
  .preview-heading h2 { letter-spacing: -1.2px; }
  .preview-heading p { margin-top: 14px; }
  .product-toolbar { padding: 10px 8px; }
  .product-tabs { width: 100%; gap: 2px; }
  .product-tabs button { flex: 1; justify-content: center; padding-inline: 5px; font-size: 12px; gap: 5px; }
  .product-tabs .icon { width: 14px; height: 14px; }
  .product-caption { gap: 8px; margin-top: 18px; }
  .footer { padding-top: 24px; }
  .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; padding-bottom: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { margin-top: 14px; }
  .footer-top nav h3 { font-size: 15px; margin-bottom: 10px; }
  .footer-top nav a { font-size: 13px; line-height: 1.6; }
  .footer-bottom { align-items: flex-start; text-align: left; }
  .footer-bottom > span:nth-child(2) { display: block; max-width: 340px; }
}
@media (max-width: 360px) {
  .product-tabs .icon { display: none; }
}

/* Benefits first: four clear routes into the actual tools shown below. */
.feature-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 36px;
}
.feature-shortcuts > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 24px;
  border: 1px solid #dce8eb;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f3f8f9);
  transition: border-color 160ms, background 160ms;
}
.feature-shortcuts > a:hover { border-color: #62a4ac; background: #eef7f8; }
.feature-shortcuts .icon { color: var(--primary-dark); width: 25px; height: 25px; margin-bottom: 22px; }
.shortcut-category { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: var(--primary-dark); }
.feature-shortcuts strong { font-size: 20px; font-weight: 750; letter-spacing: -0.6px; line-height: 1.35; margin-top: 10px; }
.feature-shortcuts strong + span { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 12px 0 20px; }
.shortcut-action { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 10px; font-size: 13px; font-weight: 750; color: var(--primary-dark); margin-top: auto; }
.product-section { padding-bottom: 70px; }

/* The only interactive exercise is a labelled, local, synthetic QCS. */
.question-demo { border: 1px solid #c7dee2; border-radius: 20px; padding: 26px; box-shadow: 0 14px 36px -26px #183e4b55; background: #fff; }
.demo-heading { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--primary-dark); }
.demo-heading > span:first-child { font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.demo-heading > span:last-child { font-size: 12px; font-weight: 600; }
.question-demo fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.question-demo legend { padding: 0; width: 100%; font-size: 18px; font-weight: 750; letter-spacing: -0.4px; line-height: 1.55; margin-bottom: 20px; }
.demo-option { position: relative; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 8px 12px; padding: 12px 14px; min-height: 52px; margin-top: 9px; border: 1px solid #d7e3e7; border-radius: 11px; cursor: pointer; font-size: 14px; line-height: 1.5; }
.demo-option input { position: absolute; left: 14px; top: 17px; opacity: 0; width: 20px; height: 20px; margin: 0; }
.demo-letter { display: grid; place-items: center; width: 28px; height: 28px; background: #edf3f5; border-radius: 7px; font-size: 12px; font-weight: 800; }
.demo-option:has(input:focus-visible) { outline: 3px solid var(--primary); outline-offset: 3px; }
.demo-option:has(input:checked) { border-color: var(--primary); background: #eef8f9; }
.demo-option:has(input:checked) .demo-letter { color: #fff; background: var(--primary-dark); }
.demo-option:has(input:disabled) { cursor: default; }
.demo-option[data-result="correct"] { border-color: #328778; background: #ecf7f2; }
.demo-option[data-result="incorrect"] { border-color: #b16f50; background: #fcf2ec; }
.demo-marker { grid-column: 2; font-size: 12px; font-weight: 750; color: #275f51; }
.demo-marker:empty { display: none; }
.demo-option[data-result="incorrect"] .demo-marker { color: #864f32; }
.demo-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.demo-actions .button { flex: 1; font-size: 13px; gap: 12px; padding-inline: 16px; }
.demo-actions .button:disabled { background: #e8eff1; color: #516775; cursor: default; box-shadow: none; }
.demo-feedback { margin-top: 20px; padding: 18px; border-left: 3px solid var(--primary-dark); border-radius: 0 10px 10px 0; background: #f1f8f8; }
.demo-feedback strong { font-size: 15px; line-height: 1.5; }
.demo-feedback p { margin-top: 8px; font-size: 14px; line-height: 1.75; color: #496472; }
.demo-feedback a { display: inline-block; font-size: 12px; line-height: 1.7; margin-top: 12px; text-decoration: underline; text-underline-offset: 4px; color: var(--primary-dark); }
.demo-note { font-size: 12px; line-height: 1.7; margin-top: 15px; color: #496472; }

/* Programme fit is explained without inventing live faculty availability. */
.pathway-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-block: 90px; border-bottom: 1px solid var(--line); }
.pathway-copy h2 { font-size: clamp(34px, 3.5vw, 46px); line-height: 1.18; letter-spacing: -1.7px; font-weight: 750; }
.pathway-copy > p:not(.eyebrow):not(.pathway-note) { font-size: 16px; line-height: 1.8; color: var(--muted); margin-block: 24px 28px; max-width: 460px; }
.pathway-note { font-size: 12px; color: #496472; line-height: 1.7; margin-top: 16px; }
.pathway-map { background: linear-gradient(135deg, #f0f8f8, #f7f9fc); padding: 32px; border: 1px solid #d6e5e9; border-radius: 24px; }
.pathway-map-label { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: var(--primary-dark); margin-bottom: 28px; }
.pathway-map ol { list-style: none; padding: 0; margin: 0; }
.pathway-map li { position: relative; display: flex; align-items: flex-start; gap: 18px; padding-bottom: 28px; }
.pathway-map li:not(:last-child)::after { content: ""; position: absolute; top: 42px; bottom: 7px; left: 18px; width: 1px; background: #aacdd2; }
.pathway-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; border: 1px solid #c8dfe3; color: var(--primary-dark); background: #fff; font-size: 12px; font-weight: 800; }
.pathway-map h3 { font-size: 16px; font-weight: 750; line-height: 1.5; letter-spacing: -0.3px; }
.pathway-map li p { margin-top: 5px; font-size: 14px; color: var(--muted); line-height: 1.65; }
.year-availability { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }
.year-card { min-width: 0; border: 1px solid #dbe4e9; border-radius: 16px; padding: 20px; background: #f6f8fa; }
.year-card-open { background: #f0faf7; border-color: #b8deda; }
.year-status { display: inline-flex; align-items: center; font-size: 12px; font-weight: 750; line-height: 1.6; color: #536372; }
.year-card-open .year-status { color: #08655e; }
.year-card h3 { margin-top: 12px; font-size: 17px; font-weight: 750; letter-spacing: -0.4px; line-height: 1.5; }
.year-card p { margin-top: 6px; font-size: 13px; line-height: 1.7; color: #496472; }
.offer-copy h2 > span { color: var(--primary-dark); }
.offer-card-top { flex-wrap: wrap; }
.offer-card-top .offer-tag { font-size: 12px; line-height: 1.5; }
.pathway-resources { display: flex; flex-wrap: wrap; gap: 18px; border-top: 1px solid #d1e3e7; padding-top: 22px; }
.pathway-resources > span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 650; }
.pathway-resources .icon { width: 17px; height: 17px; color: var(--primary-dark); }
.faq-list summary { font-size: 16px; font-weight: 700; line-height: 1.55; gap: 18px; padding-block: 23px; }
@media (max-width: 1100px) {
  .feature-shortcuts > a { padding: 20px; }
  .feature-shortcuts strong { font-size: 18px; }
  .pathway-section { gap: 40px; }
}
@media (max-width: 900px) {
  .feature-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-section { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .pathway-copy > p:not(.eyebrow):not(.pathway-note) { max-width: 620px; }
}
@media (max-width: 600px) {
  .feature-shortcuts { gap: 10px; margin-bottom: 28px; }
  .availability-summary { justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 4px; margin-bottom: 22px; }
  .availability-summary a { justify-content: flex-start; }
  .availability-open { padding: 9px 11px; font-size: 12px; gap: 5px; }
  .year-availability { grid-template-columns: 1fr; gap: 10px; }
  .year-card { padding: 18px; }
  .feature-shortcuts > a { padding: 16px; border-radius: 14px; }
  .feature-shortcuts .icon { width: 22px; height: 22px; margin-bottom: 16px; }
  .feature-shortcuts strong { font-size: 17px; line-height: 1.4; }
  .feature-shortcuts strong + span { font-size: 13px; margin-block: 10px 16px; }
  .shortcut-category { font-size: 10px; letter-spacing: 0.7px; }
  .shortcut-action { font-size: 12px; }
  .product-section { padding-bottom: 44px; }
  .question-demo { padding: 20px 16px; border-radius: 16px; }
  .question-demo legend { font-size: 17px; }
  .demo-option { font-size: 13px; padding-inline: 10px; gap: 8px; }
  .demo-actions .button { min-width: 100%; }
  .demo-feedback { padding: 15px; }
  .pathway-section { padding-block: 50px; }
  .pathway-map { padding: 24px 20px; }
  .pathway-map li { gap: 12px; }
  .pathway-map h3 { font-size: 15px; }
  .faq-list summary { font-size: 15px; padding-block: 20px; }
}
