:root {
  --bg: #EBECF0;
  --bg-soft: #F5F6F8;
  --text: #231c18;
  --muted: #726b64;
  --line: #d8d4ce;
  --line-strong: #c7c1b8;
  --card: rgba(247, 245, 241, 0.72);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(42, 37, 32, 0.06);
  --shadow-lift: 0 22px 38px rgba(42, 37, 32, 0.1);
  --space-xs: 0.6rem;
  --space-sm: 1rem;
  --space-md: 1.6rem;
  --space-lg: 2.6rem;
  --space-xl: 3.6rem;
  --section-space: 4.2rem;
  --stack-space: 2.6rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(540px circle at 8% 85%, rgba(255, 255, 255, 0.18), transparent 75%),
    radial-gradient(420px circle at 82% 10%, rgba(255, 255, 255, 0.1), transparent 68%);
}

.bg-grid {
  display: none;
}

.eyebrow,
h1,
h2,
h3,
p,
li,
figcaption,
label {
  cursor: default;
}

.shell {
  width: min(1100px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.topbar {
  width: min(1180px, calc(100% - 2.4rem));
  margin-top: 1rem;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  position: relative;
  z-index: 20;
  transition: transform 0.35s ease;
}

.topbar.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  line-height: 1;
}

.brand-logo {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.nav-cta {
  color: var(--text);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0;
  border-radius: 0;
  background: transparent;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--muted);
  opacity: 1;
}

.hero {
  width: min(1180px, calc(100% - 2.4rem));
  padding: calc(var(--section-space) + 0.35rem) 0 0;
  position: relative;
}

.hero-aura {
  position: absolute;
  inset: -36px -28px auto;
  height: 300px;
  background: radial-gradient(circle at 72% 15%, rgba(255, 253, 250, 0.92), transparent 62%),
    radial-gradient(circle at 0% 52%, rgba(141, 133, 118, 0.06), transparent 60%);
  filter: blur(22px);
  pointer-events: none;
  z-index: -1;
}

.eyebrow {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.63rem;
  margin: 0 0 0.62rem;
  font-weight: 700;
}

.hero-layout {
  display: block;
  align-items: center;
}

.hero-copy {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  margin: 0;
  max-width: none;
  color: #171c22;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 3.85vw, 3.95rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  font-weight: 700;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  text-rendering: geometricPrecision;
}

.hero h1 .hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero h1 span {
  display: block;
  color: inherit;
  font-size: 1em;
  font-weight: 700;
  white-space: nowrap;
}

.hero h1 .hero-title-italic {
  display: inline;
  color: #444f5c;
  font-style: italic;
  font-weight: 600;
}

.hero h1 .hero-title-accent {
  display: inline;
  color: #58616c;
  font-weight: 650;
}

.hero .lead {
  margin: var(--space-md) auto 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.62;
  text-align: center;
}

.hero-demo {
  width: min(100%, 1040px);
  margin: var(--stack-space) auto 0;
  position: relative;
  padding: 0.28rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(250, 247, 247, 0.72), rgba(223, 216, 216, 0.38));
  box-shadow: 0 18px 40px rgba(58, 48, 40, 0.08), 0 0 0 1px rgba(252, 250, 247, 0.58) inset;
  overflow: hidden;
}

.hero-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, transparent 25%, rgba(255, 255, 255, 0.44) 50%, transparent 72%);
  transform: translateX(-145%);
  animation: demo-sheen 8s ease-in-out infinite;
  pointer-events: none;
}

.hero-demo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 56%;
  height: 56px;
  transform: translateX(-50%);
  filter: blur(22px);
  background: rgba(38, 46, 60, 0.22);
  pointer-events: none;
}

.hero-demo-chrome {
  display: flex;
  gap: 0.34rem;
  padding: 0.18rem 0.25rem 0.38rem;
}

.hero-demo-chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3ccc5;
}

.hero-demo-video {
  width: 100%;
  display: block;
  height: auto;
  min-height: clamp(300px, 44vw, 540px);
  border-radius: 12px;
  object-fit: contain;
  border: 1px solid rgba(167, 176, 190, 0.25);
  background: #0f1319;
}

@keyframes demo-sheen {
  0%,
  64%,
  100% {
    transform: translateX(-145%);
  }
  76% {
    transform: translateX(145%);
  }
}

.hero-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}

.hero-link:hover,
.hero-link:focus-visible {
  opacity: 0.72;
}

.hero-link-strong {
  color: #fff;
  background: #180d0d;
  padding: 0.9rem 1.25rem;
  border-radius: 14px;
}

.btn {
  border: 0;
  background: transparent;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.16em;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  padding: 0.4rem 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  opacity: 0.72;
}

.tilt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.48), transparent 60%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.section {
  padding: var(--section-space) 0 0;
}

.section-head h2 {
  margin: 0;
  letter-spacing: -0.03em;
  font-size: clamp(1.45rem, 3.4vw, 2.6rem);
}

.section-head p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

#benefits .section-head h2 {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.cap-marquee {
  margin-top: calc(var(--stack-space) + 1.8rem);
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  padding: 0.2rem 0;
}

.cap-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(117, 126, 142, 0.12) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: cap-glow 8s ease-in-out infinite;
  pointer-events: none;
}

.cap-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.9rem;
  animation: cap-scroll 20s linear infinite;
}

.cap-row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.9rem;
}

.cap-row li {
  border: 0;
  color: var(--text);
  border-radius: 0;
  padding: 0;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  background: transparent;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.integrations {
  width: min(1260px, calc(100% - 2rem));
  padding-top: var(--section-space);
}

.why-aevra {
  width: min(1180px, calc(100% - 2rem));
  padding-top: calc(var(--section-space) + 1.2rem);
}

.why-aevra-head {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.why-aevra h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
}

.why-aevra-subtitle {
  margin: var(--space-md) 0 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.72;
  margin-left: auto;
  margin-right: auto;
}

.why-aevra-feature {
  margin-top: calc(var(--space-lg) + 0.5rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: rgba(247, 245, 241, 0.42);
}

.why-aevra-feature-media {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  background: rgba(245, 243, 239, 0.52);
  overflow: hidden;
}

.why-aevra-feature-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: clamp(280px, 44vw, 620px);
  object-fit: cover;
}

.why-aevra-grid {
  margin-top: calc(var(--space-lg) + 0.2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.why-aevra-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.35rem 1.35rem 1.45rem;
  border: 1px solid rgba(199, 193, 184, 0.55);
  border-radius: 18px;
  background: rgba(247, 245, 241, 0.38);
  box-shadow: none;
}

.why-aevra-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.why-aevra-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.68;
}

.integrations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.integrations-visual {
  position: relative;
}

.integration-orbits {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.integration-ring,
.integration-core,
.integration-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.integration-ring {
  border-radius: 50%;
  border: 1px solid rgba(188, 196, 208, 0.4);
  pointer-events: none;
}

.integration-ring-outer {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-color: rgba(205, 214, 225, 0.48);
}

.integration-ring-mid {
  width: 78%;
  aspect-ratio: 1 / 1;
  border-color: rgba(236, 192, 201, 0.42);
}

.integration-ring-inner {
  width: 56%;
  aspect-ratio: 1 / 1;
  border-color: rgba(189, 219, 226, 0.55);
}

.integration-ring-core {
  width: 34%;
  aspect-ratio: 1 / 1;
  border-color: rgba(223, 192, 207, 0.52);
}

.integration-core {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  background: transparent;
  box-shadow: none;
}

.integration-core-logo {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.integration-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(252, 250, 247, 0.9);
  box-shadow:
    0 10px 24px rgba(58, 48, 40, 0.08),
    0 0 0 1px rgba(208, 201, 194, 0.34);
  backdrop-filter: blur(8px);
  animation: integration-float var(--float-duration, 11s) cubic-bezier(0.42, 0, 0.2, 1) infinite;
  animation-delay: var(--float-delay, 0s);
}

.integration-badge img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.integration-badge-deel img,
.integration-badge-slack img {
  width: 38px;
  height: 38px;
}

.integration-badge-salesforce {
  left: 31%;
  top: 24%;
  --float-delay: -0.6s;
}

.integration-badge-google {
  left: 60%;
  top: 16%;
  --float-duration: 7.8s;
  --float-delay: -2.1s;
}

.integration-badge-microsoft {
  left: 84%;
  top: 31%;
  --float-duration: 8.4s;
  --float-delay: -1.2s;
}

.integration-badge-jira {
  left: 76%;
  top: 57%;
  --float-duration: 7.2s;
  --float-delay: -3.2s;
}

.integration-badge-slack {
  left: 66%;
  top: 79%;
  --float-duration: 8.6s;
  --float-delay: -2.7s;
}

.integration-badge-workday {
  left: 41%;
  top: 80%;
  --float-duration: 7s;
  --float-delay: -4.1s;
}

.integration-badge-deel {
  left: 18%;
  top: 59%;
  --float-duration: 8.2s;
  --float-delay: -1.8s;
}

.integration-badge-hubspot {
  left: 21%;
  top: 39%;
  --float-duration: 6.8s;
  --float-delay: -3.8s;
}

.integrations-copy {
  max-width: 560px;
}

.integrations-copy h2 {
  margin: 0;
  font-size: clamp(1.28rem, 2.55vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: var(--text);
  text-wrap: balance;
  font-family: "Cormorant Garamond", serif;
}

.integrations-copy h2 span {
  display: inline;
  color: var(--text);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.integrations-copy p {
  margin: var(--space-md) 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
  max-width: 42ch;
}

@keyframes integration-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  25% {
    transform: translate(-50%, -50%) translate3d(1px, -3px, 0);
  }
  50% {
    transform: translate(-50%, -50%) translate3d(-1px, -5px, 0);
  }
  75% {
    transform: translate(-50%, -50%) translate3d(-2px, -2px, 0);
  }
}

@keyframes cap-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.325rem));
  }
}

@keyframes cap-glow {
  0%,
  100% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(120%);
  }
}

.cards {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
  padding: 1.2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.card h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.cta {
  margin-top: calc(var(--section-space) + 1rem);
  padding: 0;
  text-align: center;
}

.cta-minimal {
  max-width: 680px;
  margin: 0 auto;
  padding: 0.45rem 0;
  position: relative;
}

.cta-minimal h2 {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
}

.cta-minimal p {
  margin: 0.55rem auto 0;
  max-width: 46ch;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
}

.cta-link {
  margin-top: 0.9rem;
  display: inline-flex;
  justify-content: center;
  color: var(--text);
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.cta-link:hover,
.cta-link:focus-visible {
  color: var(--muted);
  opacity: 1;
}

.cta-logos {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.cta-logos img {
  display: block;
  max-height: 26px;
  width: auto;
  object-fit: contain;
  opacity: 0.82;
  mix-blend-mode: multiply;
}

.footer {
  padding: var(--section-space) 0 2rem;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.privacy-link {
  position: fixed;
  left: 1.35rem;
  bottom: 1.15rem;
  z-index: 40;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.privacy-link:hover,
.privacy-link:focus-visible {
  color: var(--text);
  opacity: 1;
}

.policy-page {
  background: var(--bg);
  color: var(--text);
}

.policy-shell {
  width: min(1180px, calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 1.25rem 0 4rem;
}

.policy-topbar {
  margin-bottom: 2rem;
}

.policy-back {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}

.policy-back:hover,
.policy-back:focus-visible {
  color: var(--text);
}

.policy-doc {
  max-width: 1120px;
}

.policy-header {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--line);
}

.policy-kicker {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.policy-header h1 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.policy-meta {
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.policy-intro {
  margin: 1.25rem 0 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 62ch;
}

.policy-section {
  padding-top: 2rem;
}

.policy-section h2 {
  margin: 0 0 0.85rem;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 600;
}

.policy-section p,
.policy-section li,
.policy-section div[role="cell"],
.policy-section div[role="columnheader"] {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.78;
}

.policy-section p {
  margin: 0.7rem 0 0;
}

.policy-section a {
  color: var(--text);
  text-underline-offset: 0.14em;
}

.policy-list {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
}

.policy-list li + li {
  margin-top: 0.5rem;
}

.policy-table {
  margin-top: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.36);
}

.policy-table-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--line);
}

.policy-table-row:first-child {
  border-top: 0;
}

.policy-table-head {
  background: rgba(255, 255, 255, 0.42);
}

.policy-table-head div {
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 18, 24, 0.82);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 120;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  width: auto;
  max-height: 88vh;
  max-width: 92vw;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  image-rendering: auto;
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #eef2f8;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
  opacity: 0.9;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  opacity: 0.68;
}

.tilt-card.is-hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-lift);
}

.tilt-card.is-hover::before {
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(12px) scale(0.995);
  transition: opacity 0.72s cubic-bezier(0.2, 0.65, 0.1, 1), transform 0.72s cubic-bezier(0.2, 0.65, 0.1, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .cap-row li {
    font-size: 0.82rem;
    padding: 0;
  }

  .why-aevra-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-aevra-feature {
    border-radius: 26px;
  }

  .policy-table-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .integrations-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .integrations-copy {
    max-width: none;
    text-align: center;
  }

  .integrations-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  :root {
    --section-space: 3.2rem;
    --stack-space: 2rem;
  }

  .shell {
    width: min(1100px, calc(100% - 1.1rem));
  }

  .topbar {
    margin-top: 0.7rem;
    top: 0.35rem;
    padding: 0.4rem 0;
  }

  .nav-cta {
    font-size: 0.74rem;
    padding: 0;
  }

  .privacy-link {
    left: 0.85rem;
    bottom: 0.85rem;
    font-size: 0.72rem;
  }

  .hero {
    width: min(1180px, calc(100% - 1.1rem));
    padding-top: calc(var(--section-space) + 0.2rem);
  }

  .hero-layout {
    display: block;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
    padding-left: 0;
  }

  .hero-demo {
    margin-top: var(--stack-space);
    padding: 0.24rem;
    border-radius: 13px;
  }

  .hero-demo-video {
    min-height: 210px;
    border-radius: 9px;
  }

  .why-aevra-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .why-aevra h2 {
    font-size: clamp(1.28rem, 6.2vw, 1.75rem);
    line-height: 1.02;
  }

  .why-aevra-feature {
    margin-top: var(--space-lg);
    border-radius: 22px;
  }

  .why-aevra-feature-image {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .why-aevra-card {
    padding: 1.2rem 1.15rem 1.25rem;
    border-radius: 16px;
  }

  .policy-shell {
    width: min(860px, calc(100% - 1.1rem));
    padding-bottom: 3rem;
  }

  .policy-header h1 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .integrations {
    width: min(1260px, calc(100% - 1.1rem));
  }

  .integration-orbits {
    width: min(100%, 520px);
  }

  .integration-core {
    width: 72px;
    height: 72px;
  }

  .integration-core-logo {
    width: 34px;
    height: 34px;
  }

  .integration-badge {
    width: 50px;
    height: 50px;
  }

  .integration-badge img {
    width: 24px;
    height: 24px;
  }

  h1,
  h1 span {
    white-space: normal;
  }
}

@media (min-width: 701px) {
  .hero h1 span {
    white-space: nowrap;
  }
}

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

  .tilt-card.is-hover {
    transform: none;
    box-shadow: var(--shadow);
  }

}
