:root {
  --ink: #10110f;
  --ink-2: #181a17;
  --paper: #f3f0e8;
  --paper-2: #e9e5db;
  --white: #fffef8;
  --muted: #686a63;
  --line: rgba(16, 17, 15, 0.18);
  --line-dark: rgba(255, 255, 255, 0.16);
  --lime: #c7ff42;
  --blue: #7797ff;
  --coral: #ff6d4d;
  --radius: 22px;
  --shell: min(1380px, calc(100vw - 64px));
  --shadow: 0 30px 80px rgba(8, 9, 8, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

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

h1,
h2,
h3 {
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

p {
  text-wrap: pretty;
}

::selection {
  color: var(--ink);
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 128px 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(243, 240, 232, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  width: max-content;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 7px);
  align-items: end;
  width: 28px;
  height: 28px;
  padding: 5px 3px;
  gap: 2px;
  background: var(--ink);
  border-radius: 8px;
  overflow: hidden;
}

.brand-mark i {
  display: block;
  height: 16px;
  background: var(--lime);
  border-radius: 4px 4px 1px 1px;
}

.brand-mark i:nth-child(2) {
  height: 11px;
  background: var(--blue);
}

.brand-mark i:nth-child(3) {
  height: 7px;
  background: var(--coral);
}

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

.main-nav a,
.lang-switch {
  transition: opacity 180ms ease;
}

.main-nav a:hover,
.lang-switch:hover {
  opacity: 0.55;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
}

.lang-switch {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 8px;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-switch > span:nth-child(2),
.lang-next {
  opacity: 0.35;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 24px;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: #30332d;
}

.button-accent {
  color: var(--ink);
  background: var(--lime);
}

.button-accent:hover {
  background: #d4ff6d;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  padding: clamp(76px, 9vw, 132px) 0 52px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  opacity: 0.16;
}

.hero-glow-one {
  top: -180px;
  right: 10%;
  width: 520px;
  height: 520px;
  background: var(--blue);
}

.hero-glow-two {
  bottom: -260px;
  left: -100px;
  width: 520px;
  height: 520px;
  background: var(--lime);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(199, 255, 66, 0.1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 9px rgba(199, 255, 66, 0); }
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.4vw, 104px);
  font-weight: 790;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
  transition: border-color 180ms ease;
}

.text-link:hover {
  border-color: var(--lime);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  margin: 74px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.hero-notes li {
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 12px;
}

.hero-stage {
  position: relative;
  min-height: 600px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 32px;
  box-shadow: 0 50px 130px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.hero-stage::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.stage-topline,
.stage-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.stage-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.stage-live i,
.console-status {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
}

.stage-orbit {
  position: relative;
  height: 500px;
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-ring-one {
  width: 290px;
  height: 290px;
}

.orbit-ring-two {
  width: 430px;
  height: 430px;
  border-style: dashed;
  animation: spin 32s linear infinite;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.stage-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 70px rgba(199, 255, 66, 0.18);
}

.stage-core strong {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.08em;
}

.stage-core span {
  font-size: 11px;
  font-weight: 800;
}

.stage-core .core-kicker {
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.orbit-card {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 126px;
  padding: 13px 15px;
  gap: 2px;
  color: var(--ink);
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
  animation: float 5s ease-in-out infinite;
}

.orbit-card b {
  font-size: 13px;
}

.orbit-card span {
  color: #777870;
  font-size: 9px;
}

.orbit-web { top: 17%; left: 1%; transform: rotate(-5deg); }
.orbit-app { top: 12%; right: 1%; transform: rotate(6deg); animation-delay: -1.8s; }
.orbit-bot { right: 4%; bottom: 13%; transform: rotate(-3deg); animation-delay: -3.1s; }

@keyframes float {
  50% { translate: 0 -10px; }
}

.stage-footer {
  gap: 8px;
}

.stage-footer i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.intro-strip {
  padding: 32px 0;
  background: var(--lime);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.intro-item {
  position: relative;
  padding: 26px clamp(24px, 3vw, 48px);
  border-left: 1px solid rgba(16, 17, 15, 0.24);
}

.intro-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.intro-number,
.section-index {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.intro-item h2 {
  margin-bottom: 11px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.intro-item p {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.6fr);
  align-items: end;
  margin-bottom: 68px;
  gap: 70px;
}

.section-heading h2,
.ai-copy h2,
.calculator-copy h2,
.faq-title h2,
.contact-copy h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(44px, 5.4vw, 82px);
  font-weight: 760;
}

.section-heading > p {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.section-heading-light > p,
.section-heading-light .section-index {
  color: rgba(255, 255, 255, 0.55);
}

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

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: clamp(28px, 3.5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card-wide {
  grid-column: span 1;
}

.service-card h3 {
  max-width: 560px;
  margin: auto 0 18px;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 760;
}

.service-card p {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.55;
}

.service-card ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.service-card li {
  padding: 7px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  opacity: 0.65;
}

.service-no {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 12px;
  font-weight: 800;
}

.card-lime { background: var(--lime); }
.card-blue { background: var(--blue); }
.card-cream { background: var(--white); }
.card-coral { background: var(--coral); }
.card-dark { color: var(--white); background: var(--ink); }
.card-outline { background: transparent; }

.service-icon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 134px;
  height: 116px;
  gap: 5px;
  transform: rotate(-6deg);
}

.service-icon span {
  align-self: end;
  height: 70%;
  background: var(--ink);
  border-radius: 9px;
}

.service-icon span:nth-child(2) { height: 100%; }
.service-icon span:nth-child(3) { height: 48%; }

.service-app-visual {
  position: relative;
  width: 180px;
  height: 150px;
}

.service-app-visual i {
  position: absolute;
  width: 70px;
  height: 130px;
  background: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 18px;
}

.service-app-visual i:nth-child(1) { left: 0; transform: rotate(-8deg); }
.service-app-visual i:nth-child(2) { left: 54px; background: var(--white); transform: rotate(4deg); }
.service-app-visual i:nth-child(3) { left: 105px; background: var(--lime); transform: rotate(12deg); }

.service-code {
  display: flex;
  align-items: center;
  width: min(100%, 330px);
  height: 112px;
  padding: 0 22px;
  gap: 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

.service-code i {
  flex: 1;
  height: 1px;
  background: var(--lime);
}

.service-wave {
  display: flex;
  align-items: center;
  width: 250px;
  height: 130px;
  gap: 8px;
}

.service-wave i {
  width: 13px;
  height: 28%;
  background: var(--lime);
  border-radius: 99px;
  animation: wave 1.3s ease-in-out infinite alternate;
}

.service-wave i:nth-child(2), .service-wave i:nth-child(6) { height: 55%; animation-delay: -.3s; }
.service-wave i:nth-child(3), .service-wave i:nth-child(5) { height: 90%; animation-delay: -.6s; }
.service-wave i:nth-child(4) { height: 42%; animation-delay: -.9s; }

@keyframes wave { to { transform: scaleY(.42); } }

.service-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: min(100%, 380px);
  height: 130px;
  padding: 22px;
  gap: 10px;
  background: var(--ink);
  border-radius: 15px;
}

.service-dashboard span {
  height: 38px;
  background: rgba(255, 255, 255, .15);
  border-radius: 6px;
}

.service-dashboard span:nth-child(2) { background: var(--lime); }
.service-dashboard i {
  grid-column: 1 / -1;
  height: 20px;
  background: linear-gradient(90deg, var(--blue) 60%, rgba(255,255,255,.1) 60%);
  border-radius: 5px;
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-weight: 750;
}

.work {
  overflow: hidden;
}

.work-list {
  display: grid;
  gap: 22px;
}

.work-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  min-height: 620px;
  background: #20221e;
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  overflow: hidden;
}

.work-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.work-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 62px);
  border-left: 1px solid var(--line-dark);
}

.work-tag {
  margin-bottom: auto;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.work-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 740;
}

.work-copy p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.55;
}

.work-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.work-tech span {
  padding: 7px 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgba(255,255,255,.6);
  font-size: 9px;
  letter-spacing: .08em;
}

.visual-photo {
  background: #d9f7ab;
}

.photo-toolbar {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  gap: 7px;
  color: var(--ink);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(16,17,15,.18);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.photo-toolbar i {
  width: 8px;
  height: 8px;
  background: var(--ink);
  border-radius: 50%;
  opacity: .18;
}

.photo-toolbar span {
  margin-left: auto;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.photo-face {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  background: var(--ink);
  border-radius: 50%;
  transform: translate(-50%, -43%);
  box-shadow: 0 50px 100px rgba(16,17,15,.24);
}

.photo-face::before,
.photo-face::after {
  position: absolute;
  top: 43%;
  width: 44px;
  height: 18px;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.photo-face::before { left: 24%; transform: rotate(9deg); }
.photo-face::after { right: 24%; transform: rotate(-9deg); }

.photo-face span {
  position: absolute;
  bottom: 24%;
  left: 50%;
  width: 90px;
  height: 28px;
  border-bottom: 6px solid var(--coral);
  border-radius: 50%;
  transform: translateX(-50%);
}

.photo-face i {
  position: absolute;
  top: 13%;
  left: 17%;
  width: 68%;
  height: 15%;
  border-top: 18px solid var(--blue);
  border-radius: 50%;
}

.photo-prompt {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 20px;
  gap: 18px;
  color: var(--white);
  background: rgba(16,17,15,.92);
  border-radius: 15px;
}

.photo-prompt i {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,.14);
}

.photo-prompt span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}

.visual-mobile {
  background: var(--blue);
}

.phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 480px;
  border: 8px solid var(--ink);
  border-radius: 45px;
  box-shadow: 0 40px 80px rgba(16,17,15,.32);
}

.phone-back {
  background: var(--lime);
  transform: translate(-90%, -45%) rotate(-12deg);
}

.phone-front {
  display: grid;
  padding: 38px 22px 22px;
  background: var(--white);
  transform: translate(-10%, -54%) rotate(6deg);
}

.phone-front b {
  color: var(--ink);
  font-size: 12px;
}

.phone-front span {
  align-self: end;
  height: 110px;
  background: var(--ink);
  border-radius: 20px;
}

.phone-front span:nth-child(3) {
  height: 75px;
  background: var(--coral);
}

.phone-front i {
  width: 50%;
  height: 8px;
  margin: auto auto 0;
  background: var(--ink);
  border-radius: 9px;
}

.signal-chip {
  position: absolute;
  right: 8%;
  bottom: 12%;
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  color: var(--white);
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: rotate(11deg);
}

.visual-commerce {
  color: var(--ink);
  background: #f2cdb7;
}

.commerce-nav {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 18px;
  border-bottom: 2px solid var(--ink);
  font-size: 10px;
  letter-spacing: .08em;
}

.commerce-product {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 360px;
  height: 360px;
  background: var(--lime);
  border: 3px solid var(--ink);
  border-radius: 50%;
  transform: translate(-50%, -45%);
}

.commerce-product::before {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 130px;
  height: 210px;
  background: var(--ink);
  border-radius: 62px 62px 18px 18px;
  content: "";
  transform: translateX(-50%) rotate(9deg);
}

.commerce-product i {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 2;
  width: 90px;
  height: 45px;
  background: var(--blue);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(9deg);
}

.commerce-product strong {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
  font-size: 10px;
}

.commerce-price {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 850;
}

.commerce-price span { font-size: 28px; }

.visual-assistant {
  background: #cbc5ff;
}

.assistant-orb {
  position: absolute;
  top: 48%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 35% 30%, var(--white), var(--blue) 28%, #4938bd 65%, var(--ink));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 60px 100px rgba(61, 44, 170, .34);
}

.assistant-orb i {
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.08), 0 0 0 58px rgba(255,255,255,.05);
}

.assistant-msg {
  position: absolute;
  z-index: 2;
  padding: 14px 18px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 15px;
  box-shadow: 7px 7px 0 var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.msg-one { top: 15%; left: 7%; transform: rotate(-5deg); }
.msg-two { right: 6%; bottom: 18%; color: var(--ink); background: var(--lime); transform: rotate(4deg); }

.assistant-wave {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 20px;
  gap: 8px;
  background: var(--ink);
  border-radius: 14px;
}

.assistant-wave i {
  width: 20%;
  height: 6px;
  background: var(--lime);
  border-radius: 10px;
}

.assistant-wave i:nth-child(2) { height: 18px; }
.assistant-wave i:nth-child(3) { height: 35px; }
.assistant-wave i:nth-child(4) { height: 24px; }

.ai-section {
  background: var(--lime);
}

.ai-grid,
.calculator-grid,
.faq-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(450px, 1.18fr);
  align-items: start;
  gap: clamp(56px, 8vw, 140px);
}

.ai-copy {
  position: sticky;
  top: 120px;
}

.ai-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(43px, 4.7vw, 74px);
}

.ai-copy p,
.calculator-copy > p,
.faq-title p,
.contact-copy p {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.6;
}

.ai-console {
  padding: 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 25px;
  box-shadow: var(--shadow);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 10px 0 14px;
  color: rgba(255,255,255,.46);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
}

.ai-case {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 0 22px;
  color: rgba(255,255,255,.54);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-dark);
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, background-color 180ms ease;
}

.ai-case:hover,
.ai-case.active {
  color: var(--white);
  background: rgba(255,255,255,.055);
}

.ai-case.active .ai-case-num {
  color: var(--lime);
}

.ai-case span:nth-child(2) {
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -.03em;
}

.ai-case-num {
  font-size: 10px;
  font-weight: 850;
}

.ai-case i {
  font-style: normal;
  font-size: 24px;
}

.console-result {
  min-height: 174px;
  padding: 30px 34px;
  color: var(--ink);
  background: var(--blue);
  border-radius: 14px;
}

.console-result span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.console-result p {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.prices {
  background: var(--paper);
}

.price-table {
  border-top: 2px solid var(--ink);
}

.price-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr .75fr 44px;
  align-items: center;
  min-height: 92px;
  padding: 12px 8px;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease, padding 180ms ease;
}

.price-row:not(.price-head):hover {
  padding-inline: 18px;
  background: var(--white);
}

.price-row > span:first-child {
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 720;
  letter-spacing: -.035em;
}

.price-row strong {
  font-size: 17px;
}

.price-row > span:nth-child(3) {
  color: var(--muted);
  font-size: 14px;
}

.price-row a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 20px;
  transition: transform 180ms ease;
}

.price-row a:hover {
  transform: rotate(45deg);
}

.price-head {
  min-height: 52px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-head > span:first-child {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.price-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.calculator-copy {
  position: sticky;
  top: 120px;
}

.calculator-copy h2 {
  margin-bottom: 28px;
}

.calculator-result {
  display: grid;
  margin-top: 60px;
  padding: 32px;
  gap: 8px;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 8px 8px 0 var(--ink);
}

.calculator-result span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.calculator-result strong {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.05em;
}

.calculator-result small {
  font-weight: 650;
}

.calculator-form {
  padding: clamp(28px, 4vw, 54px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.calculator-form > label,
.calculator-form fieldset {
  display: grid;
  margin: 0;
  padding: 26px 0;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.calculator-form > label > span,
.calculator-form legend {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 14px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.calculator-form label i,
.calculator-form legend i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
}

.calculator-form select,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  color: var(--ink);
  background-color: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.calculator-form select {
  height: 58px;
  padding: 0 16px;
  cursor: pointer;
}

.calculator-form select:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(119,151,255,.18);
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-row label {
  position: relative;
  cursor: pointer;
}

.choice-row input {
  position: absolute;
  opacity: 0;
}

.choice-row span {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0 15px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.choice-row input:checked + span {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.choice-row input:focus-visible + span {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.calculator-form .switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switch-row input {
  position: absolute;
  opacity: 0;
}

.switch-row > b {
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 32px;
  background: #cac8c0;
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.switch-row > b::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  content: "";
  transition: transform 180ms ease;
}

.switch-row input:checked + b { background: var(--ink); }
.switch-row input:checked + b::after { transform: translateX(26px); }
.switch-row input:focus-visible + b { outline: 3px solid var(--blue); outline-offset: 3px; }

.calculator-form .button {
  margin-top: 28px;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 150px;
  gap: 30px;
  border-bottom: 1px solid var(--line-dark);
}

.process-list > li > span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 850;
}

.process-list h3 {
  margin: 0 0 8px;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 720;
}

.process-list p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.56);
}

.process-list b {
  padding: 8px 12px;
  color: rgba(255,255,255,.55);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.principles {
  background: var(--blue);
}

.principles-banner {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  align-items: start;
  margin-bottom: 90px;
  gap: 48px;
}

.principles-banner h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 770;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(16,17,15,.28);
  border-bottom: 1px solid rgba(16,17,15,.28);
}

.principles-grid article {
  min-height: 260px;
  padding: 30px;
  border-left: 1px solid rgba(16,17,15,.28);
}

.principles-grid article:first-child { border-left: 0; }

.principles-grid article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 58px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-weight: 900;
}

.principles-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -.035em;
}

.principles-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.faq {
  background: var(--paper);
}

.faq-title {
  position: sticky;
  top: 120px;
}

.faq-title h2 {
  margin-bottom: 28px;
}

.accordion {
  border-top: 2px solid var(--ink);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  min-height: 104px;
  gap: 24px;
  cursor: pointer;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 720;
  letter-spacing: -.035em;
  list-style: none;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary i {
  position: relative;
  width: 28px;
  height: 28px;
}

.accordion summary i::before,
.accordion summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }

.accordion details p {
  max-width: 720px;
  margin: -10px 50px 34px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.contact {
  padding: 128px 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-copy {
  position: sticky;
  top: 120px;
}

.contact-copy h2 {
  margin-bottom: 30px;
}

.contact-copy p {
  color: rgba(255,255,255,.6);
}

.contact-stamp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 92px;
  margin-top: 72px;
  padding: 0 20px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.contact-stamp span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.contact-stamp strong {
  font-size: 23px;
}

.lead-form {
  padding: clamp(28px, 4vw, 54px);
  color: var(--ink);
  background: var(--white);
  border-radius: 24px;
}

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

.contact-preference {
  display: grid;
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  gap: 10px;
  border: 0;
}

.contact-preference legend {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
  font-weight: 750;
}

.contact-option-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.lead-form .contact-method-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.lead-form .contact-method-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
}

.contact-method-option > span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 17, 15, .18);
  border-radius: 9px;
  color: rgba(16, 17, 15, .62);
  background: #f3f4f7;
  font-size: 11px;
  font-weight: 780;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-method-option input:checked + span {
  color: #ffffff;
  background: #101319;
  border-color: #101319;
  box-shadow: inset 0 0 0 1px rgba(157, 180, 255, .35);
}

.contact-method-option input:focus-visible + span {
  outline: 3px solid rgba(49, 94, 251, .24);
  outline-offset: 2px;
}

.contact-value-field small {
  color: rgba(16, 17, 15, .52);
  font-size: 10px;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .contact-method-option:hover > span {
    color: #101319;
    border-color: rgba(49, 94, 251, .5);
    transform: translateY(-1px);
  }

  .contact-method-option:hover input:checked + span {
    color: #ffffff;
  }
}

.lead-form label {
  display: grid;
  gap: 9px;
}

.lead-form label > span:first-child,
.form-message > span {
  font-size: 12px;
  font-weight: 750;
}

.lead-form input,
.lead-form select {
  height: 54px;
  padding: 0 15px;
}

.lead-form textarea {
  min-height: 150px;
  padding: 15px;
  resize: vertical;
}

.form-message {
  margin-top: 22px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.honeypot input {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
}

.lead-form .consent {
  display: flex;
  align-items: flex-start;
  margin: 24px 0;
  gap: 11px;
  cursor: pointer;
}

.consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
}

.consent > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.consent > span i {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  opacity: 0;
}

.consent input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
}

.consent input:checked + span i { opacity: 1; }
.consent input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 3px; }

.consent b {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.consent a {
  border-bottom: 1px solid currentColor;
}

.form-status {
  display: none;
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 13px;
}

.form-status.visible { display: block; }
.form-status.success { color: #17450f; background: #dff6d9; }
.form-status.error { color: #761b16; background: #ffe0dc; }

.site-footer {
  padding: 48px 0 30px;
}

.brand-footer .brand-mark {
  background: var(--white);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-top {
  min-height: 80px;
}

.footer-top p {
  margin: 0;
  color: rgba(255,255,255,.55);
}

.back-top {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 750;
}

.back-top span:last-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 24px;
  color: rgba(255,255,255,.42);
  border-top: 1px solid var(--line-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.22,1,.36,1), transform 700ms cubic-bezier(.22,1,.36,1);
}

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

.privacy-page {
  min-height: 100vh;
  background: var(--paper);
}

.privacy-main {
  padding: 90px 0 120px;
}

.privacy-main article {
  max-width: 850px;
}

.privacy-main h1 {
  margin-bottom: 28px;
  font-size: clamp(44px, 6vw, 78px);
}

.privacy-main h2 {
  margin: 52px 0 16px;
  font-size: 28px;
}

.privacy-main p,
.privacy-main li {
  color: #4f514b;
  line-height: 1.7;
}

@media (min-width: 1500px) {
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(470px, .7fr); }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card-wide { grid-column: span 2; }
}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 1060px); }
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 920px; }
  .hero-stage { min-height: 540px; }
  .stage-orbit { height: 440px; }
  .work-card { grid-template-columns: 1fr; }
  .work-copy { min-height: 330px; border-top: 1px solid var(--line-dark); border-left: 0; }
  .work-tag { margin-bottom: 70px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(16,17,15,.28); }
  .principles-grid article:nth-child(4) { border-top: 1px solid rgba(16,17,15,.28); }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); --radius: 18px; }
  .section { padding: 88px 0; }
  .header-inner {
    grid-template-columns: 1fr auto auto;
    min-height: 68px;
    gap: 8px;
  }
  .header-inner > .brand { grid-row: 1; grid-column: 1; }
  .header-actions .button { display: none; }
  .header-actions { gap: 3px; }
  .header-actions { grid-row: 1; grid-column: 2; }
  .menu-toggle {
    display: flex;
    align-items: center;
    grid-row: 1;
    grid-column: 3;
    min-height: 44px;
    padding: 0 6px;
    gap: 9px;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
  }
  .menu-toggle i,
  .menu-toggle i::before {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
    content: "";
    transition: transform 180ms ease;
  }
  .menu-toggle i::before { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .main-nav {
    position: fixed;
    z-index: -1;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    align-content: start;
    min-height: calc(100svh - 68px);
    padding: 30px 16px;
    gap: 0;
    color: var(--white);
    background: var(--ink);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { display: flex; align-items: center; min-height: 74px; border-bottom: 1px solid var(--line-dark); font-size: 28px; }
  .hero { min-height: auto; padding-top: 74px; }
  .hero h1 { font-size: clamp(45px, 11vw, 72px); }
  .hero-notes { margin-top: 46px; }
  .hero-stage { min-height: 500px; }
  .section-heading,
  .ai-grid,
  .calculator-grid,
  .faq-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading > p { max-width: 600px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-item { padding: 26px 0; border-top: 1px solid rgba(16,17,15,.24); border-left: 0; }
  .intro-item:first-child { border-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 440px; }
  .work-visual { min-height: 520px; }
  .ai-copy,
  .calculator-copy,
  .faq-title,
  .contact-copy { position: static; }
  .price-row { grid-template-columns: 1fr auto; min-height: 100px; gap: 6px 16px; }
  .price-row > span:first-child { grid-column: 1; }
  .price-row strong { grid-column: 1; grid-row: 2; }
  .price-row > span:nth-child(3) { grid-column: 2; grid-row: 2; text-align: right; }
  .price-row a { grid-column: 2; grid-row: 1; }
  .price-head { display: none; }
  .principles-banner { grid-template-columns: 1fr; margin-bottom: 56px; gap: 14px; }
  .contact { padding: 88px 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 72px; }
  .brand { font-size: 15px; gap: 8px; }
  .brand-mark { width: 25px; height: 25px; grid-template-columns: repeat(3, 6px); }
  .header-actions { justify-self: end; }
  .lang-switch { padding: 0 4px; font-size: 10px; }
  .menu-toggle span { display: none; }
  .hero { padding-top: 60px; }
  .hero h1 { margin-bottom: 23px; font-size: clamp(41px, 12.4vw, 62px); line-height: .98; letter-spacing: -.06em; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: space-between; }
  .hero-notes { display: grid; grid-template-columns: 1fr; }
  .hero-notes li { width: max-content; }
  .hero-stage { min-height: 420px; padding: 14px; border-radius: 22px; }
  .stage-orbit { height: 350px; }
  .orbit-ring-one { width: 215px; height: 215px; }
  .orbit-ring-two { width: 320px; height: 320px; }
  .stage-core { width: 132px; height: 132px; }
  .stage-core strong { font-size: 44px; }
  .orbit-card { min-width: 100px; padding: 10px; }
  .orbit-web { top: 12%; left: -3%; }
  .orbit-app { top: 8%; right: -3%; }
  .orbit-bot { right: -2%; bottom: 9%; }
  .stage-footer { font-size: 7px; }
  .section-heading h2,
  .ai-copy h2,
  .calculator-copy h2,
  .faq-title h2,
  .contact-copy h2 { font-size: clamp(39px, 11vw, 56px); }
  .section-heading { gap: 26px; }
  .service-card { min-height: 400px; padding: 25px; }
  .service-card h3 { font-size: 36px; }
  .service-no { top: 22px; right: 22px; }
  .service-icon { width: 104px; height: 90px; }
  .service-app-visual { transform: scale(.78); transform-origin: left top; }
  .work-card { border-radius: 20px; }
  .work-visual { min-height: 410px; }
  .work-copy { min-height: 310px; padding: 28px; }
  .work-tag { margin-bottom: 58px; }
  .work-copy h3 { font-size: 39px; }
  .photo-face { width: 260px; height: 260px; }
  .phone { width: 160px; height: 340px; border-width: 6px; border-radius: 32px; }
  .phone-front { padding: 30px 15px 15px; }
  .phone-front span { height: 82px; }
  .commerce-product { width: 255px; height: 255px; }
  .commerce-product::before { width: 92px; height: 150px; }
  .commerce-nav span { display: none; }
  .assistant-orb { width: 230px; height: 230px; }
  .assistant-orb i { width: 80px; height: 80px; }
  .assistant-msg { padding: 10px 12px; font-size: 11px; box-shadow: 4px 4px 0 var(--ink); }
  .ai-console { padding: 10px; }
  .ai-case { grid-template-columns: 38px 1fr auto; min-height: 76px; padding: 0 12px; }
  .ai-case span:nth-child(2) { font-size: 18px; }
  .console-result { padding: 24px; }
  .price-row > span:nth-child(3) { font-size: 11px; }
  .calculator-form,
  .lead-form { padding: 22px; }
  .choice-row { display: grid; grid-template-columns: 1fr; }
  .choice-row span { justify-content: start; padding: 0 17px; }
  .calculator-result { padding: 24px 20px; box-shadow: 5px 5px 0 var(--ink); }
  .process-list li { grid-template-columns: 42px 1fr; min-height: 170px; gap: 16px; }
  .process-list b { display: none; }
  .process-list p { font-size: 14px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 230px; border-top: 1px solid rgba(16,17,15,.28); border-left: 0; }
  .principles-grid article:first-child { border-top: 0; }
  .principles-grid article > span { margin-bottom: 42px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-stamp { margin-top: 45px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Editorial entry points on the home page. */
.insights-section {
  background: #e9e5db;
}

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

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(24px, 3vw, 36px);
  background: #fffef8;
  border: 1px solid rgba(16, 17, 15, .14);
  border-radius: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(16, 17, 15, .1);
}

.insight-card > span {
  color: #315efb;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.insight-card h3 {
  margin: 58px 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
}

.insight-card p {
  color: #656861;
  line-height: 1.65;
}

.insight-card a,
.insights-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  color: #315efb;
  border-top: 1px solid rgba(16, 17, 15, .12);
  font-size: 13px;
  font-weight: 850;
}

.insights-all {
  width: max-content;
  min-width: 250px;
  margin-top: 30px;
}

@media (max-width: 840px) {
  .insights-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 280px; }
}

@media (max-width: 520px) {
  .insights-all { width: 100%; min-width: 0; }
}

/* APPCODIUM 2.0 - restrained B2B product direction */
:root {
  --ink: #0b0d10;
  --ink-2: #14171c;
  --paper: #f4f5f2;
  --paper-2: #e9ebe7;
  --white: #ffffff;
  --muted: #68707b;
  --line: rgba(11, 13, 16, 0.14);
  --line-dark: rgba(255, 255, 255, 0.13);
  --lime: #315efb;
  --blue: #315efb;
  --coral: #dce3ff;
  --radius: 16px;
  --shadow: 0 24px 70px rgba(8, 13, 24, 0.16);
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
}

.site-header {
  background: rgba(250, 250, 248, 0.92);
}

.brand-mark {
  background: var(--ink);
  border-radius: 5px;
}

.brand-mark i,
.brand-mark i:nth-child(2),
.brand-mark i:nth-child(3) {
  background: #ffffff;
  border-radius: 1px;
}

.brand-mark i:nth-child(2) {
  background: #9db4ff;
}

.brand-mark i:nth-child(3) {
  background: #315efb;
}

.button {
  border-radius: 8px;
}

.button-accent {
  color: #ffffff;
  background: #315efb;
}

.button-accent:hover {
  background: #244bd4;
}

.hero {
  min-height: 820px;
  padding: 92px 0 72px;
  background: #0b0d10;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(48px, 5vw, 84px);
}

.hero-glow {
  opacity: 0.08;
  filter: blur(150px);
}

.hero-glow-one {
  background: #315efb;
}

.hero-glow-two {
  display: none;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: #4fd18b;
  box-shadow: 0 0 0 4px rgba(79, 209, 139, 0.09);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(54px, 5.15vw, 86px);
  font-weight: 690;
  line-height: 0.99;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(17px, 1.25vw, 20px);
}

.hero-notes {
  margin-top: 62px;
}

.hero-notes li {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.56);
  border-radius: 5px;
}

.text-link {
  color: rgba(255, 255, 255, 0.76);
}

.hero-stage.product-preview {
  position: relative;
  min-height: 620px;
  padding: 22px;
  background: #e9ecf2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 60px 130px rgba(0, 0, 0, 0.42);
}

.hero-stage.product-preview::before {
  display: none;
}

.preview-window {
  height: 100%;
  min-height: 574px;
  color: #151922;
  background: #f9fafc;
  border: 1px solid #ced3dc;
  border-radius: 11px;
  box-shadow: 0 22px 60px rgba(25, 33, 52, 0.18);
  overflow: hidden;
}

.preview-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  color: #6c7482;
  background: #ffffff;
  border-bottom: 1px solid #e1e4e9;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.preview-dots {
  display: flex;
  gap: 5px;
}

.preview-dots i {
  width: 7px;
  height: 7px;
  background: #d5d8de;
  border-radius: 50%;
}

.preview-secure {
  justify-self: end;
  color: #16804d;
}

.preview-layout {
  display: grid;
  grid-template-columns: 105px 1fr;
  min-height: 532px;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
  gap: 7px;
  background: #11141a;
}

.preview-sidebar b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 22px 5px;
  color: #ffffff;
  background: #315efb;
  border-radius: 6px;
  font-size: 9px;
}

.preview-sidebar span {
  padding: 8px 9px;
  color: #7e8796;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 650;
}

.preview-sidebar span.active {
  color: #ffffff;
  background: #252a34;
}

.preview-main {
  min-width: 0;
  padding: 24px;
  background: #f4f6f9;
}

.preview-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.preview-heading > div {
  display: grid;
  gap: 5px;
}

.preview-heading small,
.preview-card-head small,
.preview-metrics small {
  color: #87909e;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.preview-heading strong {
  font-size: 19px;
  letter-spacing: -0.04em;
}

.preview-heading > span {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  gap: 6px;
  color: #3a6852;
  background: #e7f5ed;
  border: 1px solid #cce8d8;
  border-radius: 5px;
  font-size: 7px;
  font-weight: 750;
}

.preview-heading > span i {
  width: 5px;
  height: 5px;
  background: #34a86a;
  border-radius: 50%;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.preview-metrics article {
  position: relative;
  display: grid;
  min-height: 88px;
  padding: 12px;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e0e4ea;
  border-radius: 7px;
  overflow: hidden;
}

.preview-metrics strong {
  align-self: end;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.metric-line {
  position: absolute;
  right: 12px;
  bottom: 14px;
  width: 42px;
  height: 18px;
  border-top: 2px solid #315efb;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.metric-line::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 5px;
  height: 5px;
  background: #315efb;
  border-radius: 50%;
  content: "";
}

.metric-dark,
.metric-dark::after {
  border-color: #151922;
  background: #151922;
}

.metric-status {
  align-self: end;
  justify-self: start;
  padding: 4px 6px;
  color: #287354;
  background: #e9f6ef;
  border-radius: 4px;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.preview-data-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  margin-top: 8px;
  gap: 8px;
}

.preview-chart,
.preview-release {
  min-width: 0;
  min-height: 155px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e0e4ea;
  border-radius: 7px;
}

.preview-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 9px;
  font-weight: 750;
}

.chart-area {
  position: relative;
  display: flex;
  align-items: end;
  height: 84px;
  padding: 0 5px;
  gap: 7px;
  border-bottom: 1px solid #e6e9ee;
  background-image: linear-gradient(#edf0f4 1px, transparent 1px);
  background-size: 100% 25%;
}

.chart-area i {
  flex: 1;
  height: 24%;
  background: #dce3ff;
  border-radius: 2px 2px 0 0;
}

.chart-area i:nth-child(2) { height: 34%; }
.chart-area i:nth-child(3) { height: 42%; }
.chart-area i:nth-child(4) { height: 39%; }
.chart-area i:nth-child(5) { height: 56%; }
.chart-area i:nth-child(6) { height: 64%; }
.chart-area i:nth-child(7) { height: 72%; }
.chart-area i:nth-child(8) { height: 86%; background: #315efb; }

.chart-labels {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding-top: 5px;
  color: #9aa1ad;
  font-size: 5px;
  text-align: center;
}

.preview-release {
  display: grid;
  align-content: start;
  gap: 6px;
}

.preview-release > strong {
  margin-top: 3px;
  font-size: 13px;
}

.preview-release > p {
  margin: 0 0 7px;
  color: #7d8592;
  font-size: 6px;
}

.preview-release > div:not(.preview-card-head) {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  border-top: 1px solid #edf0f3;
  font-size: 6px;
}

.preview-release > div b {
  color: #315efb;
}

.preview-table {
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #e0e4ea;
  border-radius: 7px;
  overflow: hidden;
}

.preview-table > div {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  align-items: center;
  min-height: 31px;
  padding: 0 12px;
  color: #818997;
  border-top: 1px solid #edf0f3;
  font-size: 6px;
}

.preview-table > div:first-child {
  min-height: 25px;
  border-top: 0;
  font-size: 5px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.preview-table strong {
  color: #252a34;
  font-size: 7px;
}

.table-status {
  justify-self: start;
  padding: 3px 5px;
  border-radius: 3px;
}

.table-status.done { color: #287354; background: #e9f6ef; }
.table-status.progress { color: #3150ad; background: #e8edff; }

.preview-phone {
  position: absolute;
  z-index: 3;
  right: -24px;
  bottom: 30px;
  display: grid;
  width: 155px;
  min-height: 305px;
  padding: 16px;
  color: #ffffff;
  background: #11151b;
  border: 5px solid #2a2f38;
  border-radius: 27px;
  box-shadow: 0 24px 55px rgba(7, 10, 16, 0.4);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7px;
}

.phone-status i {
  width: 24px;
  height: 6px;
  background: #303642;
  border-radius: 9px;
}

.preview-phone > small {
  align-self: end;
  color: #7f8898;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.preview-phone > strong {
  font-size: 17px;
  letter-spacing: -0.04em;
}

.phone-progress {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 8px auto 12px;
  border: 8px solid #252b35;
  border-top-color: #5c7dff;
  border-right-color: #5c7dff;
  border-radius: 50%;
  transform: rotate(18deg);
}

.phone-progress span {
  font-size: 16px;
  font-weight: 750;
  transform: rotate(-18deg);
}

.phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color: #8992a0;
  border-top: 1px solid #292f38;
  font-size: 6px;
}

.phone-row b {
  color: #ffffff;
  font-size: 6px;
}

.intro-strip {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.intro-item {
  min-height: 145px;
  border-color: var(--line);
}

.intro-item h2 {
  font-size: 20px;
}

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

.services {
  background: #f4f5f2;
}

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

.service-card,
.service-card-wide,
.card-lime,
.card-blue,
.card-cream,
.card-coral,
.card-outline {
  grid-column: span 1;
  min-height: 370px;
  padding: 30px;
  color: #151820;
  background: #ffffff;
  border: 1px solid #dfe2e6;
  border-radius: 12px;
}

.service-card.card-dark {
  color: #ffffff;
  background: #11141a;
  border-color: #11141a;
}

.service-card h3 {
  margin-top: auto;
  font-size: clamp(29px, 2.45vw, 40px);
  font-weight: 650;
}

.service-card p {
  color: #69717d;
  font-size: 14px;
}

.service-card.card-dark p {
  color: rgba(255, 255, 255, 0.58);
}

.service-card ul {
  gap: 6px;
}

.service-card li {
  color: #5e6672;
  border-color: #d8dce2;
  border-radius: 5px;
  opacity: 1;
}

.service-card.card-dark li {
  color: rgba(255, 255, 255, 0.64);
  border-color: rgba(255, 255, 255, 0.18);
}

.service-no {
  display: none;
}

.service-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7d8591;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.service-kicker i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #315efb;
  background: #edf1ff;
  border-radius: 5px;
  font-style: normal;
  letter-spacing: 0;
}

.card-dark .service-kicker {
  color: rgba(255, 255, 255, 0.44);
}

.card-dark .service-kicker i {
  color: #ffffff;
  background: #315efb;
}

.card-link {
  color: #315efb;
  border-top-color: #e1e4e8;
  font-size: 14px;
}

.work {
  background: #0b0d10;
}

.work-list {
  gap: 18px;
}

.work-card {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  min-height: 650px;
  background: #13161b;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.work-visual {
  min-height: 650px;
  padding: 42px;
  background: #e7e9ed;
}

.work-copy {
  padding: 46px;
}

.work-tag {
  color: rgba(255, 255, 255, 0.42);
}

.work-copy h3 {
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 630;
}

.mock-browser,
.subscription-dashboard,
.store-browser,
.support-desk {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 566px;
  color: #1a1e26;
  background: #ffffff;
  border: 1px solid #cfd4dc;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(20, 28, 43, 0.18);
  overflow: hidden;
}

.mock-topbar {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 17px;
  gap: 18px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 8px;
}

.mock-logo {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #ffffff;
  background: #13161b;
  border-radius: 5px;
  font-size: 8px;
}

.mock-topbar b {
  margin-right: 12px;
  font-size: 10px;
}

.mock-topbar small {
  color: #777f8a;
}

.mock-topbar > i {
  flex: 1;
}

.mock-avatar {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #315efb;
  background: #e8edff;
  border-radius: 50%;
  font-size: 7px;
  font-weight: 800;
}

.mock-body {
  display: grid;
  grid-template-columns: 112px 1fr;
  height: calc(100% - 48px);
}

.mock-tools {
  display: flex;
  flex-direction: column;
  padding: 20px 13px;
  gap: 5px;
  background: #f7f8fa;
  border-right: 1px solid #e5e7eb;
}

.mock-tools b {
  margin: 0 7px 12px;
  font-size: 10px;
}

.mock-tools span {
  padding: 8px 7px;
  color: #747c88;
  border-radius: 4px;
  font-size: 7px;
}

.mock-tools span.active {
  color: #ffffff;
  background: #315efb;
}

.mock-tools em {
  margin-top: auto;
  padding: 9px 7px;
  color: #315efb;
  background: #e9eeff;
  border-radius: 5px;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.mock-workspace {
  min-width: 0;
  padding: 22px;
  background: #f1f3f6;
}

.mock-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mock-title > div {
  display: grid;
  gap: 4px;
}

.mock-title small {
  color: #8c94a0;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.mock-title strong {
  font-size: 17px;
}

.mock-title button,
.store-layout button,
.support-chat button {
  padding: 7px 10px;
  color: #ffffff;
  background: #161a21;
  border: 0;
  border-radius: 4px;
  font-size: 7px;
  font-weight: 750;
}

.mock-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 360px;
  gap: 8px;
}

.portrait {
  position: relative;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
}

.portrait::before {
  position: absolute;
  top: 24%;
  left: 50%;
  width: 54px;
  height: 68px;
  background: rgba(238, 224, 210, 0.92);
  border-radius: 48% 48% 44% 44%;
  content: "";
  transform: translateX(-50%);
  box-shadow: 0 62px 0 30px rgba(31, 37, 48, 0.9);
}

.portrait::after {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 61px;
  height: 38px;
  background: #2d3036;
  border-radius: 50% 50% 30% 30%;
  content: "";
  transform: translateX(-50%);
}

.portrait span {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: rgba(10, 12, 16, 0.65);
  border-radius: 50%;
  font-size: 6px;
}

.p1 { background: linear-gradient(135deg, #b9c2d3, #e7e0d9); }
.p2 { background: linear-gradient(135deg, #d8d4cb, #9eabbc); }
.p2::before { background: #b58669; box-shadow: 0 62px 0 30px #d9d2c7; }
.p3 { background: linear-gradient(135deg, #a8b4c5, #ebe5db); }
.p3::before { background: #d7ac8e; box-shadow: 0 62px 0 30px #334053; }
.p4 { background: linear-gradient(135deg, #d3d8de, #b5a99c); }
.p4::before { background: #e2c1a9; box-shadow: 0 62px 0 30px #ebe8e2; }

.mock-prompt {
  display: flex;
  align-items: center;
  height: 42px;
  margin-top: 8px;
  padding: 0 10px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  font-size: 7px;
}

.mock-prompt span {
  flex: 1;
  color: #7a828d;
}

.mock-prompt b {
  padding: 7px 10px;
  color: #ffffff;
  background: #315efb;
  border-radius: 4px;
}

.visual-mobile {
  background: #e3e7ed;
}

.subscription-dashboard {
  width: calc(100% - 80px);
  height: 480px;
  min-height: 0;
  margin-top: 48px;
}

.sd-head {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  gap: 16px;
  border-bottom: 1px solid #e4e7eb;
  font-size: 7px;
}

.sd-head b {
  margin-right: auto;
  font-size: 9px;
}

.sd-head small {
  color: #7a828e;
}

.sd-content {
  display: grid;
  padding: 30px;
  gap: 8px;
}

.sd-content > small {
  color: #7a828e;
  font-size: 6px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.sd-content > strong {
  font-size: 32px;
  letter-spacing: -0.06em;
}

.sd-content > span {
  color: #237a54;
  font-size: 7px;
}

.sd-chart {
  display: flex;
  align-items: end;
  height: 170px;
  margin-top: 16px;
  padding: 12px;
  gap: 12px;
  background: #f5f7fa;
  border-radius: 6px;
}

.sd-chart i {
  flex: 1;
  height: 30%;
  background: #cbd5f8;
  border-radius: 3px 3px 0 0;
}

.sd-chart i:nth-child(2) { height: 42%; }
.sd-chart i:nth-child(3) { height: 38%; }
.sd-chart i:nth-child(4) { height: 57%; }
.sd-chart i:nth-child(5) { height: 68%; }
.sd-chart i:nth-child(6) { height: 76%; }
.sd-chart i:nth-child(7) { height: 92%; background: #315efb; }

.sd-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sd-list p {
  display: grid;
  margin: 0;
  padding: 12px;
  gap: 4px;
  background: #f5f7fa;
  border-radius: 5px;
  font-size: 7px;
}

.sd-list span {
  color: #78818e;
}

.app-phone {
  position: absolute;
  z-index: 2;
  top: 74px;
  right: 30px;
  display: grid;
  width: 205px;
  height: 450px;
  padding: 18px;
  color: #ffffff;
  background: #101319;
  border: 6px solid #2b3039;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(14, 20, 31, 0.32);
}

.app-phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
}

.app-phone-top i {
  width: 36px;
  height: 7px;
  background: #2d333d;
  border-radius: 9px;
}

.app-phone > small {
  align-self: end;
  color: #7b8491;
  font-size: 6px;
  letter-spacing: 0.09em;
}

.app-phone > strong {
  font-size: 24px;
  letter-spacing: -0.05em;
}

.connection-ring {
  display: grid;
  place-items: center;
  width: 135px;
  height: 135px;
  margin: 7px auto;
  border: 10px solid #262c36;
  border-top-color: #5476ff;
  border-right-color: #5476ff;
  border-radius: 50%;
  transform: rotate(22deg);
}

.connection-ring span,
.connection-ring small {
  grid-area: 1 / 1;
  transform: rotate(-22deg);
}

.connection-ring span {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 750;
}

.connection-ring small {
  margin-top: 28px;
  color: #8d96a3;
  font-size: 7px;
}

.server-select {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  padding: 10px;
  gap: 8px;
  background: #1c2028;
  border-radius: 7px;
}

.server-select > i {
  width: 22px;
  height: 22px;
  background: linear-gradient(90deg, #1c1c1c 33%, #d81f2a 33% 66%, #f4c447 66%);
  border-radius: 50%;
}

.server-select span {
  display: grid;
}

.server-select small {
  color: #76808e;
  font-size: 5px;
}

.server-select b {
  font-size: 8px;
}

.server-select em {
  color: #788290;
  font-style: normal;
}

.app-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 12px;
  border-top: 1px solid #282d36;
}

.app-nav i {
  width: 13px;
  height: 13px;
  background: #4c5562;
  border-radius: 3px;
}

.app-nav i:first-child { background: #5476ff; }

.visual-commerce {
  background: #e5e7e8;
}

.store-browser {
  height: 520px;
  min-height: 0;
}

.store-head {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  gap: 24px;
  color: #24272c;
  border-bottom: 1px solid #e1e3e5;
  font-size: 8px;
}

.store-head b {
  margin-right: auto;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.store-head i {
  flex: 1;
}

.store-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  height: calc(100% - 54px);
  background: #f7f6f2;
}

.store-layout > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.store-layout aside small {
  color: #777c82;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.store-layout aside strong {
  max-width: 240px;
  margin: 13px 0;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.store-layout aside p {
  max-width: 200px;
  color: #70767e;
  font-size: 8px;
  line-height: 1.5;
}

.store-layout aside button {
  align-self: start;
  margin-top: 12px;
  padding: 9px 16px;
}

.store-products {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 24px 24px 24px 0;
  gap: 10px;
}

.store-products article {
  display: grid;
  gap: 5px;
  font-size: 8px;
}

.store-products article small {
  color: #737980;
}

.product-shot {
  position: relative;
  height: 280px;
  margin-bottom: 5px;
  background: #d8d9d5;
  border-radius: 4px;
  overflow: hidden;
}

.product-shot::before {
  position: absolute;
  top: 22%;
  left: 50%;
  width: 44%;
  height: 62%;
  background: #383c42;
  border-radius: 40% 40% 12% 12%;
  content: "";
  transform: translateX(-50%);
  box-shadow: 28px 10px 0 -20px #737a84;
}

.shot-two {
  height: 230px;
  background: #c6c9cb;
}

.shot-two::before {
  width: 56%;
  height: 55%;
  background: #ece8df;
  border: 1px solid #9ba0a5;
  border-radius: 50%;
  box-shadow: 0 68px 0 -31px #2f3339;
}

.product-shot span {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  color: #ffffff;
  background: #15181d;
  border-radius: 3px;
  font-size: 6px;
  font-weight: 750;
}

.order-card {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 210px;
  padding: 18px;
  gap: 8px;
  color: #ffffff;
  background: #14171b;
  border: 1px solid #2c3037;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 18, 23, 0.3);
}

.order-card > small {
  color: #8d949e;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.order-card > strong {
  font-size: 17px;
}

.order-card p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: #9aa1ab;
  font-size: 7px;
}

.order-card p b {
  color: #ffffff;
}

.order-card button {
  height: 32px;
  margin-top: 4px;
  color: #101318;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 7px;
  font-weight: 750;
}

.visual-assistant {
  background: #e4e7ec;
}

.support-desk {
  display: grid;
  grid-template-columns: 45px 170px 1fr 155px;
  min-height: 560px;
}

.support-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  gap: 18px;
  background: #11141a;
}

.support-nav b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 18px;
  color: #ffffff;
  background: #315efb;
  border-radius: 5px;
  font-size: 7px;
}

.support-nav i {
  width: 12px;
  height: 12px;
  background: #4b5360;
  border-radius: 3px;
}

.support-nav i.active { background: #ffffff; }

.support-inbox {
  background: #f5f6f8;
  border-right: 1px solid #e1e4e8;
}

.support-inbox > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 14px;
  border-bottom: 1px solid #e1e4e8;
  font-size: 10px;
}

.support-inbox > div span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #315efb;
  background: #e6ebff;
  border-radius: 4px;
  font-size: 7px;
}

.support-inbox article {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  min-height: 66px;
  padding: 0 10px;
  gap: 8px;
  border-bottom: 1px solid #e6e8eb;
}

.support-inbox article.active {
  background: #ffffff;
  box-shadow: inset 3px 0 #315efb;
}

.support-inbox article > i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #315efb;
  background: #e6ebff;
  border-radius: 50%;
  font-size: 6px;
  font-style: normal;
  font-weight: 750;
}

.support-inbox article p {
  display: grid;
  min-width: 0;
  margin: 0;
  gap: 3px;
  font-size: 7px;
}

.support-inbox article p span {
  color: #858d98;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-inbox article small {
  color: #999fa9;
  font-size: 5px;
}

.support-chat {
  display: grid;
  grid-template-rows: 58px 1fr 54px;
  min-width: 0;
  background: #ffffff;
}

.support-chat header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid #e5e7ea;
}

.support-chat header > div {
  display: grid;
  gap: 3px;
  font-size: 8px;
}

.support-chat header span {
  color: #31855f;
  font-size: 6px;
}

.support-chat header small {
  color: #315efb;
  font-size: 6px;
}

.support-chat main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  gap: 14px;
  background: #fafbfc;
}

.client-message {
  align-self: flex-end;
  max-width: 78%;
  margin: 0;
  padding: 11px;
  background: #edf0f4;
  border-radius: 8px 8px 2px 8px;
  font-size: 7px;
  line-height: 1.45;
}

.ai-suggestion {
  padding: 13px;
  color: #28304a;
  background: #eef2ff;
  border: 1px solid #cfdaff;
  border-radius: 7px;
}

.ai-suggestion > small {
  color: #315efb;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ai-suggestion p {
  margin: 9px 0 12px;
  font-size: 7px;
  line-height: 1.5;
}

.ai-suggestion > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-suggestion > div span {
  color: #586681;
  font-size: 6px;
}

.support-chat footer {
  display: flex;
  align-items: center;
  margin: 8px 12px;
  padding: 0 10px;
  color: #9aa0a9;
  background: #f6f7f8;
  border: 1px solid #e1e4e8;
  border-radius: 5px;
  font-size: 6px;
}

.support-chat footer span { flex: 1; }
.support-chat footer b { color: #315efb; }

.support-context {
  padding: 20px 14px;
  background: #f7f8fa;
  border-left: 1px solid #e1e4e8;
}

.support-context > small,
.support-context div small {
  color: #8a929e;
  font-size: 5px;
  font-style: normal;
  letter-spacing: 0.07em;
}

.support-context > b {
  display: block;
  margin: 7px 0 2px;
  font-size: 9px;
}

.support-context > span {
  color: #7f8792;
  font-size: 6px;
}

.support-context > div {
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid #e0e3e7;
}

.support-context div strong {
  display: block;
  margin: 7px 0;
  font-size: 10px;
}

.support-context div em {
  padding: 4px 6px;
  color: #8a641c;
  background: #fff1d4;
  border-radius: 3px;
  font-size: 5px;
  font-style: normal;
}

.support-context div p {
  margin: 8px 0 0;
  color: #616a77;
  font-size: 6px;
}

.ai-section {
  background: #eef1f6;
}

.ai-console {
  color: #181c23;
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(28, 36, 52, 0.1);
}

.console-head {
  color: #7c8490;
}

.ai-case {
  color: #727a86;
  border-top-color: #e4e7eb;
}

.ai-case:hover,
.ai-case.active {
  color: #151920;
  background: #f5f7fa;
}

.ai-case.active .ai-case-num {
  color: #315efb;
}

.console-result {
  color: #ffffff;
  background: #151920;
  border-radius: 8px;
}

.prices,
.faq {
  background: #f4f5f2;
}

.price-row:not(.price-head):hover {
  background: #ffffff;
}

.price-row a {
  background: #315efb;
}

.calculator-section {
  background: #ffffff;
}

.calculator-result {
  color: #ffffff;
  background: #151920;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

.calculator-result span,
.calculator-result small {
  color: rgba(255, 255, 255, 0.58);
}

.calculator-form {
  background: #f4f5f7;
  border-radius: 14px;
}

.choice-row input:checked + span {
  background: #315efb;
  border-color: #315efb;
}

.process {
  background: #101319;
}

.principles {
  background: #e7ebf4;
}

.principles-grid article > span {
  background: #315efb;
}

.contact {
  background: #0d1015;
}

.contact-proof {
  display: grid;
  max-width: 560px;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-proof > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 15px 0;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-proof span {
  color: #647cf8;
  font-size: 9px;
  font-weight: 800;
}

.contact-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.lead-form {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.back-top span:last-child {
  color: #ffffff;
  background: #315efb;
}

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

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

  .hero-stage.product-preview {
    min-height: 650px;
  }

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

  .work-card {
    grid-template-columns: 1fr;
  }

  .work-copy {
    min-height: 300px;
  }
}

/* APPCODIUM 3.1 - restrained motion and interaction */
.page-progress {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(49, 94, 251, 0.08);
  pointer-events: none;
}

.page-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #315efb, #86a2ff 72%, #ffffff);
  box-shadow: 0 0 18px rgba(49, 94, 251, 0.5);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.site-header,
.header-inner {
  transition: min-height 260ms ease, background-color 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(250, 250, 248, 0.96);
  border-bottom-color: rgba(11, 13, 16, 0.08);
  box-shadow: 0 12px 38px rgba(10, 15, 25, 0.08);
}

.site-header.is-scrolled .header-inner {
  min-height: 68px;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: #315efb;
  border-radius: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 280ms cubic-bezier(.2, .75, .2, 1);
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.button::before {
  position: absolute;
  z-index: -1;
  inset: -40% auto -40% -42%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  content: "";
  opacity: 0;
  transform: skewX(-16deg);
  transition: left 650ms cubic-bezier(.2, .75, .2, 1), opacity 220ms ease;
}

.section-index {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.section-index::before {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  content: "";
  opacity: 0.55;
}

.hero-glow-one {
  animation: ambientFloat 12s ease-in-out infinite alternate;
}

.hero-stage.hero-photo {
  --fx-x: 50%;
  --fx-y: 46%;
  --photo-x: 0px;
  --photo-y: 0px;
  --scroll-shift: 0px;
  isolation: isolate;
  transition: border-color 420ms ease, box-shadow 420ms ease;
}

.hero-stage.hero-photo::before {
  position: absolute;
  z-index: 2;
  display: block;
  inset: 0;
  background:
    radial-gradient(440px circle at var(--fx-x) var(--fx-y), rgba(255, 255, 255, 0.2), transparent 68%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  content: "";
  pointer-events: none;
  transition: background-position 180ms linear;
}

.hero-stage.hero-photo::after {
  position: absolute;
  z-index: 2;
  top: -18%;
  bottom: -18%;
  left: -44%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-16deg);
  animation: photoSweep 9s ease-in-out infinite;
}

.hero-photo > img {
  z-index: 0;
  transform: scale(1.045) translate3d(var(--photo-x), calc(var(--photo-y) + var(--scroll-shift)), 0);
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1);
  will-change: transform;
}

.hero-photo-overlay {
  z-index: 1;
}

.hero-photo-status,
.hero-photo-note {
  z-index: 3;
}

.service-card,
.work-card,
.intro-item,
.principles-grid article {
  transition: transform 420ms cubic-bezier(.2, .75, .2, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.service-card {
  --fx-x: 50%;
  --fx-y: 50%;
  isolation: isolate;
}

.service-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #315efb, #9db4ff);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(.2, .75, .2, 1);
}

.service-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(420px circle at var(--fx-x) var(--fx-y), rgba(49, 94, 251, 0.1), transparent 66%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.service-card.card-dark::after {
  background: radial-gradient(420px circle at var(--fx-x) var(--fx-y), rgba(123, 151, 255, 0.2), transparent 66%);
}

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

.work-card {
  --fx-x: 50%;
  --fx-y: 50%;
  --photo-x: 0px;
  --photo-y: 0px;
  position: relative;
  isolation: isolate;
}

.work-card::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: radial-gradient(520px circle at var(--fx-x) var(--fx-y), rgba(142, 164, 255, 0.12), transparent 67%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.work-photo {
  transform: scale(1.035) translate3d(var(--photo-x), var(--photo-y), 0);
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1), filter 500ms ease;
  will-change: transform;
}

.work-copy {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 55%);
}

.work-tech span {
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.reveal {
  transform: translateY(28px) scale(0.992);
  transition-duration: 760ms;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .main-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .button:hover::before {
    left: 118%;
    opacity: 1;
  }

  .hero-stage.hero-photo:hover {
    border-color: rgba(157, 180, 255, 0.38);
    box-shadow: 0 70px 150px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(157, 180, 255, 0.08);
  }

  .service-card:hover {
    z-index: 2;
    border-color: rgba(49, 94, 251, 0.32);
    box-shadow: 0 24px 60px rgba(17, 28, 54, 0.13);
    transform: translateY(-7px);
  }

  .service-card:hover::before {
    transform: scaleX(1);
  }

  .service-card:hover::after,
  .work-card:hover::after {
    opacity: 1;
  }

  .work-card:hover {
    border-color: rgba(157, 180, 255, 0.32);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
  }

  .work-card:hover .work-photo {
    filter: saturate(1.06) contrast(1.025);
    transform: scale(1.065) translate3d(var(--photo-x), var(--photo-y), 0);
  }

  .work-card:hover .work-tech span {
    color: rgba(255, 255, 255, 0.86);
    border-color: rgba(157, 180, 255, 0.34);
    transform: translateY(-2px);
  }

  .intro-item:hover,
  .principles-grid article:hover {
    border-color: rgba(49, 94, 251, 0.28);
    transform: translateY(-4px);
  }
}

@keyframes ambientFloat {
  from { transform: translate3d(-3%, -2%, 0) scale(0.94); }
  to { transform: translate3d(5%, 4%, 0) scale(1.08); }
}

@keyframes photoSweep {
  0%, 52% { transform: translateX(0) skewX(-16deg); opacity: 0; }
  58% { opacity: 0.75; }
  76%, 100% { transform: translateX(430%) skewX(-16deg); opacity: 0; }
}

@media (max-width: 820px) {
  .hero-glow-one {
    animation: none;
  }

  .page-progress {
    height: 2px;
  }

  .site-header.is-scrolled .header-inner {
    min-height: 62px;
  }

  .hero-stage.hero-photo::after,
  .service-card::after,
  .work-card::after {
    display: none;
  }

  .hero-stage.hero-photo::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
      linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: auto, 28px 28px, 28px 28px;
  }

  .hero-photo > img,
  .work-photo,
  .work-card:hover .work-photo {
    transform: scale(1.025);
  }

  .service-card:active,
  .work-card:active {
    transform: scale(0.992);
  }

  .reveal {
    transform: translateY(18px) scale(0.996);
    transition-duration: 620ms;
    transition-delay: min(var(--reveal-delay, 0ms), 120ms);
  }

  .reveal.is-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow-one,
  .hero-stage.hero-photo::after {
    animation: none;
  }

  .hero-photo > img,
  .work-photo,
  .work-card:hover .work-photo,
  .service-card,
  .work-card,
  .intro-item,
  .principles-grid article {
    transform: none !important;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
  }

  .hero-stage.product-preview {
    min-height: 545px;
  }

  .preview-window {
    min-height: 500px;
  }

  .preview-main {
    padding: 18px;
  }

  .preview-phone {
    right: -10px;
    bottom: 18px;
    transform: scale(0.88);
  }

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

  .service-card,
  .service-card-wide {
    min-height: 340px;
  }

  .work-visual {
    min-height: 520px;
    padding: 24px;
  }

  .mock-browser,
  .store-browser,
  .support-desk {
    min-height: 470px;
  }

  .subscription-dashboard {
    height: 410px;
  }

  .support-desk {
    grid-template-columns: 40px 145px 1fr;
  }

  .support-context {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(40px, 11.8vw, 58px);
  }

  .hero-stage.product-preview {
    min-height: 330px;
    padding: 12px;
  }

  .preview-window {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 660px;
    height: 580px;
    min-height: 580px;
    transform: scale(0.49);
    transform-origin: top left;
  }

  .preview-phone {
    display: none;
  }

  .intro-item {
    min-height: auto;
  }

  .service-card,
  .service-card-wide {
    min-height: 330px;
    padding: 24px;
  }

  .work-card {
    border-radius: 12px;
  }

  .work-visual {
    position: relative;
    min-height: 350px;
    padding: 16px;
  }

  .mock-browser,
  .subscription-dashboard,
  .store-browser,
  .support-desk {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 740px;
    height: 600px;
    min-height: 0;
    margin: 0;
    transform: scale(0.43);
    transform-origin: top left;
  }

  .subscription-dashboard {
    width: 650px;
    height: 520px;
  }

  .app-phone {
    top: 43px;
    right: 13px;
    width: 145px;
    height: 310px;
    padding: 12px;
    border-width: 4px;
    border-radius: 24px;
  }

  .app-phone > strong {
    font-size: 17px;
  }

  .connection-ring {
    width: 88px;
    height: 88px;
    border-width: 7px;
  }

  .connection-ring span {
    font-size: 19px;
  }

  .server-select {
    grid-template-columns: 18px 1fr auto;
    padding: 7px;
  }

  .server-select > i {
    width: 17px;
    height: 17px;
  }

  .order-card {
    right: 12px;
    bottom: 16px;
    width: 155px;
    padding: 12px;
  }

  .work-copy {
    min-height: 300px;
    padding: 28px;
  }

  .work-copy h3 {
    font-size: 36px;
  }

  .contact-proof {
    margin-top: 40px;
  }
}

@media (max-width: 340px) {
  .hero-stage.product-preview {
    min-height: 285px;
  }

  .preview-window {
    transform: scale(0.385);
  }

  .mock-browser,
  .subscription-dashboard,
  .store-browser,
  .support-desk {
    transform: scale(0.34);
  }
}

/* APPCODIUM 3.0 - photo-led, plain-language presentation */
.hero-stage.hero-photo {
  position: relative;
  min-height: 620px;
  padding: 0;
  background: #1a1d22;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  box-shadow: 0 60px 130px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.hero-stage.hero-photo::before {
  display: none;
}

.hero-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 12, 17, 0.04) 35%, rgba(9, 12, 17, 0.88) 100%);
}

.hero-photo-status {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  gap: 8px;
  color: #1b222c;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(12px);
}

.hero-photo-status i {
  width: 7px;
  height: 7px;
  background: #2faf70;
  border-radius: 50%;
}

.hero-photo-note {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  max-width: 520px;
  padding: 24px;
  gap: 9px;
  color: #ffffff;
  background: rgba(12, 15, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 11px;
  backdrop-filter: blur(18px);
}

.hero-photo-note > span {
  color: #9db4ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.hero-photo-note > strong {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-photo-note > p {
  max-width: 450px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.service-card,
.service-card-wide {
  min-height: 520px;
}

.service-card h3 {
  margin: 48px 0 14px;
}

.service-card > p {
  margin-bottom: 14px;
}

.service-example {
  margin-top: auto;
  padding-top: 15px;
  color: #555e6b !important;
  border-top: 1px solid #e1e4e8;
  font-size: 13px !important;
}

.service-example b {
  color: #252a33;
}

.service-card.card-dark .service-example {
  color: rgba(255, 255, 255, 0.58) !important;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.service-card.card-dark .service-example b {
  color: #ffffff;
}

.service-card li {
  font-size: 9px;
  letter-spacing: 0.035em;
}

.work-visual.work-photo-visual {
  position: relative;
  min-height: 650px;
  padding: 0;
  background: #dfe3e8;
  overflow: hidden;
}

.work-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2, .75, .2, 1);
}

.work-card:hover .work-photo {
  transform: scale(1.025);
}

.work-card-photo .work-photo {
  object-position: 52% center;
}

.work-card-mobile .work-photo {
  object-position: 42% center;
}

.work-card-commerce .work-photo {
  object-position: 42% center;
}

.work-card-assistant .work-photo {
  object-position: 70% center;
}

.work-photo-visual::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(9, 12, 17, 0.78));
  content: "";
  pointer-events: none;
}

.work-photo-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  max-width: 440px;
  padding: 18px 20px;
  gap: 7px;
  color: #ffffff;
  background: rgba(13, 16, 21, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  backdrop-filter: blur(14px);
}

.work-photo-label span {
  color: #9db4ff;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.work-photo-label strong {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.work-disclaimer {
  max-width: 800px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.6;
}

.price-row {
  min-height: 116px;
}

.price-name {
  display: grid;
  gap: 6px;
}

.price-name b {
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.price-name small {
  max-width: 420px;
  color: #747c87;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .hero-stage.hero-photo {
    min-height: 620px;
  }
}

@media (max-width: 820px) {
  .hero-stage.hero-photo {
    min-height: 500px;
  }

  .service-card,
  .service-card-wide {
    min-height: 0;
  }

  .service-example {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .hero-stage.hero-photo {
    min-height: 390px;
    padding: 0;
  }

  .hero-photo > img {
    object-position: 32% center;
  }

  .hero-photo-status {
    top: 14px;
    left: 14px;
    padding: 7px 9px;
    font-size: 8px;
  }

  .hero-photo-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px;
  }

  .hero-photo-note > strong {
    font-size: 24px;
  }

  .hero-photo-note > p {
    font-size: 11px;
  }

  .service-card h3 {
    margin-top: 38px;
  }

  .work-visual.work-photo-visual {
    min-height: 390px;
    padding: 0;
  }

  .work-photo {
    min-height: 390px;
  }

  .work-photo-label {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 14px;
  }

  .work-photo-label strong {
    font-size: 17px;
  }

  .price-row {
    min-height: 122px;
  }

  .price-name small {
    max-width: 250px;
    font-size: 10px;
  }
}

/* Keep 3.1 motion rules above the final photo-layout cascade. */
.hero-stage.hero-photo::before {
  display: block;
}

.hero-photo > img {
  transform: scale(1.045) translate3d(var(--photo-x), calc(var(--photo-y) + var(--scroll-shift)), 0);
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1);
  will-change: transform;
}

.work-photo {
  transform: scale(1.035) translate3d(var(--photo-x), var(--photo-y), 0);
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1), filter 500ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .work-card:hover .work-photo {
    filter: saturate(1.06) contrast(1.025);
    transform: scale(1.065) translate3d(var(--photo-x), var(--photo-y), 0);
  }
}

@media (max-width: 820px) {
  .hero-photo > img,
  .work-photo,
  .work-card:hover .work-photo {
    transform: scale(1.025);
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo > img,
  .work-photo,
  .work-card:hover .work-photo {
    transform: none !important;
  }
}

/* APPCODIUM 3.3 - product interfaces grounded in real work scenarios */
.hero-photo > img {
  object-position: 50% 43%;
}

.work-card-photo .work-photo {
  object-position: 52% center;
}

.work-card-mobile .work-photo {
  object-position: 50% center;
}

.work-card-commerce .work-photo {
  object-position: 50% center;
}

.work-card-assistant .work-photo {
  object-position: 61% center;
  filter: brightness(.58) saturate(.76);
}

.work-card-assistant:hover .work-photo {
  filter: brightness(.64) saturate(.84);
}

.work-card-favorit {
  background: #111821;
}

.work-card-estate {
  background: #1b1814;
}

.work-card-concierge {
  background: #111824;
}

.work-card-favorit .work-photo {
  object-position: center top;
}

.work-card-estate .work-photo,
.work-card-concierge .work-photo {
  object-position: center;
}

.case-action-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 22px;
  padding-bottom: 5px;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.case-action-link span:last-child {
  color: #9db4ff;
  transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .case-action-link:hover span:last-child {
    transform: translate(3px, -2px);
  }
}

.work-photo-visual::after {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 16, .13), rgba(8, 11, 16, .2) 42%, rgba(8, 11, 16, .84) 100%),
    linear-gradient(90deg, rgba(8, 11, 16, .14), transparent 52%);
}

.solution-ui {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 28px;
  width: min(410px, calc(100% - 56px));
  color: #f7f8fb;
  background: rgba(12, 16, 23, .91);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(18px) saturate(1.15);
}

.solution-ui-assistant {
  right: auto;
  left: 28px;
}

.solution-ui-head {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  gap: 6px;
  color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.solution-ui-head > i {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.solution-ui-head > span {
  margin-left: 7px;
}

.solution-ui-head > b {
  margin-left: auto;
  padding: 5px 7px;
  color: #c7ff42;
  background: rgba(199, 255, 66, .09);
  border: 1px solid rgba(199, 255, 66, .24);
  border-radius: 4px;
  font-size: 7px;
  letter-spacing: .08em;
}

.solution-ui-body {
  display: grid;
  padding: 22px;
  gap: 12px;
}

.solution-ui-kicker {
  color: #9db4ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
}

.solution-ui-body > strong {
  max-width: 320px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.1;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.solution-ui-body > small {
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
}

.solution-ui-body > button {
  width: max-content;
  padding: 9px 12px;
  color: #10131a;
  background: #c7ff42;
  border: 0;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
}

.photo-result-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  height: 68px;
  gap: 7px;
}

.photo-result-grid i {
  background:
    linear-gradient(145deg, rgba(119, 151, 255, .75), rgba(255, 255, 255, .08)),
    #232a38;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
}

.photo-result-grid i:nth-child(2) {
  background: linear-gradient(145deg, rgba(255, 109, 77, .65), rgba(255, 255, 255, .08)), #29252a;
}

.photo-result-grid i:nth-child(3) {
  background: linear-gradient(145deg, rgba(199, 255, 66, .55), rgba(255, 255, 255, .08)), #26302a;
}

.subscription-state,
.handoff {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  font-size: 10px;
}

.subscription-state i,
.handoff i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  background: #c7ff42;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(199, 255, 66, .08);
}

.shop-metrics {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8px;
}

.shop-metrics > span {
  display: grid;
  min-height: 82px;
  padding: 13px;
  gap: 8px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
}

.shop-metrics small {
  color: rgba(255, 255, 255, .45);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .1em;
}

.shop-metrics strong {
  align-self: end;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1;
  letter-spacing: -.035em;
}

.shop-growth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 9px;
}

.shop-growth b {
  color: #c7ff42;
}

.shop-growth span {
  color: rgba(255, 255, 255, .52);
  text-align: right;
}

.chat-preview {
  gap: 9px;
}

.chat-line {
  max-width: 88%;
  padding: 11px 13px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px 10px 10px 10px;
}

.chat-line.assistant {
  justify-self: end;
  background: rgba(119, 151, 255, .17);
  border-color: rgba(157, 180, 255, .25);
  border-radius: 10px 4px 10px 10px;
}

.chat-line small {
  color: #9db4ff;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .1em;
}

.chat-line p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  line-height: 1.45;
}

.handoff {
  min-height: 32px;
  margin-top: 3px;
  color: rgba(255, 255, 255, .54);
  font-size: 8px;
}

.work-photo-label {
  z-index: 5;
}

.contact-methods {
  display: grid;
  max-width: 560px;
  margin-top: 34px;
  gap: 8px;
}

.contact-methods + .contact-proof {
  margin-top: 22px;
}

.contact-methods a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-height: 86px;
  padding: 16px 18px;
  gap: 5px 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 9px;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.contact-methods small {
  grid-column: 1 / -1;
  color: #9db4ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
}

.contact-methods strong {
  min-width: 0;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.contact-methods a > span {
  color: rgba(255, 255, 255, .48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

@media (hover: hover) and (pointer: fine) {
  .contact-methods a:hover {
    background: rgba(119, 151, 255, .1);
    border-color: rgba(157, 180, 255, .38);
    transform: translateY(-2px);
  }
}

@media (max-width: 560px) {
  .contact-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-method-option:last-child {
    grid-column: 1 / -1;
  }

  .hero-photo > img {
    object-position: 50% 42%;
  }

  .work-visual.work-photo-visual,
  .work-photo {
    min-height: 510px;
  }

  .solution-ui {
    top: 14px;
    right: 14px;
    width: calc(100% - 28px);
  }

  .solution-ui-assistant {
    right: 14px;
    left: 14px;
  }

  .solution-ui-body {
    padding: 17px;
    gap: 10px;
  }

  .solution-ui-body > strong {
    font-size: 19px;
  }

  .photo-result-grid {
    height: 56px;
  }

  .shop-metrics > span {
    min-height: 70px;
    padding: 11px;
  }

  .shop-metrics strong {
    font-size: 18px;
  }

  .chat-line {
    padding: 9px 11px;
  }

  .contact-methods {
    margin-top: 28px;
  }

  .contact-methods a {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
    gap: 6px;
  }

  .contact-methods small,
  .contact-methods a > span {
    grid-column: 1;
  }

  .contact-methods strong {
    font-size: 18px;
  }
}

/* APPCODIUM 3.6.1 - premium hero actions */
.hero-actions {
  position: relative;
  align-items: stretch;
  gap: 12px;
}

.hero-primary-action,
.hero-secondary-action {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 8px 9px 8px 24px;
  gap: 28px;
  overflow: hidden;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 790;
  letter-spacing: -.012em;
  line-height: 1;
  transform: translateZ(0);
  transition: color 260ms ease, border-color 260ms ease, box-shadow 320ms ease,
    transform 320ms cubic-bezier(.2, .75, .2, 1), background-position 600ms ease;
}

.hero-primary-action {
  min-width: 246px;
  color: #101319;
  background: linear-gradient(118deg, #efffc4 0%, #d8f49f 33%, #bdcbff 72%, #e5eaff 100%);
  background-position: 0 50%;
  background-size: 180% 180%;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 18px 52px rgba(116, 142, 230, .22),
    0 7px 22px rgba(198, 255, 66, .1),
    inset 0 1px 0 rgba(255, 255, 255, .9),
    inset 0 -1px 0 rgba(16, 19, 25, .08);
  animation: heroActionGradient 9s ease-in-out infinite alternate;
}

.hero-primary-action::before {
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -48%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .84), transparent);
  content: "";
  opacity: .58;
  pointer-events: none;
  transform: skewX(-18deg);
  animation: heroActionSweep 6.8s ease-in-out infinite;
}

.hero-primary-action::after,
.hero-secondary-action::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-primary-action::after {
  background: radial-gradient(180px circle at 82% 12%, rgba(255, 255, 255, .5), transparent 58%);
}

.hero-secondary-action {
  min-width: 224px;
  color: rgba(255, 255, 255, .9);
  background:
    radial-gradient(160px circle at 78% 0%, rgba(157, 180, 255, .15), transparent 70%),
    linear-gradient(135deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 0 1px rgba(157, 180, 255, .025);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-secondary-action::before {
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: -48px;
  width: 112px;
  height: 112px;
  background: rgba(119, 151, 255, .14);
  border-radius: 50%;
  content: "";
  filter: blur(18px);
  pointer-events: none;
  transition: background-color 300ms ease, transform 420ms ease;
}

.hero-action-label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.hero-action-icon {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 650;
  transition: color 260ms ease, background-color 260ms ease, box-shadow 260ms ease,
    transform 320ms cubic-bezier(.2, .75, .2, 1);
}

.hero-primary-action .hero-action-icon {
  color: #fff;
  background: #11151c;
  box-shadow: 0 8px 22px rgba(17, 21, 28, .24), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.hero-secondary-action .hero-action-icon {
  color: #dce4ff;
  background: rgba(157, 180, 255, .13);
  border: 1px solid rgba(157, 180, 255, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.hero-primary-action:focus-visible,
.hero-secondary-action:focus-visible {
  outline: 3px solid rgba(157, 180, 255, .38);
  outline-offset: 4px;
}

.hero-primary-action:active,
.hero-secondary-action:active {
  transform: translateY(-1px) scale(.985);
  transition-duration: 90ms;
}

@media (hover: hover) and (pointer: fine) {
  .hero-primary-action:hover {
    background-position: 100% 50%;
    box-shadow: 0 24px 70px rgba(116, 142, 230, .32),
      0 10px 28px rgba(198, 255, 66, .14),
      inset 0 1px 0 rgba(255, 255, 255, .95),
      inset 0 -1px 0 rgba(16, 19, 25, .08);
    transform: translateY(-4px) scale(1.012);
  }

  .hero-primary-action:hover .hero-action-icon {
    transform: translate(2px, -2px) rotate(3deg);
  }

  .hero-secondary-action:hover {
    color: #fff;
    background-color: rgba(157, 180, 255, .065);
    border-color: rgba(157, 180, 255, .42);
    box-shadow: 0 24px 66px rgba(0, 0, 0, .3),
      0 0 0 1px rgba(157, 180, 255, .06),
      inset 0 1px 0 rgba(255, 255, 255, .16);
    transform: translateY(-4px);
  }

  .hero-secondary-action:hover::before {
    background: rgba(157, 180, 255, .24);
    transform: scale(1.25);
  }

  .hero-secondary-action:hover .hero-action-icon {
    color: #fff;
    background: rgba(157, 180, 255, .22);
    transform: translateY(3px);
  }
}

@keyframes heroActionGradient {
  from { background-position: 0 50%; }
  to { background-position: 100% 50%; }
}

@keyframes heroActionSweep {
  0%, 58% { left: -48%; opacity: 0; }
  64% { opacity: .62; }
  82%, 100% { left: 124%; opacity: 0; }
}

@media (max-width: 560px) {
  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 48px);
  }

  .hero-actions {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }

  .hero-primary-action,
  .hero-secondary-action {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 7px 8px 7px 19px;
    gap: 16px;
    border-radius: 16px;
  }

  .hero-action-icon {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-primary-action,
  .hero-primary-action::before {
    animation: none;
  }
}

/* APPCODIUM 3.7.0 - digital access service */
.access-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(900px circle at 12% 10%, rgba(119, 151, 255, .18), transparent 62%),
    radial-gradient(760px circle at 88% 88%, rgba(199, 255, 66, .12), transparent 64%),
    linear-gradient(155deg, #eef1f7 0%, #f7f8f5 48%, #e8ecf5 100%);
}

/* APPCODIUM 3.8.0 - first-party visit counter */
.footer-traffic {
  position: relative;
  min-height: 0;
  margin-top: 14px;
  padding: 7px 10px;
  display: block;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018) 55%),
    #111419;
}

.footer-traffic::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -12%;
  width: 36%;
  height: 260%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(194, 255, 82, .08), transparent);
  transform: rotate(16deg);
  animation: footer-traffic-scan 8s linear infinite;
}

.footer-traffic-title,
.footer-traffic-title > div {
  min-width: 0;
  display: flex;
  align-items: center;
}

.footer-traffic-title { display: none; gap: 10px; }
.footer-traffic-title > div { align-items: flex-start; flex-direction: column; gap: 4px; }

.footer-traffic-title strong {
  color: var(--white);
  font-size: 12px;
  letter-spacing: -.01em;
}

.footer-traffic-title small {
  color: rgba(255, 255, 255, .44);
  font-size: 8px;
  font-weight: 650;
}

.footer-traffic-signal {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(194, 255, 82, .1), 0 0 22px rgba(194, 255, 82, .34);
}

.footer-traffic-signal::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(194, 255, 82, .32);
  border-radius: inherit;
  animation: footer-traffic-pulse 2.4s ease-out infinite;
}

.footer-traffic-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 0;
}

.footer-traffic-stats > div {
  min-width: 0;
  padding: 2px 14px;
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-traffic-stats > div:last-child { border-right: 0; }

.footer-traffic-stats strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
  opacity: .45;
  transition: opacity .3s ease, color .3s ease;
}

.footer-traffic.is-ready .footer-traffic-stats strong { opacity: 1; }
.footer-traffic.is-ready .footer-traffic-stats > div:last-child strong { color: var(--lime); }

.footer-traffic-stats span {
  color: rgba(255, 255, 255, .48);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}

@keyframes footer-traffic-pulse {
  0% { opacity: .8; transform: scale(.72); }
  75%, 100% { opacity: 0; transform: scale(1.65); }
}

@keyframes footer-traffic-scan {
  from { transform: translateX(-80%) rotate(16deg); }
  to { transform: translateX(380%) rotate(16deg); }
}

@media (max-width: 820px) {
  .footer-traffic {
    display: block;
    padding: 9px 7px;
  }

  .footer-traffic-title { display: none; }
  .footer-traffic-stats { grid-template-columns: repeat(4, 1fr); border-left: 0; }
  .footer-traffic-stats > div { padding: 3px 6px; }
}

@media (max-width: 520px) {
  .footer-traffic { margin-top: 14px; padding: 8px 4px; border-radius: 10px; }
  .footer-traffic-stats > div { padding-inline: 4px; }
  .footer-traffic-stats strong { font-size: 18px; }
  .footer-traffic-stats span { font-size: 6px; letter-spacing: .025em; line-height: 1.25; }
}

/* APPCODIUM 3.9.0 - thematic navigation and service landing pages */
.service-card .card-link {
  margin-top: 20px;
  padding-top: 15px;
}

.service-card.card-blue .card-link,
.service-card.card-coral .card-link {
  color: #10110f;
  border-top-color: rgba(16, 17, 15, .2);
}

.service-card.card-dark .card-link {
  color: var(--lime);
  border-top-color: rgba(255, 255, 255, .16);
}

.access-details-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  gap: 12px;
  color: #202631;
  border-bottom: 1px solid rgba(32, 38, 49, .28);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.access-details-link:hover {
  color: #315efb;
  border-color: currentColor;
}

.footer-service-links {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0;
  gap: 10px 22px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.footer-service-links a {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.45;
}

.footer-service-links a:hover {
  color: var(--lime);
}

.footer-service-links + .footer-bottom {
  margin-top: 0;
  border-top: 0;
}

@media (max-width: 620px) {
  .footer-service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .footer-service-links a {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .footer-service-links {
    grid-template-columns: 1fr;
  }
}

.access-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 21, 28, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 21, 28, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.access-aurora {
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .22;
  pointer-events: none;
  animation: accessAurora 16s ease-in-out infinite alternate;
}

.access-aurora-one {
  top: 14%;
  left: -210px;
  background: #7797ff;
}

.access-aurora-two {
  right: -220px;
  bottom: 2%;
  background: #c7ff42;
  animation-delay: -8s;
}

.section-heading h2 {
  position: relative;
}

.section-heading h2::after {
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, #315efb, #9db4ff 58%, #c7ff42);
  border-radius: 999px;
  content: "";
  transform: scaleX(.28);
  transform-origin: left center;
  opacity: .38;
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1), opacity 700ms ease;
}

.section-heading.is-visible h2::after {
  transform: scaleX(1);
  opacity: .9;
}

.access-heading {
  position: relative;
  z-index: 2;
}

.access-heading h2 {
  max-width: 1080px;
  font-size: clamp(44px, 5vw, 76px);
  overflow-wrap: anywhere;
}

.access-heading .section-index {
  color: #315efb;
}

.access-stage {
  --fx-x: 50%;
  --fx-y: 50%;
  position: relative;
  isolation: isolate;
  padding: 16px;
  color: #fff;
  background:
    radial-gradient(720px circle at var(--fx-x) var(--fx-y), rgba(119, 151, 255, .13), transparent 66%),
    #0b0e14;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  box-shadow: 0 50px 120px rgba(20, 32, 58, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
  transition: border-color 420ms ease, box-shadow 420ms ease;
}

.access-stage::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  pointer-events: none;
}

.access-stage::after {
  position: absolute;
  z-index: -1;
  top: -240px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: rgba(119, 151, 255, .12);
  border-radius: 50%;
  content: "";
  filter: blur(72px);
  pointer-events: none;
}

.access-scan {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(157, 180, 255, .75), transparent);
  box-shadow: 0 0 24px rgba(119, 151, 255, .55);
  opacity: 0;
  pointer-events: none;
  animation: accessScan 8.5s ease-in-out infinite;
}

.access-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: 16px;
}

.access-copy,
.access-dashboard {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
}

.access-copy {
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: clamp(30px, 4vw, 58px);
  background:
    radial-gradient(460px circle at 10% 0%, rgba(199, 255, 66, .1), transparent 65%),
    linear-gradient(150deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
}

.access-status,
.access-dashboard-head,
.access-live {
  display: flex;
  align-items: center;
}

.access-status {
  gap: 10px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
}

.access-status i,
.access-live i {
  width: 7px;
  height: 7px;
  background: #65e3a1;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(101, 227, 161, .08), 0 0 20px rgba(101, 227, 161, .32);
  animation: accessPulse 2.4s ease-in-out infinite;
}

.access-copy h3 {
  max-width: 700px;
  margin: auto 0 20px;
  font-size: clamp(35px, 3.55vw, 58px);
  font-weight: 680;
  line-height: .99;
  letter-spacing: -.052em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.access-copy > p {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.6;
}

.access-benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.access-benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 11px 6px 7px;
  gap: 8px;
  color: rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 9px;
  font-size: 10px;
}

.access-benefits span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: #dfe6ff;
  background: rgba(119, 151, 255, .14);
  border-radius: 6px;
  font-size: 8px;
  font-weight: 850;
}

.access-benefits b {
  font-weight: 720;
}

.access-cta {
  align-self: flex-start;
  min-width: 288px;
  color: #11151c;
  background: linear-gradient(118deg, #efffc4, #d8f49f 36%, #bdcbff 78%, #e5eaff);
  background-size: 180% 180%;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(119, 151, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .88);
  animation: heroActionGradient 9s ease-in-out infinite alternate;
}

.access-dashboard {
  min-height: 570px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.access-dashboard-head {
  justify-content: space-between;
  min-height: 34px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
}

.access-live {
  gap: 9px;
  color: rgba(255, 255, 255, .6);
}

.access-live i {
  width: 6px;
  height: 6px;
}

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

.access-category {
  --fx-x: 50%;
  --fx-y: 50%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 128px;
  padding: 18px;
  gap: 14px;
  background:
    radial-gradient(260px circle at var(--fx-x) var(--fx-y), rgba(157, 180, 255, .12), transparent 65%),
    rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  overflow: hidden;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 360ms ease,
    transform 360ms cubic-bezier(.2, .75, .2, 1);
}

.access-stage.is-visible .access-category {
  animation: accessCardIn 720ms cubic-bezier(.2, .75, .2, 1) backwards;
}

.access-stage.is-visible .access-category:nth-child(2) { animation-delay: 90ms; }
.access-stage.is-visible .access-category:nth-child(3) { animation-delay: 180ms; }
.access-stage.is-visible .access-category:nth-child(4) { animation-delay: 270ms; }

.access-category::before {
  position: absolute;
  z-index: -1;
  top: -60px;
  right: -60px;
  width: 130px;
  height: 130px;
  background: var(--category-glow, rgba(119, 151, 255, .12));
  border-radius: 50%;
  content: "";
  filter: blur(26px);
  opacity: .65;
  transition: opacity 300ms ease, transform 500ms ease;
}

.access-category-ai { --category-glow: rgba(119, 151, 255, .32); }
.access-category-games { --category-glow: rgba(199, 255, 66, .2); }
.access-category-work { --category-glow: rgba(255, 109, 77, .2); }
.access-category-more { --category-glow: rgba(179, 145, 255, .26); }

.access-category-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #eef2ff;
  background: rgba(157, 180, 255, .12);
  border: 1px solid rgba(157, 180, 255, .2);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: -.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.access-category small,
.access-category strong {
  display: block;
}

.access-category small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .38);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.access-category strong {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.access-category > i {
  align-self: start;
  color: rgba(255, 255, 255, .32);
  font-size: 15px;
  font-style: normal;
  transition: color 260ms ease, transform 320ms ease;
}

.access-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 96px;
  margin-top: 10px;
  padding: 18px 20px;
  gap: 6px 18px;
  background: linear-gradient(110deg, rgba(119, 151, 255, .14), rgba(199, 255, 66, .06));
  border: 1px solid rgba(157, 180, 255, .18);
  border-radius: 14px;
}

.access-total span,
.access-total small {
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
}

.access-total strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  max-width: 170px;
  color: #dfe6ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-align: right;
}

.access-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  gap: 10px;
}

.access-flow article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 20px;
  gap: 15px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  transition: background-color 280ms ease, border-color 280ms ease, transform 320ms ease;
}

.access-flow article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #dce4ff;
  background: rgba(119, 151, 255, .12);
  border: 1px solid rgba(119, 151, 255, .2);
  border-radius: 11px;
  font-size: 9px;
  font-weight: 850;
}

.access-flow h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 680;
  letter-spacing: -.025em;
}

.access-flow p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  line-height: 1.45;
}

.access-safety {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 112px;
  margin-top: 10px;
  padding: 18px 22px;
  gap: 18px;
  color: #151820;
  background: linear-gradient(112deg, #efffc4 0%, #e4f5bd 40%, #d6defc 100%);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.access-safety-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #11151c;
  border-radius: 13px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(17, 21, 28, .2);
}

.access-safety p,
.access-safety strong,
.access-safety p span {
  display: block;
  margin: 0;
}

.access-safety strong {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 760;
}

.access-safety p span {
  max-width: 870px;
  color: rgba(21, 24, 32, .66);
  font-size: 11px;
  line-height: 1.48;
}

.access-safety-label {
  padding: 9px 11px;
  color: rgba(21, 24, 32, .68);
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(21, 24, 32, .11);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  white-space: nowrap;
}

.access-legal {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 12px 8px 0;
  color: rgba(255, 255, 255, .3);
  font-size: 9px;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  .access-stage:hover {
    border-color: rgba(157, 180, 255, .28);
    box-shadow: 0 58px 145px rgba(20, 32, 58, .3), 0 0 0 1px rgba(157, 180, 255, .04), inset 0 1px 0 rgba(255, 255, 255, .1);
  }

  .access-category:hover {
    z-index: 2;
    background-color: rgba(157, 180, 255, .065);
    border-color: rgba(157, 180, 255, .32);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
    transform: translateY(-5px);
  }

  .access-category:hover::before {
    opacity: 1;
    transform: scale(1.22);
  }

  .access-category:hover > i {
    color: #fff;
    transform: translate(2px, -2px);
  }

  .access-flow article:hover {
    background: rgba(157, 180, 255, .07);
    border-color: rgba(157, 180, 255, .24);
    transform: translateY(-3px);
  }

  .access-cta:hover {
    background-position: 100% 50%;
    box-shadow: 0 24px 62px rgba(119, 151, 255, .26), inset 0 1px 0 rgba(255, 255, 255, .92);
    transform: translateY(-3px);
  }
}

@keyframes accessAurora {
  from { transform: translate3d(-4%, -3%, 0) scale(.92); }
  to { transform: translate3d(9%, 8%, 0) scale(1.12); }
}

@keyframes accessScan {
  0%, 15% { top: 0; opacity: 0; }
  22% { opacity: .75; }
  72% { opacity: .32; }
  82%, 100% { top: 100%; opacity: 0; }
}

@keyframes accessPulse {
  50% { opacity: .58; transform: scale(.84); }
}

@keyframes accessCardIn {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1120px) {
  .access-main {
    grid-template-columns: 1fr;
  }

  .access-copy,
  .access-dashboard {
    min-height: 0;
  }

  .access-copy h3 {
    margin-top: 90px;
  }
}

@media (max-width: 820px) {
  .access-stage {
    padding: 12px;
    border-radius: 22px;
  }

  .access-copy h3 {
    margin-top: 64px;
  }

  .access-flow {
    grid-template-columns: 1fr;
  }

  .access-flow article {
    min-height: 96px;
  }

  .access-safety {
    grid-template-columns: 48px 1fr;
  }

  .access-safety-label {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .access-heading h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .access-stage {
    padding: 8px;
    border-radius: 18px;
  }

  .access-copy,
  .access-dashboard {
    padding: 22px;
    border-radius: 13px;
  }

  .access-copy h3 {
    margin-top: 54px;
    font-size: clamp(32px, 10vw, 42px);
  }

  .access-benefits {
    display: grid;
  }

  .access-benefits li {
    width: 100%;
  }

  .access-cta {
    width: 100%;
    min-width: 0;
  }

  .access-category-grid {
    grid-template-columns: 1fr;
  }

  .access-category {
    min-height: 112px;
  }

  .access-total {
    grid-template-columns: 1fr;
  }

  .access-total strong {
    grid-row: auto;
    grid-column: 1;
    max-width: none;
    text-align: left;
  }

  .access-flow article {
    padding: 17px;
  }

  .access-safety {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .access-safety-label {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .access-aurora,
  .access-scan,
  .access-status i,
  .access-live i,
  .access-cta,
  .access-stage.is-visible .access-category {
    animation: none;
  }
}
