:root {
  --ink: #1f2421;
  --muted: #5d6560;
  --line: #d7dcd7;
  --surface: #ffffff;
  --soft: #f6f6f3;
  --cream: #f2f0eb;
  --green: #163d2a;
  --green-dark: #102d20;
  --green-soft: #d8e0d6;
  --red: #c7533f;
  --amber: #e28f33;
  --shadow: 0 22px 44px rgba(34, 40, 37, 0.13);
  --serif: "Junicode", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --page-gutter: clamp(28px, 5.2vw, 116px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1em;
  height: 1em;
  stroke-width: 1.65;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: 112px;
  padding: 0 var(--page-gutter);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 35, 28, 0.06);
}

.brand {
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 56px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2723;
  white-space: nowrap;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 9px 18px rgba(14, 42, 29, 0.18);
}

.btn-primary:hover {
  background: #0d2419;
}

.btn-secondary {
  color: #1f2723;
  background: #fff;
  border: 1px solid #42504a;
}

.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  min-width: 292px;
}

.btn-outline-light:hover {
  color: var(--green-dark);
  background: #fff;
}

.nav-cta {
  justify-self: end;
  min-height: 58px;
  padding-inline: 29px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.77fr) minmax(560px, 1fr);
  align-items: center;
  gap: 78px;
  width: min(100%, 1580px);
  min-height: 690px;
  margin: 0 auto;
  padding: 64px var(--page-gutter) 58px;
  overflow: hidden;
}

.hero-copy {
  max-width: 640px;
  padding-top: 24px;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(64px, 5.45vw, 84px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 560px;
  margin: 48px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 45px;
}

.hero-actions .btn {
  min-width: 190px;
}

.review-visual {
  position: relative;
  min-height: 582px;
  perspective: 1600px;
}

.review-shadow {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(96%, 724px);
  height: 568px;
  border: 1px solid rgba(25, 34, 29, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow);
}

.shadow-one {
  right: 22px;
  bottom: 16px;
}

.shadow-two {
  right: 10px;
  bottom: 8px;
}

.review-app {
  position: absolute;
  right: 36px;
  top: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  width: min(96%, 724px);
  min-height: 610px;
  background: #fff;
  border: 1px solid #dfe4df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.pdf-preview {
  display: block;
  position: absolute;
  right: 36px;
  top: 0;
  width: min(96%, 724px);
  height: 610px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe4df;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pdf-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms ease;
}

.pdf-preview span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 4px;
  box-shadow: 0 9px 18px rgba(14, 42, 29, 0.18);
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease;
}

.pdf-preview:hover img {
  transform: scale(1.018);
}

.pdf-preview:hover span {
  background: #0d2419;
}

.review-side {
  padding: 36px 16px 20px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(150deg, #173927, #0f2a1d);
  color: #fff;
}

.mini-brand {
  margin: 0 0 34px 6px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 9px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
}

.side-item + .side-item {
  margin-top: 11px;
}

.side-item span {
  display: inline-flex;
  font-size: 14px;
}

.side-item.active {
  background: rgba(255, 255, 255, 0.12);
}

.review-main {
  padding: 30px 22px 18px;
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.review-top h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.matter {
  position: relative;
  min-width: 132px;
  padding: 12px 30px 10px 12px;
  border: 1px solid #dce2dc;
  border-radius: 5px;
  line-height: 1.1;
}

.matter span:first-child {
  display: block;
  color: #777f79;
  font-size: 8px;
  font-weight: 600;
}

.matter strong {
  display: block;
  margin-top: 4px;
  font-size: 9px;
}

.matter [data-icon] {
  position: absolute;
  right: 9px;
  top: 18px;
  font-size: 15px;
  color: var(--green);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 11px;
}

.metrics article {
  min-height: 82px;
  padding: 18px 12px 11px;
  border: 1px solid #dce2dc;
  border-radius: 5px;
}

.metrics span,
.panel h3 {
  color: #59615b;
  font-size: 8px;
  font-weight: 700;
}

.metrics strong {
  display: block;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.metrics small {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  color: #535b55;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.panel {
  min-height: 214px;
  padding: 16px 14px 13px;
  border: 1px solid #dce2dc;
  border-radius: 5px;
  background: #fff;
}

.panel h3 {
  margin: 0 0 16px;
  color: #1f2723;
}

.panel a {
  display: inline-flex;
  margin-top: 12px;
  color: #1d3328;
  font-size: 9px;
  font-weight: 700;
}

.issue-row {
  display: grid;
  grid-template-columns: 15px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 27px;
  font-size: 9px;
}

.issue-row span {
  font-size: 13px;
}

.issue-row p,
.time-row p {
  margin: 0;
}

.issue-row strong {
  font-size: 9px;
  font-weight: 700;
}

.issue-row.high span,
.issue-row.high strong,
.asset-panel strong {
  color: var(--red);
}

.issue-row.medium span,
.issue-row.medium strong {
  color: var(--amber);
}

.issue-row.low span,
.issue-row.low strong,
.ok {
  color: #2b8a55 !important;
}

.chronology-panel {
  border-left: 0;
}

.time-row {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 12px;
  min-height: 31px;
  font-size: 9px;
}

.time-row span {
  color: #38423b;
  font-weight: 700;
}

.asset-panel,
.questionnaire-panel {
  min-height: 208px;
}

.asset-panel div,
.questionnaire-panel div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edf0ed;
  padding: 5px 0;
  font-size: 9px;
}

.testimonials {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) 1fr;
  align-items: stretch;
  gap: 34px;
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 20px var(--page-gutter) 30px;
}

.testimonial-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 188px;
  padding-right: 34px;
  border-right: 1px solid #d7dcd7;
}

.testimonial-heading span {
  margin-bottom: 17px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.testimonial-heading h2 {
  max-width: 430px;
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
}

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

.testimonial-copy {
  display: none;
}

.testimonial {
  position: relative;
  min-height: 188px;
  margin: 0;
  padding: 34px 34px 27px;
  border: 1px solid #d8ddd7;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    var(--soft);
  box-shadow: 0 10px 20px rgba(31, 39, 35, 0.035);
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 28px;
  color: rgba(22, 61, 42, 0.14);
  font-family: var(--serif);
  font-size: 92px;
  line-height: 1;
}

.testimonial blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
}

.testimonial figcaption {
  margin-top: 24px;
  color: #59615b;
  font-size: 12px;
  font-weight: 600;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 36px var(--page-gutter) 35px;
  background: var(--cream);
  border-top: 1px solid rgba(28, 39, 32, 0.08);
  border-bottom: 1px solid rgba(28, 39, 32, 0.08);
  box-shadow: 0 0 0 100vmax var(--cream);
  clip-path: inset(0 -100vmax);
}

.proof-item {
  min-height: 116px;
  padding: 0 44px;
  border-right: 1px solid #d7d7d0;
}

.proof-item:first-child {
  padding-left: 0;
}

.proof-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.proof-item > span {
  display: inline-flex;
  margin-bottom: 11px;
  color: var(--green);
  font-size: 39px;
}

.proof-item h2 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.02;
}

.proof-item p {
  max-width: 280px;
  margin: 0;
  color: #4f5952;
  font-size: 14px;
  line-height: 1.5;
}

.section-pad {
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 33px var(--page-gutter) 36px;
}

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.section-heading span {
  height: 1px;
  background: #cdd2cc;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 58px;
  text-align: center;
}

.step {
  position: relative;
  display: grid;
  justify-items: center;
}

.step-line {
  position: absolute;
  top: 25px;
  left: calc(50% + 75px);
  width: calc(100% - 80px);
  border-top: 2px dotted #d8ddd8;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-size: 18px;
  box-shadow: 0 8px 16px rgba(21, 62, 42, 0.16);
  z-index: 1;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-top: 20px;
  border-radius: 999px;
  background: #f2f1ee;
  color: var(--green);
  font-size: 34px;
}

.step-icon svg {
  width: 34px;
  height: 34px;
}

.step h3 {
  max-width: 330px;
  margin: 23px 0 9px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
}

.step p {
  max-width: 310px;
  margin: 0;
  color: #4d5750;
  font-size: 14px;
  line-height: 1.48;
}

.pack {
  padding-top: 52px;
  padding-bottom: 36px;
}

.pack .section-heading {
  margin-bottom: 27px;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.pack-item {
  min-height: 188px;
  padding: 35px 34px 28px;
  border: 1px solid #d8ddd7;
  border-radius: 6px;
  background: #fff;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.pack-item:hover {
  transform: translateY(-4px);
  border-color: #bdc7be;
  box-shadow: 0 16px 28px rgba(31, 39, 35, 0.08);
}

.pack-item h3 {
  max-width: none;
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.02;
}

.pack-item p {
  margin: 31px 0 0;
  color: #414b44;
  font-size: 15px;
  line-height: 1.42;
}

.security {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 520px);
  justify-content: center;
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  position: relative;
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 42px var(--page-gutter) 37px;
  background: var(--cream);
  border-top: 1px solid rgba(28, 39, 32, 0.08);
  border-bottom: 1px solid rgba(28, 39, 32, 0.08);
  box-shadow: 0 0 0 100vmax var(--cream);
  clip-path: inset(0 -100vmax);
}

.security h2 {
  margin: 0 0 20px;
  font-size: 39px;
  font-weight: 600;
  line-height: 0.98;
}

.security p {
  margin: 0;
  color: #4e5851;
  font-size: 15px;
  line-height: 1.55;
}

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

.security-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #37423b;
  font-size: 13px;
}

.security-list span {
  color: var(--green);
  font-size: 22px;
  flex: 0 0 auto;
}

.sra {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 25px;
  min-height: 138px;
  padding-left: 44px;
  border-left: 1px solid #d1d5cf;
}

.crest {
  position: relative;
  width: 72px;
  height: 82px;
  border: 2px solid #1d3128;
  border-radius: 6px 6px 18px 18px;
}

.crest::before,
.crest::after,
.crest span::before,
.crest span::after {
  content: "";
  position: absolute;
  background: #1d3128;
}

.crest::before {
  left: 50%;
  top: 9px;
  bottom: 9px;
  width: 2px;
  transform: translateX(-50%);
}

.crest::after {
  left: 10px;
  right: 10px;
  top: 38px;
  height: 2px;
}

.crest span::before {
  left: 16px;
  top: -14px;
  width: 40px;
  height: 18px;
  clip-path: polygon(50% 0, 61% 42%, 100% 42%, 68% 64%, 82% 100%, 50% 76%, 18% 100%, 32% 64%, 0 42%, 39% 42%);
}

.crest span::after {
  left: 22px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #1d3128;
}

.sra strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.sra p {
  max-width: 270px;
  font-size: 13px;
}

.final-cta {
  display: none;
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 37px var(--page-gutter) 33px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 95% 50%, rgba(255, 255, 255, 0.12), transparent 27%),
    linear-gradient(115deg, #173f2a 0%, #173f2a 42%, #123220 100%);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 0 100vmax #173f2a;
  clip-path: inset(0 -100vmax);
}

.seal {
  position: absolute;
  right: 36px;
  top: 0;
  width: 340px;
  height: 100%;
  opacity: 0.13;
  background:
    linear-gradient(90deg, transparent 49%, #fff 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, #fff 50%, transparent 51%),
    radial-gradient(circle, transparent 38%, #fff 39%, transparent 41%),
    repeating-radial-gradient(circle, transparent 0 15px, #fff 16px 17px);
  mask-image: radial-gradient(circle at center, #000 0 58%, transparent 60%);
}

.cta-copy,
.cta-actions {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 580px;
  margin: 0 0 19px;
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 400;
  line-height: 0.98;
}

.final-cta p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.cta-actions {
  display: grid;
  justify-items: center;
  gap: 21px;
  margin-right: 210px;
}

.sample-link {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 42px;
  position: relative;
  width: min(100%, 1580px);
  min-height: 93px;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
  color: #fff;
  background: #202523;
  box-shadow: 0 0 0 100vmax #202523;
  clip-path: inset(0 -100vmax);
}

.footer-brand {
  font-size: 31px;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-contact span[data-icon] {
  font-size: 17px;
}

.divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.footer-links {
  display: flex;
  gap: 44px;
  font-size: 12px;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  .testimonial-grid {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 34px;
    gap: 24px;
  }

  .main-nav {
    gap: 28px;
  }

  .hero {
    grid-template-columns: minmax(360px, 0.86fr) minmax(420px, 1fr);
    padding: 48px 34px 56px;
    gap: 28px;
    min-height: 630px;
  }

  .hero-copy {
    max-width: 520px;
  }

  .hero h1 {
    font-size: clamp(56px, 5.9vw, 70px);
  }

  .hero-copy p {
    margin-top: 34px;
    font-size: 18px;
  }

  .review-visual {
    min-height: 500px;
  }

  .review-app,
  .pdf-preview,
  .review-shadow {
    left: auto;
    right: 0;
    transform: scale(0.79);
    transform-origin: top right;
  }

  .proof-band,
  .pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials {
    grid-template-columns: 1fr;
    padding-inline: 34px;
  }

  .testimonial-heading {
    min-height: 0;
    padding-right: 0;
    border-right: 0;
  }

  .proof-item {
    padding: 24px 32px;
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .security {
    grid-template-columns: 1fr;
  }

  .sra {
    padding-left: 0;
    border-left: 0;
  }

  .cta-actions {
    margin-right: 0;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 90px;
  }

  .main-nav {
    display: none;
  }

  .brand {
    font-size: 31px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 24px 22px 34px;
    overflow: visible;
  }

  .hero-copy {
    max-width: none;
    padding-top: 20px;
  }

  .hero h1 {
    font-size: clamp(40px, 10.4vw, 50px);
    line-height: 1.02;
    max-width: 100%;
  }

  .hero-copy p {
    margin-top: 28px;
    font-size: 18px;
  }

  .hero-actions,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding-inline: 14px;
    text-align: center;
  }

  .review-visual {
    min-height: 0;
    overflow: visible;
  }

  .review-app,
  .pdf-preview {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    height: min(118vw, 560px);
  }

  .review-shadow {
    display: none;
  }

  .proof-band,
  .steps,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .proof-band,
  .testimonials,
  .section-pad,
  .security,
  .site-footer {
    padding-inline: 22px;
  }

  .testimonials {
    display: block;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .testimonial-heading {
    min-height: 0;
    padding-right: 0;
    border-right: 0;
  }

  .testimonial-heading h2 {
    font-size: 31px;
  }

  .testimonial-grid {
    display: flex;
    width: max-content;
    margin-top: 28px;
    gap: 14px;
    animation: testimonial-scroll 18s linear infinite;
    will-change: transform;
  }

  .testimonial-grid:hover {
    animation-play-state: paused;
  }

  .testimonial-copy {
    display: block;
  }

  .testimonial {
    width: min(78vw, 345px);
    flex: 0 0 min(78vw, 345px);
  }

  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #d7d7d0;
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .section-heading {
    gap: 18px;
  }

  .section-heading h2,
  .security h2,
  .final-cta h2 {
    font-size: 36px;
  }

  .steps {
    gap: 40px;
  }

  .step-line {
    display: none;
  }

  .pack-item {
    min-height: 0;
    text-align: left;
    justify-items: start;
  }

  .pack-item h3 {
    max-width: none;
  }

  .final-cta {
    margin: 0;
    padding: 34px 22px;
    border-radius: 0;
  }

  .cta-actions {
    justify-items: stretch;
  }

  .btn-outline-light {
    min-width: 0;
  }

  .site-footer {
    justify-items: start;
    gap: 20px;
    padding-block: 28px;
  }

  .footer-contact,
  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
  }

  .footer-contact a {
    gap: 0;
  }

  .footer-contact span[data-icon] {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 18px;
  }

  .nav-cta {
    min-height: 48px;
    padding-inline: 15px;
    font-size: 13px;
  }

  .brand {
    font-size: 27px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding-inline: 9px;
    font-size: 13px;
  }

  .review-visual {
    margin-inline: 0;
    padding-left: 0;
  }

  .pdf-preview {
    height: min(126vw, 480px);
  }

  .pdf-preview span {
    display: none;
  }

  .pdf-preview img {
    object-fit: cover;
    object-position: top center;
    transform: scale(1.08);
    transform-origin: top center;
  }

  .section-heading h2,
  .testimonial-heading h2,
  .security h2,
  .final-cta h2 {
    font-size: 32px;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }

  .testimonial {
    min-height: 0;
    padding: 27px 22px 22px;
  }

  .testimonial blockquote {
    font-size: 24px;
  }

  .pack-item {
    padding: 27px 20px 22px;
  }
}

@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}
