﻿:root {
  --red: #e70216;
  --accent: #ef173d;
  --ink: #10151a;
  --navy: #0f172a;
  --muted: #676767;
  --line: #e4e4e7;
  --soft: #f5f5f7;
  --pink: #fef1ee;
  --max: 1400px;
}
body {
  line-height: 1.55;
}
button,
input {
  font: inherit;
}
.button {
  border: 0;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.button-signin {
  border: 1px solid rgba(161, 161, 161, 0.5);
  background: #fff;
}
.button-download {
  color: #fff;
  background: linear-gradient(90deg, #ff6c27, #e82b45 50%, #5c2ae8);
  gap: 7px;
}
.hero {
  height: 793px;
  position: relative;
  overflow: hidden;
  background: var(--pink);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}
.hero-glow-left {
  width: 520px;
  height: 360px;
  background: rgba(255, 79, 72, 0.62);
  left: -230px;
  top: -190px;
}
.hero-glow-right {
  width: 760px;
  height: 480px;
  background: rgba(255, 75, 82, 0.52);
  right: -180px;
  bottom: -230px;
}
.hero-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 560px minmax(0, 816px);
  gap: 50px;
  align-items: center;
  position: relative;
}
.hero-copy {
  align-self: center;
}
.product-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 52px;
  padding: 0 28px;
  border: 1px solid #ffc7cc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: #ff314f;
  font-weight: 500;
  margin-bottom: 10px;
}
.hero-copy h1 {
  font-size: 56px;
  line-height: 1.22;
  letter-spacing: -2.2px;
  margin: 0 0 6px;
  font-weight: 700;
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 6px;
}
.platform-switch {
  height: 29px;
  width: max-content;
  padding: 2px;
  background: #f3cecd;
  border-radius: 999px;
  display: flex;
  margin: 6px 0 16px;
  font-size: 11px;
  color: #2d2d2d;
}
.platform-switch span {
  min-width: 75px;
  height: 25px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.platform-switch .active {
  background: #fff;
}
.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero-actions .button {
  height: 52px;
}
.button-primary {
  color: #fff;
  background: var(--red);
}
.button-stack {
  flex-direction: column;
  line-height: 1.1;
}
.button-stack strong {
  font-size: 15px;
  font-weight: 500;
}
.button-stack small {
  font-size: 12px;
  opacity: 0.75;
}
.button-secondary {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111827;
  font-size: 15px;
}
.trust-list {
  display: flex;
  gap: 24px;
  margin-top: 12px;
  color: #4b5563;
  font-size: 13px;
}
.trust-list span {
  white-space: nowrap;
}
.hero-visual {
  min-width: 0;
}
.app-placeholder {
  height: 565px;
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  background: #f7f7f9;
  box-shadow: 0 28px 70px rgba(231, 2, 22, 0.1);
  overflow: hidden;
  padding: 28px 30px;
}
.app-top {
  height: 62px;
  border-bottom: 1px solid #e7e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #5f6570;
}
.app-top b {
  font-size: 18px;
  color: #222;
}
.app-body {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.pdf-card,
.result-card {
  width: 190px;
  height: 245px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pdf-card b {
  font-size: 44px;
  color: #ef173d;
}
.pdf-card span,
.result-card span {
  color: #737784;
}
.result-card b {
  color: #737784;
}
.result-card strong {
  font-size: 26px;
  color: #ef173d;
}
.compression-arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
}
.placeholder-label {
  position: absolute;
  left: 28px;
  bottom: 20px;
  color: #a0a3ab;
  font-size: 11px;
  letter-spacing: 1px;
}
.section {
  padding: 100px 0;
}
.section-heading {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 58px;
}
.section-heading h2 {
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--navy);
  margin: 0;
  font-weight: 700;
}
.section-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: #71717a;
  margin: 20px 0 0;
}
.compression-workspace {
  width: min(100%, 1280px);
  height: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  border: 1px solid #e1e1e4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.compression-controls {
  padding: 40px;
  background: #fff;
}
.compression-controls h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 30px;
}
.mode-track {
  height: 330px;
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mode-track:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(#ef173d 0 50%, #ddd 50%);
}
.mode-option {
  position: relative;
  width: 100%;
  min-height: 54px;
  padding: 0;
  text-align: left;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.mode-option:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ef173d;
  background: #fff;
}
.mode-option:nth-child(3):before {
  border-color: #bbb;
}
.mode-option b {
  font-size: 14px;
}
.mode-option span {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.mode-option small {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  font-weight: 700;
}
.mode-option.active {
  padding: 16px;
  border: 1px solid #ef173d;
  border-radius: 8px;
  background: var(--pink);
}
.mode-option.active:before {
  left: -46px;
  top: 34px;
  width: 20px;
  height: 20px;
  border: 3px solid #ef173d;
  box-shadow: inset 0 0 0 4px #fff;
  background: #ef173d;
}
.mode-option.active b {
  color: #ef173d;
  font-size: 15px;
  font-weight: 800;
}
.mode-option:not(.active) {
  opacity: 0.6;
}
.compression-metrics {
  border-top: 1px solid #ddd;
  margin-top: 32px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compression-metrics > div {
  min-width: 85px;
}
.compression-metrics > div + div {
  border-left: 1px solid #ddd;
  padding-left: 24px;
}
.compression-metrics small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  font-size: 10px;
  font-weight: 700;
}
.compression-metrics strong {
  font-size: 18px;
}
.compression-metrics .accent {
  color: #ef173d;
}
.visual-preview {
  background: #f5f5f7;
  padding: 70px;
  display: grid;
  place-items: center;
}
.magazine-page {
  width: 100%;
  height: 460px;
  background: #fff;
  border-radius: 8px;
  padding: 28px 36px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.magazine-page > header {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.magazine-page > header b {
  font-size: 14px;
  letter-spacing: 3px;
}
.magazine-page > header span {
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #666;
}
.compare-frame {
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #8ca1ac;
  flex: none;
}
.photo-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    #8fa3ad 0 48%,
    #d5ad6d 49% 62%,
    #283b27 63%
  );
  overflow: hidden;
}
.photo-placeholder:after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -18%;
  height: 62%;
  background: linear-gradient(150deg, #203321, #334c2c);
  transform: skewY(-8deg);
}
.photo-placeholder span {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}
.photo-placeholder em {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}
.photo-after span {
  right: 16px;
  background: rgba(239, 23, 61, 0.85);
}
.photo-before {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  filter: brightness(0.58) saturate(0.55) blur(1px);
  z-index: 2;
}
.photo-before span {
  left: 16px;
  background: rgba(0, 0, 0, 0.7);
}
.compare-frame[data-quality="high"] .photo-before {
  filter: brightness(0.45) saturate(0.4) blur(2px);
}
.compare-frame[data-quality="quality"] .photo-before {
  filter: brightness(0.78) saturate(0.8) blur(0.4px);
}
.compare-divider {
  position: absolute;
  z-index: 4;
  left: var(--split);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ef173d;
}
.compare-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #ef173d;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.13);
}
.compare-frame input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.magazine-page > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
}
.magazine-page > footer p {
  width: 70%;
  color: #666;
  letter-spacing: 0.5px;
  margin: 0;
}
.workflow-section {
  padding-top: 75px;
}
.section-heading.compact {
  max-width: 1090px;
  margin-bottom: 80px;
}
.section-heading.compact h2 {
  white-space: nowrap;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.feature-row {
  display: grid;
  grid-template-columns: 560px 760px;
  gap: 80px;
  align-items: center;
}
.feature-row.reverse .feature-copy {
  order: 2;
}
.feature-row.reverse .feature-placeholder {
  order: 1;
}
.feature-copy h3 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 24px;
  font-weight: 800;
}
.feature-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: #676767;
  margin: 0 0 20px;
}
.feature-copy p strong {
  color: #10151a;
}
.feature-copy .solution {
  border-left: 3px solid #ef173d;
  padding-left: 16px;
  color: #10151a;
}
.feature-copy .solution strong {
  color: #ef173d;
  font-weight: 800;
}
.feature-placeholder {
  height: 506px;
  border-radius: 12px;
  background: linear-gradient(140deg, #f5f6f8, #e8eaef);
  border: 1px solid #e4e5e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9a9da5;
  position: relative;
  overflow: hidden;
}
.feature-placeholder:before {
  content: "EasePDF";
  position: absolute;
  left: 28px;
  top: 24px;
  color: #ef173d;
  font-weight: 700;
}
.feature-placeholder span {
  font-size: 12px;
  letter-spacing: 1px;
}
.feature-placeholder b {
  margin-top: 18px;
  color: #59606c;
}
.comparison-section {
  padding-top: 120px;
  padding-bottom: 160px;
}
.comparison-container {
  max-width: 1202px;
}
.comparison-section h2 {
  text-align: center;
  font-size: 46px;
  line-height: 1.25;
  margin: 0 0 58px;
}
.table-wrap {
  overflow: auto;
  border-radius: 8px;
}
.table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 930px;
  table-layout: fixed;
}
.table-wrap thead {
  background: #292929;
  color: #fff;
}
.table-wrap th,
.table-wrap td {
  padding: 28px 48px;
  text-align: left;
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.table-wrap thead th:first-child {
  width: 240px;
}
.table-wrap td {
  position: relative;
  padding-left: 84px;
}
.table-wrap tbody th {
  font-weight: 600;
}
.status {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.status.no {
  background: #eee;
  color: #777;
}
.status.yes {
  background: #ef173d;
  color: #fff;
}
.final-cta {
  height: 575px;
  background: #e70216;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-rings {
  position: absolute;
  width: 570px;
  height: 570px;
  border: 90px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  right: 240px;
  top: -245px;
}
.cta-rings:after {
  content: "";
  position: absolute;
  inset: 70px;
  border: 70px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.cta-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 735px 1fr;
  gap: 10px;
  align-items: center;
}
.cta-copy {
  padding-left: 55px;
  position: relative;
  z-index: 2;
}
.cta-copy h2 {
  font-size: 46px;
  line-height: 1.22;
  margin: 0 0 24px;
}
.cta-copy > p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.platform-switch.light {
  background: rgba(229, 228, 228, 0.6);
}
.cta-actions {
  display: flex;
  gap: 20px;
}
.cta-actions .button {
  height: 64px;
  font-weight: 600;
}
.cta-primary {
  width: 174px;
  background: #fff;
  color: #e70216;
}
.cta-secondary {
  width: 414px;
  border: 1.5px solid #fff;
  color: #fff;
}
.cta-trust {
  display: flex;
  gap: 0;
  margin-top: 20px;
  font-size: 13px;
}
.cta-trust span + span {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.cta-placeholder {
  height: 100%;
  position: relative;
}
.cta-placeholder > span {
  position: absolute;
  right: 60px;
  bottom: 20px;
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.55;
}
.doc {
  position: absolute;
  background: #fff;
  color: #222;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
  display: grid;
  place-items: center;
  font-weight: 800;
}
.doc.one {
  width: 260px;
  height: 350px;
  left: 80px;
  bottom: 0;
  color: #ef173d;
}
.doc.two {
  width: 240px;
  height: 320px;
  left: 290px;
  bottom: 0;
}
.compress-badge {
  position: absolute;
  left: 25px;
  bottom: 65px;
  width: 118px;
  height: 88px;
  border-radius: 10px;
  background: #fff;
  color: #ef173d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.compress-badge small {
  font-size: 11px;
  color: #777;
}
@media (min-width: 997px) and (max-width: 1400px) {
  .hero-grid {
    grid-template-columns: 43% 57%;
    gap: 30px;
  }
  .hero-copy h1 {
    font-size: clamp(46px, 4.4vw, 56px);
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .app-placeholder {
    height: 520px;
  }
  .compression-workspace {
    grid-template-columns: 38% 62%;
  }
  .compression-controls {
    padding: 32px;
  }
  .visual-preview {
    padding: 45px;
  }
  .feature-row {
    grid-template-columns: 40% 1fr;
    gap: 6%;
  }
  .feature-placeholder {
    height: auto;
    aspect-ratio: 1.5;
  }
  .feature-copy h3 {
    font-size: 30px;
  }
  .cta-grid {
    grid-template-columns: 55% 45%;
  }
  .cta-copy {
    padding-left: 0;
  }
  .cta-copy h2 {
    font-size: 40px;
  }
  .cta-copy > p {
    font-size: 17px;
  }
  .cta-placeholder {
    transform: scale(0.9);
    transform-origin: bottom center;
  }
  .cta-trust {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .hero {
    height: auto;
    min-height: 1050px;
    padding: 70px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero-copy {
    text-align: center;
    max-width: 720px;
    margin: auto;
  }
  .product-pill,
  .platform-switch {
    margin-inline: auto;
  }
  .hero-copy h1 {
    font-size: 52px;
  }
  .hero-actions {
    max-width: 600px;
    margin: auto;
  }
  .trust-list {
    justify-content: center;
  }
  .hero-visual {
    max-width: 760px;
    width: 100%;
    margin: auto;
  }
  .compression-workspace {
    height: auto;
    grid-template-columns: 1fr;
  }
  .compression-controls {
    padding: 40px;
  }
  .visual-preview {
    padding: 50px;
  }
  .magazine-page {
    max-width: 680px;
  }
  .section-heading.compact h2 {
    white-space: normal;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feature-row .feature-copy,
  .feature-row .feature-placeholder {
    order: initial;
  }
  .feature-copy {
    max-width: 680px;
    margin: auto;
  }
  .feature-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  .feature-list {
    gap: 90px;
  }
  .comparison-section h2,
  .section-heading h2 {
    font-size: 40px;
  }
  .final-cta {
    height: auto;
    min-height: 720px;
    padding: 75px 0 0;
  }
  .cta-grid {
    display: block;
  }
  .cta-copy {
    padding: 0;
    max-width: 700px;
  }
  .cta-placeholder {
    height: 300px;
    opacity: 0.35;
    margin-top: 30px;
  }
  .cta-rings {
    right: -180px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .hero {
    height: auto;
    padding: 54px 0;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .hero-copy {
    text-align: center;
  }
  .product-pill {
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.16;
    letter-spacing: -1.4px;
    margin-top: 14px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .platform-switch {
    margin-inline: auto;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .trust-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .app-placeholder {
    height: 390px;
    padding: 18px;
  }
  .app-top span {
    display: none;
  }
  .app-body {
    height: 290px;
    gap: 10px;
  }
  .pdf-card,
  .result-card {
    width: 120px;
    height: 180px;
  }
  .compression-arrow {
    width: 44px;
    height: 44px;
  }
  .section {
    padding: 72px 0;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading h2,
  .comparison-section h2 {
    font-size: 29px;
    line-height: 1.28;
    letter-spacing: -0.6px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .compression-workspace {
    height: auto;
    display: block;
    border-radius: 12px;
  }
  .compression-controls {
    padding: 24px 18px;
  }
  .compression-controls h3 {
    font-size: 21px;
  }
  .mode-track {
    padding-left: 32px;
  }
  .mode-option.active:before {
    left: -38px;
  }
  .compression-metrics {
    gap: 8px;
  }
  .compression-metrics > div {
    min-width: 0;
  }
  .compression-metrics > div + div {
    padding-left: 10px;
  }
  .compression-metrics strong {
    font-size: 15px;
  }
  .visual-preview {
    padding: 18px;
  }
  .magazine-page {
    height: auto;
    padding: 18px;
    gap: 12px;
  }
  .compare-frame {
    height: auto;
    aspect-ratio: 1.5;
  }
  .magazine-page > footer p {
    width: 75%;
  }
  .section-heading.compact h2 {
    white-space: normal;
  }
  .section-heading.compact {
    margin-bottom: 55px;
  }
  .feature-list {
    gap: 70px;
  }
  .feature-row,
  .feature-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .feature-row .feature-copy,
  .feature-row .feature-placeholder {
    order: initial;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .feature-copy p {
    font-size: 14px;
  }
  .feature-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  .comparison-section {
    padding-bottom: 90px;
  }
  .table-wrap {
    margin-inline: -16px;
    border-radius: 0;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 18px 22px;
  }
  .table-wrap td {
    padding-left: 58px;
  }
  .status {
    left: 22px;
  }
  .final-cta {
    height: auto;
    min-height: 760px;
    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-copy .platform-switch {
    margin-inline: auto;
  }
  .cta-actions {
    flex-direction: column;
  }
  .cta-primary,
  .cta-secondary {
    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-placeholder {
    height: 260px;
    margin-top: 25px;
    opacity: 0.35;
    transform: scale(0.72);
    transform-origin: bottom center;
  }
  .cta-rings {
    width: 430px;
    height: 430px;
    right: -270px;
    top: -100px;
  }
  .doc.one {
    left: 20px;
  }
  .doc.two {
    left: 220px;
  }
  .compress-badge {
    left: -10px;
  }
}
.platform-switch {
  width: 155.087px;
  height: 29px;
  padding: 2.522px;
  background: rgba(250, 157, 136, 0.18);
  border-radius: 19.262px;
}
.platform-switch.light {
  background: rgba(229, 228, 228, 0.6);
}
.platform-switch span {
  width: 74.391px;
  min-width: 0;
  height: 23.957px;
  padding: 0;
  gap: 7px;
  border-radius: 17.296px;
  font-size: 11px;
}
.platform-switch span img {
  display: block;
  flex: none;
}
.platform-switch span:first-child img {
  width: 12.579px;
  height: 13.365px;
}
.platform-switch span:last-child img {
  width: 11.311px;
  height: 13.574px;
}
.button {
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 21, 26, 0.12);
}
.button-download i {
  font-size: 17px;
}
.product-pill i {
  font-size: 17px;
}
.trust-list span,
.cta-trust span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.trust-list i {
  font-size: 16px;
  margin-right: 6px;
}
.cta-trust {
  align-items: center;
}
.cta-trust span + span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}
.cta-trust i {
  font-size: 16px;
  margin-right: 8px;
}
.cta-primary:hover {
  background: #fff;
  color: var(--red);
}
.cta-secondary:hover {
  background: #fff;
  color: var(--red);
  border-color: #fff;
}

/* Keep every mode marker centered on the same vertical track. */
.mode-option.active:before {
  left: -40px;
}
.mode-track:before,
.mode-track:after {
  content: "";
  position: absolute;
  left: var(--track-x, 11px);
  top: var(--track-start, 24px);
  bottom: auto;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  pointer-events: none;
}
.mode-track:before {
  height: calc(var(--track-end, 304px) - var(--track-start, 24px));
  background: #d9d9d9;
}
.mode-track:after {
  height: calc(var(--track-progress, 164px) - var(--track-start, 24px));
  background: #ef173d;
}
.mode-option {
  z-index: 1;
}

/* Exported artwork; display dimensions remain controlled by the existing layout. */
.hero {
  background: #fef1ee url("../img/pdf-product-pages/banner-bg.png") center/cover
    no-repeat;
}
.hero-glow,
.hero-visual .app-placeholder {
  display: none;
}
.hero-product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.photo-placeholder {
  background: none;
  filter: none !important;
}
.photo-placeholder:after,
.photo-placeholder em {
  display: none;
}
.photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-placeholder {
  height: auto;
  aspect-ratio: 760/507;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.feature-row:nth-child(1) .feature-placeholder {
  background-image: url("../img/compress-pdf/feature1.png");
}
.feature-row:nth-child(2) .feature-placeholder {
  background-image: url("../img/compress-pdf/feature2.png");
}
.feature-row:nth-child(3) .feature-placeholder {
  background-image: url("../img/compress-pdf/feature3.png");
}
.feature-placeholder:before,
.feature-placeholder > span,
.feature-placeholder > b {
  display: none;
}
.final-cta {
  background: #e70216 url("../img/pdf-product-pages/banner2-bg.png") center/cover
    no-repeat;
}
.cta-rings,
.cta-placeholder > .doc,
.cta-placeholder > .compress-badge,
.cta-placeholder > span {
  display: none;
}
.cta-placeholder {
  align-self: stretch;
}
.cta-product-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 596px);
  max-height: 545px;
  object-fit: contain;
  object-position: right bottom;
}

@media (max-width: 996px) {
  .hero-product-image {
    max-height: 565px;
  }
  .cta-product-image {
    right: 50%;
    transform: translateX(50%);
    width: min(596px, 100%);
  }
  .feature-row.reverse .feature-copy {
    order: 1;
  }
  .feature-row.reverse .feature-placeholder {
    order: 2;
  }
}
@media (min-width: 997px) and (max-width: 1400px) {
  .feature-row.reverse {
    grid-template-columns: 1fr 40%;
  }
}
@media (min-width: 1401px) {
  .feature-row.reverse {
    grid-template-columns: 760px 560px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-position: center top;
  }
  .cta-placeholder {
    opacity: 1;
    transform: none;
  }
  .cta-product-image {
    height: 100%;
    max-height: 260px;
  }
  .final-cta {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .mode-option:before {
    left: -28px;
  }
  .mode-option.active:before {
    left: -32px;
  }
}
@media (min-width: 767px) and (max-width: 767.98px) {
  .feature-row,
  .feature-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .feature-row.reverse .feature-copy {
    order: 1;
  }
  .feature-row.reverse .feature-placeholder {
    order: 2;
  }
  .feature-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
}
@media (max-width: 767px) {
  .cta-trust span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

/* 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;
  }
}


