﻿:root {
  --red: #e70216;
  --red2: #ff314f;
  --ink: #10151a;
  --muted: #5d6470;
  --line: #e7e8ec;
  --soft: #f7f8fa;
  --max: 1400px;
}
body {
  line-height: 1.55;
}
.btn {
  min-height: 52px;
  border-radius: 8px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 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 {
  background: #fff;
  border: 1px solid #dfe1e5;
}
.btn-gradient {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #ff6c27, #e82b45 50%, #5c2ae8);
  gap: 6px;
}
.btn-primary {
  color: #fff;
  background: var(--red);
}
.btn-stack {
  flex-direction: column;
  gap: 0;
}
.btn-stack small {
  font-size: 11px;
  opacity: 0.75;
}
.hero {
  min-height: 793px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #fff3f0 5%, #fff7f4 54%, #ffe7e4 100%);
}
.hero:before {
  content: "";
  position: absolute;
  left: -180px;
  top: -210px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 91, 87, 0.66), transparent 68%);
  filter: blur(14px);
}
.hero-glow {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 660px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 77, 84, 0.62), transparent 70%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 540px minmax(0, 770px);
  gap: 90px;
  align-items: center;
  min-height: 793px;
}
.eyebrow {
  width: max-content;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid #ffc6ca;
  background: rgba(255, 255, 255, 0.64);
  color: #ff314f;
  font-weight: 500;
}
.eyebrow i {
  margin-right: 8px;
}
.hero h1 {
  font-size: 70px;
  line-height: 1.22;
  letter-spacing: -2.8px;
  margin: 12px 0 14px;
  font-weight: 700;
}
.hero-lead {
  font-size: 20px;
  line-height: 1.7;
  color: #676767;
  margin: 0 0 20px;
}
.os-switch {
  display: flex;
  width: max-content;
  border: 1px solid #efdbd8;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 16px;
  font-size: 12px;
}
.os-switch span {
  padding: 2px 12px;
}
.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.trust-row {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  font-size: 13px;
  color: #4f5968;
}
.trust-row span {
  white-space: nowrap;
}
.trust-row i {
  margin-right: 6px;
}
.hero-visual {
  min-width: 0;
}
.app-shot {
}
.app-shot img {
  width: 100%;
  aspect-ratio: 1.39;
  object-fit: cover;
}
.section {
  padding: 110px 0;
}
.section-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -1.4px;
  margin: 0 auto 64px;
  font-weight: 700;
}
.section-title span {
  font-size: 0.92em;
}
.formats {
  padding-top: 150px;
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: auto;
}
.format-card {
  background: #f7f8fa;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  padding: 32px;
}
.format-card h3 {
  font-size: 20px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.format-card h3 i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0f1;
  color: #ff314f;
  font-weight: 400;
}
.format-card > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 8px;
  padding: 20px;
  margin-top: 16px;
  box-shadow: 0 8px 15px rgba(19, 27, 43, 0.025);
}
.format-card b {
  width: max-content;
  border: 1px solid;
  border-radius: 4px;
  padding: 1px 7px;
}
.format-card small {
  grid-column: 1/-1;
  margin-top: 12px;
  color: #647086;
}
.blue {
  color: #2d68ba;
}
.red {
  color: #ff314f;
}
.green {
  color: #12955c;
}
.orange {
  color: #ec591d;
}
.purple {
  color: #9c36ff;
}
.narrow {
  max-width: 1200px;
}
.feature-section {
  padding-top: 70px;
}
.feature-section .section-title {
  margin-bottom: 38px;
}
.pain-point {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #f5f6f8;
  border-radius: 9px;
  padding: 20px 28px;
  font-size: 14px;
  margin-bottom: 36px;
}
.pain-point span {
  font-size: 32px;
}
.pain-point p {
  margin: 0;
}
.solution-title {
  font-size: 18px;
  margin: 0 0 24px;
}
.showcase {
  border-radius: 12px;
  border: 1px solid #ffccc8;
  background: linear-gradient(120deg, #ff948c, #fff0ec 48%, #fff);
  overflow: hidden;
  padding: 28px;
}
.word-showcase {
  padding-bottom: 0;
}
.compare-labels {
  display: flex;
  justify-content: space-around;
  font-weight: 600;
  margin-bottom: 18px;
}
.compare-labels span:first-child {
  color: #929292;
}
.compare-labels span:last-child {
  color: var(--red);
}
.word-images {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  max-height: 470px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.word-images img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: top;
}
.compare-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 24px;
  z-index: 2;
  margin-left: 6px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 30px;
}
.benefit-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.benefit-grid h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.benefit-grid h4 i {
  color: #ff314f;
  margin-right: 8px;
}
.benefit-grid p {
  font-size: 14px;
  color: #545b65;
  line-height: 1.65;
  margin: 0;
}
.image-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 22px;
  align-items: center;
}
.image-details {
  width: 100%;
}
.image-docs {
  height: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.image-docs > div {
  min-width: 0;
  padding: 16px;
  text-align: center;
  font-weight: 600;
}
.image-docs > div + div {
  border-left: 1px solid #d7d7d7;
  color: var(--red);
}
.image-docs img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top;
  filter: blur(0.7px);
  margin-top: 8px;
}
.image-docs > div + div img {
  filter: none;
}
.offline-visual {
  padding: 20px;
  background: linear-gradient(120deg, #ff9890, #fff1ed 48%, #fff);
  border: 1px solid #ffccc8;
  border-radius: 12px;
}
.offline-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.offline-tags span {
  padding: 10px 18px;
  background: #fff;
  border-radius: 8px;
  color: var(--red);
  font-size: 13px;
}
.offline-visual > img {
  width: 100%;
  border-radius: 10px;
}
.comparison {
  padding-bottom: 130px;
}
.table-wrap {
  overflow: auto;
  border-radius: 12px;
}
.table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
}
.table-wrap thead {
  background: #2c2c2c;
  color: #fff;
}
.table-wrap th,
.table-wrap td {
  text-align: left;
  padding: 25px 48px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.45;
}
.table-wrap tbody th {
  width: 200px;
}
.table-wrap tbody td:nth-child(2) {
  color: #4e535a;
}
.table-wrap tbody td:nth-child(3) {
  font-weight: 600;
}
.table-wrap td i {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  margin-right: 10px;
  background: #eaeaea;
}
.table-wrap td:nth-child(3) i {
  background: var(--red);
  color: #fff;
}
.final-cta {
  height: 575px;
  background: var(--red);
  color: #fff;
  overflow: hidden;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  height: 100%;
  align-items: center;
}
.cta-copy {
  padding-left: 55px;
  position: relative;
  z-index: 2;
}
.cta-copy h2 {
  font-size: 45px;
  line-height: 1.25;
  margin: 0 0 24px;
}
.cta-copy > p {
  max-width: 720px;
  font-size: 17px;
}
.os-switch.light {
  color: #2d2d2d;
}
.cta-actions {
  display: flex;
  gap: 16px;
}
.btn-white {
  background: #fff;
  color: var(--red);
  font-weight: 600;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.cta-trust {
  display: flex;
  gap: 24px;
  margin-top: 26px;
  font-size: 12px;
}
.cta-art {
  height: 100%;
  position: relative;
}
.cta-art:before {
  content: "";
  position: absolute;
  inset: -140px -180px -80px -100px;
  border-radius: 50%;
  border: 85px solid rgba(255, 255, 255, 0.12);
}
.cta-art img {
  height: 660px;
  max-width: none;
  position: absolute;
  left: -80px;
  top: -38px;
  mix-blend-mode: screen;
}
.footer {
  padding: 70px 0 28px;
  background: #fff;
}
.footer p {
  color: #494f57;
  line-height: 1.8;
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer nav a:first-child {
  color: var(--red);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 997px) and (max-width: 1400px) {
  .hero-grid {
    grid-template-columns: 43% 57%;
    gap: 34px;
  }
  .hero h1 {
    font-size: clamp(52px, 5vw, 70px);
  }
  .section-title {
    font-size: 36px;
  }
  .cta-copy {
    padding-left: 0;
  }
  .cta-art img {
    left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .hero {
    padding: 64px 0;
    min-height: auto;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow,
  .os-switch {
    margin-inline: auto;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-lead {
    max-width: 700px;
    margin-inline: auto;
  }
  .hero-actions {
    max-width: 620px;
    margin-inline: auto;
  }
  .trust-row {
    justify-content: center;
  }
  .hero-visual {
    max-width: 780px;
    margin: auto;
  }
  .format-grid {
    grid-template-columns: 1fr 1fr;
  }
  .format-card:last-child {
    grid-column: 1/-1;
  }
  .image-showcase {
    grid-template-columns: 1fr;
  }
  .image-details {
    display: none;
  }
  .benefit-grid {
    gap: 22px;
  }
  .cta-copy h2 {
    font-size: 36px;
  }
  .cta-art {
    opacity: 0.38;
  }
  .cta-art img {
    left: -220px;
  }
  .cta-copy {
    grid-column: 1/-1;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .hero {
    min-height: auto;
    padding: 54px 0 48px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 42px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow {
    font-size: 13px;
    margin: auto;
    padding: 9px 18px;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.14;
    letter-spacing: -1.5px;
    margin-top: 20px;
  }
  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .os-switch {
    margin-inline: auto;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .trust-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .app-shot {
    border-width: 7px;
  }
  .section {
    padding: 74px 0;
  }
  .formats {
    padding-top: 85px;
  }
  .section-title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    margin-bottom: 40px;
  }
  .format-grid {
    grid-template-columns: 1fr;
  }
  .format-card {
    padding: 22px;
  }
  .pain-point {
    align-items: flex-start;
    padding: 17px;
  }
  .pain-point span {
    font-size: 25px;
  }
  .solution-title {
    font-size: 16px;
  }
  .showcase {
    padding: 12px;
  }
  .compare-labels {
    font-size: 11px;
    gap: 10px;
  }
  .word-images {
    grid-template-columns: 1fr 34px 1fr;
    max-height: 260px;
  }
  .word-images img {
    height: 260px;
  }
  .compare-arrow {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-left: 1px;
  }
  .benefit-grid,
  .benefit-grid.two {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .image-showcase {
    grid-template-columns: 1fr;
  }
  .image-details {
    display: none;
  }
  .image-docs {
    height: 275px;
  }
  .image-docs > div {
    font-size: 11px;
    padding: 8px;
  }
  .image-docs img {
    height: 235px;
  }
  .offline-tags {
    gap: 8px;
  }
  .offline-tags span {
    padding: 8px 10px;
    font-size: 11px;
  }
  .offline-visual {
    padding: 10px;
  }
  .table-wrap {
    margin-inline: -16px;
    border-radius: 0;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 18px 22px;
  }
  .final-cta {
    height: auto;
    min-height: 650px;
    padding: 70px 0;
  }
  .cta-grid {
    display: block;
  }
  .cta-copy {
    padding: 0;
    text-align: center;
  }
  .cta-copy h2 {
    font-size: 32px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .cta-trust {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta-art {
    height: 250px;
    margin-top: 25px;
    opacity: 0.28;
  }
  .cta-art img {
    height: 430px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  .footer {
    padding-top: 48px;
  }
  .reveal {
    transform: translateY(12px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn {
    transition: none;
  }
}

/* CTA alignment from the final design */
.os-switch {
  height: 29px;
  padding: 2px;
  border: 0;
  background: #fbd2d1;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 16px;
}
.os-switch span {
  height: 25px;
  min-width: 75px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
}
.os-switch i {
  font-size: 13px;
}
.hero-actions .btn {
  height: 52px;
  padding-inline: 18px;
}
.hero-actions .btn-stack strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.hero-actions .btn-stack small {
  font-size: 12px;
  line-height: 15px;
}
.hero-actions .btn-ghost {
  font-size: 15px;
}
.cta-actions {
  gap: 20px;
}
.cta-actions .btn {
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding-inline: 12px;
  white-space: nowrap;
}
.cta-actions .btn-white {
  width: 174px;
}
.cta-actions .btn-outline-white {
  width: 414px;
}
.cta-trust {
  align-items: center;
  gap: 0;
}
.cta-trust span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.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;
}

@media (max-width: 767px) {
  .hero-actions .btn {
    width: 100%;
  }
  .cta-actions .btn-white,
  .cta-actions .btn-outline-white {
    width: 100%;
    font-size: 14px;
    padding-inline: 8px;
  }
  .cta-trust {
    gap: 12px;
  }
  .cta-trust span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .os-switch span {
    min-width: 70px;
  }
}

/* Compressed replacement artwork: retain the existing layout dimensions. */
.hero {
  background: #fff4f2 url("../img/pdf-product-pages/banner-bg.png") center/cover
    no-repeat;
}
.hero:before,
.hero-glow {
  display: none;
}
.solution-showcase {
  padding: 0;
  border: 0;
  background: none;
}
.solution-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.benefit-grid h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.benefit-grid h4 img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}
.final-cta {
  background: var(--red) url("../img/pdf-product-pages/banner2-bg.png") center/cover
    no-repeat;
}
.cta-art:before {
  content: none;
}
.cta-art.reveal {
  transform: none;
}
.cta-art img {
  mix-blend-mode: normal;
}
@media (min-width: 997px) {
  .cta-art img {
    width: min(531px, 42vw);
    height: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .cta-art img {
    width: min(480px, 55vw);
    height: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .cta-art img {
    width: min(320px, 80vw);
    height: auto;
    left: 50%;
    top: auto;
    bottom: -70px;
    transform: translateX(-50%);
  }
}

/* Comparison table column and text alignment */
.table-wrap table {
  table-layout: fixed;
}
.table-wrap thead th:nth-child(1) {
  width: 24%;
}
.table-wrap thead th:nth-child(2) {
  width: 35%;
}
.table-wrap thead th:nth-child(3) {
  width: 41%;
}
.table-wrap tbody th {
  width: auto;
  white-space: nowrap;
}
.table-wrap tbody th.feature-wrap {
  white-space: normal;
}
.table-wrap .cell-content {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-align: left;
}
.table-wrap .cell-content > i {
  margin-right: 0;
  flex: none;
}
.table-wrap .cell-content > span {
  display: block;
  min-width: 0;
  text-align: left;
}

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


