/* VersandFaktur landing page — self-contained, responsive and WCAG-conscious. */
:root {
  --ink-950: #0b1220;
  --ink-900: #111a2c;
  --ink-800: #1d293d;
  --ink-700: #344056;
  --ink-600: #526078;
  --ink-500: #5d6a80;
  --ink-300: #c8d0dd;
  --ink-200: #e1e6ee;
  --ink-100: #eef2f7;
  --ink-50: #f7f9fc;
  --white: #ffffff;
  --primary-700: #4934be;
  --primary-600: #5a46d6;
  --primary-500: #6d5ce7;
  --primary-100: #ebe8ff;
  --primary-50: #f5f3ff;
  --blue-600: #1769e0;
  --blue-100: #e3efff;
  --green-700: #087a55;
  --green-600: #0a9668;
  --green-100: #dff8ee;
  --amber-700: #9a5a06;
  --amber-100: #fff1d4;
  --cyan-400: #47d7d1;
  --shadow-sm: 0 1px 2px rgba(12, 20, 36, .05), 0 4px 14px rgba(12, 20, 36, .05);
  --shadow-md: 0 16px 40px rgba(20, 29, 49, .10), 0 2px 8px rgba(20, 29, 49, .06);
  --shadow-lg: 0 34px 80px rgba(21, 28, 49, .18), 0 8px 24px rgba(21, 28, 49, .08);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: 1200px;
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  color: var(--ink-900);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink-950);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  letter-spacing: -.02em;
}

p {
  color: var(--ink-600);
}

:focus-visible {
  outline: 3px solid #1c7cf0;
  outline-offset: 4px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink-950);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--primary-700);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker-light {
  color: #aea5ff;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 54px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading p,
.split-heading > p,
.roadmap-copy > p,
.security-copy > p {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.site-header.is-scrolled {
  border-color: rgba(211, 218, 229, .8);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 28px rgba(17, 26, 44, .06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.language-switcher {
  display: inline-flex;
  padding: 3px;
  align-items: center;
  gap: 2px;
  background: rgba(239, 242, 248, .9);
  border: 1px solid var(--ink-200);
  border-radius: 999px;
}

.language-switcher a {
  display: inline-flex;
  min-width: 42px;
  min-height: 34px;
  padding: 5px 8px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--ink-600);
  border-radius: 999px;
  font-size: .7rem;
  text-decoration: none;
}

.language-switcher a[aria-current="true"] {
  color: var(--white);
  background: var(--ink-950);
  box-shadow: 0 4px 10px rgba(17, 26, 44, .16);
}

.language-switcher a span {
  font-size: .84rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  color: var(--ink-950);
  font-size: 1.22rem;
  font-weight: 820;
  letter-spacing: -.04em;
}

.brand > span:last-child > span {
  color: var(--primary-600);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--ink-950);
  border-radius: 12px;
  box-shadow: 0 7px 16px rgba(22, 28, 45, .18);
}

.brand-mark svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav > a,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink-700);
  font-size: .93rem;
  font-weight: 650;
  transition: color .18s ease;
}

.primary-nav > a:hover,
.text-link:hover {
  color: var(--primary-600);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 4px;
  padding-left: 24px;
  border-left: 1px solid var(--ink-200);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--ink-950);
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: 12px;
  cursor: pointer;
  place-items: center;
}

.menu-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.menu-close,
.menu-button[aria-expanded="true"] .menu-open {
  display: none;
}

.menu-button[aria-expanded="true"] .menu-close {
  display: block;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  gap: 10px;
  font-size: .95rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  color: var(--white);
  background: var(--ink-950);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(11, 18, 32, .15);
}

.button-small:hover {
  color: var(--white);
  background: var(--primary-700);
}

.button-primary {
  color: var(--white);
  background: var(--primary-600);
  box-shadow: 0 12px 28px rgba(90, 70, 214, .25);
}

.button-primary:hover {
  color: var(--white);
  background: var(--primary-700);
  box-shadow: 0 16px 34px rgba(73, 52, 190, .28);
}

.button-secondary {
  color: var(--ink-900);
  background: var(--white);
  border-color: var(--ink-200);
  box-shadow: var(--shadow-sm);
}

.button-secondary:hover {
  color: var(--primary-700);
  border-color: #bbb2fa;
  box-shadow: var(--shadow-md);
}

.button-light {
  color: var(--ink-950);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.button-light:hover {
  color: var(--primary-700);
  background: #f7f5ff;
}

.button-full {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  min-height: 800px;
  padding: calc(var(--header-height) + 88px) 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(109, 92, 231, .09), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #f7f8fc 78%, #fff 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .45;
  background-image: linear-gradient(rgba(83, 94, 118, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 94, 118, .055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(4px);
}

.hero-glow-one {
  top: 90px;
  right: -120px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(95, 76, 220, .15), transparent 67%);
}

.hero-glow-two {
  bottom: -160px;
  left: -120px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(71, 215, 209, .13), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 70px;
  align-items: center;
}

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

.eyebrow {
  padding: 8px 13px;
  color: var(--primary-700);
  background: rgba(235, 232, 255, .8);
  border: 1px solid rgba(109, 92, 231, .15);
  border-radius: 999px;
  letter-spacing: .09em;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--green-600);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(10, 150, 104, .12);
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  line-height: .99;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--primary-600);
  font-style: normal;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 32px;
  font-size: clamp(1.08rem, 1.5vw, 1.23rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  color: var(--ink-600);
  font-size: .82rem;
  font-weight: 630;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

/* Product demo */
.product-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 48px 0 54px 28px;
}

.app-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 474px;
  background: var(--white);
  border: 1px solid rgba(192, 200, 214, .8);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
  transform-origin: center;
}

.app-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  background: #fafbfe;
  border-bottom: 1px solid var(--ink-200);
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  background: #d3d9e3;
  border-radius: 50%;
}

.window-address {
  padding: 5px 28px;
  color: #8290a5;
  background: #eef1f6;
  border-radius: 7px;
  font-size: .57rem;
  font-weight: 650;
}

.window-user {
  display: grid;
  justify-self: end;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--white);
  background: var(--primary-600);
  border-radius: 50%;
  font-size: .55rem;
  font-weight: 800;
}

.app-layout {
  display: grid;
  grid-template-columns: 55px 1fr;
  min-height: 426px;
}

.app-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  padding-top: 16px;
  background: var(--ink-950);
}

.mini-brand {
  display: grid;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  place-items: center;
  background: var(--primary-600);
  border-radius: 8px;
}

.mini-brand span {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 3px;
  transform: rotate(45deg);
}

.app-sidebar > i {
  width: 17px;
  height: 17px;
  opacity: .45;
  border: 1.5px solid #a7b1c2;
  border-radius: 5px;
}

.app-sidebar > i.active {
  opacity: 1;
  background: rgba(109, 92, 231, .34);
  border-color: #9e91fa;
  box-shadow: 0 0 0 7px rgba(109, 92, 231, .14);
}

.app-content {
  min-width: 0;
  padding: 28px 28px 24px;
  background: #f7f9fc;
}

.demo-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.demo-heading div {
  display: flex;
  flex-direction: column;
}

.demo-heading small,
.flow-node small,
.order-main small,
.demo-stats small,
.floating-card small {
  color: #8995a7;
  font-size: .58rem;
  font-style: normal;
  font-weight: 650;
}

.demo-heading strong {
  color: var(--ink-950);
  font-size: 1.05rem;
  letter-spacing: -.03em;
}

.demo-heading > span {
  padding: 5px 9px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 999px;
  font-size: .56rem;
  font-weight: 800;
}

.demo-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.demo-flow > i {
  color: #a5aec0;
  font-size: .76rem;
  font-style: normal;
}

.flow-node {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px;
  gap: 9px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: 11px;
}

.flow-node b {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 8px;
  font-size: .72rem;
}

.flow-node.dhl b {
  color: var(--ink-950);
  background: #ffcc00;
}

.flow-node.invoice b {
  background: var(--primary-600);
}

.flow-node > span {
  display: flex;
  overflow: hidden;
  min-width: 0;
  flex-direction: column;
  color: var(--ink-800);
  font-size: .65rem;
  font-weight: 750;
  line-height: 1.3;
  white-space: nowrap;
}

.demo-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.order-main {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
}

.order-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--primary-600);
  background: var(--primary-100);
  border-radius: 10px;
}

.order-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.order-main > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.order-main strong {
  overflow: hidden;
  color: var(--ink-900);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-main em {
  color: #7b879c;
  font-size: .58rem;
  font-style: normal;
}

.order-state {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 5px;
  color: var(--green-700);
  font-size: .57rem;
  font-weight: 750;
}

.order-state i {
  width: 6px;
  height: 6px;
  background: var(--green-600);
  border-radius: 50%;
}

.demo-card button {
  grid-column: 2;
  min-height: 30px;
  padding: 6px 11px;
  color: var(--white);
  background: var(--primary-600);
  border: 0;
  border-radius: 7px;
  font-size: .57rem;
  font-weight: 750;
}

.demo-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.demo-stats > div {
  display: flex;
  padding: 12px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: 12px;
}

.demo-stats strong {
  color: var(--ink-950);
  font-size: 1rem;
  line-height: 1.2;
}

.demo-stats span {
  color: #8792a4;
  font-size: .56rem;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-width: 250px;
  padding: 12px 15px;
  gap: 10px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(205, 212, 224, .82);
  border-radius: 13px;
  box-shadow: 0 18px 44px rgba(16, 24, 42, .16);
}

.floating-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  color: var(--ink-900);
  font-size: .67rem;
  letter-spacing: -.01em;
}

.floating-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--primary-600);
  background: var(--primary-100);
  border-radius: 10px;
}

.floating-icon.success {
  color: var(--green-700);
  background: var(--green-100);
}

.floating-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.floating-card-top {
  top: 12px;
  right: -22px;
}

.floating-card-bottom {
  bottom: 15px;
  left: -12px;
}

.visual-orbit {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(90, 70, 214, .12);
  border-radius: 50%;
}

.visual-orbit-one {
  top: -30px;
  right: -80px;
  width: 360px;
  height: 360px;
}

.visual-orbit-two {
  right: 60px;
  bottom: -55px;
  width: 230px;
  height: 230px;
}

/* Proof strip */
.proof-strip {
  position: relative;
  z-index: 5;
  border-block: 1px solid var(--ink-200);
  background: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid > div {
  display: flex;
  min-height: 105px;
  padding: 22px 28px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--ink-200);
}

.proof-grid > div:first-child {
  border-left: 1px solid var(--ink-200);
}

.proof-grid strong {
  margin-bottom: 2px;
  color: var(--ink-950);
  font-size: 1.05rem;
}

.proof-grid span {
  color: var(--ink-500);
  font-size: .8rem;
}

/* Problem */
.problem-section {
  background: var(--white);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}

.split-heading h2 {
  max-width: 750px;
  margin-bottom: 0;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pain-grid article {
  position: relative;
  min-height: 285px;
  padding: 34px;
  overflow: hidden;
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pain-grid article:hover {
  border-color: #cbc5f6;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.pain-number {
  display: inline-flex;
  margin-bottom: 52px;
  color: var(--primary-600);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.pain-grid h3 {
  font-size: 1.45rem;
}

.pain-grid p {
  margin-bottom: 0;
  font-size: .94rem;
}

/* Workflow */
.workflow-section {
  background: var(--ink-50);
  border-block: 1px solid var(--ink-200);
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
}

.workflow-list li {
  position: relative;
  padding: 26px 28px 10px;
  border-left: 1px solid var(--ink-200);
}

.workflow-list li:last-child {
  border-right: 1px solid var(--ink-200);
}

.workflow-list li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 67px;
  right: -13px;
  display: grid;
  width: 26px;
  height: 26px;
  color: var(--ink-500);
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: 50%;
  content: "→";
  font-size: .78rem;
  font-weight: 750;
  place-items: center;
}

.step-index {
  display: block;
  margin-bottom: 17px;
  color: var(--ink-500);
  font-size: .7rem;
  font-weight: 820;
}

.step-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 25px;
  place-items: center;
  color: var(--primary-600);
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
}

.step-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.workflow-list h3 {
  font-size: 1.12rem;
}

.workflow-list p {
  margin-bottom: 0;
  font-size: .86rem;
}

/* Features */
.features-section {
  background: var(--white);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 285px;
  padding: 34px;
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
}

.feature-card p {
  max-width: 570px;
  margin-bottom: 0;
  font-size: .94rem;
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 43px;
  place-items: center;
  color: var(--primary-700);
  background: var(--primary-100);
  border-radius: 14px;
}

.feature-icon.blue {
  color: var(--blue-600);
  background: var(--blue-100);
}

.feature-icon.violet {
  color: var(--primary-700);
  background: var(--primary-100);
}

.feature-icon.green {
  color: var(--green-700);
  background: var(--green-100);
}

.feature-icon.amber {
  color: var(--amber-700);
  background: var(--amber-100);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.1fr .9fr;
  min-height: 350px;
  gap: 50px;
  align-items: center;
  overflow: hidden;
}

.feature-card-wide .feature-icon {
  margin-bottom: 50px;
}

.feature-card-dark {
  color: var(--white);
  background: var(--ink-950);
  border-color: var(--ink-950);
}

.feature-card-dark h3,
.feature-card-dark p {
  color: var(--white);
}

.feature-card-dark p {
  opacity: .72;
}

.feature-card-dark .feature-icon {
  color: #d9d4ff;
  background: rgba(109, 92, 231, .22);
}

.label-preview {
  width: min(100%, 340px);
  margin: 12px auto -88px;
  padding: 26px;
  color: var(--ink-950);
  background: var(--white);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .27);
  transform: rotate(2deg);
}

.label-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--ink-950);
}

.label-head b {
  padding: 4px 8px;
  background: #ffcc00;
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.label-head span {
  font-size: .65rem;
  font-weight: 850;
}

.label-lines {
  padding: 20px 0 15px;
}

.label-lines i {
  display: block;
  width: 80%;
  height: 7px;
  margin-bottom: 7px;
  background: #d9dee6;
  border-radius: 3px;
}

.label-lines i:nth-child(2) {
  width: 55%;
}

.barcode {
  height: 54px;
  margin: 8px 0 4px;
  background: repeating-linear-gradient(90deg, #0b1220 0 2px, transparent 2px 4px, #0b1220 4px 5px, transparent 5px 8px);
}

.label-preview small {
  display: block;
  text-align: center;
  font-size: .63rem;
  letter-spacing: .17em;
}

.feature-card-accent {
  background: linear-gradient(135deg, #f3f1ff 0%, #e8f7f6 100%);
  border-color: #dcd8f4;
}

.vat-card {
  width: min(100%, 350px);
  margin-inline: auto;
  padding: 28px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(51, 39, 118, .15);
  transform: rotate(-2deg);
}

.vat-card > span {
  display: block;
  margin-bottom: 20px;
  color: var(--primary-600);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
}

.vat-card strong {
  display: block;
  margin-bottom: 24px;
  color: var(--ink-950);
  font-size: 1.5rem;
  letter-spacing: .04em;
}

.vat-card div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green-700);
  font-size: .8rem;
  font-weight: 750;
}

.vat-card i {
  width: 8px;
  height: 8px;
  background: var(--green-600);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(10, 150, 104, .12);
}

/* Security */
.security-section {
  overflow: hidden;
  background: var(--ink-950);
}

.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.security-copy h2,
.security-copy > p {
  color: var(--white);
}

.security-copy > p {
  opacity: .68;
}

.security-copy ul {
  display: grid;
  padding: 0;
  margin: 38px 0 0;
  gap: 14px;
  list-style: none;
}

.security-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #d6dce7;
  font-size: .92rem;
  font-weight: 600;
}

.security-copy li svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--cyan-400);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.security-visual {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
}

.shield-rings,
.shield-rings i {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(162, 151, 245, .17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.shield-rings {
  width: 390px;
  height: 390px;
}

.shield-rings i:nth-child(1) {
  width: 300px;
  height: 300px;
}

.shield-rings i:nth-child(2) {
  width: 210px;
  height: 210px;
}

.shield-rings i:nth-child(3) {
  width: 120px;
  height: 120px;
  background: rgba(109, 92, 231, .08);
}

.shield-main {
  position: relative;
  z-index: 2;
  display: grid;
  width: 105px;
  height: 105px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--primary-500), var(--primary-700));
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(70, 49, 184, .45);
  transform: rotate(-4deg);
}

.shield-main svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.security-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  color: #d8deea;
  background: rgba(27, 38, 61, .92);
  border: 1px solid rgba(146, 159, 183, .18);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .25);
  font-size: .7rem;
  font-weight: 650;
  white-space: nowrap;
}

.security-chip span {
  width: 7px;
  height: 7px;
  background: var(--cyan-400);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(71, 215, 209, .1);
}

.chip-one {
  top: 65px;
  left: 10px;
}

.chip-two {
  right: -10px;
  bottom: 92px;
}

.chip-three {
  bottom: 28px;
  left: 56px;
}

/* Founder */
.founder-section {
  padding-block: 68px;
  background: var(--white);
  border-bottom: 1px solid var(--ink-200);
}

.founder-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1.35fr) minmax(280px, .8fr);
  padding: 34px 38px;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #f8f7ff, #f5fbff);
  border: 1px solid #ddd8fa;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(28, 39, 63, .08);
}

.founder-mark {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--primary-500), var(--primary-700));
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(70, 49, 184, .22);
  font-size: 1.5rem;
  font-weight: 850;
  letter-spacing: -.04em;
}

.founder-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.founder-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-600);
}

.founder-copy strong {
  color: var(--ink-900);
}

.founder-facts {
  display: grid;
  margin: 0;
  padding: 0 0 0 30px;
  gap: 15px;
  border-left: 1px solid #d8d3ef;
  list-style: none;
}

.founder-facts li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.founder-facts strong {
  color: var(--ink-900);
  font-size: .88rem;
}

.founder-facts span {
  color: var(--ink-500);
  font-size: .7rem;
}

/* Pricing */
.pricing-section {
  background: var(--ink-50);
  border-bottom: 1px solid var(--ink-200);
}

.pricing-grid {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 570px;
  padding: 38px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.price-card.featured {
  border-color: var(--primary-500);
  box-shadow: 0 24px 60px rgba(73, 52, 190, .15);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  color: var(--primary-700);
  background: var(--primary-100);
  border-radius: 999px;
  font-size: .67rem;
  font-weight: 820;
}

.price-name {
  display: block;
  margin-bottom: 12px;
  color: var(--primary-700);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-top h3 {
  margin-bottom: 9px;
  font-size: 1.65rem;
}

.price-top p {
  min-height: 50px;
  margin-bottom: 28px;
  font-size: .9rem;
}

.price {
  display: flex;
  margin-bottom: 12px;
  flex-direction: column;
}

.price strong {
  color: var(--ink-950);
  font-size: 3.15rem;
  letter-spacing: -.06em;
  line-height: 1;
}

.price span {
  margin-top: 8px;
  color: var(--ink-500);
  font-size: .82rem;
}

.price-saving {
  align-self: flex-start;
  margin: 2px 0 4px;
  padding: 6px 9px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 7px;
  font-size: .68rem;
  font-weight: 750;
}

.price-card ul {
  display: grid;
  padding: 26px 0 30px;
  margin: auto 0 0;
  gap: 13px;
  border-top: 1px solid var(--ink-200);
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink-700);
  font-size: .86rem;
}

.price-card li svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.tax-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--ink-500);
  font-size: .76rem;
  text-align: center;
}

/* Roadmap */
.roadmap-section {
  background: var(--white);
}

.roadmap-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 85px;
  align-items: start;
}

.roadmap-copy {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.roadmap-note {
  display: flex;
  margin-top: 34px;
  padding: 18px;
  gap: 13px;
  color: var(--ink-700);
  background: var(--primary-50);
  border: 1px solid #ddd8fa;
  border-radius: 14px;
  font-size: .82rem;
}

.roadmap-note svg {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--primary-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.roadmap-note span {
  display: flex;
  flex-direction: column;
}

.roadmap-list {
  display: grid;
  gap: 12px;
}

.roadmap-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 28px;
  column-gap: 22px;
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: 16px;
}

.roadmap-list article > span {
  grid-row: 1 / span 2;
  color: var(--primary-700);
  font-size: .68rem;
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.roadmap-list h3 {
  margin-bottom: 8px;
  font-size: 1.17rem;
}

.roadmap-list p {
  margin-bottom: 0;
  font-size: .86rem;
}

/* FAQ */
.faq-section {
  background: var(--ink-50);
  border-top: 1px solid var(--ink-200);
}

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.faq-heading p {
  max-width: 370px;
}

.faq-list {
  border-top: 1px solid var(--ink-300);
}

.faq-list details {
  border-bottom: 1px solid var(--ink-300);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 76px;
  padding: 24px 52px 24px 0;
  align-items: center;
  color: var(--ink-900);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 720;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--ink-700);
  transform: translateY(-50%);
  transition: transform .18s ease;
}

.faq-list summary span::after {
  top: 1px;
  right: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 670px;
  padding: 0 48px 25px 0;
  margin-bottom: 0;
  font-size: .92rem;
}

/* CTA and footer */
.final-cta {
  padding: 70px 0;
  background: var(--white);
}

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 320px;
  padding: 62px;
  gap: 50px;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-700), #34218f);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(56, 35, 152, .25);
}

.cta-card::before,
.cta-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.cta-card::before {
  top: -180px;
  right: -100px;
  width: 430px;
  height: 430px;
}

.cta-card::after {
  right: 80px;
  bottom: -210px;
  width: 330px;
  height: 330px;
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card h2,
.cta-card p {
  max-width: 680px;
  color: var(--white);
}

.cta-card h2 {
  margin-bottom: 17px;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
}

.cta-card p {
  margin-bottom: 0;
  opacity: .75;
  font-size: 1.05rem;
}

.cta-actions {
  display: flex;
  min-width: 240px;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.cta-login {
  min-height: 34px;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cta-login:hover {
  color: var(--white);
}

.site-footer {
  padding: 78px 0 30px;
  background: var(--ink-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  padding-bottom: 60px;
}

.brand-footer {
  margin-bottom: 20px;
  color: var(--white);
}

.brand-footer > span:last-child > span {
  color: #9184ff;
}

.brand-footer .brand-mark {
  color: var(--ink-950);
  background: var(--white);
}

.footer-brand p {
  max-width: 400px;
  color: #9ba7ba;
  font-size: .88rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.footer-links > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-links strong {
  margin-bottom: 9px;
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .05em;
}

.footer-links a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: #9ba7ba;
  font-size: .83rem;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  padding-top: 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(170, 181, 201, .16);
}

.footer-bottom p {
  max-width: 590px;
  margin-bottom: 0;
  color: #7f8ba0;
  font-size: .7rem;
}

.footer-bottom p:last-child {
  text-align: right;
}

/* Responsive */
@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
    gap: 34px;
  }

  .primary-nav {
    gap: 18px;
  }

  .nav-actions {
    gap: 13px;
    padding-left: 17px;
  }

  .floating-card-top {
    right: 0;
  }

  .workflow-list li {
    padding-inline: 22px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  .section {
    padding-block: 88px;
  }

  .menu-button {
    display: grid;
  }

  .primary-nav {
    position: fixed;
    z-index: 101;
    inset: var(--header-height) 0 auto;
    display: none;
    max-height: calc(100dvh - var(--header-height));
    padding: 22px 20px 28px;
    overflow-y: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--ink-200);
    box-shadow: 0 22px 40px rgba(17, 26, 44, .12);
  }

  .primary-nav[data-open] {
    display: flex;
  }

  .primary-nav > a {
    padding: 6px 8px;
    font-size: 1rem;
  }

  .nav-actions {
    margin: 14px 0 0;
    padding: 18px 0 0;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid var(--ink-200);
    border-left: 0;
  }

  .nav-actions .text-link,
  .nav-actions .button {
    justify-content: center;
  }

  .nav-actions .language-switcher {
    justify-content: center;
  }

  .hero {
    padding-top: calc(var(--header-height) + 64px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-copy {
    max-width: 730px;
    text-align: center;
    justify-self: center;
  }

  .hero h1,
  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .product-visual {
    width: min(100%, 700px);
    justify-self: center;
  }

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

  .proof-grid > div:nth-child(3) {
    border-left: 1px solid var(--ink-200);
  }

  .proof-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ink-200);
  }

  .split-heading,
  .security-grid,
  .founder-card,
  .roadmap-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .founder-card {
    gap: 25px;
  }

  .founder-facts {
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 0 0;
    border-top: 1px solid #d8d3ef;
    border-left: 0;
  }

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

  .pain-grid article {
    min-height: auto;
  }

  .pain-number {
    margin-bottom: 32px;
  }

  .workflow-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--ink-200);
  }

  .workflow-list li,
  .workflow-list li:last-child {
    padding: 30px;
    background: var(--ink-50);
    border: 0;
  }

  .workflow-list li::after {
    display: none !important;
  }

  .roadmap-copy,
  .faq-heading {
    position: static;
  }

  .security-grid {
    gap: 25px;
  }

  .security-visual {
    min-height: 390px;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 52px;
  }

  .cta-actions {
    align-items: flex-start;
  }

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

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding-block: 72px;
  }

  .founder-section {
    padding-block: 52px;
  }

  .founder-card {
    padding: 27px 24px;
    border-radius: 18px;
  }

  .founder-mark {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    font-size: 1.25rem;
  }

  .founder-facts {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero {
    min-height: 0;
    padding-bottom: 62px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.55rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-visual {
    padding: 28px 0 56px;
  }

  .app-window {
    min-height: 400px;
    border-radius: 17px;
    transform: none;
  }

  .app-layout {
    grid-template-columns: 42px 1fr;
    min-height: 352px;
  }

  .app-sidebar {
    gap: 16px;
  }

  .app-content {
    padding: 18px 14px;
  }

  .demo-flow {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }

  .demo-flow > i {
    display: none;
  }

  .flow-node {
    padding: 7px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .flow-node > span {
    font-size: .5rem;
  }

  .flow-node small {
    display: none;
  }

  .demo-card {
    grid-template-columns: 1fr;
  }

  .order-state,
  .demo-card button {
    grid-column: 1;
    justify-self: start;
  }

  .floating-card {
    min-width: 0;
    max-width: 235px;
  }

  .floating-card-top {
    top: -6px;
    right: -3px;
  }

  .floating-card-bottom {
    bottom: 6px;
    left: -3px;
  }

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

  .proof-grid > div,
  .proof-grid > div:first-child,
  .proof-grid > div:nth-child(3) {
    min-height: 84px;
    padding: 17px 22px;
    border: 0;
    border-bottom: 1px solid var(--ink-200);
  }

  .proof-grid > div:last-child {
    border-bottom: 0;
  }

  .split-heading {
    gap: 25px;
  }

  .workflow-list,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
    padding: 28px;
  }

  .feature-icon {
    margin-bottom: 34px;
  }

  .feature-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .label-preview {
    margin-bottom: -72px;
  }

  .vat-card {
    margin-bottom: 0;
  }

  .security-visual {
    min-height: 330px;
    transform: scale(.88);
  }

  .price-card {
    min-height: 0;
    padding: 30px;
  }

  .price-card ul {
    margin-top: 30px;
  }

  .roadmap-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .roadmap-list article > span {
    grid-row: auto;
  }

  .cta-card {
    min-height: 0;
    padding: 38px 28px;
    border-radius: 22px;
  }

  .cta-actions {
    min-width: 0;
    align-items: stretch;
  }

  .footer-grid {
    gap: 45px;
  }

  .footer-links {
    gap: 26px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .final-cta,
  .site-footer {
    display: none;
  }

  .hero,
  .section,
  .security-section {
    padding: 32px 0;
    color: #000;
    background: #fff;
  }

  .security-copy h2,
  .security-copy p,
  .security-copy li {
    color: #000;
  }
}
