:root {
  --brand: #91005f;
  --accent: #c62875;
  --ink: #313130;
  --muted: #6f7074;
  --line: #e7e4e8;
  --paper: #f7f7f6;
  --white: #ffffff;
  --black: #050505;
  --success: #21a56a;
  font-family: "Avenir Next", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(49, 49, 48, 0.08);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

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

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
}

.nav-cta {
  background: var(--brand);
  border-radius: 999px;
  color: var(--white);
  padding: 10px 16px;
}

.video-gate {
  align-items: center;
  background: var(--black);
  display: flex;
  min-height: 100vh;
}

.video-cover {
  background: var(--black);
  border: 0;
  cursor: pointer;
  display: block;
  min-height: 100vh;
  padding: 0;
  position: relative;
  width: 100%;
}

.video-cover img,
.gate-video {
  aspect-ratio: 16 / 9;
  display: block;
  height: 100vh;
  width: 100%;
}

.video-cover img {
  object-fit: contain;
}

.gate-video {
  border: 0;
  background: var(--black);
}

.play-button {
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 22px 54px rgba(145, 0, 95, 0.34);
  height: clamp(74px, 9vw, 118px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(74px, 9vw, 118px);
}

.play-button::after {
  border-bottom: clamp(14px, 1.6vw, 22px) solid transparent;
  border-left: clamp(22px, 2.4vw, 34px) solid var(--white);
  border-top: clamp(14px, 1.6vw, 22px) solid transparent;
  content: "";
  left: 52%;
  position: absolute;
  top: 50%;
  transform: translate(-42%, -50%);
}

.hero {
  background: var(--black);
  color: var(--white);
  min-height: 78vh;
  padding: clamp(82px, 11vw, 150px) clamp(18px, 4vw, 56px) clamp(72px, 10vw, 128px);
}

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

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  font-size: clamp(44px, 7vw, 108px);
  line-height: 0.94;
  margin: 0;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
  margin: 28px auto 0;
  max-width: 820px;
}

.hero-video-wrap {
  margin: clamp(34px, 5vw, 64px) auto 0;
  max-width: 1180px;
}

.hero-video {
  aspect-ratio: 16 / 9;
  background: var(--ink);
  border: 0;
  display: block;
  width: 100%;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.primary-action,
.secondary-action,
.ghost-button {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
}

.primary-action {
  background: var(--brand);
  color: var(--white);
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.statement-band,
.voices-section,
.evidence-section,
.evolution-section,
.industrial-section,
.calculator-section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.statement-band h2,
.evidence-section h2,
.evolution-section h2,
.calculator-copy h2 {
  font-size: clamp(34px, 5vw, 76px);
  line-height: 1;
  margin: 0;
}

.statement-band h2 span {
  color: var(--brand);
}

.statement-lead {
  color: var(--ink);
  font-size: clamp(23px, 3vw, 38px);
  font-weight: 750;
  line-height: 1.15;
  margin: 36px 0 0;
  max-width: 880px;
}

.statement-note {
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
  margin: 24px 0 0;
  max-width: 900px;
}

.voices-section {
  background: var(--white);
  overflow: hidden;
}

.voices-section h2 {
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 680;
  line-height: 1.08;
  margin: 0;
  max-width: 760px;
}

.voices-note {
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 760px;
}

.voices-carousel {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(280px, 360px);
  grid-auto-flow: column;
  margin-top: 28px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--brand) var(--paper);
}

.voices-carousel article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  min-height: 220px;
  padding: clamp(20px, 2.4vw, 26px);
  position: relative;
  scroll-snap-align: start;
}

.voices-carousel article::before {
  color: var(--brand);
  content: "“";
  font-size: 54px;
  font-weight: 600;
  left: 20px;
  line-height: 1;
  opacity: 0.14;
  position: absolute;
  top: 8px;
}

.voices-carousel p {
  align-self: end;
  color: var(--ink);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 520;
  line-height: 1.45;
  margin: 34px 0 0;
  position: relative;
}

.voices-carousel footer {
  align-self: end;
  border-top: 1px solid rgba(145, 0, 95, 0.18);
  color: var(--brand);
  font-size: 14px;
  font-weight: 720;
  margin-top: 22px;
  padding-top: 14px;
}

.compare-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.compare-grid article {
  background: var(--paper);
  min-height: 270px;
  padding: clamp(26px, 4vw, 48px);
}

.compare-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 36px;
  text-transform: uppercase;
}

.compare-label.accent {
  color: var(--brand);
}

.compare-grid h3 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  margin: 0 0 18px;
}

.compare-grid p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.evidence-section {
  background: var(--paper);
}

.evidence-header {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(190px, 280px);
}

.evidence-header img {
  display: block;
  justify-self: end;
  max-width: 280px;
  width: 100%;
}

.evidence-grid {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: 1.1fr 1fr 1fr;
  margin-top: 44px;
}

.evidence-card {
  background: var(--white);
  border: 1px solid rgba(49, 49, 48, 0.08);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(49, 49, 48, 0.05);
  min-height: 300px;
  padding: clamp(24px, 3.2vw, 38px);
}

.evidence-card.large {
  background: var(--brand);
  color: var(--white);
}

.evidence-card span,
.evidence-card strong {
  color: var(--brand);
  display: block;
  font-size: clamp(50px, 7vw, 94px);
  line-height: 0.95;
}

.evidence-card.large span {
  color: var(--white);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 850;
}

.evidence-card h3 {
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 760;
  line-height: 1.12;
  margin: 0 0 30px;
}

.evidence-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
  margin: 8px 0 22px;
}

.evidence-card.large p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.evidence-line {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 28px;
}

.evidence-card .evidence-line strong {
  display: block;
}

.evidence-line span {
  color: var(--ink);
  display: block;
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 760;
  line-height: 1.05;
}

.evidence-line-wide span {
  font-size: clamp(18px, 1.7vw, 24px);
}

.study-link {
  color: var(--brand);
  display: inline-flex;
  font-weight: 850;
  margin-top: 28px;
}

.evolution-section {
  background: var(--ink);
  color: var(--white);
}

.evolution-section .eyebrow {
  color: var(--white);
}

.evolution-section h2 {
  max-width: 980px;
}

.evolution-section h2 span,
.evolution-section h2 em {
  display: block;
}

.evolution-section h2 span {
  color: var(--white);
  margin-bottom: clamp(18px, 2.4vw, 34px);
}

.evolution-section h2 em {
  color: var(--white);
  font-style: normal;
}

.evolution-section h2 em strong {
  color: var(--brand);
  font-weight: inherit;
}

.evolution-copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.26;
  margin: clamp(22px, 2.8vw, 36px) 0 0;
  max-width: 900px;
}

.evolution-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 68px);
}

.evolution-grid article {
  background: var(--black);
  min-width: 0;
}

.evolution-grid img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.evolution-grid h3 {
  font-size: clamp(24px, 2.8vw, 38px);
  margin: 0;
  padding: 22px;
}

.evolution-grid .levitup-name {
  color: var(--brand);
}

.evolution-close {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: clamp(26px, 3.4vw, 54px);
  font-weight: 620;
  line-height: 1.08;
  margin: clamp(34px, 5vw, 70px) 0 0;
  max-width: 1050px;
  padding-top: clamp(28px, 4vw, 48px);
}

.evolution-close span,
.evolution-close strong {
  display: block;
}

.evolution-close span {
  margin-bottom: 10px;
}

.evolution-close strong {
  color: var(--white);
  font-weight: inherit;
}

.metric-row {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.metric-row div {
  background: rgba(255, 255, 255, 0.06);
  padding: 34px;
}

.metric-row strong {
  color: var(--accent);
  display: block;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1;
}

.metric-row span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 18px;
}

.industrial-section {
  background: var(--white);
}

.industrial-section .eyebrow {
  color: var(--brand);
}

.industrial-section h2 {
  font-size: clamp(32px, 4.4vw, 64px);
  font-weight: 720;
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
}

.industrial-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
}

.industrial-grid article {
  background: var(--paper);
  border: 1px solid rgba(49, 49, 48, 0.06);
  min-height: 258px;
  padding: clamp(22px, 2.6vw, 34px);
}

.industrial-grid span {
  color: var(--brand);
  display: block;
  font-size: clamp(27px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.industrial-grid h3 {
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.1;
  margin: 0 0 14px;
}

.industrial-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
  margin: 0;
}

.calculator-section {
  background: var(--paper);
}

.calculator-layout {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  margin: 0 auto;
  max-width: 1280px;
}

.calculator-copy {
  position: sticky;
  top: 96px;
  align-self: start;
}

.calculator-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.calculator-note {
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 22px;
}

.assumption-list {
  border-top: 1px solid var(--line);
  margin-top: 32px;
}

.assumption-list div {
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.assumption-list dt {
  color: var(--muted);
}

.assumption-list dd {
  font-weight: 800;
  margin: 0;
}

.calculator {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(18px, 3vw, 32px);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset + fieldset,
.time-saving-card,
.results,
.lead-panel {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 28px;
}

legend {
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 16px;
}

.lines-header,
.bed-line {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 0.8fr 1.3fr 34px;
}

.lines-header {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bed-line {
  margin-bottom: 10px;
}

label span {
  display: none;
}

input,
select {
  background: var(--white);
  border: 1px solid #d7d3d9;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

input::placeholder {
  color: #a9a5aa;
}

.remove-line {
  background: var(--paper);
  border: 1px solid #d7d3d9;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  font-size: 18px;
  min-height: 42px;
}

.ghost-button {
  background: var(--white);
  border: 1px solid var(--brand);
  color: var(--brand);
  margin-top: 4px;
}

.settings-grid,
.lead-grid {
  display: grid;
  gap: 14px;
}

.settings-grid {
  grid-template-columns: 1.55fr 1fr 0.9fr;
}

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

.settings-grid label,
.lead-grid label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.hidden {
  display: none !important;
}

.time-saving-card {
  position: relative;
}

.info-chip {
  align-items: center;
  background: var(--paper);
  border: 1px solid rgba(145, 0, 95, 0.22);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 16px;
  text-align: left;
  width: 100%;
}

.info-chip span {
  display: block;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.info-chip strong {
  color: var(--brand);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.info-popover {
  background: var(--white);
  border: 1px solid var(--brand);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(49, 49, 48, 0.12);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  margin-top: 10px;
  opacity: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 26px);
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: min(440px, 100%);
  z-index: 5;
}

.info-popover p {
  margin: 0;
}

.time-saving-card:hover .info-popover,
.info-chip[aria-expanded="true"] + .info-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.result-hero {
  background: var(--brand);
  color: var(--white);
  padding: clamp(26px, 5vw, 48px);
}

.result-hero span {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
}

.result-hero strong {
  display: block;
  font-size: clamp(56px, 10vw, 118px);
  line-height: 1;
  margin-top: 8px;
}

.result-story {
  background: var(--white);
  border: 1px solid var(--brand);
  border-radius: 6px;
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  margin: 12px 0 0;
  padding: clamp(18px, 3vw, 28px);
}

.result-story strong {
  color: var(--brand);
}

.result-story p {
  margin: 0;
}

.result-story p + p {
  margin-top: 18px;
}

.story-lead {
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 850;
  line-height: 1.22;
}

.result-story ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 20px;
  padding: 0;
}

.result-story li {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 10px 1fr;
}

.result-story li::before {
  background: var(--brand);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-top: 9px;
  width: 7px;
}

.story-prl {
  border-top: 1px solid rgba(145, 0, 95, 0.18);
  color: var(--brand);
  font-weight: 850;
  padding-top: 18px;
}

.result-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.result-grid div {
  background: var(--paper);
  min-height: 105px;
  padding: 18px;
}

.result-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.result-grid strong {
  display: block;
  font-size: 22px;
  margin-top: 12px;
}

.lead-panel h3 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  margin: 8px 0 18px;
}

.lead-cta {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 640;
  line-height: 1.28;
  margin: 0;
  max-width: 780px;
}

.lead-data-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.captcha-note {
  color: var(--muted);
  font-size: 13px;
  margin: 14px 0 0;
}

.privacy-consent {
  align-items: start;
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 650;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  line-height: 1.35;
  margin-top: 16px;
}

.privacy-consent input {
  margin-top: 2px;
  min-height: auto;
  width: auto;
}

.privacy-consent span {
  display: block;
}

.privacy-consent a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bot-field {
  height: 1px;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.form-action {
  border: 0;
  margin-top: 18px;
  width: 100%;
}

.form-action:disabled {
  cursor: wait;
  opacity: 0.66;
}

.form-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  margin: 14px 0 0;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: #b00020;
}

.footer {
  background: #f4eef3;
  color: var(--ink);
  padding: clamp(48px, 7vw, 86px) clamp(18px, 4vw, 56px) 28px;
}

.footer-grid {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 1.2fr 0.9fr 1.1fr 1.2fr;
  margin: 0 auto;
  max-width: 1280px;
}

.footer h2 {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.footer a,
.footer p {
  color: var(--ink);
  display: block;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.45;
  margin: 0 0 14px;
}

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

.footer-brand {
  display: block;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 850;
  line-height: 0.95;
  margin-bottom: 18px;
}

.enisa-logo {
  display: block;
  height: auto;
  max-width: min(100%, 360px);
}

.social-heading {
  margin-top: 34px !important;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(49, 49, 48, 0.18);
  border-radius: 999px;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin: 0;
  width: 46px;
}

.social-links svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}

.footer-bottom {
  border-top: 1px solid rgba(49, 49, 48, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 42px auto 0;
  max-width: 1280px;
  padding-top: 18px;
}

.footer-bottom p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.cookie-banner {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 24px 80px rgba(49, 49, 48, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto;
  left: 18px;
  max-width: 880px;
  padding: 18px;
  position: fixed;
  right: 18px;
  z-index: 30;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner h2 {
  font-size: 18px;
  margin: 0 0 4px;
}

.cookie-banner p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.cookie-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.cookie-actions .ghost-button,
.cookie-actions .primary-action {
  border: 1px solid var(--brand);
  min-height: 40px;
  padding: 10px 14px;
}

.legal-page {
  background: var(--paper);
  min-height: calc(100vh - 70px);
  padding: clamp(64px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.legal-page article {
  background: var(--white);
  border: 1px solid var(--line);
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(24px, 4vw, 54px);
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98;
  margin: 0 0 28px;
}

.legal-page h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 34px 0 10px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.legal-page a {
  color: var(--brand);
  font-weight: 800;
}

.cost-admin {
  background: var(--paper);
  min-height: calc(100vh - 70px);
  padding: clamp(64px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.cost-admin h1 {
  color: var(--ink);
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.95;
  max-width: 900px;
}

.cost-intro {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
  max-width: 760px;
}

.cost-controls {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.cost-controls label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.cost-summary {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.cost-summary div,
.cost-summary p {
  background: var(--white);
  margin: 0;
  min-height: 104px;
  padding: 18px;
}

.cost-summary span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cost-summary strong {
  display: block;
  font-size: 23px;
  margin-top: 12px;
}

.cost-table-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  margin-top: 28px;
  overflow-x: auto;
}

.cost-table {
  border-collapse: collapse;
  width: 100%;
}

.cost-table th,
.cost-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
}

.cost-table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.testimonial-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.testimonial-editor-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.testimonial-editor-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 26px);
}

.testimonial-editor-card label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.testimonial-editor-card textarea {
  border: 1px solid #d7d3d9;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
  min-height: 118px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

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

.testimonial-check {
  align-content: end;
}

.testimonial-check input {
  min-height: auto;
  width: auto;
}

.remove-testimonial {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  justify-self: start;
  min-height: 40px;
  padding: 8px 16px;
}

.testimonial-export {
  padding: 22px;
}

.testimonial-export h2 {
  font-size: 24px;
  margin: 0 0 8px;
}

.testimonial-export p {
  color: var(--muted);
  margin: 0 0 16px;
}

.testimonial-export textarea {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: 13px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  min-height: 260px;
  padding: 14px;
  width: 100%;
}

@media (max-width: 900px) {
  .nav a:not(.nav-cta) {
    display: none;
  }

  .compare-grid,
  .metric-row,
  .evidence-header,
  .evidence-grid,
  .evolution-grid,
  .industrial-grid,
  .calculator-layout,
  .settings-grid,
  .lead-grid,
  .result-grid,
  .footer-grid,
  .cost-controls,
  .cost-summary,
  .testimonial-editor-grid {
    grid-template-columns: 1fr;
  }

  .calculator-copy {
    position: static;
  }

  .cookie-banner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

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

  .evidence-header img {
    justify-self: start;
    max-width: 260px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-logo {
    height: 28px;
  }

  .nav-cta {
    font-size: 13px;
    padding: 9px 12px;
  }

  .hero {
    min-height: 68vh;
    padding: 58px 16px 48px;
  }

  .video-gate,
  .video-cover {
    min-height: 76vh;
  }

  .video-cover img,
  .gate-video {
    height: 76vh;
  }

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

  .voices-carousel {
    grid-auto-columns: minmax(260px, 86vw);
    margin-right: -16px;
    padding-right: 16px;
  }

  .voices-carousel article {
    min-height: 252px;
  }

  .lines-header {
    display: none;
  }

  .bed-line {
    border: 1px solid var(--line);
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .bed-line label span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .remove-line {
    grid-column: span 2;
  }

  .footer {
    align-items: flex-start;
  }

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

  .cookie-actions .ghost-button,
  .cookie-actions .primary-action {
    width: 100%;
  }
}
