:root {
  --ink: #080d2d;
  --muted: #5f6381;
  --paper: #fbfcff;
  --panel: #ffffff;
  --line: rgba(13, 18, 58, 0.12);
  --pink: #ec0a83;
  --violet: #6a22d9;
  --blue: #2858ff;
  --navy: #09072b;
  --shadow: 0 26px 70px rgba(31, 35, 96, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 8%, rgba(236, 10, 131, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(40, 88, 255, 0.1), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row,
.contact-list a,
.contact-list p,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
  min-width: 0;
}

.brand-cube {
  position: relative;
  width: 46px;
  height: 46px;
  transform: rotateX(58deg) rotateZ(45deg);
  transform-style: preserve-3d;
}

.brand-cube span {
  position: absolute;
  inset: 7px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 12px 26px rgba(106, 34, 217, 0.28);
}

.brand-cube span:nth-child(2) {
  transform: translateZ(-12px);
  opacity: 0.58;
}

.brand-cube span:nth-child(3) {
  transform: translate3d(13px, -13px, 13px) scale(0.52);
  opacity: 0.82;
}

.brand-cube.large {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.brand-text strong {
  position: relative;
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.magic-heading {
  transform-style: preserve-3d;
  animation: headingFloat 4.8s ease-in-out infinite;
  filter: drop-shadow(0 10px 16px rgba(106, 34, 217, 0.18));
}

.magic-heading::before,
.magic-heading::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.magic-heading::before {
  z-index: -1;
  color: rgba(8, 13, 45, 0.13);
  transform: translate3d(5px, 6px, -16px) skewX(-8deg);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.magic-heading::after {
  background: linear-gradient(105deg, transparent 0%, transparent 28%, rgba(255, 255, 255, 0.92) 44%, transparent 58%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateZ(18px);
  animation: headingShine 3.4s ease-in-out infinite;
}

@keyframes headingFloat {
  0%, 100% {
    transform: perspective(420px) rotateX(0deg) rotateY(-7deg) translateY(0);
  }

  50% {
    transform: perspective(420px) rotateX(7deg) rotateY(7deg) translateY(-3px);
  }
}

@keyframes headingShine {
  0%, 18% {
    opacity: 0;
    background-position: -180px 0;
  }

  42%, 62% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position: 220px 0;
  }
}

.brand-text small {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.nav-links {
  gap: clamp(18px, 3vw, 44px);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding-block: 12px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--violet));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.social-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 24px rgba(106, 34, 217, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover {
  transform: translateY(-3px) rotateZ(-4deg);
  box-shadow: 0 18px 32px rgba(106, 34, 217, 0.24);
}

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

.social-links .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 12%, #fd5949 36%, #d6249f 62%, #285aeb 100%);
}

.social-links .whatsapp {
  background: #25d366;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.08fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(42px, 6vw, 86px) clamp(18px, 5vw, 64px);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5.7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span,
.hero-lede strong,
.qr-block strong {
  background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

.hero-lede {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(1.14rem, 2vw, 1.48rem);
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.primary-button,
.secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(106, 34, 217, 0.16);
}

.primary-button {
  color: #fff;
  background: linear-gradient(120deg, var(--pink), var(--violet));
}

.secondary-button {
  color: var(--violet);
  background: #fff;
  border-color: rgba(106, 34, 217, 0.28);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 18px;
  max-width: 760px;
}

.trust-row div {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 12px;
  align-items: center;
}

.trust-row strong,
.trust-row small {
  display: block;
}

.trust-row small {
  color: var(--muted);
  font-size: 0.74rem;
}

.mini-icon {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  border: 2px solid var(--violet);
  border-radius: 10px;
  transform: rotate(-8deg);
}

.mini-icon.code::before,
.mini-icon.rocket::before,
.mini-icon.support::before,
.mini-icon.shield::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px auto;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--pink), var(--blue));
}

.hero-stage {
  position: relative;
  min-height: 540px;
  perspective: 1300px;
}

.glow-plane {
  position: absolute;
  inset: auto 4% 18% 6%;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 34, 217, 0.3), rgba(236, 10, 131, 0.14), transparent 68%);
  filter: blur(8px);
  transform: rotateX(72deg);
}

.laptop {
  position: absolute;
  z-index: 2;
  left: 2%;
  right: 10%;
  top: 12%;
  transform: rotateX(8deg) rotateY(-16deg) rotateZ(1deg);
  transform-style: preserve-3d;
  transition: transform 260ms ease;
}

.screen {
  min-height: 320px;
  padding: 18px;
  border: 14px solid #11131d;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow), 0 24px 0 -6px #d9dce9;
}

.screen-header {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  border-bottom: 1px solid rgba(13, 18, 58, 0.1);
  font-size: 0.75rem;
  color: var(--violet);
  font-weight: 900;
  text-transform: uppercase;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--pink), var(--violet));
}

.screen-body {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px 8px 14px;
}

.screen-body p {
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 800;
}

.screen-body h2 {
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1.06;
}

.screen-body h2 span {
  color: var(--pink);
}

.screen-body button,
.phone button {
  margin-top: 18px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, var(--pink), var(--violet));
  font-weight: 900;
}

.dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
  gap: 14px;
  transform: translateZ(34px);
}

.dashboard span {
  min-height: 86px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.28)),
    linear-gradient(135deg, rgba(236, 10, 131, 0.18), rgba(40, 88, 255, 0.28));
  border: 1px solid rgba(106, 34, 217, 0.18);
  box-shadow: 0 16px 28px rgba(40, 88, 255, 0.13);
}

.dashboard span:nth-child(2),
.dashboard span:nth-child(3) {
  transform: translateY(18px);
}

.keyboard {
  width: 86%;
  height: 52px;
  margin: -1px auto 0;
  border-radius: 0 0 38px 38px;
  background: linear-gradient(180deg, #eceef8, #a8aec8);
  transform: rotateX(68deg);
  transform-origin: top;
  box-shadow: 0 28px 35px rgba(26, 22, 82, 0.24);
}

.phone {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 30%;
  width: 180px;
  min-height: 340px;
  padding: 44px 18px 22px;
  border: 10px solid #11131d;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotateY(-18deg) rotateZ(4deg) translateZ(70px);
  transition: transform 260ms ease;
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 58px;
  height: 10px;
  border-radius: 999px;
  background: #11131d;
  transform: translateX(-50%);
}

.phone strong {
  display: block;
  margin-bottom: 32px;
  color: var(--violet);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.phone h3 {
  font-size: 1.05rem;
  line-height: 1.16;
  text-transform: none;
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 46px;
}

.phone-tabs span {
  height: 38px;
  border-radius: 12px;
  background: rgba(106, 34, 217, 0.1);
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 22px 48px rgba(106, 34, 217, 0.22);
  animation: floaty 5.2s ease-in-out infinite;
}

.floating-card span {
  width: 42px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
}

.floating-card strong {
  font-size: 0.82rem;
}

.card-one {
  left: 2%;
  top: 0;
}

.card-two {
  right: 12%;
  bottom: 7%;
  animation-delay: -1.8s;
}

@keyframes floaty {
  0%, 100% { transform: translate3d(0, 0, 80px) rotateZ(-4deg); }
  50% { transform: translate3d(10px, -18px, 120px) rotateZ(5deg); }
}

.connect-panel,
.section,
.stats-strip,
.solutions-section {
  margin: 0 clamp(18px, 5vw, 64px) clamp(22px, 4vw, 42px);
}

.connect-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(270px, 0.54fr);
  gap: 26px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.connect-title {
  display: grid;
  place-items: center;
  min-height: 88px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--pink));
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.contact-list a,
.contact-list p {
  gap: 12px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
}

.contact-list span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 40px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  font-size: 0.65rem;
  font-weight: 950;
}

.qr-block {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  width: 110px;
  height: 110px;
  padding: 8px;
  border: 3px solid var(--pink);
  border-radius: 8px;
}

.qr-grid i {
  background: #101229;
}

.qr-grid i:nth-child(3n),
.qr-grid i:nth-child(5n) {
  background: transparent;
}

.qr-block p {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.25;
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 42px);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 36px;
  align-items: end;
}

.about-section > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.section-title {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-card {
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.68);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-card:hover {
  z-index: 2;
  background: #fff;
  transform: translateY(-8px) rotateX(6deg) rotateY(-5deg);
  box-shadow: 0 24px 50px rgba(106, 34, 217, 0.18);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 14px 26px rgba(106, 34, 217, 0.22);
  font-weight: 950;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.stats-strip div {
  padding: 22px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.stats-strip span {
  color: var(--muted);
}

.solutions-section {
  padding: clamp(40px, 7vw, 86px) 0;
}

.dark-card {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(236, 10, 131, 0.36), transparent 26rem),
    linear-gradient(135deg, #0a062e, #17064a 54%, #30018a);
  box-shadow: 0 30px 90px rgba(10, 6, 46, 0.34);
}

.dark-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: rotate(32deg);
}

.dark-card h2 {
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--pink), #fff, var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dark-card > p {
  margin: 8px 0 34px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 800;
}

.solution-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 720px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.24);
}

.solution-pillars div {
  padding: 18px;
  background: rgba(10, 6, 46, 0.42);
}

.solution-pillars strong,
.solution-pillars span {
  display: block;
}

.solution-pillars strong {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.solution-pillars span {
  color: rgba(255, 255, 255, 0.74);
}

.dark-card a {
  display: inline-flex;
  max-width: 520px;
  min-height: 64px;
  align-items: center;
  padding: 16px 24px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--pink), var(--violet));
  font-size: clamp(1rem, 2vw, 1.32rem);
  font-weight: 950;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 520px;
  padding: clamp(48px, 8vw, 110px) clamp(18px, 5vw, 64px);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 10% 4% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 10, 131, 0.16), rgba(40, 88, 255, 0.08), transparent 70%);
  filter: blur(4px);
}

.page-hero > div {
  position: relative;
  z-index: 1;
}

.top-3d-scene {
  min-height: 360px;
  perspective: 1000px;
}

.cube-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 168px;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(45deg);
  transform-style: preserve-3d;
  animation: pageCubeSpin 8s ease-in-out infinite;
}

.cube-stack span {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 32px 80px rgba(106, 34, 217, 0.28);
}

.cube-stack span:nth-child(2) {
  transform: translateZ(-44px);
  opacity: 0.6;
}

.cube-stack span:nth-child(3) {
  transform: translate3d(46px, -46px, 48px) scale(0.46);
  opacity: 0.9;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 180px;
  border: 2px solid rgba(106, 34, 217, 0.22);
  border-top-color: rgba(236, 10, 131, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(67deg) rotateZ(-12deg);
  animation: orbitPulse 4.8s ease-in-out infinite;
}

.glass-tile {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 116px;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  font-weight: 950;
  text-transform: uppercase;
  animation: tileFloat 5s ease-in-out infinite;
}

.tile-a {
  left: 6%;
  top: 20%;
}

.tile-b {
  right: 4%;
  top: 34%;
  animation-delay: -1.4s;
}

.tile-c {
  left: 25%;
  bottom: 10%;
  animation-delay: -2.6s;
}

@keyframes pageCubeSpin {
  0%, 100% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(45deg) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) rotateX(70deg) rotateZ(76deg) translateY(-12px);
  }
}

@keyframes orbitPulse {
  0%, 100% {
    opacity: 0.68;
    transform: translate(-50%, -50%) rotateX(67deg) rotateZ(-12deg) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(67deg) rotateZ(18deg) scale(1.07);
  }
}

@keyframes tileFloat {
  0%, 100% { transform: translate3d(0, 0, 60px) rotateZ(-2deg); }
  50% { transform: translate3d(10px, -16px, 110px) rotateZ(4deg); }
}

.about-page-grid,
.solution-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.about-page-grid article,
.solution-page-grid article,
.contact-note {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.about-page-grid p,
.solution-page-grid p,
.contact-note p,
.vr-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.solution-page-grid strong {
  display: block;
  margin-bottom: 40px;
  color: var(--pink);
  font-size: 2rem;
}

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

.vr-section,
.contact-page-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin: 0 clamp(18px, 5vw, 64px) clamp(42px, 7vw, 86px);
  padding: clamp(34px, 6vw, 72px);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(236, 10, 131, 0.36), transparent 24rem),
    linear-gradient(135deg, #09072b, #17064a 58%, #30018a);
  box-shadow: 0 30px 90px rgba(10, 6, 46, 0.32);
}

.contact-page-panel {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.planner-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  margin: 0 clamp(18px, 5vw, 64px) clamp(42px, 7vw, 86px);
}

.planner-form,
.planner-preview {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.planner-section.detailed {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
}

.planner-note {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(106, 34, 217, 0.18);
  border-radius: 8px;
  background: rgba(106, 34, 217, 0.07);
}

.planner-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.planner-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.planner-form h2 {
  margin: 30px 0 16px;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.planner-form h2:first-of-type {
  margin-top: 0;
}

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

.planner-form label,
.planner-form legend {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.planner-form input,
.planner-form select,
.planner-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.planner-form textarea {
  resize: vertical;
}

.planner-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.planner-form fieldset label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 750;
}

.planner-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--pink);
}

.planner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.planner-preview {
  position: sticky;
  top: 104px;
}

.planner-preview h2 {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.planner-preview dl {
  display: grid;
  gap: 12px;
}

.planner-preview div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.planner-preview dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.planner-preview dd {
  margin: 4px 0 0;
  color: var(--ink);
  line-height: 1.55;
}

.download-section {
  margin: 0 clamp(18px, 5vw, 64px) clamp(42px, 7vw, 86px);
}

.app-store-panel {
  margin-bottom: clamp(34px, 6vw, 70px);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 8%, rgba(236, 10, 131, 0.12), transparent 24rem),
    radial-gradient(circle at 8% 92%, rgba(40, 88, 255, 0.1), transparent 22rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.app-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.app-icon {
  display: grid;
  place-items: center;
  width: clamp(86px, 12vw, 128px);
  height: clamp(86px, 12vw, 128px);
  border-radius: 26px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 26px 58px rgba(106, 34, 217, 0.26);
  transform: rotateX(10deg) rotateY(-12deg);
  transform-style: preserve-3d;
}

.app-icon span {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 950;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.app-title-block h2 {
  margin-bottom: 4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.app-title-block > p {
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 850;
}

.app-badges,
.app-stats,
.feature-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-badges span,
.feature-cloud span {
  padding: 9px 12px;
  border: 1px solid rgba(106, 34, 217, 0.18);
  border-radius: 999px;
  color: var(--violet);
  background: rgba(106, 34, 217, 0.07);
  font-size: 0.78rem;
  font-weight: 900;
}

.app-download {
  white-space: nowrap;
}

.app-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.app-stats div {
  padding: 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.app-stats div:last-child {
  border-right: 0;
}

.app-stats strong,
.app-stats span {
  display: block;
}

.app-stats strong {
  margin-bottom: 4px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.app-stats span {
  color: var(--muted);
  font-size: 0.86rem;
}

.media-strip {
  display: grid;
  grid-template-columns: 0.82fr 1.3fr 0.9fr 0.9fr;
  gap: 14px;
  margin-bottom: 28px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.phone-shot,
.desktop-shot,
.video-shot {
  position: relative;
  min-height: 292px;
  min-width: 220px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 18%, rgba(236, 10, 131, 0.26), transparent 10rem),
    linear-gradient(135deg, #121337, #ffffff);
  box-shadow: 0 20px 44px rgba(31, 35, 96, 0.16);
}

.desktop-shot {
  min-width: 360px;
  background: linear-gradient(135deg, #f8f9ff, #e6e8ff);
}

.video-shot {
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 74% 12%, rgba(236, 10, 131, 0.42), transparent 10rem),
    linear-gradient(135deg, #09072b, #2b0a77);
}

.video-shot.dark {
  background:
    radial-gradient(circle at 26% 22%, rgba(40, 88, 255, 0.36), transparent 11rem),
    linear-gradient(135deg, #11131d, #09072b);
}

.shot-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 13, 45, 0.74);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shot-screen {
  position: absolute;
  inset: 54px 34px 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 16px;
  border: 8px solid #11131d;
  border-radius: 28px;
  background: #fff;
}

.booth-preview {
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
}

.shot-screen p {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.desktop-screen {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 56px;
  bottom: 36px;
  padding: 16px;
  border: 10px solid #11131d;
  border-radius: 18px;
  background: #fff;
}

.screen-topline {
  height: 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
}

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

.capture-grid span {
  min-height: 72px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(236, 10, 131, 0.18), rgba(40, 88, 255, 0.22));
}

.video-shot button {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.video-shot button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #fff;
}

.video-shot p {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.app-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.app-details-grid section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.app-details-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.download-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

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

.download-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 80% 12%, rgba(236, 10, 131, 0.12), transparent 12rem);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.download-card:hover {
  transform: translateY(-8px) rotateX(5deg) rotateY(-4deg);
  box-shadow: 0 28px 62px rgba(106, 34, 217, 0.2);
}

.download-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--blue));
  box-shadow: 0 18px 34px rgba(106, 34, 217, 0.24);
  font-weight: 950;
}

.download-card p {
  color: var(--muted);
  line-height: 1.62;
}

.download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 22px;
}

.download-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(106, 34, 217, 0.18);
  border-radius: 999px;
  color: var(--violet);
  background: rgba(106, 34, 217, 0.07);
  font-size: 0.75rem;
  font-weight: 900;
}

.download-note {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(106, 34, 217, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.download-note strong {
  display: block;
  margin-bottom: 6px;
}

.download-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.download-note code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(106, 34, 217, 0.09);
}

.contact-list.large {
  grid-template-columns: 1fr;
}

.vr-copy .eyebrow {
  color: #fff;
}

.vr-copy h2 {
  margin-bottom: 20px;
}

.vr-copy p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
}

.vr-visual {
  position: relative;
  min-height: 360px;
  perspective: 1000px;
}

.vr-headset {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 270px;
  height: 150px;
  border-radius: 44px 44px 58px 58px;
  background:
    radial-gradient(circle at 30% 45%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 70% 45%, rgba(255, 255, 255, 0.92), transparent 18%),
    linear-gradient(135deg, #f8f9ff, #c7ccff 42%, #6a22d9);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) rotateX(12deg) rotateY(-18deg);
  transform-style: preserve-3d;
  animation: vrHover 4.8s ease-in-out infinite;
}

.vr-headset span {
  position: absolute;
  background: #11131d;
}

.vr-headset span:nth-child(1) {
  left: 28px;
  top: 46px;
  width: 78px;
  height: 52px;
  border-radius: 18px;
}

.vr-headset span:nth-child(2) {
  right: 28px;
  top: 46px;
  width: 78px;
  height: 52px;
  border-radius: 18px;
}

.vr-headset span:nth-child(3) {
  left: 50%;
  bottom: -28px;
  width: 90px;
  height: 26px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.vr-controller {
  position: absolute;
  width: 64px;
  height: 110px;
  border-radius: 40px;
  background: linear-gradient(135deg, #fff, #e8e9ff 50%, var(--pink));
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
}

.vr-controller.left {
  left: 10%;
  bottom: 14%;
  transform: rotate(-22deg);
}

.vr-controller.right {
  right: 12%;
  bottom: 18%;
  transform: rotate(18deg);
}

@keyframes vrHover {
  0%, 100% {
    transform: translate(-50%, -50%) rotateX(12deg) rotateY(-18deg) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) rotateX(18deg) rotateY(12deg) translateY(-14px);
  }
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}

footer strong {
  color: var(--ink);
  text-transform: uppercase;
}

.footer-social {
  margin-left: auto;
}

.footer-social a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero-section,
  .about-section,
  .section-title,
  .connect-panel,
  .page-hero,
  .vr-section,
  .contact-page-panel,
  .planner-section {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 500px;
  }

  .connect-title {
    clip-path: none;
    min-height: 64px;
  }

  .qr-block {
    padding-left: 0;
    border-left: 0;
  }

  .services-grid,
  .services-grid.expanded,
  .about-page-grid,
  .solution-page-grid,
  .download-grid,
  .app-main,
  .app-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-download {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .top-3d-scene {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 10px;
  }

  .site-header.menu-open .nav-links {
    display: flex;
  }

  .social-links {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .brand-text strong {
    font-size: 1.28rem;
  }

  .magic-heading {
    animation-duration: 5.8s;
    filter: drop-shadow(0 6px 10px rgba(106, 34, 217, 0.14));
  }

  .magic-heading::before {
    transform: translate3d(3px, 4px, -10px) skewX(-6deg);
  }

  .brand-text small {
    max-width: 190px;
    letter-spacing: 0.22em;
  }

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

  .trust-row,
  .contact-list,
  .stats-strip,
  .solution-pillars,
  .services-grid,
  .services-grid.expanded,
  .about-page-grid,
  .solution-page-grid,
  .download-grid,
  .app-main,
  .app-details-grid,
  .form-grid,
  .planner-form fieldset {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 430px;
  }

  .laptop {
    left: 0;
    right: 4%;
  }

  .screen {
    min-height: 270px;
    padding: 12px;
    border-width: 10px;
  }

  .screen-body {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

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

  .dashboard span {
    min-height: 50px;
  }

  .phone {
    width: 138px;
    min-height: 270px;
    right: 0;
    top: 38%;
    padding: 38px 12px 16px;
  }

  .phone h3 {
    font-size: 0.84rem;
  }

  .floating-card {
    width: 78px;
    height: 78px;
  }

  .qr-block {
    grid-template-columns: 1fr;
  }

  .stats-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-strip div:last-child {
    border-bottom: 0;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-social {
    margin-left: 0;
    flex-wrap: wrap;
  }

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

  .top-3d-scene {
    min-height: 270px;
  }

  .cube-stack {
    width: 118px;
    height: 118px;
  }

  .orbit-ring {
    width: 230px;
    height: 132px;
  }

  .glass-tile {
    min-width: 92px;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.75rem;
  }

  .tile-a {
    left: 0;
    top: 18%;
  }

  .tile-b {
    right: 0;
    top: 38%;
  }

  .tile-c {
    left: 22%;
    bottom: 6%;
  }

  .vr-section,
  .contact-page-panel {
    padding: 24px;
  }

  .planner-section {
    margin-inline: 14px;
  }

  .planner-preview {
    position: static;
  }

  .download-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-stats {
    grid-template-columns: 1fr;
  }

  .app-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .app-stats div:last-child {
    border-bottom: 0;
  }

  .media-strip {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .phone-shot,
  .desktop-shot,
  .video-shot {
    min-width: 0;
  }

  .vr-visual {
    min-height: 280px;
  }

  .vr-headset {
    width: 210px;
    height: 118px;
  }

  .vr-headset span:nth-child(1),
  .vr-headset span:nth-child(2) {
    top: 36px;
    width: 58px;
    height: 42px;
  }

  .vr-controller {
    width: 48px;
    height: 84px;
  }
}

/* Mobile resilience and Core Web Vitals polish */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
main,
section,
header,
footer,
nav,
form,
article,
aside,
figure,
div {
  min-width: 0;
}

img,
video {
  max-width: 100%;
}

.cinematic-home.menu-locked {
  overflow: hidden;
}

.cinematic-home a,
.cinematic-home button,
.cinematic-inner a,
.cinematic-inner button,
.cinematic-inner input,
.cinematic-inner select {
  touch-action: manipulation;
}

.cinematic-home h1,
.cinematic-home h2,
.cinematic-home h3,
.cinematic-home p,
.cinematic-inner h1,
.cinematic-inner h2,
.cinematic-inner h3,
.cinematic-inner p,
.cinematic-inner a,
.cinematic-inner dd {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .cinematic-home .cinema-hero {
    height: auto;
    min-height: max(100svh, 720px);
  }

  .cinematic-home .cinema-shell {
    min-height: max(100svh, 720px);
    height: auto;
    padding: 18px 16px 22px;
  }

  .cinematic-home .cinema-nav {
    min-height: 48px;
  }

  .cinematic-home .cinema-logo {
    font-size: 1.55rem;
  }

  .cinematic-home .cinema-menu-toggle {
    flex: 0 0 46px;
  }

  .cinematic-home .cinema-copy {
    flex: 1;
    justify-content: center;
    padding: 32px 0 20px;
  }

  .cinematic-home .cinema-badge {
    width: auto;
    max-width: min(100%, 310px);
    padding: 8px 12px;
    line-height: 1.35;
  }

  .cinematic-home .cinema-copy h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 15.2vw, 4.5rem);
    line-height: 0.92;
  }

  .cinematic-home .cinema-lede {
    width: min(100%, 350px);
    font-size: 0.88rem;
  }

  .cinematic-home .cinema-email {
    width: min(100%, 340px);
    min-height: 54px;
    padding-left: 16px;
  }

  .cinematic-home .cinema-email a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .cinematic-home .cinema-switcher {
    width: min(100%, 350px);
    gap: 0 14px;
  }

  .cinematic-home .cinema-switcher button {
    min-height: 38px;
    font-size: 0.68rem;
  }

  .cinematic-home .cinema-stats {
    width: 100%;
    padding-top: 10px;
    font-size: 0.65rem;
  }

  .cinematic-home .cinema-mobile-menu {
    min-height: 100svh;
    overflow-y: auto;
  }

  .cinematic-home .cinema-mobile-links {
    width: 100%;
    gap: 18px;
  }

  .cinematic-home .cinema-mobile-links a {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .cinema-intro-grid,
  .cinema-section-heading {
    gap: 26px;
  }

  .cinema-intro h2,
  .cinema-section-heading h2 {
    line-height: 0.98;
  }

  .cinema-service-card,
  .cinema-process-list li,
  .cinema-process-list li + li,
  .cinema-process-list li:nth-child(3) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cinema-cta-actions,
  .cinema-cta-actions a,
  .cinema-solid-button {
    width: 100%;
  }

  .cinema-cta-actions .cinema-text-link {
    width: auto;
  }

  .cinematic-inner .site-header {
    padding-inline: 16px;
  }

  .cinematic-inner .brand-text small {
    display: none;
  }

  .cinematic-inner .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .cinematic-inner .nav-links {
    max-height: calc(100svh - 72px);
    overflow-y: auto;
  }

  .cinematic-inner .nav-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  .cinematic-inner .page-hero {
    min-height: 560px;
    padding: 76px 18px 82px;
  }

  .cinematic-inner .page-hero h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 15vw, 4.8rem);
    line-height: 0.93;
  }

  .cinematic-inner .page-hero .hero-lede {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .cinematic-inner .top-3d-scene {
    right: -118px;
    bottom: -94px;
    width: 360px;
    transform: scale(0.84);
    transform-origin: bottom right;
  }

  .cinematic-inner .about-page-grid article,
  .cinematic-inner .solution-page-grid article,
  .cinematic-inner .service-card,
  .cinematic-inner .download-card,
  .cinematic-inner .planner-form,
  .cinematic-inner .planner-preview,
  .cinematic-inner .contact-page-panel,
  .cinematic-inner .vr-section {
    padding: 26px 22px;
  }

  .cinematic-inner .service-card,
  .cinematic-inner .download-card {
    min-height: 0;
  }

  .cinematic-inner .vr-section,
  .cinematic-inner .contact-page-panel {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .vr-visual {
    min-height: 250px;
  }

  .cinematic-inner .contact-list.large {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .contact-list a,
  .cinematic-inner .contact-list p {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

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

  .cinematic-inner .planner-form fieldset {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .cinematic-inner .planner-form input:not([type="checkbox"]),
  .cinematic-inner .planner-form select,
  .cinematic-inner .planner-form textarea {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .cinematic-inner .planner-form textarea {
    min-height: 120px;
  }

  .cinematic-inner .planner-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cinematic-inner .planner-actions button,
  .cinematic-inner .app-download,
  .cinematic-inner .download-card .primary-button,
  .cinematic-inner .download-toolbar .secondary-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .cinematic-inner .app-main,
  .cinematic-inner .app-details-grid,
  .cinematic-inner .app-stats {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .app-icon {
    width: 82px;
    height: 82px;
  }

  .cinematic-inner .app-title-block h2,
  .cinematic-inner .download-toolbar h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .cinematic-inner .media-strip {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .cinematic-inner .phone-shot,
  .cinematic-inner .desktop-shot,
  .cinematic-inner .video-shot {
    min-width: 0;
    width: 100%;
  }

  .cinematic-inner > footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 28px 18px;
  }

  .cinematic-inner .footer-social {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .cinematic-home .cinema-hero,
  .cinematic-home .cinema-shell {
    min-height: max(100svh, 700px);
  }

  .cinematic-home .cinema-copy h1 {
    font-size: clamp(2.85rem, 15.5vw, 3.75rem);
  }

  .cinematic-home .cinema-email {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cinematic-home .cinema-email span {
    font-size: 0.7rem;
  }

  .cinematic-home .cinema-switcher {
    gap-inline: 10px;
  }

  .cinematic-home .cinema-stats span {
    width: 100%;
  }

  .cinematic-inner .page-hero h1 {
    font-size: clamp(2.95rem, 15.4vw, 3.8rem);
  }

  .cinematic-inner .page-hero {
    min-height: 540px;
  }
}

@media print {
  .site-header,
  .page-hero,
  .planner-form,
  footer {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .planner-section {
    display: block;
    margin: 0;
  }

  .planner-preview {
    position: static;
    border: 0;
    box-shadow: none;
  }
}

/* Magicloom 3D tech landing refresh */
.landing-page {
  --ink: #eef8ff;
  --muted: #9fb1c6;
  --paper: #050814;
  --panel: rgba(10, 18, 34, 0.78);
  --line: rgba(118, 236, 255, 0.18);
  --pink: #ff2d95;
  --violet: #8b5cf6;
  --blue: #00d4ff;
  --navy: #050814;
  --shadow: 0 30px 90px rgba(0, 212, 255, 0.14);
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 8%, rgba(0, 212, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(255, 45, 149, 0.2), transparent 30rem),
    linear-gradient(135deg, #050814 0%, #0b1024 46%, #050814 100%);
}

.landing-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(118, 236, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 236, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 15%, #000 0%, transparent 70%);
}

.landing-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(0, 212, 255, 0.08) 36%, transparent 44%),
    radial-gradient(circle at 50% 60%, rgba(139, 92, 246, 0.12), transparent 34rem);
  pointer-events: none;
}

.site-header {
  background: rgba(5, 8, 20, 0.82);
  border-bottom: 1px solid rgba(118, 236, 255, 0.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.nav-links a,
.brand-text small,
.menu-toggle span,
footer strong {
  color: #eef8ff;
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(118, 236, 255, 0.22);
}

.landing-page .hero-section {
  position: relative;
  min-height: calc(100vh - 82px);
  padding-top: clamp(44px, 7vw, 96px);
  color: #eef8ff;
}

.landing-page .hero-section::before {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 64px);
  right: clamp(18px, 5vw, 64px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 236, 255, 0.42), transparent);
}

.landing-page h1 {
  text-shadow: 0 0 34px rgba(0, 212, 255, 0.18);
}

.landing-page .hero-lede,
.landing-page .about-section > p,
.landing-page .service-card p,
.landing-page .stats-strip span,
.landing-page .contact-list a,
.landing-page .contact-list p {
  color: #b8c8da;
}

.landing-page .eyebrow {
  color: #66eaff;
}

.landing-page .primary-button,
.landing-page .secondary-button,
.landing-page .dark-card a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(118, 236, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 212, 255, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.landing-page .primary-button:hover,
.landing-page .secondary-button:hover,
.landing-page .dark-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 236, 255, 0.68);
  box-shadow: 0 26px 58px rgba(0, 212, 255, 0.24);
}

.landing-page .secondary-button {
  color: #dffbff;
  background: rgba(255, 255, 255, 0.06);
}

.landing-page .trust-row div,
.landing-page .connect-panel,
.landing-page .services-grid,
.landing-page .stats-strip,
.landing-page .service-card {
  border: 1px solid rgba(118, 236, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 13, 28, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.landing-page .trust-row div {
  padding: 14px;
  border-radius: 8px;
}

.landing-page .hero-stage {
  min-height: 590px;
  isolation: isolate;
}

.landing-page .glow-plane {
  background: radial-gradient(circle, rgba(0, 212, 255, 0.36), rgba(255, 45, 149, 0.16), transparent 68%);
}

.tech-orbit,
.tech-grid-floor,
.holo-chip {
  position: absolute;
  pointer-events: none;
}

.tech-orbit {
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 1px solid rgba(118, 236, 255, 0.28);
  border-top-color: rgba(0, 212, 255, 0.9);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.orbit-a {
  width: 520px;
  height: 260px;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-18deg);
  animation: orbitSweep 8s linear infinite;
}

.orbit-b {
  width: 410px;
  height: 410px;
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(18deg);
  animation: orbitSweep 11s linear infinite reverse;
}

.tech-grid-floor {
  left: 5%;
  right: 4%;
  bottom: 10%;
  z-index: 0;
  height: 240px;
  background-image:
    linear-gradient(rgba(118, 236, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 236, 255, 0.16) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(800px) rotateX(68deg);
  transform-origin: bottom;
  mask-image: linear-gradient(transparent, #000 28%, transparent 96%);
}

.landing-page .screen,
.landing-page .phone {
  color: #eef8ff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    #07101f;
  border-color: #020617;
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(118, 236, 255, 0.18),
    0 0 70px rgba(0, 212, 255, 0.16);
}

.landing-page .screen-header {
  border-bottom-color: rgba(118, 236, 255, 0.18);
  color: #66eaff;
}

.landing-page .screen-body p,
.landing-page .phone h3 {
  color: #dffbff;
}

.landing-page .dashboard span,
.landing-page .phone-tabs span {
  background:
    linear-gradient(135deg, rgba(102, 234, 255, 0.2), rgba(255, 45, 149, 0.13)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(118, 236, 255, 0.18);
}

.landing-page .keyboard {
  background: linear-gradient(180deg, #172033, #07101f);
}

.card-three {
  left: 38%;
  bottom: 0;
  animation-delay: -3.1s;
}

.holo-chip {
  z-index: 6;
  padding: 10px 13px;
  border: 1px solid rgba(118, 236, 255, 0.28);
  border-radius: 8px;
  color: #dffbff;
  background: rgba(5, 8, 20, 0.64);
  box-shadow: 0 0 26px rgba(0, 212, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: chipDrift 5.4s ease-in-out infinite;
}

.chip-a {
  left: 9%;
  bottom: 24%;
}

.chip-b {
  right: 2%;
  top: 14%;
  animation-delay: -1.4s;
}

.chip-c {
  right: 24%;
  bottom: 17%;
  animation-delay: -2.6s;
}

.landing-page .connect-panel,
.landing-page .stats-strip,
.landing-page .dark-card,
.landing-page footer {
  color: #eef8ff;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.12), transparent 20rem),
    rgba(7, 13, 28, 0.82);
}

.landing-page .contact-list span,
.landing-page .service-icon,
.landing-page .floating-card {
  background: linear-gradient(135deg, #00d4ff, #8b5cf6 55%, #ff2d95);
}

.landing-page .qr-grid {
  border-color: #00d4ff;
}

.landing-page .qr-grid i {
  background: #66eaff;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.45);
}

.landing-page .about-section,
.landing-page .services-section,
.landing-page .solutions-section {
  position: relative;
}

.landing-page .dark-card {
  border: 1px solid rgba(118, 236, 255, 0.18);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.landing-page footer {
  border-top-color: rgba(118, 236, 255, 0.18);
}

.reveal-ready {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal-ready.reveal-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-card.reveal-ready,
.stats-strip div.reveal-ready,
.trust-row div.reveal-ready {
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
}

@keyframes orbitSweep {
  0% {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
  }
}

@keyframes chipDrift {
  0%, 100% {
    transform: translate3d(0, 0, 90px);
  }

  50% {
    transform: translate3d(8px, -14px, 130px);
  }
}

@media (max-width: 1080px) {
  .landing-page .hero-stage {
    min-height: 540px;
  }

  .orbit-a {
    width: 440px;
  }

  .orbit-b {
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 760px) {
  .landing-page .hero-stage {
    min-height: 460px;
  }

  .tech-orbit,
  .holo-chip {
    opacity: 0.72;
  }

  .orbit-a {
    width: 320px;
    height: 168px;
  }

  .orbit-b {
    width: 260px;
    height: 260px;
  }

  .tech-grid-floor {
    bottom: 4%;
    height: 160px;
  }

  .card-three {
    left: 18%;
    bottom: 4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}

/* Cinematic continuation sections */
.cinematic-home {
  overflow-x: hidden;
  overflow-y: auto;
  background: #0b0d0e;
}

.cinema-scroll-cue {
  position: absolute;
  z-index: 5;
  right: clamp(20px, 3.2vw, 50px);
  bottom: clamp(24px, 3vw, 42px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-family: system-ui, sans-serif;
}

.cinema-scroll-cue span {
  position: relative;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
}

.cinema-scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.cinema-scroll-cue small {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cinema-band {
  position: relative;
  color: #e9eeec;
  background: #0b0d0e;
  font-family: system-ui, sans-serif;
}

.cinema-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.cinema-section-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(88px, 12vw, 176px) 0;
}

.cinema-kicker {
  margin: 0 0 28px;
  color: #c8a271;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cinema-intro {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cinema-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.cinema-intro h2,
.cinema-section-heading h2,
.cinema-cta h2 {
  margin: 0;
  color: #f4f1ea;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 6.6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cinema-intro h2 em {
  color: #8fc4c4;
  font-weight: 400;
}

.cinema-intro-copy {
  padding-top: 10px;
}

.cinema-intro-copy p {
  margin: 0 0 20px;
  color: #9ba3a1;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.8;
}

.cinema-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(233, 238, 236, 0.4);
  color: #e9eeec;
  font-size: 0.82rem;
  font-weight: 680;
  transition: gap 200ms ease, border-color 200ms ease;
}

.cinema-text-link:hover,
.cinema-text-link:focus-visible {
  gap: 18px;
  border-color: #8fc4c4;
}

.cinema-showcase {
  background: #111515;
}

.cinema-section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  margin-bottom: clamp(52px, 7vw, 92px);
}

.cinema-section-heading .cinema-kicker {
  margin-top: 12px;
}

.cinema-section-heading h2 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.cinema-image-stage {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #080b0c;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.cinema-image-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.cinema-image-stage img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cinema-image-stage:hover img {
  transform: scale(1.025);
}

.cinema-image-stage figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 30px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(transparent, rgba(3, 7, 8, 0.88));
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cinema-services {
  background: #e8e5de;
  color: #171a19;
}

.cinema-services::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
}

.cinema-services .cinema-kicker {
  color: #80613e;
}

.cinema-services .cinema-section-heading h2 {
  color: #171a19;
}

.cinema-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 26, 25, 0.22);
  border-left: 1px solid rgba(23, 26, 25, 0.22);
}

.cinema-service-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid rgba(23, 26, 25, 0.22);
  border-bottom: 1px solid rgba(23, 26, 25, 0.22);
  border-radius: 0;
  background: transparent;
  transition: color 240ms ease, background 240ms ease;
}

.cinema-service-card:hover {
  color: #f5f1e9;
  background: #172324;
}

.cinema-service-card > span {
  color: #80613e;
  font-size: 0.68rem;
  font-weight: 760;
}

.cinema-service-card:hover > span {
  color: #c8a271;
}

.cinema-service-card h3 {
  margin: 44px 0 16px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.cinema-service-card p {
  margin: 0 0 32px;
  color: #5d6461;
  font-size: 0.88rem;
  line-height: 1.7;
}

.cinema-service-card:hover p {
  color: #aeb8b5;
}

.cinema-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 700;
}

.cinema-service-card b {
  font-size: 1rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.cinema-service-card a:hover b {
  transform: translateX(5px);
}

.cinema-process {
  background: #0c1111;
}

.cinema-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.cinema-process-list li {
  min-height: 240px;
  padding: 30px clamp(20px, 2.5vw, 36px) 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.cinema-process-list li + li {
  padding-left: clamp(20px, 2.5vw, 36px);
}

.cinema-process-list li:last-child {
  border-right: 0;
}

.cinema-process-list span {
  display: block;
  margin-bottom: 60px;
  color: #c8a271;
  font-size: 0.68rem;
  font-weight: 750;
}

.cinema-process-list strong {
  display: block;
  margin-bottom: 12px;
  color: #f4f1ea;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.cinema-process-list p {
  margin: 0;
  color: #8f9996;
  font-size: 0.82rem;
  line-height: 1.65;
}

.cinema-cta {
  overflow: hidden;
  background: #8fc4c4;
  color: #102122;
}

.cinema-cta::before {
  background-image: linear-gradient(rgba(16, 33, 34, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 33, 34, 0.08) 1px, transparent 1px);
}

.cinema-cta .cinema-section-shell {
  padding-top: clamp(90px, 11vw, 150px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.cinema-cta .cinema-kicker {
  color: #315657;
}

.cinema-cta h2 {
  max-width: 990px;
  color: #102122;
  font-size: clamp(3.4rem, 7.4vw, 7.2rem);
}

.cinema-cta-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 48px;
}

.cinema-solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: #f4f1ea;
  background: #102122;
  font-size: 0.82rem;
  font-weight: 720;
  transition: transform 180ms ease, background 180ms ease;
}

.cinema-solid-button:hover,
.cinema-solid-button:focus-visible {
  transform: translateY(-2px);
  background: #1b3637;
}

.cinema-cta .cinema-text-link {
  color: #102122;
  border-color: rgba(16, 33, 34, 0.45);
}

.cinema-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8f9996;
  background: #090c0c;
  font-family: system-ui, sans-serif;
}

.cinema-footer .cinema-logo {
  color: #f4f1ea;
}

.cinema-footer p {
  margin: 0;
  font-size: 0.78rem;
}

.cinema-footer div {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.cinema-footer div a {
  font-size: 0.75rem;
  transition: color 180ms ease;
}

.cinema-footer div a:hover,
.cinema-footer div a:focus-visible {
  color: #f4f1ea;
}

.cinema-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cinema-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cinema-service-card:nth-child(2),
.cinema-process-list li:nth-child(2) { transition-delay: 70ms; }
.cinema-service-card:nth-child(3),
.cinema-process-list li:nth-child(3) { transition-delay: 140ms; }
.cinema-service-card:nth-child(4),
.cinema-process-list li:nth-child(4) { transition-delay: 210ms; }
.cinema-service-card:nth-child(5) { transition-delay: 280ms; }
.cinema-service-card:nth-child(6) { transition-delay: 350ms; }

@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}

@media (max-width: 900px) {
  .cinema-scroll-cue {
    display: none;
  }

  .cinema-intro-grid,
  .cinema-section-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cinema-section-heading .cinema-kicker {
    margin: 0;
  }

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

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

  .cinema-process-list li:nth-child(2) {
    border-right: 0;
  }

  .cinema-process-list li:nth-child(3),
  .cinema-process-list li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .cinema-process-list li:nth-child(3) {
    padding-left: 0;
  }

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

  .cinema-footer p {
    display: none;
  }
}

@media (max-width: 600px) {
  .cinema-section-shell {
    width: min(100% - 32px, 1240px);
    padding: 78px 0;
  }

  .cinema-intro h2,
  .cinema-section-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .cinema-image-stage img {
    aspect-ratio: 4 / 5;
    object-position: 66% center;
  }

  .cinema-image-stage figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 22px;
  }

  .cinema-service-grid,
  .cinema-process-list {
    grid-template-columns: 1fr;
  }

  .cinema-service-card {
    min-height: 280px;
  }

  .cinema-process-list li,
  .cinema-process-list li + li,
  .cinema-process-list li:nth-child(3) {
    min-height: 220px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .cinema-process-list span {
    margin-bottom: 42px;
  }

  .cinema-cta h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

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

  .cinema-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cinema-footer div {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-scroll-cue span::after {
    animation: none;
  }

  .cinema-image-stage img,
  .cinema-reveal {
    transition-duration: 0.01ms;
  }
}

/* Cinematic fullscreen home */
.cinematic-home {
  margin: 0;
  overflow: hidden;
  background: #070b13;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
}

.cinematic-home main {
  min-height: 100vh;
  min-height: 100dvh;
}

.cinema-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: #070b13;
}

.cinema-videos,
.cinema-video,
.cinema-scrim,
.cinema-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cinema-videos {
  z-index: -4;
  background: #070b13;
}

.cinema-video {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 1000ms ease-in-out;
}

.cinema-video.is-active {
  opacity: 1;
}

.cinema-scrim {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(2, 6, 12, 0.3) 0%, rgba(2, 6, 12, 0.03) 35%, rgba(2, 6, 12, 0.2) 100%),
    linear-gradient(90deg, rgba(2, 6, 12, 0.18), transparent 44%, rgba(2, 6, 12, 0.08));
  pointer-events: none;
}

.cinema-overlay {
  z-index: -2;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.03);
  animation: trainBob 3s ease-in-out infinite;
}

.cinema-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 3vw, 38px) clamp(20px, 5vw, 76px) clamp(22px, 3vw, 38px);
}

.liquid-glass {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.01);
  background-blend-mode: luminosity;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cinema-nav {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cinema-logo {
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.cinema-nav-pill {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 34px);
  padding: 6px 7px 6px 24px;
  border-radius: 999px;
  font-family: system-ui, sans-serif;
}

.cinema-nav-pill a {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cinema-nav-pill a:hover,
.cinema-nav-pill a:focus-visible {
  color: #fff;
}

.cinema-nav-pill .cinema-nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  color: #111820;
  background: #fff;
  font-weight: 700;
}

.cinema-nav-pill .cinema-nav-cta:hover,
.cinema-nav-pill .cinema-nav-cta:focus-visible {
  color: #111820;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.cinema-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}

.menu-lines,
.menu-lines i {
  position: absolute;
  display: block;
}

.menu-lines {
  inset: 0;
  transition: transform 300ms ease;
}

.menu-lines i {
  left: 13px;
  width: 20px;
  height: 1.5px;
  border-radius: 999px;
  background: #fff;
  transition: top 300ms ease, transform 300ms ease;
}

.menu-lines i:first-child {
  top: 18px;
}

.menu-lines i:last-child {
  top: 27px;
}

.cinema-menu-toggle.is-open .menu-lines {
  transform: rotate(90deg) scale(0.88);
}

.cinema-menu-toggle.is-open .menu-lines i:first-child {
  top: 23px;
  transform: rotate(45deg);
}

.cinema-menu-toggle.is-open .menu-lines i:last-child {
  top: 23px;
  transform: rotate(-45deg);
}

.cinema-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 90px 24px 34px;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 350ms ease, visibility 350ms ease;
}

.cinema-mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.cinema-mobile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.cinema-mobile-links a {
  color: #fff;
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 1;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-mobile-menu.is-open a {
  opacity: 1;
  transform: translateY(0);
}

.cinema-mobile-menu.is-open a:nth-child(1) { transition-delay: 100ms; }
.cinema-mobile-menu.is-open a:nth-child(2) { transition-delay: 150ms; }
.cinema-mobile-menu.is-open a:nth-child(3) { transition-delay: 200ms; }
.cinema-mobile-menu.is-open a:nth-child(4) { transition-delay: 250ms; }
.cinema-mobile-menu.is-open a:nth-child(5) { transition-delay: 300ms; }
.cinema-mobile-menu.is-open a:nth-child(6) { transition-delay: 350ms; }

.cinema-mobile-links .mobile-cta {
  margin-top: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #111820;
  background: #fff;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
}

.cinema-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 7vh, 88px) 0 28px;
  color: #fff;
  text-align: center;
  transition: color 700ms ease;
}

.cinema-copy[data-tone="dark"] {
  color: #182c41;
}

.cinema-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  padding: 9px 15px;
  border-radius: 999px;
  color: inherit;
  font-family: system-ui, sans-serif;
  font-size: clamp(0.68rem, 1.2vw, 0.78rem);
  font-weight: 520;
  transition: color 700ms ease;
}

.cinema-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.cinema-copy h1 {
  margin: 0;
  max-width: 880px;
  color: inherit;
  font-size: clamp(3.25rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 9px 40px rgba(0, 0, 0, 0.15);
}

.cinema-lede {
  max-width: 590px;
  margin: 24px auto 0;
  color: inherit;
  font-family: system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  line-height: 1.7;
  opacity: 0.88;
  transition: color 700ms ease;
}

.cinema-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(390px, 100%);
  margin-top: 28px;
  padding: 6px 6px 6px 20px;
  border-radius: 999px;
  color: inherit;
  font-family: system-ui, sans-serif;
  text-align: left;
  transition: color 700ms ease;
}

.cinema-email span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0.78rem;
  opacity: 0.78;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinema-email a {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 12px 17px;
  border-radius: 999px;
  color: #111820;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}

.cinema-email a:hover,
.cinema-email a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.9);
}

.cinema-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 17px;
  margin-top: 22px;
  font-family: system-ui, sans-serif;
}

.cinema-switcher button {
  padding: 8px 0 7px;
  border: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 550;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 180ms ease, border-color 180ms ease, color 700ms ease;
}

.cinema-switcher button:hover,
.cinema-switcher button:focus-visible {
  opacity: 0.82;
}

.cinema-switcher button.is-active {
  border-color: currentColor;
  opacity: 1;
}

.cinema-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: rgba(255, 255, 255, 0.72);
  font-family: system-ui, sans-serif;
  font-size: clamp(0.68rem, 1vw, 0.8rem);
  text-align: center;
}

.cinema-stats span {
  white-space: nowrap;
}

.cinema-stats strong {
  color: #fff;
  font-weight: 700;
}

.cinema-stats i {
  color: rgba(255, 255, 255, 0.42);
  font-style: normal;
}

@keyframes trainBob {
  0%, 100% { transform: translateY(0) scale(1.03); }
  50% { transform: translateY(-6px) scale(1.03); }
}

@media (max-width: 760px) {
  .cinema-hero {
    min-height: 600px;
  }

  .cinema-shell {
    padding: 20px 18px 24px;
  }

  .cinema-nav-pill {
    display: none;
  }

  .cinema-menu-toggle {
    display: block;
  }

  .cinema-copy {
    padding-top: 36px;
  }

  .cinema-badge {
    max-width: 300px;
    margin-bottom: 18px;
  }

  .cinema-copy h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .cinema-lede {
    max-width: 340px;
    margin-top: 18px;
    line-height: 1.55;
  }

  .cinema-email {
    width: min(330px, 100%);
    margin-top: 22px;
  }

  .cinema-switcher {
    max-width: 320px;
    margin-top: 16px;
  }

  .cinema-stats {
    flex-wrap: wrap;
    gap: 7px 14px;
  }

  .cinema-stats i {
    display: none;
  }

  .cinema-stats span {
    width: calc(50% - 8px);
    white-space: normal;
  }
}

@media (max-height: 740px) and (min-width: 761px) {
  .cinema-copy {
    padding: 24px 0 16px;
  }

  .cinema-badge {
    margin-bottom: 14px;
  }

  .cinema-copy h1 {
    font-size: clamp(3.7rem, 7vw, 5.4rem);
  }

  .cinema-lede {
    margin-top: 14px;
  }

  .cinema-email {
    margin-top: 16px;
  }

  .cinema-switcher {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-overlay {
    animation: none;
  }

  .cinema-video,
  .cinema-mobile-links a,
  .cinema-copy,
  .cinema-badge,
  .cinema-lede,
  .cinema-email,
  .cinema-switcher button {
    transition-duration: 0.01ms;
  }
}

/* The cinematic hero is one viewport; the detail bands continue below it. */
.cinematic-home {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Shared cinematic theme for every inner page */
.cinematic-inner {
  --ink: #f4f1ea;
  --muted: #97a19e;
  --paper: #0b0d0e;
  --panel: #121717;
  --line: rgba(255, 255, 255, 0.12);
  --pink: #c8a271;
  --violet: #8fc4c4;
  --blue: #d5e4e1;
  --navy: #090c0c;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  min-height: 100vh;
  color: var(--ink);
  background: #0b0d0e;
  font-family: system-ui, sans-serif;
}

.cinematic-inner::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
}

.cinematic-inner h1,
.cinematic-inner h2,
.cinematic-inner h3 {
  letter-spacing: 0;
}

.cinematic-inner .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
  padding: 13px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f4f1ea;
  background: rgba(9, 12, 12, 0.82);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cinematic-inner .brand-cube {
  display: none;
}

.cinematic-inner .brand-text strong {
  color: #f4f1ea;
  background: none;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.55rem, 2.1vw, 1.95rem);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  filter: none;
  animation: none;
}

.cinematic-inner .magic-heading::before,
.cinematic-inner .magic-heading::after {
  display: none;
}

.cinematic-inner .brand-text small {
  margin-top: 4px;
  color: #8f9996;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
}

.cinematic-inner .nav-links {
  justify-self: end;
  gap: clamp(8px, 1.4vw, 22px);
}

.cinematic-inner .nav-links a {
  padding: 9px 6px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: rgba(244, 241, 234, 0.68);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 650;
  transition: color 180ms ease, border-color 180ms ease;
}

.cinematic-inner .nav-links a:hover,
.cinematic-inner .nav-links a:focus-visible,
.cinematic-inner .nav-links a.active {
  border-color: #8fc4c4;
  color: #fff;
  background: transparent;
}

.cinematic-inner .social-links {
  gap: 7px;
}

.cinematic-inner .social-links a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f4f1ea;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.cinematic-inner .social-links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.cinematic-inner .menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.cinematic-inner .menu-toggle span {
  background: #fff;
}

.cinematic-inner .page-hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  min-height: 610px;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 76px);
  overflow: hidden;
  color: #f4f1ea;
  background-image: linear-gradient(90deg, rgba(5, 8, 8, 0.96) 0%, rgba(5, 8, 8, 0.82) 40%, rgba(5, 8, 8, 0.3) 72%, rgba(5, 8, 8, 0.48) 100%), url("assets/hero-magicloom.png");
  background-position: center;
  background-size: cover;
}

.cinematic-inner .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 72%, #0b0d0e 100%);
}

.cinematic-inner .page-hero > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.cinematic-inner .page-hero .eyebrow,
.cinematic-inner .download-toolbar .eyebrow,
.cinematic-inner .app-title-block .eyebrow,
.cinematic-inner .planner-preview .eyebrow {
  color: #c8a271;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.cinematic-inner .page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #f4f1ea;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.8rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: 0.94;
  text-wrap: balance;
  text-shadow: 0 12px 50px rgba(0, 0, 0, 0.28);
}

.cinematic-inner .page-hero .hero-lede {
  max-width: 580px;
  margin-top: 24px;
  color: #b6bfbc;
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

.cinematic-inner .top-3d-scene {
  min-height: 380px;
  opacity: 0.86;
  filter: saturate(0.62);
}

.cinematic-inner .glass-tile {
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: #f4f1ea;
  background: rgba(10, 16, 16, 0.42);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 20px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.cinematic-inner .orbit-ring {
  border-color: rgba(143, 196, 196, 0.48);
  box-shadow: 0 0 50px rgba(143, 196, 196, 0.14);
}

.cinematic-inner .section,
.cinematic-inner .download-section,
.cinematic-inner .planner-section,
.cinematic-inner .contact-page-panel,
.cinematic-inner .vr-section {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: clamp(76px, 9vw, 130px);
  padding-bottom: clamp(76px, 9vw, 130px);
}

.cinematic-inner .about-page-grid,
.cinematic-inner .solution-page-grid {
  gap: 0;
}

.cinematic-inner .about-page-grid article,
.cinematic-inner .solution-page-grid article,
.cinematic-inner .service-card,
.cinematic-inner .download-card,
.cinematic-inner .contact-note,
.cinematic-inner .app-store-panel,
.cinematic-inner .planner-form,
.cinematic-inner .planner-preview {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #f4f1ea;
  background: rgba(18, 23, 23, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.cinematic-inner .about-page-grid article,
.cinematic-inner .solution-page-grid article {
  min-height: 290px;
  padding: clamp(30px, 4vw, 52px);
}

.cinematic-inner .about-page-grid h2,
.cinematic-inner .solution-page-grid h2,
.cinematic-inner .service-card h3,
.cinematic-inner .vr-copy h2,
.cinematic-inner .contact-note h2,
.cinematic-inner .download-toolbar h2,
.cinematic-inner .app-title-block h2,
.cinematic-inner .app-details-grid h3 {
  color: #f4f1ea;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.cinematic-inner .about-page-grid h2,
.cinematic-inner .solution-page-grid h2,
.cinematic-inner .service-card h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

.cinematic-inner .about-page-grid p,
.cinematic-inner .solution-page-grid p,
.cinematic-inner .service-card p,
.cinematic-inner .vr-copy p,
.cinematic-inner .contact-note p,
.cinematic-inner .download-card p,
.cinematic-inner .app-details-grid p,
.cinematic-inner .app-title-block > p {
  color: #96a09d;
  line-height: 1.72;
}

.cinematic-inner .solution-page-grid strong {
  color: #c8a271;
}

.cinematic-inner .services-grid,
.cinematic-inner .services-grid.expanded {
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cinematic-inner .service-card {
  min-height: 310px;
  padding: 34px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.cinematic-inner .service-card:hover,
.cinematic-inner .download-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 196, 196, 0.48);
  background: #172323;
}

.cinematic-inner .service-icon,
.cinematic-inner .download-icon,
.cinematic-inner .contact-list span {
  border-radius: 4px;
  color: #102122;
  background: #8fc4c4;
  box-shadow: none;
}

.cinematic-inner .vr-section,
.cinematic-inner .contact-page-panel {
  margin-bottom: clamp(70px, 9vw, 120px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #111717;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.cinematic-inner .vr-section {
  padding: clamp(38px, 5vw, 68px);
}

.cinematic-inner .vr-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: 1;
}

.cinematic-inner .primary-button,
.cinematic-inner .secondary-button {
  border: 1px solid rgba(143, 196, 196, 0.42);
  border-radius: 999px;
  color: #102122;
  background: #8fc4c4;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.cinematic-inner .secondary-button {
  color: #f4f1ea;
  background: transparent;
}

.cinematic-inner .primary-button:hover,
.cinematic-inner .secondary-button:hover {
  transform: translateY(-2px);
  color: #102122;
  background: #b7d9d5;
}

.cinematic-inner .contact-page-panel {
  padding: clamp(32px, 5vw, 68px);
}

.cinematic-inner .contact-list a,
.cinematic-inner .contact-list p {
  color: #d4dcda;
}

.cinematic-inner .planner-section.detailed {
  gap: 22px;
}

.cinematic-inner .planner-form,
.cinematic-inner .planner-preview {
  padding: clamp(24px, 3.4vw, 42px);
}

.cinematic-inner .planner-note {
  border: 1px solid rgba(200, 162, 113, 0.26);
  border-radius: 6px;
  background: rgba(200, 162, 113, 0.08);
}

.cinematic-inner .planner-note strong,
.cinematic-inner .planner-form h2,
.cinematic-inner .planner-preview h2 {
  color: #f4f1ea;
}

.cinematic-inner .planner-form h2,
.cinematic-inner .planner-preview h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
}

.cinematic-inner .planner-note p,
.cinematic-inner .planner-form label,
.cinematic-inner .planner-form legend,
.cinematic-inner .planner-preview dt {
  color: #9da6a3;
}

.cinematic-inner .planner-form input,
.cinematic-inner .planner-form select,
.cinematic-inner .planner-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  color: #f4f1ea;
  background: #0d1212;
  box-shadow: none;
}

.cinematic-inner .planner-form input:focus,
.cinematic-inner .planner-form select:focus,
.cinematic-inner .planner-form textarea:focus {
  border-color: #8fc4c4;
  outline: 2px solid rgba(143, 196, 196, 0.16);
}

.cinematic-inner .planner-form select option {
  color: #f4f1ea;
  background: #0d1212;
}

.cinematic-inner .planner-form fieldset {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.025);
}

.cinematic-inner .planner-form input[type="checkbox"] {
  accent-color: #8fc4c4;
}

.cinematic-inner .planner-preview {
  top: 102px;
}

.cinematic-inner .planner-preview div {
  border-color: rgba(255, 255, 255, 0.1);
}

.cinematic-inner .planner-preview dd {
  color: #dbe2e0;
}

.cinematic-inner .download-section {
  display: grid;
  gap: 70px;
}

.cinematic-inner .app-store-panel {
  overflow: hidden;
}

.cinematic-inner .app-main,
.cinematic-inner .app-stats,
.cinematic-inner .app-details-grid {
  border-color: rgba(255, 255, 255, 0.1);
}

.cinematic-inner .app-badges span,
.cinematic-inner .feature-cloud span,
.cinematic-inner .download-meta span {
  border: 1px solid rgba(143, 196, 196, 0.24);
  color: #b8cfcc;
  background: rgba(143, 196, 196, 0.07);
}

.cinematic-inner .app-stats div,
.cinematic-inner .app-details-grid section {
  border-color: rgba(255, 255, 255, 0.1);
}

.cinematic-inner .app-stats strong,
.cinematic-inner .app-details-grid h3 {
  color: #f4f1ea;
}

.cinematic-inner .app-stats span {
  color: #8f9996;
}

.cinematic-inner .phone-shot,
.cinematic-inner .desktop-shot,
.cinematic-inner .video-shot {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d1212;
  box-shadow: none;
}

.cinematic-inner .download-toolbar {
  align-items: end;
}

.cinematic-inner .download-toolbar h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1;
}

.cinematic-inner .download-grid {
  gap: 16px;
}

.cinematic-inner .download-card {
  min-height: 330px;
  padding: 30px;
}

.cinematic-inner .download-note {
  border: 1px solid rgba(200, 162, 113, 0.26);
  border-radius: 6px;
  color: #d8c6ad;
  background: rgba(200, 162, 113, 0.08);
}

.cinematic-inner .download-note code {
  color: #f4f1ea;
  background: rgba(255, 255, 255, 0.08);
}

.cinematic-inner > footer {
  padding: 30px clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8f9996;
  background: #090c0c;
}

.cinematic-inner > footer strong {
  color: #f4f1ea;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.cinematic-inner .footer-social a {
  border-color: rgba(255, 255, 255, 0.14);
  color: #d5dddb;
  background: transparent;
}

.cinema-nav-pill {
  gap: clamp(12px, 1.8vw, 26px);
}

@media (max-width: 1180px) {
  .cinematic-inner .site-header {
    grid-template-columns: auto 1fr;
  }

  .cinematic-inner .social-links {
    display: none;
  }
}

@media (max-width: 980px) {
  .cinematic-inner .site-header {
    grid-template-columns: 1fr auto;
  }

  .cinematic-inner .menu-toggle {
    display: block;
    justify-self: end;
  }

  .cinematic-inner .nav-links {
    grid-column: 1 / -1;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 4px;
  }

  .cinematic-inner .site-header.menu-open .nav-links {
    display: flex;
  }

  .cinematic-inner .nav-links a {
    padding: 13px 2px;
  }

  .cinematic-inner .page-hero {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .cinematic-inner .top-3d-scene {
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 430px;
    min-height: 330px;
    opacity: 0.44;
  }
}

@media (max-width: 760px) {
  .cinematic-inner .site-header {
    min-height: 70px;
  }

  .cinematic-inner .page-hero {
    min-height: 570px;
    padding-top: 84px;
    padding-bottom: 90px;
    background-position: 62% center;
  }

  .cinematic-inner .page-hero h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .cinematic-inner .section,
  .cinematic-inner .download-section,
  .cinematic-inner .planner-section,
  .cinematic-inner .contact-page-panel,
  .cinematic-inner .vr-section {
    width: min(100% - 28px, 1240px);
  }

  .cinematic-inner .about-page-grid,
  .cinematic-inner .solution-page-grid,
  .cinematic-inner .services-grid,
  .cinematic-inner .services-grid.expanded,
  .cinematic-inner .download-grid {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .planner-section.detailed {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .planner-preview {
    position: static;
  }

  .cinematic-inner .download-toolbar {
    align-items: flex-start;
  }
}

/* Final narrow-screen overrides stay last in the cascade. */
@media (max-width: 760px) {
  .cinematic-inner .service-card,
  .cinematic-inner .download-card {
    min-height: 0;
  }

  .cinematic-inner .planner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cinematic-inner .planner-actions button,
  .cinematic-inner .app-download,
  .cinematic-inner .download-card .primary-button,
  .cinematic-inner .download-toolbar .secondary-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .cinematic-inner .media-strip,
  .cinematic-inner .app-main,
  .cinematic-inner .app-details-grid,
  .cinematic-inner .app-stats {
    grid-template-columns: 1fr;
  }

  .cinematic-inner .phone-shot,
  .cinematic-inner .desktop-shot,
  .cinematic-inner .video-shot {
    width: 100%;
    min-width: 0;
  }

  .cinematic-inner .planner-form input:not([type="checkbox"]),
  .cinematic-inner .planner-form select,
  .cinematic-inner .planner-form textarea {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .cinema-process-list li,
  .cinema-process-list li + li,
  .cinema-process-list li:nth-child(3) {
    padding-right: 24px;
    padding-left: 24px;
  }
}
