:root {
  color-scheme: light;
  --navy: #00133f;
  --navy-2: #061b49;
  --ink: #111827;
  --muted: #5f6675;
  --soft: #f2f5ef;
  --surface: #fbfcf7;
  --line: #d8e0d5;
  --page-bg: #eef3ec;
  --page-bg-2: #e7efe7;
  --page-surface: #fbfcf7;
  --page-line: #d8e0d5;
  --page-shadow: 0 10px 24px rgba(23, 45, 32, 0.08);
  --page-shadow-deep: 0 18px 48px rgba(13, 31, 35, 0.12);
  --accent: #2f9d66;
  --accent-2: #89d9ad;
  --blue: #0058bc;
  --blue-strong: #0070eb;
  --green: #2fa866;
  --green-soft: #e8f6ee;
  --shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  --radius: 8px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--navy);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 244, 0.9);
  border-bottom: 1px solid rgba(201, 214, 202, 0.78);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 56px));
  min-height: 72px;
  margin: 0 auto;
}

.brand,
.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.brand-icon {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 19, 63, 0.16);
}

.landing-brand-icon {
  box-shadow: none;
}

.nav-links,
.landing-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a,
.landing-links a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.landing-links a:hover,
.landing-links a:focus-visible {
  color: #0c6f49;
}

.nav-links a[aria-current="page"]::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  border-radius: 999px;
  background: rgba(47, 157, 102, 0.5);
  content: "";
}

.nav-pill {
  min-height: 36px !important;
  padding: 0 15px;
  border-radius: var(--radius);
  color: #fff !important;
  background: var(--navy);
}

.menu-toggle,
.landing-menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.landing-menu-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.menu-toggle span:nth-child(1),
.landing-menu-toggle span:nth-child(1) {
  top: 14px;
}

.menu-toggle span:nth-child(2),
.landing-menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3),
.landing-menu-toggle span:nth-child(3) {
  top: 28px;
}

.site-main {
  min-height: calc(100svh - 142px);
}

.page-compact {
  display: grid;
  align-items: center;
  min-height: calc(100svh - 142px);
  padding: 54px 0 64px;
}

.page-hero {
  padding: 54px 0 22px;
  text-align: center;
}

.page-hero h1,
.legal-content h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 740px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.page-copy {
  max-width: 780px;
}

.page-copy.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-copy p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.55;
}

.page-copy.center p {
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.green {
  background: #38a96b;
}

.button.soft {
  border-color: #cdd9ee;
  color: var(--navy);
  background: #f3f7ff;
}

.button.full {
  width: 100%;
}

.site-footer {
  width: 100%;
  margin: 0;
  color: #f7fbf6;
  background:
    linear-gradient(135deg, rgba(23, 55, 34, 0.98) 0%, rgba(47, 81, 58, 0.98) 56%, rgba(12, 31, 23, 0.98) 100%),
    #2f513a;
  border-top: 1px solid rgba(218, 239, 224, 0.2) !important;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: center;
  gap: 20px 36px;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 30px 0;
}

.footer-brand {
  display: grid;
  gap: 9px;
  min-width: 0;
  color: rgba(248, 255, 249, 0.92);
}

.footer-brand a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  object-fit: cover;
}

.footer-brand p,
.footer-bottom {
  margin: 0;
  color: rgba(232, 244, 235, 0.74);
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 22px;
}

.footer-links a {
  color: rgba(248, 255, 249, 0.82);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #d8f7de;
}

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 4px;
}

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 56px));
  min-height: 70px;
  margin: 0 auto;
  color: #374151;
  font-size: 12px;
}

.site-footer p,
.landing-footer p {
  margin: 0;
}

.landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-end;
}

.site-footer a,
.landing-footer a {
  text-decoration: none;
}

.landing-footer a:hover,
.landing-footer a:focus-visible {
  color: var(--blue);
}

.legal-content {
  width: min(500px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-content h1 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4vw, 42px);
}

.legal-content h2 {
  margin: 18px 0 6px;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.25;
}

.legal-content p,
.legal-content li {
  color: #343b49;
  font-size: 13px;
  line-height: 1.52;
}

.legal-content p {
  margin: 0 0 10px;
}

.legal-content ol,
.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.minimal-page,
.legal-page,
.support-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  background:
    radial-gradient(circle at 76% -8%, rgba(118, 184, 143, 0.18), transparent 380px),
    linear-gradient(180deg, var(--page-bg), var(--page-bg-2));
}

.minimal-page .site-main,
.legal-page .site-main,
.support-page .site-main {
  min-height: 0;
}

.minimal-page .site-footer,
.legal-page .site-footer,
.support-page .site-footer {
  border-top: 1px solid rgba(216, 224, 213, 0.88);
}

.web-page {
  display: grid;
  align-items: center;
  padding: 56px 0 68px;
}

.web-section {
  display: grid;
  gap: 28px;
}

.web-section > .page-copy,
.web-section > .content-panel,
.web-section > .support-search,
.web-section > .support-grid,
.web-section > .support-actions {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.web-section > .split-panel {
  width: min(900px, 100%);
}

.page-copy h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
}

.page-copy p {
  color: #465061;
}

.content-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--page-line);
  border-radius: var(--radius);
  background: var(--page-surface);
  box-shadow: var(--page-shadow);
}

.split-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.content-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.16;
}

.content-panel p {
  margin: 10px 0 0;
  color: #465061;
  font-size: 14px;
  line-height: 1.56;
}

.eyebrow {
  margin: 0 0 8px !important;
  color: #24784f !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-list,
.flow-list,
.article-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li,
.article-list li,
.flow-list > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(216, 224, 213, 0.92);
}

.step-list li:first-child,
.article-list li:first-child,
.flow-list > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.step-list li:last-child,
.article-list li:last-child,
.flow-list > div:last-child {
  padding-bottom: 0;
}

.step-list strong,
.article-list strong,
.flow-list dt {
  color: #172033;
  font-size: 14px;
  line-height: 1.34;
}

.step-list span,
.article-list span,
.flow-list dd {
  margin: 0;
  color: #465061;
  font-size: 14px;
  line-height: 1.48;
}

.plan-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.plan-row article {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(216, 224, 213, 0.92);
}

.plan-row h2 {
  font-size: 34px;
}

.check-list.compact {
  margin-top: 0;
}

.legal-page .web-page {
  padding: 38px 0 46px;
}

.legal-content {
  width: min(760px, calc(100% - 40px));
  padding: 30px;
  border: 1px solid var(--page-line);
  border-radius: var(--radius);
  background: var(--page-surface);
  box-shadow: var(--page-shadow);
}

.legal-note {
  padding: 12px 14px;
  border: 1px solid rgba(47, 168, 102, 0.16);
  border-radius: var(--radius);
  background: rgba(47, 168, 102, 0.08);
  color: #284534 !important;
}

.support-shell {
  min-height: 0;
}

.support-title {
  margin: 0 0 26px;
  text-align: center;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.06;
}

.support-search {
  position: relative;
}

.support-search svg {
  position: absolute;
  left: 17px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: #7b8493;
  transform: translateY(-50%);
}

.support-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px 0 48px;
  border: 1px solid var(--page-line);
  border-radius: var(--radius);
  background: var(--page-surface);
  box-shadow: var(--page-shadow);
  color: var(--ink);
  font: inherit;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin: 0;
}

.support-card,
.feature-card,
.plan-card,
.download-card {
  border: 1px solid var(--page-line);
  border-radius: var(--radius);
  background: var(--page-surface);
  box-shadow: var(--page-shadow);
}

.support-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
  text-decoration: none;
}

.support-card svg,
.feature-icon {
  width: 42px;
  height: 42px;
  color: #050b18;
}

.support-card h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.support-card p {
  margin: 0;
  color: #465061;
  font-size: 13px;
  line-height: 1.44;
}

.support-actions {
  max-width: none;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  margin-top: 58px;
}

.feature-card {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.feature-card h2 {
  max-width: 220px;
  margin: 22px 0 10px;
  font-size: 22px;
  line-height: 1.08;
}

.feature-card p {
  max-width: 250px;
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.45;
}

.pricing-shell {
  display: grid;
  align-content: center;
  min-height: calc(100svh - 142px);
  padding: 44px 0 56px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 650px;
  margin: 32px auto 0;
}

.plan-card {
  position: relative;
  padding: 24px;
}

.plan-card.featured {
  background: linear-gradient(135deg, #fff, #f0f4fa);
  border-color: #c9d2e2;
}

.plan-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.plan-card p {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.plan-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.plan-heading h2 {
  margin: 0;
  font-size: 21px;
}

.price {
  font-size: 20px;
  font-weight: 900;
}

.badge {
  position: absolute;
  left: 16px;
  top: -12px;
  padding: 4px 9px;
  border: 1px solid #9ca8ba;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: #374151;
  font-size: 13px;
  line-height: 1.35;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #0f7d4b;
  content: "✓";
  font-weight: 900;
}

.pricing-actions {
  max-width: 300px;
  margin: 30px auto 0;
}

.download-shell {
  padding: 44px 0 62px;
}

.download-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr 0.96fr;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.download-card {
  padding: 22px;
}

.download-card h2 {
  margin: 0;
  font-size: 22px;
}

.download-card p {
  color: var(--muted);
  line-height: 1.55;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #ccd4df;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue-strong);
  outline: 3px solid rgba(0, 112, 235, 0.16);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.subpage-main {
  display: block;
  padding: 58px 0 76px;
}

.subpage-section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.subpage-section + .subpage-section {
  margin-top: 28px;
}

.subpage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.74fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 34px 0;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 10px;
  color: #19734d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2 {
  margin: 0;
  color: #07172e;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.hero-copy p,
.section-heading p {
  max-width: 660px;
  margin: 16px 0 0;
  color: #415064;
  font-size: 17px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel,
.premium-card,
.pricing-card,
.download-card,
.legal-content {
  border: 1px solid rgba(196, 211, 198, 0.86);
  border-radius: var(--radius);
  background: rgba(251, 252, 247, 0.84);
  box-shadow: var(--page-shadow-deep);
  backdrop-filter: blur(16px);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 28px;
  color: #f7fbf8;
  background:
    radial-gradient(circle at 72% 20%, rgba(108, 225, 154, 0.32), transparent 250px),
    linear-gradient(135deg, #061529 0%, #0a2d32 64%, #0d4a3b 100%);
}

.hero-panel::before {
  position: absolute;
  right: -72px;
  top: -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 239, 186, 0.28), transparent 70%);
  content: "";
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.hero-panel p {
  margin: 12px 0 0;
  color: rgba(231, 241, 236, 0.78);
  line-height: 1.55;
}

.button {
  box-shadow: 0 12px 28px rgba(0, 19, 63, 0.13);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.button.secondary {
  border-color: rgba(17, 35, 65, 0.16);
  color: #07172e;
  background: rgba(255, 255, 255, 0.76);
}

.button.ghost {
  border-color: rgba(47, 157, 102, 0.26);
  color: #0b6b48;
  background: rgba(47, 157, 102, 0.08);
  box-shadow: none;
}

.button[aria-disabled="true"] {
  cursor: default;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.premium-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card,
.pricing-card,
.download-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.premium-card h2,
.premium-card h3,
.download-card h2,
.pricing-card h2 {
  margin: 0;
  color: #07172e;
  font-size: 20px;
  line-height: 1.18;
}

.premium-card p,
.download-card p,
.pricing-card p,
.premium-card li,
.download-card li,
.pricing-card li {
  margin: 0;
  color: #46556a;
  font-size: 14px;
  line-height: 1.55;
}

.premium-card ul,
.download-card ul,
.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.numbered-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.numbered-steps li {
  position: relative;
  min-height: 46px;
  padding: 2px 0 0 58px;
  counter-increment: step;
}

.numbered-steps li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(47, 157, 102, 0.28);
  border-radius: 50%;
  color: #0f6f49;
  background: rgba(47, 157, 102, 0.1);
  content: counter(step);
  font-size: 13px;
  font-weight: 900;
}

.numbered-steps strong {
  display: block;
  color: #0f1d33;
  font-size: 14px;
}

.numbered-steps span {
  display: block;
  margin-top: 4px;
  color: #526075;
  font-size: 13px;
  line-height: 1.45;
}

.status-note {
  padding: 14px 16px;
  border: 1px solid rgba(47, 157, 102, 0.22);
  border-radius: var(--radius);
  color: #244734;
  background: rgba(47, 157, 102, 0.09);
  font-size: 13px;
  line-height: 1.5;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-line strong {
  color: #07172e;
  font-size: 44px;
  line-height: 1;
}

.price-line span {
  color: #526075;
  font-weight: 800;
}

.download-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.95) 0%, rgba(56, 94, 63, 0.97) 48%, rgba(33, 68, 48, 0.98) 100%),
    #2f513a;
}

.download-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(235, 255, 225, 0.1) 18.2% 18.6%, transparent 19% 100%),
    linear-gradient(76deg, transparent 0 55%, rgba(235, 255, 225, 0.08) 55.3% 55.7%, transparent 56% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 36%, rgba(18, 54, 36, 0.18));
  content: "";
}

.download-page .site-header {
  background: rgba(43, 83, 55, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.download-page .brand,
.download-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.download-page .brand-icon {
  box-shadow: none;
}

.download-page .nav-links a:hover,
.download-page .nav-links a:focus-visible,
.download-page .nav-links a[aria-current="page"] {
  color: #d9ffdf;
}

.download-page .nav-links a[aria-current="page"]::after {
  background: rgba(231, 255, 231, 0.72);
}

.download-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.download-main {
  display: grid;
  gap: 26px;
  padding: 68px 0 76px;
}

.download-hero,
.download-section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.download-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 42px;
  align-items: center;
  min-height: 560px;
}

.download-hero-copy {
  display: grid;
  align-content: center;
}

.download-page .hero-kicker,
.download-page .section-kicker {
  color: rgba(225, 255, 226, 0.82);
  letter-spacing: 0.08em;
}

.download-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(20, 46, 32, 0.28);
}

.download-hero-copy > p {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(242, 255, 244, 0.8);
  font-size: 18px;
  line-height: 1.58;
}

.download-actions {
  display: grid;
  gap: 12px;
  width: min(100%, 390px);
  margin-top: 32px;
}

.download-page .button {
  appearance: none;
  font: inherit;
}

.download-primary {
  min-height: 66px;
  border-color: rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  color: #173522;
  background: rgba(245, 255, 247, 0.94);
  box-shadow: 0 22px 48px rgba(13, 43, 27, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.download-primary.is-disabled {
  cursor: not-allowed;
}

.download-primary.is-disabled:hover,
.download-primary.is-disabled:focus-visible {
  transform: none;
}

.download-support {
  color: rgba(242, 255, 244, 0.8);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.download-pending-note {
  max-width: 430px !important;
  margin-top: 14px !important;
  color: rgba(242, 255, 244, 0.64) !important;
  font-size: 13px !important;
}

.download-hero-visual {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  min-width: 0;
  margin: 0;
}

.download-hero-visual::before {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 26px;
  height: 52px;
  border-radius: 50%;
  background: rgba(167, 230, 178, 0.28);
  filter: blur(24px);
  content: "";
}

.download-macbook {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
}

.download-macbook-lid {
  padding: 14px;
  border: 1px solid rgba(242, 255, 244, 0.28);
  border-radius: 22px 22px 12px 12px;
  background: linear-gradient(180deg, #111a17, #050807);
  box-shadow: 0 34px 70px rgba(7, 37, 22, 0.34);
}

.download-macbook-screen {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  place-items: center;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(220, 255, 224, 0.26);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(145deg, #315f41, #203f2c 58%, #2f5b3b);
  overflow: hidden;
}

.download-macbook-screen img {
  width: clamp(58px, 11vw, 92px);
  height: clamp(58px, 11vw, 92px);
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(12, 35, 21, 0.3));
}

.download-macbook-screen strong {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  text-shadow: 0 12px 28px rgba(14, 38, 24, 0.34);
}

.download-macbook-base {
  width: 108%;
  height: 18px;
  margin: -2px 0 0 -4%;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #e8eee6, #88938b 56%, #cdd6cf);
  box-shadow: 0 18px 34px rgba(8, 35, 20, 0.28);
}

.download-hero-visual figcaption {
  position: relative;
  z-index: 1;
  color: rgba(242, 255, 244, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.download-page .section-heading h2,
.download-glass-card h2 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.download-page .section-heading p {
  color: rgba(242, 255, 244, 0.76);
}

.download-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  counter-reset: download-step;
  list-style: none;
}

.download-steps li,
.download-glass-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.18);
  backdrop-filter: blur(22px);
}

.download-steps li {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 20px;
  counter-increment: download-step;
}

.download-steps li::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(220, 255, 224, 0.34);
  border-radius: var(--radius);
  color: #173522;
  background: rgba(232, 255, 232, 0.86);
  content: counter(download-step);
  font-size: 13px;
  font-weight: 900;
}

.download-steps strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
}

.download-steps span,
.download-glass-card p,
.requirements-list span {
  color: rgba(242, 255, 244, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.download-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
}

.download-glass-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.coming-soon-state {
  display: grid;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(220, 255, 224, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
}

.coming-soon-state span {
  color: rgba(235, 255, 238, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-soon-state strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.requirements-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.requirements-list li {
  display: grid;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.requirements-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.requirements-list strong {
  color: #fff;
}

.dmg-status-section {
  margin-top: -4px;
}

.dmg-status-card {
  border-color: rgba(220, 255, 224, 0.34);
  background: rgba(246, 255, 247, 0.1);
}

.learn-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.95) 0%, rgba(56, 94, 63, 0.97) 48%, rgba(33, 68, 48, 0.98) 100%),
    #2f513a;
}

.learn-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 16%, rgba(235, 255, 225, 0.09) 16.2% 16.6%, transparent 17% 100%),
    linear-gradient(78deg, transparent 0 58%, rgba(235, 255, 225, 0.08) 58.3% 58.7%, transparent 59% 100%),
    radial-gradient(circle at 80% 10%, rgba(223, 255, 207, 0.14), transparent 310px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 38%, rgba(18, 54, 36, 0.18));
  content: "";
}

.learn-page .site-header {
  background: rgba(43, 83, 55, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.learn-page .brand,
.learn-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.learn-page .brand-icon {
  box-shadow: none;
}

.learn-page .nav-links a:hover,
.learn-page .nav-links a:focus-visible,
.learn-page .nav-links a[aria-current="page"] {
  color: #d9ffdf;
}

.learn-page .nav-links a[aria-current="page"]::after {
  background: rgba(231, 255, 231, 0.72);
}

.learn-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.learn-main {
  display: grid;
  gap: 26px;
  padding: 70px 0 76px;
}

.learn-hero,
.learn-section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.learn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 28px;
  align-items: stretch;
  min-height: 430px;
}

.learn-hero-copy {
  display: grid;
  align-content: center;
}

.learn-page .hero-kicker,
.learn-page .section-kicker {
  color: rgba(225, 255, 226, 0.82);
  letter-spacing: 0.08em;
}

.learn-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(20, 46, 32, 0.28);
}

.learn-hero-copy > p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(242, 255, 244, 0.8);
  font-size: 18px;
  line-height: 1.58;
}

.learn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.learn-primary {
  min-height: 56px;
  padding: 0 28px;
  border-color: rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  color: #173522;
  background: rgba(245, 255, 247, 0.94);
  box-shadow: 0 22px 48px rgba(13, 43, 27, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.learn-hero-card,
.learn-glass-card,
.control-card,
.learn-final-cta {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.18);
  backdrop-filter: blur(22px);
}

.learn-hero-card {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
}

.learn-hero-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(20, 49, 30, 0.26));
}

.learn-hero-card h2,
.learn-page .section-heading h2,
.learn-glass-card h2,
.learn-final-cta h2,
.control-card h3,
.device-card h3 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.learn-hero-card h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.learn-hero-card p,
.learn-page .section-heading p,
.learn-glass-card p,
.control-card p,
.device-card p {
  color: rgba(242, 255, 244, 0.76);
}

.learn-hero-card p,
.learn-glass-card p,
.control-card p,
.device-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.learn-page .section-heading {
  max-width: 760px;
}

.learn-page .section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

.learn-page .section-heading p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.58;
}

.scenario-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.scenario-list span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(220, 255, 224, 0.28);
  border-radius: var(--radius);
  color: rgba(248, 255, 249, 0.9);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.control-card,
.learn-glass-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.control-card {
  min-height: 210px;
}

.learn-icon {
  width: 42px;
  height: 42px;
  color: rgba(248, 255, 249, 0.95);
}

.learn-icon * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.control-card h3,
.device-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
}

.learn-explain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.learn-glass-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.device-card {
  min-height: 190px;
}

.learn-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
}

.learn-final-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
}

.insights-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.95) 0%, rgba(56, 94, 63, 0.97) 48%, rgba(33, 68, 48, 0.98) 100%),
    #2f513a;
}

.insights-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 19%, rgba(235, 255, 225, 0.09) 19.2% 19.6%, transparent 20% 100%),
    linear-gradient(76deg, transparent 0 57%, rgba(235, 255, 225, 0.08) 57.3% 57.7%, transparent 58% 100%),
    radial-gradient(circle at 82% 12%, rgba(223, 255, 207, 0.14), transparent 330px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 36%, rgba(18, 54, 36, 0.18));
  content: "";
}

.insights-page .site-header {
  background: rgba(43, 83, 55, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.insights-page .brand,
.insights-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.insights-page .brand-icon {
  box-shadow: none;
}

.insights-page .nav-links a:hover,
.insights-page .nav-links a:focus-visible,
.insights-page .nav-links a[aria-current="page"] {
  color: #d9ffdf;
}

.insights-page .nav-links a[aria-current="page"]::after {
  background: rgba(231, 255, 231, 0.72);
}

.insights-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.insights-main {
  display: grid;
  gap: 28px;
  padding: 70px 0 76px;
}

.insights-hero,
.insights-section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.insights-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 42px;
  align-items: center;
  min-height: 520px;
}

.insights-hero-copy {
  display: grid;
  align-content: center;
}

.insights-page .hero-kicker,
.insights-page .section-kicker {
  color: rgba(225, 255, 226, 0.82);
  letter-spacing: 0.08em;
}

.insights-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(20, 46, 32, 0.28);
}

.insights-hero-copy p {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(242, 255, 244, 0.8);
  font-size: 18px;
  line-height: 1.58;
}

.insights-hero-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  isolation: isolate;
}

.insights-hero-cards::before {
  position: absolute;
  inset: 12% 6% 8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 240, 192, 0.22), rgba(83, 153, 101, 0.12) 48%, transparent 72%);
  filter: blur(24px);
  content: "";
}

.insights-floating-card {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(246, 255, 247, 0.1);
  box-shadow: 0 26px 68px rgba(10, 42, 25, 0.22);
  backdrop-filter: blur(22px);
}

.insights-floating-card:nth-child(1) {
  transform: translate(8px, 22px);
}

.insights-floating-card:nth-child(2) {
  transform: translate(-4px, -8px);
}

.insights-floating-card:nth-child(3) {
  transform: translate(28px, 0);
}

.insights-floating-card:nth-child(4) {
  transform: translate(-12px, 20px);
}

.insights-floating-card h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.insights-floating-card p {
  margin: 0;
  color: rgba(242, 255, 244, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.insights-page .section-heading {
  max-width: 720px;
}

.insights-page .section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.insights-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.insight-guide-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.18);
  backdrop-filter: blur(22px);
}

.insight-icon {
  width: 44px;
  height: 44px;
  color: rgba(248, 255, 249, 0.95);
}

.insight-icon * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.insight-guide-card h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.insight-guide-card p {
  margin: 0;
  color: rgba(242, 255, 244, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.support-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.95) 0%, rgba(56, 94, 63, 0.97) 48%, rgba(33, 68, 48, 0.98) 100%),
    #2f513a;
}

.support-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(235, 255, 225, 0.09) 18.2% 18.6%, transparent 19% 100%),
    linear-gradient(76deg, transparent 0 58%, rgba(235, 255, 225, 0.08) 58.3% 58.7%, transparent 59% 100%),
    radial-gradient(circle at 82% 14%, rgba(223, 255, 207, 0.15), transparent 330px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 36%, rgba(18, 54, 36, 0.18));
  content: "";
}

.support-page .site-header {
  background: rgba(43, 83, 55, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.support-page .brand,
.support-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.support-page .brand-icon {
  box-shadow: none;
}

.support-page .nav-links a:hover,
.support-page .nav-links a:focus-visible,
.support-page .nav-links a[aria-current="page"] {
  color: #d9ffdf;
}

.support-page .nav-links a[aria-current="page"]::after {
  background: rgba(231, 255, 231, 0.72);
}

.support-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.support-main {
  display: grid;
  gap: 26px;
  padding: 72px 0 76px;
}

.support-hero,
.support-section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.support-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.support-page .hero-kicker,
.support-page .section-kicker {
  color: rgba(225, 255, 226, 0.82);
  letter-spacing: 0.08em;
}

.support-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(20, 46, 32, 0.28);
}

.support-hero > p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(242, 255, 244, 0.8);
  font-size: 17px;
  line-height: 1.58;
}

.support-page .support-search {
  width: min(760px, 100%);
  margin-top: 30px;
  text-align: left;
}

.support-page .support-search svg {
  left: 22px;
  width: 25px;
  height: 25px;
  color: rgba(248, 255, 249, 0.88);
}

.support-page .support-search input {
  min-height: 68px;
  padding: 0 24px 0 64px;
  border-color: rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.18);
  backdrop-filter: blur(22px);
  font-size: 18px;
}

.support-page .support-search input::placeholder {
  color: rgba(242, 255, 244, 0.7);
}

.support-page .support-search input:focus {
  border-color: rgba(220, 255, 224, 0.72);
  outline: 3px solid rgba(224, 255, 224, 0.16);
}

.support-page .support-search .search-count {
  margin: 10px 0 0;
  color: rgba(242, 255, 244, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.support-page .support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.support-page .support-card,
.support-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.18);
  backdrop-filter: blur(22px);
}

.support-page .support-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 192px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.support-page .support-card-icon,
.support-page .support-contact-card svg {
  width: 42px;
  height: 42px;
  color: rgba(248, 255, 249, 0.95);
}

.support-page .support-card-icon *,
.support-page .support-contact-card svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.support-page .support-card h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.support-page .support-card p {
  margin: 0;
  color: rgba(242, 255, 244, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.support-page .support-card:hover,
.support-page .support-card:focus-visible,
.support-contact-card:hover,
.support-contact-card:focus-visible {
  border-color: rgba(220, 255, 224, 0.5);
  background: rgba(246, 255, 247, 0.18);
}

.support-contact-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 30px;
  color: inherit;
  text-decoration: none;
}

.support-contact-card .contact-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(220, 255, 224, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.support-contact-card strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.22);
}

.terms-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.95) 0%, rgba(56, 94, 63, 0.97) 48%, rgba(33, 68, 48, 0.98) 100%),
    #2f513a;
}

.terms-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(235, 255, 225, 0.09) 18.2% 18.6%, transparent 19% 100%),
    linear-gradient(76deg, transparent 0 58%, rgba(235, 255, 225, 0.08) 58.3% 58.7%, transparent 59% 100%),
    radial-gradient(circle at 82% 12%, rgba(223, 255, 207, 0.14), transparent 330px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 36%, rgba(18, 54, 36, 0.18));
  content: "";
}

.terms-page .site-header {
  background: rgba(43, 83, 55, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.terms-page .brand,
.terms-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.terms-page .brand-icon {
  box-shadow: none;
}

.terms-page .nav-links a:hover,
.terms-page .nav-links a:focus-visible {
  color: #d9ffdf;
}

.terms-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.terms-page .subpage-main {
  padding: 62px 0 78px;
}

.terms-page .legal-content {
  width: min(920px, calc(100% - 56px));
  padding: 42px;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(250, 255, 250, 0.9);
  box-shadow: 0 28px 76px rgba(13, 42, 27, 0.22);
  backdrop-filter: blur(22px);
}

.terms-page .legal-content header {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(45, 84, 57, 0.16);
}

.terms-page .legal-content .hero-kicker {
  color: #2d6f49;
}

.terms-page .legal-content h1 {
  margin: 0;
  color: #173522;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.terms-page .legal-updated {
  margin: 12px 0 0;
  color: #516858;
  font-size: 14px;
  font-weight: 800;
}

.terms-page .legal-content section {
  padding-top: 6px;
}

.terms-page .legal-content h2 {
  margin: 0 0 8px;
  color: #173522;
  font-size: 21px;
  line-height: 1.22;
}

.terms-page .legal-content p {
  margin: 0;
  color: #34463a;
  font-size: 15px;
  line-height: 1.7;
}

.terms-page .legal-content a {
  color: #0d6f45;
  font-weight: 800;
}

.pricing-page {
  color: #f8fff9;
  background:
    linear-gradient(148deg, rgba(31, 73, 46, 0.94) 0%, rgba(55, 93, 62, 0.96) 48%, rgba(34, 70, 48, 0.98) 100%),
    #2f513a;
}

.pricing-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 22%, rgba(202, 235, 191, 0.08) 22.4% 22.8%, transparent 23.2% 100%),
    linear-gradient(72deg, transparent 0 58%, rgba(237, 255, 229, 0.1) 58.3% 58.6%, transparent 59% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(20, 54, 39, 0.2));
  content: "";
}

.pricing-page .site-header {
  background: rgba(43, 83, 55, 0.48);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.pricing-page .brand,
.pricing-page .nav-links a {
  color: #f8fff9;
  text-shadow: 0 1px 14px rgba(13, 40, 26, 0.28);
}

.pricing-page .brand-icon {
  box-shadow: none;
}

.pricing-page .nav-links a:hover,
.pricing-page .nav-links a:focus-visible,
.pricing-page .nav-links a[aria-current="page"] {
  color: #d9ffdf;
}

.pricing-page .nav-links a[aria-current="page"]::after {
  background: rgba(231, 255, 231, 0.72);
}

.pricing-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.pricing-page .subpage-main {
  padding-top: 70px;
}

.pricing-page .subpage-section + .subpage-section {
  margin-top: 22px;
}

.pricing-page .subpage-hero {
  gap: 24px;
}

.pricing-page .hero-copy {
  min-height: 340px;
}

.pricing-page .hero-kicker,
.pricing-page .section-kicker {
  color: rgba(225, 255, 226, 0.82);
  letter-spacing: 0.08em;
}

.pricing-page .hero-copy h1,
.pricing-page .premium-card h2,
.pricing-page .pricing-card h2 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(20, 46, 32, 0.24);
}

.pricing-page .hero-copy p,
.pricing-page .premium-card p,
.pricing-page .pricing-card p,
.pricing-page .price-line span {
  color: rgba(242, 255, 244, 0.78);
}

.pricing-page .hero-copy p {
  max-width: 620px;
}

.pricing-page .button {
  border-color: rgba(255, 255, 255, 0.38);
  color: #173522;
  background: rgba(245, 255, 247, 0.92);
  box-shadow: 0 18px 42px rgba(13, 43, 27, 0.2);
}

.pricing-page .button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f8fff9;
  background: rgba(255, 255, 255, 0.12);
}

.pricing-page .hero-panel,
.pricing-page .premium-card,
.pricing-page .pricing-card {
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 255, 247, 0.13);
  box-shadow: 0 24px 64px rgba(13, 42, 27, 0.2);
  backdrop-filter: blur(22px);
}

.pricing-page .hero-panel {
  align-content: start;
  gap: 12px;
  min-height: 340px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(45, 84, 57, 0.4);
}

.pricing-page .hero-panel::before {
  display: none;
}

.pricing-page .panel-tree-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(20, 49, 30, 0.26));
}

.pricing-page .hero-panel h2 {
  max-width: 360px;
  color: #fff;
  font-size: 30px;
}

.pricing-page .hero-panel p {
  color: rgba(242, 255, 244, 0.76);
}

.pricing-page .subscription-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.pricing-page .subscription-summary div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
}

.pricing-page .subscription-summary span {
  color: rgba(235, 255, 238, 0.66);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-page .subscription-summary strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
}

.pricing-page .pricing-card {
  min-height: 220px;
  padding: 24px;
}

.pricing-page .pricing-card.featured-plan {
  border-color: rgba(210, 255, 216, 0.58);
  background:
    linear-gradient(145deg, rgba(225, 255, 229, 0.23), rgba(255, 255, 255, 0.12)),
    rgba(246, 255, 247, 0.12);
  box-shadow: 0 28px 70px rgba(8, 50, 28, 0.28);
}

.pricing-page .pricing-card.featured-plan .section-kicker {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(220, 255, 224, 0.5);
  border-radius: var(--radius);
  color: #173522;
  background: rgba(232, 255, 232, 0.86);
  text-shadow: none;
}

.pricing-page .price-line strong {
  color: #fff;
}

.pricing-page .premium-card {
  min-height: 170px;
}

.support-search .search-count {
  margin: 10px 0 0;
  color: #526075;
  font-size: 12px;
  font-weight: 800;
}

.legal-content {
  display: grid;
  gap: 20px;
  width: min(820px, calc(100% - 56px));
  padding: 34px;
}

.legal-content header {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(216, 224, 213, 0.88);
}

.legal-content section {
  display: grid;
  gap: 8px;
}

.legal-content h1 {
  margin: 0;
}

.legal-content h2 {
  margin: 0;
}

.landing-home {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow-x: hidden;
  color: #f7fbf8;
  background:
    radial-gradient(circle at 78% 47%, rgba(92, 214, 143, 0.34) 0, rgba(55, 154, 105, 0.19) 285px, rgba(8, 64, 58, 0.13) 500px, transparent 720px),
    radial-gradient(ellipse at 68% 16%, rgba(54, 137, 106, 0.18) 0, transparent 410px),
    linear-gradient(104deg, #020d23 0%, #051331 40%, #092833 64%, #0d4a3b 84%, #061529 100%);
}

.landing-home::before {
  position: fixed;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(1, 8, 27, 0.58) 0%, rgba(1, 8, 27, 0.26) 42%, transparent 76%),
    radial-gradient(ellipse at 52% 50%, transparent 44%, rgba(0, 8, 28, 0.36) 100%);
  pointer-events: none;
}

.landing-header,
.landing-main,
.landing-footer {
  position: relative;
  z-index: 1;
}

.landing-header {
  z-index: 30;
  background: transparent;
  border: 0;
}

.landing-nav {
  min-height: 92px;
}

.landing-brand,
.landing-links a {
  color: rgba(244, 250, 247, 0.88);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.landing-links a {
  opacity: 0.88;
  transition: color 150ms ease, opacity 150ms ease;
}

.landing-brand {
  font-size: 21px;
}

.landing-brand-icon {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 6px 14px rgba(101, 255, 185, 0.2));
}

.landing-menu-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.landing-links a::after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  border-radius: 999px;
  background: rgba(157, 255, 225, 0.46);
  box-shadow: 0 0 10px rgba(122, 255, 217, 0.18);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 150ms ease, transform 150ms ease;
}

.landing-links a:hover,
.landing-links a:focus-visible {
  color: rgba(193, 255, 227, 0.9);
  opacity: 0.94;
}

.landing-links a:hover::after,
.landing-links a:focus-visible::after {
  opacity: 0.2;
  transform: scaleX(0.68);
}

.landing-main {
  min-height: 0;
  display: grid;
}

.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(540px, 0.99fr) minmax(480px, 1.01fr);
  align-items: center;
  gap: 42px;
  width: min(1156px, calc(100% - 56px));
  min-height: calc(100svh - 162px);
  margin: 0 auto;
  padding: 10px 0 54px;
}

.landing-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding-top: 8px;
  transform: translateY(-20px);
}

.landing-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 47px;
  font-weight: 920;
  line-height: 1.035;
  letter-spacing: 0;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.42), 0 0 28px rgba(216, 255, 236, 0.12);
}

.landing-copy h1 span {
  display: block;
  white-space: nowrap;
}

.landing-copy p {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(229, 239, 235, 0.82);
  font-size: 18px;
  line-height: 1.56;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.landing-button:hover,
.landing-button:focus-visible {
  transform: translateY(-2px);
}

.landing-button-primary {
  min-width: 198px;
  color: #080e1f;
  background: linear-gradient(180deg, #fff 0%, #edf4ef 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.66) inset;
}

.landing-button-secondary {
  min-width: 150px;
  color: rgba(232, 243, 239, 0.8);
  border-color: rgba(185, 231, 215, 0.18);
  background: rgba(255, 255, 255, 0.032);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 0 18px rgba(115, 255, 191, 0.035) inset;
  backdrop-filter: blur(12px);
}

.landing-visual {
  position: relative;
  justify-self: end;
  z-index: 0;
  width: min(52vw, 684px);
  min-width: 535px;
  aspect-ratio: 726 / 624;
  isolation: isolate;
  overflow: visible;
  transform: translate(2px, -2px);
}

.landing-glow,
.landing-laptop-shadow,
.landing-screen-reflection {
  position: absolute;
  pointer-events: none;
}

.landing-glow {
  left: 51%;
  top: 54%;
  z-index: 1;
  width: 126%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 244, 188, 0.24) 0%, rgba(78, 183, 129, 0.16) 35%, rgba(38, 123, 88, 0.09) 62%, rgba(13, 62, 52, 0.04) 80%, transparent 100%);
  content: "";
  filter: blur(30px);
  opacity: 0.72;
  transform: translate(-50%, -50%);
}

.landing-laptop-shadow {
  left: 25%;
  right: 19%;
  bottom: 16%;
  z-index: 2;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 46%, transparent 78%);
  filter: blur(18px);
  transform: translateY(10px);
}

.landing-device-art {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  filter: saturate(0.82) contrast(0.94) brightness(0.92) drop-shadow(0 26px 40px rgba(0, 0, 0, 0.28));
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 58%, rgba(0, 0, 0, 0.84) 70%, transparent 91%);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 58%, rgba(0, 0, 0, 0.84) 70%, transparent 91%);
}

.landing-screen-reflection {
  left: 15%;
  top: 22%;
  z-index: 4;
  width: 68%;
  height: 49%;
  border-radius: 8px;
  background:
    linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.08) 46%, transparent 72%),
    linear-gradient(180deg, rgba(1, 8, 18, 0.16), rgba(1, 8, 18, 0.08));
  filter: blur(0.4px);
  opacity: 0.22;
  mix-blend-mode: multiply;
  transform: rotate(-0.4deg);
}

.landing-footer {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  min-height: 70px;
  color: rgba(229, 238, 244, 0.7);
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.landing-footer a:hover,
.landing-footer a:focus-visible {
  color: rgba(174, 255, 222, 0.95);
}

@media (max-width: 1180px) {
  .landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    min-height: auto;
    padding: 48px 0 56px;
  }

  .landing-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 720px;
  }

  .landing-visual {
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    width: min(100%, 650px);
    min-width: 0;
    height: auto;
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 860px) {
  .wrap,
  .nav-wrap,
  .landing-nav,
  .landing-hero,
  .landing-footer {
    width: min(var(--max), calc(100% - 32px));
  }

  .nav-wrap,
  .landing-nav {
    flex-wrap: wrap;
    align-content: center;
  }

  .menu-open .nav-wrap,
  .menu-open .landing-nav {
    padding-bottom: 10px;
  }

  .menu-toggle,
  .landing-menu-toggle {
    display: block;
  }

  .nav-links,
  .landing-links {
    position: static;
    z-index: 40;
    display: none;
    flex: 0 0 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-height: none;
    gap: 3px;
    overflow-y: auto;
    padding: 7px;
    margin-top: 4px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: var(--radius);
    background: rgba(248, 252, 247, 0.68);
    box-shadow: 0 12px 28px rgba(9, 31, 23, 0.14);
    backdrop-filter: blur(18px) saturate(122%);
    -webkit-backdrop-filter: blur(18px) saturate(122%);
  }

  .landing-links {
    background: rgba(0, 19, 63, 0.52);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 32px rgba(0, 12, 36, 0.22);
  }

  .menu-open .nav-links,
  .menu-open .landing-links {
    display: grid;
  }

  .nav-links a,
  .landing-links a {
    width: 100%;
    min-height: 36px;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.18;
    text-align: center;
  }

  .menu-open .nav-links a {
    color: var(--ink);
    text-shadow: none;
  }

  .menu-open .nav-links a:hover,
  .menu-open .nav-links a:focus-visible,
  .menu-open .nav-links a[aria-current="page"] {
    color: #0c6f49;
    background: rgba(47, 157, 102, 0.12);
  }

  .menu-open .landing-links a {
    color: #f8fff9;
    text-shadow: none;
  }

  .menu-open .landing-links a:hover,
  .menu-open .landing-links a:focus-visible,
  .menu-open .landing-links a[aria-current="page"] {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }

  .menu-open .nav-links a[aria-current="page"]::after,
  .menu-open .landing-links a[aria-current="page"]::after {
    display: none;
  }

  .download-main {
    gap: 22px;
    padding: 44px 0 58px;
  }

  .download-hero,
  .download-section {
    width: min(var(--max), calc(100% - 32px));
  }

  .download-hero,
  .download-info-grid {
    grid-template-columns: 1fr;
  }

  .download-hero {
    gap: 30px;
    min-height: auto;
  }

  .download-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
    overflow-wrap: anywhere;
  }

  .download-hero-copy > p {
    font-size: 16px;
  }

  .download-actions {
    width: 100%;
  }

  .download-steps {
    grid-template-columns: 1fr;
  }

  .download-steps li {
    min-height: auto;
  }

  .requirements-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .learn-main {
    gap: 22px;
    padding: 44px 0 58px;
  }

  .learn-hero,
  .learn-section {
    width: min(var(--max), calc(100% - 32px));
  }

  .learn-hero,
  .learn-explain-grid,
  .device-grid {
    grid-template-columns: 1fr;
  }

  .learn-hero {
    gap: 18px;
    min-height: auto;
  }

  .learn-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
    overflow-wrap: anywhere;
  }

  .learn-hero-copy > p,
  .learn-page .section-heading p {
    font-size: 16px;
  }

  .learn-actions,
  .learn-actions .button,
  .learn-final-cta .button {
    width: 100%;
  }

  .control-grid {
    grid-template-columns: 1fr;
  }

  .control-card,
  .device-card {
    min-height: auto;
  }

  .learn-final-cta {
    display: grid;
  }

  .insights-main {
    gap: 22px;
    padding: 44px 0 58px;
  }

  .insights-hero,
  .insights-section {
    width: min(var(--max), calc(100% - 32px));
  }

  .insights-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }

  .insights-hero-copy h1 {
    font-size: clamp(44px, 13vw, 58px);
    overflow-wrap: anywhere;
  }

  .insights-hero-copy p {
    font-size: 16px;
  }

  .insights-card-grid {
    grid-template-columns: 1fr;
  }

  .insights-hero-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .insights-hero-cards::before {
    inset: 8% 4%;
  }

  .insights-floating-card {
    min-height: auto;
    transform: none !important;
  }

  .insight-guide-card {
    min-height: auto;
  }

  .support-main {
    gap: 22px;
    padding: 44px 0 58px;
  }

  .support-hero,
  .support-section {
    width: min(var(--max), calc(100% - 32px));
  }

  .support-hero {
    justify-items: start;
    text-align: left;
  }

  .support-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    overflow-wrap: anywhere;
  }

  .support-page .support-search {
    width: 100%;
  }

  .support-page .support-grid {
    grid-template-columns: 1fr;
  }

  .support-page .support-card {
    min-height: auto;
  }

  .support-contact-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .terms-page .legal-content {
    width: min(var(--max), calc(100% - 32px));
    padding: 26px;
  }

  .support-grid,
  .feature-grid,
  .plans,
  .download-layout,
  .split-panel,
  .plan-row,
  .subpage-hero,
  .premium-grid,
  .premium-grid.two {
    grid-template-columns: 1fr;
  }

  .subpage-main {
    padding: 42px 0 58px;
  }

  .subpage-section {
    width: min(var(--max), calc(100% - 32px));
  }

  .hero-copy {
    min-height: auto;
    padding: 8px 0 0;
  }

  .hero-copy h1,
  .section-heading h2 {
    font-size: clamp(32px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  .hero-panel {
    min-height: 220px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(var(--max), calc(100% - 32px));
    padding: 28px 0;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .web-page {
    align-items: start;
    padding: 44px 0 58px;
  }

  .content-panel {
    padding: 24px;
  }

  .step-list li,
  .article-list li,
  .flow-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-grid {
    gap: 34px;
    margin-top: 38px;
  }

  .landing-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .landing-footer nav {
    justify-content: flex-start;
  }

  .landing-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .landing-copy h1 {
    width: 100%;
    max-width: 358px;
    font-size: 31px;
    line-height: 1.08;
    text-shadow: 0 7px 18px rgba(0, 0, 0, 0.42), 0 0 20px rgba(255, 255, 255, 0.1);
  }

  .landing-copy h1 span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .landing-copy p {
    width: 100%;
    max-width: 358px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .landing-actions {
    width: 100%;
    max-width: 358px;
  }

  .landing-button {
    width: 100%;
  }

  .landing-footer {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}

@media (max-width: 480px) {
  .page-compact,
  .support-shell,
  .pricing-shell,
  .download-shell {
    padding-top: 34px;
  }

  .support-title,
  .page-hero h1 {
    text-align: left;
  }

  .page-hero p {
    text-align: left;
  }

  .landing-copy h1 {
    font-size: 31px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    justify-content: center;
  }

  .legal-content {
    width: min(100% - 32px, 820px);
    padding: 24px;
  }

  .pricing-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .download-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .learn-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .insights-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .support-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .terms-page .footer-shell {
    width: min(var(--max), calc(100% - 32px));
  }
}
