﻿:root {
  --red: #e70216;
  --accent: #ef173d;
  --ink: #10151a;
  --muted: #4b5563;
  --line: #e5e7eb;
  --max: 1400px;
}
body {
  line-height: 1.55;
}
.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 {
  background: #fff;
  border: 1px solid #dfe1e5;
}
.btn-gradient {
  color: #fff;
  background: linear-gradient(90deg, #ff6c27, #e82b45 50%, #5c2ae8);
  gap: 7px;
}
.hero {
  height: 793px;
  position: relative;
  overflow: hidden;
  background: #fef1ee url("../img/pdf-product-pages/banner-bg.png") center/cover
    no-repeat;
}
.hero-grid {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 582px minmax(0, 754px);
  gap: 68px;
  align-items: center;
}
.eyebrow {
  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.64);
  color: #ff3d4e;
  font-weight: 500;
}
.hero h1 {
  font-size: 48px;
  line-height: 1.22;
  letter-spacing: -1.5px;
  margin: 12px 0 10px;
  font-weight: 700;
}
.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;
  cursor: pointer;
}
.os-switch .active {
  background: #fff;
}
.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.btn-primary {
  color: #fff;
  background: var(--red);
}
.btn-stack {
  flex-direction: column;
  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;
}
.media-placeholder {
  width: 100%;
  height: 100%;
  border: 1px dashed #cbd0d7;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f1f2f5);
  box-shadow: 0 14px 30px rgba(25, 30, 45, 0.06);
  display: grid;
  place-items: center;
  color: #a0a4ad;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}
.media-placeholder span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}
.section {
  padding: 110px 0;
}
.section-title {
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: -1px;
  text-align: center;
  margin: 0 auto 84px;
  font-weight: 700;
  color: #111827;
}
.feature-group {
  padding-top: 130px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.feature-row {
  display: grid;
  grid-template-columns: 560px minmax(0, 780px);
  gap: 60px;
  align-items: center;
}
.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;
  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-left: 16px;
  border-left: 3px solid var(--accent);
}
.feature-copy .solution strong {
  color: var(--accent);
}
.feature-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 780/480;
}
.challenge-section {
  padding-top: 120px;
}
.challenge-section .section-title {
  margin-bottom: 94px;
}
.comparison-section {
  padding-top: 100px;
  padding-bottom: 150px;
}
.comparison-container {
  max-width: 1202px;
}
.comparison-section .section-title {
  margin-bottom: 58px;
}
.table-wrap {
  overflow: auto;
  border-radius: 12px;
}
.table-wrap table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-wrap thead {
  background: #2d2d2d;
  color: #fff;
}
.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 thead th:first-child {
  width: 24%;
}
.table-wrap thead th:nth-child(2) {
  width: 36%;
}
.table-wrap thead th:nth-child(3) {
  width: 40%;
}
.table-wrap tbody th {
  font-weight: 600;
}
.table-wrap tbody td:nth-child(2) {
  color: #4e535a;
}
.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;
}
.table-wrap td:nth-child(3) i {
  background: var(--red);
  color: #fff;
}
.final-cta {
  height: 575px;
  color: #fff;
  background: #e70216 url("../img/pdf-product-pages/banner2-bg.png") center/cover
    no-repeat;
  position: relative;
  overflow: hidden;
}
.cta-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 735px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.cta-copy {
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
.cta-copy h2 {
  font-size: 42px;
  line-height: 1.22;
  margin: 0 0 20px;
}
.cta-copy > p {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.os-switch.light {
  background: rgba(229, 228, 228, 0.6);
}
.cta-actions {
  display: flex;
  gap: 20px;
}
.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;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--red);
}
.cta-trust {
  display: flex;
  margin-top: 20px;
  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 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-visual .media-placeholder {
  width: min(100%, 607px);
  height: 447px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.75);
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@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, 48px);
  }
  .hero-lead {
    font-size: 18px;
  }
  .hero-visual {
    height: auto;
    aspect-ratio: 754/552;
  }
  .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;
  }
  .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 .media-placeholder {
    height: min(390px, 100%);
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .hero {
    height: auto;
    padding: 70px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero-copy {
    text-align: center;
    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: 754px;
    height: auto;
    aspect-ratio: 754/552;
    margin: auto;
  }
  .section-title {
    font-size: 38px;
  }
  .feature-group .section-title {
    margin-bottom: 52px;
  }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .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;
  }
  .final-cta {
    height: auto;
    min-height: 780px;
    padding: 75px 0 0;
  }
  .cta-grid {
    display: block;
  }
  .cta-copy {
    padding: 0;
    max-width: 700px;
  }
  .cta-visual {
    height: 320px;
    margin: 32px auto 0;
    max-width: 607px;
  }
  .cta-visual .media-placeholder {
    height: 300px;
  }
}
@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;
  }
  .eyebrow {
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .hero h1 {
    font-size: 37px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
  .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: 754/552;
  }
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .feature-group,
  .challenge-section {
    padding-top: 40px;
  }
  .feature-group .section-title {
    margin-bottom: 40px;
  }
  .feature-group .feature-list {
    gap: 56px;
  }
  .feature-row,
  .feature-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .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.625;
  }
  .comparison-section {
    padding-top: 75px;
    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: 270px;
    margin-top: 28px;
  }
  .cta-visual .media-placeholder {
    height: 250px;
  }
  .reveal {
    transform: translateY(12px);
  }
}
@media (min-width: 1401px) {
  .feature-row {
    padding-inline: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Responsive product artwork */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-visual {
  display: block;
  object-fit: contain;
}
.cta-visual img {
  width: min(100%, 607px);
  height: auto;
  max-height: 448px;
  object-fit: contain;
}

@media (min-width: 997px) and (max-width: 1400px) {
  .cta-visual img {
    max-height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .cta-visual img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cta-visual img {
    max-height: 250px;
  }
}

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



