:root {
  --ink: #f8f7ff;
  --muted: #a4a6ba;
  --line: rgba(132, 142, 197, 0.18);
  --panel: rgba(8, 11, 27, 0.76);
  --blue: #1686ff;
  --violet: #7b3dff;
  --magenta: #c428ff;
  --page: #030510;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--page);
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(23, 68, 224, 0.2), transparent 24rem),
    radial-gradient(circle at 38% 40%, rgba(105, 34, 255, 0.09), transparent 25rem),
    var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
.admin-bar .site-header { padding-top: 32px; }
.menu-list { display: flex; align-items: center; gap: 42px; margin: 0; padding: 0; list-style: none; }
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current_page_item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--magenta)); }
.mobile-menu .menu-list { display: grid; gap: 0; }
.wp-page-content { padding-block: 30px 70px; color: var(--muted); line-height: 1.75; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.contact-form .honey { position: absolute; left: -9999px; }
.portfolio-list { display: grid; gap: 30px; }
.portfolio-list .portfolio-case { width: 100%; }
.project-featured-image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 12px; }
.content-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7, 9, 23, .72); }
.content-card h2 { margin-top: 0; }
.wp-page-content img { max-width: 100%; height: auto; border-radius: 12px; }
.error-actions { padding-bottom: 90px; }
@media (max-width: 782px) {
.admin-bar .site-header { padding-top: 46px; }
}
a { color: inherit; text-decoration: none; }
main { overflow: clip; }
.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: relative;
  z-index: 20;
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}
.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.brand-mark i {
  position: absolute;
  left: 13px;
  top: -1px;
  width: 4px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(180deg, #27b9ff 5%, #6b57ff 48%, #cc2dff);
  box-shadow: 0 0 16px rgba(62, 130, 255, 0.4);
}
.brand-mark i:first-child { transform: rotate(45deg); }
.brand-mark i:last-child { transform: rotate(-45deg); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.brand-copy small {
  color: #a7a9b9;
  font-size: 7px;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 12px;
  text-transform: uppercase;
}
.desktop-nav a {
  position: relative;
  padding: 14px 0;
  color: #ececf6;
  transition: color 180ms ease;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: #73baff; }
.desktop-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--magenta));
}
.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(var(--page), var(--page)) padding-box,
    linear-gradient(90deg, #1595ff, #c52aff) border-box;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(99, 41, 255, 0.22);
}
.header-cta span { color: #ad61ff; font-size: 16px; }
.mobile-menu { display: none; }
.hero {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 14% -25vw auto 45%;
  height: 1px;
  transform: rotate(-4deg);
  background: linear-gradient(90deg, transparent, rgba(78, 139, 255, 0.7), transparent);
  box-shadow: 0 110px 0 rgba(151, 39, 255, 0.18), 0 260px 0 rgba(26, 115, 255, 0.15);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 4; padding: 38px 0 62px 16px; }
.eyebrow {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(123, 131, 186, 0.12);
  border-radius: 99px;
  background: rgba(18, 20, 39, 0.8);
  color: #d9d9e7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8067ff;
  box-shadow: 0 0 12px #8067ff;
}
h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 77px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 760;
}
h1 em,
.section-heading h2 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, #b732ff 10%, #6271ff 65%, #39b8ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 560px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 38px rgba(64, 79, 255, 0.35);
}
.button-primary { background: linear-gradient(105deg, #087cff 4%, #2759ff 48%, #b01aff); }
.button span { font-size: 17px; }
.play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border: 1px solid #797b91;
  border-radius: 50%;
  color: #e5e7ff;
  font-size: 11px;
}
.hero-visual {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: -15vw;
  width: 76vw;
  height: 630px;
  overflow: hidden;
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1) contrast(1.06);
}
.hero-visual picture { display: block; width: 100%; height: 100%; }
.visual-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(3, 5, 16, 0.87) 8%, transparent 38%),
    linear-gradient(0deg, var(--page) 0%, transparent 22%);
}
.hero-orbit {
  position: absolute;
  z-index: 3;
  width: 800px;
  height: 1px;
  right: 0;
  background: linear-gradient(90deg, transparent, #7f2bff, #26aaff, transparent);
  box-shadow: 0 0 14px rgba(70, 98, 255, 0.8);
}
.orbit-one { top: 260px; transform: rotate(-28deg); }
.orbit-two { top: 410px; right: 30px; transform: rotate(-13deg); }
.services-section {
  position: relative;
  z-index: 5;
  margin-top: -4px;
  padding: 28px 34px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(12, 15, 35, 0.93), rgba(4, 6, 18, 0.84));
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.24);
}
.kicker {
  margin: 0 0 12px;
  color: #62aaff;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 41px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
}
.service-card {
  min-height: 244px;
  padding: 6px 25px 18px;
  border-left: 1px solid var(--line);
}
.service-card:first-child { border-left: 0; padding-left: 0; }
.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #6eb3ff;
  background: radial-gradient(circle at 45% 35%, rgba(47, 143, 255, 0.2), rgba(13, 17, 42, 0.8));
  box-shadow: inset 0 0 24px rgba(47, 82, 255, 0.08);
  font-size: 32px;
  text-shadow: 0 0 14px currentColor;
}
.service-card:nth-child(even) .service-icon { color: #a84cff; }
.service-card h3 { margin: 20px 0 10px; font-size: 19px; }
.service-card p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card > a { display: inline-block; margin-top: 13px; color: #3eb7ff; font-size: 19px; }
.portfolio-section { padding-top: 84px; }
.row-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  color: #e8e8f3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.section-link span { color: #6b80ff; font-size: 18px; }
.project-number { color: #8ca1e2; font-size: 9px; letter-spacing: 0.2em; }
.about-section {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 48px;
  align-items: stretch;
  padding-top: 90px;
}
.about-copy { padding: 18px 0; }
.about-copy h2 { margin: 0; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.18; letter-spacing: -0.035em; }
.about-copy h2 em { color: #9d45ff; font-style: normal; }
.about-copy > p:not(.kicker) { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.outline-button {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(var(--page), var(--page)) padding-box, linear-gradient(90deg, #1595ff, #b322ff) border-box;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.outline-button span { color: #7d8cff; font-size: 17px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 242px;
  padding: 22px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 15, 34, 0.96), rgba(5, 7, 18, 0.74));
  text-align: center;
}
.stat-card > span { color: #8d48ff; font-size: 43px; line-height: 1; text-shadow: 0 0 17px rgba(118, 72, 255, 0.66); }
.stat-card:nth-child(odd) > span { color: #278dff; }
.stat-card strong { margin-top: 22px; font-size: 37px; letter-spacing: -0.04em; }
.stat-card p { max-width: 120px; min-height: 38px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.process-section {
  margin-top: 90px;
  padding: 40px 34px 36px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background:
    radial-gradient(circle at 80% 5%, rgba(104, 36, 255, 0.14), transparent 28%),
    rgba(7, 9, 23, 0.8);
}
.process-intro { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.process-grid li { position: relative; min-height: 150px; padding: 0 28px; border-left: 1px solid var(--line); }
.process-grid li:first-child { padding-left: 0; border-left: 0; }
.process-grid li > span { color: #6f88ff; font-size: 11px; letter-spacing: 0.18em; }
.process-grid h3 { margin: 17px 0 9px; font-size: 19px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-section {
  min-height: 144px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 42px;
  margin-top: 64px;
  padding: 26px 38px;
  overflow: hidden;
  border-radius: 15px;
  background:
    linear-gradient(105deg, rgba(9, 123, 255, 0.98), rgba(53, 55, 222, 0.96) 48%, rgba(113, 10, 195, 0.96));
  box-shadow: 0 28px 70px rgba(40, 23, 151, 0.26);
}
.contact-section .kicker { color: rgba(255,255,255,0.72); }
.contact-section h2 { margin: 0; font-size: 30px; line-height: 1.14; }
.contact-section > p { max-width: 370px; margin: 0; color: #dedff7; font-size: 14px; line-height: 1.55; }
.contact-button {
  min-width: 250px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border-radius: 11px;
  background: white;
  color: #111324;
  box-shadow: 0 12px 28px rgba(7, 7, 54, 0.22);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.contact-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(7, 7, 54, 0.3); }
.contact-button span { color: #5229d9; font-size: 19px; }
.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 46px;
  padding-top: 44px;
  padding-bottom: 24px;
}
.footer-brand > p { max-width: 260px; margin: 19px 0 0; color: #7e8195; font-size: 12px; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { margin: 0 0 6px; color: #9699ae; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: #b9bac7; font-size: 11px; line-height: 1.4; }
.footer-column a:hover { color: #6cb1ff; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #696c80; font-size: 10px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-legal a:hover { color: #78acff; }
:focus-visible { outline: 2px solid #52b7ff; outline-offset: 4px; }
@media (max-width: 1020px) {
.site-header { grid-template-columns: 1fr auto; }
.desktop-nav, .header-cta { display: none; }
.mobile-menu { display: block; justify-self: end; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 10px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 21px; height: 2px; background: #fff; }
.mobile-menu nav { position: absolute; top: 52px; right: 0; width: 210px; display: grid; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(5, 7, 19, 0.98); box-shadow: 0 20px 50px #000; }
.mobile-menu nav a { padding: 12px 10px; text-transform: uppercase; font-size: 12px; }
.hero { min-height: 650px; grid-template-columns: 58% 42%; }
.hero-visual { right: -30vw; width: 95vw; }
.services-grid { grid-template-columns: repeat(2, 1fr); }
.service-card:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 26px; }
.service-card:nth-child(4) { border-top: 1px solid var(--line); padding-top: 26px; }
.about-section { grid-template-columns: 1fr; }
.stats-grid { min-height: 220px; }
.stat-card { min-height: 220px; }
.contact-section { grid-template-columns: 1fr 1fr; }
.contact-button { grid-column: 1 / -1; width: 100%; }
.site-footer { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 25px; }
}
@media (max-width: 700px) {
.shell { width: min(100% - 28px, 560px); }
.site-header { min-height: 84px; }
.brand-copy strong { font-size: 21px; }
.hero { min-height: auto; display: block; padding-top: 42px; }
.hero-copy { padding: 0 0 38px; }
.hero-copy h1 { font-size: clamp(46px, 14vw, 66px); }
.hero-lead { font-size: 16px; }
.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
.button { width: 100%; }
.hero-visual { position: relative; top: auto; right: auto; width: calc(100% + 28px); height: 330px; margin-left: -14px; }
.visual-fade { background: linear-gradient(0deg, var(--page), transparent 30%), linear-gradient(90deg, var(--page), transparent 22%); }
.services-section { margin-top: 0; padding: 25px 20px 6px; }
.services-grid { grid-template-columns: 1fr; }
.service-card, .service-card:first-child, .service-card:nth-child(3) { min-height: auto; padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
.service-card:first-child { border-top: 0; }
.service-card p { min-height: auto; }
.portfolio-section { padding-top: 65px; }
.row-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
.about-section { gap: 25px; padding-top: 70px; }
.stats-grid { grid-template-columns: repeat(2, 1fr); }
.stat-card { min-height: 190px; }
.process-section { margin-top: 65px; padding: 28px 20px; }
.process-grid { grid-template-columns: 1fr; }
.process-grid li, .process-grid li:first-child { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
.process-grid li:first-child { border-top: 0; }
.contact-section { grid-template-columns: 1fr; gap: 22px; padding: 30px 24px; }
.contact-button { grid-column: auto; min-width: 0; }
.site-footer { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
.footer-brand, .footer-bottom { grid-column: 1 / -1; }
}
@media (max-width: 440px) {
.stats-grid { grid-template-columns: 1fr; }
.stat-card { min-height: 170px; }
.site-footer { grid-template-columns: 1fr; }
.footer-brand, .footer-bottom { grid-column: auto; }
.footer-bottom { flex-direction: column; gap: 10px; }
.footer-legal { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
/* Multi-page Xsyte experience */
.services-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.service-card,
.service-card:first-child {
  min-height: 255px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 10, 27, 0.6);
}
.service-card p { min-height: 88px; }
.featured-project-card {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr;
  min-height: 410px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(92, 111, 219, 0.38);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(11, 15, 43, 0.94), rgba(7, 9, 23, 0.94));
}
.me-project-visual,
.case-visual {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 410px;
  padding: 50px;
  background:
    radial-gradient(circle at 65% 45%, rgba(82, 45, 255, 0.34), transparent 37%),
    linear-gradient(145deg, #071d3b, #0a0c2b 50%, #19082c);
}
.me-project-visual .project-number { position: absolute; left: 28px; top: 26px; }
.browser-mockup {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid rgba(134, 164, 255, 0.32);
  border-radius: 12px;
  background: #050817;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 50px rgba(72, 57, 255, 0.13);
  transform: perspective(900px) rotateY(-5deg) rotateX(2deg);
}
.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid var(--line);
  background: #0c1128;
}
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #7b3dff; }
.browser-bar i:nth-child(2) { background: #2388ff; }
.browser-bar i:nth-child(3) { background: #ba35ff; }
.browser-bar span { flex: 1; margin-left: 8px; color: #747b9b; font-size: 9px; text-align: center; }
.browser-content {
  min-height: 245px;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    linear-gradient(120deg, transparent 20%, rgba(34, 115, 255, 0.12) 48%, transparent 70%),
    radial-gradient(circle, rgba(124, 36, 255, 0.24), transparent 48%),
    #050817;
}
.browser-content strong {
  color: transparent;
  font-size: clamp(58px, 8vw, 110px);
  letter-spacing: -0.08em;
  line-height: 0.9;
  background: linear-gradient(120deg, #32afff, #6f55ff 55%, #ce30ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.browser-content span { margin-top: 10px; color: #cfd1e5; font-size: 11px; letter-spacing: 0.45em; }
.featured-project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}
.featured-project-copy h3 { margin: 0; font-size: clamp(40px, 4.2vw, 62px); letter-spacing: -0.045em; }
.featured-project-copy > p:not(.kicker) { margin: 19px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.values-grid .stat-card strong { margin-top: 22px; font-size: 24px; letter-spacing: -0.02em; }
.values-grid .stat-card p { max-width: 165px; min-height: 58px; }
.page-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 70px 95px;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -20%;
  top: 7%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(53, 74, 255, 0.18), transparent 58%);
  pointer-events: none;
}
.page-hero .eyebrow { position: relative; z-index: 2; }
.page-hero h1 { position: relative; z-index: 2; max-width: 900px; font-size: clamp(54px, 6.2vw, 84px); }
.page-hero > p:last-child { position: relative; z-index: 2; max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.portfolio-case {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #080b1d;
}
.case-visual { min-height: 540px; }
.browser-mockup-large { width: min(100%, 720px); }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.case-copy h2 { margin: 0; font-size: 54px; letter-spacing: -0.045em; }
.case-copy > p:not(.kicker) { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.case-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0 0; }
.case-copy dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.case-copy dt { color: #6f7492; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.case-copy dd { margin: 7px 0 0; font-size: 13px; }
.case-copy .button { width: max-content; margin-top: 20px; }
.coming-next { margin-top: 32px; padding: 45px; border: 1px dashed rgba(120, 132, 203, 0.28); border-radius: 16px; text-align: center; }
.coming-next span { color: #697091; font-size: 9px; letter-spacing: 0.3em; }
.coming-next h2 { margin: 14px 0 8px; font-size: 30px; }
.coming-next p { margin: 0; color: var(--muted); font-size: 13px; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 20px 90px; }
.story-section h2 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.14; letter-spacing: -0.04em; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.principles-section { padding: 44px; border: 1px solid var(--line); border-radius: 17px; background: rgba(7, 9, 23, 0.72); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 35px; }
.principles-grid article { min-height: 190px; padding: 20px 25px; border-left: 1px solid var(--line); }
.principles-grid article:first-child { padding-left: 0; border-left: 0; }
.principles-grid span { color: #6378cd; font-size: 10px; letter-spacing: 0.18em; }
.principles-grid h3 { margin: 20px 0 10px; font-size: 21px; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-page-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
.contact-info { position: sticky; top: 35px; padding: 20px 0; }
.contact-info h2 { margin: 0; font-size: clamp(35px, 4vw, 51px); line-height: 1.18; }
.contact-info > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-detail { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-detail span { color: #6f7494; font-size: 9px; letter-spacing: 0.18em; }
.contact-detail a, .contact-detail p { display: block; margin: 8px 0 0; color: #dfe1f2; font-size: 15px; }
.contact-form { display: grid; gap: 21px; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(135deg, rgba(12, 15, 36, 0.96), rgba(6, 8, 21, 0.86)); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 9px; color: #cacbdb; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #06091a; color: white; padding: 14px 15px; font: inherit; font-weight: 400; outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6285ff; box-shadow: 0 0 0 3px rgba(70, 86, 255, 0.12); }
.contact-form .button { width: max-content; border: 0; cursor: pointer; }
@media (max-width: 1100px) {
.services-grid { grid-template-columns: repeat(3, 1fr); }
.featured-project-card, .portfolio-case { grid-template-columns: 1fr 1fr; }
.principles-grid { grid-template-columns: repeat(2, 1fr); }
.principles-grid article:nth-child(3) { border-left: 0; }
}
@media (max-width: 760px) {
.services-grid { grid-template-columns: 1fr; }
.service-card, .service-card:first-child, .service-card:nth-child(3), .service-card:nth-child(4) { min-height: auto; padding: 22px; border: 1px solid var(--line); }
.service-card p { min-height: auto; }
.featured-project-card, .portfolio-case { grid-template-columns: 1fr; }
.me-project-visual, .case-visual { min-height: 340px; padding: 25px; }
.featured-project-copy, .case-copy { padding: 30px 24px; }
.page-hero { min-height: 380px; padding-block: 55px 70px; }
.page-hero h1 { font-size: clamp(44px, 13vw, 66px); }
.case-copy h2 { font-size: 42px; }
.case-copy .button { width: 100%; }
.story-section { grid-template-columns: 1fr; gap: 30px; padding-bottom: 65px; }
.principles-section { padding: 28px 20px; }
.principles-grid { grid-template-columns: 1fr; }
.principles-grid article, .principles-grid article:first-child, .principles-grid article:nth-child(3) { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
.principles-grid article:first-child { border-top: 0; }
.contact-page-section { grid-template-columns: 1fr; gap: 25px; }
.contact-info { position: static; }
.contact-form { padding: 24px 18px; }
.form-row { grid-template-columns: 1fr; }
.contact-form .button { width: 100%; }
}
/* Xsyte 2.0 — refined layout, motion and lightweight depth */
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(92, 132, 255, .28), transparent);
}
.hero {
  min-height: 640px;
  grid-template-columns: 44% 56%;
  isolation: isolate;
}
.hero-copy {
  padding-left: 0;
  animation: hero-copy-in 700ms cubic-bezier(.2,.75,.2,1) both;
}
.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100px;
  top: 58px;
  width: 430px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 79, 255, .15), transparent 68%);
  filter: blur(8px);
}
.hero h1 {
  position: relative;
  max-width: 690px;
  text-wrap: balance;
  text-shadow: 0 8px 42px rgba(0, 0, 0, .38);
}
.hero h1::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -17px;
  width: 88px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #1686ff, #814aff, #c428ff);
  box-shadow: 0 0 18px rgba(92, 90, 255, .65);
}
.hero h1 em {
  background-size: 190% 100%;
  animation: title-gradient 7s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 22px rgba(95, 67, 255, .18));
}
.hero-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 -5px;
}
.hero-specialties span {
  padding: 6px 9px;
  border: 1px solid rgba(117, 132, 214, .2);
  border-radius: 999px;
  background: rgba(9, 12, 31, .7);
  color: #aeb8dc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-visual {
  top: -8px;
  right: -5vw;
  width: 72vw;
  height: 660px;
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
  transition: transform 250ms ease-out;
  animation: hero-visual-in 950ms cubic-bezier(.2,.75,.2,1) both;
}
.hero-visual img { object-position: 40% center; }
.visual-fade {
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(3, 5, 16, .84) 7%, rgba(3, 5, 16, .28) 28%, transparent 45%),
    linear-gradient(0deg, var(--page) 0%, transparent 24%);
}
.service-card,
.stat-card,
.browser-mockup {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.service-card,
.stat-card { position: relative; overflow: hidden; }
.service-card::before,
.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(280px circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(79, 108, 255, .14), transparent 58%);
  transition: opacity 220ms ease;
}
.service-card:hover::before,
.stat-card:hover::before { opacity: 1; }
.service-card > *, .stat-card > * { position: relative; z-index: 1; }
.service-card:hover, .stat-card:hover { border-color: rgba(104, 121, 255, .5); box-shadow: 0 22px 55px rgba(9, 11, 45, .38); }
.service-card > a { transition: gap 180ms ease, color 180ms ease; }
.service-card:hover > a { gap: 17px; color: #a66dff; }
.has-js .reveal-item {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 600ms ease var(--reveal-delay, 0ms), translate 650ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms);
}
.has-js .reveal-item.is-visible { opacity: 1; translate: 0 0; }
.page-hero .eyebrow { animation: hero-copy-in 520ms ease both; }
.page-hero h1 { animation: hero-copy-in 660ms 70ms cubic-bezier(.2,.75,.2,1) both; }
.page-hero > p:last-child { animation: hero-copy-in 660ms 140ms cubic-bezier(.2,.75,.2,1) both; }
.page-template-page-contatti .page-hero { min-height: 330px; padding-block: 45px 58px; }
.page-template-page-contatti .page-hero h1 { max-width: 980px; font-size: clamp(48px, 5.4vw, 74px); }
.contact-page-section { padding-top: 54px; }
.contact-info { top: 28px; }
.contact-email-card {
  position: relative;
  display: grid;
  gap: 7px;
  margin-top: 30px;
  padding: 20px 58px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(83, 122, 255, .45);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(19, 38, 95, .72), rgba(29, 11, 66, .65));
  box-shadow: 0 18px 46px rgba(24, 29, 107, .2);
}
.contact-email-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; top: -80px; border-radius: 50%; background: rgba(113, 46, 255, .28); filter: blur(20px); }
.contact-email-card span { color: #8ca5ed; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-email-card strong { position: relative; z-index: 1; overflow-wrap: anywhere; font-size: 18px; }
.contact-email-card i { position: absolute; z-index: 1; right: 20px; top: 50%; translate: 0 -50%; color: #8e7bff; font-size: 22px; font-style: normal; }
.contact-whatsapp-card {
  position: relative;
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 20px 58px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(37, 211, 102, .45);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(12, 61, 41, .72), rgba(9, 44, 33, .65));
  box-shadow: 0 18px 46px rgba(15, 78, 51, .2);
}
.contact-whatsapp-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; top: -80px; border-radius: 50%; background: rgba(37, 211, 102, .28); filter: blur(20px); }
.contact-whatsapp-card span { color: #7fe0ac; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-whatsapp-card strong { position: relative; z-index: 1; overflow-wrap: anywhere; font-size: 18px; }
.contact-whatsapp-card i { position: absolute; z-index: 1; right: 20px; top: 50%; translate: 0 -50%; color: #25d366; font-size: 22px; font-style: normal; }
.contact-benefits { display: grid; gap: 0; margin-top: 24px; border-top: 1px solid var(--line); }
.contact-benefits p { display: flex; gap: 13px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); color: #bfc2d4; font-size: 12px; }
.contact-benefits span { color: #6479d5; font-size: 9px; letter-spacing: .14em; }
.quote-panel { position: relative; }
.contact-form { gap: 19px; padding: 38px; box-shadow: 0 30px 85px rgba(0, 0, 0, .23); }
.form-heading { margin-bottom: 5px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: #6eaaff; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.form-heading h2 { margin: 10px 0 0; font-size: 30px; letter-spacing: -.035em; }
.form-heading p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-form input, .contact-form select, .contact-form textarea { min-height: 50px; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.contact-form textarea { min-height: 145px; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: rgba(117, 130, 204, .36); }
.privacy-check { grid-template-columns: 19px 1fr !important; align-items: start; gap: 11px !important; color: #8f93aa !important; font-size: 10px !important; font-weight: 400 !important; line-height: 1.55; }
.privacy-check input { width: 17px; min-height: 17px; margin: 1px 0 0; accent-color: #6d58ff; }
.privacy-check a { color: #75adff; text-decoration: underline; text-underline-offset: 2px; }
.form-submit { display: flex; align-items: center; gap: 20px; margin-top: 2px; }
.form-submit small { max-width: 190px; color: #74788f; font-size: 10px; line-height: 1.5; }
.contact-form button:disabled { opacity: .72; cursor: wait; }
@keyframes hero-copy-in {
  from { opacity: 0; transform: translate3d(-20px, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: translate3d(45px, 12px, 0) scale(1.025); }
  to { opacity: 1; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) scale(1); }
}
@keyframes title-gradient {
  from { background-position: 0 50%; }
  to { background-position: 100% 50%; }
}
@media (max-width: 1020px) {
body.mobile-menu-open { overflow: hidden; }
.site-header { z-index: 1002; }
.mobile-menu { z-index: 1003; }
.mobile-menu summary { position: relative; z-index: 1005; width: 46px; height: 46px; gap: 5px; background: rgba(7, 10, 26, .92); backdrop-filter: blur(16px); transition: border-color 180ms ease, background 180ms ease; }
.mobile-menu summary .menu-line { width: 20px; height: 2px; border-radius: 4px; transition: transform 220ms ease, opacity 180ms ease; }
.mobile-menu[open] summary { border-color: rgba(104, 115, 255, .65); background: #0d112d; }
.mobile-menu[open] summary .menu-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu[open] summary .menu-line:nth-child(2) { opacity: 0; }
.mobile-menu[open] summary .menu-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu[open]::before { content: ""; position: fixed; z-index: 1000; inset: 0; background: rgba(2, 3, 11, .75); backdrop-filter: blur(7px); }
.mobile-menu-panel {
    position: fixed;
    z-index: 1004;
    top: 86px;
    left: 24px;
    right: 24px;
    max-height: calc(100dvh - 108px);
    overflow-y: auto;
    padding: 22px;
    border: 1px solid rgba(103, 118, 207, .28);
    border-radius: 18px;
    background:
      radial-gradient(circle at 85% 5%, rgba(99, 42, 255, .2), transparent 34%),
      rgba(7, 9, 24, .985);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .72);
  }
.admin-bar .mobile-menu-panel { top: 118px; max-height: calc(100dvh - 140px); }
.mobile-menu nav { position: static; width: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.mobile-menu-label { margin: 0 0 11px; color: #626c99; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.mobile-menu .menu-list { gap: 0; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
.mobile-menu nav a::after { content: "↗"; color: #7283e8; font-size: 17px; }
.mobile-menu-cta { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 0 17px; border-radius: 11px; background: linear-gradient(100deg, #087cff, #7040f7 65%, #a91bff); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero { grid-template-columns: 52% 48%; }
.hero-visual { right: -14vw; width: 85vw; }
}
@media (max-width: 760px) {
.shell { width: min(100% - 32px, 600px); }
.site-header { min-height: 78px; }
.mobile-menu-panel { top: 78px; left: 12px; right: 12px; max-height: calc(100dvh - 92px); }
.admin-bar .mobile-menu-panel { top: 124px; max-height: calc(100dvh - 138px); }
.hero { padding-top: 30px; }
.hero-copy { padding-bottom: 26px; }
.hero-copy::before { left: -170px; top: 30px; width: 430px; height: 320px; }
.hero-copy h1 { max-width: 540px; font-size: clamp(41px, 12.7vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.hero h1::after { bottom: -14px; width: 70px; }
.hero-specialties { margin-top: 29px; }
.hero-lead { margin-top: 20px; font-size: 15px; line-height: 1.65; }
.hero-actions { margin-top: 26px; }
.hero-visual { right: auto; width: calc(100% + 32px); height: 300px; margin-left: -16px; transform: none; }
.hero-visual img { object-position: 48% center; }
.visual-fade { background: linear-gradient(0deg, var(--page), transparent 34%), linear-gradient(90deg, var(--page), rgba(3, 5, 16, .12) 22%, transparent 50%); }
.services-section { padding: 24px 17px 8px; }
.service-card, .service-card:first-child, .service-card:nth-child(3), .service-card:nth-child(4) { padding: 23px 18px; }
.page-template-page-contatti .page-hero { min-height: 290px; padding-block: 38px 42px; }
.page-template-page-contatti .page-hero h1 { font-size: clamp(41px, 12vw, 58px); }
.page-hero > p:last-child { margin-top: 20px; font-size: 15px; }
.contact-page-section { gap: 32px; padding-top: 35px; }
.contact-info h2 { font-size: 36px; }
.contact-form { padding: 25px 18px; }
.form-heading h2 { font-size: 27px; }
.form-submit { align-items: stretch; flex-direction: column; gap: 10px; }
.form-submit small { max-width: none; text-align: center; }
}
@media (max-width: 420px) {
.brand-copy small { display: none; }
.hero-copy h1 { font-size: clamp(38px, 12.2vw, 50px); }
.hero-specialties { gap: 6px; }
.hero-specialties span { padding-inline: 7px; font-size: 8px; }
.contact-email-card strong, .contact-whatsapp-card strong { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
.hero-copy, .hero-visual, .hero h1 em, .page-hero .eyebrow, .page-hero h1, .page-hero > p:last-child { animation: none !important; }
.has-js .reveal-item { opacity: 1; translate: 0 0; }
.hero-visual, .service-card, .stat-card, .browser-mockup { transform: none !important; }
}
/* Xsyte 3.0 — unified neon system and interactive services */
main {
  position: relative;
  isolation: isolate;
}
main::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background:
    linear-gradient(rgba(93, 112, 190, .025) 1px, transparent 1px) 0 0 / 100% 84px,
    linear-gradient(90deg, rgba(93, 112, 190, .022) 1px, transparent 1px) 0 0 / 84px 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}
main > *:not(.ambient-lines) { position: relative; z-index: 1; }
.ambient-lines {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.ambient-lines i {
  position: absolute;
  left: -18vw;
  width: 92vw;
  height: 1px;
  opacity: .22;
  background: linear-gradient(90deg, transparent 2%, #1e82ff 30%, #7554ff 62%, #cc2cff 82%, transparent);
  box-shadow: 0 0 15px rgba(83, 81, 255, .48);
  transform: rotate(-13deg);
  transform-origin: center;
  animation: ambient-line 8s ease-in-out infinite alternate;
}
.ambient-lines i:nth-child(1) { top: 10%; }
.ambient-lines i:nth-child(2) { top: 30%; left: 28vw; animation-delay: -2s; }
.ambient-lines i:nth-child(3) { top: 49%; left: -24vw; animation-delay: -4s; }
.ambient-lines i:nth-child(4) { top: 69%; left: 24vw; animation-delay: -1s; }
.ambient-lines i:nth-child(5) { top: 87%; left: -12vw; animation-delay: -5s; }
.section-heading h2,
.about-copy h2,
.process-section h2,
.contact-section h2 { text-wrap: balance; }
.kicker { display: flex; align-items: center; gap: 9px; }
.kicker::before { content: ""; width: 18px; height: 1px; background: linear-gradient(90deg, #1588ff, #a33fff); box-shadow: 0 0 9px rgba(71, 106, 255, .75); }
.hero {
  --title-rx: 0deg;
  --title-ry: 0deg;
  min-height: 650px;
  grid-template-columns: 46% 54%;
  background:
    radial-gradient(circle at 61% 46%, rgba(25, 80, 255, .09), transparent 32%),
    radial-gradient(circle at 82% 34%, rgba(125, 37, 255, .08), transparent 28%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 3% -12vw 2% 20%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(22, 69, 224, .11), transparent 66%);
  filter: blur(5px);
}
.hero h1 {
  transform: perspective(950px) rotateX(var(--title-rx)) rotateY(var(--title-ry));
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 260ms ease-out;
}
.hero-title-line { display: block; position: relative; width: max-content; max-width: 100%; }
.hero-title-accent { display: flex; align-items: center; gap: 17px; perspective: 700px; }
.hero-title-accent em { position: relative; z-index: 1; display: inline-block; }
.hero-title-accent em::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(110, 101, 255, .42);
  transform: translate3d(4px, 5px, -10px);
  filter: blur(.2px);
}
.hero-title-accent em::after {
  content: none;
  display: none;
}
.hero-title-accent > i {
  position: relative;
  width: 62px;
  height: 12px;
  flex: 0 0 auto;
}
.hero-title-accent > i::before,
.hero-title-accent > i::after { content: ""; position: absolute; top: 50%; translate: 0 -50%; }
.hero-title-accent > i::before { left: 0; right: 0; height: 1px; background: linear-gradient(90deg, #7759ff, transparent); box-shadow: 0 0 12px #7455ff; }
.hero-title-accent > i::after { left: 0; width: 7px; height: 7px; border: 1px solid #8d70ff; border-radius: 2px; rotate: 45deg; background: #21116b; box-shadow: 0 0 13px #7154ff; }
.hero h1::after { width: 112px; background: linear-gradient(90deg, #1686ff, #7f4dff 62%, transparent); }
.hero-visual {
  left: 29%;
  right: -11vw;
  top: -18px;
  width: auto;
  height: 690px;
}
.hero-visual img { object-position: 42% center; }
.visual-fade {
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(3,5,16,.91) 10%, rgba(3,5,16,.46) 27%, rgba(3,5,16,.08) 48%, transparent 62%),
    linear-gradient(0deg, var(--page) 0%, rgba(3,5,16,.46) 13%, transparent 32%),
    radial-gradient(circle at 48% 50%, transparent 35%, rgba(3,5,16,.15) 74%, var(--page) 100%);
}
.hero-orbit { opacity: .75; animation: orbit-breathe 5s ease-in-out infinite alternate; }
.orbit-two { animation-delay: -2.3s; }
.button-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-size: 180% 100%;
  animation: button-gradient 6s ease-in-out infinite alternate;
}
.button-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -35%;
  width: 25%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-18deg);
  transition: left 550ms ease;
}
.button-primary:hover::before { left: 115%; }
.services-section {
  margin-top: -26px;
  padding: 38px 34px 30px;
  border-color: rgba(104, 118, 208, .25);
  background:
    linear-gradient(115deg, rgba(16, 20, 48, .94), rgba(5, 7, 20, .9)),
    radial-gradient(circle at 80% 0%, rgba(87, 37, 255, .18), transparent 36%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32), inset 0 1px rgba(255,255,255,.025);
}
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; }
.services-intro { max-width: 370px; margin: 0; color: #9297b2; font-size: 12px; line-height: 1.65; }
.services-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.service-card,
.service-card:first-child,
.service-card:nth-child(3),
.service-card:nth-child(4) {
  --service-color: #318dff;
  --service-rgb: 49, 141, 255;
  grid-column: span 2;
  min-height: 330px;
  padding: 0;
  border: 1px solid rgba(var(--service-rgb), .27);
  border-radius: 15px;
  background:
    radial-gradient(circle at 82% 8%, rgba(var(--service-rgb), .19), transparent 35%),
    linear-gradient(145deg, rgba(12, 17, 43, .96), rgba(6, 8, 22, .9));
}
.service-card:nth-child(2) { --service-color: #7d5cff; --service-rgb: 125, 92, 255; }
.service-card:nth-child(3) { --service-color: #c64aff; --service-rgb: 198, 74, 255; }
.service-card:nth-child(4) { --service-color: #27c6ff; --service-rgb: 39, 198, 255; grid-column: 2 / span 2; }
.service-card:nth-child(5) { --service-color: #9a59ff; --service-rgb: 154, 89, 255; }
.service-card::before { opacity: .42; background: radial-gradient(320px circle at var(--glow-x, 82%) var(--glow-y, 8%), rgba(var(--service-rgb), .18), transparent 58%); }
.service-card::after { content: ""; position: absolute; z-index: 2; left: 24px; right: 24px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--service-color), transparent); opacity: .7; box-shadow: 0 0 13px var(--service-color); }
.service-card[open] { border-color: rgba(var(--service-rgb), .68); box-shadow: 0 26px 65px rgba(var(--service-rgb), .1), 0 22px 58px rgba(0,0,0,.32); }
.service-card-summary {
  min-height: 328px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  cursor: pointer;
  list-style: none;
  outline: 0;
}
.service-card-summary::-webkit-details-marker { display: none; }
.service-card-summary:focus-visible { outline: 2px solid var(--service-color); outline-offset: -5px; border-radius: 13px; }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.service-number { padding-top: 8px; color: rgba(var(--service-rgb), .74); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.service-card .service-icon { color: var(--service-color); background: radial-gradient(circle at 40% 35%, rgba(var(--service-rgb), .24), rgba(10, 13, 35, .84)); }
.service-card h3 { margin: 24px 0 10px; font-size: 20px; }
.service-card summary > p { min-height: 68px; margin: 0; color: #a7aac0; font-size: 13px; line-height: 1.62; }
.service-open-label { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(var(--service-rgb), .15); color: #c7cae0; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-open-label i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(var(--service-rgb), .35); border-radius: 50%; color: var(--service-color); font-size: 17px; font-style: normal; transition: rotate 220ms ease, background 220ms ease; }
.service-card[open] .service-open-label i { rotate: 45deg; background: rgba(var(--service-rgb), .13); }
.service-card-details {
  padding: 0 25px 25px;
  border-top: 1px solid rgba(var(--service-rgb), .16);
  animation: service-details-in 300ms ease both;
}
.service-card-details > span { display: block; padding-top: 20px; color: rgba(var(--service-rgb), .9); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-card-details ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.service-card-details li { position: relative; padding-left: 18px; color: #afb2c6; font-size: 12px; line-height: 1.45; }
.service-card-details li::before { content: "✓"; position: absolute; left: 0; color: var(--service-color); font-weight: 900; }
.service-card-details a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 13px 15px; border: 1px solid rgba(var(--service-rgb), .28); border-radius: 9px; background: rgba(var(--service-rgb), .09); color: #eef0ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.service-card-details b { color: var(--service-color); font-size: 16px; }
.portfolio-section::before,
.about-section::before,
.process-section::before {
  content: "";
  position: absolute;
  top: 43px;
  right: -18vw;
  width: 48vw;
  height: 1px;
  pointer-events: none;
  opacity: .32;
  background: linear-gradient(90deg, transparent, #3d86ff, #8c44ff, transparent);
  box-shadow: 0 0 14px rgba(81, 82, 255, .48);
  transform: rotate(-4deg);
}
.about-section::before { top: 48px; right: auto; left: -22vw; transform: rotate(5deg); }
.process-section::before { top: -25px; }
.featured-project-card,
.process-section,
.contact-section { box-shadow: 0 30px 90px rgba(0, 0, 0, .24), inset 0 1px rgba(255,255,255,.025); }
.browser-mockup { box-shadow: 0 34px 80px rgba(0,0,0,.58), 0 0 60px rgba(73, 57, 255, .18); }
.stat-card:hover > span { transform: translateY(-4px) scale(1.05); }
.stat-card > span { transition: transform 220ms ease; }
.xsyte-cursor-dot,
.xsyte-cursor-ring {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  translate: -50% -50%;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  transition: width 170ms ease, height 170ms ease, opacity 140ms ease, border-color 170ms ease, background 170ms ease;
}
.xsyte-cursor-dot { width: 16px; height: 16px; }
.xsyte-cursor-dot i { position: absolute; left: 7px; top: 1px; width: 2px; height: 14px; border-radius: 5px; background: linear-gradient(#31b7ff, #7658ff 55%, #cf37ff); box-shadow: 0 0 7px rgba(91, 105, 255, .85); }
.xsyte-cursor-dot i:first-child { rotate: 45deg; }
.xsyte-cursor-dot i:last-child { rotate: -45deg; }
.xsyte-cursor-ring { width: 40px; height: 40px; border: 1px solid rgba(97, 132, 255, .72); border-radius: 50%; box-shadow: 0 0 18px rgba(88, 74, 255, .22), inset 0 0 14px rgba(110, 49, 255, .08); }
.xsyte-cursor-dot.is-visible, .xsyte-cursor-ring.is-visible { opacity: 1; }
.xsyte-cursor-ring.is-active { width: 57px; height: 57px; border-color: rgba(184, 69, 255, .85); background: rgba(82, 52, 255, .07); }
/* Scale the arms, not the host: `scale` on the host would also multiply the translate3d
   positioning that JS writes to `transform`, offsetting the X from the ring. */
.xsyte-cursor-dot.is-active i { scale: 1.18; }
.xsyte-cursor-ring.is-pressed { width: 32px; height: 32px; }
.xsyte-cursor-dot.is-native, .xsyte-cursor-ring.is-native { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
body.custom-cursor-ready,
  body.custom-cursor-ready a,
  body.custom-cursor-ready button,
  body.custom-cursor-ready summary { cursor: none; }
body.custom-cursor-ready input,
  body.custom-cursor-ready textarea { cursor: text; }
body.custom-cursor-ready select { cursor: default; }
}
@keyframes ambient-line {
  from { opacity: .13; translate: -18px 0; }
  to { opacity: .34; translate: 22px 0; }
}
@keyframes orbit-breathe {
  from { opacity: .38; filter: brightness(.85); }
  to { opacity: .9; filter: brightness(1.25); }
}
@keyframes button-gradient {
  from { background-position: 0 50%; }
  to { background-position: 100% 50%; }
}
@keyframes service-details-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1100px) {
.services-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
.services-grid { grid-template-columns: repeat(2, 1fr); }
.service-card,
  .service-card:first-child,
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: auto; }
.service-card:last-child { grid-column: 1 / -1; }
.hero-visual { left: 34%; right: -20vw; }
}
@media (max-width: 760px) {
main::before { opacity: .2; background-size: 100% 72px, 72px 100%; }
.ambient-lines i { width: 125vw; opacity: .16; }
.hero { background: radial-gradient(circle at 60% 65%, rgba(35, 73, 226, .11), transparent 38%); }
.hero h1 { transform: none; }
.hero-title-accent { gap: 10px; }
.hero-title-accent > i { width: 35px; }
.hero-title-accent em::before { transform: translate3d(2px, 3px, -10px); }
.hero-visual { left: auto; right: auto; top: auto; width: calc(100% + 32px); height: 290px; margin-top: -8px; }
.hero-visual img { object-position: 50% center; }
.visual-fade { background: linear-gradient(0deg, var(--page), rgba(3,5,16,.35) 20%, transparent 46%), linear-gradient(90deg, var(--page), rgba(3,5,16,.15) 25%, transparent 55%); }
.services-section { margin-top: -18px; padding: 27px 17px 17px; }
.services-grid { grid-template-columns: 1fr; }
.service-card,
  .service-card:first-child,
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5),
  .service-card:last-child { grid-column: auto; min-height: 0; padding: 0; }
.service-card-summary { min-height: 292px; padding: 22px; }
.service-card-details { padding: 0 22px 22px; }
.portfolio-section::before, .about-section::before, .process-section::before { opacity: .22; width: 90vw; }
}
@media (max-width: 420px) {
.hero-title-accent > i { display: none; }
.hero-title-line { width: auto; }
.service-card-summary { min-height: 276px; }
}
@media (prefers-reduced-motion: reduce) {
.ambient-lines i,
  .hero-title-accent em::after,
  .hero-orbit,
  .button-primary { animation: none !important; }
.service-card-details { animation: none; }
}
/* Quote flow, legal pages and lightweight interface feedback. */
.form-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: -4px;
}
.form-assurance span {
  padding: 9px 10px;
  border: 1px solid rgba(85, 112, 222, .2);
  border-radius: 8px;
  background: rgba(37, 48, 113, .11);
  color: #9ea9d8;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}
.form-more {
  overflow: hidden;
  border: 1px solid rgba(99, 111, 181, .2);
  border-radius: 12px;
  background: rgba(5, 8, 23, .62);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.form-more[open] {
  border-color: rgba(101, 123, 255, .4);
  background: rgba(9, 13, 34, .88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .025);
}
.form-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 20px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
}
.form-more summary::-webkit-details-marker { display: none; }
.form-more summary > span { display: grid; gap: 5px; }
.form-more summary strong { color: #dfe4ff; font-size: 12px; }
.form-more summary small { color: #777e9c; font-size: 10px; line-height: 1.4; }
.form-more summary i {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(104, 129, 255, .34);
  border-radius: 50%;
  color: #7ca8ff;
  font-size: 19px;
  font-style: normal;
  transition: rotate 220ms ease, color 220ms ease, background 220ms ease;
}
.form-more[open] summary i { rotate: 45deg; color: #d8c8ff; background: rgba(104, 62, 255, .16); }
.form-more-content {
  display: grid;
  gap: 18px;
  padding: 20px 18px 18px;
  border-top: 1px solid var(--line);
  animation: form-more-in 260ms ease both;
}
.form-more summary:focus-visible { outline: 2px solid #668bff; outline-offset: -3px; }
.form-live-message {
  position: relative;
  margin: 0 0 16px;
  padding: 15px 17px 15px 48px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
  animation: message-in 280ms cubic-bezier(.2, .8, .2, 1) both;
}
.form-live-message::before {
  position: absolute;
  left: 17px;
  top: 50%;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  translate: 0 -50%;
  border-radius: 50%;
  font-weight: 900;
}
.form-live-message.is-success { border: 1px solid rgba(52, 230, 139, .42); background: rgba(16, 113, 67, .27); color: #b3ffd4; }
.form-live-message.is-success::before { content: "✓"; background: #2ddd88; color: #042614; }
.form-live-message.is-error { border: 1px solid rgba(255, 94, 126, .42); background: rgba(130, 20, 49, .28); color: #ffc0cc; }
.form-live-message.is-error::before { content: "!"; background: #ff6688; color: #310611; }
.mail-fallback {
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(91, 122, 235, .3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 0, rgba(119, 52, 255, .18), transparent 38%),
    linear-gradient(145deg, rgba(12, 17, 45, .97), rgba(6, 9, 25, .96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .04);
  animation: message-in 280ms cubic-bezier(.2, .8, .2, 1) both;
}
.mail-fallback[hidden] { display: none; }
.mail-fallback::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #098cff, #694bff 58%, #bf27ff);
  box-shadow: 0 0 22px rgba(96, 82, 255, .55);
  pointer-events: none;
}
.mail-fallback.needs-attention {
  border-color: rgba(255, 174, 75, .46);
  background:
    radial-gradient(circle at 92% 0, rgba(255, 132, 51, .12), transparent 38%),
    linear-gradient(145deg, rgba(18, 18, 40, .98), rgba(8, 10, 25, .96));
}
.mail-fallback.needs-attention::before { background: linear-gradient(90deg, #ff9d3d, #ff4f92 55%, #8d4cff); }
.mail-fallback summary {
  position: relative;
  z-index: 1;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  list-style: none;
  cursor: pointer;
}
.mail-fallback summary::-webkit-details-marker { display: none; }
.mail-fallback summary > span { display: grid; gap: 5px; }
.mail-fallback summary strong { color: #f4f6ff; font-size: 13px; }
.mail-fallback summary small { color: #8189aa; font-size: 10px; line-height: 1.45; }
.mail-fallback summary i {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103, 139, 255, .42);
  border-radius: 50%;
  background: rgba(35, 55, 137, .16);
  color: #8cb5ff;
  font-size: 19px;
  font-style: normal;
  transition: rotate 200ms ease, background 200ms ease, color 200ms ease;
}
.mail-fallback[open] summary i { rotate: 45deg; background: rgba(111, 61, 255, .2); color: #e8dcff; }
.mail-fallback summary:focus-visible { outline: 2px solid #6da0ff; outline-offset: -3px; }
.mail-fallback-content {
  position: relative;
  z-index: 1;
  padding: 20px 19px 19px;
  border-top: 1px solid rgba(104, 119, 190, .18);
  animation: form-more-in 240ms ease both;
}
.mail-fallback-content > p { margin: 0; color: #b6bbd2; font-size: 12px; line-height: 1.65; }
.mail-fallback-content > small { display: block; margin-top: 13px; color: #737b9a; font-size: 9px; line-height: 1.5; }
.mail-fallback-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.mail-fallback-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(100, 125, 229, .29);
  border-radius: 10px;
  background: rgba(17, 24, 62, .78);
  color: #e8ebff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.mail-fallback-actions a:hover,
.mail-fallback-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(106, 151, 255, .65);
  background: linear-gradient(110deg, rgba(24, 102, 218, .38), rgba(104, 56, 222, .34));
  box-shadow: 0 13px 32px rgba(13, 26, 86, .28);
}
.mail-fallback-actions a span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #188eff, #7947ff);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.xsyte-toast {
  position: fixed;
  z-index: 999998;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100% - 44px));
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(104, 122, 209, .32);
  border-radius: 14px;
  background: rgba(9, 13, 32, .96);
  color: #f4f5ff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .04);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 24px, 0) scale(.97);
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(.2, .8, .2, 1);
}
.xsyte-toast.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.xsyte-toast i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}
.xsyte-toast span { font-size: 12px; font-weight: 700; line-height: 1.5; }
.xsyte-toast.is-success { border-color: rgba(47, 225, 137, .42); box-shadow: 0 24px 80px rgba(0, 0, 0, .52), 0 0 42px rgba(32, 211, 127, .09); }
.xsyte-toast.is-success i { background: linear-gradient(135deg, #54eda2, #16bd70); color: #022817; }
.xsyte-toast.is-success i::before { content: "✓"; }
.xsyte-toast.is-error { border-color: rgba(255, 90, 125, .44); }
.xsyte-toast.is-error i { background: linear-gradient(135deg, #ff8aa2, #ef3d66); color: #31030d; }
.xsyte-toast.is-error i::before { content: "!"; }
.xsyte-toast.is-info i { background: linear-gradient(135deg, #63bcff, #6754ff); color: #07112b; }
.xsyte-toast.is-info i::before { content: "i"; }
.legal-page {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: 58px;
  align-items: start;
  padding-block: 24px 100px;
}
.legal-summary {
  position: sticky;
  top: 30px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(98, 116, 216, .25);
  border-radius: 17px;
  background:
    radial-gradient(circle at 85% 5%, rgba(120, 50, 255, .2), transparent 34%),
    linear-gradient(145deg, rgba(12, 16, 42, .94), rgba(6, 8, 22, .9));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .03);
}
.legal-summary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #428dff, #a242ff, transparent);
  box-shadow: 0 0 14px rgba(85, 100, 255, .7);
}
.legal-summary h2 { margin: 14px 0 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; letter-spacing: -.04em; }
.legal-summary > p:not(.kicker) { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.legal-summary > span { display: block; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: #6f7695; font-size: 10px; }
.legal-summary > .button { width: 100%; margin-top: 20px; justify-content: center; border: 0; cursor: pointer; }
.legal-content { display: grid; gap: 15px; }
.legal-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(7, 10, 26, .74);
  box-shadow: 0 16px 52px rgba(0, 0, 0, .14), inset 0 1px rgba(255, 255, 255, .022);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.legal-card:hover { transform: translateY(-2px); border-color: rgba(95, 116, 220, .35); box-shadow: 0 22px 64px rgba(0, 0, 0, .22); }
.legal-card-highlight { border-color: rgba(76, 126, 255, .34); background: radial-gradient(circle at 90% 0, rgba(58, 74, 255, .15), transparent 32%), rgba(8, 11, 29, .82); }
.legal-card-action { border-color: rgba(156, 72, 255, .32); background: radial-gradient(circle at 90% 0, rgba(160, 49, 255, .16), transparent 33%), rgba(9, 10, 29, .82); }
.legal-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 121, 255, .32);
  border-radius: 12px;
  background: rgba(36, 58, 138, .13);
  color: #779cff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.legal-card h2 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.025em; }
.legal-card p { margin: 13px 0 0; color: #a8abbe; font-size: 13px; line-height: 1.76; }
.legal-card a:not(.button) { color: #79aaff; text-decoration: underline; text-decoration-color: rgba(121, 170, 255, .45); text-underline-offset: 3px; }
.legal-card .button { width: max-content; margin-top: 19px; }
.legal-contact-list { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; color: #b8bbce; font-size: 13px; line-height: 1.55; }
.legal-contact-list strong { color: #e8eaff; }
.legal-table-wrap { margin-top: 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.legal-table { width: 100%; min-width: 520px; border-collapse: collapse; }
.legal-table th, .legal-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); color: #aaadbf; font-size: 12px; line-height: 1.55; text-align: left; vertical-align: top; }
.legal-table th { background: rgba(31, 42, 102, .16); color: #d9ddf4; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.legal-table tr:last-child td { border-bottom: 0; }
.cookie-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.cookie-category-grid > div { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(3, 6, 18, .5); }
.cookie-category-grid strong { color: #e9eaff; font-size: 13px; }
.cookie-category-grid p { margin-top: 8px; font-size: 11px; line-height: 1.65; }
.cookie-audit { margin-top: 18px; color: #afb3c8; }
.cookie-audit table { width: 100%; border-collapse: collapse; }
.cookie-audit th, .cookie-audit td { padding: 12px 10px; border-bottom: 1px solid var(--line); color: #aeb2c6; font-size: 11px; line-height: 1.5; text-align: left; overflow-wrap: anywhere; }
.cookie-audit th { color: #e0e4f8; }
@keyframes form-more-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes message-in {
  from { opacity: 0; transform: translateY(-9px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 900px) {
.legal-page { grid-template-columns: 1fr; gap: 28px; padding-bottom: 75px; }
.legal-summary { position: relative; top: auto; }
}
@media (max-width: 620px) {
.form-assurance { grid-template-columns: 1fr; }
.form-assurance span { text-align: left; }
.form-more-content .form-row { grid-template-columns: 1fr; }
.form-submit { align-items: stretch; flex-direction: column; gap: 11px; }
.form-submit .button { width: 100%; justify-content: center; }
.form-submit small { max-width: none; text-align: center; }
.mail-fallback-actions { grid-template-columns: 1fr; }
.mail-fallback-actions a { justify-content: flex-start; padding-inline: 16px; }
.xsyte-toast { right: 14px; bottom: 14px; width: calc(100% - 28px); }
.legal-page { width: min(100% - 28px, 1180px); }
.legal-summary, .legal-card { padding: 22px; }
.legal-card { grid-template-columns: 1fr; gap: 13px; }
.legal-number { width: 38px; height: 38px; }
.cookie-category-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
.form-more-content,
  .form-live-message,
  .mail-fallback,
  .mail-fallback-content { animation: none; }
.xsyte-toast,
  .legal-card,
  .form-more summary i,
  .mail-fallback summary i,
  .mail-fallback-actions a { transition: none; }
.legal-card:hover { transform: none; }
}
/* Mobile navigation must always stay above every animated homepage layer. */
@media (max-width: 1020px) {
  body.mobile-menu-open main { overflow: visible; }
  body.mobile-menu-open main > .site-header {
    position: relative;
    z-index: 10020;
  }
  body.mobile-menu-open main > *:not(.site-header):not(.ambient-lines) {
    pointer-events: none;
    user-select: none;
  }
  body.mobile-menu-open .mobile-menu,
  body.mobile-menu-open .mobile-menu[open] {
    z-index: 10030;
    pointer-events: auto;
  }
  body.mobile-menu-open .mobile-menu[open]::before {
    z-index: 10031;
    background: rgba(2, 3, 11, .88);
  }
  body.mobile-menu-open .mobile-menu[open] > summary {
    z-index: 10033;
    pointer-events: auto;
  }
  body.mobile-menu-open .mobile-menu-panel {
    z-index: 10032;
    isolation: isolate;
    pointer-events: auto;
    background:
      radial-gradient(circle at 88% 4%, rgba(99, 42, 255, .22), transparent 34%),
      #070918;
    box-shadow: 0 32px 100px rgba(0, 0, 0, .82), inset 0 1px rgba(255, 255, 255, .035);
  }
  body.mobile-menu-open .mobile-menu-panel,
  body.mobile-menu-open .mobile-menu-panel * {
    pointer-events: auto;
  }
}
/* CookieYes: native cursor while consent UI is open, Xsyte cursor afterwards. */
body.cookie-consent-active .xsyte-cursor-dot,
body.cookie-consent-active .xsyte-cursor-ring {
  opacity: 0 !important;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
body.custom-cursor-ready.cookie-consent-active,
  body.custom-cursor-ready.cookie-consent-active * { cursor: auto !important; }
body.custom-cursor-ready.cookie-consent-active a,
  body.custom-cursor-ready.cookie-consent-active button,
  body.custom-cursor-ready.cookie-consent-active summary,
  body.custom-cursor-ready.cookie-consent-active [role="button"],
  body.custom-cursor-ready.cookie-consent-active .cky-btn { cursor: pointer !important; }
body.custom-cursor-ready.cookie-consent-active input,
  body.custom-cursor-ready.cookie-consent-active textarea { cursor: text !important; }
}
/* Compact visual treatment for CookieYes; functionality and button order stay untouched. */
.cky-consent-container .cky-consent-bar {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(91, 112, 224, .34) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 92% 5%, rgba(111, 47, 255, .22), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(9, 131, 255, .11), transparent 38%),
    #090c20 !important;
  box-shadow: 0 28px 95px rgba(0, 0, 0, .62), 0 0 45px rgba(72, 50, 210, .09), inset 0 1px rgba(255, 255, 255, .045) !important;
  backdrop-filter: blur(18px);
}
.cky-consent-container .cky-consent-bar::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #078cff, #7050ff 56%, #c72bff);
  box-shadow: 0 0 24px rgba(102, 74, 255, .68);
  pointer-events: none;
}
.cky-consent-container .cky-notice { position: relative !important; z-index: 1 !important; }
.cky-consent-container .cky-title,
.cky-preference-center .cky-preference-title,
.cky-preference-center .cky-accordion-header-des,
.cky-preference-center .cky-accordion-btn { color: #f4f5ff !important; }
.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-notice-des p,
.cky-preference-center .cky-preference-content-wrapper,
.cky-preference-center .cky-accordion-header-des p,
.cky-preference-center .cky-accordion-header-des span { color: #aeb2ca !important; }
.cky-consent-container .cky-notice-des a,
.cky-preference-center a { color: #80b5ff !important; text-underline-offset: 3px; }
.cky-consent-container .cky-btn,
.cky-preference-center .cky-btn {
  min-height: 42px;
  border-radius: 9px !important;
  font-weight: 750 !important;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease !important;
}
.cky-consent-container .cky-btn:hover,
.cky-consent-container .cky-btn:focus-visible,
.cky-preference-center .cky-btn:hover,
.cky-preference-center .cky-btn:focus-visible { transform: translateY(-1px); }
.cky-consent-container .cky-btn:focus-visible,
.cky-preference-center .cky-btn:focus-visible { outline: 2px solid #69aaff !important; outline-offset: 2px !important; }
.cky-consent-container .cky-btn-accept,
.cky-preference-center .cky-btn-accept {
  border-color: transparent !important;
  background: linear-gradient(105deg, #087ff5, #6d42ff 62%, #a91cff) !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(73, 55, 235, .24) !important;
}
.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-preference-center .cky-btn-reject,
.cky-preference-center .cky-btn-customize,
.cky-preference-center .cky-btn-preferences {
  border-color: rgba(108, 133, 235, .38) !important;
  background: rgba(22, 29, 67, .66) !important;
  color: #dfe4ff !important;
}
.cky-preference-center {
  overflow: hidden !important;
  border: 1px solid rgba(91, 112, 224, .34) !important;
  border-radius: 18px !important;
  background: #090c20 !important;
  box-shadow: 0 32px 110px rgba(0, 0, 0, .7) !important;
}
.cky-preference-center .cky-preference-header,
.cky-preference-center .cky-footer-wrapper { border-color: rgba(132, 142, 197, .18) !important; background: #0c1028 !important; }
.cky-preference-center .cky-accordion-wrapper,
.cky-preference-center .cky-accordion-item { border-color: rgba(132, 142, 197, .18) !important; background: rgba(7, 10, 26, .82) !important; }
.cky-overlay { background: rgba(2, 3, 11, .74) !important; backdrop-filter: blur(6px); }
.cky-btn-revisit-wrapper {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(93, 144, 255, .5) !important;
  background: linear-gradient(135deg, #087ff5, #7442ff) !important;
  opacity: .82;
  box-shadow: 0 12px 34px rgba(14, 84, 218, .28) !important;
  transition: opacity 170ms ease, transform 170ms ease, box-shadow 170ms ease !important;
}
.cky-btn-revisit-wrapper:hover,
.cky-btn-revisit-wrapper:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(52, 67, 235, .4) !important;
}
@media (max-width: 600px) {
.cky-consent-container { max-width: calc(100% - 20px) !important; margin: 10px !important; }
.cky-consent-container .cky-consent-bar { padding: 18px !important; border-radius: 14px !important; }
.cky-consent-container .cky-title { font-size: 18px !important; line-height: 1.25 !important; }
.cky-consent-container .cky-notice-des,
  .cky-consent-container .cky-notice-des p { font-size: 12px !important; line-height: 1.55 !important; }
.cky-consent-container .cky-btn,
  .cky-preference-center .cky-btn { min-height: 43px; font-size: 12px !important; }
.cky-preference-center { width: calc(100% - 20px) !important; max-height: calc(100dvh - 20px) !important; }
.cky-btn-revisit-wrapper { width: 40px !important; height: 40px !important; }
}
@media (prefers-reduced-motion: reduce) {
.cky-consent-container .cky-btn,
  .cky-preference-center .cky-btn,
  .cky-btn-revisit-wrapper { transition: none !important; }
}
/* Xsyte 4.1.1 — mobile fit, guided quote and clear field states. */
#preventivo { scroll-margin-top: 22px; }
.form-prefill-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(87, 126, 255, .48);
  border-radius: 11px;
  background:
    radial-gradient(circle at 92% 0, rgba(162, 43, 255, .2), transparent 42%),
    linear-gradient(110deg, rgba(10, 117, 255, .17), rgba(106, 55, 255, .16));
  box-shadow: 0 14px 38px rgba(33, 49, 159, .13), inset 0 1px rgba(255, 255, 255, .045);
}
.form-prefill-note > i {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #168cff, #8244ff);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(87, 100, 255, .32);
}
.form-prefill-note > span { display: grid; gap: 4px; }
.form-prefill-note strong { color: #eef2ff; font-size: 11px; line-height: 1.35; }
.form-prefill-note small { color: #9ca8d8; font-size: 9px; line-height: 1.5; }
.contact-form label.is-field-complete { color: #bfcaff; }
.contact-form label.is-field-error { color: #ffacba; }
.contact-form input.is-complete:not([type="checkbox"]),
.contact-form select.is-complete,
.contact-form textarea.is-complete {
  border-color: rgba(91, 111, 255, .7);
  background:
    radial-gradient(circle at 100% 0, rgba(157, 48, 255, .16), transparent 42%),
    linear-gradient(120deg, rgba(10, 103, 224, .17), rgba(78, 44, 176, .14)),
    #070b21;
  box-shadow: 0 0 0 1px rgba(93, 78, 255, .09), inset 0 1px rgba(255, 255, 255, .035);
}
.contact-form input.is-complete:not([type="checkbox"]):focus,
.contact-form select.is-complete:focus,
.contact-form textarea.is-complete:focus {
  border-color: #7395ff;
  box-shadow: 0 0 0 3px rgba(87, 78, 255, .17), 0 12px 30px rgba(39, 45, 142, .1);
}
.contact-form input.is-error:not([type="checkbox"]),
.contact-form select.is-error,
.contact-form textarea.is-error {
  border-color: rgba(255, 76, 113, .85);
  background: linear-gradient(120deg, rgba(125, 16, 47, .2), rgba(46, 7, 27, .12)), #0b0715;
  box-shadow: 0 0 0 3px rgba(255, 64, 102, .1);
}
.contact-form input.is-error:not([type="checkbox"]):focus,
.contact-form select.is-error:focus,
.contact-form textarea.is-error:focus {
  border-color: #ff6685;
  box-shadow: 0 0 0 3px rgba(255, 64, 102, .18);
}
.privacy-check input.is-complete {
  outline: 2px solid rgba(106, 96, 255, .52);
  outline-offset: 2px;
  box-shadow: 0 0 16px rgba(101, 78, 255, .25);
}
.privacy-check input.is-error {
  outline: 2px solid #ff5577;
  outline-offset: 3px;
  box-shadow: 0 0 15px rgba(255, 57, 97, .28);
}
@media (max-width: 1020px) {
body.mobile-menu-open {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    overscroll-behavior: none;
  }
body.mobile-menu-open .mobile-menu-panel {
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: 560px !important;
    min-width: 0 !important;
    transform: translateX(-50%);
    padding: 20px !important;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }
body.mobile-menu-open .mobile-menu-panel,
  body.mobile-menu-open .mobile-menu-panel *,
  body.mobile-menu-open .mobile-menu nav,
  body.mobile-menu-open .mobile-menu .menu-list,
  body.mobile-menu-open .mobile-menu .menu-list > li {
    max-width: 100%;
    min-width: 0;
  }
body.mobile-menu-open .mobile-menu nav,
  body.mobile-menu-open .mobile-menu .menu-list,
  body.mobile-menu-open .mobile-menu .menu-list > li,
  body.mobile-menu-open .mobile-menu nav a,
  body.mobile-menu-open .mobile-menu-cta { width: 100%; }
body.mobile-menu-open .mobile-menu nav a,
  body.mobile-menu-open .mobile-menu-cta {
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
@media (max-width: 600px) {
body.mobile-menu-open .mobile-menu-panel {
    top: 76px;
    bottom: auto;
    width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 88px);
    padding: 18px !important;
    border-radius: 16px;
  }
body.mobile-menu-open .mobile-menu-label { margin-bottom: 7px; }
body.mobile-menu-open .mobile-menu nav a { min-height: 49px; padding: 11px 7px; font-size: 13px; }
body.mobile-menu-open .mobile-menu-cta { min-height: 50px; margin-top: 14px; }
.admin-bar body.mobile-menu-open .mobile-menu-panel,
  body.admin-bar.mobile-menu-open .mobile-menu-panel { top: 120px; max-height: calc(100dvh - 132px); }
.cky-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: 560px !important;
    max-height: calc(100dvh - 20px) !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
.cky-preference-center {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: calc(100dvh - 20px) !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    border-radius: 16px !important;
  }
.cky-preference-center .cky-preference-header {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    padding: 17px 18px !important;
  }
.cky-preference-center .cky-preference-title {
    max-width: calc(100% - 48px) !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
    letter-spacing: -.025em !important;
  }
.cky-preference-center .cky-btn-close {
    width: 34px !important;
    height: 34px !important;
    padding: 8px !important;
  }
.cky-preference-center .cky-preference-body-wrapper {
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }
.cky-preference-center .cky-preference-content-wrapper { padding: 15px 17px !important; }
.cky-preference-center .cky-preference-content-wrapper,
  .cky-preference-center .cky-preference-content-wrapper p,
  .cky-preference-center .cky-accordion-header-des,
  .cky-preference-center .cky-accordion-header-des p,
  .cky-preference-center .cky-accordion-header-des span {
    font-size: 12px !important;
    line-height: 1.55 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
.cky-preference-center .cky-accordion-wrapper { padding: 0 12px 10px !important; }
.cky-preference-center .cky-accordion-item { margin-bottom: 8px !important; border-radius: 10px !important; }
.cky-preference-center .cky-accordion-header { padding: 13px 12px !important; }
.cky-preference-center .cky-accordion-btn { font-size: 13px !important; line-height: 1.35 !important; }
.cky-preference-center .cky-footer-wrapper {
    flex: 0 0 auto !important;
    padding: 12px 14px 13px !important;
  }
.cky-preference-center .cky-prefrence-btn-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
.cky-preference-center .cky-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 9px 8px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
.cky-preference-center .cky-btn-accept { grid-column: 1; grid-row: 1; }
.cky-preference-center .cky-btn-reject { grid-column: 2; grid-row: 1; }
.cky-preference-center .cky-btn-preferences { grid-column: 1 / -1; grid-row: 2; }
.cky-consent-container {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
.cky-consent-container .cky-consent-bar { width: 100% !important; max-width: none !important; }
}
@media (max-width: 420px) {
.form-prefill-note { align-items: flex-start; padding: 13px; }
.cky-modal,
  .cky-preference-center { max-height: calc(100dvh - 12px) !important; }
.cky-modal { width: calc(100vw - 12px) !important; }
.cky-preference-center .cky-preference-header { padding: 15px 16px !important; }
.cky-preference-center .cky-preference-title { font-size: 18px !important; }
.cky-preference-center .cky-preference-content-wrapper { padding: 13px 15px !important; }
.cky-preference-center .cky-footer-wrapper { padding: 10px 12px 11px !important; }
}
/* Xsyte 4.2 — six-service interactive studio. */
.offer-studio {
  position: relative;
  isolation: isolate;
  padding-block: 22px 82px;
  scroll-margin-top: 20px;
}
.offer-studio::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 140px -12vw auto;
  height: 620px;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 36%, rgba(13, 127, 255, .1), transparent 28%),
    radial-gradient(circle at 86% 25%, rgba(180, 43, 255, .1), transparent 30%);
  filter: blur(12px);
}
.offer-studio-heading {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 68px;
  align-items: end;
  margin-bottom: 28px;
}
.offer-studio-heading h2 { margin: 12px 0 0; font-size: clamp(39px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -.05em; }
.offer-studio-heading h2 em { color: #9553ff; font-style: normal; }
.offer-studio-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.offer-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 12px; }
.offer-tab,
.offer-panel { --offer: 31, 146, 255; }
.offer-tone-1 { --offer: 22, 153, 255; }
.offer-tone-2 { --offer: 111, 79, 255; }
.offer-tone-3 { --offer: 215, 62, 255; }
.offer-tone-4 { --offer: 24, 202, 210; }
.offer-tone-5 { --offer: 255, 116, 70; }
.offer-tone-6 { --offer: 89, 215, 151; }
.offer-tab {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 31px;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  padding: 13px 14px;
  border: 1px solid rgba(var(--offer), .21);
  border-radius: 12px;
  background: rgba(7, 10, 28, .78);
  color: #c2c5d8;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 190ms ease, color 190ms ease, border-color 190ms ease, background 190ms ease, box-shadow 190ms ease;
}
.offer-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 92% 0, rgba(var(--offer), .27), transparent 52%);
  transition: opacity 190ms ease;
}
.offer-tab > * { position: relative; z-index: 1; }
.offer-tab-number { color: rgba(var(--offer), .78); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.offer-tab-copy { min-width: 0; display: grid; gap: 6px; }
.offer-tab-copy strong { overflow: hidden; color: inherit; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.offer-tab-copy small { color: rgba(var(--offer), .86); font-size: 10px; line-height: 1.2; }
.offer-tab > i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--offer), .26);
  border-radius: 9px;
  background: rgba(var(--offer), .07);
  color: rgb(var(--offer));
  font-size: 14px;
  font-style: normal;
  transition: rotate 260ms ease, transform 190ms ease, background 190ms ease;
}
.offer-tab:hover,
.offer-tab:focus-visible { transform: translateY(-2px); border-color: rgba(var(--offer), .54); color: #fff; }
.offer-tab:hover::before,
.offer-tab:focus-visible::before,
.offer-tab.is-active::before { opacity: 1; }
.offer-tab:hover > i { rotate: 9deg; transform: scale(1.05); }
.offer-tab.is-active {
  border-color: rgba(var(--offer), .72);
  background: linear-gradient(115deg, rgba(var(--offer), .18), rgba(10, 13, 34, .97));
  color: #fff;
  box-shadow: 0 16px 42px rgba(var(--offer), .1), inset 0 1px rgba(255, 255, 255, .055);
}
.offer-tab.is-active > i { background: rgba(var(--offer), .18); box-shadow: 0 0 24px rgba(var(--offer), .14); }
.offer-stage { position: relative; perspective: 1500px; }
.offer-panel {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.14fr) minmax(230px, .64fr);
  overflow: hidden;
  border: 1px solid rgba(var(--offer), .38);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% 9%, rgba(var(--offer), .2), transparent 29%),
    radial-gradient(circle at 5% 100%, rgba(var(--offer), .08), transparent 34%),
    linear-gradient(145deg, rgba(12, 16, 42, .99), rgba(4, 6, 18, .98));
  box-shadow: 0 38px 110px rgba(0, 0, 0, .34), 0 0 60px rgba(var(--offer), .035), inset 0 1px rgba(255, 255, 255, .04);
  transform: perspective(1500px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.offer-panel:not(.is-active),
.offer-panel[hidden] { display: none; }
.offer-panel.is-active { animation: offer-panel-in 430ms cubic-bezier(.2, .76, .2, 1) both; }
.offer-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(460px circle at var(--glow-x, 82%) var(--glow-y, 18%), rgba(var(--offer), .14), transparent 64%);
}
.offer-overview,
.offer-details,
.offer-kinetic { position: relative; z-index: 1; }
.offer-overview { display: flex; flex-direction: column; padding: 39px; }
.offer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.offer-meta > span { color: rgba(var(--offer), .84); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.offer-meta > b {
  padding: 7px 10px;
  border: 1px solid rgba(var(--offer), .31);
  border-radius: 999px;
  background: rgba(var(--offer), .09);
  color: rgb(var(--offer));
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.offer-panel.is-featured .offer-meta > b { border-color: transparent; background: linear-gradient(105deg, #138cff, #7845ff); color: #fff; }
.offer-overview h3 { margin: 27px 0 0; font-size: clamp(35px, 4vw, 51px); line-height: 1.04; letter-spacing: -.05em; }
.offer-price { margin-top: 12px; color: #fff; font-size: clamp(34px, 4vw, 49px); line-height: 1; letter-spacing: -.045em; text-shadow: 0 0 30px rgba(var(--offer), .16); }
.offer-overview > p.offer-price-note { margin: 14px 0 0; padding-left: 12px; border-left: 2px solid rgba(var(--offer), .5); color: #d3d6ea; font-size: 12px; line-height: 1.55; }
.offer-overview > p { margin: 22px 0 0; color: #aeb2c8; font-size: 13px; line-height: 1.72; }
.offer-audience { display: grid; gap: 7px; margin-top: auto; padding-top: 28px; }
.offer-audience > span,
.offer-result > span,
.offer-detail-columns > div > span { color: rgba(var(--offer), .82); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.offer-audience > strong { color: #e1e5fa; font-size: 13px; line-height: 1.45; }
.offer-details {
  display: flex;
  flex-direction: column;
  padding: 38px 36px;
  border-left: 1px solid rgba(var(--offer), .18);
  background: rgba(3, 5, 17, .25);
}
.offer-result { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.offer-result h4 { max-width: 520px; margin: 12px 0 0; font-size: 21px; line-height: 1.32; letter-spacing: -.025em; }
.offer-detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 25px; }
.offer-detail-columns ul,
.offer-detail-columns ol { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.offer-detail-columns li { position: relative; color: #b9bdd2; font-size: 11px; line-height: 1.45; }
.offer-detail-columns ul li { padding-left: 21px; }
.offer-detail-columns ul li::before { content: "✓"; position: absolute; left: 0; color: rgb(var(--offer)); font-weight: 900; }
.offer-detail-columns ol li { display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: start; }
.offer-detail-columns ol b { color: rgba(var(--offer), .84); font-size: 8px; letter-spacing: .12em; }
.offer-cta { width: 100%; justify-content: space-between; margin-top: auto; border-color: rgba(var(--offer), .34); background: linear-gradient(105deg, rgba(var(--offer), .92), #7342ff 74%, #a81cff); }
.offer-kinetic {
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(var(--offer), .19);
  background:
    linear-gradient(rgba(var(--offer), .045) 1px, transparent 1px) 0 0 / 100% 34px,
    linear-gradient(90deg, rgba(var(--offer), .045) 1px, transparent 1px) 0 0 / 34px 100%,
    radial-gradient(circle at 50% 50%, rgba(var(--offer), .16), transparent 53%),
    rgba(3, 5, 17, .3);
}
.offer-kinetic-grid { position: absolute; inset: 0; opacity: .5; background: linear-gradient(135deg, transparent 48%, rgba(var(--offer), .12) 49%, transparent 50%); background-size: 64px 64px; animation: offer-grid-drift 12s linear infinite; }
.offer-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(var(--offer), .28); border-radius: 50%; translate: -50% -50%; }
.offer-ring::before { content: ""; position: absolute; top: 6%; left: 27%; width: 7px; height: 7px; border-radius: 50%; background: rgb(var(--offer)); box-shadow: 0 0 17px rgb(var(--offer)); }
.offer-ring-one { width: 190px; height: 190px; animation: offer-ring-spin 13s linear infinite; }
.offer-ring-two { width: 142px; height: 142px; animation: offer-ring-spin 9s linear infinite reverse; }
.offer-ring-three { width: 94px; height: 94px; border-style: dashed; animation: offer-ring-spin 7s linear infinite; }
.offer-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  translate: -50% -50%;
  border: 1px solid rgba(var(--offer), .5);
  border-radius: 22px;
  background: radial-gradient(circle at 35% 25%, rgba(var(--offer), .3), rgba(6, 8, 24, .95));
  color: rgb(var(--offer));
  box-shadow: 0 0 45px rgba(var(--offer), .19), inset 0 1px rgba(255, 255, 255, .06);
  animation: offer-core-float 3.8s ease-in-out infinite;
}
.offer-core > span { font-size: 34px; text-shadow: 0 0 22px rgba(var(--offer), .58); }
.offer-core > small { position: absolute; right: -8px; bottom: -8px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgb(var(--offer)); color: #050713; font-size: 8px; font-weight: 900; }
.offer-node { position: absolute; width: 9px; height: 9px; border: 1px solid rgba(var(--offer), .72); border-radius: 3px; background: rgba(var(--offer), .28); box-shadow: 0 0 15px rgba(var(--offer), .34); animation: offer-node-float 4.2s ease-in-out infinite; }
.offer-node-one { top: 16%; left: 18%; }
.offer-node-two { right: 15%; bottom: 19%; animation-delay: -1.4s; }
.offer-node-three { left: 24%; bottom: 13%; animation-delay: -2.7s; }
.offer-scan { position: absolute; left: 0; right: 0; top: -10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(var(--offer), .8), transparent); box-shadow: 0 0 14px rgba(var(--offer), .5); animation: offer-scan 5.5s ease-in-out infinite; }
.offer-note { max-width: 780px; margin: 17px auto 0; color: #757b99; font-size: 10px; line-height: 1.6; text-align: center; }
@keyframes offer-panel-in {
  from { opacity: 0; translate: 0 13px; filter: saturate(.65); }
  to { opacity: 1; translate: 0 0; filter: saturate(1); }
}
@keyframes offer-ring-spin { to { rotate: 360deg; } }
@keyframes offer-core-float { 0%, 100% { transform: translateY(-5px) rotate(-2deg); } 50% { transform: translateY(7px) rotate(2deg); } }
@keyframes offer-node-float { 0%, 100% { transform: translate3d(0, -5px, 0) rotate(0); } 50% { transform: translate3d(7px, 8px, 0) rotate(90deg); } }
@keyframes offer-grid-drift { to { background-position: 64px 64px; } }
@keyframes offer-scan { 0%, 13% { top: -4%; opacity: 0; } 30%, 70% { opacity: .75; } 87%, 100% { top: 104%; opacity: 0; } }
@media (max-width: 1020px) {
.offer-studio-heading { grid-template-columns: 1fr; gap: 18px; }
.offer-panel { grid-template-columns: .9fr 1.1fr; }
.offer-kinetic { grid-column: 1 / -1; min-height: 220px; border-top: 1px solid rgba(var(--offer), .19); border-left: 0; }
.offer-ring-one { width: 176px; height: 176px; }
.offer-ring-two { width: 128px; height: 128px; }
}
@media (max-width: 680px) {
.offer-studio { padding-top: 8px; padding-bottom: 62px; }
.offer-studio-heading h2 { font-size: clamp(37px, 11vw, 49px); }
.offer-tabs { grid-template-columns: 1fr 1fr; gap: 7px; }
.offer-tab { min-height: 75px; grid-template-columns: 23px minmax(0, 1fr); padding: 11px 12px; }
.offer-tab > i { display: none; }
.offer-tab-copy strong { font-size: 10px; white-space: normal; }
.offer-tab-copy small { font-size: 9px; }
.offer-panel { min-height: 0; grid-template-columns: 1fr; border-radius: 17px; transform: none; }
.offer-overview { min-height: 430px; padding: 27px 22px; }
.offer-overview h3 { font-size: 38px; }
.offer-overview > p { font-size: 12px; }
.offer-kinetic { grid-column: auto; grid-row: 2; min-height: 210px; }
.offer-details { grid-row: 3; min-height: 570px; padding: 28px 22px; border-top: 1px solid rgba(var(--offer), .19); border-left: 0; }
.offer-result h4 { font-size: 19px; }
.offer-detail-columns { grid-template-columns: 1fr; gap: 26px; }
.offer-detail-columns li { font-size: 11px; }
.offer-cta { margin-top: 29px; }
}
/* Fit fixed UI to the visual viewport, including browser zoom and display scaling. */
@media (max-width: 1020px) {
  body.mobile-menu-open .mobile-menu-panel {
    left: var(--xsyte-floating-left, 10px) !important;
    right: auto !important;
    width: var(--xsyte-floating-width, calc(100vw - 20px)) !important;
    max-width: none !important;
    transform: none !important;
  }
}
@media (max-width: 600px) {
.cky-modal {
    top: var(--xsyte-vv-center-y, 50%) !important;
    left: var(--xsyte-vv-center-x, 50%) !important;
    width: var(--xsyte-floating-width, calc(100vw - 20px)) !important;
    max-height: calc(var(--xsyte-vv-height, 100dvh) - 20px) !important;
  }
.cky-preference-center { max-height: calc(var(--xsyte-vv-height, 100dvh) - 20px) !important; }
.cky-consent-container {
    left: var(--xsyte-floating-left, 10px) !important;
    right: auto !important;
    width: var(--xsyte-floating-width, calc(100vw - 20px)) !important;
  }
}
.cky-overlay { z-index: 2147483640 !important; pointer-events: auto !important; }
.cky-consent-container,
.cky-modal { z-index: 2147483641 !important; pointer-events: auto !important; }
@media (prefers-reduced-motion: reduce) {
.offer-panel.is-active,
  .offer-ring,
  .offer-core,
  .offer-node,
  .offer-kinetic-grid,
  .offer-scan { animation: none !important; }
.offer-tab { transition: none; }
}
/* Xsyte 4.4.0 — cinematic full-bleed hero and mobile-first legal content. */
.hero {
  isolation: isolate;
  overflow: visible;
}
.hero-copy { z-index: 5; }
.hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #030510;
  transform: translateX(-50%) !important;
}
.hero-visual picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-visual img {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(100vw, 1672px);
  max-width: none;
  height: auto;
  object-fit: initial;
  object-position: initial;
  opacity: .98;
  mix-blend-mode: normal;
  filter: saturate(1.08) contrast(1.035);
  transform: translateY(-50%) scale(1.01);
  transform-origin: 70% 52%;
  animation: hero-stage-breathe 11s ease-in-out infinite alternate;
}
.hero-visual .visual-fade {
  z-index: 2;
  background:
    linear-gradient(90deg, #030510 0%, rgba(3, 5, 16, .97) 17%, rgba(3, 5, 16, .72) 30%, rgba(3, 5, 16, .18) 47%, transparent 62%),
    linear-gradient(180deg, #030510 0%, rgba(3, 5, 16, .22) 12%, transparent 27%, transparent 78%, rgba(3, 5, 16, .46) 91%, #030510 100%);
}
.hero-orbit {
  z-index: 3;
  right: -5vw;
  width: min(76vw, 1280px);
  opacity: .34;
}
.orbit-one { top: 43%; }
.orbit-two { top: 68%; }
@keyframes hero-stage-breathe {
  from { transform: translateY(-50%) scale(1.005); filter: saturate(1.02) contrast(1.035); }
  to { transform: translateY(-50.7%) scale(1.022); filter: saturate(1.12) contrast(1.045); }
}
@media (max-width: 1100px) and (min-width: 761px) {
.hero-visual img { width: 118vw; right: -8vw; }
.hero-visual .visual-fade {
    background:
      linear-gradient(90deg, #030510 0%, rgba(3, 5, 16, .95) 23%, rgba(3, 5, 16, .55) 38%, transparent 64%),
      linear-gradient(180deg, #030510 0%, transparent 22%, transparent 79%, #030510 100%);
  }
}
@media (max-width: 760px) {
.hero-visual {
    position: relative;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 100vw;
    height: clamp(278px, 82vw, 354px);
    margin: -5px 0 0;
    transform: translateX(-50%) !important;
  }
.hero-visual img {
    top: 50%;
    right: -24vw;
    width: max(720px, 185vw);
    transform-origin: 68% 52%;
  }
.hero-visual .visual-fade {
    background:
      linear-gradient(180deg, #030510 0%, rgba(3, 5, 16, .32) 13%, transparent 32%, transparent 72%, rgba(3, 5, 16, .5) 88%, #030510 100%),
      linear-gradient(90deg, rgba(3, 5, 16, .2), transparent 34%);
  }
.hero-orbit { right: -32vw; width: 145vw; opacity: .24; }
.orbit-one { top: 38%; }
.orbit-two { top: 66%; }
}
@media (max-width: 620px) {
.legal-card > div { min-width: 0; }
.legal-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
.legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table td { display: block; width: 100%; min-width: 0; }
.legal-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
.legal-table tbody { display: grid; gap: 11px; }
.legal-table tr {
    overflow: hidden;
    border: 1px solid rgba(92, 112, 209, .25);
    border-radius: 13px;
    background:
      radial-gradient(circle at 100% 0, rgba(78, 61, 255, .1), transparent 38%),
      rgba(5, 8, 23, .78);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
  }
.legal-table td {
    padding: 17px 16px;
    border: 0;
    color: #b6bbd2;
    font-size: 12px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
.legal-table td + td { border-top: 1px solid rgba(102, 117, 196, .18); }
.legal-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    color: #7fa6ff;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
}
@media (max-width: 600px) {
.cky-btn-revisit-wrapper {
    right: 10px !important;
    bottom: 10px !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    opacity: .62;
  }
}
@media (prefers-reduced-motion: reduce) {
.hero-visual img {
    animation: none !important;
    transform: translateY(-50%) scale(1.01);
  }
}
/* Xsyte 4.6.0 — persistent navigation with comet progress and clean first paint. */
main > .site-header {
  --scroll-progress: 0%;
  position: sticky;
  top: 0;
  z-index: 12000;
  isolation: isolate;
  transition: min-height 240ms ease, filter 240ms ease;
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px -19px;
  border: 1px solid rgba(99, 119, 218, 0);
  border-radius: 16px;
  background:
    radial-gradient(circle at 78% 0, rgba(111, 46, 255, .16), transparent 32%),
    linear-gradient(110deg, rgba(5, 8, 22, 0), rgba(8, 11, 29, 0));
  opacity: 0;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transform: translateY(-8px) scale(.985);
  pointer-events: none;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(.2, .75, .2, 1), border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}
.site-header > * { position: relative; z-index: 1; }
.site-header::after {
  display: none;
}
.header-progress {
  position: absolute;
  z-index: 3;
  left: -3px;
  right: -3px;
  bottom: 5px;
  height: 11px;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}
.header-progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(104, 140, 255, .2) 0 2px, transparent 2px 34px);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.header-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--scroll-progress);
  height: 1px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(18, 139, 255, .08), rgba(50, 119, 255, .66) 65%, #8a4fff);
  box-shadow: 0 0 10px rgba(72, 103, 255, .4);
}
.header-progress > i {
  position: absolute;
  left: var(--scroll-progress);
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #a7c6ff;
  border-radius: 2px;
  background: linear-gradient(135deg, #38b5ff, #7958ff 58%, #d339ff);
  box-shadow: 0 0 8px #4b8dff, 0 0 18px rgba(125, 68, 255, .72);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-progress > i::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 120, 255, .8));
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right center;
  filter: blur(.15px);
}
.site-header.is-scrolled::before {
  opacity: 1;
  border-color: rgba(99, 119, 218, .25);
  background:
    radial-gradient(circle at 78% 0, rgba(111, 46, 255, .17), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(15, 122, 255, .1), transparent 31%),
    linear-gradient(110deg, rgba(6, 9, 25, .92), rgba(8, 10, 28, .82));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .045);
  backdrop-filter: blur(20px) saturate(1.28);
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
  transform: translateY(0) scale(1);
}
.site-header.is-scrolled .header-progress { opacity: .9; }
.site-header.is-scrolled .brand-mark { filter: drop-shadow(0 0 11px rgba(88, 94, 255, .34)); }
.admin-bar .site-header {
  top: 32px;
  padding-top: 0;
}
.button span,
.header-cta span,
.service-card-details b { transition: transform 190ms ease, color 190ms ease; }
.button:hover span,
.button:focus-visible span,
.header-cta:hover span,
.header-cta:focus-visible span,
.service-card-details a:hover b,
.service-card-details a:focus-visible b { transform: translate3d(4px, -2px, 0); }
.service-card .service-icon { transition: transform 260ms cubic-bezier(.2, .75, .2, 1), filter 260ms ease; }
.service-card:hover .service-icon,
.service-card:focus-within .service-icon { transform: translateY(-5px) rotate(-4deg) scale(1.06); filter: brightness(1.17); }
.service-card[open] .service-icon { animation: service-icon-orbit 3.2s ease-in-out infinite; }
.kicker::before {
  transform-origin: left center;
  animation: kicker-line-pulse 3.6s ease-in-out infinite;
}
@keyframes service-icon-orbit {
  0%, 100% { transform: translateY(-3px) rotate(-3deg); }
  50% { transform: translateY(3px) rotate(3deg); }
}
@keyframes kicker-line-pulse {
  0%, 100% { scale: .72 1; opacity: .55; }
  50% { scale: 1.15 1; opacity: 1; }
}
@media (max-width: 1020px) {
body.mobile-menu-open main > .site-header { position: sticky; }
.site-header::before { inset: 7px -8px; border-radius: 15px; }
.header-progress { left: 4px; right: 4px; bottom: 3px; }
}
@media (max-width: 782px) {
.admin-bar .site-header {
    top: 46px;
    padding-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
.site-header,
  .site-header::before,
  .site-header::after,
  .header-progress,
  .service-card[open] .service-icon,
  .kicker::before { animation: none !important; transition: none !important; }
}
/* Xsyte 4.7.0 — cinematic contact flight and hero rocket landing. */
.xsyte-flight-layer {
  position: fixed;
  z-index: 18000;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1100px;
  contain: layout style paint;
}
.xsyte-contact-craft {
  position: absolute;
  top: -31px;
  left: -42px;
  width: 84px;
  height: 62px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  filter: drop-shadow(0 9px 11px rgba(0, 0, 0, .4)) drop-shadow(0 0 14px rgba(68, 102, 255, .72));
}
.xsyte-jet-trail { position: absolute; display: block; }
.xsyte-jet-trail {
  z-index: 1;
  top: 29px;
  right: 69px;
  width: 145px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(24, 144, 255, .1) 18%, #238dff 67%, #a542ff);
  box-shadow: 0 0 9px rgba(69, 105, 255, .8), 0 0 22px rgba(126, 48, 255, .55);
  transform: translateZ(-5px);
  transform-origin: right center;
  animation: xsyte-jet-trail 170ms ease-in-out infinite alternate;
}
.xsyte-contact-craft::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2px 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 123, 255, .32), transparent 65%);
  filter: blur(8px);
  transform: translateZ(-18px) scale(1.35);
}
.quote-panel.xsyte-contact-arrival {
  animation: xsyte-contact-arrival 1.55s cubic-bezier(.2, .75, .2, 1) both;
}
@keyframes xsyte-jet-trail {
  from { opacity: .62; scale: .72 1; }
  to { opacity: 1; scale: 1.08 1; }
}
@keyframes xsyte-contact-arrival {
  0% { box-shadow: 0 0 0 rgba(35, 128, 255, 0), inset 0 1px rgba(255, 255, 255, .04); transform: translateZ(0); }
  34% { box-shadow: 0 0 0 1px rgba(50, 139, 255, .7), 0 0 44px rgba(69, 78, 255, .34), inset 0 0 30px rgba(104, 49, 255, .08); transform: perspective(900px) translateZ(0) scale(1.012); }
  100% { box-shadow: 0 0 0 rgba(35, 128, 255, 0), inset 0 1px rgba(255, 255, 255, .04); transform: translateZ(0); }
}
@media (max-width: 760px) {
.xsyte-contact-craft {
    top: -25px;
    left: -34px;
    width: 68px;
    height: 50px;
  }
.xsyte-jet-trail { top: 23px; right: 55px; width: 105px; }
}
@media (prefers-reduced-motion: reduce) {
.xsyte-flight-layer { display: none !important; }
.quote-panel.xsyte-contact-arrival { animation: none !important; }
}
/* Xsyte 4.8.0 — slow paper-plane descent and cinematic comet identity reveal. */
.xsyte-contact-craft {
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, .44)) drop-shadow(0 0 17px rgba(68, 102, 255, .68));
}
.xsyte-jet-trail {
  width: 112px;
  opacity: .78;
  animation-duration: 430ms;
}
.hero > .hero-copy,
.hero > .hero-visual {
  transition: filter 520ms cubic-bezier(.2, .72, .2, 1), opacity 520ms ease, transform 250ms ease-out;
}
.hero.xsyte-impact-focus > .hero-copy {
  opacity: .28;
  filter: blur(11px) brightness(.56) saturate(.7);
}
.hero.xsyte-impact-focus > .hero-visual {
  opacity: .48;
  filter: blur(13px) brightness(.48) saturate(1.28);
}
@media (max-width: 760px) {
.hero.xsyte-impact-focus > .hero-copy { opacity: .22; filter: blur(8px) brightness(.5); }
.hero.xsyte-impact-focus > .hero-visual { opacity: .42; filter: blur(9px) brightness(.46) saturate(1.2); }
.xsyte-contact-craft { filter: drop-shadow(0 8px 11px rgba(0, 0, 0, .42)) drop-shadow(0 0 12px rgba(68, 102, 255, .65)); }
.xsyte-jet-trail { width: 82px; }
}
@media (prefers-reduced-motion: reduce) {
.hero > .hero-copy,
  .hero > .hero-visual { transition: none !important; }
}
/* Xsyte 4.9.0 — full-screen logo impact and real paper-plane contact flight. */
.xsyte-contact-craft {
  top: -49px;
  left: -74px;
  width: 148px;
  height: 98px;
  background: url("../images/xsyte-paper-plane.webp") center / contain no-repeat;
  filter:
    drop-shadow(0 14px 16px rgba(0, 0, 0, .42))
    drop-shadow(0 0 13px rgba(49, 157, 255, .62))
    drop-shadow(0 0 25px rgba(125, 55, 255, .32));
}
.xsyte-contact-craft .xsyte-jet-trail {
  top: 51%;
  right: 78%;
  width: 118px;
  height: 2px;
  opacity: .58;
  background: linear-gradient(90deg, transparent, rgba(43, 159, 255, .2) 22%, #35b9ff 68%, #a648ff);
  box-shadow: 0 0 8px rgba(59, 148, 255, .72), 0 0 19px rgba(131, 55, 255, .42);
  transform: translateY(-50%) translateZ(-8px);
  animation-duration: 560ms;
}
.xsyte-contact-craft::after {
  inset: 18% 8%;
  opacity: .72;
  background: radial-gradient(ellipse, rgba(57, 135, 255, .2), transparent 68%);
  filter: blur(11px);
}
@media (max-width: 760px) {
.xsyte-contact-craft {
    top: -37px;
    left: -56px;
    width: 112px;
    height: 74px;
  }
.xsyte-contact-craft .xsyte-jet-trail { width: 76px; }
}
/* Xsyte 5.0.0 — one-shot cinematic intro and single contact-page descent. */
.xsyte-flight-layer {
  z-index: 25000;
  perspective: 1400px;
}
.xsyte-contact-craft {
  top: -45px;
  left: -68px;
  width: 136px;
  height: 90px;
  image-rendering: auto;
  backface-visibility: hidden;
  filter:
    drop-shadow(0 15px 18px rgba(0, 0, 0, .4))
    drop-shadow(0 0 16px rgba(54, 157, 255, .54))
    drop-shadow(0 0 28px rgba(125, 55, 255, .24));
}
.xsyte-contact-craft .xsyte-jet-trail {
  right: 77%;
  width: 78px;
  height: 1px;
  opacity: .26;
  filter: blur(.35px);
  animation-duration: 1100ms;
}
.xsyte-contact-craft::after {
  opacity: .46;
  filter: blur(14px);
}
@media (max-width: 760px) {
.xsyte-contact-craft {
    top: -35px;
    left: -52px;
    width: 104px;
    height: 70px;
  }
.xsyte-contact-craft .xsyte-jet-trail { width: 58px; }
}
@media (prefers-reduced-motion: reduce) {
.xsyte-flight-layer { display: none !important; }
}
/* Xsyte 5.3.0 — cinematic glider and contact crash with guided scroll. */
.quote-panel {
  scroll-margin-top: clamp(82px, 11vh, 112px);
}
.xsyte-contact-impact {
  position: absolute;
  z-index: 18;
  left: 50%;
  top: 160px;
  width: 1px;
  height: 1px;
  display: block;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.xsyte-contact-impact-core,
.xsyte-contact-impact-ring,
.xsyte-contact-impact-particles,
.xsyte-contact-impact-particles b {
  position: absolute;
  display: block;
}
.xsyte-contact-impact-core {
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, #fff 0 3%, #76e6ff 7%, rgba(49, 139, 255, .76) 16%, rgba(130, 59, 255, .32) 36%, transparent 69%);
  filter: blur(.2px) drop-shadow(0 0 24px rgba(66, 157, 255, .92));
  transform: translate(-50%, -50%) scale(.16);
}
.xsyte-contact-impact-ring {
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(113, 207, 255, .88);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 18px rgba(79, 142, 255, .72), inset 0 0 12px rgba(137, 72, 255, .5);
  transform: translate(-50%, -50%) scale(.12);
}
.xsyte-contact-impact-ring.is-two {
  width: 104px;
  height: 104px;
  border-color: rgba(156, 87, 255, .7);
}
.xsyte-contact-impact-particles {
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
}
.xsyte-contact-impact-particles b {
  left: 0;
  top: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, #eefcff, #4ed0ff 40%, #884cff, transparent);
  box-shadow: 0 0 8px rgba(80, 164, 255, .85);
  transform-origin: 0 50%;
}
.xsyte-contact-impact-particles b:nth-child(1) { rotate: 8deg; }
.xsyte-contact-impact-particles b:nth-child(2) { rotate: 58deg; }
.xsyte-contact-impact-particles b:nth-child(3) { rotate: 122deg; }
.xsyte-contact-impact-particles b:nth-child(4) { rotate: 177deg; }
.xsyte-contact-impact-particles b:nth-child(5) { rotate: 236deg; }
.xsyte-contact-impact-particles b:nth-child(6) { rotate: 305deg; }
.xsyte-contact-impact.is-active .xsyte-contact-impact-core {
  animation: xsyte-contact-crash-core-v53 1.35s cubic-bezier(.16, .75, .18, 1) both;
}
.xsyte-contact-impact.is-active .xsyte-contact-impact-ring.is-one {
  animation: xsyte-contact-crash-ring-v53 1.25s 40ms cubic-bezier(.12, .72, .16, 1) both;
}
.xsyte-contact-impact.is-active .xsyte-contact-impact-ring.is-two {
  animation: xsyte-contact-crash-ring-v53 1.55s 110ms cubic-bezier(.12, .72, .16, 1) both;
}
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b {
  animation: xsyte-contact-crash-particle-v53 920ms 70ms cubic-bezier(.12, .72, .2, 1) both;
}
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b:nth-child(2) { animation-delay: 110ms; }
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b:nth-child(3) { animation-delay: 50ms; }
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b:nth-child(4) { animation-delay: 140ms; }
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b:nth-child(5) { animation-delay: 85ms; }
.xsyte-contact-impact.is-active .xsyte-contact-impact-particles b:nth-child(6) { animation-delay: 125ms; }
@keyframes xsyte-contact-crash-core-v53 {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.12); filter: blur(4px) brightness(2.2); }
  16% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); filter: blur(0) brightness(1.45); }
  38% { opacity: .86; transform: translate(-50%, -50%) scale(.82); filter: blur(0) brightness(1.08); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.55); filter: blur(9px) brightness(.8); }
}
@keyframes xsyte-contact-crash-ring-v53 {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.1) rotate(-10deg); }
  18% { opacity: .95; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(3.35) rotate(13deg); }
}
@keyframes xsyte-contact-crash-particle-v53 {
  0% { opacity: 0; scale: .1 1; translate: 0 0; }
  18% { opacity: 1; }
  100% { opacity: 0; scale: 1.55 1; translate: 78px 0; }
}
@media (max-width: 760px) {
.xsyte-contact-impact { top: 205px; }
.xsyte-contact-impact-core {
    width: 90px;
    height: 90px;
  }
}
@media (prefers-reduced-motion: reduce) {
.xsyte-contact-impact { display: none !important; }
}
/* Xsyte 5.1.0 — continuous contact flight, decisive counter-rotation and logo focus. */
.xsyte-flight-layer {
  z-index: 25000;
  perspective: 1500px;
  transform: translateZ(0);
}
.xsyte-contact-flight {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
  offset-distance: 0%;
  offset-rotate: auto 0deg;
  transform-style: preserve-3d;
  will-change: offset-distance, opacity;
}
.xsyte-contact-craft {
  top: -46px;
  left: -72px;
  width: 144px;
  height: 92px;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  backface-visibility: hidden;
  filter:
    drop-shadow(0 16px 20px rgba(0, 0, 0, .48))
    drop-shadow(0 0 13px rgba(54, 168, 255, .72))
    drop-shadow(0 0 30px rgba(128, 54, 255, .32));
}
.xsyte-contact-craft .xsyte-jet-trail {
  right: 76%;
  width: 112px;
  height: 2px;
  opacity: .72;
  background: linear-gradient(90deg, transparent, rgba(39, 153, 255, .08) 14%, #38bfff 67%, #a84cff);
  box-shadow: 0 0 9px rgba(53, 157, 255, .8), 0 0 22px rgba(132, 55, 255, .48);
  filter: blur(.15px);
  animation: xsyte-contact-trail-v51 720ms ease-in-out infinite alternate;
}
.xsyte-contact-craft::after {
  inset: 12% 2%;
  opacity: .68;
  background: radial-gradient(ellipse, rgba(56, 148, 255, .26), transparent 67%);
  filter: blur(13px);
}
.xsyte-flight-flare {
  position: absolute;
  left: -28vw;
  top: 42%;
  width: 156vw;
  height: 1px;
  display: block;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(48, 141, 255, .08), rgba(139, 68, 255, .2), transparent);
  box-shadow: 0 0 20px rgba(75, 105, 255, .18);
  transform: rotate(-13deg) translate3d(-24vw, 0, 0);
  will-change: transform, opacity;
}
.xsyte-flight-layer.is-flying .xsyte-flight-flare {
  animation: xsyte-flight-flare-v51 4.6s cubic-bezier(.2, .66, .18, 1) both;
}
.quote-panel.xsyte-contact-arrival {
  animation: xsyte-contact-lock-v51 1.45s cubic-bezier(.2, .74, .18, 1) both;
}
@keyframes xsyte-contact-trail-v51 {
  from { opacity: .42; scale: .72 1; filter: brightness(.86); }
  to { opacity: .9; scale: 1.06 1; filter: brightness(1.26); }
}
@keyframes xsyte-flight-flare-v51 {
  0%, 16% { opacity: 0; transform: rotate(-13deg) translate3d(-24vw, 0, 0); }
  35%, 70% { opacity: 1; }
  100% { opacity: 0; transform: rotate(-13deg) translate3d(25vw, 0, 0); }
}
@keyframes xsyte-contact-lock-v51 {
  0% { transform: translateZ(0) scale(1); box-shadow: 0 30px 85px rgba(0, 0, 0, .23); }
  28% { transform: translateZ(0) scale(1.012); box-shadow: 0 0 0 1px rgba(72, 159, 255, .76), 0 0 0 8px rgba(91, 79, 255, .08), 0 30px 100px rgba(36, 64, 202, .32); }
  52% { transform: translateZ(0) scale(.997); box-shadow: 0 0 0 1px rgba(152, 74, 255, .48), 0 0 46px rgba(91, 77, 255, .2), 0 30px 85px rgba(0, 0, 0, .23); }
  100% { transform: translateZ(0) scale(1); box-shadow: 0 30px 85px rgba(0, 0, 0, .23); }
}
@media (max-width: 760px) {
.xsyte-contact-craft {
    top: -35px;
    left: -54px;
    width: 108px;
    height: 70px;
  }
.xsyte-contact-craft .xsyte-jet-trail { width: 76px; }
}
@media (prefers-reduced-motion: reduce) {
.xsyte-flight-layer { display: none !important; }
}
/* Xsyte 5.5.0 — consent-safe homepage intro and restored neon beams. */
.hero-orbit {
  opacity: .64;
  filter: drop-shadow(0 0 8px rgba(52, 159, 255, .58)) drop-shadow(0 0 18px rgba(122, 50, 255, .34));
}
.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  left: 8%;
  width: 88%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 139, 255, .72), rgba(111, 70, 255, .82) 58%, rgba(200, 44, 255, .55), transparent);
  box-shadow: 0 0 12px rgba(75, 102, 255, .5);
  transform-origin: center;
}
.hero-orbit::before { transform: translate3d(-7%, 30px, 0) rotate(1.4deg); opacity: .58; }
.hero-orbit::after { transform: translate3d(10%, -25px, 0) rotate(-1.2deg); opacity: .32; }
/* CookieYes: hidden means non-interactive, so an old overlay can never block the page. */
.cky-overlay.cky-hide,
.cky-consent-container.cky-hide,
.cky-modal.cky-hide,
.cky-preference-center.cky-hide,
[aria-hidden="true"].cky-overlay,
[aria-hidden="true"].cky-consent-container,
[aria-hidden="true"].cky-modal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.cky-overlay:not(.cky-hide),
.cky-consent-container:not(.cky-hide),
.cky-modal:not(.cky-hide) { pointer-events: auto !important; }
.cky-consent-container .cky-consent-bar {
  max-height: calc(100dvh - 24px) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
}
.cky-preference-center {
  display: flex !important;
  flex-direction: column !important;
  width: min(560px, calc(100vw - 20px)) !important;
  max-width: 560px !important;
  max-height: calc(100dvh - 20px) !important;
  box-sizing: border-box !important;
}
.cky-preference-center .cky-preference-header,
.cky-preference-center .cky-footer-wrapper { flex: 0 0 auto !important; }
.cky-preference-center .cky-preference-body-wrapper {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}
.cky-btn-revisit-wrapper {
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  width: 38px !important;
  height: 38px !important;
  opacity: .72;
}
@media (max-width: 600px) {
.hero-orbit { opacity: .42; }
body .cky-consent-container {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: auto !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 20px) !important;
    margin: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: auto !important;
  }
body .cky-consent-container .cky-consent-bar {
    width: 100% !important;
    max-width: none !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
.cky-consent-container .cky-title {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
.cky-consent-container .cky-notice-des,
  .cky-consent-container .cky-notice-des p {
    font-size: 12px !important;
    line-height: 1.48 !important;
  }
.cky-consent-container .cky-notice-btn-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }
.cky-consent-container .cky-btn {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
  }
body .cky-modal {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
body .cky-preference-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: 520px !important;
    max-height: calc(100dvh - 20px) !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 16px !important;
  }
.cky-preference-center .cky-preference-header { padding: 15px 16px !important; }
.cky-preference-center .cky-preference-title { max-width: calc(100% - 42px) !important; font-size: 18px !important; line-height: 1.18 !important; }
.cky-preference-center .cky-preference-content-wrapper { padding: 12px 15px !important; }
.cky-preference-center .cky-accordion-wrapper { padding: 0 10px 8px !important; }
.cky-preference-center .cky-accordion-header { padding: 11px !important; }
.cky-preference-center .cky-footer-wrapper { padding: 10px 12px 12px !important; }
.cky-preference-center .cky-prefrence-btn-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
.cky-preference-center .cky-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 7px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
.cky-preference-center .cky-btn-accept {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
.cky-preference-center .cky-btn-reject,
  .cky-preference-center .cky-btn-preferences {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
/* Xsyte 5.6.0 — 2K hero stage and complete cinematic X-rocket flight. */
.hero-visual {
  background: #02040f;
  contain: layout paint;
}
.hero-visual picture {
  z-index: 1;
  overflow: hidden;
}
.hero-visual img {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 68%;
  opacity: 1;
  image-rendering: auto;
  filter: saturate(1.08) contrast(1.045) brightness(.96);
  transform: translate3d(0, 0, 0) scale(1.006);
  transform-origin: 72% 62%;
  backface-visibility: hidden;
  animation: hero-stage-breathe-v56 13s cubic-bezier(.37, 0, .24, 1) infinite alternate;
}
.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  mix-blend-mode: screen;
}
.hero-visual::before {
  z-index: 2;
  right: -9vw;
  bottom: -31%;
  width: min(82vw, 1460px);
  aspect-ratio: 1.8;
  border-radius: 50%;
  opacity: .46;
  background:
    radial-gradient(ellipse at center, rgba(24, 152, 255, .24), rgba(90, 66, 255, .13) 34%, rgba(189, 42, 255, .06) 51%, transparent 72%);
  filter: blur(26px);
  transform: translate3d(0, 0, 0) scale(.96);
  animation: hero-aurora-v56 7.2s ease-in-out infinite alternate;
}
.hero-visual::after {
  z-index: 3;
  top: 20%;
  right: -22%;
  width: min(73vw, 1240px);
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(48, 156, 255, .12), rgba(148, 226, 255, .78), rgba(154, 62, 255, .2), transparent);
  box-shadow: 0 0 16px rgba(71, 167, 255, .55), 0 0 42px rgba(112, 52, 255, .22);
  transform: rotate(-21deg) translate3d(-12vw, 0, 0) scaleX(.62);
  transform-origin: center;
  animation: hero-lens-pass-v56 8.4s 1.2s ease-in-out infinite;
}
.hero-visual .visual-fade {
  z-index: 4;
  background:
    linear-gradient(90deg, #030510 0%, rgba(3, 5, 16, .98) 14%, rgba(3, 5, 16, .84) 25%, rgba(3, 5, 16, .28) 43%, transparent 59%),
    linear-gradient(180deg, #030510 0%, rgba(3, 5, 16, .3) 10%, transparent 23%, transparent 78%, rgba(3, 5, 16, .42) 91%, #030510 100%);
}
.hero-orbit {
  z-index: 5;
  will-change: transform, opacity, filter;
}
.hero-orbit::before,
.hero-orbit::after {
  animation: hero-orbit-current-v56 4.8s ease-in-out infinite alternate;
}
.hero-orbit::after { animation-delay: -2.4s; }
@keyframes hero-stage-breathe-v56 {
  0% {
    transform: translate3d(0, 0, 0) scale(1.006);
    filter: saturate(1.04) contrast(1.04) brightness(.95);
  }
  100% {
    transform: translate3d(-.32%, -.22%, 0) scale(1.022);
    filter: saturate(1.15) contrast(1.055) brightness(1.01);
  }
}
@keyframes hero-aurora-v56 {
  from { opacity: .3; transform: translate3d(-2%, 2%, 0) scale(.93); }
  to { opacity: .58; transform: translate3d(2%, -2%, 0) scale(1.05); }
}
@keyframes hero-lens-pass-v56 {
  0%, 16% { opacity: 0; transform: rotate(-21deg) translate3d(-18vw, 0, 0) scaleX(.48); }
  27% { opacity: .38; }
  43% { opacity: .08; transform: rotate(-21deg) translate3d(17vw, 0, 0) scaleX(1.02); }
  55%, 100% { opacity: 0; transform: rotate(-21deg) translate3d(23vw, 0, 0) scaleX(.7); }
}
@keyframes hero-orbit-current-v56 {
  from { opacity: .34; filter: brightness(.9); translate: -1.5% 0; }
  to { opacity: .82; filter: brightness(1.22); translate: 1.5% 0; }
}
@media (max-width: 760px) {
.hero-visual img {
    inset: 0;
    right: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    transform-origin: 72% 58%;
  }
.hero-visual .visual-fade {
    background:
      linear-gradient(180deg, #030510 0%, rgba(3, 5, 16, .46) 10%, transparent 28%, transparent 72%, rgba(3, 5, 16, .5) 88%, #030510 100%),
      linear-gradient(90deg, rgba(3, 5, 16, .25), transparent 30%, transparent 78%, rgba(3, 5, 16, .16));
  }
.hero-visual::before { right: -36vw; bottom: -17%; width: 142vw; filter: blur(19px); }
.hero-visual::after { top: 23%; right: -72%; width: 158vw; }
}
@media (prefers-reduced-motion: reduce) {
.hero-visual img,
  .hero-visual::before,
  .hero-visual::after,
  .hero-orbit::before,
  .hero-orbit::after { animation: none !important; }
}
/* ===== Intro cinematica v6 (canvas particellare: cometa + fuoco viola) ===== */
.xsyte-intro-fx {position:fixed;inset:0;z-index:99999;pointer-events:none;opacity:1;
  background:transparent;
  transition:opacity .6s ease}
.xsyte-intro-fx.is-leaving {opacity:0}
.xsyte-intro-canvas {position:absolute;inset:0;width:100%;height:100%;display:block}
.xsyte-intro-scrim {position:absolute;left:50%;top:50%;width:min(92vmin,1080px);aspect-ratio:1;border-radius:50%;
  transform:translate(-50%,-50%);opacity:0;
  -webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);
  background:radial-gradient(circle, rgba(4,6,14,.70) 0%, rgba(4,6,14,.6) 24%, rgba(4,6,14,.4) 44%, rgba(4,6,14,.22) 60%, rgba(4,6,14,.07) 76%, transparent 92%);
  -webkit-mask:radial-gradient(circle, #000 0%, rgba(0,0,0,.97) 22%, rgba(0,0,0,.82) 38%, rgba(0,0,0,.54) 54%, rgba(0,0,0,.27) 68%, rgba(0,0,0,.08) 82%, transparent 94%);
          mask:radial-gradient(circle, #000 0%, rgba(0,0,0,.97) 22%, rgba(0,0,0,.82) 38%, rgba(0,0,0,.54) 54%, rgba(0,0,0,.27) 68%, rgba(0,0,0,.08) 82%, transparent 94%)}
.xsyte-intro-fx.is-active .xsyte-intro-scrim {animation:xsyte-introScrim 1.1s 2.85s ease both}
@keyframes xsyte-introScrim {0%{opacity:0}100%{opacity:1}}
.xsyte-intro-glow {position:absolute;left:50%;top:50%;width:min(46vmin,540px);aspect-ratio:1;border-radius:50%;
  transform:translate(-50%,-50%);opacity:0;mix-blend-mode:screen;
  background:radial-gradient(circle, rgba(150,90,255,.34), rgba(120,50,220,.12) 45%, transparent 70%)}
.xsyte-intro-logo {position:absolute;left:50%;top:50%;width:min(34vmin,340px);opacity:0;
  transform:translate(-50%,-22%) scale(.5);filter:drop-shadow(0 12px 46px rgba(120,80,255,.55))}
.xsyte-intro-fx.is-active .xsyte-intro-logo {animation:xsyte-introLogoBorn 1.3s 3s cubic-bezier(.2,.72,.2,1) both}
.xsyte-intro-fx.is-active .xsyte-intro-glow {animation:xsyte-introGlow 1.7s 3s ease-out both}
@keyframes xsyte-introLogoBorn {0%{transform:translate(-50%,-20%) scale(.5);opacity:0}45%{opacity:1}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}
@keyframes xsyte-introGlow {0%{opacity:0}30%{opacity:1}100%{opacity:.5}}
@media (prefers-reduced-motion: reduce) {
.xsyte-intro-fx .xsyte-intro-canvas {display:none}
.xsyte-intro-fx.is-active .xsyte-intro-logo {animation:none;opacity:1;transform:translate(-50%,-50%) scale(1)}
.xsyte-intro-fx.is-active .xsyte-intro-glow {animation:none;opacity:.4}
.xsyte-intro-fx.is-active .xsyte-intro-scrim {animation:none;opacity:1}
}
/* ============================================================
   SCORRIMENTO MORBIDO — regole richieste da Lenis
   ⚠️ SENZA QUESTE È PEGGIO DI NIENTE: qui sopra `html` ha
   `scroll-behavior: smooth`, e il browser animerebbe a sua volta ogni
   micro-spostamento di Lenis — la pagina resta ferma quasi un secondo e
   poi parte di scatto. La classe `.lenis` la mette la libreria, quindi
   senza JavaScript non cambia nulla.
   ============================================================ */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }
