:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --surface-blue: #eaf3ff;
  --surface-green: #ecf8f3;
  --text: #172033;
  --muted: #5d6b82;
  --line: #d9e2ef;
  --blue: #1769e0;
  --blue-dark: #0d4da8;
  --blue-soft: #e8f1ff;
  --green: #178765;
  --gold: #b7791f;
  --shadow: 0 18px 45px rgba(31, 48, 76, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(23, 105, 224, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(23, 105, 224, 0.03) 1px, transparent 1px),
    var(--bg);
  background-size: 38px 38px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
}

nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible,
nav a[aria-current="page"] {
  color: var(--blue);
}

.store-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue);
}

.store-link:hover,
.store-link:focus-visible {
  color: #ffffff;
  background: var(--blue-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 15px;
  font-size: clamp(1.85rem, 3.2vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.label,
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(23, 105, 224, 0.16), transparent 34%),
    radial-gradient(circle at 22% 84%, rgba(23, 135, 101, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f2f6fb 58%, #e8f1ff 100%);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}

.hero-copy,
.page-hero > * {
  position: relative;
  z-index: 1;
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.device-card {
  width: min(100%, 390px);
  margin-left: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.status-card {
  width: min(100%, 390px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid #b9c9df;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef6ff);
  box-shadow: 0 12px 30px rgba(31, 48, 76, 0.06);
}

.status-card strong,
.status-card span {
  display: block;
}

.status-card strong {
  margin-bottom: 4px;
}

.status-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.device-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.device-top img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.device-top strong,
.device-top span {
  display: block;
}

.device-top span {
  color: var(--muted);
  font-size: 0.92rem;
}

.document-preview {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 105, 224, 0.08), rgba(23, 135, 101, 0.05)),
    var(--surface-soft);
}

.document-sheet {
  min-height: 300px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.document-line {
  height: 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #cfd9e8;
}

.document-line.short {
  width: 54%;
}

.scan-window {
  display: grid;
  place-items: center;
  min-height: 128px;
  margin: 22px 0;
  border: 2px solid var(--green);
  border-radius: 8px;
  color: var(--green);
  background: #f7fcfa;
  font-weight: 850;
}

.tool-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.tool-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
}

.screenshots-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(23, 135, 101, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  border-block: 1px solid var(--line);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.screenshot-card {
  margin: 0;
}

.screenshot-image {
  display: block;
  width: 100%;
  aspect-ratio: 6 / 13;
  border: 1px solid #b9c9df;
  border-radius: 8px;
  background: var(--surface-soft);
  box-shadow: 0 16px 34px rgba(31, 48, 76, 0.08);
}

.screenshot-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
  text-align: center;
}

.professional-strip {
  padding: 22px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-block: 1px solid var(--line);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.strip-grid div {
  padding: 18px;
  background: linear-gradient(145deg, #ffffff, #f3f8ff);
}

.strip-grid strong,
.strip-grid span {
  display: block;
}

.strip-grid strong {
  font-size: 0.98rem;
}

.strip-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.answer-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.answer-summary {
  padding: 26px;
  border: 1px solid #9cb7dc;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  box-shadow: var(--shadow);
}

.answer-summary h2 {
  font-size: clamp(1.8rem, 3vw, 2.85rem);
}

.answer-summary .support-email-heading {
  font-size: 1.55rem;
  line-height: 1.15;
}

.answer-panel > *,
.answer-grid > *,
.faq-list > * {
  min-width: 0;
}

.answer-summary h2,
.faq-list a {
  overflow-wrap: anywhere;
}

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

.answer-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.answer-grid p,
.answer-summary p {
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn,
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.btn.primary,
.button.primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(23, 105, 224, 0.2);
}

.btn.primary:hover,
.button.primary:hover,
.btn.primary:focus-visible,
.button.primary:focus-visible {
  background: var(--blue-dark);
}

.btn.secondary,
.button.secondary {
  color: var(--blue);
  background: #ffffff;
  border-color: #b9c9df;
}

.btn.secondary:hover,
.button.secondary:hover,
.btn.secondary:focus-visible,
.button.secondary:focus-visible {
  border-color: var(--blue);
}

.metrics {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.metrics div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  color: var(--text);
  font-size: 1.02rem;
}

.metrics span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section,
.page-hero {
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(23, 105, 224, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef4fb 100%);
}

.page-hero .lede {
  max-width: 780px;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-heading p,
.feature-card p,
.about-card p,
.faq-list p,
.pricing-card p,
.policy-card p,
.tool-list p,
.insight-grid p,
.summary-panel p,
.privacy-copy p,
.download-section p,
footer {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.feature-grid,
.about-grid,
.pricing-grid,
.faq-list,
.policy-grid {
  display: grid;
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-directory {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

.summary-panel {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  box-shadow: var(--shadow);
}

.summary-panel img {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 13px;
}

.tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.about-card,
.faq-list article,
.pricing-card,
.policy-card,
.tool-list article,
.insight-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 14%, rgba(23, 105, 224, 0.07), transparent 26%),
    var(--surface-blue);
  box-shadow: 0 10px 24px rgba(31, 48, 76, 0.04);
}

.feature-card {
  min-height: 236px;
}

.tool-list article {
  min-height: 180px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.85rem;
  font-weight: 850;
}

.feature-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.feature-link:hover,
.feature-link:focus-visible {
  color: var(--blue-dark);
}

.band {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

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

.insight-grid article {
  min-height: 220px;
}

.note-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.note-row div {
  padding: 20px;
  border-left: 3px solid var(--blue);
  background: linear-gradient(180deg, var(--blue-soft), #ffffff);
}

.note-row strong,
.note-row span {
  display: block;
}

.note-row span {
  margin-top: 4px;
  color: var(--muted);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.workflow div {
  padding: 22px;
  background: var(--surface);
}

.workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--blue);
  background: #e7f0ff;
  font-weight: 850;
}

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

.pricing-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  align-items: start;
}

.pricing-card.featured {
  border-color: #9cb7dc;
  box-shadow: var(--shadow);
}

.price {
  margin: 12px 0 4px;
  color: var(--text);
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 1;
  font-weight: 900;
}

.price-note {
  margin-bottom: 24px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.comparison th,
.comparison td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison tr:last-child th,
.comparison tr:last-child td {
  border-bottom: 0;
}

.comparison th {
  color: var(--text);
  font-weight: 850;
}

.comparison td {
  color: var(--muted);
}

.faq-list {
  max-width: 980px;
}

.faq-list h2 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  line-height: 1.15;
}

.policy-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.faq-list p {
  max-width: 820px;
  margin: 0;
}

.policy-grid {
  max-width: 980px;
}

.download-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(48px, 7vw, 82px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #17345e 0%, #0d4da8 100%);
  color: #ffffff;
}

.download-section .eyebrow,
.download-section p {
  color: #d9e7f8;
}

.download-section div {
  max-width: 760px;
}

.download-section h2 {
  margin-bottom: 12px;
}

.download-section .button.primary {
  color: #17345e;
  background: #ffffff;
  box-shadow: none;
}

.download-section .button.primary:hover,
.download-section .button.primary:focus-visible {
  color: #ffffff;
  background: var(--green);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

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

@media (max-width: 980px) {
  .hero,
  .split-section,
  .pricing-grid,
  .tool-directory,
  .answer-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .device-card {
    margin-left: 0;
  }

  .status-card {
    margin-left: 0;
  }

  .feature-grid,
  .workflow,
  .strip-grid,
  .insight-grid,
  .note-row,
  .tool-list,
  .screenshot-grid,
  .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .feature-grid,
  .about-grid,
  .workflow,
  .metrics,
  .strip-grid,
  .insight-grid,
  .note-row,
  .tool-list,
  .screenshot-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }

  .btn,
  .button {
    width: 100%;
  }

  .answer-summary .support-email-heading {
    font-size: 1.25rem;
  }

  .comparison {
    display: block;
    overflow-x: auto;
  }
}
