:root {
  --navy: #0a2a6b;
  --ink: #0d2a4a;
  --gold: #0e8a7d;
  --teal: #0e8a7d;
  --cream: #f4f8fb;
  --paper: #f7fafc;
  --line: rgba(10, 42, 107, 0.12);
  --muted: #5b6b7c;
  --green: #0e8a7d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Outfit, sans-serif;
  color: #1b2430;
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}
h1, h2, h3, .serif { font-family: "Cormorant Garamond", serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .4rem .7rem; z-index: 9; }
.top { position: sticky; top: 0; z-index: 40; }
.top-bar {
  display: flex; justify-content: space-between; gap: 1rem;
  align-items: center;
  background: var(--navy); color: #d7f3ee; font-size: .78rem;
  padding: .4rem 6vw; letter-spacing: .04em;
}
.top-bar-end {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.locale-switch {
  display: flex;
  align-items: end;
  gap: .45rem;
}
.locale-field {
  display: grid;
  gap: .12rem;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9ee0d6;
}
.locale-switch select, .locale-switch button {
  font: inherit;
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
  border-radius: .4rem;
  border: 1px solid rgba(255,255,255,.25);
  background: #0d3a2f;
  color: #f4efe4;
  padding: .28rem .4rem;
}
.locale-switch button {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
  align-self: end;
  height: 1.9rem;
}
body.lang-hi, body.lang-ar { font-family: "Noto Sans Devanagari", "Noto Sans Arabic", Outfit, sans-serif; }
body.is-rtl { direction: rtl; }
body.is-rtl .nav, body.is-rtl .top-bar, body.is-rtl .menu { flex-direction: row-reverse; }
body.is-rtl .top-bar-end { justify-content: flex-start; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .7rem 6vw;
  background: rgba(251, 248, 242, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: .65rem; align-items: center; text-decoration: none; min-width: 0; }
.brand-mark {
  display: block;
  height: 48px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: .5rem;
  padding: .2rem .4rem;
  flex-shrink: 0;
}
.brand-copy { min-width: 0; }
.brand-copy strong { display: block; font-size: 1.02rem; color: var(--navy); line-height: 1.2; }
.brand-copy small { display: block; color: var(--muted); font-size: .7rem; }
.foot-logo {
  display: block;
  max-width: 220px;
  margin-bottom: .8rem;
  background: #fff;
  border-radius: .6rem;
  padding: .45rem .55rem;
}
.foot-logo img { width: 100%; height: auto; object-fit: contain; }
.menu { display: flex; align-items: center; gap: .15rem 1rem; list-style: none; margin: 0; padding: 0; }
.menu a, .menu button {
  background: none; border: 0; font: inherit; cursor: pointer;
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: .92rem;
}
.menu a.on, .menu button.on { color: var(--green); }
.menu .cta {
  background: var(--navy); color: #f4efe4 !important;
  padding: .45rem .85rem; border-radius: 999px;
}
.has-sub { position: relative; }
.has-sub ul {
  display: none; position: absolute; min-width: 240px; padding: .5rem;
  background: #fff; border: 1px solid var(--line); border-radius: .7rem;
  list-style: none; box-shadow: 0 16px 40px rgba(7, 20, 39, .12);
}
.has-sub:hover ul, .has-sub:focus-within ul { display: grid; }
.has-sub ul a { padding: .45rem .55rem; border-radius: .4rem; display: block; }
.has-sub ul a:hover { background: #f4efe4; }
.burger { display: none; background: none; border: 0; width: 42px; }
.burger span { display: block; height: 2px; background: var(--navy); margin: 6px 0; }
.hero-slider { position: relative; min-height: 78vh; overflow: hidden; background: var(--navy); }
.slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease;
  background-size: contain; background-repeat: no-repeat; background-position: center;
  background-color: #0a2a6b;
}
.slide.on { opacity: 1; }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,20,39,.82) 0%, rgba(7,20,39,.35) 70%, rgba(7,20,39,.15) 100%);
}
.slide-copy {
  position: relative; z-index: 1; max-width: 720px; color: #fbf8f2;
  padding: 14vh 6vw 8vh;
}
.kicker { letter-spacing: .16em; text-transform: uppercase; font-size: .75rem; color: var(--teal); }
.slide-copy .kicker { color: #9ee0d6; }
.slide-copy h1, .slide-copy h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.05; margin: .3rem 0 .8rem; font-weight: 600; }
.slide-copy p { font-size: 1.08rem; max-width: 38rem; opacity: .92; }
.dots { position: absolute; bottom: 1.4rem; left: 6vw; display: flex; gap: .45rem; z-index: 2; }
.dots button { width: 2.2rem; height: .35rem; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.dots button.on { background: var(--gold); }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }
.section { padding: 4.2rem 0; }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: #3d4a5c; max-width: 48rem; }
.grid-3, .grid-2, .soft-grid { display: grid; gap: 1.1rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.soft-grid { grid-template-columns: repeat(3, 1fr); }
.card, .soft {
  background: #fff; border: 1px solid var(--line); border-radius: 1.05rem; overflow: hidden;
}
.card { padding: 1.15rem 1.2rem; }
.soft img { height: 170px; width: 100%; object-fit: contain; background: #eef3f8; }
.flyer-sheet {
  width: 100%;
  height: auto;
  max-width: 720px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  object-position: top center;
  border-radius: .8rem;
  box-shadow: 0 18px 40px rgba(10, 42, 107, .14);
  border: 1px solid var(--line);
  background: #fff;
}
.hero-page.flyer-hero { min-height: 38vh; background-position: 50% 20%; background-size: cover; }
.product-hero {
  position: relative;
  place-items: end stretch;
  background-position: center 30%;
}
.product-hero .inner {
  width: min(1180px, 92vw);
  margin-left: auto;
  margin-right: auto;
  padding: 7.2rem 0 2.4rem;
  background: none;
  position: relative;
  z-index: 1;
}
.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 20, 39, .78) 0%, rgba(7, 20, 39, .48) 58%, rgba(7, 20, 39, .22) 100%);
}
.product-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 2rem 2.2rem;
  align-items: start;
}
.product-split .prose > h2:first-of-type { margin-top: .4rem; }
.product-visual {
  margin: 0;
  background: #e8eef5;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-shot {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}
.product-gallery figure {
  margin: 0;
  background: #e8eef5;
  border: 1px solid var(--line);
  border-radius: .85rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-flyer-frame {
  margin: 2rem auto 0;
  text-align: center;
}
.crop-laptop {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
  background: #eef3f8;
}
.soft-body { padding: 1rem 1.1rem 1.2rem; }
.soft h3 { margin: .2rem 0 .35rem; font-size: 1.55rem; }
.btn {
  display: inline-block; text-decoration: none; border-radius: 999px;
  padding: .65rem 1.1rem; font-weight: 600; border: 1px solid transparent;
}
.btn.gold { background: var(--gold); color: var(--navy); }
.btn.ghost { border-color: var(--gold); color: var(--cream); }
.btn.navy { background: var(--navy); color: #fff; }
.band { background: var(--navy); color: #f4efe4; }
.band .card { background: rgba(255,255,255,.04); color: #f4efe4; border-color: rgba(196,161,90,.25); }
.hero-page {
  min-height: 46vh; display: grid; place-items: end start;
  background-size: cover; background-position: center; color: #fff;
}
.hero-page .inner { padding: 8rem 6vw 3rem; background: linear-gradient(transparent, rgba(7,20,39,.78)); width: 100%; }
.prose h2 { font-size: 2.1rem; margin: 2rem 0 .6rem; }
.prose h3 { font-size: 1.45rem; }
.ticks { padding-left: 1.1rem; }
.ticks li { margin: .4rem 0; }
.form { display: grid; gap: .7rem; }
.form label { display: grid; gap: .28rem; font-weight: 600; font-size: .86rem; }
.form input, .form select, .form textarea {
  font: inherit; padding: .7rem .75rem; border-radius: .55rem; border: 1px solid #d7d0c2; background: #fff;
}
.ok { background: #ecfdf5; color: #065f46; padding: .7rem 1rem; border-radius: .6rem; }
.err { background: #fef2f2; color: #991b1b; padding: .7rem 1rem; border-radius: .6rem; }
.foot { background: #050d18; color: #d8deea; padding: 3rem 6vw 1.4rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 1.4rem; }
.foot a { display: block; text-decoration: none; color: #9ee0d6; margin: .28rem 0; }
.legal { border-top: 1px solid rgba(255,255,255,.08); margin-top: 1.6rem; padding-top: 1rem; font-size: .8rem; color: #8b97a8; }
.bot-launch {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 50;
  border: 0; border-radius: 1rem; padding: .7rem .95rem; text-align: left;
  background: var(--navy); color: #f4efe4; cursor: pointer;
  box-shadow: 0 12px 30px rgba(7,20,39,.28);
}
.bot-launch small { display: block; color: var(--gold); }
.bot-panel {
  position: fixed; right: 1.1rem; bottom: 5.4rem; width: min(380px, 92vw);
  background: #fff; border-radius: 1rem; border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(7,20,39,.2); z-index: 50; overflow: hidden;
}
.bot-panel header { display: flex; justify-content: space-between; padding: .7rem .9rem; background: var(--navy); color: #fff; }
.bot-panel header button { background: none; border: 0; color: #fff; font-size: 1.3rem; cursor: pointer; }
.bot-note { margin: 0; padding: .5rem .9rem; font-size: .78rem; color: var(--muted); }
.bot-log { height: 280px; overflow: auto; padding: .4rem .9rem; display: grid; gap: .55rem; }
.msg { padding: .55rem .7rem; border-radius: .7rem; font-size: .9rem; }
.msg.user { background: #efe7d4; justify-self: end; max-width: 90%; }
.msg.bot { background: #f3f6fb; }
.bot-panel form { display: flex; gap: .4rem; padding: .7rem; border-top: 1px solid var(--line); }
.bot-panel input { flex: 1; border: 1px solid #d7d0c2; border-radius: .5rem; padding: .5rem .6rem; font: inherit; }
.bot-panel form button { background: var(--navy); color: #fff; border: 0; border-radius: .5rem; padding: .5rem .7rem; }
.nav { position: relative; }
.hero-lead { color: #f4efe4; max-width: 38rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.crumbs { padding: .7rem 0 0; font-size: .82rem; color: var(--muted); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .6rem; list-style: none; margin: 0; padding: 0; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .6rem; opacity: .5; }
.crumbs a { text-decoration: none; color: var(--navy); }
.seo-audience { background: #eef6f4; border-radius: .6rem; padding: .7rem .9rem; }
.band-light { background: #eef3f8; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: .7rem;
}
.mod-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .8rem;
  padding: .75rem .7rem;
}
.mod-tile h3 { margin: 0; font-size: 1rem; font-family: Outfit, sans-serif; }
.flow-line {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.flow-line li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .9rem;
  font-weight: 600;
}
.flow-line li:not(:last-child)::after { content: "→"; margin-left: .55rem; color: var(--teal); }
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .7rem;
  padding: .75rem 1rem;
  margin: .55rem 0;
}
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list p { margin: .5rem 0 0; color: var(--muted); }
.form fieldset {
  border: 1px solid var(--line);
  border-radius: .6rem;
  padding: .7rem .8rem;
  display: grid;
  gap: .35rem;
}
.form fieldset label { font-weight: 500; display: flex; flex-direction: row; align-items: center; gap: .45rem; }
.form input, .form select, .form textarea { font-size: 16px; max-width: 100%; }
.related-grid { margin-top: 1rem; }
.sitemap-cols { align-items: start; }
.legal a { display: inline; color: #9ee0d6; }
body.theme-eye { --navy: #0a4f9c; --teal: #1a73c7; --gold: #1a73c7; }
body.theme-ortho { --navy: #0a2a6b; --teal: #0e8a7d; --gold: #0e8a7d; }
body.theme-medi { --navy: #145c38; --teal: #2ea44f; --gold: #2ea44f; }
body.theme-gynae { --navy: #7a2458; --teal: #c44b8a; --gold: #c44b8a; }
body.theme-peds { --navy: #0a5a86; --teal: #1a8fc7; --gold: #1a8fc7; }
body.theme-gen { --navy: #12263a; --teal: #0e8a7d; --gold: #0e8a7d; }
.home-h2 { font-size: 2.6rem; margin: .2rem 0 1rem; }
.home-stage {
  padding: 1.1rem 0 1.6rem;
  background: linear-gradient(180deg, #f4f8fb 0%, #e8eef6 100%);
}
.home-brand {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: .8rem;
}
.home-mark {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 128px;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: .8rem;
  padding: .5rem .7rem;
}
.home-brand h1 { margin: .1rem 0 .35rem; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.home-brand .lead { margin: 0; }
.cap-strip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .9rem;
  padding: .35rem 1rem;
  margin-bottom: .85rem;
}
.cap-strip img { width: 100%; height: auto; max-height: 92px; object-fit: contain; }
.product-windows {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .45rem;
  margin-top: 1rem;
}
.pwin {
  display: grid;
  gap: .2rem;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: .65rem;
  padding: .35rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  min-width: 0;
}
.pwin.on, .pwin:hover { border-color: var(--teal); box-shadow: 0 8px 20px rgba(10, 42, 107, .1); }
.pwin-bar, .os-bar {
  display: flex;
  align-items: center;
  gap: .28rem;
  font-size: .68rem;
  color: #4a5a6a;
}
.pwin-bar b, .os-bar strong { font-size: .68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pwin-bar i {
  width: .42rem; height: .42rem; border-radius: 50%; background: #ff5f57; flex-shrink: 0;
}
.pwin-bar i:nth-child(2) { background: #febc2e; }
.pwin-bar i:nth-child(3) { background: #28c840; }
.os-dots::before {
  content: "";
  display: inline-block;
  width: .55rem; height: .55rem; border-radius: 50%;
  background: #ff5f57;
  box-shadow: .7rem 0 0 #febc2e, 1.4rem 0 0 #28c840;
  margin-right: 1.8rem;
}
.pwin-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background: #eef3f8;
  border-radius: .35rem;
  overflow: hidden;
}
.pwin-screen img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.pwin-kicker { font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; color: var(--teal); }
.home-slider {
  position: relative;
  padding: 0 2.6rem;
}
.slide-pane { display: none; }
.slide-pane.on { display: block; }
.os-window {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.05rem;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(10, 42, 107, .16);
}
.os-bar {
  padding: .55rem .9rem;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
}
.os-bar a { color: var(--navy); font-weight: 600; text-decoration: none; font-size: .8rem; white-space: nowrap; }
.os-body {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  align-items: stretch;
  min-height: min(52vh, 460px);
}
.os-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe8f2;
  min-height: 280px;
  padding: .8rem;
}
.os-screen img {
  max-width: 100%;
  max-height: min(46vh, 400px);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.slide-caption {
  padding: 1.3rem 1.4rem 1.4rem;
  background: #f8fbfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
}
.slide-caption h2 { margin: .2rem 0 .5rem; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.slide-caption p { margin: 0 0 .7rem; }
.slider-edge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  box-shadow: 0 8px 18px rgba(10, 42, 107, .12);
}
.slider-prev.slider-edge { left: 0; }
.slider-next.slider-edge { right: 0; }
.soft-hit { display: block; text-decoration: none; }
.soft-hit .pwin-bar { padding: .4rem .55rem 0; }
.contain-sheet {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #fff;
  border-radius: 1.1rem;
  padding: 1rem;
}
.price-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: end;
  margin-bottom: 1.4rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .9rem;
}
.price-toolbar label, .bill-toggle { font-size: .86rem; font-weight: 600; display: grid; gap: .3rem; }
.price-toolbar select { font: inherit; font-weight: 500; padding: .5rem .6rem; border-radius: .5rem; border: 1px solid #d7d0c2; }
.bill-toggle { border: 0; padding: 0; margin: 0; }
.bill-toggle label { font-weight: 500; display: flex; flex-direction: row; align-items: center; gap: .4rem; }
.cred-feed {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem 1.2rem;
  margin-bottom: 1.2rem;
}
.cred-feed h2 { margin: .2rem 0 .5rem; font-size: 1.45rem; }
.cred-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1rem;
  margin-top: .8rem;
}
.cred-form button { grid-column: 1 / -1; justify-self: start; }
.cred-feed.is-open { padding: .85rem 1.1rem; }
.section[data-price-page] .wrap { width: min(1320px, 96vw); }
.plan-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.plan-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 22px rgba(10, 42, 107, .05);
}
.plan-card:has(.stream-toggle[aria-expanded="true"]) {
  overflow: visible;
  z-index: 6;
}
.plan-card.is-featured {
  border-color: var(--teal);
  box-shadow: 0 12px 28px rgba(14, 138, 125, .14);
}
.plan-head {
  padding: 1rem 1rem .75rem;
  background: linear-gradient(180deg, #f4f8fb 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
  min-height: 7.4rem;
}
.plan-metal {
  display: inline-block;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  padding: .2rem .55rem;
}
.plan-metal[data-metal="silver"] { background: #6b7280; color: #fff; }
.plan-metal[data-metal="gold"] { background: #c9a227; color: #3d2e00; }
.plan-metal[data-metal="diamond"] { background: #38bdf8; color: #082f49; }
.plan-metal[data-metal="platinum"] { background: #334155; color: #e2e8f0; }
.plan-metal[data-metal="custom"] { background: #7c3aed; color: #fff; }
.plan-card h2 { margin: .45rem 0 .2rem; font-size: 1.7rem; line-height: 1.1; }
.plan-for { font-size: .78rem; color: var(--teal); font-weight: 600; margin: 0; min-height: 2.4em; }
.plan-blurb {
  font-size: .8rem;
  color: var(--muted);
  margin: 0;
  padding: .7rem 1rem 0;
  min-height: 4.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.plan-chip {
  margin: .55rem 1rem 0;
  font-size: .72rem;
  font-weight: 700;
  color: #14532d;
  background: #ecfdf5;
  border-radius: 999px;
  padding: .22rem .55rem;
  width: fit-content;
}
.stream-pick {
  margin: .55rem 1rem 0;
  position: relative;
}
.stream-label {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: .28rem;
}
.stream-pick select,
.stream-toggle {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: .5rem;
  background: #fff;
  padding: .4rem .55rem;
  font: inherit;
  font-size: .78rem;
  text-align: left;
  cursor: pointer;
}
.stream-combo { position: relative; }
.stream-toggle[aria-expanded="true"] { border-color: var(--teal); }
.stream-menu {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: calc(100% + .28rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .55rem;
  box-shadow: 0 10px 24px rgba(10, 42, 107, .12);
  padding: .4rem .45rem;
  display: grid;
  gap: .2rem;
}
.stream-menu[hidden] { display: none; }
.stream-menu label {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .76rem;
  padding: .22rem .2rem;
  color: var(--ink);
}
.stream-hint {
  margin: .35rem 0 0;
  font-size: .68rem;
  color: var(--muted);
  line-height: 1.35;
  min-height: 2.1em;
}
.price-board {
  margin: .75rem 1rem 0;
  min-height: 16.6rem;
}
.price-locked, .price-open {
  min-height: 16.6rem;
  font-size: .84rem;
  color: var(--muted);
  background: #f4f7fb;
  border-radius: .7rem;
  padding: .7rem .7rem .75rem;
}
.price-open { display: none; color: inherit; background: transparent; padding: 0; }
.plan-grid.is-open .price-locked { display: none; }
.plan-grid.is-open .price-open { display: grid; gap: .55rem; }
.price-block {
  border-radius: .7rem;
  padding: .55rem .65rem .6rem;
  min-height: 5.6rem;
}
.price-block.is-fixed {
  background: #e8f1fb;
  border: 1px solid #9db8d9;
}
.price-block.is-patient {
  min-height: 7.4rem;
  background: #fff4e5;
  border: 1px solid #e0b36a;
}
.price-block h3 {
  margin: 0 0 .4rem;
  font-family: Outfit, sans-serif;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.price-block.is-fixed h3 { color: #0a2a6b; }
.price-block.is-patient h3 { color: #9a5b00; }
.price-block.is-fixed .price-list li { border-bottom-color: #c5d4e8; color: #3d4f66; }
.price-block.is-patient .price-list li { border-bottom-color: #ecd4a4; color: #6b4e1e; }
.price-block.is-fixed .price-list strong { color: #0a2a6b; }
.price-block.is-patient .price-list strong { color: #9a5b00; }
.plan-actions .btn.patient {
  background: #fff4e5;
  border-color: #e0b36a;
  color: #7a4300;
}
.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .32rem;
}
.price-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: .4rem;
  font-size: .78rem;
  color: var(--muted);
  border-bottom: 1px dashed #d9e2ec;
  padding-bottom: .28rem;
}
.price-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.price-list strong {
  color: var(--navy);
  font-size: .92rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.plan-extra {
  margin: 0;
  min-height: 1.4em;
  font-size: .72rem;
  color: var(--muted);
  text-align: center;
}
.plan-actions {
  display: grid;
  gap: .4rem;
  margin-top: auto;
  padding: .85rem 1rem 1rem;
  border-top: 1px solid var(--line);
  background: #fbfcfe;
}
.plan-actions .btn { margin-top: 0; width: 100%; text-align: center; cursor: pointer; font-size: .82rem; padding: .55rem .7rem; }
.plan-bullets {
  list-style: none;
  margin: .7rem 1rem 0;
  padding: .65rem .7rem;
  display: grid;
  gap: .26rem;
  flex: 1;
  background: #fafbfc;
  border: 1px solid var(--line);
  border-radius: .7rem;
}
.plan-bullets li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: .35rem;
  font-size: .72rem;
  line-height: 1.3;
  color: var(--muted);
}
.plan-bullets li.on { color: #14532d; }
.plan-bullets li.off { color: #9f1239; }
.plan-bullets li span { font-weight: 800; }
.price-modal {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(7, 20, 39, .45);
  display: grid; place-items: center; padding: 1rem;
}
.price-modal[hidden] { display: none; }
.price-modal-card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 1rem;
  padding: 1.2rem 1.2rem 1.3rem;
  position: relative;
  max-height: 90vh;
  overflow: auto;
}
.quote-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: .2rem;
}
.quote-actions .btn { width: 100%; text-align: center; margin-top: 0; cursor: pointer; }
.price-modal-x {
  position: absolute; top: .5rem; right: .7rem;
  border: 0; background: none; font-size: 1.5rem; cursor: pointer;
}
.compare th[scope="col"]:first-child { text-align: left; min-width: 12rem; }
.price-note { font-size: .82rem; color: var(--muted); margin-top: 1.1rem; }
.price-gst-note {
  margin-top: 1.35rem;
  padding: .85rem 1.1rem;
  border: 1px solid #f3d39a;
  border-radius: .7rem;
  background: #fff8eb;
  color: #7a4a00;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.45;
}
.table-scroll { overflow-x: auto; }
.compare { width: 100%; border-collapse: collapse; background: #fff; border-radius: .8rem; overflow: hidden; }
.compare th, .compare td { padding: .7rem .65rem; border-bottom: 1px solid var(--line); text-align: center; font-size: .88rem; }
.compare th[scope="row"], .compare thead th:first-child { text-align: left; font-weight: 600; }
.tick { color: #15803d; font-weight: 800; font-size: 1.15rem; }
.cross { color: #b91c1c; font-weight: 800; font-size: 1.05rem; }

@media (max-width: 980px) {
  .grid-3, .soft-grid, .grid-2, .foot-grid, .sitemap-cols { grid-template-columns: 1fr; }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }
  .menu {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: .6rem 6vw 1.2rem;
    border-bottom: 1px solid var(--line);
    max-height: min(78vh, 640px);
    overflow: auto;
    z-index: 30;
  }
  .menu.open { display: flex; }
  .menu li { width: 100%; }
  .menu a, .menu button { display: block; width: 100%; text-align: left; padding: .7rem 0; min-height: 44px; }
  .menu .cta { text-align: center; }
  .has-sub ul { position: static; display: grid; box-shadow: none; border: 0; padding: 0 0 .4rem 0.8rem; }
  .hero-page { min-height: 42vh; }
  .hero-page .inner { padding: 4.5rem 6vw 2rem; }
  .hero-page.flyer-hero { min-height: 36vh; }
  .product-split { grid-template-columns: 1fr; }
  .product-shot { max-height: 300px; }
  .product-hero .inner { padding: 4.6rem 0 1.8rem; }
  .section { padding: 2.6rem 0; }
  .top-bar { font-size: .7rem; padding: .35rem 4vw; flex-wrap: wrap; }
  .top-bar-end { width: 100%; }
  .locale-switch { width: 100%; flex-wrap: wrap; }
  .nav { padding: .55rem 4vw; }
  .wrap { width: min(1180px, 94vw); }
  .bot-launch { right: max(0.7rem, env(safe-area-inset-right)); bottom: max(0.7rem, env(safe-area-inset-bottom)); }
  .bot-panel { right: max(0.5rem, env(safe-area-inset-right)); bottom: 5.2rem; width: min(380px, calc(100vw - 1rem)); }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-line li:not(:last-child)::after { content: ""; margin: 0; }
  .home-brand { grid-template-columns: 1fr; }
  .home-mark { max-height: 90px; max-width: 180px; width: auto; }
  .product-windows {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .4rem;
    -webkit-overflow-scrolling: touch;
  }
  .pwin { min-width: 132px; scroll-snap-align: start; }
  .os-body { grid-template-columns: 1fr; min-height: 0; }
  .slide-caption { border-left: 0; border-top: 1px solid var(--line); }
  .os-screen { height: min(38vh, 320px); min-height: 200px; }
  .home-slider { padding: 0 .2rem; }
  .slider-edge { width: 36px; height: 36px; }
  .cap-strip img { max-height: 70px; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .cred-form { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .top-bar span:first-child { display: none; }
  .brand small { display: none; }
  .brand-mark { height: 40px; max-width: 132px; }
  .hero-slider, .slide { min-height: 0; }
  .btn { width: 100%; text-align: center; }
  .hero-actions .btn, .slide-copy .btn, .slide-caption .btn { width: auto; }
  .flyer-sheet { border-radius: .5rem; }
  .prose h2 { font-size: 1.55rem; }
  .center .serif { font-size: 1.7rem !important; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .bot-log { height: 220px; }
  .plan-grid { grid-template-columns: 1fr; }
  .price-toolbar .btn, .plan-card .btn { width: 100%; }
  .product-gallery { grid-template-columns: 1fr; }
  .quote-actions { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .module-grid { grid-template-columns: 1fr; }
  .dots { left: 4vw; }
}

