:root {
  --navy: #003850;
  --blue: #003850;
  --teal: #3CBEB0;
  --teal-dark: #003850;
  --white: #ffffff;
  --ink: #061621;
  --muted: #64707c;
  --soft: #e8f0f3;
  --pale: #cbd8de;
  --shadow: 0 24px 70px rgba(0, 56, 80, .20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7,24,39,.08);
}
.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.35px;
  font-size: 20px;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 80, 120, .16);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 750;
  color: #29445b;
}
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white !important;
}

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 83% 10%, rgba(45, 212, 191, 0.28), transparent 30%),
    radial-gradient(circle at 10% 38%, rgba(37, 99, 235, 0.24), transparent 30%),
    linear-gradient(135deg, #001f3f 0%, #003a5f 47%, #006f7c 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, transparent 56%, rgba(255,255,255,0.07) 56.5%, transparent 72%),
    radial-gradient(circle at 88% 38%, rgba(255,255,255,0.10), transparent 18%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 76px;
  width: 300px;
  height: 300px;
  border: 18px solid rgba(255,255,255,0.07);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(45,212,191,0.20);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 78px;
  display: block;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-weight: 850;
  margin-bottom: 26px;
}
.kicker img {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}
h1 {
  margin: 0;
  font-size: clamp(50px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -3.6px;
  font-weight: 930;
}
h1 span {
  display: block;
  background: linear-gradient(90deg, #38bdf8, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p {
  max-width: 760px;
  margin: 30px 0 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.42;
  color: rgba(255,255,255,.84);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: #06233d;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}
.button.secondary {
  color: white;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.button.disabled {
  color: rgba(6,35,61,.72);
  background: rgba(255,255,255,.86);
  cursor: default;
}
.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 760;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(45,212,191,.75);
}

.hero-shot {
  width: 300px;
  max-width: 100%;
  justify-self: end;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 24px 56px rgba(0,0,0,.28);
  transform: rotate(1.2deg);
}
.hero-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
}
.section.soft {
  width: 100%;
  background: var(--soft);
  padding: 76px 0;
}
.section.soft > .section-inner,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.section-kicker {
  color: var(--teal-dark);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-title {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -1.8px;
  font-weight: 920;
  color: var(--ink);
}
.section-text {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.48;
  color: var(--muted);
}
.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.feature {
  min-height: 190px;
  padding: 24px 22px;
  border-radius: 26px;
  background: white;
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 18px 45px rgba(4,20,38,.08);
}
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  background: linear-gradient(135deg,#1689ff,#18c8bd);
  box-shadow: 0 12px 24px rgba(0,0,0,.10);
}
.feature-icon svg { width: 25px; height: 25px; stroke: white; }
.feature strong {
  display: block;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.3px;
  margin-bottom: 9px;
}
.feature span {
  display: block;
  font-size: 15px;
  line-height: 1.38;
  color: var(--muted);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
  align-items: start;
}
.gallery-card {
  overflow: hidden;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 20px 50px rgba(4,20,38,.10);
}
.gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  background: #f7fbff;
}
.gallery-caption {
  padding: 20px 22px 24px;
}
.gallery-caption strong {
  display: block;
  font-size: 21px;
  letter-spacing: -.4px;
  margin-bottom: 8px;
}
.gallery-caption span {
  display: block;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.4;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.step {
  padding: 28px;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 18px 45px rgba(4,20,38,.08);
}
.step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg,#1689ff,#18c8bd);
  color: white;
  font-weight: 900;
}
.step strong {
  display: block;
  font-size: 22px;
  letter-spacing: -.4px;
  margin-bottom: 8px;
}
.step span {
  display: block;
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--muted);
}
.cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 46px;
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 85% 20%,rgba(45,212,191,.22),transparent 28%),
    linear-gradient(135deg,#001f3f,#00707c);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta h2 {
  margin: 0;
  font-size: clamp(30px,4vw,48px);
  line-height: 1.04;
  letter-spacing: -1.4px;
}
.cta p {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
  max-width: 650px;
}
.page-hero {
  color: white;
  background:
    radial-gradient(circle at 80% 10%,rgba(45,212,191,.22),transparent 30%),
    linear-gradient(135deg,#001f3f 0%,#006f7c 100%);
}
.page-hero-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
}
.page-hero h1 { font-size: clamp(42px,6vw,76px); }
.page-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  font-size: 21px;
  line-height: 1.45;
}
.content {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 80px;
}
.content h2 {
  margin: 34px 0 10px;
  font-size: 28px;
  letter-spacing: -.6px;
}
.content p,
.content li {
  color: #3e5368;
  line-height: 1.7;
  font-size: 17px;
}
.content ul { padding-left: 22px; }
.support-card {
  border: 1px solid rgba(7,24,39,.08);
  border-radius: 28px;
  padding: 28px;
  background: white;
  box-shadow: 0 18px 45px rgba(4,20,38,.08);
  margin: 22px 0;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}
.footer {
  border-top: 1px solid rgba(7,24,39,.08);
  background: #ffffff;
}
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}
.footer a {
  color: var(--muted);
  text-decoration: none;
  margin-left: 18px;
}
.footer a:hover { color: var(--blue); }

@media (max-width: 980px) {
  .nav { min-height: 68px; }
  .nav-links { gap: 14px; font-size: 14px; }
  .hero-inner { grid-template-columns: 1fr; padding: 58px 0; }
  .hero-shot { width: 280px; justify-self: start; transform: none; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery, .steps, .cta, .support-grid { grid-template-columns: 1fr; }
  h1 { letter-spacing: -2.4px; }
}
@media (max-width: 620px) {
  .brand span { display: none; }
  .nav-links { gap: 10px; }
  .nav-cta { display: none; }
  .features { grid-template-columns: 1fr; }
  .hero-shot { width: 240px; }
  .cta { padding: 30px; }
}

.announcement {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 800;
}
.announcement::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 14px rgba(45,212,191,.75);
}
.use-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.use-case {
  padding: 26px;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 18px 45px rgba(4,20,38,.08);
}
.use-case strong {
  display: block;
  font-size: 22px;
  letter-spacing: -.4px;
  margin-bottom: 9px;
}
.use-case span {
  display: block;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}
.seo-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.seo-pill {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.35;
}
.seo-pill strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .use-cases, .seo-strip { grid-template-columns: 1fr; }
}


.hero-inner > div:first-child {
  max-width: 890px;
}


.faq {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid rgba(7,24,39,.08);
  border-radius: 20px;
  background: white;
  box-shadow: 0 14px 34px rgba(4,20,38,.06);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -.25px;
  list-style: none;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg,#1689ff,#18c8bd);
  font-size: 22px;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #3e5368;
  line-height: 1.65;
  font-size: 16.5px;
}

.response-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  margin-top: 12px;
  border-radius: 18px;
  background: #eef9f8;
  color: #07525b;
  font-weight: 800;
}

.response-note::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #20d6c5;
  box-shadow: 0 0 14px rgba(32,214,197,.6);
}


/* v8 homepage polish */
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 86px;
  display: block;
  text-align: center;
}

.hero-inner > div:first-child {
  max-width: 930px;
  margin: 0 auto;
}

.kicker {
  justify-content: center;
}

.hero p {
  margin-left: auto;
  margin-right: auto;
}

.actions {
  justify-content: center;
}

.proof {
  justify-content: center;
}

.section-kicker,
.section-title,
.section-text {
  text-align: center;
}

.section-text {
  margin-left: auto;
  margin-right: auto;
}

.cta {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.cta p {
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption {
  text-align: center;
}

.step {
  text-align: center;
}

.step-num {
  margin-left: auto;
  margin-right: auto;
}

/* refined support FAQ */
.faq-pro {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.faq-pro details {
  border: 1px solid rgba(7,24,39,.10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(4,20,38,.055);
  overflow: hidden;
}

.faq-pro summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.2px;
  list-style: none;
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.faq-pro summary::-webkit-details-marker {
  display: none;
}

.faq-pro summary::after {
  content: "Expand";
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .2px;
  color: var(--teal-dark);
  background: #eef9f8;
  border: 1px solid rgba(0,112,124,.14);
  padding: 8px 11px;
  border-radius: 999px;
}

.faq-pro details[open] summary {
  border-bottom: 1px solid rgba(7,24,39,.07);
}

.faq-pro details[open] summary::after {
  content: "Close";
}

.faq-pro details p {
  margin: 0;
  padding: 20px 24px 24px;
  color: #3e5368;
  line-height: 1.7;
  font-size: 16.5px;
}

.support-intro {
  max-width: 760px;
  margin: 0 0 24px;
  color: #3e5368;
  line-height: 1.7;
  font-size: 17px;
}

.support-card.highlight {
  background: linear-gradient(135deg, #f7fbff, #eef9f8);
  border-color: rgba(0,112,124,.12);
}

.site-note {
  width: min(1180px, calc(100% - 40px));
  margin: -36px auto 76px;
  padding: 24px 28px;
  border-radius: 28px;
  background: #f3f8fb;
  border: 1px solid rgba(7,24,39,.08);
  color: #3e5368;
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
}

.site-note strong {
  color: var(--ink);
}

@media (max-width: 620px) {
  .faq-pro summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .faq-pro summary::after {
    justify-self: start;
  }
}


/* v9 refined FAQ arrows */
.faq-pro summary::after {
  content: "⌄";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: var(--teal-dark);
  background: #eef9f8;
  border: 1px solid rgba(0,112,124,.14);
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  transition: transform .18s ease;
}

.faq-pro details[open] summary::after {
  content: "⌄";
  transform: rotate(180deg);
}

/* v9 homepage hero fixes */
.hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 212, 191, 0.25), transparent 34%),
    radial-gradient(circle at 18% 62%, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at 85% 66%, rgba(32, 214, 197, 0.18), transparent 30%),
    linear-gradient(135deg, #001b36 0%, #003254 45%, #006875 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 88px;
  display: block;
  text-align: center;
}

.hero-inner > div:first-child {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(46px, 6.8vw, 84px);
  line-height: 1;
  letter-spacing: -3px;
}

.hero p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.site-note {
  margin: 0 auto 76px;
}

/* Header background update */
.site-header {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(243,248,251,.94));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,112,124,.12);
  box-shadow: 0 8px 24px rgba(4,20,38,.04);
}

/* Avoid decorative elements visually covering hero text */
.hero::after {
  opacity: .45;
  right: 3%;
  top: 120px;
}

.hero::before {
  opacity: .75;
}


/* v10 refinements */
.site-header {
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 6px 20px rgba(4,20,38,.035);
}

.hero-inner {
  padding-top: 124px;
  padding-bottom: 92px;
}

.hero::before {
  opacity: .45;
}

.hero::after {
  display: none;
}

.faq-pro summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--teal-dark);
  border-bottom: 3px solid var(--teal-dark);
  transform: rotate(45deg);
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
  transition: transform .18s ease;
}

.faq-pro details[open] summary::after {
  content: "";
  transform: rotate(225deg);
}

.faq-pro summary {
  padding: 22px 26px;
}

.faq-pro details p {
  padding: 20px 26px 24px;
}

.support-card.highlight {
  margin-bottom: 34px;
}

@media (max-width: 620px) {
  .hero-inner {
    padding-top: 92px;
  }
}


/* v11 spacing and homepage CTA cleanup */
.hero + .hero {
  padding-bottom: 34px !important;
}

.seo-strip {
  padding-top: 18px;
  padding-bottom: 18px;
}

.site-note {
  margin: 36px auto 48px !important;
  padding: 22px 28px;
}

.section.soft {
  padding-top: 58px;
}

.hero + .hero + .site-note + .section.soft {
  padding-top: 58px;
}

.actions {
  justify-content: center;
}

.hero .actions {
  margin-bottom: 0;
}

/* Make the info strip feel connected instead of leaving a large blank white gap */
.site-note + .section.soft {
  margin-top: 0;
}

/* Slightly tighter homepage rhythm */
.section {
  padding-top: 64px;
  padding-bottom: 64px;
}


/* v12 cache + spacing refinements */

/* Give the "Who it helps" section more breathing room from the section above. */
.section.soft + .section.soft {
  padding-top: 96px !important;
}

/* Specifically polish the Who It Helps block, which currently has inline padding-top: 0. */
.section.soft[style*="padding-top: 0"] {
  padding-top: 96px !important;
  padding-bottom: 82px !important;
}

/* Add more space under the App Highlights gallery/cards before the next section starts. */
.gallery {
  margin-bottom: 42px;
}

/* Prevent clipped-looking card shadows at section boundaries. */
.section.soft {
  overflow: visible;
}

/* Make headings feel less cramped. */
.section-kicker + .section-title {
  margin-top: 14px;
}

.section-title + .section-text {
  margin-top: 24px;
}


/* v16 Legal dropdown navigation */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.nav-dropdown-button::after {
  content: "▾";
  font-size: 0.72em;
  margin-left: 6px;
  color: #0f766e;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 10px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 50;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  text-decoration: none;
}

.nav-dropdown-menu a:hover {
  background: #eef7fb;
  color: #0f766e;
}

.nav-dropdown-button[aria-current="page"] {
  color: #0f766e;
}

@media (max-width: 760px) {
  .nav-dropdown-menu {
    right: auto;
    left: 0;
  }
}

/* v16 Legal dropdown navigation - matches original nav structure */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.nav-dropdown-button::after {
  content: "▾";
  font-size: 0.72em;
  margin-left: 6px;
  color: #0f766e;
}

.nav-dropdown-button.active {
  color: #0f766e;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 10px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 50;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  text-decoration: none;
}

.nav-dropdown-menu a:hover {
  background: #eef7fb;
  color: #0f766e;
}

@media (max-width: 760px) {
  .nav-dropdown-menu {
    right: auto;
    left: 0;
  }
}


/* v17 restore simple legal navigation */
.nav-dropdown,
.nav-dropdown-button,
.nav-dropdown-menu {
  all: unset;
}
.nav-dropdown {
  display: none !important;
}


/* v17 legal page consistency */
.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  margin-top: 36px;
}

.legal-content p + h2 {
  margin-top: 40px;
}

/* v18: Terms page uses the exact same visual format as Privacy Policy */
.nav-dropdown,
.nav-dropdown-button,
.nav-dropdown-menu {
  display: none !important;
}

.legal-shell,
.legal-toc,
.legal-hero-clean,
.legal-hero-polished {
  display: none !important;
}

.page-hero + .legal-card {
  max-width: 920px;
  margin: 0 auto 80px;
}

.legal-card h2 {
  margin-top: 34px;
}

.legal-card p + h2 {
  margin-top: 38px;
}


/* v19: make legal pages use the same site typography */
.page-hero,
.page-hero *,
.legal-card,
.legal-card * {
  font-family: inherit !important;
}

.legal-card {
  font-family: inherit !important;
  color: var(--text, #0f172a);
}

.legal-card h2 {
  font-family: inherit !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text, #0f172a);
}

.legal-card p,
.legal-card li,
.legal-card a {
  font-family: inherit !important;
}

.legal-card p,
.legal-card li {
  color: var(--muted, #475569);
  font-size: 1rem;
  line-height: 1.75;
}

.page-hero h1 {
  font-family: inherit !important;
  font-weight: 900;
  letter-spacing: -0.06em;
}


/* v22: homepage top cleanup and matching legal margins */

/* Keep the homepage hero dark, readable, and compact. */
.hero .hero-inner {
  padding-top: 58px !important;
  padding-bottom: 56px !important;
}

.hero h1 {
  max-width: 900px;
}

.hero p {
  margin-top: 22px !important;
}

.hero .actions {
  margin-top: 28px !important;
}

.hero .proof {
  margin-top: 22px !important;
}

/* The old second hero section was replaced with this clean light card row. */
.seo-light-section {
  background: #f8fbfd;
  padding: 38px 0 54px;
  border-bottom: 1px solid rgba(7, 24, 39, 0.06);
}

.seo-strip-light {
  padding: 0 !important;
}

.seo-strip-light .seo-pill {
  background: #ffffff !important;
  border: 1px solid rgba(13, 148, 136, 0.12) !important;
  color: #64748b !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.seo-strip-light .seo-pill strong {
  color: #0f172a !important;
}

/* Make Privacy Policy and Terms of Use use exactly the same margins/content width. */
.page-hero-inner {
  padding-top: 52px !important;
  padding-bottom: 42px !important;
}

.content {
  width: min(860px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding-top: 42px !important;
  padding-bottom: 80px !important;
}

.content h2 {
  margin-top: 34px !important;
}

.content p,
.content li {
  font-family: inherit !important;
}

/* Retire prior legal-card styling from old attempts. Terms now uses .content. */
.legal-card {
  width: min(860px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 42px 0 80px !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}


/* v23: hero top badge/layout refinements */
.hero .kicker {
  margin-bottom: 14px !important;
}

.hero .announcement {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 28px 0 !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.84) !important;
  box-shadow: none !important;
}

.hero .announcement::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(45, 212, 191, 0.75);
  flex: 0 0 auto;
}

.hero .proof .chip {
  white-space: nowrap;
}


/* v24: center and stack the hero title badge area */
.hero-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hero-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hero-top .kicker {
  margin: 0 !important;
}

.hero-top .announcement {
  margin: 0 0 10px 0 !important;
}

.hero-copy .actions,
.hero-copy .proof {
  justify-content: center;
}

.hero-copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.hero-copy .announcement,
.hero-copy .kicker {
  align-self: center;
}


/* v28 App Store and social links */
.nav-cta,
.nav-pill {
  text-decoration: none;
}

.social-follow-section {
  background: #f8fbfd;
  border-top: 1px solid rgba(7,24,39,.06);
  padding: 54px 20px 64px;
}

.social-follow-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(13,148,136,.12);
  box-shadow: 0 18px 45px rgba(4,20,38,.07);
}

.social-follow-inner h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -1.4px;
  color: var(--ink, #071827);
}

.social-follow-inner p:not(.section-kicker) {
  margin: 12px 0 0;
  color: var(--muted, #3e5368);
  font-size: 18px;
  line-height: 1.5;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 auto;
}

.social-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1689ff, #18c8bd);
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22,137,255,.18);
}

@media (max-width: 780px) {
  .social-follow-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
}


/* v29 App Store badge styling */
.app-store-badge {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-height: 62px;
  padding: 12px 18px 12px 60px;
  border-radius: 16px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(0,0,0,.20);
}

.app-store-badge::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='white' d='M318.7 268.7c-.2-52.4 42.8-77.5 44.7-78.7-24.4-35.7-62.4-40.6-75.9-41.2-32.3-3.3-63 19-79.4 19-16.4 0-41.8-18.5-68.8-18-35.4 .5-68.1 20.6-86.3 52.1-36.8 63.8-9.4 158.2 26.4 210 17.5 25.3 38.4 53.8 65.8 52.8 26.4-1.1 36.3-17.1 68.2-17.1 31.9 0 40.8 17.1 68.7 16.5 28.4-.5 46.4-25.8 63.7-51.2 20.1-29.3 28.4-57.7 28.9-59.2-.6-.3-55.4-21.2-55.9-84zM266.6 106.1c14.5-17.6 24.3-42.1 21.6-66.6-20.9 .8-46.2 13.9-61.2 31.5-13.5 15.6-25.3 40.6-22.1 64.6 23.3 1.8 47.1-11.9 61.7-29.5z'/%3E%3C/svg%3E");
}

.app-store-badge .badge-overline {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
  opacity: .9;
}

.app-store-badge .badge-title {
  display: block;
  font-size: 26px;
  font-weight: 760;
  letter-spacing: -.02em;
}

.button.primary.app-store-badge {
  background: #000;
  color: #fff !important;
  padding-right: 22px;
}

.nav-cta.app-store-badge {
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 52px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.nav-cta.app-store-badge .badge-overline {
  font-size: 9px;
}

.nav-cta.app-store-badge .badge-title {
  font-size: 19px;
}

.nav-cta.app-store-badge::before {
  width: 22px;
  height: 27px;
  left: 16px;
}

@media (max-width: 900px) {
  .app-store-badge {
    min-height: 58px;
    padding-left: 56px;
  }
  .app-store-badge .badge-title {
    font-size: 23px;
  }
}

@media (max-width: 700px) {
  .button.primary.app-store-badge {
    width: 100%;
    align-items: flex-start;
  }
  .button.primary.app-store-badge .badge-title {
    font-size: 22px;
  }
}






/* v37 email-only support card */
.email-support-card {
  width: min(860px, calc(100% - 40px));
  margin: 42px auto 72px;
}

.email-support-card p {
  color: #3e5368;
  line-height: 1.7;
  font-size: 17px;
}

.email-support-card a {
  color: var(--teal-dark, #0f766e);
  font-weight: 800;
}


/* v38 App Store screenshot color refresh */
.launch-hero {
  background:
    radial-gradient(circle at 86% 8%, rgba(60, 190, 176, .16), transparent 26%),
    linear-gradient(135deg, #003850 0%, #00475f 100%);
}

.launch-hero::before {
  background:
    linear-gradient(130deg, transparent 0%, transparent 58%, rgba(203,216,222,.13) 58.5%, transparent 72%),
    radial-gradient(circle at 90% 40%, rgba(255,255,255,.09), transparent 18%);
}

.launch-hero h1 span {
  background: linear-gradient(90deg, #ffffff, #3CBEB0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.button.social-button {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.button.social-button:hover {
  background: rgba(255,255,255,.15);
}

.nav-cta {
  background: #003850;
}

.nav-links a:hover,
.footer a:hover {
  color: #003850;
}

.chip .dot,
.announcement::before {
  background: #3CBEB0;
}

.feature-icon,
.step-num {
  background: linear-gradient(135deg, #003850, #3CBEB0) !important;
}

.cta {
  background:
    radial-gradient(circle at 85% 20%, rgba(60,190,176,.20), transparent 28%),
    linear-gradient(135deg,#003850,#00475f) !important;
}

.appstore-section {
  background: #ffffff;
}

.appstore-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.appstore-card {
  background: #e8f0f3;
  border: 1px solid rgba(0,56,80,.10);
  box-shadow: 0 20px 55px rgba(0,56,80,.12);
}

.appstore-card img {
  width: 100%;
  aspect-ratio: 946 / 2048;
  object-fit: cover;
  background: #cbd8de;
}

.appstore-card .gallery-caption {
  background: #ffffff;
  border-top: 1px solid rgba(0,56,80,.08);
}

.appstore-card .gallery-caption strong {
  color: #003850;
}

.social-follow-live {
  background: #e8f0f3;
  border-top: 1px solid rgba(0,56,80,.08);
}

.social-follow-live .social-follow-inner {
  border-color: rgba(0,56,80,.12);
}

.social-buttons a {
  background: #003850 !important;
  box-shadow: 0 14px 30px rgba(0,56,80,.18) !important;
}

.social-buttons a:hover {
  background: #00475f !important;
}

@media (max-width: 980px) {
  .appstore-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .appstore-gallery {
    grid-template-columns: 1fr;
  }
}


/* v46 fix: keep fuller homepage, cleaner hero, social logos in top menu, automatic screenshot carousel */
:root {
  --navy: #003850;
  --blue: #003850;
  --teal: #3CBEB0;
  --teal-dark: #003850;
  --white: #ffffff;
  --ink: #061621;
  --muted: #64707c;
  --soft: #e8f0f3;
  --pale: #cbd8de;
  --shadow: 0 24px 70px rgba(0, 56, 80, .20);
}

.nav {
  width: min(1240px, calc(100% - 40px));
}

.nav-links {
  gap: 16px;
}

.nav-social-link {
  display: none !important;
}

.nav-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-grid !important;
  place-items: center;
  color: #003850 !important;
  background: rgba(0,56,80,.08);
  border: 1px solid rgba(0,56,80,.14);
  text-decoration: none !important;
  flex: 0 0 auto;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.nav-social-icon:hover {
  background: #003850;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.nav-social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.nav-social-icon.facebook-icon svg {
  fill: currentColor;
  stroke: none;
}

/* Make the top look calmer and stop the giant/clipped headline feel */
.launch-hero,
.hero {
  background:
    radial-gradient(circle at 86% 8%, rgba(60,190,176,.14), transparent 26%),
    linear-gradient(135deg, #003850 0%, #00475f 100%) !important;
}

.hero-inner {
  padding: 58px 0 56px !important;
}

.hero-copy {
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero-top {
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.hero h1,
h1 {
  font-size: clamp(42px, 5.4vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -2.4px !important;
}

.hero p {
  max-width: 720px !important;
  margin-top: 22px !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
}

.hero .actions {
  margin-top: 28px !important;
}

.hero .proof {
  margin-top: 22px !important;
}

.nav-cta {
  background: #003850 !important;
}

.nav-links a:hover,
.footer a:hover {
  color: #003850 !important;
}

.feature-icon,
.step-num {
  background: linear-gradient(135deg, #003850, #3CBEB0) !important;
}

.seo-light-section,
.site-note,
.section.soft {
  display: block !important;
}

.v46-carousel-section {
  overflow: hidden;
}

.v46-auto-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 18px;
  margin-top: 30px;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.v46-auto-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: v46AutoScroll 55s linear infinite;
}

.v46-auto-carousel:hover .v46-auto-track {
  animation-play-state: paused;
}

.v46-auto-slide {
  width: 250px;
  flex: 0 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #cbd8de;
  box-shadow: 0 16px 42px rgba(0,56,80,.14);
  border: 1px solid rgba(0,56,80,.10);
}

.v46-auto-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 946 / 2048;
  object-fit: cover;
}

.v46-auto-slide span {
  display: block;
  padding: 14px 16px 16px;
  background: #ffffff;
  color: #003850;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.25px;
}

@keyframes v46AutoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.social-buttons a {
  background: #003850 !important;
  box-shadow: 0 14px 30px rgba(0,56,80,.18) !important;
}

/* Remove any leftover later-version header preview if cached markup appears */
.balanced-hero-preview,
.v44-hero-preview,
.hero-shot {
  display: none !important;
}

@media (max-width: 980px) {
  .nav-social-icon {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    padding: 42px 0 44px !important;
  }

  .hero h1,
  h1 {
    font-size: clamp(38px, 10vw, 54px) !important;
    letter-spacing: -1.6px !important;
  }

  .v46-auto-slide {
    width: 215px;
  }

  .v46-auto-track {
    animation-duration: 65s;
  }
}


/* v47 remove large social callouts/buttons; keep only menu/footer links */
.social-follow-section,
.social-follow-live,
.v44-social-cta,
.v46-social-cta {
  display: none !important;
}

.hero .button.social-button,
.button.social-button {
  display: none !important;
}
