:root {
  --ink: #182330;
  --muted: #647184;
  --line: #dce4ec;
  --soft: #f6f9fb;
  --wash: #eef8fa;
  --blush: #fff1f7;
  --white: #ffffff;
  --teal: #087f92;
  --teal-dark: #0c6575;
  --pink: #ee5e98;
  --pink-soft: #ffe5ef;
  --gold: #c8942e;
  --navy: #202b3a;
  --shadow: 0 24px 70px rgba(21, 38, 57, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cairo", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(238, 94, 152, 0.13), transparent 28vw),
    radial-gradient(circle at 88% 12%, rgba(8, 127, 146, 0.12), transparent 30vw),
    linear-gradient(180deg, #fbfdff 0%, #f7fbfd 44%, #ffffff 100%);
  overflow-x: hidden;
}

body[dir="rtl"] {
  text-align: right;
}

body[dir="rtl"] .hero,
body[dir="rtl"] .visual-proof,
body[dir="rtl"] .why,
body[dir="rtl"] .challenge-layout,
body[dir="rtl"] .rights-inner {
  direction: rtl;
}

body[dir="rtl"] .section-intro.centered,
body[dir="rtl"] .closing {
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

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

.language-toggle,
.pdf-button {
  position: fixed;
  top: 18px;
  z-index: 30;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(8, 127, 146, 0.18);
  border-radius: 6px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 12px 28px rgba(8, 127, 146, 0.2);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.language-toggle {
  right: 18px;
}

.pdf-button {
  right: 126px;
  color: var(--teal);
  background: var(--white);
}

body[dir="rtl"] .language-toggle {
  right: auto;
  left: 18px;
}

body[dir="rtl"] .pdf-button {
  right: auto;
  left: 116px;
}

.section-band,
.section-block {
  position: relative;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 72px);
  border-top: 3px solid rgba(8, 127, 146, 0.12);
  border-bottom: 2px solid rgba(238, 94, 152, 0.1);
}

.section-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 250, 0.9)),
    radial-gradient(circle at 15% 20%, rgba(238, 94, 152, 0.08), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(8, 127, 146, 0.09), transparent 30%);
}

.section-block {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.96));
}

.section-band::after,
.section-block::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8, 127, 146, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 146, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  content: "";
}

.section-band > *,
.section-block > * {
  position: relative;
  z-index: 1;
}

.section-intro,
.summary-grid,
.pillar-grid,
.benefit-grid,
.security-grid,
.toc-grid,
.challenge-layout,
.visual-copy,
.device-showcase,
.screen-grid,
.why-media,
.why-copy,
.rights-inner,
.timeline,
.roadmap-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
  min-height: 100vh;
  padding-top: clamp(92px, 9vw, 132px);
  overflow: hidden;
  border-bottom: 3px solid rgba(8, 127, 146, 0.12);
  background:
    radial-gradient(circle at 82% 18%, rgba(238, 94, 152, 0.16), transparent 26vw),
    radial-gradient(circle at 12% 18%, rgba(8, 127, 146, 0.12), transparent 28vw),
    linear-gradient(135deg, #ffffff 0%, #f2f9fb 48%, #fff6fa 100%);
}

.hero::before,
.section-band::before,
.section-block::before {
  pointer-events: none;
}

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

.hero-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, 760px);
  margin-bottom: clamp(32px, 4vw, 52px);
}

.hero-logo {
  width: clamp(150px, 14vw, 230px);
  margin: 0;
  filter: drop-shadow(0 20px 34px rgba(8, 127, 146, 0.16));
}

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

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.22;
}

.hero-text,
.section-intro p:not(.eyebrow),
.visual-copy p,
.impact-panel p,
.benefit-grid p,
.security-grid p,
.summary-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
}

.primary-button {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 14px 30px rgba(8, 127, 146, 0.22);
}

.secondary-button {
  color: var(--teal-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.metrics-row div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.metrics-row strong {
  display: block;
  color: var(--pink);
  font-size: 28px;
}

.metrics-row span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
  border: 3px solid rgba(255, 255, 255, 0.9);
  outline: 2px solid rgba(8, 127, 146, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-intro {
  max-width: 850px;
  margin-bottom: 36px;
}

.section-intro.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.summary-grid,
.pillar-grid,
.benefit-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.toc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.toc-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 22px;
  border: 2px solid rgba(8, 127, 146, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(24, 35, 48, 0.05);
  backdrop-filter: blur(8px);
}

.toc-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.toc-grid strong {
  font-size: 17px;
  line-height: 1.25;
}

body[dir="rtl"] .toc-grid a {
  flex-direction: row-reverse;
}

.summary-grid article,
.pillar-card,
.benefit-grid article,
.security-grid article,
.impact-panel {
  border: 2px solid rgba(8, 127, 146, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(24, 35, 48, 0.06);
  backdrop-filter: blur(8px);
}

.summary-grid article {
  padding: 34px;
}

.icon-box,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--teal);
  background: #e8f7f9;
  font-weight: 800;
}

.challenge-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.challenge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.challenge-list div,
.capability-list span,
.why-list span,
.roadmap-grid span {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 18px 20px;
  border: 2px solid rgba(8, 127, 146, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #344154;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.challenge-list div {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  padding-left: 40px;
}

.why-list span,
.roadmap-grid span {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.challenge-list div span {
  position: absolute;
  margin: 8px 0 0 -23px;
}

body[dir="rtl"] .challenge-list div {
  padding-right: 40px;
  padding-left: 16px;
}

body[dir="rtl"] .challenge-list div span {
  margin: 8px -23px 0 0;
}

.challenge-list em,
.pillar-card em,
.why-list em,
.roadmap-grid em {
  display: block;
  margin-top: 5px;
  color: var(--teal-dark);
  font-style: normal;
  font-weight: 800;
}

.challenge-list > div > span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--pink);
}

.impact-panel {
  padding: 38px;
  background: var(--navy);
  color: var(--white);
}

.impact-panel p {
  color: #c8d2de;
}

.panel-label {
  margin-bottom: 18px;
  color: #82dbe7;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pillar-card {
  padding: 34px;
}

.pillar-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pillar-top .feature-icon {
  margin-bottom: 0;
  color: var(--white);
  background: var(--pink);
}

.pillar-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillar-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.pillar-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

body[dir="rtl"] .pillar-card li {
  padding-right: 18px;
  padding-left: 0;
}

body[dir="rtl"] .pillar-card li::before {
  right: 0;
  left: auto;
}

.visual-proof {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.capability-list,
.why-list,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.device-showcase {
  position: relative;
  min-height: 520px;
}

.desktop-shot,
.phone-shot,
.why-media img {
  border: 3px solid rgba(255, 255, 255, 0.92);
  outline: 2px solid rgba(8, 127, 146, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.desktop-shot {
  width: 88%;
  margin-left: auto;
}

.phone-shot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  border: 8px solid var(--white);
}

.benefit-grid article,
.security-grid article {
  padding: 34px;
}

.benefit-grid article:nth-child(1) {
  border-top: 5px solid var(--pink);
}

.benefit-grid article:nth-child(2) {
  border-top: 5px solid var(--teal);
}

.benefit-grid article:nth-child(3) {
  border-top: 5px solid var(--gold);
}

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

.screen-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.9);
  outline: 2px solid rgba(8, 127, 146, 0.16);
  border-radius: 8px;
  background: #1c2735;
  box-shadow: var(--shadow);
}

.screen-grid img {
  width: 100%;
  aspect-ratio: 16 / 7.6;
  object-fit: cover;
}

.screen-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--white);
  font-weight: 800;
}

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

.why {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.75fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.rights-section {
  border: 3px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 92% 18%, rgba(238, 94, 152, 0.2), transparent 34%),
    linear-gradient(135deg, #182330 0%, #0c6575 100%);
  color: var(--white);
}

.rights-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.rights-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #9ce7ef;
  background: rgba(255, 255, 255, 0.09);
  font-size: 48px;
  font-weight: 800;
}

.rights-section .eyebrow {
  color: #9ce7ef;
}

.rights-section h2 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.25;
  text-align: left;
}

body[dir="rtl"] .rights-section h2 {
  text-align: right;
}

.rights-section p:not(.eyebrow) {
  max-width: 900px;
  color: #d9e5ef;
  font-size: 18px;
  line-height: 1.8;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.timeline article {
  position: relative;
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.timeline p {
  color: var(--muted);
}

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

.roadmap-grid span {
  min-height: 76px;
}

.ask-chatgpt {
  text-align: center;
}

.chatgpt-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: min(760px, 100%);
  min-height: 220px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.chatgpt-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 127, 146, 0.34);
  box-shadow: 0 30px 80px rgba(21, 38, 57, 0.18);
}

.openai-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(96px, 12vw, 148px);
  height: clamp(96px, 12vw, 148px);
  flex: 0 0 auto;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.openai-icon svg {
  width: 72%;
  height: 72%;
  fill: currentColor;
}

.openai-icon.compact {
  width: 56px;
  height: 56px;
}

.chatgpt-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.chatgpt-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

body[dir="rtl"] .chatgpt-card {
  flex-direction: row-reverse;
}

.closing {
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 72px);
  text-align: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(238, 94, 152, 0.18), transparent 32%),
    linear-gradient(135deg, #182330 0%, #202b3a 58%, #0c6575 100%);
  border-top: 3px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.closing img {
  width: 120px;
  margin: 0 auto 26px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
}

.closing h2 {
  max-width: 1050px;
  margin: 0 auto 30px;
}

.closing .eyebrow {
  color: #9ce7ef;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.closing .secondary-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.whatsapp-button {
  box-shadow: 0 14px 30px rgba(8, 127, 146, 0.18);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: #dae4ed;
  background: #17212e;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .hero,
  .visual-proof,
  .why,
  .challenge-layout {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    width: 100%;
  }

  .summary-grid,
  .pillar-grid,
  .benefit-grid,
  .toc-grid {
    grid-template-columns: 1fr;
  }

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

  .rights-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .language-toggle,
  .pdf-button {
    top: 12px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .pdf-button {
    right: 108px;
  }

  body[dir="rtl"] .pdf-button {
    left: 96px;
  }

  .hero {
    min-height: auto;
    padding-top: 88px;
  }

  .hero-brand-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .metrics-row,
  .challenge-list,
  .capability-list,
  .why-list,
  .roadmap-grid,
  .security-grid,
  .timeline,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .device-showcase {
    min-height: auto;
  }

  .desktop-shot {
    width: 100%;
  }

  .phone-shot {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

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

  .chatgpt-card {
    flex-direction: column;
  }

  body[dir="rtl"] .chatgpt-card {
    flex-direction: column;
  }
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }

  html {
    scroll-behavior: auto;
  }

  body {
    background: #ffffff;
    color: #182330;
    font-size: 10.5pt;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .language-toggle,
  .pdf-button {
    display: none !important;
  }

  .section-band,
  .section-block,
  .closing {
    padding: 14mm 0;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 0;
  }

  .toc,
  .executive,
  .challenge,
  .solution,
  .visual-proof,
  .benefits,
  .screens,
  .security,
  .why,
  .rights-section,
  .implementation,
  .roadmap,
  .closing {
    page-break-before: always;
    break-before: page;
  }

  .summary-grid article,
  .pillar-card,
  .benefit-grid article,
  .security-grid article,
  .timeline article,
  .screen-grid figure,
  .toc-grid a,
  .impact-panel {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .hero-media img,
  .desktop-shot,
  .phone-shot,
  .why-media img,
  .screen-grid figure,
  .summary-grid article,
  .pillar-card,
  .benefit-grid article,
  .security-grid article,
  .timeline article,
  .impact-panel {
    box-shadow: none;
  }

  .hero-actions,
  .contact-actions {
    display: none;
  }

  .chatgpt-card {
    min-height: auto;
  }

  h1 {
    font-size: 34pt;
    line-height: 1.08;
  }

  h2 {
    font-size: 24pt;
    line-height: 1.16;
  }

  h3 {
    font-size: 15pt;
  }

  p,
  li,
  .hero-text,
  .section-intro p:not(.eyebrow),
  .visual-copy p,
  .impact-panel p,
  .benefit-grid p,
  .security-grid p,
  .summary-grid p {
    font-size: 10.5pt;
    line-height: 1.55;
  }

  .hero-media img {
    width: 100%;
  }

  .hero-brand-row {
    justify-content: flex-start;
  }

  body[dir="rtl"] .hero-brand-row {
    justify-content: flex-end;
  }

  .hero-logo {
    width: 170px;
  }

  .hero-media {
    margin-top: 12mm;
  }

  .metrics-row,
  .summary-grid,
  .pillar-grid,
  .benefit-grid,
  .security-grid,
  .timeline,
  .screen-grid,
  .toc-grid,
  .roadmap-grid,
  .challenge-list {
    gap: 8px;
  }

  .summary-grid,
  .pillar-grid,
  .benefit-grid,
  .security-grid,
  .timeline,
  .toc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screen-grid,
  .roadmap-grid,
  .challenge-list,
  .metrics-row {
    grid-template-columns: 1fr;
  }

  .visual-proof,
  .why,
  .challenge-layout,
  .rights-inner {
    display: block;
  }

  .device-showcase {
    min-height: auto;
    margin-top: 10mm;
  }

  .desktop-shot {
    width: 100%;
  }

  .phone-shot {
    position: static;
    width: 55%;
    margin-top: 8mm;
  }

  .rights-section {
    background: #182330 !important;
  }

  .rights-mark {
    width: 88px;
    height: 88px;
    margin-bottom: 8mm;
    font-size: 28px;
  }

  .closing {
    background: #182330 !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 9mm;
  }

  body {
    background: #ffffff !important;
    color: #182330;
    font-size: 9.5pt;
  }

  .section-band,
  .section-block,
  .closing {
    padding: 8mm 0 !important;
    background: #ffffff !important;
    border: 0 !important;
  }

  .section-band::after,
  .section-block::after {
    display: none !important;
  }

  .toc,
  .executive,
  .challenge,
  .solution,
  .visual-proof,
  .benefits,
  .screens,
  .security,
  .why,
  .rights-section,
  .implementation,
  .roadmap,
  .closing {
    break-before: auto !important;
    page-break-before: auto !important;
  }

  .hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6mm !important;
    min-height: 0 !important;
    padding: 0 0 8mm !important;
    overflow: visible !important;
    background: #f6f9fb !important;
    break-after: auto !important;
    page-break-after: auto !important;
  }

  .hero-copy,
  .section-intro,
  .visual-copy,
  .why-copy {
    max-width: none !important;
  }

  .hero-brand-row {
    justify-content: center !important;
    gap: 8mm !important;
    margin-bottom: 5mm !important;
  }

  .hero-logo {
    width: 42mm !important;
  }

  .language-toggle,
  .pdf-button,
  .hero-actions,
  .contact-actions {
    display: none !important;
  }

  .hero-media {
    margin-top: 4mm !important;
  }

  .hero-media img,
  .desktop-shot,
  .phone-shot,
  .why-media img,
  .screen-grid img {
    max-height: 68mm !important;
    object-fit: contain !important;
  }

  .hero-media img,
  .desktop-shot,
  .phone-shot,
  .why-media img {
    width: 100% !important;
    border: 1px solid #dce4ec !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .phone-shot {
    position: static !important;
    width: 42% !important;
    margin: 5mm auto 0 !important;
    border: 1px solid #dce4ec !important;
    outline: 0 !important;
  }

  .device-showcase {
    min-height: 0 !important;
    margin-top: 5mm !important;
  }

  .section-intro {
    margin-bottom: 5mm !important;
  }

  h1 {
    margin-bottom: 4mm !important;
    font-size: 26pt !important;
    line-height: 1.12 !important;
  }

  h2 {
    margin-bottom: 4mm !important;
    font-size: 19pt !important;
    line-height: 1.2 !important;
  }

  h3 {
    margin-bottom: 2mm !important;
    font-size: 12pt !important;
    line-height: 1.25 !important;
  }

  .eyebrow {
    margin-bottom: 2mm !important;
    font-size: 8pt !important;
  }

  p,
  li,
  .hero-text,
  .section-intro p:not(.eyebrow),
  .visual-copy p,
  .impact-panel p,
  .benefit-grid p,
  .security-grid p,
  .summary-grid p {
    font-size: 9.5pt !important;
    line-height: 1.42 !important;
  }

  .metrics-row,
  .summary-grid,
  .pillar-grid,
  .benefit-grid,
  .security-grid,
  .timeline,
  .screen-grid,
  .toc-grid,
  .roadmap-grid,
  .challenge-list,
  .capability-list,
  .why-list {
    display: grid !important;
    gap: 3mm !important;
  }

  .metrics-row,
  .summary-grid,
  .pillar-grid,
  .benefit-grid,
  .security-grid,
  .timeline,
  .toc-grid,
  .roadmap-grid,
  .challenge-list,
  .capability-list,
  .why-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .screen-grid {
    grid-template-columns: 1fr !important;
  }

  .visual-proof,
  .why,
  .challenge-layout,
  .rights-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5mm !important;
  }

  .summary-grid article,
  .pillar-card,
  .benefit-grid article,
  .security-grid article,
  .timeline article,
  .toc-grid a,
  .impact-panel,
  .challenge-list div,
  .capability-list span,
  .why-list span,
  .roadmap-grid span {
    min-height: 0 !important;
    padding: 5mm !important;
    box-shadow: none !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  .timeline article {
    min-height: 0 !important;
  }

  .screen-grid figure {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    box-shadow: none !important;
  }

  .screen-grid img {
    width: 100% !important;
    aspect-ratio: auto !important;
  }

  .rights-section {
    margin: 4mm 0 !important;
    padding: 8mm !important;
    background: #182330 !important;
    color: #ffffff !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  .rights-mark {
    width: 22mm !important;
    height: 22mm !important;
    margin-bottom: 5mm !important;
    font-size: 18pt !important;
  }

  .rights-section h2 {
    font-size: 21pt !important;
  }

  .closing {
    margin-top: 5mm !important;
    padding: 10mm !important;
    background: #182330 !important;
    color: #ffffff !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  .closing img {
    width: 28mm !important;
  }

  .site-footer {
    padding: 5mm 0 0 !important;
    color: #647184 !important;
    background: #ffffff !important;
  }
}
