:root {
  --bg: #080a0f;
  --bg-soft: rgba(13, 16, 24, 0.9);
  --panel: rgba(13, 16, 24, 0.92);
  --panel-strong: rgba(15, 18, 26, 0.98);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f4f0;
  --text-dark: #131821;
  --muted: #aeb5c2;
  --muted-dark: #566071;
  --accent: #8ff1c7;
  --accent-strong: #e98266;
  --accent-soft: #9aa8c8;
  --accent-fade: rgba(143, 241, 199, 0.12);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  --band-dark: #080a0f;
  --band-light: #d8dde6;
  --band-mid: #c3cbd8;
  --band-deep: #07090d;
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 6px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--band-dark);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

[hidden] {
  display: none !important;
}

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bg-orb {
  display: none;
}

.bg-orb-left {
  top: -10rem;
  left: -12rem;
  background: rgba(122, 71, 49, 0.16);
}

.bg-orb-right {
  top: 14rem;
  right: -10rem;
  background: rgba(63, 126, 115, 0.14);
}

.site-header,
.section {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1rem 0 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.15rem;
  border-radius: 50%;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text,
h1,
h2,
h3 {
  font-family: "Archivo", sans-serif;
}

.brand-text {
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0.05em;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

.site-nav a {
  color: rgba(247, 246, 242, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--text);
}

.language-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 2.45rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  background: rgba(8, 10, 16, 0.92);
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

.language-toggle:hover {
  background: rgba(21, 26, 40, 0.96);
}

.version-badge {
  position: fixed;
  top: 4rem;
  right: 1rem;
  z-index: 9998;
  min-width: 3.2rem;
  text-align: center;
  color: rgba(244, 244, 240, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 3rem 0 3.2rem;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: var(--band-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.hero::before {
  top: -5.5rem;
  background: var(--band-dark);
  border-top: 0;
}

.problem-section::before,
.benefits-section::before {
  background: var(--band-light);
}

#services::before,
.solution-section::before,
.process-section::before {
  background: var(--band-mid);
}

.cta-section::before {
  background: var(--band-deep);
}

.benefits-section::before,
.solution-section::before,
.process-section::before,
.cta-section::before {
  border-top: 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw) 0;
  z-index: -1;
  background: var(--band-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.problem-section .scan-list,
.benefits-section .benefit-card {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(19, 24, 33, 0.16);
  box-shadow: 0 14px 34px rgba(7, 9, 13, 0.14);
}

#services .scan-list,
.solution-section .scan-list,
.process-section .process-card {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(19, 24, 33, 0.16);
}

.cta-section .cta-card {
  background: rgba(13, 16, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: 1.25rem;
  padding-top: 2.4rem;
  padding-bottom: 4rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.panel-card,
.service-card,
.process-card,
.cta-card {
  position: relative;
}

.hero-copy,
.hero-card,
.panel-card,
.service-card,
.process-card,
.cta-card {
  background: rgba(13, 16, 24, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(15, 18, 28, 0.98), rgba(8, 10, 16, 0.98));
  box-shadow: var(--shadow);
}

.hero-visual {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.hero-visual-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 34rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(14, 17, 25, 0.96);
  box-shadow: var(--shadow);
}

.hero-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 18, 0.03), rgba(8, 11, 18, 0.28)),
    radial-gradient(circle at bottom left, rgba(142, 165, 255, 0.12), transparent 36%);
}

.hero-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11em;
  margin-bottom: 1rem;
  font-size: 5.6rem;
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: normal;
  text-wrap: balance;
  color: var(--text);
}

h2 {
  margin-bottom: 0.8rem;
  font-size: 3.25rem;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: normal;
  max-width: 11em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.42rem;
  font-size: 1.08rem;
  line-height: 1.12;
  font-weight: 800;
}

p,
li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.56;
}

.problem-section h2,
.problem-section li,
.solution-section h2,
.solution-section p,
.solution-section li,
.benefits-section h2,
.benefits-section h3,
.benefits-section p,
.process-section h2,
.process-section p {
  color: var(--text-dark);
}

.process-section .process-number,
.benefit-icon {
  color: #263044;
}

.hero-text {
  max-width: 62ch;
  margin-bottom: 1.3rem;
  color: rgba(247, 246, 242, 0.86);
  font-size: 1.05rem;
  line-height: 1.58;
}

.hero-support {
  max-width: 52ch;
  margin-bottom: 1.25rem;
  color: rgba(247, 246, 242, 0.78);
  font-weight: 800;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: auto 0 1rem;
}

.metric-card {
  padding: 0.72rem 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}

.metric-value {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--text);
  font-family: "Archivo", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: normal;
}

.metric-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.05rem;
  border-radius: var(--radius-md);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: #07111d;
  background: var(--accent);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points,
.checklist {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.hero-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.32rem;
  max-width: 100%;
}

.hero-points li {
  margin: 0;
  line-height: 1.42;
}

.signal-grid,
.trust-grid,
.services-grid,
.split-grid,
.process-grid,
.faq-grid,
.benefits-grid {
  display: grid;
  gap: 1rem;
}

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

.signal-box {
  min-height: 8.4rem;
  padding: 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
}

.mini-image-placeholder,
.illustration-image-placeholder {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.mini-image-placeholder {
  height: 4.4rem;
  margin-top: 0.7rem;
  border-radius: var(--radius-md);
}

.illustration-image-placeholder {
  height: 11.5rem;
  margin-top: 0.75rem;
  border-radius: var(--radius-lg);
}

.mini-image-web,
.illustration-image-web {
  background:
    radial-gradient(circle at top right, rgba(142, 165, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(31, 40, 68, 0.95), rgba(18, 23, 38, 0.95));
}

.mini-image-ads,
.illustration-image-ads {
  background:
    radial-gradient(circle at top right, rgba(255, 140, 105, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(62, 33, 28, 0.95), rgba(26, 17, 20, 0.95));
}

.mini-image-ai,
.illustration-image-ai {
  background:
    radial-gradient(circle at top right, rgba(156, 255, 213, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(20, 45, 48, 0.95), rgba(13, 23, 27, 0.95));
}

.mini-image-placeholder::before,
.illustration-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 246, 242, 0.18);
  background: rgba(247, 246, 242, 0.05);
}

.mini-image-web::after,
.illustration-image-web::after,
.mini-image-ads::after,
.illustration-image-ads::after,
.mini-image-ai::after,
.illustration-image-ai::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(247, 246, 242, 0.86);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  letter-spacing: normal;
}

.mini-image-web::after,
.illustration-image-web::after {
  content: "</>";
}

.mini-image-ads::after,
.illustration-image-ads::after {
  content: "◫";
}

.mini-image-ai::after,
.illustration-image-ai::after {
  content: "✦";
}

.mini-image-placeholder::after {
  font-size: 1.4rem;
}

.illustration-image-placeholder::after {
  font-size: 2.5rem;
}

.mini-image-placeholder.has-image,
.illustration-image-placeholder.has-image {
  background-size: cover;
  background-position: center;
}

.mini-image-placeholder.has-image::before,
.mini-image-placeholder.has-image::after,
.illustration-image-placeholder.has-image::before,
.illustration-image-placeholder.has-image::after {
  display: none;
}

.signal-box-large {
  grid-column: span 2;
  min-height: 6.6rem;
  background: rgba(143, 241, 199, 0.07);
}

.signal-box-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-text {
  color: var(--text);
  font-family: "Archivo", sans-serif;
  font-size: 1.18rem;
  line-height: 1.08;
  font-weight: 800;
}

.quote-tag {
  color: rgba(247, 246, 242, 0.65);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-title,
.service-tag,
.process-number {
  display: inline-block;
  margin-bottom: 0.42rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-title,
.process-number {
  color: var(--accent);
}

.section-intro {
  max-width: 65rem;
  margin-bottom: 1.25rem;
}

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

.capability-callout {
  margin-bottom: 0.7rem;
  text-align: left;
}

.capability-callout .eyebrow {
  margin-bottom: 0;
  color: #263044;
  font-size: 0.98rem;
  letter-spacing: 0.14em;
}

.capability-ribbon {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0.85rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.capability-ribbon span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.58rem 0.68rem;
  border-radius: var(--radius-md);
  background: rgba(8, 11, 18, 0.06);
  border: 1px solid rgba(19, 24, 33, 0.12);
  color: var(--text-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.capability-note {
  margin: 0.9rem 0 0;
  color: var(--text-dark);
  font-weight: 800;
  text-align: left;
  max-width: 62rem;
}

.illustration-intro {
  max-width: 54rem;
}

.illustration-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 0.75rem;
}

.illustration-card {
  padding: 1rem;
  border-radius: var(--radius-lg);
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.illustration-copy h3 {
  max-width: 14ch;
}

.illustration-copy p {
  max-width: 36ch;
  margin-bottom: 0;
}

.signal-box,
.illustration-card {
  overflow: hidden;
}

.signal-box::after,
.illustration-card::after {
  display: none;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.mini-card,
.story-card,
.checklist-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.25rem;
}

.work-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, border-color 180ms ease;
}

.work-card:hover {
  transform: translateY(-2px);
  border-color: rgba(156, 255, 213, 0.3);
}

.work-image {
  width: 100%;
  height: 14rem;
  flex-shrink: 0;
  position: relative;
}

.managed-image-slot {
  position: relative;
  overflow: hidden;
}

.managed-image-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  pointer-events: none;
}

.work-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 11, 18, 0.12));
}

.work-image::before {
  content: "Future case image";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.42rem 0.6rem;
  border-radius: var(--radius-md);
  background: rgba(7, 11, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(247, 246, 242, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.work-image-one {
  background: linear-gradient(135deg, #ff8c69 0%, #ff6b4a 100%);
}

.work-image-two {
  background: linear-gradient(135deg, #9cffd5 0%, #6fffe0 100%);
}

.work-image-three {
  background: linear-gradient(135deg, #8ea5ff 0%, #6b7fff 100%);
}

.work-image-four {
  background: linear-gradient(135deg, #ffa84d 0%, #ff8c28 100%);
}

.work-image.has-image::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 11, 18, 0.18));
}

.work-image.has-image::before {
  display: none;
}

.work-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.work-card h3 {
  margin-bottom: 0.42rem;
  font-size: 1.2rem;
  line-height: 1.12;
  font-weight: 800;
  color: var(--text);
}

.work-card p {
  flex-grow: 1;
  font-size: 0.9rem;
  color: var(--muted-dark);
  margin-bottom: 0.75rem;
}

.work-tags {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.work-tags span {
  padding: 0.35rem 0.55rem;
  background: rgba(142, 165, 255, 0.12);
  border: 1px solid rgba(142, 165, 255, 0.2);
  border-radius: var(--radius-md);
  font-size: 0.74rem;
  font-weight: 700;
  color: #263044;
}

.service-card {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: 12.2rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.service-card.featured {
  background: rgba(255, 255, 255, 0.58);
  min-height: 14rem;
}

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

.service-card.featured::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
}

.service-card.featured::after,
.cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.services-grid > .service-card.featured:nth-child(1)::before {
  background-image: url("./assets/IMAGES/our services 4.jpg");
}

.services-grid > .service-card.featured:nth-child(2)::before {
  background-image: url("./assets/IMAGES/our services 1.jpg");
}

.services-grid > .service-card.featured:nth-child(3)::before {
  background-image: url("./assets/IMAGES/BG_05.jpg");
}

.services-grid > .service-card.featured:nth-child(1)::after {
  background: linear-gradient(180deg, rgba(216, 221, 230, 0.42), rgba(216, 221, 230, 0.92));
}

.services-grid > .service-card.featured:nth-child(2)::after {
  background: linear-gradient(180deg, rgba(195, 203, 216, 0.4), rgba(216, 221, 230, 0.92));
}

.services-grid > .service-card.featured:nth-child(3)::after {
  background: linear-gradient(180deg, rgba(195, 203, 216, 0.4), rgba(216, 221, 230, 0.92));
}

.service-tag {
  padding: 0.28rem 0.48rem;
  color: #151b25;
  background: rgba(142, 165, 255, 0.28);
  border-radius: var(--radius-md);
}

.split-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

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

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.benefits-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.scan-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 1.25rem;
  border: 1px solid rgba(19, 24, 33, 0.16);
  border-radius: var(--radius-lg);
  list-style: none;
}

.scan-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--text-dark);
  font-weight: 800;
}

.scan-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent-strong);
}

.benefit-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(19, 24, 33, 0.16);
  border-radius: var(--radius-lg);
}

.benefit-icon {
  display: inline-flex;
  margin-bottom: 0.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.process-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
}

.faq-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
}

.locations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.location-chip {
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-weight: 800;
}

.cta-section {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0 0 1.4rem;
}

.site-footer p {
  margin: 0;
  color: rgba(174, 184, 211, 0.75);
  font-size: 0.92rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(3, 6, 14, 0.72);
  backdrop-filter: blur(8px);
}

.modal-shell {
  width: min(100%, 42rem);
  padding: 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(13, 16, 24, 0.98);
  box-shadow: var(--shadow);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 1.25rem;
}

.modal-copy {
  max-width: 34rem;
  margin-bottom: 0.7rem;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field span {
  color: rgba(247, 246, 242, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.form-field textarea {
  resize: vertical;
  min-height: 6.5rem;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.form-status {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(247, 246, 242, 0.72);
}

.admin-preview-mode .admin-editable-text,
.admin-preview-mode .admin-editable-image {
  cursor: pointer;
  outline: 1px dashed rgba(156, 255, 213, 0.35);
  outline-offset: 6px;
  transition: outline-color 160ms ease, background-color 160ms ease;
}

.admin-preview-mode .admin-editable-text:hover,
.admin-preview-mode .admin-editable-image:hover {
  outline-color: rgba(255, 140, 105, 0.55);
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(16, 21, 35, 0.98), rgba(8, 10, 16, 0.98));
}

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

.cta-card::before {
  background-image: url("./assets/IMAGES/contact us_01.jpg");
  opacity: 0.12;
}

.cta-card::after {
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.45), rgba(8, 10, 16, 0.96)),
    radial-gradient(circle at top right, rgba(142, 165, 255, 0.16), transparent 34%);
}

[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 1080px) {
  .hero,
  .split-grid,
  .trust-grid,
  .services-grid,
  .process-grid,
  .faq-grid,
  .benefits-grid,
  .work-grid,
  .illustration-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual-frame img {
    min-height: 0;
  }

  .hero-visual-frame {
    min-height: 24rem;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .capability-ribbon {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-nav {
    display: none;
  }

  h1 {
    max-width: 10em;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 0.65rem;
  }

  .section {
    width: min(calc(100% - 1rem), var(--max-width));
    padding-top: 1.5rem;
    padding-bottom: 1.65rem;
  }

  .hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .hero-copy,
  .mini-card,
  .service-card,
  .process-card,
  .faq-card,
  .cta-card {
    padding: 1rem;
  }

  .work-content {
    padding: 0.85rem;
  }

  .work-image {
    height: 11.5rem;
  }

  .work-tags {
    gap: 0.45rem;
  }

  .work-tags span {
    font-size: 0.74rem;
    padding: 0.4rem 0.65rem;
  }

  .illustration-card {
    min-height: 16rem;
  }

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

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

  h1 {
    max-width: none;
    font-size: 3rem;
  }

  h2 {
    max-width: none;
    font-size: 2.15rem;
  }
}

/* Modern SaaS landing redesign */
:root {
  --bg: #f7f7f7;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --line: rgba(17, 17, 17, 0.1);
  --text: #111111;
  --text-dark: #111111;
  --muted: #666666;
  --muted-dark: #666666;
  --accent: #5f86bb;
  --accent-strong: #5f86bb;
  --accent-soft: #eef2ff;
  --shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
  --band-dark: #f7f7f7;
  --band-light: #ffffff;
  --band-mid: #f7f7f7;
  --band-deep: #111111;
  --radius-xl: 18px;
  --radius-lg: 16px;
  --radius-md: 12px;
}

body {
  background: #f7f7f7;
  color: #111111;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.brand-text {
  font-family: "Inter", sans-serif;
}

.page-shell {
  overflow: clip;
}

.site-header {
  padding: 1.1rem 0;
}

.brand-text,
.site-nav a {
  color: #111111;
}

.site-nav a {
  font-size: 0.9rem;
}

.language-toggle {
  border-color: rgba(17, 17, 17, 0.14);
  background: #ffffff;
  color: #111111;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.12);
}

.language-toggle:hover {
  background: #f1f3ff;
}

.version-badge {
  color: rgba(17, 17, 17, 0.62);
}

.section {
  padding: 5.5rem 0;
}

.section::before {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.hero {
  min-height: calc(100vh - 5.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.hero::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(59, 91, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.hero-copy,
.hero-card,
.panel-card,
.service-card,
.process-card,
.cta-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: none;
}

.hero-copy {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-visual-frame {
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background:
    radial-gradient(circle at 72% 24%, rgba(59, 91, 255, 0.28), transparent 22%),
    radial-gradient(circle at 28% 76%, rgba(96, 59, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(59, 91, 255, 0.12), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: var(--shadow);
}

.hero-visual-frame img {
  display: none;
}

.hero-visual-frame::after {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

.growth-node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(59, 91, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #111111;
  font-weight: 900;
  box-shadow: 0 20px 60px rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(14px);
  z-index: 1;
}

.growth-node-primary {
  right: 16%;
  top: 18%;
  width: 9rem;
  height: 9rem;
  color: #5f86bb;
  font-size: 3.2rem;
}

.growth-node-mid {
  left: 18%;
  bottom: 20%;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 2rem;
}

.growth-node-small {
  right: 22%;
  bottom: 16%;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
}

h1 {
  max-width: 10em;
  margin-bottom: 1.25rem;
  color: #111111;
  font-size: 5.8rem;
  line-height: 0.9;
}

h2 {
  color: #111111;
  font-size: 3.35rem;
  line-height: 1;
}

h3 {
  color: #111111;
  font-size: 1.1rem;
}

p,
li,
.hero-text,
.hero-support {
  color: #666666;
}

.hero-text {
  max-width: 54rem;
  font-size: 1.15rem;
}

.hero-support {
  color: #333333;
}

.btn {
  min-height: 3rem;
  padding: 0.82rem 1.15rem;
  border-radius: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: scale(1.03);
}

.btn-primary {
  color: #ffffff;
  background: #5f86bb;
  box-shadow: 0 14px 30px rgba(59, 91, 255, 0.26);
}

.btn-secondary {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
  background: #ffffff;
}

.problem-section::before,
.benefits-section::before,
.solution-section::before,
.shift-section::before,
.process-section::before {
  background: #f7f7f7;
}

.problem-section .section-intro,
.solution-section .section-intro,
.shift-section .section-intro,
.benefits-section .section-intro,
.process-section .section-intro {
  max-width: 48rem;
}

.scan-list {
  max-width: 56rem;
  padding: 1.4rem;
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: none;
}

.scan-list li {
  color: #111111;
}

.scan-list li::before {
  background: #5f86bb;
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
}

.solution-section .section-intro {
  margin-bottom: 0;
}

.solution-section .scan-list {
  max-width: none;
}

.solution-closing {
  grid-column: 2;
  margin: -0.5rem 0 0;
  color: #111111;
  font-weight: 800;
}

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

.shift-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.shift-card-active {
  border-color: rgba(59, 91, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(59, 91, 255, 0.16), transparent 34%),
    #ffffff;
  box-shadow: var(--shadow);
}

.shift-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shift-list li {
  position: relative;
  padding-left: 1.4rem;
  color: #111111;
  font-weight: 800;
}

.shift-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #c8c8c8;
}

.shift-card-active .shift-list li::before {
  background: #5f86bb;
}

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

.benefit-card,
.process-card {
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.benefit-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 91, 255, 0.24);
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
}

.benefit-icon,
.process-number {
  color: #5f86bb;
}

.process-grid {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card {
  padding: 1.5rem;
}

.process-card p {
  margin: 0;
  color: #111111;
  font-weight: 800;
}

.cta-section::before,
.site-footer::before {
  background:
    radial-gradient(circle at top right, rgba(59, 91, 255, 0.24), transparent 32%),
    #111111;
}

.cta-card {
  max-width: 56rem;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.cta-card h2,
.cta-card p,
.site-footer p {
  color: #ffffff;
}

.closing-text {
  max-width: 46rem;
  margin: 0 auto 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.cta-card::before,
.cta-card::after {
  display: none;
}

.modal-shell {
  background: #ffffff;
}

.modal-shell h2,
.modal-shell p,
.form-field span {
  color: #111111;
}

.form-field input,
.form-field textarea {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
  background: #f7f7f7;
}

.section,
.hero-visual,
.benefit-card,
.process-card,
.shift-card {
  animation: section-rise 560ms ease both;
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .solution-section {
    grid-template-columns: 1fr;
  }

  .solution-closing {
    grid-column: auto;
  }

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

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

@media (max-width: 720px) {
  .site-header {
    padding-top: 0.8rem;
    padding-right: 3.6rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 2.8rem;
    padding-bottom: 3.6rem;
  }

  .hero-visual-frame {
    min-height: 14rem;
  }

  .growth-node-primary {
    width: 6rem;
    height: 6rem;
    font-size: 2.2rem;
  }

  .growth-node-mid {
    width: 4rem;
    height: 4rem;
  }

  .growth-node-small {
    width: 3rem;
    height: 3rem;
  }

  .benefits-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .cta-card {
    padding: 2rem 1rem;
  }
}

/* High-end dark growth system redesign */
:root {
  --bg: #0b0b0c;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.12);
  --text: #eaeaea;
  --text-dark: #eaeaea;
  --muted: #888888;
  --muted-dark: #888888;
  --accent: #5f86bb;
  --accent-strong: #5578aa;
  --accent-soft: rgba(95, 134, 187, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --band-dark: #0b0b0c;
  --band-light: #101014;
  --band-mid: #0f0f13;
  --band-deep: #070708;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(95, 134, 187, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(85, 120, 170, 0.18), transparent 30rem),
    linear-gradient(180deg, #0b0b0c 0%, #101014 48%, #080809 100%);
  color: #eaeaea;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.035) 45%, transparent 70%),
    radial-gradient(circle at 50% 50%, rgba(95, 134, 187, 0.05), transparent 34rem);
  opacity: 0.75;
  animation: dark-drift 18s ease-in-out infinite alternate;
  z-index: -2;
}

@keyframes dark-drift {
  from {
    transform: translate3d(-1.5rem, -1rem, 0) scale(1);
  }

  to {
    transform: translate3d(1.5rem, 1rem, 0) scale(1.04);
  }
}

.page-shell {
  background: transparent;
}

.bg-orb {
  display: none;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.1);
}

.brand-text,
.site-nav a {
  color: #eaeaea;
}

.site-nav a:hover {
  color: #ffffff;
}

.language-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(12, 12, 14, 0.78);
  color: #eaeaea;
  box-shadow: 0 0 24px rgba(95, 134, 187, 0.18);
  backdrop-filter: blur(14px);
}

.language-toggle:hover {
  background: rgba(95, 134, 187, 0.2);
  box-shadow: 0 0 34px rgba(95, 134, 187, 0.28);
}

.version-badge {
  color: rgba(234, 234, 234, 0.72);
}

.section {
  padding: 6.5rem 0;
}

.section::before,
.hero::before,
.problem-section::before,
.benefits-section::before,
.solution-section::before,
.shift-section::before,
.process-section::before {
  background: transparent;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: calc(100vh - 5rem);
  gap: 3rem;
}

.hero::before {
  background:
    radial-gradient(circle at 75% 30%, rgba(95, 134, 187, 0.2), transparent 28%),
    radial-gradient(circle at 54% 80%, rgba(85, 120, 170, 0.1), transparent 28%);
}

h1,
h2,
h3,
.hero-support,
.scan-list li,
.shift-list li,
.process-card p {
  color: #eaeaea;
}

h1 {
  max-width: 9.5em;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  letter-spacing: -0.07em;
}

h2 {
  max-width: 11em;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  letter-spacing: -0.06em;
}

p,
li,
.hero-text,
.hero-support,
.closing-text,
.section-intro p {
  color: #888888;
}

.hero-text {
  max-width: 48rem;
  font-size: 1.2rem;
}

.hero-support,
.section-closing,
.solution-closing {
  color: #eaeaea;
  font-weight: 800;
}

.btn {
  border-radius: 14px;
}

.btn-primary {
  color: #ffffff;
  background:
    linear-gradient(135deg, #5f86bb 0%, #5578aa 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 18px 48px rgba(95, 134, 187, 0.34),
    0 0 42px rgba(85, 120, 170, 0.24);
}

.btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 24px 58px rgba(95, 134, 187, 0.44),
    0 0 54px rgba(85, 120, 170, 0.34);
}

.hero-copy,
.hero-card,
.panel-card,
.service-card,
.process-card,
.cta-card,
.scan-list,
.benefit-card,
.shift-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-visual-frame {
  min-height: 32rem;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 72% 24%, rgba(95, 134, 187, 0.46), transparent 22%),
    radial-gradient(circle at 28% 76%, rgba(85, 120, 170, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #0f0f13;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.36),
    0 0 80px rgba(95, 134, 187, 0.16);
}

.hero-visual-frame::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.growth-node {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(11, 11, 12, 0.72);
  color: #eaeaea;
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(95, 134, 187, 0.18);
}

.growth-node-primary {
  color: #ffffff;
  text-shadow: 0 0 34px rgba(95, 134, 187, 0.75);
}

.scan-list {
  box-shadow: none;
}

.scan-list li::before,
.shift-card-active .shift-list li::before {
  background: #5f86bb;
  box-shadow: 0 0 18px rgba(95, 134, 187, 0.8);
}

.section-closing {
  max-width: 56rem;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
}

.shift-card-active {
  background:
    radial-gradient(circle at top right, rgba(95, 134, 187, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
}

.benefit-card:hover,
.process-card:hover,
.shift-card:hover {
  transform: translateY(-5px);
  border-color: rgba(95, 134, 187, 0.32);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.4),
    0 0 42px rgba(95, 134, 187, 0.14);
}

.benefit-icon,
.process-number {
  color: #5f86bb;
}

.cta-section::before,
.site-footer::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(95, 134, 187, 0.28), transparent 36%),
    linear-gradient(180deg, #0f0f13 0%, #070708 100%);
}

.cta-card {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
}

.cta-card h2,
.cta-card p,
.site-footer p {
  color: #eaeaea;
}

.modal-shell {
  color: #eaeaea;
  background:
    linear-gradient(180deg, rgba(22, 22, 26, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.modal-shell h2,
.modal-shell p,
.form-field span {
  color: #eaeaea;
}

.form-field input,
.form-field textarea {
  color: #eaeaea;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .section,
  .hero-visual,
  .benefit-card,
  .process-card,
  .shift-card {
    animation: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4rem 0;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-visual-frame {
    min-height: 18rem;
  }
}

/* Transformation journey redesign */
.journey {
  position: relative;
  isolation: isolate;
}

.journey-thread {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.86;
}

.journey-thread svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 900svh;
}

.journey-thread-line {
  fill: none;
  stroke: rgba(111, 150, 200, 0.78);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6 10;
  transform: translateY(-20px);
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(111, 150, 200, 0.22));
}

.journey::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(95, 134, 187, 0.16), transparent 22rem),
    radial-gradient(circle at 82% 70%, rgba(85, 120, 170, 0.12), transparent 26rem);
  opacity: 0.5;
  transition: opacity 600ms ease, transform 900ms ease;
  z-index: -1;
}

.journey[data-active-step="1"]::before {
  opacity: 0.28;
  transform: rotate(-6deg) scale(1.08);
}

.journey[data-active-step="3"]::before,
.journey[data-active-step="4"]::before {
  opacity: 0.78;
  transform: scale(1.14);
}

.journey-frame {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: clamp(5rem, 9vw, 9rem) var(--page-padding);
  opacity: 0.5;
  transform: translateY(3rem) scale(0.985);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.journey-frame.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-frame {
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}

.hero-statement {
  max-width: 58rem;
}

.journey-kicker {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: #5f86bb;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-statement h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

.hero-statement h1::before {
  content: "";
  position: absolute;
  inset: -0.2em -0.42em -0.12em -0.28em;
  z-index: -1;
  pointer-events: none;
  border: 1px dashed rgba(111, 150, 200, 0.72);
  border-radius: 48% 53% 46% 57% / 55% 44% 58% 45%;
  transform: rotate(-1.7deg);
}

.hero-statement h1::after {
  content: "";
  position: absolute;
  inset: -0.24em -0.48em -0.18em -0.32em;
  z-index: -1;
  pointer-events: none;
  border: 1px dashed rgba(111, 150, 200, 0.36);
  border-radius: 55% 44% 52% 47% / 43% 57% 44% 59%;
  transform: rotate(1.1deg);
}

.hero-statement .btn {
  margin-top: 1.6rem;
}

.system-orbit {
  position: sticky;
  top: 18vh;
  min-height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(95, 134, 187, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 0 100px rgba(95, 134, 187, 0.16), var(--shadow);
  overflow: hidden;
}

.system-orbit::before,
.system-orbit::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  animation: orbit-pulse 6s ease-in-out infinite alternate;
}

.system-orbit::after {
  inset: 32%;
  border-color: rgba(95, 134, 187, 0.28);
  animation-delay: -2s;
}

@keyframes orbit-pulse {
  from {
    transform: scale(0.94) rotate(0deg);
    opacity: 0.42;
  }

  to {
    transform: scale(1.06) rotate(12deg);
    opacity: 0.86;
  }
}

.orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 5rem;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(11, 11, 12, 0.72);
  color: #eaeaea;
  font-weight: 900;
  box-shadow: 0 0 36px rgba(95, 134, 187, 0.16);
  backdrop-filter: blur(16px);
  transition: transform 900ms ease, border-color 700ms ease, box-shadow 700ms ease;
  z-index: 1;
}

.orbit-node-core {
  left: 50%;
  top: 50%;
  width: 8.5rem;
  height: 8.5rem;
  color: #ffffff;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 60px rgba(95, 134, 187, 0.42);
}

.orbit-node-a {
  left: 10%;
  top: 16%;
  transform: rotate(-8deg);
}

.orbit-node-b {
  right: 8%;
  top: 22%;
  transform: rotate(9deg);
}

.orbit-node-c {
  right: 14%;
  bottom: 12%;
  transform: rotate(-5deg);
}

.orbit-node-d {
  left: 12%;
  bottom: 18%;
  transform: rotate(7deg);
}

.hero-frame.is-visible .orbit-node:not(.orbit-node-core) {
  border-color: rgba(95, 134, 187, 0.32);
}

.chaos-frame {
  grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
}

.chaos-copy {
  max-width: 42rem;
}

.chaos-copy p,
.chaos-copy strong {
  display: block;
  max-width: 34rem;
  margin-top: 1rem;
}

.chaos-field {
  position: relative;
  min-height: 36rem;
}

.chaos-field span {
  position: absolute;
  max-width: 17rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: #eaeaea;
  font-weight: 850;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  transition: transform 900ms ease, opacity 700ms ease, border-color 700ms ease;
}

.chaos-field span:nth-child(1) {
  left: 4%;
  top: 4%;
  transform: rotate(-10deg) translateY(3rem);
}

.chaos-field span:nth-child(2) {
  right: 0;
  top: 26%;
  transform: rotate(8deg) translateY(1rem);
}

.chaos-field span:nth-child(3) {
  left: 18%;
  bottom: 18%;
  transform: rotate(13deg) translateY(2rem);
}

.chaos-field span:nth-child(4) {
  right: 8%;
  bottom: 2%;
  transform: rotate(-7deg) translateY(4rem);
}

.chaos-frame.is-visible .chaos-field span {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.18);
  transform: rotate(0deg) translateY(0);
}

.shift-frame {
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}

.transform-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  align-items: center;
  min-height: 34rem;
}

.transform-column {
  display: grid;
  gap: 0.8rem;
}

.transform-column span {
  display: block;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #eaeaea;
  font-weight: 850;
  transition: transform 900ms ease, opacity 700ms ease, border-color 700ms ease;
}

.transform-before span {
  opacity: 0.52;
  transform: translateX(-2rem);
}

.transform-after span {
  transform: translateX(2rem);
  border-color: rgba(95, 134, 187, 0.24);
  background: rgba(95, 134, 187, 0.09);
}

.shift-frame.is-visible .transform-before span,
.shift-frame.is-visible .transform-after span {
  opacity: 1;
  transform: translateX(0);
}

.transform-connector {
  display: grid;
  place-items: center;
}

.transform-connector span {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), #5f86bb, rgba(85, 120, 170, 0.3));
  box-shadow: 0 0 34px rgba(95, 134, 187, 0.6);
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 1200ms ease;
}

.shift-frame.is-visible .transform-connector span {
  transform: scaleX(1);
}

.system-frame {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}

.system-copy strong {
  display: block;
  margin-top: 1.2rem;
  color: #eaeaea;
}

.system-map {
  position: relative;
  min-height: 44rem;
}

.system-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(95, 134, 187, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(95, 134, 187, 0.32), rgba(12, 12, 14, 0.86) 64%);
  color: #ffffff;
  font-weight: 950;
  letter-spacing: 0.12em;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 90px rgba(95, 134, 187, 0.38);
  z-index: 2;
}

.system-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, rgba(95, 134, 187, 0.8), rgba(255, 255, 255, 0.08));
  transform-origin: left;
  opacity: 0;
  transition: opacity 800ms ease, transform 1000ms ease;
}

.system-line-a { transform: rotate(-138deg) scaleX(0.2); }
.system-line-b { transform: rotate(-32deg) scaleX(0.2); }
.system-line-c { transform: rotate(34deg) scaleX(0.2); }
.system-line-d { transform: rotate(142deg) scaleX(0.2); }
.system-line-e { transform: rotate(90deg) scaleX(0.2); }

.system-frame.is-visible .system-line {
  opacity: 1;
}

.system-frame.is-visible .system-line-a { transform: rotate(-138deg) scaleX(1); }
.system-frame.is-visible .system-line-b { transform: rotate(-32deg) scaleX(1); }
.system-frame.is-visible .system-line-c { transform: rotate(34deg) scaleX(1); }
.system-frame.is-visible .system-line-d { transform: rotate(142deg) scaleX(1); }
.system-frame.is-visible .system-line-e { transform: rotate(90deg) scaleX(0.7); }

.system-node {
  position: absolute;
  width: min(18rem, 35vw);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #eaeaea;
  font-weight: 850;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(2rem) scale(0.94);
  transition: opacity 800ms ease, transform 900ms ease, border-color 700ms ease;
}

.system-frame.is-visible .system-node {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(95, 134, 187, 0.28);
}

.system-node-a { left: 2%; top: 8%; }
.system-node-b { right: 0; top: 14%; transition-delay: 80ms; }
.system-node-c { right: 4%; bottom: 16%; transition-delay: 160ms; }
.system-node-d { left: 0; bottom: 18%; transition-delay: 240ms; }
.system-node-e { left: 50%; bottom: 0; transform: translate(-50%, 2rem) scale(0.94); transition-delay: 320ms; }
.system-frame.is-visible .system-node-e { transform: translate(-50%, 0) scale(1); }

.growth-frame {
  align-content: center;
  gap: 3rem;
}

.growth-copy {
  max-width: 48rem;
}

.growth-track {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
}

.growth-outcome {
  min-height: 15rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  transition: transform 800ms ease, border-color 700ms ease, box-shadow 700ms ease;
}

.growth-outcome:nth-child(2) {
  transform: translateY(3rem);
}

.growth-outcome:nth-child(3) {
  transform: translateY(-2rem);
}

.growth-outcome:nth-child(4) {
  transform: translateY(1rem);
}

.growth-outcome:nth-child(5) {
  grid-column: 2 / 4;
}

.growth-frame.is-visible .growth-outcome {
  transform: translateY(0);
}

.growth-outcome:hover {
  transform: translateY(-0.6rem);
  border-color: rgba(95, 134, 187, 0.32);
  box-shadow: 0 0 60px rgba(95, 134, 187, 0.16), var(--shadow);
}

.growth-outcome span {
  color: #5f86bb;
  font-weight: 950;
}

.close-frame {
  min-height: 95vh;
  align-content: center;
  gap: 4rem;
}

.process-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 76rem;
}

.process-ribbon span {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #eaeaea;
}

.process-ribbon b {
  color: #5f86bb;
}

.process-ribbon em {
  font-style: normal;
  font-weight: 800;
}

.closing-panel {
  max-width: 58rem;
}

.closing-panel p {
  max-width: 42rem;
  color: #888888;
}

.closing-panel .btn {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .hero-frame,
  .chaos-frame,
  .shift-frame,
  .system-frame {
    grid-template-columns: 1fr;
  }

  .system-orbit {
    position: relative;
    top: auto;
  }

  .transform-board {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .transform-connector {
    min-height: 3rem;
    transform: rotate(90deg);
  }

  .system-map {
    min-height: 54rem;
  }

  .growth-track {
    grid-template-columns: 1fr;
  }

  .growth-outcome:nth-child(5) {
    grid-column: auto;
  }

  .process-ribbon {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .journey-frame {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .system-orbit,
  .chaos-field,
  .system-map {
    min-height: 28rem;
  }

  .orbit-node,
  .chaos-field span,
  .system-node {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    max-width: none;
    margin: 0.75rem 0;
    transform: none;
  }

  .orbit-node-core,
  .system-hub {
    position: relative;
    left: auto;
    top: auto;
    margin: 2rem auto;
    transform: none;
  }

  .system-line,
  .system-orbit::before,
  .system-orbit::after {
    display: none;
  }
}

/* Emotional immersive journey */
.journey-kicker {
  color: #5f86bb;
}

.hero-statement h1 {
  max-width: 8.5em;
}

.pressure-frame,
.realisation-frame,
.dupla-frame,
.impact-frame {
  grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
}

.pressure-sequence {
  display: grid;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  max-width: 48rem;
}

.pressure-sequence p,
.pressure-sequence strong,
.pressure-pause {
  margin: 0;
  color: #eaeaea;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
  opacity: 0;
  transform: translateY(1.8rem);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pressure-sequence p:nth-child(2),
.pressure-sequence p:nth-child(4),
.pressure-sequence p:nth-child(6) {
  color: #888888;
}

.pressure-pause {
  color: #5f86bb;
  font-size: clamp(2.5rem, 6vw, 6rem);
}

.pressure-frame.is-visible .pressure-sequence p,
.pressure-frame.is-visible .pressure-sequence strong,
.pressure-frame.is-visible .pressure-pause {
  opacity: 1;
  transform: translateY(0);
}

.pressure-frame.is-visible .pressure-sequence p:nth-child(2) { transition-delay: 160ms; }
.pressure-frame.is-visible .pressure-sequence p:nth-child(3) { transition-delay: 320ms; }
.pressure-frame.is-visible .pressure-sequence p:nth-child(4) { transition-delay: 480ms; }
.pressure-frame.is-visible .pressure-sequence p:nth-child(5) { transition-delay: 640ms; }
.pressure-frame.is-visible .pressure-sequence p:nth-child(6) { transition-delay: 800ms; }
.pressure-frame.is-visible .pressure-pause { transition-delay: 1080ms; }
.pressure-frame.is-visible .pressure-sequence strong { transition-delay: 1280ms; }

.pressure-field span {
  opacity: 0.55;
}

.pressure-frame.is-visible .pressure-field span {
  opacity: 0.92;
}

.realisation-copy,
.dupla-copy,
.impact-copy {
  max-width: 46rem;
}

.realisation-copy p,
.dupla-copy p,
.dupla-copy strong {
  display: block;
  max-width: 36rem;
  margin: 1rem 0 0;
  color: #eaeaea;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}

.realisation-copy strong,
.dupla-copy strong {
  color: #5f86bb;
}

.realisation-stack,
.impact-list {
  display: grid;
  gap: 0.9rem;
  perspective: 900px;
}

.realisation-stack span,
.impact-list span {
  display: block;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(95, 134, 187, 0.12), rgba(255, 255, 255, 0.04));
  color: #eaeaea;
  font-weight: 900;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translate3d(3rem, 1rem, -2rem) rotateY(-8deg);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 700ms ease;
}

.realisation-frame.is-visible .realisation-stack span,
.impact-frame.is-visible .impact-list span {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0);
  border-color: rgba(95, 134, 187, 0.32);
}

.realisation-frame.is-visible .realisation-stack span:nth-child(2),
.impact-frame.is-visible .impact-list span:nth-child(2) { transition-delay: 140ms; }
.realisation-frame.is-visible .realisation-stack span:nth-child(3),
.impact-frame.is-visible .impact-list span:nth-child(3) { transition-delay: 280ms; }
.realisation-frame.is-visible .realisation-stack span:nth-child(4),
.impact-frame.is-visible .impact-list span:nth-child(4) { transition-delay: 420ms; }
.impact-frame.is-visible .impact-list span:nth-child(5) { transition-delay: 560ms; }

.system-copy h2 {
  max-width: 9em;
}

.system-frame.is-visible .system-hub {
  animation: hub-charge 2.8s ease-in-out infinite alternate;
}

@keyframes hub-charge {
  from {
    box-shadow: 0 0 70px rgba(95, 134, 187, 0.32);
  }

  to {
    box-shadow: 0 0 110px rgba(95, 134, 187, 0.56), 0 0 180px rgba(85, 120, 170, 0.18);
  }
}

.growth-frame {
  overflow: hidden;
}

.growth-copy h2 {
  max-width: 10em;
}

.growth-outcome p {
  display: none;
}

.growth-outcome h3 {
  font-size: clamp(1.3rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.dupla-frame {
  min-height: 90vh;
}

.dupla-copy {
  grid-column: 1 / -1;
  max-width: 68rem;
}

.dupla-copy h2 {
  max-width: 10em;
}

.dupla-copy p {
  color: #888888;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.dupla-copy p:nth-of-type(3) {
  max-width: 58rem;
  color: #eaeaea;
}

.impact-list span:nth-child(5) {
  min-height: 8rem;
  display: grid;
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at right, rgba(95, 134, 187, 0.26), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
}

.closing-panel h2 {
  max-width: 10em;
}

.closing-panel p {
  font-weight: 850;
}

@media (max-width: 980px) {
  .pressure-frame,
  .realisation-frame,
  .dupla-frame,
  .impact-frame {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .pressure-sequence p,
  .pressure-sequence strong {
    font-size: 2.35rem;
  }

  .dupla-copy p {
    font-size: 2.4rem;
  }
}

/* Layout cleanup after journey redesign */
.journey-signal {
  position: relative;
  display: grid;
  gap: 1rem;
  align-self: center;
  width: min(100%, 34rem);
  margin-left: auto;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(95, 134, 187, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 70px rgba(95, 134, 187, 0.12);
  backdrop-filter: blur(18px);
}

.signal-step {
  display: grid;
  gap: 0.45rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(10, 10, 12, 0.58);
  transform: translateX(1.4rem);
  opacity: 0;
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 700ms ease;
}

.signal-step span {
  color: #5f86bb;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signal-step strong {
  color: #eaeaea;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.signal-path {
  width: 2px;
  height: 2.6rem;
  margin-left: 1.5rem;
  background: linear-gradient(180deg, rgba(95, 134, 187, 0.9), rgba(85, 120, 170, 0.22));
  box-shadow: 0 0 22px rgba(95, 134, 187, 0.55);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 800ms ease;
}

.hero-frame.is-visible .signal-step,
.hero-frame.is-visible .signal-path {
  opacity: 1;
  transform: translateX(0) scaleY(1);
}

.hero-frame.is-visible .signal-step-system,
.hero-frame.is-visible .signal-path:nth-of-type(2) {
  transition-delay: 180ms;
}

.hero-frame.is-visible .signal-step-growth {
  transition-delay: 360ms;
  border-color: rgba(95, 134, 187, 0.32);
}

.pressure-frame {
  align-items: start;
}

.pressure-field {
  display: grid;
  align-content: center;
  gap: 0.9rem;
  min-height: auto;
  padding-top: clamp(1rem, 6vh, 5rem);
}

.pressure-field span,
.pressure-field span:nth-child(1),
.pressure-field span:nth-child(2),
.pressure-field span:nth-child(3),
.pressure-field span:nth-child(4) {
  position: relative;
  inset: auto;
  display: block;
  max-width: none;
  transform: translateX(1.4rem);
}

.pressure-frame.is-visible .pressure-field span,
.pressure-frame.is-visible .pressure-field span:nth-child(1),
.pressure-frame.is-visible .pressure-field span:nth-child(2),
.pressure-frame.is-visible .pressure-field span:nth-child(3),
.pressure-frame.is-visible .pressure-field span:nth-child(4) {
  transform: translateX(0);
}

.pressure-frame.is-visible .pressure-field span:nth-child(2) { transition-delay: 100ms; }
.pressure-frame.is-visible .pressure-field span:nth-child(3) { transition-delay: 200ms; }
.pressure-frame.is-visible .pressure-field span:nth-child(4) { transition-delay: 300ms; }

.system-map-clean {
  display: grid;
  grid-template-columns: minmax(8rem, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  min-height: auto;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 50%, rgba(95, 134, 187, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.system-map-clean .system-hub {
  position: relative;
  left: auto;
  top: auto;
  width: clamp(7.5rem, 13vw, 10rem);
  height: clamp(7.5rem, 13vw, 10rem);
  margin: 0 auto;
  transform: none;
}

.system-path-clean {
  position: relative;
  display: grid;
  gap: 0.8rem;
}

.system-path-clean::before {
  content: "";
  position: absolute;
  left: -1.35rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(95, 134, 187, 0.9), rgba(85, 120, 170, 0.16));
  box-shadow: 0 0 24px rgba(95, 134, 187, 0.45);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1000ms ease;
}

.system-frame.is-visible .system-path-clean::before {
  transform: scaleY(1);
}

.system-map-clean .system-line {
  display: none;
}

.system-map-clean .system-node,
.system-map-clean .system-node-a,
.system-map-clean .system-node-b,
.system-map-clean .system-node-c,
.system-map-clean .system-node-d,
.system-map-clean .system-node-e {
  position: relative;
  inset: auto;
  width: auto;
  transform: translateX(1.2rem);
}

.system-frame.is-visible .system-map-clean .system-node,
.system-frame.is-visible .system-map-clean .system-node-a,
.system-frame.is-visible .system-map-clean .system-node-b,
.system-frame.is-visible .system-map-clean .system-node-c,
.system-frame.is-visible .system-map-clean .system-node-d,
.system-frame.is-visible .system-map-clean .system-node-e {
  opacity: 1;
  transform: translateX(0);
}

.growth-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.growth-outcome,
.growth-outcome:nth-child(2),
.growth-outcome:nth-child(3),
.growth-outcome:nth-child(4),
.growth-outcome:nth-child(5) {
  grid-column: auto;
  min-height: 12rem;
  transform: translateY(1.4rem);
}

.growth-frame.is-visible .growth-outcome {
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .growth-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .journey-signal {
    width: 100%;
    margin-left: 0;
  }

  .system-map-clean {
    grid-template-columns: 1fr;
  }

  .system-path-clean::before {
    left: 0;
  }
}

@media (max-width: 680px) {
  .growth-track {
    grid-template-columns: 1fr;
  }

  .system-map-clean .system-node,
  .system-map-clean .system-node-a,
  .system-map-clean .system-node-b,
  .system-map-clean .system-node-c,
  .system-map-clean .system-node-d,
  .system-map-clean .system-node-e {
    transform: none;
  }
}

/* Controlled scroll and balanced journey refinement */
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 0;
}

.site-header,
.site-footer {
  scroll-snap-align: none;
}

.journey-frame {
  min-height: 100svh;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  overflow: hidden;
}

.journey-frame > * {
  position: relative;
  z-index: 1;
}

.journey-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(95, 134, 187, 0.48), transparent);
  box-shadow: 0 0 34px rgba(95, 134, 187, 0.32);
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition: opacity 700ms ease, transform 1000ms ease;
}

.journey-frame.is-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.hero-frame,
.pressure-frame,
.realisation-frame,
.relief-frame,
.system-frame,
.growth-frame,
.impact-frame {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.hero-statement,
.pressure-sequence,
.realisation-copy,
.relief-copy,
.system-copy,
.growth-copy,
.impact-copy {
  max-width: 42rem;
}

.journey-signal,
.realisation-stack,
.relief-panel,
.system-map-clean,
.growth-track,
.impact-list {
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
}

.relief-frame {
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
}

.relief-copy p,
.relief-copy strong {
  display: block;
  max-width: 36rem;
  margin: 1rem 0 0;
  color: #eaeaea;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}

.relief-copy p:first-of-type {
  color: #888888;
}

.relief-copy p:nth-of-type(2) {
  color: #5f86bb;
}

.relief-copy strong {
  color: #ffffff;
}

.relief-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(95, 134, 187, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.relief-panel span {
  display: block;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #eaeaea;
  font-weight: 900;
  opacity: 0;
  transform: translateX(1.4rem);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 700ms ease;
}

.relief-frame.is-visible .relief-panel span {
  opacity: 1;
  transform: translateX(0);
  border-color: rgba(95, 134, 187, 0.28);
}

.relief-frame.is-visible .relief-panel span:nth-child(2) {
  transition-delay: 140ms;
}

.relief-frame.is-visible .relief-panel span:nth-child(3) {
  transition-delay: 280ms;
}

.realisation-stack,
.impact-list {
  padding-left: clamp(1rem, 2vw, 2rem);
}

.dupla-pause {
  display: block;
  margin: 1.2rem 0;
  color: #5f86bb;
  font-size: clamp(2.2rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.85;
}

.dupla-copy p:nth-of-type(3) {
  color: #eaeaea;
}

.growth-track {
  max-width: 48rem;
}

@media (max-width: 980px) {
  html {
    scroll-snap-type: y proximity;
  }

  .hero-frame,
  .pressure-frame,
  .realisation-frame,
  .relief-frame,
  .system-frame,
  .growth-frame,
  .impact-frame {
    grid-template-columns: 1fr;
  }

  .journey-frame {
    min-height: 100svh;
    overflow: visible;
  }

  .journey-frame::after {
    display: none;
  }

  .journey-signal,
  .realisation-stack,
  .relief-panel,
  .system-map-clean,
  .growth-track,
  .impact-list {
    max-width: none;
    margin-left: 0;
  }

  .realisation-stack,
  .impact-list {
    padding-left: 0;
  }
}

/* Single-column journey refinement */
.hero-frame,
.pressure-frame,
.realisation-frame,
.relief-frame,
.system-frame,
.growth-frame,
.dupla-frame,
.impact-frame,
.process-frame,
.close-frame {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: stretch;
  gap: clamp(1.8rem, 4vh, 3rem);
}

.journey-frame {
  min-height: 100svh;
  padding-top: clamp(4.5rem, 8vh, 7rem);
  padding-bottom: clamp(4.5rem, 8vh, 7rem);
}

.journey-frame::after {
  left: var(--page-padding);
  top: auto;
  right: var(--page-padding);
  bottom: clamp(3.5rem, 7vh, 6rem);
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 134, 187, 0.42), transparent);
  transform: scaleX(0.35);
}

.journey-frame.is-visible::after {
  transform: scaleX(1);
}

.section-cta {
  width: auto;
  max-width: max-content;
  margin-top: 0;
}

.section-cta-row {
  justify-self: start;
  align-self: start;
  margin-top: 0.5rem;
}

.hero-statement,
.pressure-sequence,
.realisation-copy,
.relief-copy,
.system-copy,
.growth-copy,
.dupla-copy,
.impact-copy,
.process-copy,
.closing-panel {
  width: min(100%, 74rem);
  max-width: 74rem;
  margin: 0 auto;
}

.hero-statement h1,
.pressure-sequence p,
.pressure-sequence strong,
.realisation-copy h2,
.relief-copy h2,
.system-copy h2,
.growth-copy h2,
.dupla-copy h2,
.impact-copy h2,
.process-copy h2,
.closing-panel h2 {
  max-width: 11em;
}

html[lang="hu"] .hero-statement h1 {
  max-width: 12.5em;
  font-size: clamp(3rem, 6.8vw, 6.6rem);
}

html[lang="hu"] .hero-statement h1 .hero-title-accent {
  color: #e98266;
}

.hero-statement,
.pressure-sequence,
.realisation-copy,
.relief-copy,
.system-copy,
.growth-copy,
.dupla-copy,
.impact-copy,
.process-copy,
.closing-panel {
  text-align: left;
}

.journey-signal,
.realisation-stack,
.relief-panel,
.system-map-clean,
.growth-track,
.process-steps,
.impact-list {
  width: min(100%, 74rem);
  max-width: 74rem;
  margin: 0 auto;
  padding-left: 0;
}

.journey-signal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.8rem;
}

.signal-path {
  display: none;
}

.signal-step {
  transform: translateY(1rem);
}

.hero-frame.is-visible .signal-step {
  transform: translateY(0);
}

.realisation-stack,
.relief-panel,
.impact-list {
  padding-top: 0;
}

.realisation-stack,
.relief-panel,
.impact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.system-map-clean {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}

.system-closing {
  width: min(100%, 74rem);
  max-width: 74rem;
  margin: -1rem auto 0;
  color: #eaeaea;
  font-weight: 900;
}

.system-map-clean .system-hub {
  width: 8rem;
  height: 8rem;
}

.system-path-clean {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.system-path-clean::before {
  left: 0;
  right: 0;
  top: -1rem;
  bottom: auto;
  width: auto;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
}

.system-frame.is-visible .system-path-clean::before {
  transform: scaleX(1);
}

.growth-track {
  max-width: 74rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.process-steps span {
  display: grid;
  gap: 1rem;
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(95, 134, 187, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 700ms ease;
}

.process-frame.is-visible .process-steps span {
  opacity: 1;
  transform: translateY(0);
}

.process-frame.is-visible .process-steps span:nth-child(2) {
  transition-delay: 140ms;
}

.process-frame.is-visible .process-steps span:nth-child(3) {
  transition-delay: 280ms;
}

.process-steps b {
  color: #5f86bb;
  font-size: 0.95rem;
}

.process-steps em {
  color: #eaeaea;
  font-style: normal;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
}

.dupla-copy {
  grid-column: auto;
}

@media (max-width: 1120px) {
  .system-path-clean,
  .growth-track,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-signal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .realisation-stack,
  .relief-panel,
  .system-path-clean,
  .growth-track,
  .process-steps,
  .impact-list {
    grid-template-columns: 1fr;
  }
}

/* Typography-first cleanup */
.journey-frame {
  padding-top: clamp(5rem, 10vh, 8rem);
  padding-bottom: clamp(5rem, 10vh, 8rem);
}

.hero-statement,
.pressure-sequence,
.realisation-copy,
.relief-copy,
.system-copy,
.growth-copy,
.dupla-copy,
.impact-copy,
.process-copy,
.closing-panel {
  width: min(100%, 80rem);
  max-width: 80rem;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  max-width: 12em;
  font-size: clamp(3.6rem, 8.4vw, 8rem);
  line-height: 0.88;
}

h2 {
  max-width: 13em;
  font-size: clamp(3rem, 6.1vw, 6.15rem);
  line-height: 0.94;
}

.hero-text,
.hero-support,
.relief-copy p,
.system-copy p,
.impact-copy p,
.closing-panel p {
  max-width: 42rem;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.journey-signal,
.realisation-stack,
.relief-panel,
.system-map-clean,
.growth-track,
.impact-list,
.process-steps {
  width: min(100%, 64rem);
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.signal-step,
.realisation-stack span,
.relief-panel span,
.system-map-clean .system-node,
.impact-list span,
.process-steps span {
  min-height: auto;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.signal-step strong,
.realisation-stack span,
.relief-panel span,
.system-map-clean .system-node,
.growth-outcome h3,
.impact-list span,
.process-steps em {
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.18;
  text-wrap: balance;
}

.journey-signal {
  padding: 0;
}

.signal-step span,
.growth-outcome span,
.process-steps b {
  color: #5f86bb;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.growth-outcome {
  display: block;
  min-height: auto;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.growth-outcome h3 {
  margin: 0;
  padding: 0;
}

.pressure-sequence {
  gap: 0.9rem;
}

.pressure-sequence p,
.pressure-sequence strong {
  max-width: 15em;
  font-size: clamp(2rem, 4.35vw, 4.95rem);
  line-height: 0.95;
  text-wrap: balance;
}

.pressure-pause {
  margin: 0.4rem 0;
  font-size: clamp(2rem, 5vw, 5rem);
}

.realisation-stack,
.relief-panel,
.impact-list {
  gap: 1.2rem 2rem;
}

.system-map-clean {
  padding: 0;
}

.system-map-clean .system-hub {
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f86bb;
  letter-spacing: 0.18em;
  box-shadow: none;
}

.system-path-clean::before {
  display: none;
}

.system-closing {
  width: min(100%, 64rem);
  max-width: 64rem;
  margin-top: 0;
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.25;
  text-wrap: balance;
}

.growth-track {
  gap: 1.6rem 2rem;
}

.growth-outcome:hover,
.benefit-card:hover,
.process-card:hover,
.shift-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.impact-copy strong {
  display: block;
  margin-top: 1.2rem;
  color: #eaeaea;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.25;
  text-wrap: balance;
}

.dupla-copy p {
  max-width: 13em;
  font-size: clamp(2.3rem, 5.6vw, 6.4rem);
}

.dupla-copy strong {
  display: block;
  max-width: 28rem;
  margin-top: 1.4rem;
  color: #5f86bb;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.btn {
  box-shadow: 0 18px 48px rgba(95, 134, 187, 0.26);
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .journey-frame {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pressure-sequence p,
  .pressure-sequence strong,
  .dupla-copy p {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
}

/* Targeted wrapping repair */
.hero-frame .hero-text,
.hero-frame .hero-support {
  max-width: 64rem;
}

.pressure-sequence p:first-child {
  max-width: 18em;
  font-size: clamp(1.75rem, 3.5vw, 3.9rem);
  line-height: 1.02;
}

/* Targeted header logo alignment */
.site-header {
  width: min(calc(100% - 2rem), 80rem);
}

.brand {
  gap: 0.9rem;
}

.brand-mark {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.12rem;
}

.brand-text {
  font-size: 1.35rem;
}

@media (max-width: 760px) {
  .brand-mark {
    width: 4rem;
    height: 4rem;
  }

  .brand-text {
    font-size: 1.18rem;
  }
}

/* Targeted impact item fix */
.impact-list span:nth-child(5) {
  min-height: auto;
  display: block;
  align-items: initial;
  color: #eaeaea;
  background: transparent;
}

/* Targeted relief text emphasis */
.relief-copy .relief-highlight {
  max-width: 12em;
  color: #eaeaea;
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.relief-copy h2 {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  line-height: 1.05;
}

html[lang="hu"] .relief-copy .relief-highlight {
  color: #eaeaea;
}

html[lang="hu"] .relief-copy h2 {
  color: #e98266;
}

html[lang="hu"] .system-closing {
  color: #e98266;
}

html[lang="hu"] .dupla-copy p:nth-of-type(2) {
  color: #e98266;
}

/* Targeted text highlight */
.keep-together {
  white-space: nowrap;
}

.text-highlight {
  color: #5f86bb;
}

.relief-panel .text-highlight,
.impact-copy .text-highlight,
.process-copy .text-highlight,
.realisation-copy .text-highlight {
  color: #5f86bb;
}

.realisation-copy p {
  max-width: 80rem;
  white-space: nowrap;
}

.btn {
  border-radius: 6px;
}

/* Targeted lower-section alignment fix */
.journey-signal,
.realisation-stack,
.relief-panel,
.system-map-clean,
.growth-track,
.impact-list,
.process-steps,
.system-closing {
  width: min(100%, 80rem);
  max-width: 80rem;
}

/* Selection-style highlight override */
.text-highlight,
.relief-panel .text-highlight,
.impact-copy .text-highlight,
.process-copy .text-highlight,
.realisation-copy .text-highlight {
  display: inline;
  padding: 0 0.08em;
  color: #ffffff !important;
  background: #6f96c8 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.realisation-copy p.text-highlight {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.relief-panel > .text-highlight {
  display: block;
  width: max-content;
  max-width: 100%;
}

/* Sticky journey navigation */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9000;
  width: min(calc(100% - 2rem), 80rem);
  padding: 0.75rem 0 0.65rem;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(8, 10, 15, 0.94), rgba(8, 10, 15, 0.72));
  backdrop-filter: blur(16px);
}

.site-nav {
  max-width: min(66vw, 55rem);
  gap: clamp(0.7rem, 1.6vw, 1.2rem);
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 0.35rem 0;
  color: rgba(234, 234, 234, 0.68);
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 2px;
  background: #6f96c8;
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #ffffff;
}

.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Flat button outline */
.btn,
.btn-primary,
.btn-primary:hover {
  box-shadow: none;
}

.hero-statement {
  position: relative;
  z-index: 3;
}

.hero-statement .btn,
.hero-statement [data-open-contact] {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

.journey-signal {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.btn-primary {
  border: 1px solid rgba(234, 234, 234, 0.34);
}

.btn-primary:hover {
  border-color: rgba(234, 234, 234, 0.58);
}

@media (max-width: 900px) {
  .site-header {
    width: min(calc(100% - 1rem), 80rem);
  }

  .site-nav {
    max-width: 58vw;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .site-nav {
    max-width: 100%;
    padding-top: 0.4rem;
  }
}

/* Targeted Reality section fit */
.pressure-frame {
  align-content: center;
  gap: clamp(1.1rem, 3vh, 2rem);
  padding-top: clamp(5.2rem, 8vh, 6.4rem);
  padding-bottom: clamp(2.8rem, 5vh, 4.2rem);
}

.pressure-sequence {
  gap: clamp(0.35rem, 0.9vh, 0.65rem);
}

.pressure-sequence p,
.pressure-sequence strong {
  max-width: 18em;
  font-size: clamp(1.55rem, 3.15vw, 3.55rem);
  line-height: 1;
}

.pressure-pause {
  margin: 0.1rem 0;
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
  line-height: 0.8;
}

.pressure-field {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  align-items: start;
  width: min(100%, 80rem);
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  gap: clamp(0.7rem, 1.4vw, 1.1rem) clamp(1.2rem, 2.6vw, 2rem);
}

.pressure-field span {
  min-height: auto;
  height: fit-content;
  align-self: start;
  margin: 0;
  padding-top: 0.18rem;
  padding-bottom: 0.24rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: clamp(0.98rem, 1.4vw, 1.35rem);
  line-height: 1.2;
  text-wrap: balance;
}

.pressure-field span:nth-child(1),
.pressure-field span:nth-child(2),
.pressure-field span:nth-child(3),
.pressure-field span:nth-child(4) {
  min-height: 0;
  height: auto;
  padding-top: 0.18rem;
  padding-bottom: 0.24rem;
}

@media (max-width: 760px) {
  .pressure-frame {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .pressure-field {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .pressure-sequence p,
  .pressure-sequence strong {
    font-size: clamp(1.6rem, 8vw, 2.65rem);
  }
}

/* Stable scroll correction */
html {
  scroll-snap-type: y proximity;
}

.journey-frame,
.journey-frame.is-visible {
  transform: none;
}

.journey-frame {
  transition: opacity 420ms ease;
}

/* Phone stability pass */
:root {
  --page-padding: clamp(1rem, 4.5vw, 2rem);
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .page-shell {
    overflow-x: clip;
  }

  .language-toggle {
    top: 0.75rem;
    right: 0.75rem;
    min-width: 2.9rem;
    min-height: 2.2rem;
    padding: 0.5rem 0.65rem;
  }

  .version-badge {
    top: 3.45rem;
    right: 0.75rem;
    min-width: 2.9rem;
    font-size: 0.64rem;
  }

  .site-header {
    width: calc(100% - 1rem);
    padding: 0.72rem 0.15rem 0.55rem;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .brand {
    min-width: 0;
    max-width: 100%;
  }

  .brand-mark {
    width: 3.35rem;
    height: 3.35rem;
  }

  .brand-text {
    font-size: 1rem;
  }

  .site-nav {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 0.25rem;
    gap: 0.75rem;
  }

  .journey-frame {
    min-height: auto;
    padding-top: clamp(5.6rem, 11vh, 6.8rem);
    padding-right: var(--page-padding);
    padding-bottom: clamp(3rem, 8vh, 4.4rem);
    padding-left: var(--page-padding);
    gap: 1.25rem;
  }

  .journey-frame > * {
    min-width: 0;
  }

  .hero-statement,
  .pressure-sequence,
  .realisation-copy,
  .relief-copy,
  .system-copy,
  .growth-copy,
  .dupla-copy,
  .impact-copy,
  .process-copy,
  .closing-panel,
  .journey-signal,
  .pressure-field,
  .realisation-stack,
  .relief-panel,
  .system-map-clean,
  .system-path-clean,
  .growth-track,
  .impact-list,
  .process-steps,
  .system-closing {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11.5vw, 4rem);
    line-height: 0.95;
  }

  h2,
  .closing-panel h2,
  .process-copy h2,
  .impact-copy h2,
  .dupla-copy h2,
  .growth-copy h2,
  .system-copy h2,
  .relief-copy h2,
  .realisation-copy h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9.5vw, 3.2rem);
    line-height: 1;
  }

  .hero-text,
  .hero-support,
  .realisation-copy p,
  .realisation-copy strong,
  .relief-copy p,
  .relief-copy strong,
  .system-copy p,
  .system-copy strong,
  .impact-copy p,
  .impact-copy strong,
  .closing-panel p,
  .dupla-copy strong,
  .pressure-field span {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  .pressure-sequence p,
  .pressure-sequence strong,
  .pressure-pause,
  .dupla-copy p,
  .relief-copy .relief-highlight,
  .system-closing {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  .pressure-sequence p,
  .pressure-sequence strong {
    font-size: clamp(1.55rem, 8vw, 2.55rem);
    line-height: 1.04;
  }

  .pressure-pause {
    font-size: clamp(1.5rem, 8vw, 3rem);
    line-height: 0.9;
  }

  .dupla-copy p {
    font-size: clamp(1.8rem, 9vw, 3rem);
    line-height: 1.02;
  }

  .relief-copy .relief-highlight {
    font-size: clamp(2rem, 9.5vw, 3.3rem);
    line-height: 1;
  }

  .system-closing {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
    line-height: 1.3;
  }

  .keep-together,
  .realisation-copy p,
  .realisation-copy p.text-highlight,
  .relief-panel > .text-highlight,
  .text-highlight,
  .relief-panel .text-highlight,
  .impact-copy .text-highlight,
  .process-copy .text-highlight {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .journey-signal,
  .pressure-field,
  .realisation-stack,
  .relief-panel,
  .system-path-clean,
  .growth-track,
  .impact-list,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .signal-step,
  .pressure-field span,
  .realisation-stack span,
  .relief-panel span,
  .system-map-clean .system-node,
  .growth-outcome,
  .impact-list span,
  .process-steps span {
    min-width: 0;
    padding-bottom: 0.85rem;
    gap: 0.6rem;
  }

  .signal-step strong,
  .realisation-stack span,
  .relief-panel span,
  .system-map-clean .system-node,
  .growth-outcome h3,
  .impact-list span,
  .process-steps em {
    font-size: clamp(1.05rem, 5.2vw, 1.45rem);
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .section-cta-row {
    width: 100%;
  }

  .section-cta {
    max-width: 100%;
  }

  .growth-track {
    gap: 0.8rem;
  }

  .growth-outcome,
  .growth-outcome:nth-child(2),
  .growth-outcome:nth-child(3),
  .growth-outcome:nth-child(4),
  .growth-outcome:nth-child(5) {
    grid-column: auto;
    min-height: auto;
    display: block;
    padding-bottom: 1rem;
    transform: none;
  }

  .growth-outcome {
    border-radius: 0;
  }

  .growth-outcome span {
    display: block;
    margin-bottom: 0.08rem;
    line-height: 1;
  }

  .growth-outcome h3 {
    margin-bottom: 0;
    line-height: 1.14;
    padding-bottom: 0;
  }
}
