:root {
  color-scheme: dark;
  --bg: #090714;
  --bg-soft: #12091f;
  --violet: #5B21B6;
  --violet-hot: #9d4dff;
  --pink: #ff4fd8;
  --rose: #ffd7f3;
  --text: #fff8ff;
  --muted: #cbb9df;
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.13);
  --line: rgba(255, 255, 255, 0.16);
  --glow: 0 0 42px rgba(194, 70, 255, 0.46);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  background:
    linear-gradient(90deg, rgba(1, 1, 8, 0.72) 0%, rgba(3, 1, 10, 0.34) 46%, rgba(3, 1, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(2, 1, 7, 0.12), rgba(2, 1, 7, 0.54)),
    url("galaxy-v2.webp") center top / cover fixed,
    #020106;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

main,
.page-transition {
  max-width: 100%;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 82% 38%, rgba(141, 65, 255, 0.18), transparent 31%),
    radial-gradient(ellipse at 84% 68%, rgba(255, 74, 216, 0.1), transparent 26%),
    radial-gradient(ellipse at 55% 76%, rgba(91, 33, 182, 0.1), transparent 36%),
    radial-gradient(ellipse at 72% 53%, rgba(45, 99, 255, 0.08), transparent 33%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0 38%, transparent 66%);
  mix-blend-mode: screen;
  opacity: 0.52;
  animation: galaxyDrift 58s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 47%, rgba(116, 46, 255, 0.14), transparent 24%),
    radial-gradient(ellipse at 67% 68%, rgba(159, 61, 255, 0.1), transparent 30%),
    radial-gradient(ellipse at 90% 30%, rgba(48, 100, 255, 0.07), transparent 28%),
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.035) 48%, transparent 58%);
  filter: blur(2px);
  mix-blend-mode: screen;
  opacity: 0.38;
  animation: galaxyBreath 74s ease-in-out infinite alternate;
}

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

button,
input,
textarea {
  font: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.ambient::before,
.ambient::after {
  content: "";
  position: absolute;
  inset: -8%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 0.7px, transparent 1.1px),
    radial-gradient(circle, rgba(255, 223, 252, 0.44) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(153, 91, 255, 0.36) 0 1.2px, transparent 1.8px);
  background-size: 47px 47px, 113px 113px, 191px 191px;
  background-position: 0 0, 35px 20px, 88px 73px;
  opacity: 0.16;
  animation: starParallax 92s linear infinite;
}

.ambient::after {
  filter: blur(0.3px);
  opacity: 0.1;
  background-size: 83px 83px, 151px 151px, 263px 263px;
  animation-duration: 138s;
  animation-direction: reverse;
}

.orb {
  position: absolute;
  width: 38vw;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(92px);
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: glowFloat 46s ease-in-out infinite;
}

.orb-one {
  left: -18vw;
  top: 5vh;
  background: radial-gradient(circle, rgba(84, 102, 255, 0.58), transparent 68%);
}

.orb-two {
  right: -8vw;
  top: 11vh;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.42), transparent 69%);
  animation-delay: -9s;
}

.orb-three {
  right: 14vw;
  bottom: -18vw;
  width: 34vw;
  background: radial-gradient(circle, rgba(91, 33, 182, 0.46), transparent 70%);
  animation-delay: -15s;
}

.light-line {
  position: absolute;
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 255, 0.42), rgba(255, 119, 235, 0.24), transparent);
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.28);
  transform: rotate(-16deg);
  opacity: 0.32;
}

.line-one {
  top: 26vh;
  left: 58vw;
}

.line-two {
  top: 68vh;
  left: 7vw;
  transform: rotate(14deg);
  opacity: 0.18;
}

.star-field {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.64) 0 0.8px, transparent 1.2px),
    radial-gradient(circle, rgba(255, 215, 249, 0.38) 0 0.9px, transparent 1.35px),
    radial-gradient(circle, rgba(157, 77, 255, 0.45) 0 1px, transparent 1.45px);
  background-size: 37px 37px, 97px 97px, 173px 173px;
  background-position: 0 0, 30px 24px, 90px 60px;
  animation: starDrift 120s linear infinite;
}

.shooting-star {
  position: absolute;
  top: 15vh;
  left: 88vw;
  width: 160px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 246, 255, 0.82), rgba(255, 97, 223, 0));
  box-shadow: 0 0 16px rgba(255, 216, 252, 0.4);
  opacity: 0;
  transform: rotate(-24deg) translate3d(0, 0, 0);
  animation: shootingStar 19s ease-in-out infinite;
}

.site-header {
  position: fixed;
  top: 26px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 100px));
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: blur(0);
  box-shadow: none;
  transform: translateX(-50%);
  transition: transform 0.32s ease;
}

.top-offer-strip {
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 22;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 34px);
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid rgba(255, 136, 236, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(35, 12, 56, 0.82), rgba(12, 7, 24, 0.72)),
    radial-gradient(circle at 16% 50%, rgba(255, 79, 216, 0.22), transparent 34%);
  color: rgba(255, 248, 255, 0.86);
  box-shadow: 0 0 28px rgba(255, 79, 216, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
  font-size: 0.78rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.top-offer-strip + .site-header {
  top: 56px;
}

.top-offer-strip ~ .mobile-nav {
  top: 132px;
}

.top-offer-strip span {
  color: #f8a7ef;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.top-offer-strip strong {
  white-space: nowrap;
  font-weight: 800;
}

.top-offer-strip:hover {
  border-color: rgba(255, 136, 236, 0.5);
  box-shadow: 0 0 40px rgba(255, 79, 216, 0.28), 0 10px 34px rgba(91, 33, 182, 0.22);
  transform: translateX(-50%) translateY(-1px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.logo-sigil {
  position: relative;
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 188, 249, 0.38);
  border-radius: 50%;
  background: #07030d;
  box-shadow:
    0 0 18px rgba(186, 99, 255, 0.22),
    0 0 42px rgba(255, 79, 216, 0.12),
    inset 0 0 20px rgba(157, 77, 255, 0.3);
  transform: translateZ(0);
  transition: box-shadow 0.45s ease, transform 0.45s ease;
}

.logo-sigil::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 119, 235, 0.48);
  border-radius: 50%;
  opacity: 0.72;
  box-shadow: inset 0 0 12px rgba(255, 79, 216, 0.22);
}

.logo-sigil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.05);
  transform: scale(1.04);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.desktop-nav {
  position: relative;
  display: flex;
  gap: clamp(18px, 1.9vw, 29px);
  color: rgba(255, 248, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 650;
}

.desktop-nav a {
  position: relative;
  z-index: 2;
  padding: 8px 0;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: #fff;
  text-shadow: 0 0 18px rgba(255, 79, 216, 0.75);
}

.header-cta {
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 44, 255, 0.88), rgba(255, 79, 216, 0.86));
  box-shadow: 0 0 24px rgba(255, 79, 216, 0.28);
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 0 36px rgba(255, 79, 216, 0.52), 0 16px 42px rgba(91, 33, 182, 0.34);
}

.menu-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

.mobile-nav {
  position: fixed;
  top: 104px;
  right: 18px;
  z-index: 19;
  display: grid;
  gap: 8px;
  width: min(260px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(13, 8, 28, 0.88);
  box-shadow: var(--glow);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: 0.25s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav a {
  padding: 12px 10px;
  border-radius: 14px;
  color: var(--muted);
}

.mobile-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section-shell {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.page-transition {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.page-transition.is-leaving {
  opacity: 0;
  transform: translateY(12px);
}

.page-shell {
  min-height: 100vh;
  padding: 220px 0 96px;
}

body[data-page="about"] .page-shell {
  padding-top: 128px;
}

.page-heading {
  max-width: 820px;
  margin-bottom: clamp(38px, 6vw, 78px);
}

.page-heading h1 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4vw, 4rem);
}

.page-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.8;
}

.page-grid {
  margin-top: 22px;
}

.hero {
  display: grid;
  grid-template-columns: 455px minmax(0, 1fr);
  gap: clamp(36px, 4.5vw, 66px);
  align-items: center;
  width: min(1180px, calc(100% - 100px));
  min-height: 853px;
  padding: 126px 0 44px;
  overflow: visible;
}

.hero-copy {
  margin-top: -30px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #b98cff;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 440px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 3.62vw, 3.28rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-title-accent {
  display: inline-block;
  margin-top: 4px;
  padding-right: 0.08em;
  font-family: "Segoe Script", "Lucida Handwriting", "Brush Script MT", "Cormorant Garamond", Georgia, cursive;
  font-size: 1.08em;
  font-style: italic;
  font-weight: 400;
  line-height: 0.94;
  background: linear-gradient(105deg, #fff2ff 0%, #ff7ee5 34%, #b98cff 72%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(255, 79, 216, 0.34);
}

h1::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, #ff6ee0 45%, transparent);
  box-shadow: 0 0 28px rgba(255, 79, 216, 0.58);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.8vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.hero-lead,
.why-copy p,
.contact-panel p,
.section-heading {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.05vw, 1.02rem);
  line-height: 1.65;
}

.hero-lead {
  max-width: 515px;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 36px 0 0;
}

.section-actions {
  display: flex;
  margin-top: 34px;
}

#szolgaltatasok {
  scroll-margin-top: 130px;
}

.constellation-services {
  position: relative;
  padding-top: 48px;
  padding-bottom: 86px;
}

.services-heading {
  max-width: 760px;
  margin-bottom: 4px;
}

.services-heading h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 3.7vw, 3.95rem);
  line-height: 1.04;
}

.services-heading p:not(.eyebrow) {
  max-width: 620px;
}

.constellation-map {
  position: relative;
  min-height: 540px;
  margin-top: -18px;
  isolation: isolate;
}

.constellation-map::before {
  content: "";
  position: absolute;
  inset: 4% 5% 0;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(165, 68, 255, 0.2), transparent 38%),
    radial-gradient(ellipse at 32% 76%, rgba(255, 79, 216, 0.1), transparent 28%),
    radial-gradient(ellipse at 70% 30%, rgba(120, 72, 255, 0.12), transparent 34%);
  filter: blur(22px);
  opacity: 0.9;
  pointer-events: none;
}

.constellation-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.constellation-line {
  stroke: rgba(211, 154, 255, 0.28);
  stroke-width: 1.05;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(178, 88, 255, 0.34));
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: 1;
}

.constellation-map.is-visible .constellation-line {
  animation: constellationDraw 1.25s ease forwards;
  animation-delay: 0.34s;
}

.constellation-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 72px;
  aspect-ratio: 1;
  translate: -50% -50%;
  outline: none;
}

.star-node {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.94), rgba(255, 175, 246, 0.52) 18%, rgba(132, 55, 255, 0.32) 46%, rgba(12, 6, 28, 0.18) 70%, transparent 72%);
  color: #fff;
  font-size: 1.42rem;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 26px rgba(186, 90, 255, 0.38),
    inset 0 0 22px rgba(255, 255, 255, 0.16);
  opacity: 1;
  scale: 1;
}

.star-node::before,
.star-node::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: inherit;
  border: 1px solid rgba(223, 169, 255, 0.18);
  opacity: 0.5;
  animation: constellationBreath 4.6s ease-in-out infinite;
  animation-delay: var(--delay);
}

.star-node::after {
  inset: -26px;
  opacity: 0.22;
  animation-duration: 6.4s;
}

.star-node span {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.constellation-map.is-visible .star-node {
  animation: starIgnite 0.82s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
  animation-delay: var(--delay);
}

.constellation-map.is-visible .star-node span {
  animation: iconArrive 0.48s ease forwards;
  animation-delay: calc(var(--delay) + 0.7s);
}

.constellation-node:hover .star-node,
.constellation-node:focus-within .star-node,
.constellation-node:focus .star-node {
  box-shadow:
    0 0 42px rgba(255, 105, 230, 0.62),
    0 0 92px rgba(141, 65, 255, 0.34),
    inset 0 0 24px rgba(255, 255, 255, 0.22);
  scale: 1.06;
}

.constellation-map[data-active="web"] .line-web,
.constellation-map[data-active="booking"] .line-booking,
.constellation-map[data-active="chatbot"] .line-chatbot,
.constellation-map[data-active="automation"] .line-automation,
.constellation-map[data-active="publish"] .line-publish,
.constellation-map[data-active="domain"] .line-domain {
  stroke: rgba(255, 210, 255, 0.82);
  stroke-width: 1.45;
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(255, 80, 220, 0.58));
}

.service-popover {
  position: absolute;
  z-index: 12;
  width: min(285px, 72vw);
  padding: 20px 20px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(18, 10, 30, 0.94), rgba(9, 7, 20, 0.9)),
    radial-gradient(circle at 16% 10%, rgba(255, 87, 226, 0.22), transparent 38%);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(151, 71, 255, 0.16);
  backdrop-filter: blur(10px);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(var(--panel-x, -50%), var(--panel-y, 18px), 0) scale(0.96);
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.service-popover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 34%, rgba(255, 91, 229, 0.08));
  pointer-events: none;
}

.constellation-node:hover .service-popover,
.constellation-node:focus-within .service-popover,
.constellation-node:focus .service-popover {
  opacity: 1;
  visibility: visible;
  transform: translate3d(var(--panel-x, -50%), var(--panel-y-open, 10px), 0) scale(1);
  pointer-events: auto;
}

.popover-bottom {
  left: 50%;
  top: calc(100% + 18px);
  --panel-x: -50%;
  --panel-y: 22px;
  --panel-y-open: 8px;
}

.popover-top {
  left: 50%;
  bottom: calc(100% + 18px);
  --panel-x: -50%;
  --panel-y: -6px;
  --panel-y-open: -14px;
}

.popover-right {
  left: calc(100% + 20px);
  top: 50%;
  --panel-x: 16px;
  --panel-y: -50%;
  --panel-y-open: -50%;
}

.popover-left {
  right: calc(100% + 20px);
  top: 50%;
  --panel-x: -16px;
  --panel-y: -50%;
  --panel-y-open: -50%;
}

.popover-icon {
  display: inline-grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08), 0 0 22px rgba(190, 92, 255, 0.18);
}

.service-popover h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.service-popover p {
  margin-bottom: 16px;
  color: rgba(255, 248, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.58;
}

.service-popover a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.95), rgba(255, 79, 216, 0.88));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(255, 79, 216, 0.24);
}

@keyframes starIgnite {
  0% {
    opacity: 0;
    scale: 0.42;
    filter: blur(6px);
  }
  48% {
    opacity: 1;
    scale: 1.16;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes iconArrive {
  from {
    opacity: 0;
    transform: translateY(4px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes constellationDraw {
  from {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes constellationBreath {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.22;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.5;
  }
}

@media (max-width: 900px) {
  .constellation-services {
    padding-top: 58px;
  }

  .constellation-map {
    display: grid;
    min-height: 0;
    gap: 18px;
    margin-top: 34px;
  }

  .constellation-map::before,
  .constellation-lines {
    display: none;
  }

  .constellation-node {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0 0 20px;
    translate: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .constellation-node:last-of-type {
    border-bottom: 0;
  }

  .star-node {
    width: 54px;
    height: 54px;
    font-size: 1.14rem;
  }

  .service-popover,
  .constellation-node:hover .service-popover,
  .constellation-node:focus-within .service-popover,
  .constellation-node:focus .service-popover {
    position: static;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .service-popover::before,
  .popover-icon {
    display: none;
  }

  .service-popover h3 {
    margin: 2px 0 6px;
    font-size: 1rem;
  }

  .service-popover p {
    max-width: 560px;
    margin-bottom: 12px;
    font-size: 0.9rem;
  }
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 47px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  font-size: 0.82rem;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 79, 216, 0.45), rgba(91, 33, 182, 0.62));
  filter: blur(12px);
  transition: opacity 0.25s ease;
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background: linear-gradient(135deg, #5B21B6 0%, #9d4dff 42%, #ff4fd8 100%);
  width: 205px;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(16px);
  width: 190px;
}

.btn-calendar {
  position: relative;
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 248, 255, 0.68);
  border-radius: 3px;
  opacity: 0.9;
}

.btn-calendar::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
  height: 1px;
  background: rgba(255, 248, 255, 0.58);
}

.hero-stage {
  position: relative;
  min-height: 625px;
  perspective: 1200px;
  overflow: visible;
}

.hero-picture {
  display: block;
}

.hero-stage::before {
  content: "";
  position: absolute;
  right: -140px;
  top: 74px;
  width: min(820px, 68vw);
  height: 520px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(255, 79, 216, 0.34), transparent 30%),
    radial-gradient(ellipse at 72% 38%, rgba(137, 66, 255, 0.5), transparent 37%),
    radial-gradient(ellipse at 42% 70%, rgba(79, 118, 255, 0.22), transparent 34%),
    radial-gradient(ellipse at 84% 66%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 63% 50%, rgba(255, 248, 255, 0.08), transparent 12%),
    linear-gradient(128deg, transparent 0 32%, rgba(255, 248, 255, 0.12) 48%, transparent 64%);
  filter: blur(22px) saturate(1.08);
  mix-blend-mode: screen;
  opacity: 0.62;
  transform: rotate(-5deg);
  animation: galaxyBreath 38s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-graphic {
  position: absolute;
  top: 92px;
  right: -56px;
  display: block;
  width: min(780px, 65vw);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 34px 76px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 34px rgba(157, 77, 255, 0.18));
  transform: translate3d(0, 0, 0);
  animation: floating 7.5s ease-in-out infinite;
  user-select: none;
  pointer-events: none;
  visibility: visible;
}

.reference-preview {
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 112, 225, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(12, 5, 20, 0.92), rgba(54, 16, 77, 0.88));
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.references,
.services,
.automation,
.testimonials,
.faq,
.contact {
  padding: 78px 0;
}

.reference-grid,
.service-grid,
.automation-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.reference-card,
.glass-card,
.automation-card,
.contact-panel,
.metric-panel,
details {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.reference-card,
.glass-card,
.automation-card,
details {
  border-radius: var(--radius);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.reference-card:hover,
.glass-card:hover,
.automation-card:hover,
details:hover {
  border-color: rgba(255, 123, 235, 0.42);
  box-shadow: var(--glow), 0 24px 80px rgba(0, 0, 0, 0.28);
  transform: translateY(-8px);
}

.reference-card {
  padding: 12px 12px 22px;
}

.reference-card h3,
.reference-card p {
  padding: 0 10px;
}

.reference-card p,
.glass-card p,
.automation-card p,
.testimonial-grid p,
details p {
  color: var(--muted);
  line-height: 1.7;
}

.reference-preview {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-one {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 210, 239, 0.95) 0 10%, transparent 11%),
    radial-gradient(circle at 70% 38%, rgba(255, 133, 214, 0.86) 0 15%, transparent 16%),
    linear-gradient(135deg, rgba(255, 79, 216, 0.22), rgba(91, 33, 182, 0.36)),
    #16081f;
}

.preview-two {
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.55), transparent 11%),
    linear-gradient(140deg, rgba(255, 210, 239, 0.22), rgba(91, 33, 182, 0.3)),
    #10071a;
}

.preview-three {
  background:
    linear-gradient(95deg, rgba(8, 4, 14, 0.16) 0 44%, rgba(255, 79, 216, 0.22) 45% 100%),
    radial-gradient(circle at 70% 25%, rgba(255, 219, 244, 0.7), transparent 14%),
    #13061f;
}

.preview-pill {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd7f3;
  font-size: 0.78rem;
  font-weight: 850;
}

.reference-preview strong {
  max-width: 260px;
  font-size: 2rem;
  line-height: 1;
}

.reference-preview small {
  margin-top: 8px;
  color: var(--muted);
}

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

.glass-card,
.automation-card {
  min-height: 240px;
  padding: 28px;
}

.icon {
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd7f3;
  box-shadow: 0 0 24px rgba(255, 79, 216, 0.28);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: center;
  padding: 80px 0;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: center;
  padding: 116px 0;
}

.about-section.about-page {
  padding: 42px 0 82px;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 8% -8% 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 76% 38%, rgba(255, 79, 216, 0.16), transparent 34%),
    radial-gradient(ellipse at 28% 70%, rgba(91, 33, 182, 0.12), transparent 38%);
  filter: blur(8px);
  opacity: 0.86;
}

.about-copy {
  max-width: 720px;
}

.about-profile {
  display: block;
  min-height: calc(100vh - 130px);
  padding: 58px 0 88px;
  overflow: hidden;
  isolation: isolate;
}

.about-profile::before {
  inset: 0 -12%;
  background:
    radial-gradient(ellipse at 74% 32%, rgba(255, 79, 216, 0.18), transparent 30%),
    radial-gradient(ellipse at 48% 60%, rgba(91, 33, 182, 0.13), transparent 42%);
}

.about-profile-portrait {
  position: absolute;
  top: 0;
  right: -7%;
  bottom: auto;
  z-index: -1;
  width: min(54vw, 690px);
  min-height: 720px;
  opacity: 0.72;
  pointer-events: none;
}

.about-profile-portrait .portrait-frame {
  width: 100%;
  height: 720px;
}

.about-profile-portrait .portrait-frame img {
  object-position: center top;
  opacity: 0.9;
  filter: saturate(0.9) contrast(1.06) brightness(0.9);
  transform: translate3d(0, 0, 0) scale(1.08);
  mask-image:
    linear-gradient(180deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.72) 68%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 7%, #000 22%, #000 68%, rgba(0, 0, 0, 0.38) 84%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(180deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.72) 68%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 7%, #000 22%, #000 68%, rgba(0, 0, 0, 0.38) 84%, transparent 100%);
}

.about-profile-copy {
  max-width: 760px;
  margin: 0 auto;
  padding-top: clamp(28px, 5vw, 72px);
  text-align: center;
}

.about-profile-copy h1 {
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.2vw, 5.75rem);
  font-weight: 500;
  line-height: 0.98;
}

.about-profile-copy h1 span {
  color: #ff8ee8;
  font-style: italic;
  text-shadow: 0 0 24px rgba(255, 79, 216, 0.28);
}

.about-profile-copy h1::after {
  margin: 26px auto 0;
}

.about-lead {
  max-width: 640px;
  margin: 0 auto 24px !important;
  color: #fff8ff !important;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem) !important;
  line-height: 1.56 !important;
}

.about-text {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}

.about-profile-copy .about-text p {
  margin: 0;
  color: rgba(255, 248, 255, 0.76);
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  line-height: 1.74;
}

.about-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 58px);
  max-width: 1020px;
  margin: clamp(56px, 8vw, 92px) auto 0;
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-trust-row article {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.about-trust-row article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: calc(clamp(24px, 4vw, 58px) / -2);
  width: 1px;
  height: 92px;
  background: linear-gradient(180deg, transparent, rgba(255, 184, 243, 0.34), transparent);
}

.about-trust-row span {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  color: #ffb8f3;
  font-size: 1.35rem;
  text-shadow: 0 0 18px rgba(255, 79, 216, 0.46);
}

.about-trust-row h2 {
  margin: 0;
  color: #fff8ff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-trust-row p {
  max-width: 275px;
  margin: 0;
  color: rgba(255, 248, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.62;
}

.about-copy .eyebrow {
  margin-bottom: 20px;
}

.about-copy p:not(.eyebrow) {
  margin-bottom: 14px;
  color: rgba(255, 248, 255, 0.74);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.about-copy p:nth-of-type(2) {
  color: #fff8ff;
  font-size: clamp(1.18rem, 1.72vw, 1.56rem);
  line-height: 1.42;
}

.about-cta {
  margin-top: 14px;
}

.about-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  isolation: auto;
}

.portrait-frame {
  position: relative;
  width: min(104%, 620px);
  aspect-ratio: 0.86;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 0 28px rgba(168, 82, 255, 0.12));
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.92) contrast(1.04) brightness(0.96);
  transform: translate3d(0, 0, 0) scale(1.06);
  mix-blend-mode: normal;
  opacity: 0.94;
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 5%, #000 64%, rgba(0, 0, 0, 0.72) 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 5%, #000 16%, #000 76%, rgba(0, 0, 0, 0.28) 88%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, #000 5%, #000 64%, rgba(0, 0, 0, 0.72) 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 5%, #000 16%, #000 76%, rgba(0, 0, 0, 0.28) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.about-profile .about-profile-portrait {
  position: absolute;
  top: 48px;
  right: -2%;
  z-index: 1;
  width: min(44vw, 560px);
  min-height: 650px;
  opacity: 0.78;
  pointer-events: none;
}

.about-profile .about-profile-portrait .portrait-frame {
  width: 100%;
  height: 650px;
}

.about-profile .about-profile-portrait .portrait-frame img {
  opacity: 0.86;
  mix-blend-mode: screen;
}

.about-profile-copy,
.about-trust-row {
  position: relative;
  z-index: 2;
}

.metric-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
}

.metric-panel div {
  min-height: 220px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.045);
}

.metric-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
  background: linear-gradient(135deg, #fff, #ff72df);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.metric-panel span {
  color: var(--muted);
  line-height: 1.5;
}

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

.automation-card span {
  display: block;
  margin-bottom: 48px;
  color: rgba(255, 215, 243, 0.62);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}

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

.testimonial-grid .glass-card {
  min-height: 230px;
}

.testimonial-grid p {
  font-size: 1.05rem;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  margin-top: 4px;
  color: #ffd7f3;
  font-size: 0.86rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  padding: 24px 28px;
}

summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 850;
}

summary::marker {
  color: #ff72df;
}

details p {
  max-width: 780px;
  margin: 18px 0 0;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(24px, 5vw, 68px);
  padding: clamp(26px, 5vw, 58px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 79, 216, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow: var(--glow), 0 32px 110px rgba(0, 0, 0, 0.35);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 248, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  padding: 15px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255, 215, 243, 0.9) 50%) right 20px center / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055));
  cursor: pointer;
}

.contact-form select option {
  background: #12091f;
  color: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 119, 235, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 79, 216, 0.1);
}

.contact-form .btn {
  width: fit-content;
  border: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 26px 0 38px;
  color: rgba(255, 248, 255, 0.58);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
}

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

@keyframes floating {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -16px;
  }
}

@keyframes glowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(2vw, -2vh, 0) scale(1.06);
  }
}

@keyframes galaxyDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-1.5vw, 1.2vh, 0) scale(1.035);
  }
}

@keyframes galaxyBreath {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-1vw, -1.4vh, 0) scale(1.05);
    opacity: 0.76;
  }
}

@keyframes starDrift {
  to {
    background-position: 120px 90px, 190px 160px, 250px 210px;
  }
}

@keyframes starParallax {
  to {
    background-position: 220px 140px, 330px 260px, 460px 360px;
  }
}

@keyframes shootingStar {
  0%,
  72%,
  100% {
    opacity: 0;
    transform: rotate(-24deg) translate3d(0, 0, 0);
  }
  76% {
    opacity: 0.72;
  }
  83% {
    opacity: 0;
    transform: rotate(-24deg) translate3d(-42vw, 25vh, 0);
  }
}

@keyframes portraitAura {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-10px, -14px, 0) scale(1.04);
    opacity: 0.95;
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(255, 79, 216, 0.35);
  }
  50% {
    box-shadow: 0 0 52px rgba(255, 79, 216, 0.68);
  }
}

.pricing-page {
  padding-bottom: 120px;
}

body[data-page="pricing"] .pricing-page .reveal {
  opacity: 1;
  transform: none;
}

.page-shell .reveal,
.references-showcase .reveal {
  opacity: 1;
  transform: none;
}

.pricing-hero {
  position: relative;
}

.pricing-hero::before {
  content: "";
  position: absolute;
  inset: 9% -8% 15%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 28%, rgba(255, 79, 216, 0.14), transparent 30%),
    radial-gradient(ellipse at 76% 42%, rgba(91, 33, 182, 0.2), transparent 38%),
    radial-gradient(ellipse at 20% 76%, rgba(139, 92, 246, 0.12), transparent 36%);
  filter: blur(20px);
  opacity: 0.95;
  pointer-events: none;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 78px);
}

.intro-offer {
  position: relative;
  display: grid;
  gap: 8px;
  width: min(780px, 100%);
  margin: clamp(26px, 4vw, 42px) auto 0;
  padding: clamp(18px, 2.5vw, 26px) clamp(22px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 137, 236, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(26, 10, 44, 0.9), rgba(10, 6, 22, 0.88)),
    radial-gradient(ellipse at 20% 24%, rgba(255, 79, 216, 0.24), transparent 36%),
    radial-gradient(ellipse at 82% 58%, rgba(91, 33, 182, 0.26), transparent 42%);
  box-shadow: 0 0 46px rgba(190, 82, 255, 0.2), 0 24px 80px rgba(0, 0, 0, 0.36);
  text-align: center;
}

.intro-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 50%, transparent 64%);
  opacity: 0.38;
  transform: translateX(-48%);
  pointer-events: none;
}

.intro-offer p {
  margin: 0;
  color: #f8a7ef;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-offer strong {
  color: #fff;
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.45;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 2.2vw, 34px);
  border: 1px solid rgba(220, 170, 255, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(24, 13, 38, 0.98), rgba(9, 7, 20, 0.98) 54%, rgba(24, 11, 36, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 87, 226, 0.14), transparent 32%);
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}

body[data-page="pricing"] .price-from-left {
  animation: priceArriveLeft 0.86s cubic-bezier(0.2, 0.9, 0.2, 1) both;
  animation-delay: 0.08s;
}

body[data-page="pricing"] .price-from-bottom {
  animation: priceArriveBottom 0.88s cubic-bezier(0.2, 0.9, 0.2, 1) both;
  animation-delay: 0.22s;
}

body[data-page="pricing"] .price-from-right {
  animation: priceArriveRight 0.86s cubic-bezier(0.2, 0.9, 0.2, 1) both;
  animation-delay: 0.36s;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.16) 47%, transparent 58%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 127, 235, 0.44);
  box-shadow:
    0 0 42px rgba(181, 77, 255, 0.26),
    0 34px 96px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-card:hover::before {
  opacity: 1;
  animation: priceSheen 1.25s ease;
}

.pricing-card-featured {
  min-height: 820px;
  z-index: 2;
  border-color: rgba(255, 126, 235, 0.52);
  background:
    linear-gradient(155deg, rgba(39, 16, 62, 0.99), rgba(14, 8, 25, 0.99) 54%, rgba(40, 12, 50, 0.99)),
    radial-gradient(circle at 50% 0%, rgba(255, 90, 225, 0.26), transparent 34%);
  box-shadow:
    0 0 58px rgba(190, 82, 255, 0.34),
    0 36px 110px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: scale(1.08);
}

.pricing-card-featured:hover {
  transform: translateY(-14px) scale(1.1);
  box-shadow:
    0 0 78px rgba(255, 79, 216, 0.38),
    0 42px 120px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.95), rgba(91, 33, 182, 0.92));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(255, 79, 216, 0.38);
}

.price-head {
  min-height: 202px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.package-icon {
  display: inline-grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.06), 0 0 26px rgba(189, 88, 255, 0.18);
  font-size: 1.35rem;
}

.package-label {
  margin-bottom: 10px;
  color: #d8bcff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3.05rem);
  line-height: 1;
}

.price-head p,
.included-note {
  color: rgba(255, 248, 255, 0.72);
  line-height: 1.65;
}

.included-note {
  margin: 22px 0 12px;
  font-size: 0.95rem;
}

.price-features {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 248, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.46;
}

.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff8ee8;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(255, 79, 216, 0.58);
}

.package-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.package-icons span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 248, 255, 0.76);
  font-size: 0.74rem;
  font-weight: 750;
}

.pricing-cta {
  width: 100%;
  margin-top: 24px;
}

.pricing-note {
  max-width: 920px;
  margin: clamp(34px, 5vw, 56px) auto 0;
  color: rgba(255, 248, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.75;
  text-align: center;
}

.custom-offer {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(60px, 7vw, 96px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(18, 8, 31, 0.95), rgba(12, 7, 24, 0.92)),
    radial-gradient(ellipse at 18% 35%, rgba(255, 79, 216, 0.18), transparent 32%),
    radial-gradient(ellipse at 86% 50%, rgba(91, 33, 182, 0.2), transparent 38%);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.44), 0 0 52px rgba(134, 62, 255, 0.16);
  transition: opacity 0.8s ease, transform 0.8s ease;
  animation: priceFadeUp 0.86s ease both;
  animation-delay: 0.72s;
}

.custom-icon {
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.92), rgba(255, 79, 216, 0.76));
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 0 46px rgba(255, 79, 216, 0.28);
}

.custom-offer h2 {
  max-width: none;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.custom-offer p {
  max-width: 760px;
  margin-bottom: 8px;
  color: rgba(255, 248, 255, 0.75);
  line-height: 1.68;
}

.custom-offer-cta {
  margin-top: 22px;
}

@keyframes priceSheen {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes priceArriveLeft {
  from {
    opacity: 0;
    transform: translate3d(-54px, 34px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes priceArriveRight {
  from {
    opacity: 0;
    transform: translate3d(54px, 34px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes priceArriveBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 54px, 0) scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes priceFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.premium-services {
  padding-top: 70px;
  padding-bottom: 98px;
  scroll-margin-top: 150px;
}

.premium-services .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2.05rem, 4.4vw, 4.15rem);
  line-height: 1.05;
}

.services-showcase {
  margin-top: clamp(32px, 5vw, 68px);
}

.service-switcher {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: clamp(12px, 2vw, 22px);
  align-items: center;
}

.service-arrow {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 248, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.service-arrow:hover {
  border-color: rgba(255, 123, 236, 0.72);
  color: #ffd7f3;
  box-shadow: 0 0 24px rgba(255, 79, 216, 0.16);
  transform: translateY(-1px);
}

.service-tabs {
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  padding: 22px 0 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  scrollbar-width: none;
}

.service-tabs::-webkit-scrollbar {
  display: none;
}

.service-tab {
  position: relative;
  display: grid;
  flex: 0 0 clamp(126px, 12.5vw, 168px);
  min-height: 92px;
  align-content: space-between;
  gap: 12px;
  padding: 2px 0 16px;
  border: 0;
  background: transparent;
  color: rgba(255, 248, 255, 0.58);
  cursor: pointer;
  text-align: left;
  scroll-snap-align: center;
  transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.service-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 22%;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  transition: right 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.service-tab span {
  color: rgba(255, 184, 243, 0.68);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.service-tab strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.28vw, 1.34rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.service-tab.is-active,
.service-tab:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.service-tab.is-active::after,
.service-tab:hover::after {
  right: 0;
  background: linear-gradient(90deg, #fff, #ff7ee5 45%, rgba(185, 140, 255, 0.4));
  box-shadow: 0 0 22px rgba(255, 79, 216, 0.32);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  max-width: 1060px;
  margin: clamp(34px, 5vw, 62px) auto 0;
  padding: clamp(28px, 4.5vw, 54px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.service-kicker {
  max-width: 280px;
  margin: 0;
  color: #ffb8f3;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.72;
  text-transform: uppercase;
}

.service-detail h3 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5.8vw, 5.65rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.service-detail p:not(.service-kicker) {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 248, 255, 0.84);
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.82;
}

.service-detail a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #ffd7f3;
  font-size: 0.9rem;
  font-weight: 850;
}

.service-detail.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.services-accordion {
  max-width: 1060px;
  margin: clamp(34px, 5vw, 68px) auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.service-panel {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.service-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 92% 36%, rgba(255, 79, 216, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 58%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.service-panel.is-open::before,
.service-panel:hover::before {
  opacity: 1;
}

.service-panel-toggle {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 38px;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  width: 100%;
  padding: clamp(20px, 2.4vw, 30px) 0;
  border: 0;
  background: transparent;
  color: rgba(255, 248, 255, 0.84);
  cursor: pointer;
  text-align: left;
}

.service-number {
  color: rgba(255, 184, 243, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  line-height: 1;
}

.service-name {
  color: rgba(255, 248, 255, 0.88);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-mark {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 248, 255, 0.22);
  border-radius: 50%;
  color: #ffd7f3;
  font-size: 1.08rem;
  line-height: 1;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.service-panel.is-open .service-name,
.service-panel:hover .service-name {
  color: #fff;
}

.service-panel.is-open .service-mark,
.service-panel-toggle:hover .service-mark {
  border-color: rgba(255, 123, 236, 0.62);
  box-shadow: 0 0 26px rgba(255, 79, 216, 0.22);
}

.service-panel-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 74px);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.36s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease;
}

.service-panel.is-open .service-panel-content {
  max-height: 430px;
  padding: 0 0 clamp(28px, 4vw, 48px) 74px;
  opacity: 1;
  transform: translateY(0);
}

.service-panel-content h3 {
  margin: 0;
  max-width: 430px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.35vw, 3.6rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.service-panel-content p {
  margin: 0;
  color: rgba(255, 248, 255, 0.82);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.82;
}

.service-panel-content a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #ffd7f3;
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.process-section {
  padding: clamp(76px, 9vw, 132px) 0 clamp(82px, 10vw, 145px);
  overflow: visible;
}

.process-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.process-heading h2 {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5.2vw, 5.8rem);
  font-weight: 500;
  line-height: 0.96;
}

.process-heading p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 248, 255, 0.76);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.76;
}

.process-scroll {
  position: relative;
  margin-top: clamp(58px, 8vw, 96px);
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
  padding-top: 56px;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 248, 255, 0.38) 12%, rgba(255, 79, 216, 0.8) 50%, rgba(255, 248, 255, 0.38) 88%, transparent);
  box-shadow: 0 0 26px rgba(255, 79, 216, 0.28);
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.process-dot {
  position: absolute;
  top: -42px;
  left: 50%;
  display: grid;
  width: 28px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 223, 253, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 10%, #ff7ee5 18%, rgba(122, 63, 255, 0.55) 45%, rgba(12, 7, 24, 0.9) 70%);
  box-shadow: 0 0 28px rgba(255, 79, 216, 0.56);
  transform: translateX(-50%);
}

.process-step strong {
  color: #f5a8ef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.3vw, 2.1rem);
  font-weight: 500;
  line-height: 1;
}

.process-step h3 {
  margin: 14px 0 10px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.65vw, 1.7rem);
  font-weight: 500;
  line-height: 1.12;
}

.process-step p {
  max-width: 190px;
  margin: 0 auto;
  color: rgba(255, 248, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.62;
}

.process-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 6vw, 72px);
}

body.chrome-hidden .site-header {
  transform: translateX(-50%) translateY(-132px);
}

body.chrome-hidden .top-offer-strip {
  transform: translateX(-50%) translateY(-86px);
}

body::before,
body::after,
.ambient::before,
.ambient::after,
.orb,
.light-line,
.star-field,
.shooting-star,
.hero-stage::before,
.hero-graphic {
  animation: none !important;
}

.reveal {
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.js-ready .reveal {
  transform: translateY(14px);
}

.js-ready .services-heading.reveal,
.js-ready .services-showcase.reveal,
.js-ready #szolgaltatasok .section-actions.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .split-section,
  .about-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(100% - 40px, 760px);
    min-height: auto;
    padding-top: 168px;
    padding-bottom: 58px;
    gap: 34px;
  }

  .hero-copy {
    margin-top: 0;
  }

  .hero-stage {
    display: grid;
    place-items: center;
    min-height: 0;
    aspect-ratio: 1.38;
    overflow: visible;
    perspective: none;
  }

  .hero-picture {
    width: 100%;
  }

  .hero-stage::before {
    right: 50%;
    top: 4%;
    width: min(720px, 112vw);
    height: 74%;
    filter: blur(14px) saturate(1.05);
    opacity: 0.76;
    transform: translateX(50%) rotate(-5deg);
  }

  .hero-graphic {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(760px, 116%);
    max-width: 100%;
    transform: none;
  }

  .about-visual {
    min-height: 560px;
  }

  .about-profile .about-profile-portrait {
    right: -18%;
    width: min(72vw, 540px);
    opacity: 0.42;
  }

  .about-trust-row {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 620px;
  }

  .about-trust-row article:not(:last-child)::after {
    display: none;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 720px;
    margin-inline: auto;
    align-items: stretch;
  }

  .pricing-card,
  .pricing-card-featured,
  .pricing-card-featured:hover,
  .js-ready .pricing-card-featured.reveal.is-visible,
  .js-ready .pricing-card-featured.reveal.price-from-bottom.is-visible {
    min-height: 0;
    transform: none !important;
    animation: none !important;
  }

  .pricing-card:hover {
    transform: translateY(-6px) !important;
  }

  .custom-offer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .service-tabs {
    gap: 18px;
  }

  .service-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .service-kicker {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  body {
    background-attachment: scroll;
    background-position: 58% top;
  }

  body::before,
  body::after,
  .ambient::before,
  .ambient::after {
    animation-duration: 130s;
  }

  .reference-grid,
  .automation-grid,
  .testimonial-grid,
  .metric-panel {
    grid-template-columns: 1fr;
  }

  .metric-panel div {
    min-height: 160px;
  }

  .hero-stage {
    aspect-ratio: 1.28;
  }

  .hero-graphic {
    top: auto;
    width: min(680px, 118%);
  }

  h1 {
    font-size: clamp(2rem, 7.8vw, 3.25rem);
  }

  .about-section {
    padding: 78px 0;
  }

  .pricing-page {
    padding-top: 156px;
  }

  .price-head {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .premium-services {
    padding-top: 54px;
    scroll-margin-top: 134px;
  }

  .premium-services .section-heading h2 {
    font-size: clamp(1.82rem, 7.6vw, 2.35rem);
    line-height: 1.12;
  }

  .service-switcher {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
  }

  .service-arrow {
    width: 36px;
    font-size: 1.55rem;
  }

  .service-tabs {
    gap: 16px;
    padding: 16px 0;
  }

  .service-tab {
    flex-basis: 132px;
    min-height: 78px;
    gap: 8px;
    padding-bottom: 10px;
  }

  .service-tab strong {
    font-size: 1.02rem;
  }

  .service-detail {
    gap: 12px;
    margin-top: 34px;
    padding: 28px 0 34px;
    text-align: left;
  }

  .service-detail h3 {
    font-size: clamp(2.45rem, 12vw, 3.75rem);
  }

  .service-detail p:not(.service-kicker) {
    margin: 12px 0 0;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .service-detail a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .about-profile {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    padding: 38px 0 72px;
  }

  .about-profile .about-profile-portrait {
    top: 130px;
    right: -46%;
    width: 112vw;
    min-height: 520px;
    opacity: 0.24;
  }

  .about-profile .about-profile-portrait .portrait-frame {
    height: 540px;
  }

  .about-profile-copy {
    padding-top: 28px;
    text-align: left;
  }

  .about-profile-copy h1 {
    font-size: clamp(2.15rem, 10.4vw, 3.35rem);
  }

  .about-profile-copy h1::after {
    margin-left: 0;
  }

  .about-lead {
    margin-left: 0 !important;
  }

  .about-trust-row {
    margin-top: 48px;
    padding-top: 30px;
  }

  .about-trust-row article {
    justify-items: start;
    text-align: left;
  }

  .process-section {
    width: calc(100% - 24px);
    padding: 72px 0 92px;
    overflow: visible;
  }

  .process-heading {
    text-align: left;
  }

  .process-heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.65rem);
  }

  .process-heading p:not(.eyebrow) {
    margin-left: 0;
  }

  .process-scroll {
    width: calc(100vw - 24px);
    margin-top: 48px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .process-scroll::-webkit-scrollbar {
    display: none;
  }

  .process-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 0;
    padding: 54px 20px 10px 4px;
  }

  .process-track::before {
    left: 4px;
    right: 20px;
  }

  .process-step {
    flex: 0 0 min(72vw, 280px);
    align-content: start;
    justify-items: start;
    padding-right: 30px;
    scroll-snap-align: start;
    text-align: left;
  }

  .process-dot {
    left: 0;
    width: 26px;
    transform: none;
  }

  .process-step p {
    max-width: 245px;
    margin-left: 0;
  }

  .process-actions {
    margin-top: 38px;
  }

  .services-accordion {
    margin-top: 30px;
  }

  .service-panel-toggle {
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: 14px;
    padding: 18px 0;
  }

  .service-number {
    font-size: 1.2rem;
  }

  .service-name {
    font-size: clamp(1.32rem, 7.2vw, 1.95rem);
  }

  .service-mark {
    width: 30px;
  }

  .service-panel-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-panel.is-open .service-panel-content {
    max-height: 640px;
    padding: 0 0 28px;
  }

  .service-panel-content h3 {
    font-size: clamp(1.8rem, 7.2vw, 2.42rem);
    line-height: 1.05;
  }

  .service-panel-content p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .top-offer-strip {
    top: 6px;
    width: calc(100% - 20px);
    min-height: 28px;
    padding: 5px 10px;
    gap: 6px;
    font-size: 0.6rem;
  }

  .top-offer-strip strong {
    min-width: 0;
    max-width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-offer-strip + .site-header {
    top: 40px;
  }

  .top-offer-strip ~ .mobile-nav {
    top: 104px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    padding: 5px 8px 5px 6px;
  }

  .brand small {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .menu-toggle {
    width: 38px;
  }

  .menu-toggle span {
    width: 15px;
    margin: 4px auto;
  }

  .logo-sigil {
    width: 54px;
  }

  .brand strong {
    max-width: 140px;
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section-shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  body[data-page="pricing"] .section-shell {
    width: calc(100% - 32px);
  }

  .hero {
    min-height: auto;
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
    padding: 122px 0 48px;
    gap: 22px;
    overflow: hidden;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .hero-copy,
  body[data-page="home"] .hero-lead,
  body[data-page="home"] .hero-actions {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  body[data-page="home"] h1 {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    font-size: clamp(2rem, 10vw, 2.65rem);
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
  }

  .hero-stage {
    display: grid;
    place-items: center;
    aspect-ratio: 1.52;
    height: auto;
    min-height: 0;
    margin-top: -34px;
    overflow: visible;
  }

  .hero-graphic {
    position: relative;
    width: min(100%, 560px);
    max-width: 100%;
    height: auto;
    margin: 0;
    transform: none;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 28px rgba(157, 77, 255, 0.14));
    animation: none;
  }

  .hero-stage::before {
    width: 112%;
    height: 66%;
    filter: blur(10px) saturate(1.02);
    opacity: 0.58;
  }

  .about-section {
    padding: 64px 0;
  }

  .about-copy p:not(.eyebrow) {
    line-height: 1.75;
  }

  .about-visual {
    min-height: 430px;
  }

  .portrait-frame {
    width: min(94%, 360px);
  }

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

  .pricing-page {
    padding-top: 136px;
    overflow: hidden;
  }

  body[data-page="pricing"] .pricing-page {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  body[data-page="pricing"] .page-heading,
  body[data-page="pricing"] .page-heading h1,
  body[data-page="pricing"] .page-heading p:not(.eyebrow),
  body[data-page="pricing"] .pricing-grid {
    width: 100%;
    max-width: 100%;
  }

  .pricing-grid {
    gap: 26px;
    margin-top: 34px;
  }

  .pricing-card {
    width: 100%;
    max-width: calc(100vw - 32px);
    min-width: 0;
    margin: 0;
    padding: 24px;
    border-radius: 24px;
  }

  body[data-page="pricing"] .page-heading h1 {
    max-width: calc(100vw - 32px);
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .popular-badge {
    position: static;
    width: fit-content;
    margin-bottom: 18px;
  }

  .package-icons {
    gap: 7px;
  }

  .custom-offer {
    padding: 26px;
    border-radius: 26px;
  }

  .custom-icon {
    width: 64px;
    border-radius: 22px;
  }

  .references,
  .services,
  .automation,
  .testimonials,
  .faq,
  .contact,
  .split-section {
    padding: 54px 0;
  }

  .glass-card,
  .automation-card {
    min-height: 0;
    padding: 24px;
  }

  .contact-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .site-footer {
    display: grid;
    gap: 12px;
  }
}

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

.references-showcase {
  min-height: 100vh;
  padding: clamp(118px, 10vw, 148px) 0 clamp(70px, 7vw, 98px);
}

.references-heading {
  max-width: 720px;
  margin-bottom: clamp(10px, 2vw, 24px);
}

.references-heading h1 {
  max-width: 710px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3.45vw, 3.55rem);
  line-height: 1.02;
}

.references-heading p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 248, 255, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.75;
}

.glass-carousel {
  position: relative;
  min-height: 535px;
  isolation: isolate;
}

.glass-carousel::before {
  content: "";
  position: absolute;
  inset: -18% -12% -12%;
  z-index: -2;
  background:
    radial-gradient(ellipse at 54% 46%, rgba(255, 79, 216, 0.34), transparent 28%),
    radial-gradient(ellipse at 64% 52%, rgba(122, 60, 255, 0.42), transparent 38%),
    radial-gradient(ellipse at 38% 62%, rgba(67, 103, 255, 0.18), transparent 30%),
    linear-gradient(110deg, transparent 0 36%, rgba(255, 248, 255, 0.055) 48%, transparent 61%);
  filter: blur(18px) saturate(1.14);
  mix-blend-mode: screen;
  opacity: 0.92;
  pointer-events: none;
}

.carousel-viewport {
  position: relative;
  min-height: 535px;
  overflow: visible;
  border-radius: 34px;
  outline: none;
  perspective: 1400px;
  touch-action: pan-y;
}

.carousel-track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.project-card {
  --offset: 0;
  --abs-offset: 0;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(405px, 82vw);
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 30% 0%, rgba(255, 119, 235, 0.18), transparent 34%);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(139, 70, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(24px);
  opacity: calc(1 - (var(--abs-offset) * 0.18));
  filter: blur(calc(var(--abs-offset) * 0.55px)) saturate(calc(1 - (var(--abs-offset) * 0.08)));
  transform:
    translate3d(calc(-50% + (var(--offset) * 245px)), -50%, calc(var(--abs-offset) * -95px))
    rotateY(calc(var(--offset) * -17deg))
    rotateX(3deg)
    scale(calc(1 - (var(--abs-offset) * 0.12)));
  transition:
    transform 0.72s cubic-bezier(0.2, 0.78, 0.2, 1),
    opacity 0.52s ease,
    filter 0.52s ease,
    border-color 0.42s ease,
    box-shadow 0.42s ease;
  will-change: transform, opacity, filter;
}

.project-card[aria-hidden="true"] {
  pointer-events: none;
}

.project-card.is-active {
  border-color: rgba(255, 119, 235, 0.58);
  background:
    linear-gradient(145deg, rgba(30, 12, 48, 0.98), rgba(12, 7, 24, 0.98)),
    radial-gradient(circle at 50% 8%, rgba(255, 119, 235, 0.28), transparent 34%);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.54),
    0 0 52px rgba(255, 79, 216, 0.42),
    0 0 86px rgba(91, 33, 182, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(18px);
  filter: blur(0) saturate(1.08);
  opacity: 1;
  transform:
    translate3d(-50%, calc(-50% - 12px), 92px)
    rotateX(calc(2deg + var(--tilt-x)))
    rotateY(var(--tilt-y))
    scale(1.2);
  animation: focusedFloat 7s ease-in-out infinite;
}

.project-card.is-active:hover {
  border-color: rgba(255, 182, 245, 0.82);
  box-shadow:
    0 48px 124px rgba(0, 0, 0, 0.58),
    0 0 72px rgba(255, 79, 216, 0.58),
    0 0 120px rgba(91, 33, 182, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.project-card.is-active.is-pressing {
  transition-duration: 0.15s;
  transform:
    translate3d(-50%, calc(-50% - 6px), 70px)
    rotateX(calc(2deg + var(--tilt-x)))
    rotateY(var(--tilt-y))
    scale(1.14);
}

.project-card:active {
  transform:
    translate3d(calc(-50% + (var(--offset) * 245px)), -50%, calc(var(--abs-offset) * -95px))
    rotateY(calc(var(--offset) * -17deg))
    rotateX(3deg)
    scale(calc(0.98 - (var(--abs-offset) * 0.12)));
}

.project-card.is-active:active {
  transform:
    translate3d(-50%, calc(-50% - 8px), 80px)
    rotateX(calc(2deg + var(--tilt-x)))
    rotateY(var(--tilt-y))
    scale(1.165);
}

.project-card::before,
.project-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.project-card::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 45%, transparent 57%),
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.2), transparent 24%);
  opacity: 0.26;
  mix-blend-mode: screen;
}

.project-card.is-active::before {
  opacity: 0.18;
}

.project-card::after {
  inset: -28%;
  background-image:
    radial-gradient(circle, rgba(255, 119, 235, 0.8) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(186, 137, 255, 0.58) 0 0.8px, transparent 1.6px);
  background-size: 86px 86px, 132px 132px;
  opacity: 0;
  transform: translate3d(-18px, 18px, 0);
}

.project-card.is-active .project-preview,
.project-card.is-active .project-body {
  background-color: rgba(13, 8, 25, 0.78);
}

.project-card.is-active .preview-window {
  background:
    linear-gradient(180deg, rgba(48, 22, 73, 0.96), rgba(22, 10, 38, 0.96)),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.16), transparent 18%);
}

.project-card.is-active:hover::after {
  animation: cardParticles 1.8s ease-out;
}

.project-shine {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.project-shine::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -42%;
  width: 34%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 255, 0.42), transparent);
  opacity: 0;
  transform: rotate(17deg);
}

.project-card.is-active:hover .project-shine::before {
  animation: edgeSweep 1.45s ease-out;
}

.project-preview {
  position: relative;
  display: block;
  height: 190px;
  margin: 14px 14px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 119, 235, 0.28), transparent 24%),
    linear-gradient(140deg, rgba(12, 5, 24, 0.95), rgba(68, 19, 94, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.project-card:first-child .project-preview {
  background:
    linear-gradient(rgba(8, 4, 16, 0.18), rgba(8, 4, 16, 0.18)),
    url("ranctalanitalak.webp") top center / cover no-repeat;
}

.project-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.96) contrast(1.04) brightness(0.86);
  transform: scale(1.02);
}

.preview-window {
  position: absolute;
  inset: 26px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.22), transparent 18%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.preview-window span {
  color: #ffd7f3;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.preview-window b {
  max-width: 270px;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.08;
}

.preview-luxury {
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 210, 239, 0.64), transparent 15%),
    radial-gradient(circle at 78% 48%, rgba(255, 79, 216, 0.34), transparent 24%),
    linear-gradient(135deg, rgba(18, 5, 28, 0.95), rgba(84, 28, 104, 0.82));
}

.preview-ai {
  background:
    radial-gradient(circle at 22% 22%, rgba(116, 97, 255, 0.58), transparent 17%),
    radial-gradient(circle at 78% 62%, rgba(255, 79, 216, 0.34), transparent 26%),
    linear-gradient(135deg, rgba(6, 9, 24, 0.95), rgba(64, 24, 104, 0.84));
}

.preview-glow {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 235, 248, 0.72), transparent 13%),
    radial-gradient(circle at 34% 66%, rgba(157, 77, 255, 0.42), transparent 25%),
    linear-gradient(135deg, rgba(22, 5, 18, 0.96), rgba(103, 28, 92, 0.78));
}

.preview-system {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 79, 216, 0.38), transparent 18%),
    linear-gradient(120deg, rgba(18, 8, 28, 0.98), rgba(40, 21, 92, 0.86), rgba(10, 7, 18, 0.96));
}

.project-body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 20px 24px 24px;
}

.project-body strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.24rem;
  line-height: 1.1;
}

.project-body small {
  display: block;
  color: rgba(255, 248, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-tech i {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #ffd7f3;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.project-button {
  position: relative;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.96), rgba(255, 79, 216, 0.9));
  box-shadow: 0 0 24px rgba(255, 79, 216, 0.28);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.project-button em {
  font-style: normal;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 0 30px rgba(157, 77, 255, 0.28);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.carousel-arrow:hover {
  border-color: rgba(255, 119, 235, 0.62);
  box-shadow: 0 0 42px rgba(255, 79, 216, 0.42);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-arrow span {
  font-size: 2.3rem;
  line-height: 1;
  transform: translateY(-2px);
}

.carousel-arrow-left {
  left: 10px;
}

.carousel-arrow-right {
  right: 10px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: linear-gradient(90deg, #9d4dff, #ff4fd8);
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.5);
}

@keyframes focusedFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes edgeSweep {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(17deg);
  }
  24% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: translateX(520%) rotate(17deg);
  }
}

@keyframes cardParticles {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 18px, 0) scale(0.98);
  }
  28% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translate3d(22px, -28px, 0) scale(1.04);
  }
}

@media (min-width: 1320px) {
  .project-card {
    transform:
      translate3d(calc(-50% + (var(--offset) * 272px)), -50%, calc(var(--abs-offset) * -105px))
      rotateY(calc(var(--offset) * -17deg))
      rotateX(3deg)
      scale(calc(1 - (var(--abs-offset) * 0.12)));
  }

  .project-card:active {
    transform:
      translate3d(calc(-50% + (var(--offset) * 272px)), -50%, calc(var(--abs-offset) * -105px))
      rotateY(calc(var(--offset) * -17deg))
      rotateX(3deg)
      scale(calc(0.98 - (var(--abs-offset) * 0.12)));
  }
}

@media (max-width: 980px) {
  .references-showcase {
    padding-top: 150px;
  }

  .glass-carousel {
    min-height: 560px;
  }

  .carousel-viewport {
    min-height: 548px;
  }

  .project-card {
    width: min(390px, 76vw);
    min-height: 492px;
    transform:
      translate3d(calc(-50% + (var(--offset) * 205px)), -50%, calc(var(--abs-offset) * -85px))
      rotateY(calc(var(--offset) * -15deg))
      rotateX(3deg)
      scale(calc(1 - (var(--abs-offset) * 0.1)));
  }

  .project-card.is-active {
    transform:
      translate3d(-50%, calc(-50% - 10px), 70px)
      rotateX(calc(2deg + var(--tilt-x)))
      rotateY(var(--tilt-y))
      scale(1.1);
  }

  .project-preview {
    height: 235px;
  }
}

@media (max-width: 620px) {
  :root {
    --mobile-crop-fix: clamp(-90px, calc((390px - 100vw) * 0.82), 0px);
  }

  .references-heading h1 {
    max-width: calc(100vw - 40px);
    font-size: clamp(1.02rem, 5.6vw, 1.28rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .references-heading p:not(.eyebrow) {
    max-width: calc(100vw - 40px);
    font-size: 0.92rem;
  }

  .references-showcase {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
    padding-top: 136px;
    overflow: hidden;
  }

  body[data-page="references"] .section-shell,
  body[data-page="references"] .references-heading,
  body[data-page="references"] .glass-carousel,
  body[data-page="references"] .carousel-viewport,
  body[data-page="references"] .carousel-track {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    overflow: hidden;
  }

  .glass-carousel {
    min-height: 610px;
    overflow: hidden;
  }

  .glass-carousel::before,
  .project-card::after,
  .project-shine {
    display: none;
  }

  .carousel-viewport {
    min-height: 560px;
    overflow: hidden;
    border-radius: 26px;
    perspective: none;
  }

  .carousel-track {
    position: relative;
    min-height: 560px;
    transform-style: flat;
  }

  .project-card {
    position: absolute;
    top: 18px;
    left: 50vw;
    right: auto;
    width: min(276px, calc(100vw - 44px));
    min-height: 500px;
    max-height: 500px;
    margin-right: 0;
    margin-left: 0;
    opacity: 0;
    pointer-events: none;
    filter: none;
    backdrop-filter: blur(10px);
    animation: none;
    transform:
      translate3d(calc(-50% + (var(--offset) * 18px)), 0, 0)
      scale(0.94);
    transition:
      transform 0.42s cubic-bezier(0.2, 0.78, 0.2, 1),
      opacity 0.32s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .project-card[aria-hidden="true"] {
    display: none;
  }

  .project-card:not(.is-active) {
    display: none;
  }

  .project-card.is-active {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: grid;
    margin: 18px auto 0;
    opacity: 1;
    pointer-events: auto;
    transform:
      translate3d(var(--mobile-crop-fix), 0, 0)
      scale(1);
    animation: none;
  }

  .project-preview {
    height: 210px;
  }

  .carousel-arrow {
    top: auto;
    bottom: -18px;
    width: 46px;
    transform: translateX(var(--mobile-crop-fix));
  }

  .carousel-arrow-left {
    left: calc(50% - 58px);
  }

  .carousel-arrow-right {
    right: calc(50% - 58px);
  }

  .carousel-dots {
    margin-top: 58px;
    transform: translateX(var(--mobile-crop-fix));
  }
}

@media (max-width: 620px) {
  body[data-page="pricing"] .pricing-page {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body[data-page="pricing"] .page-heading,
  body[data-page="pricing"] .page-heading h1,
  body[data-page="pricing"] .page-heading p:not(.eyebrow),
  body[data-page="pricing"] .pricing-grid,
  body[data-page="pricing"] .pricing-card,
  body[data-page="pricing"] .custom-offer {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page="pricing"] .page-heading h1 {
    font-size: clamp(1.76rem, 7.4vw, 2.12rem) !important;
  }

  body[data-page="pricing"] .pricing-card {
    padding: 22px !important;
    transform: none !important;
    animation: none !important;
  }

  body[data-page="pricing"] .pricing-card:hover,
  body[data-page="pricing"] .pricing-card-featured:hover {
    transform: none !important;
  }
}
