﻿:root {
  --red: #f20d32;
  --red-dark: #d90024;
  --ink: #18191c;
  --muted: #686b73;
  --line: #e7e8ec;
  --soft: #f7f7f9;
  --max-width: 1400px;
}
body {
  line-height: 1.6;
}
button {
  font: inherit;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-login {
  margin-left: 12px;
}
.nav-cta {
  padding: 11px 19px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 22px rgba(242, 13, 50, 0.2);
  transition:
    transform 0.2s,
    background 0.2s;
}
.nav-cta:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.hero {
  min-height: 715px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff 56%, #fff1f3 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
  gap: 72px;
  align-items: center;
}
.hero-copy {
  max-width: 680px;
}
.pro-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  margin-bottom: 22px;
  color: var(--red);
  background: #fff0f2;
  border: 1px solid #ffc4ce;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.hero h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.13;
  letter-spacing: -1.5px;
}
.hero-copy > p {
  max-width: 650px;
  margin: 25px 0 29px;
  color: #555961;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions,
.download-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 13px 21px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 10px 26px rgba(242, 13, 50, 0.24);
}
.button-primary:hover {
  background: var(--red-dark);
  box-shadow: 0 13px 28px rgba(242, 13, 50, 0.32);
}
.button-secondary {
  color: var(--red);
  background: #fff;
  border: 1.5px solid var(--red);
}
.button-secondary:hover {
  box-shadow: 0 10px 24px rgba(31, 31, 33, 0.1);
}
.offline-note {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 15px 0 25px;
  color: #4d5057;
  font-size: 12px;
  font-weight: 600;
}
.offline-note i {
  color: #19a866;
}
.trust-list,
.download-trust {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #555961;
  font-size: 12px;
}
.trust-list li,
.download-trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.trust-list i {
  color: var(--red);
  font-size: 16px;
}

.media-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #a0a3aa;
  background: linear-gradient(135deg, #f6f7f9, #eceef2);
  border: 1px dashed #cbd0d7;
  border-radius: 18px;
}
.media-placeholder:before {
  content: "";
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(242, 13, 50, 0.055);
  transform: translate(-70%, -55%);
}
.media-placeholder span {
  position: relative;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
}
.hero-art {
  aspect-ratio: 754/552;
  box-shadow: 0 22px 60px rgba(30, 35, 50, 0.09);
}

.section {
  padding: 105px 0;
}
.section-title {
  max-width: 930px;
  margin: 0 auto 92px;
  text-align: center;
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: -0.7px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.feature-row {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(500px, 780px);
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}
.feature-row.reverse {
  grid-template-columns: minmax(500px, 780px) minmax(360px, 520px);
}
.feature-row.reverse .feature-copy {
  order: 2;
}
.feature-row.reverse .feature-art {
  order: 1;
}
.feature-copy h3 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.feature-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.feature-copy p + p {
  margin-top: 19px;
}
.feature-copy strong {
  color: #383b42;
  font-weight: 700;
}
.feature-copy .solution {
  padding: 18px 20px;
  color: #51545c;
  background: #fff4f5;
  border-left: 3px solid var(--red);
  border-radius: 0 9px 9px 0;
}
.feature-copy .solution strong {
  color: var(--red);
}
.feature-copy .solution i {
  font-weight: 400;
}
.feature-art {
  width: 100%;
  aspect-ratio: 780/480;
  box-shadow: 0 16px 42px rgba(30, 35, 50, 0.08);
}
.pain-section {
  background: #fbfbfc;
}
.detail-row .feature-copy h3 {
  font-size: 30px;
}
.detail-row .feature-copy p {
  font-size: 14px;
}

.comparison {
  background: #fff;
}
.comparison .section-title {
  margin-bottom: 60px;
}
.table-wrap {
  overflow: hidden;
  border: 1px solid #e1e2e6;
  border-radius: 16px;
  box-shadow: 0 13px 38px rgba(30, 35, 50, 0.07);
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}
th,
td {
  padding: 23px 25px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--line);
}
thead th {
  color: #fff;
  background: #25272c;
  font-size: 14px;
}
thead th:first-child {
  width: 25%;
}
thead th:nth-child(2),
tbody td:nth-child(2) {
  background-color: #fafafb;
}
thead th:nth-child(2) {
  background: #3f4147;
}
thead th:nth-child(3) {
  background: var(--red);
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
tbody th {
  font-size: 13px;
}
.bad,
.good {
  margin-right: 7px;
  font-size: 18px;
  vertical-align: -2px;
}
.bad {
  color: #a8abb1;
}
.good {
  color: var(--red);
}

.download {
  min-height: 575px;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: var(--red);
  overflow: hidden;
}
.download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: 68px;
  align-items: center;
}
.download-copy {
  padding: 70px 0;
}
.download h2 {
  max-width: 790px;
  margin: 0;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}
.download-copy > p {
  max-width: 750px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
.platform-switch {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}
.platform-switch button {
  min-width: 73px;
  padding: 5px 12px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}
.platform-switch button.active {
  color: #34363a;
  background: #fff;
}
.download-actions {
  flex-wrap: nowrap;
}
.download-button,
.plans-button {
  white-space: nowrap;
  border: 1.5px solid #fff;
}
.download-button {
  color: var(--red);
  background: #fff;
}
.plans-button {
  color: #fff;
  background: transparent;
}
.download-button:hover {
  box-shadow: 0 12px 26px rgba(76, 0, 11, 0.2);
}
.plans-button:hover {
  background: #fff;
  color: var(--red);
}
.download-trust {
  margin-top: 20px;
  color: #fff;
  gap: 18px;
}
.download-art {
  align-self: end;
  width: 100%;
  height: min(500px, calc(100% - 35px));
  border-color: rgba(255, 255, 255, 0.45);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.34),
    rgba(255, 255, 255, 0.12)
  );
}
.download-art:before {
  background: rgba(255, 255, 255, 0.12);
}
.footer-logo {
  filter: brightness(0) invert(1);
}
.footer-brand p {
  max-width: 330px;
  margin-top: 20px;
  color: #a7aab1;
  font-size: 13px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid #32343a;
  font-size: 11px;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 997px) and (max-width: 1400px) {
  .hero {
    min-height: 670px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
    gap: 44px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .section {
    padding: 88px 0;
  }
  .section-title {
    margin-bottom: 75px;
    font-size: 40px;
  }
  .feature-list {
    gap: 90px;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: minmax(320px, 0.75fr) minmax(480px, 1.15fr);
    gap: 54px;
  }
  .feature-row.reverse {
    grid-template-columns: minmax(480px, 1.15fr) minmax(320px, 0.75fr);
  }
  .feature-copy h3 {
    font-size: 30px;
  }
  .detail-row .feature-copy h3 {
    font-size: 27px;
  }
  .download h2 {
    font-size: 36px;
  }
  .download-grid {
    gap: 42px;
  }
  .plans-button {
    font-size: 12px;
    padding-inline: 14px;
  }
  .download-trust {
    gap: 12px;
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 996px) {
  .nav-login {
    margin-left: 0;
  }
  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }
  .hero {
    padding: 70px 0;
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .hero-copy {
    max-width: 750px;
    margin: auto;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-actions,
  .trust-list {
    justify-content: center;
  }
  .hero-art {
    width: min(680px, 100%);
    margin: auto;
  }
  .section {
    padding: 78px 0;
  }
  .section-title {
    margin-bottom: 64px;
    font-size: 38px;
  }
  .feature-list {
    gap: 72px;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .feature-row .feature-copy,
  .feature-row .feature-art {
    order: initial;
  }
  .feature-copy {
    max-width: 700px;
    margin: auto;
  }
  .feature-copy h3 {
    font-size: 29px;
    font-weight: 700;
  }
  .detail-row .feature-copy h3 {
    font-size: 27px;
  }
  .feature-copy .solution {
    text-align: left;
  }
  .feature-art {
    max-width: 720px;
    margin: auto;
  }
  .table-wrap {
    overflow-x: auto;
  }
  table {
    min-width: 850px;
  }
  .download {
    min-height: 0;
  }
  .download-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
  .download-copy {
    padding: 64px 0 20px;
  }
  .download h2 {
    font-size: 36px;
    margin-inline: auto;
  }
  .download-copy > p {
    margin-inline: auto;
  }
  .download-actions,
  .download-trust {
    justify-content: center;
  }
  .download-art {
    width: min(560px, 100%);
    height: 340px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .nav-login {
    margin-left: 0;
  }
  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }
  .hero {
    padding: 52px 0;
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .pro-pill {
    margin-bottom: 16px;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.7px;
  }
  .hero-copy > p {
    margin: 18px 0 22px;
    font-size: 14px;
    line-height: 1.7;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    font-size: 12px;
  }
  .offline-note {
    margin: 12px 0 18px;
  }
  .trust-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 10px;
  }
  .hero-art {
    border-radius: 12px;
  }
  .section {
    padding: 54px 0;
  }
  .section-title {
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: -0.3px;
  }
  .feature-list {
    gap: 54px;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .feature-row .feature-copy,
  .feature-row .feature-art {
    order: initial;
  }
  .feature-copy h3,
  .detail-row .feature-copy h3 {
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
  }
  .feature-copy p,
  .detail-row .feature-copy p {
    font-size: 13px;
    line-height: 1.75;
  }
  .feature-copy .solution {
    padding: 14px;
    text-align: left;
  }
  .feature-art {
    border-radius: 12px;
  }
  .comparison .section-title {
    margin-bottom: 36px;
  }
  .table-wrap {
    overflow-x: auto;
    border-radius: 12px;
  }
  table {
    min-width: 790px;
    font-size: 12px;
  }
  th,
  td {
    padding: 17px 18px;
  }
  .download {
    min-height: 0;
  }
  .download-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }
  .download-copy {
    padding: 52px 0 15px;
  }
  .download h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .download-copy > p {
    margin: 16px 0;
    font-size: 13px;
  }
  .download-actions {
    flex-direction: column;
    gap: 10px;
  }
  .download-actions .button {
    white-space: nowrap;
    font-size: 10px;
  }
  .download-trust {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 9px;
  }
  .download-art {
    height: 250px;
    border-radius: 14px 14px 0 0;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    margin-top: 36px;
  }
  .reveal {
    transform: translateY(14px);
  }
}

@media (min-width: 1401px) {
  .hero-grid {
    padding-inline: 10px;
  }
  .feature-row {
    padding-inline: 40px;
  }
  .download-grid {
    padding-inline: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 996px) {
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-art {
    order: initial;
  }
}

/* Shared EasePDF product-page components, aligned with convert-pdf. */
.container {
  width: min(calc(100% - 40px), 1400px);
}
.btn {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s,
    color 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 21, 26, 0.12);
}
.btn-small {
  min-height: 42px;
  padding: 0 16px;
}
.btn-ghost {
  color: var(--ink);
  background: #fff;
  border: 1px solid #dfe1e5;
}
.btn-gradient {
  color: #fff;
  background: linear-gradient(90deg, #ff6c27, #e82b45 50%, #5c2ae8);
  gap: 7px;
}

.hero {
  height: 793px;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #fff3f0 5%, #fff8f5 56%, #ffe2df 100%);
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: -190px;
  top: -220px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 87, 82, 0.62), transparent 68%);
  filter: blur(12px);
}
.hero-glow {
  display: block;
  position: absolute;
  right: -80px;
  bottom: -240px;
  width: 780px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 63, 72, 0.68), transparent 70%);
}
.hero-grid {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 560px minmax(0, 770px);
  gap: 70px;
  align-items: center;
  text-align: left;
}
.hero-copy {
  max-width: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 52px;
  padding: 0 28px;
  margin: 0;
  border: 1px solid #ffc7cc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #ff3d4e;
  font-size: 16px;
  font-weight: 500;
}
.hero h1 {
  font-size: 52px;
  line-height: 1.21;
  letter-spacing: -1.8px;
  margin: 12px 0 8px;
  font-weight: 700;
}
.hero-copy > .hero-lead {
  font-size: 20px;
  line-height: 1.7;
  color: #676767;
  margin: 0 0 8px;
}
.os-switch {
  width: 155px;
  height: 29px;
  padding: 2px;
  background: rgba(250, 157, 136, 0.18);
  border-radius: 20px;
  display: flex;
  margin: 6px 0 16px;
  font-size: 11px;
  color: #2d2d2d;
}
.os-switch span {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px;
}
.os-switch .active {
  background: #fff;
}
.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.btn-primary {
  color: #fff;
  background: var(--red);
}
.btn-stack {
  flex-direction: column;
  gap: 0;
  line-height: 1.08;
}
.btn-stack strong {
  font-size: 15px;
  font-weight: 500;
}
.btn-stack small {
  font-size: 11px;
  opacity: 0.75;
}
.trust-row {
  display: flex;
  gap: 24px;
  margin-top: 12px;
  color: #4f5968;
  font-size: 13px;
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.hero-visual {
  width: 100%;
  height: 552px;
  min-width: 0;
}
.hero-art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.comparison-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #fff;
}
.comparison-container {
  max-width: 1202px;
}
.comparison-section .section-title {
  margin-bottom: 58px;
}
.table-wrap {
  overflow: auto;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}
.table-wrap table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
.table-wrap thead {
  background: #2d2d2d;
  color: #fff;
}
.table-wrap thead th {
  background: #2d2d2d;
  color: #fff;
}
.table-wrap thead th:first-child {
  width: 24%;
}
.table-wrap thead th:nth-child(2) {
  width: 36%;
  background: #2d2d2d;
}
.table-wrap thead th:nth-child(3) {
  width: 40%;
  background: #2d2d2d;
}
.table-wrap th,
.table-wrap td {
  text-align: left;
  padding: 24px 48px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
}
.table-wrap tbody th {
  font-weight: 600;
}
.table-wrap tbody td:nth-child(2) {
  color: #4e535a;
  background: #fff;
}
.table-wrap tbody td:nth-child(3) {
  font-weight: 600;
}
.cell-content {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.cell-content i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #eaeaea;
  color: inherit;
  margin: 0;
  font-size: 16px;
}
.table-wrap td:nth-child(3) i {
  background: var(--red);
  color: #fff;
}
.table-wrap tbody tr:last-child th,
.table-wrap tbody tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}

.final-cta {
  height: 575px;
  min-height: 0;
  color: #fff;
  background: var(--red);
  position: relative;
  overflow: hidden;
}
.cta-rings {
  position: absolute;
  width: 570px;
  height: 570px;
  right: 240px;
  top: -245px;
  border: 90px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.cta-rings:after {
  content: "";
  position: absolute;
  inset: 70px;
  border: 70px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.cta-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 735px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.cta-copy {
  padding: 0 0 0 25px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cta-copy h2 {
  font-size: 46px;
  line-height: 1.22;
  margin: 0 0 20px;
}
.cta-copy > p {
  max-width: none;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #fff;
}
.os-switch.light {
  background: rgba(229, 228, 228, 0.6);
}
.cta-actions {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.cta-actions .btn {
  height: 64px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-white {
  width: 174px;
  background: #fff;
  color: var(--red);
}
.btn-outline-white {
  width: 414px;
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--red);
}
.cta-trust {
  display: flex;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}
.cta-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.cta-trust span + span {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.cta-visual {
  align-self: auto;
  width: 100%;
  height: 447px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.26);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}

@media (min-width: 997px) and (max-width: 1400px) {
  .hero-grid {
    grid-template-columns: 43% 57%;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(42px, 3.8vw, 52px);
  }
  .hero-copy > .hero-lead {
    font-size: 18px;
  }
  .hero-visual {
    height: auto;
    aspect-ratio: 770/552;
  }
  .cta-grid {
    grid-template-columns: 65% 35%;
  }
  .cta-copy {
    padding-left: 0;
  }
  .cta-copy h2 {
    font-size: 38px;
  }
  .cta-copy > p {
    font-size: 16px;
  }
  .cta-trust {
    font-size: 11px;
  }
  .cta-visual {
    height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .hero {
    height: auto;
    padding: 70px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .hero-copy {
    max-width: 720px;
    margin: auto;
  }
  .eyebrow,
  .os-switch {
    margin-inline: auto;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-actions {
    max-width: 600px;
    margin: auto;
  }
  .trust-row {
    justify-content: center;
  }
  .hero-visual {
    width: 100%;
    max-width: 770px;
    height: auto;
    aspect-ratio: 770/552;
    margin: auto;
  }
  .final-cta {
    height: auto;
    min-height: 780px;
    padding: 75px 0 0;
  }
  .cta-grid {
    display: block;
  }
  .cta-copy {
    padding: 0;
    max-width: 700px;
    text-align: left;
  }
  .cta-visual {
    height: 300px;
    margin: 32px auto 0;
    max-width: 607px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .hero {
    height: auto;
    padding: 54px 0;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .eyebrow {
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .hero h1 {
    font-size: 37px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
  .hero-copy > .hero-lead {
    font-size: 16px;
  }
  .os-switch {
    margin-inline: auto;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .trust-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .hero-visual {
    height: auto;
    aspect-ratio: 1.4;
  }
  .comparison-section {
    padding-bottom: 90px;
  }
  .table-wrap {
    margin-inline: -16px;
    border-radius: 0;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 18px 22px;
  }
  .final-cta {
    height: auto;
    min-height: 820px;
    padding: 70px 0 0;
  }
  .cta-grid {
    display: block;
  }
  .cta-copy {
    padding: 0;
    text-align: center;
  }
  .cta-copy h2 {
    font-size: 31px;
  }
  .cta-copy > p {
    font-size: 15px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .cta-actions .btn {
    width: 100%;
    font-size: 12px;
    padding-inline: 12px;
  }
  .btn-white,
  .btn-outline-white {
    width: 100%;
  }
  .cta-trust {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
  }
  .cta-trust span + span {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .cta-visual {
    height: 260px;
    margin-top: 28px;
  }
  .cta-rings {
    right: -320px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .feature-list {
    gap: 56px;
  }
  .feature-copy h3,
  .detail-row .feature-copy h3 {
    font-size: 23px;
  }
  .comparison-section {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

/* Shared merge-pdf feature-page pattern. */
.hero {
  background: #fef1ee url("../img/pdf-product-pages/banner-bg.png") center/cover
    no-repeat;
}
.hero:before,
.hero-glow,
.cta-rings {
  display: none;
}
.hero h1 {
  font-size: 48px;
}
.feature-group {
  padding-top: 130px;
}
.feature-group .section-title {
  max-width: none;
  margin-bottom: 84px;
  letter-spacing: -1px;
  color: #111827;
}
.feature-list {
  gap: 110px;
}
.feature-row {
  grid-template-columns: 560px minmax(0, 780px);
  gap: 60px;
  justify-content: initial;
}
.feature-row.reverse {
  grid-template-columns: minmax(0, 780px) 560px;
}
.feature-row.reverse .feature-copy {
  order: 2;
}
.feature-row.reverse .feature-visual {
  order: 1;
}
.feature-copy h3 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #111827;
  font-weight: 700;
}
.feature-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.feature-copy p + p {
  margin-top: 22px;
}
.feature-copy p strong {
  color: #111827;
  font-weight: 800;
}
.feature-copy .solution {
  padding: 0 0 0 16px;
  background: none;
  border: 0;
  border-left: 3px solid var(--red);
  border-radius: 0;
  color: var(--muted);
}
.feature-copy .solution strong {
  color: var(--red);
}
.feature-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 780/480;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(25, 30, 45, 0.06);
}
.challenge-section {
  padding-top: 120px;
  background: #fff;
}
.challenge-section .section-title {
  margin-bottom: 94px;
}
.final-cta {
  background: #e70216 url("../img/pdf-product-pages/banner2-bg.png") center/cover
    no-repeat;
}

@media (min-width: 997px) and (max-width: 1400px) {
  .hero h1 {
    font-size: 48px;
  }
  .section-title {
    font-size: 42px;
  }
  .feature-row {
    grid-template-columns: 40% 1fr;
    gap: 6%;
  }
  .feature-row.reverse {
    grid-template-columns: 1fr 40%;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .feature-copy p {
    font-size: 15px;
  }
  .feature-group .section-title {
    margin-bottom: 64px;
  }
  .feature-group .feature-list {
    gap: 84px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .hero h1 {
    font-size: 48px;
  }
  .feature-group .section-title {
    margin-bottom: 52px;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual {
    order: initial;
  }
  .feature-copy {
    max-width: 700px;
    margin: auto;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .feature-copy p {
    font-size: 15px;
  }
  .feature-visual {
    width: 100%;
    max-width: 780px;
    height: auto;
    margin: auto;
  }
  .feature-group .feature-list {
    gap: 72px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 37px;
  }
  .feature-group,
  .challenge-section {
    padding-top: 40px;
  }
  .feature-group .section-title {
    margin-bottom: 40px;
  }
  .feature-row,
  .feature-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 28px;
    text-align: left;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual {
    order: initial;
  }
  .feature-copy h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .feature-copy p {
    font-size: 14px;
  }
  .feature-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  .feature-group .feature-list {
    gap: 56px;
  }
}

/* Keep the designed H2 wraps; feature spacing tops out at 110px. */
.section-title br {
  display: inline;
}
.feature-group .feature-list {
  gap: 110px;
}
@media (min-width: 997px) and (max-width: 1400px) {
  .feature-group .feature-list {
    gap: 84px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .feature-group .feature-list {
    gap: 72px;
  }
}
@media (max-width: 767px) {
  .feature-group .feature-list {
    gap: 56px;
  }
}

/* Exported production artwork. */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  box-shadow: none;
  filter: none;
}
.feature-visual {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  margin-inline: auto;
}
.cta-visual {
  height: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  box-shadow: none;
}
.cta-visual img {
  display: block;
  width: min(100%, 531px);
  height: auto;
  max-height: 490px;
  object-fit: contain;
  border: 0;
  box-shadow: none;
  filter: none;
}
@media (min-width: 997px) and (max-width: 1400px) {
  .cta-visual {
    height: 100%;
  }
  .cta-visual img {
    width: min(100%, 480px);
    max-height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .cta-visual {
    height: 340px;
    align-items: center;
    justify-content: center;
  }
  .cta-visual img {
    width: min(100%, 340px);
    max-height: 340px;
  }
}
@media (max-width: 767px) {
  .cta-visual {
    height: 270px;
    align-items: center;
    justify-content: center;
  }
  .cta-visual img {
    width: min(100%, 270px);
    max-height: 270px;
  }
}

/* Progressive entrance motion */
.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


