
/* Vector E Agency — Inner Pages Fixed CSS
   This file is isolated from the homepage CSS to prevent conflicts. */

:root {
  --bg: #100d16;
  --bg-deep: #0a0a0a;
  --bg-soft: #15121b;
  --panel: rgba(10, 10, 10, 0.62);
  --panel-2: rgba(21, 18, 27, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(210, 187, 255, 0.28);
  --text: #e8dfee;
  --muted: #ccc3d8;
  --muted-soft: rgba(204, 195, 216, 0.62);
  --accent: #d2bbff;
  --accent-2: #a855f7;
  --black: #0a0a0a;
  --side: clamp(18px, 6vw, 80px);
  --max: 1120px;
  --heading: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--body);
  background:
    radial-gradient(circle at 50% -5%, rgba(124, 58, 237, 0.16), transparent 560px),
    radial-gradient(circle at 0% 22%, rgba(76, 29, 149, 0.12), transparent 420px),
    linear-gradient(180deg, #15121b 0%, #100d16 40%, #0a0a0a 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.028;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

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

.page-width {
  width: min(100% - (var(--side) * 2), var(--max));
  margin-inline: auto;
}

.site-main {
  padding-top: 80px;
  overflow: hidden;
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 80px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: var(--side);
  background: rgba(21, 18, 27, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  color: var(--text);
  font-family: var(--heading);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 32px);
}

.desktop-nav a,
.mobile-nav a:not(.header-cta) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--accent);
}

.desktop-nav a.active {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 8px;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #e8dfee;
  color: #0a0a0a;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(255,255,255,0.08);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, top 0.25s ease;
}

.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:last-child { top: 24px; }

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 20px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 20px;
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 26px var(--side);
  background: rgba(12, 10, 17, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.mobile-nav.open {
  display: grid;
  gap: 18px;
}

.mobile-nav .mobile {
  width: max-content;
  margin-top: 8px;
}

/* Shared Typography */

h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  color: var(--text);
}

p {
  color: var(--muted);
  line-height: 1.6;
}

.hero {
  position: relative;
  text-align: center;
  padding-top: clamp(88px, 11vw, 160px);
  padding-bottom: clamp(72px, 9vw, 126px);
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: min(76vw, 660px);
  height: min(76vw, 660px);
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.17), transparent 68%);
  filter: blur(42px);
  pointer-events: none;
}

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

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 8px 16px;
  border: 1px solid rgba(210,187,255,0.16);
  border-radius: 999px;
  background: rgba(76, 29, 149, 0.22);
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero h1 span,
.contact-form h2 span,
.booking h3 span,
.cta-panel span,
.final-cta span {
  color: var(--accent);
}

.hero-copy {
  max-width: 700px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.section-space {
  padding-block: clamp(56px, 7vw, 96px);
}

.center-title,
.center-block h2,
.stack h2,
.section-head h2,
.faq-section h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.center-title {
  text-align: center;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.center-copy {
  max-width: 720px;
  margin: -30px auto 56px;
  text-align: center;
}

.center-block {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.center-block p {
  margin-top: 18px;
  font-size: 18px;
}

/* Buttons */

.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 40px;
}

.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border: 0;
  border-radius: 8px;
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

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

.btn.primary {
  background: #fff;
  color: #0a0a0a;
  box-shadow: 0 0 24px rgba(255,255,255,.12);
}

.btn.secondary {
  border: 1px solid var(--line);
  background: rgba(55,51,62,.5);
  color: #fff;
}

.btn.large {
  min-height: 74px;
  padding-inline: 46px;
  font-size: 20px;
}

/* Cards */

.glass-card,
.cta-panel,
.trust-panel,
.testimonial,
.comparison,
details {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0)),
    var(--panel);
  backdrop-filter: blur(18px);
}

.glass-card::before,
.cta-panel::before,
.trust-panel::before,
.testimonial::before,
.comparison::before,
details::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 30px 30px;
}

.glass-card > *,
.cta-panel > *,
.trust-panel > *,
.testimonial > *,
.comparison > *,
details > * {
  position: relative;
  z-index: 1;
}

.glass-card {
  padding: clamp(26px, 4vw, 41px);
}

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

.icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 12px;
  background: rgba(76, 29, 149, 0.22);
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
}

.glass-card h3,
.service-card h2,
.service-feature h2,
.price-card h2 {
  margin: 0 0 16px;
  font-family: var(--heading);
  line-height: 1.25;
  font-weight: 800;
}

.glass-card h3 {
  font-size: 26px;
}

.glass-card p {
  margin: 0;
}

/* About */

.about-hero {
  padding-bottom: 90px;
}

.split {
  padding-block: clamp(56px, 7vw, 96px);
}

.split-grid,
.split.page-width {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.image-panel {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 45%, rgba(210,187,255,.38), transparent 20%),
    linear-gradient(135deg, rgba(36,18,51,.9), rgba(6,5,9,.96));
}

.image-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fallback-orbit {
  position: absolute;
  inset: 0;
}

.fallback-orbit::before,
.fallback-orbit::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 45%;
  width: 64%;
  height: 42px;
  border: 15px solid rgba(255,195,229,.48);
  border-radius: 999px;
  transform: rotate(-15deg);
  filter: drop-shadow(0 0 22px rgba(210,187,255,.28));
}

.fallback-orbit::after {
  left: 32%;
  top: 54%;
  width: 44%;
  height: 28px;
  border-color: rgba(210,187,255,.42);
  transform: rotate(28deg);
}

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

.mission-grid h2 {
  margin: 0;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

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

.process-card {
  padding: 32px;
  border-left: 1px solid var(--line);
  background: rgba(10,10,10,.38);
}

.process-card span {
  color: var(--accent);
  font-family: var(--heading);
  font-weight: 800;
}

.process-card h3 {
  margin: 14px 0 10px;
  font-size: 22px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.section-head p {
  margin: 12px 0 0;
}

.section-head a {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
}

.team-row {
  display: grid;
  gap: 32px;
}

.team-row.compact,
.team-row.full {
  grid-template-columns: repeat(4, minmax(0,1fr));
}

.team-row.compact article img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #37333e;
  filter: saturate(.9);
}

.team-row.compact h3 {
  margin: 18px 0 4px;
  font-family: var(--heading);
  font-size: 20px;
}

.team-row.compact p {
  margin: 0;
}

.cta-panel {
  margin-bottom: clamp(80px, 9vw, 120px);
  padding: clamp(46px, 7vw, 82px);
  text-align: center;
  border-radius: 24px;
}

.cta-panel h2 {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.cta-panel p {
  max-width: 720px;
  margin: 0 auto 36px;
}

/* Services */

.services-bento {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding-bottom: clamp(90px, 10vw, 130px);
}

.services-bento .glass-card {
  min-height: 100%;
}

.service-feature {
  grid-row: span 2;
}

.service-feature h2 {
  font-size: clamp(38px, 5vw, 56px);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
}

.chips.selectable span {
  cursor: pointer;
}

.chips .selected {
  border-color: var(--accent);
  background: var(--accent);
  color: #0a0a0a;
}

ul {
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

li {
  margin: 10px 0;
  color: var(--muted);
}

li::before {
  content: "•";
  color: var(--accent);
  margin-right: 10px;
}

.progress {
  height: 8px;
  margin: 26px 0 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.timeline-section {
  background: rgba(16,13,22,.52);
}

.timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 72px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.timeline > div {
  position: relative;
  width: 48%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.timeline > div:nth-child(even) {
  margin-left: auto;
}

.timeline h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

/* Work */

.work-filters {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: -42px;
  margin-bottom: 64px;
}

.work-filters button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  color: var(--muted);
  padding: 10px 20px;
  cursor: pointer;
}

.work-filters button.active {
  background: var(--accent);
  color: #0a0a0a;
  border-color: var(--accent);
}

.case-bento {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding-bottom: clamp(85px, 10vw, 120px);
}

.case-bento .case-card {
  overflow: hidden;
  border-radius: 16px;
}

.case-bento .large {
  grid-row: span 2;
}

.case-art {
  position: relative;
  height: 320px;
  background: #170d20;
  overflow: hidden;
}

.case-card.large .case-art {
  height: 420px;
}

.case-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 56% 42%, rgba(210,187,255,.38), transparent 18%),
    linear-gradient(135deg, rgba(168,85,247,.30), transparent 62%);
}

.case-art.graph {
  background:
    linear-gradient(180deg, rgba(168,85,247,.35), transparent 45%),
    repeating-linear-gradient(90deg, #171021 0 34px, #281336 35px 36px);
}

.case-art.portal {
  background: radial-gradient(circle at 50% 50%, rgba(210,187,255,.48), transparent 20%), #0b0710;
}

.case-art.identity {
  background: linear-gradient(135deg, #261337, #07050c);
}

.case-art.quantum {
  background: linear-gradient(135deg, #120d19, #211631);
}

.case-body {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: var(--panel);
}

.case-body span,
.case-image span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 900;
}

.case-body h2,
.case-body h3 {
  margin: 10px 0 16px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
}

.case-body strong {
  display: block;
  margin: 18px 0;
  color: var(--accent);
  font-family: var(--heading);
  font-size: 42px;
}

.case-body small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.case-body a {
  display: inline-block;
  margin-top: 8px;
  color: var(--accent);
  font-weight: 900;
}

.metrics {
  padding-block: 74px;
  border-block: 1px solid var(--line);
  background: #2c2833;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
  text-align: center;
}

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

.metric-grid strong,
.metric-grid span {
  font-family: var(--heading);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
}

.metric-grid p {
  margin: 8px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.quote-card p {
  min-height: 112px;
  font-size: 18px;
}

.quote-card strong,
.quote-card span {
  display: block;
}

.quote-card span {
  margin-top: 4px;
  color: var(--muted);
}

/* Pricing */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
  align-items: stretch;
  padding-bottom: clamp(85px, 10vw, 120px);
}

.price-card {
  padding: 40px;
}

.price-card.featured {
  border-color: rgba(210,187,255,.50);
  box-shadow: 0 0 90px rgba(168,85,247,.16);
  transform: translateY(-20px);
}

.popular {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 16px;
  border-radius: 0 0 12px 12px;
  background: var(--accent);
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price {
  margin: 28px 0 8px;
  font-family: var(--heading);
  font-size: clamp(44px, 5vw, 56px);
  font-weight: 800;
}

.price span {
  color: var(--muted);
  font-size: 20px;
}

.comparison {
  overflow-x: auto;
  border-radius: 16px;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
}

th {
  color: var(--text);
  font-family: var(--heading);
  font-size: 18px;
}

th:first-child,
td:first-child {
  text-align: left;
}

.addon-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
}

.addon-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--accent);
  font-family: var(--heading);
  font-size: 24px;
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

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

details {
  padding: 24px;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-family: var(--heading);
  font-weight: 800;
}

/* Team */

.team-row.full {
  padding-bottom: clamp(82px, 10vw, 130px);
}

.team-card img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 28px;
  background: #37333e;
  filter: saturate(.9);
}

.team-card p {
  margin: 0;
  color: var(--accent);
  font-family: var(--heading);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.team-card h2 {
  margin: 6px 0 12px;
  font-size: 32px;
  line-height: 1.18;
}

.team-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.team-card div {
  color: var(--muted);
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding-bottom: clamp(82px, 10vw, 120px);
}

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

.contact-form h2 {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.2;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

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

.form-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-side {
  display: grid;
  align-content: start;
  gap: 16px;
}

.booking h3 {
  margin: 0 0 14px;
  font-size: 32px;
}

.booking p {
  margin: 0;
}

.calendar-box {
  margin-top: 24px;
  padding: 46px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #1d1a24;
  text-align: center;
}

.calendar-box div {
  color: var(--accent);
  font-size: 42px;
  line-height: 1;
}

.calendar-box .btn {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 13px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}

.contact-card .icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 999px;
}

.contact-card p {
  margin: 0;
}

.contact-card strong {
  color: var(--text);
}

.trust-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: clamp(82px, 10vw, 120px);
  padding: 48px;
  text-align: left;
  border-radius: 24px;
}

.trust-panel h2 {
  max-width: 580px;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.25;
}

.trust-panel p {
  margin: 0;
}

.press {
  display: flex;
  gap: 32px;
  opacity: .48;
  color: var(--text);
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Footer */

.site-footer {
  padding: 64px var(--side) 56px;
  border-top: 1px solid var(--line);
  background: #100d16;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr .7fr .7fr;
  gap: clamp(34px, 6vw, 64px);
  padding-inline: 0;
}

.footer-brand h2 {
  margin: 0 0 20px;
  font-family: var(--heading);
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 800;
}

.footer-brand .footer-logo-inner {
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 340px;
  margin: 0;
}

.footer-grid h3 {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
}

/* Reveal */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */

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

  .menu-toggle {
    display: block;
  }

  .cards-grid,
  .split-grid,
  .split.page-width,
  .mission-grid,
  .services-bento,
  .case-bento,
  .pricing-grid,
  .faq-section,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .team-row.compact,
  .team-row.full,
  .process-grid,
  .metric-grid,
  .metric-grid.four {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .price-card.featured {
    transform: none;
  }

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

  .timeline::before {
    left: 0;
  }

  .timeline > div {
    width: 100%;
    margin-left: 0 !important;
  }

  .trust-panel {
    display: grid;
  }

  .image-panel {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  :root {
    --side: 18px;
  }

  .site-header {
    height: 74px;
  }

  .mobile-nav {
    top: 74px;
  }

  .site-main {
    padding-top: 74px;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 64px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .button-row {
    gap: 14px;
  }

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

  .team-row.compact,
  .team-row.full,
  .process-grid,
  .metric-grid,
  .metric-grid.four {
    grid-template-columns: 1fr;
  }

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

  .section-head {
    display: grid;
  }

  .work-filters {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .press {
    flex-wrap: wrap;
  }

  .site-footer {
    padding-top: 70px;
    padding-bottom: 78px;
  }

  .case-body,
  .glass-card {
    padding: 24px;
  }

  .case-card.large .case-art,
  .case-art {
    height: 280px;
  }

  .trust-panel,
  .cta-panel {
    padding: 34px 22px;
  }
}


/* Service detail pages from new Figma links */
.service-detail-page .detail-hero{position:relative;min-height:clamp(620px,68vw,820px);display:grid;place-items:center;overflow:hidden;text-align:center;padding:120px var(--side) 96px}.detail-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 44%,rgba(124,58,237,.18),transparent 36%),linear-gradient(180deg,rgba(21,18,27,.18),rgba(21,18,27,.92));pointer-events:none}.detail-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.22;filter:saturate(.7) contrast(1.1)}.detail-bg-glow{position:absolute;left:50%;top:50%;width:800px;height:420px;transform:translate(-50%,-50%);border-radius:999px;background:rgba(124,58,237,.24);filter:blur(70px)}.detail-hero-inner{position:relative;z-index:2}.detail-hero h1{max-width:1120px;margin:0 auto;font-family:var(--heading);font-size:clamp(42px,7vw,72px);line-height:1.1;font-weight:800;letter-spacing:-.04em}.detail-hero h1 span,.detail-copy h2 span,.center-block h2 span,.detail-left-title span,.seo-result h2 span,.detail-card-grid h3 span{color:var(--accent)}.detail-split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(42px,7vw,80px);align-items:center}.detail-copy h2{margin:0 0 24px;font-size:clamp(34px,5vw,48px);line-height:1.2;letter-spacing:-.02em}.detail-step{margin:0 0 14px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.check-list{display:grid;gap:14px;margin:28px 0 0}.check-list li{margin:0}.highlight-box{padding:28px 30px;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;background:var(--panel);color:var(--text);font-size:19px;line-height:1.6}.detail-image{padding:6px;min-height:420px}.detail-image img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:12px;filter:saturate(.72) contrast(1.08)}.detail-band{background:rgba(16,13,22,.55)}.detail-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.detail-card-grid .glass-card{min-height:340px;display:flex;flex-direction:column}.detail-card-grid .glass-card small{margin-top:auto;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.detail-icon{margin-bottom:28px;color:var(--accent);font-size:32px}.detail-process{display:grid;grid-template-columns:.55fr 1fr;gap:64px;align-items:start}.process-stack{display:grid;gap:32px}.process-stack article{display:flex;gap:32px;align-items:flex-start}.process-stack article>span{color:rgba(210,187,255,.25);font-family:var(--heading);font-size:40px;font-weight:900;line-height:1}.process-stack h3,.vertical-steps h3{margin:0 0 12px;font-size:28px}.result-panel{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;padding:0}.result-panel img{width:100%;height:100%;min-height:440px;object-fit:cover;filter:saturate(.65)}.result-panel>div{padding:clamp(36px,6vw,80px)}.result-panel h2,.seo-result h2,.pricing-detail-cta h2{margin:0 0 22px;font-size:clamp(34px,5vw,48px);line-height:1.2;letter-spacing:-.02em}.stat-row{display:flex;flex-wrap:wrap;gap:28px;margin-top:32px}.stat-row strong{color:var(--accent);font-family:var(--heading);font-size:34px;line-height:1.1}.stat-row small{display:block;margin-top:8px;color:var(--muted);font-family:var(--body);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.detail-cta{margin-bottom:clamp(90px,12vw,160px);padding:clamp(46px,7vw,96px);text-align:center;border-radius:24px}.detail-cta h2{margin:0 0 32px;font-size:clamp(34px,5vw,48px)}.performance-bento{display:grid;grid-template-columns:2fr 1fr;gap:32px}.performance-bento h3{font-size:clamp(28px,4vw,36px)}.detail-timeline .timeline{max-width:980px}.detail-left-title{margin:0 0 48px;font-size:clamp(34px,5vw,48px)}.result-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.result-case-grid .glass-card{padding:0}.result-case-grid img{width:100%;height:260px;object-fit:cover;filter:saturate(.65)}.result-case-grid .glass-card>:not(img){margin-left:32px;margin-right:32px}.result-case-grid .detail-step{margin-top:28px}.result-case-grid h3{font-size:28px}.result-case-grid .stat-row{padding-bottom:32px}.pricing-detail-cta{display:grid;justify-items:center;gap:18px;text-align:center}.price-mini{width:min(100%,450px);padding:44px;text-align:center}.price-mini p{text-transform:uppercase;letter-spacing:.18em;font-size:12px}.price-mini h3{margin:8px 0 28px;font-size:48px}.price-mini h3 span{color:var(--muted);font-size:16px}.seo-issue{display:grid;gap:8px;margin-top:22px;padding-left:64px;position:relative}.seo-issue:before{content:"⌁";position:absolute;left:0;top:2px;width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#37333e;color:var(--accent)}.seo-issue strong{color:var(--text);font-family:var(--heading);font-size:20px}.seo-issue p{margin:0}.vertical-steps{display:grid;gap:46px}.vertical-steps article{position:relative;padding-left:50px;border-left:2px solid rgba(210,187,255,.2)}.vertical-steps article:before{content:"";position:absolute;left:-11px;top:0;width:20px;height:20px;border:2px solid var(--accent);border-radius:999px;background:#37333e}.vertical-steps article:first-child:before{background:var(--accent);box-shadow:0 0 15px rgba(168,85,247,.8)}.seo-result{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;margin-bottom:clamp(90px,12vw,160px);padding:clamp(38px,6vw,90px);border-radius:32px}.seo-result img{width:100%;min-height:320px;object-fit:cover;border-radius:18px;opacity:.72}@media(max-width:1100px){.detail-split,.detail-process,.result-panel,.seo-result{grid-template-columns:1fr}.detail-card-grid,.result-case-grid{grid-template-columns:1fr}.performance-bento{grid-template-columns:1fr}.detail-image,.detail-image img{min-height:340px}.result-panel img{min-height:320px}}@media(max-width:640px){.service-detail-page .detail-hero{min-height:560px;padding-top:90px}.detail-hero h1{font-size:42px}.process-stack article{display:grid;gap:16px}.stat-row{display:grid;gap:18px}.price-mini{padding:28px 22px}}


/* ABOUT PAGE — PIXEL PERFECT LAYOUT FROM FIGMA NODE 91:6503 */
body[data-page="about"]{background:#0a0a0a}body[data-page="about"] .site-main{padding-top:80px}.about-pixel-main{background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.16),transparent 680px),linear-gradient(180deg,#0a0a0a 0%,#0a0a0a 42%,#100d16 100%);color:var(--text)}.about-pixel-main .page-width{width:min(100% - (var(--side) * 2),1120px)}
.about-pixel-hero{position:relative;min-height:654px;display:grid;place-items:start center;overflow:hidden;padding-top:66px;text-align:center;background:linear-gradient(180deg,rgba(21,18,27,0) 0%,#15121b 50%,#15121b 100%)}.about-hero-glow{position:absolute;top:-224px;left:calc(50% + 255px);width:800px;height:800px;border-radius:999px;background:radial-gradient(circle,rgba(124,58,237,1),rgba(124,58,237,0) 70%);opacity:.15;filter:blur(60px);pointer-events:none}.about-hero-gradient{position:absolute;inset:0;background:radial-gradient(circle at 54% 0%,rgba(210,187,255,.08),transparent 22rem),linear-gradient(180deg,transparent 0%,rgba(21,18,27,.68) 62%,#0a0a0a 100%);pointer-events:none}.about-hero-inner{position:relative;z-index:2;max-width:896px}.about-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;margin:0 auto 24px;padding:5px 13px;border:1px solid rgba(210,187,255,.3);border-radius:9999px;background:rgba(210,187,255,.1);color:#d2bbff;font-size:12px;line-height:1;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.about-pixel-hero h1{margin:0;color:#e8dfee;font-family:var(--heading);font-size:72px;line-height:1.1;font-weight:800;letter-spacing:-2.88px}.about-pixel-hero h1 span,.about-story-copy h2 span,.about-center h2 span,.about-section-head h2 span,.about-cta h2 span{color:#d2bbff}.about-hero-copy{max-width:672px;margin:23px auto 0;color:#ccc3d8;font-size:20px;line-height:32px}.about-button-row{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:31px}.about-btn{display:inline-flex;align-items:center;justify-content:center;min-height:66px;padding:20px 40px;border-radius:8px;font-family:var(--heading);font-size:16px;line-height:1;font-weight:800;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.about-btn:hover{transform:translateY(-3px)}.about-btn-primary{background:#fff;color:#0a0a0a}.about-btn-secondary{border:1px solid rgba(255,255,255,.12);background:rgba(10,10,10,.6);color:#e8dfee;backdrop-filter:blur(20px)}
.about-section{padding-block:96px}.about-story{display:grid;grid-template-columns:544px 1fr;gap:32px;align-items:center}.about-story-copy h2{margin:0 0 23px;color:#e8dfee;font-family:var(--heading);font-size:48px;line-height:57.6px;letter-spacing:-.96px}.about-story-copy p{margin:0;color:rgba(204,195,216,.8);font-size:16px;line-height:25.6px}.about-story-copy p.large{margin-bottom:23px;color:#ccc3d8;font-size:20px;line-height:32px}.about-tech-card{position:relative;overflow:hidden;min-height:306px;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(10,10,10,.6);backdrop-filter:blur(20px)}.about-tech-card img{width:100%;height:296px;object-fit:cover;object-position:center;border-radius:8px}.about-why-band{position:relative;overflow:hidden;background:rgba(16,13,22,.5)}.why-glow{position:absolute;right:0;top:-300px;width:600px;height:600px;border-radius:999px;background:radial-gradient(circle,rgba(124,58,237,1),rgba(124,58,237,0) 70%);opacity:.15;filter:blur(60px);pointer-events:none}.about-center{max-width:720px;margin:0 auto 64px;text-align:center}.about-center h2{margin:0;color:#e8dfee;font-family:var(--heading);font-size:48px;line-height:57.6px;font-weight:800;letter-spacing:-.96px}.about-center p{max-width:576px;margin:15px auto 0;color:#ccc3d8;font-size:16px;line-height:25.6px}.about-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.about-glass-card{position:relative;overflow:hidden;min-height:306px;padding:41px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(10,10,10,.6);backdrop-filter:blur(20px)}.about-glass-card.featured{border-color:rgba(210,187,255,.2)}.about-glass-card:before,.mission-card:before,.about-cta:before{content:"";position:absolute;inset:0;opacity:.035;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:32px 32px}.about-icon{height:30px;color:#d2bbff;font-size:28px;line-height:1;margin-bottom:22px}.about-glass-card h3{margin:0 0 15px;color:#d2bbff;font-family:var(--heading);font-size:32px;line-height:41.6px;font-weight:700}.about-glass-card p{margin:0;color:#ccc3d8;font-size:16px;line-height:25.6px}
.mission-vision{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding-top:64px}.mission-card{position:relative;overflow:hidden;min-height:382px;padding:49px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(10,10,10,.6);backdrop-filter:blur(20px)}.mission-card:after{content:"";position:absolute;width:256px;height:256px;border-radius:999px;background:rgba(210,187,255,.1);filter:blur(32px)}.mission-card:first-child:after{top:-80px;right:-80px}.mission-card:nth-child(2):after{left:-80px;bottom:-80px}.mission-card p{margin:0 0 16px;color:#d2bbff;font-size:12px;line-height:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.mission-card h2{position:relative;z-index:2;margin:0;color:#e8dfee;font-family:var(--heading);font-size:32px;line-height:44px;font-weight:700}.about-method{padding-top:96px;padding-bottom:64px}.method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.method-card{min-height:214px;padding:32px 32px 32px 33px;border-left:1px solid rgba(210,187,255,.2)}.method-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:24px;border-radius:4px;background:rgba(210,187,255,.2);color:#d2bbff}.method-card h3{margin:0 0 12px;color:#e8dfee;font-family:var(--heading);font-size:16px;line-height:25.6px}.method-card p{margin:0;color:#ccc3d8;font-size:14px;line-height:20px}
.about-team{padding-top:64px;padding-bottom:96px}.about-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:48px}.about-section-head h2{margin:0 0 8px;font-family:var(--heading);font-size:48px;line-height:57.6px;letter-spacing:-.96px}.about-section-head p{margin:0;color:#ccc3d8;font-size:16px;line-height:24px}.about-section-head a{color:#d2bbff;font-size:12px;font-weight:800;line-height:12px;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap}.about-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.about-member{min-height:374px}.member-image{position:relative;overflow:hidden;aspect-ratio:4/5;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(10,10,10,.6)}.member-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(21,18,27,.62),rgba(21,18,27,0) 50%);pointer-events:none}.member-image img{width:125.2%;height:100%;max-width:none;transform:translateX(-12.6%);object-fit:cover;filter:saturate(.72) contrast(1.08)}.about-member h3{margin:16px 0 0;color:#e8dfee;font-family:var(--heading);font-size:16px;line-height:25.6px}.about-member p{margin:0;color:#d2bbff;font-size:12px;line-height:12px;font-weight:800;letter-spacing:1.2px}.about-cta{position:relative;overflow:hidden;margin-bottom:96px;padding:64px 64px 64px;border:1px solid rgba(210,187,255,.3);border-radius:16px;background:rgba(10,10,10,.6);text-align:center;backdrop-filter:blur(20px)}.cta-glow{position:absolute;top:-160px;left:50%;width:600px;height:600px;transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle,rgba(124,58,237,1),rgba(124,58,237,0) 70%);opacity:.30;filter:blur(60px)}.about-cta h2{position:relative;z-index:2;max-width:768px;margin:0 auto 32px;color:#e8dfee;font-family:var(--heading);font-size:48px;line-height:57.6px;letter-spacing:-.96px}.about-cta p{position:relative;z-index:2;max-width:576px;margin:0 auto 48px;color:#ccc3d8;font-size:20px;line-height:32px}.about-btn-large{position:relative;z-index:2;min-height:80px;padding:24px 48px;font-size:20px}.about-cta-meta{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px;color:rgba(204,195,216,.6);font-size:12px;line-height:12px;font-weight:800;letter-spacing:1.2px}.about-cta-meta i{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.2)}body[data-page="about"] .site-footer{background:#100d16}
@media(max-width:1100px){.about-pixel-main .page-width{width:min(100% - (var(--side) * 2),760px)}.about-pixel-hero h1{font-size:clamp(44px,9vw,64px)}.about-story,.mission-vision,.about-card-grid,.method-grid,.about-team-grid{grid-template-columns:1fr 1fr}.about-story{grid-template-columns:1fr}.about-tech-card img{height:360px}.method-grid,.about-team-grid{gap:24px}}@media(max-width:700px){body[data-page="about"] .site-main{padding-top:74px}.about-pixel-main .page-width{width:calc(100% - 36px)}.about-pixel-hero{min-height:570px;padding-top:54px}.about-pixel-hero h1{font-size:42px;letter-spacing:-1.6px}.about-hero-copy{font-size:15px;line-height:24px}.about-button-row{display:grid;gap:14px}.about-btn{width:100%;min-height:56px;padding:18px 24px}.about-section{padding-block:82px}.about-story,.mission-vision,.about-card-grid,.method-grid,.about-team-grid{grid-template-columns:1fr}.about-story-copy h2,.about-center h2,.about-section-head h2,.about-cta h2{font-size:34px;line-height:1.2}.about-tech-card img{height:260px}.mission-vision{padding-top:70px}.mission-card{min-height:auto;padding:32px 26px}.mission-card h2{font-size:25px;line-height:1.35}.about-section-head{display:grid;gap:18px}.about-cta{padding:48px 22px;margin-bottom:82px}.about-cta p{font-size:16px;line-height:26px}.about-btn-large{width:100%;font-size:15px}.about-cta-meta{flex-direction:column;gap:10px}.about-cta-meta i{display:none}}


/* =========================================================
   SERVICES PAGE — PIXEL PERFECT LAYOUT FROM FIGMA NODE 95:8105
   ========================================================= */

body[data-page="services"] {
  background: #0a0a0a;
}

body[data-page="services"] .site-main {
  padding-top: 80px;
}

.services-pixel-main {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 7%, rgba(76,29,149,.15), transparent 490px),
    linear-gradient(180deg, rgba(168,85,247,.02) 0 1.5625%, transparent 1.5625%),
    linear-gradient(90deg, rgba(168,85,247,.02) 0 1.5625%, transparent 1.5625%),
    #0a0a0a;
  background-size: auto, 64px 64px, 64px 64px, auto;
}

.services-pixel-main .page-width {
  width: min(100% - (var(--side) * 2), 1120px);
}

.services-pixel-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.services-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(76,29,149,.15), rgba(76,29,149,0) 45%);
  pointer-events: none;
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

.services-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7.99px;
  min-height: 32px;
  margin-bottom: 24px;
  padding: 9px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(76,29,149,.2);
  color: #d2bbff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.services-pill img {
  width: 11.667px;
  height: 11.667px;
}

.services-pixel-hero h1 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.services-pixel-hero h1 span,
.services-flow-head h2 span,
.services-cta-box h2 span {
  color: #d2bbff;
}

.services-hero-copy {
  max-width: 670px;
  margin: 24px auto 0;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.services-pixel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  grid-auto-rows: 1fr;
  gap: 32px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-px-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(168,85,247,.15);
  border-radius: 32px;
  background: rgba(15,12,21,.6);
  padding: 33px;
  backdrop-filter: blur(12px);
}

.service-px-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

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

.service-px-branding {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-branding-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.service-copy {
  width: 414.67px;
}

.service-line-icon {
  width: 100%;
  max-width: 48px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 24px;
}

.service-px-card h2 {
  margin: 9px 0 15px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  letter-spacing: -.96px;
}

.service-px-card h3 {
  margin: 0 0 18px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.service-px-card p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 25.6px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  margin-top: 32px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 17px;
  border: 1px solid rgba(210,187,255,.2);
  border-radius: 999px;
  background: rgba(210,187,255,.1);
  color: #d2bbff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.service-brand-symbol {
  width: 223.33px;
  min-height: 205px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210,187,255,.3);
  border-radius: 24px;
  background: linear-gradient(137.75deg, rgba(210,187,255,.2), rgba(76,29,149,.4));
}

.service-brand-symbol img {
  width: 72.923px;
  height: 75.538px;
  object-fit: contain;
}

.services-white-btn,
.services-dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 40px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.services-white-btn:hover,
.services-dark-btn:hover {
  transform: translateY(-3px);
}

.services-white-btn {
  background: #fff;
  color: #0a0a0a;
}

.services-dark-btn {
  width: 100%;
  margin-top: auto;
  border: 1px solid rgba(210,187,255,.4);
  background: #37333e;
  color: #e8dfee;
}

.service-px-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-px-vertical .service-line-icon {
  margin-bottom: 24px;
}

.service-eyebrow {
  margin: 0 0 16px !important;
  color: #d2bbff !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -.8px;
  text-transform: uppercase;
}

.service-dot-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 40px;
  padding: 0;
  list-style: none;
}

.service-dot-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.service-dot-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d2bbff;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 40px;
}

.mini-tags span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  color: #e8dfee;
  font-size: 12px;
  line-height: 16px;
}

.service-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 40px;
  padding: 0;
  list-style: none;
}

.service-check-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  color: #e8dfee;
  font-size: 14px;
  line-height: 20px;
}

.service-check-list img {
  width: 14.25px;
  height: 14.25px;
}

.service-progress {
  width: 100%;
  height: 8px;
  margin: 28px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

.service-progress span {
  display: block;
  width: 85%;
  height: 100%;
  background: #d2bbff;
}

.progress-label {
  color: #ccc3d8 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-social-icons {
  display: flex;
  gap: 16px;
  margin: 30px 0 40px;
  opacity: .6;
}

.service-social-icons span {
  color: #ccc3d8;
  font-size: 19px;
}

.material-word {
  height: 62px;
  color: #d2bbff;
  font-family: var(--heading);
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .88;
}

.content-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin: 28px 0 40px;
}

.content-tag-grid span {
  display: grid;
  place-items: center;
  min-height: 33px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
  background: rgba(255,255,255,.05);
  color: #e8dfee;
  font-size: 10px;
  line-height: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.services-white-btn.full {
  width: 100%;
}

.services-flow-section {
  padding: 96px 0;
  background: rgba(16,13,22,.5);
}

.services-flow-head {
  margin-bottom: 64px;
}

.services-flow-head h2 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -.96px;
}

.services-flow-head p {
  margin: 16px 0 0;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.services-timeline {
  position: relative;
  display: grid;
  gap: 160px;
}

.flow-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.12);
}

.flow-step {
  position: relative;
  width: 50%;
  min-height: 108.78px;
}

.flow-step.left {
  padding-right: 80px;
  text-align: right;
}

.flow-step.right {
  margin-left: 50%;
  padding-left: 80px;
}

.flow-step h3 {
  margin: -1px 0 14px;
  color: #d2bbff;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.flow-step p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 25.6px;
}

.flow-dot {
  position: absolute;
  top: 38.39px;
  width: 32px;
  height: 32px;
  border: 4px solid #d2bbff;
  border-radius: 999px;
  background: #15121b;
  box-shadow: 0 0 20px rgba(168,85,247,.6);
}

.flow-step.left .flow-dot {
  right: -16px;
}

.flow-step.right .flow-dot {
  left: -16px;
}

.services-cta-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: linear-gradient(149.71deg, rgba(76,29,149,.1), rgba(76,29,149,0));
}

.services-cta-box {
  padding: 64px;
  border: 1px solid rgba(210,187,255,.3);
  border-radius: 32px;
  background: rgba(15,12,21,.6);
  text-align: center;
  backdrop-filter: blur(12px);
}

.services-cta-box h2 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -.96px;
}

.services-cta-box p {
  max-width: 672px;
  margin: 32px auto 32px;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.services-white-btn.cta {
  padding-inline: 48px;
}

@media (max-width: 1100px) {
  .services-pixel-main .page-width {
    width: min(100% - (var(--side) * 2), 760px);
  }

  .services-pixel-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .service-px-branding {
    grid-column: 1 / -1;
  }

  .service-branding-top {
    display: grid;
  }

  .service-copy {
    width: 100%;
  }

  .service-brand-symbol {
    width: 100%;
    min-height: 190px;
  }
}

@media (max-width: 760px) {
  body[data-page="services"] .site-main {
    padding-top: 74px;
  }

  .services-pixel-main .page-width {
    width: calc(100% - 36px);
  }

  .services-pixel-hero {
    min-height: 460px;
  }

  .services-pixel-hero h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1.7px;
  }

  .services-hero-copy {
    font-size: 15px;
    line-height: 24px;
  }

  .services-pixel-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 82px;
  }

  .service-px-card {
    padding: 26px;
    border-radius: 24px;
  }

  .service-px-card h2 {
    font-size: 38px;
    line-height: 1.15;
  }

  .service-px-card h3,
  .flow-step h3 {
    font-size: 27px;
    line-height: 1.25;
  }

  .services-flow-section,
  .services-cta-section {
    padding-block: 82px;
  }

  .services-flow-head {
    margin-bottom: 64px;
  }

  .services-flow-head h2,
  .services-cta-box h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .services-timeline {
    gap: 52px;
    padding-left: 28px;
  }

  .flow-line {
    left: 0;
  }

  .flow-step,
  .flow-step.left,
  .flow-step.right {
    width: 100%;
    margin-left: 0;
    padding: 0 0 0 28px;
    text-align: left;
  }

  .flow-step.left .flow-dot,
  .flow-step.right .flow-dot {
    left: -16px;
    right: auto;
  }

  .services-cta-box {
    padding: 42px 22px;
  }

  .services-cta-box p {
    font-size: 16px;
    line-height: 26px;
  }
}


/* =========================================================
   WORK PAGE — PIXEL PERFECT LAYOUT FROM FIGMA NODE 90:5284
   Includes functional filter tabs
   ========================================================= */

body[data-page="work"] {
  background: #15121b;
}

body[data-page="work"] .site-main {
  padding-top: 80px;
}

.work-pixel-main {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(124,58,237,.15), transparent 520px),
    radial-gradient(circle at -20% 25%, rgba(255,255,255,.05), transparent 620px),
    #15121b;
  color: #e8dfee;
}

.work-pixel-main .page-width {
  width: min(100% - (var(--side) * 2), 1120px);
}

.work-pixel-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  padding: 96px 0;
}

.work-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(124,58,237,.15), rgba(124,58,237,0) 42%);
  pointer-events: none;
}

.work-hero-inner {
  position: relative;
  z-index: 2;
}

.work-pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 7px 17px;
  border: 1px solid rgba(210,187,255,.2);
  border-radius: 999px;
  background: rgba(76,29,149,.2);
  color: #d2bbff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.work-pixel-hero h1 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.work-pixel-hero h1 span,
.work-card-body h2 span,
.work-card-body h3 span,
.work-testimonials h2 span,
.work-cta h2 span {
  color: #d2bbff;
}

.work-hero-copy {
  max-width: 672px;
  margin: 24px auto 0;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.work-case-section {
  padding-bottom: 96px;
}

.work-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}

.work-tab {
  position: relative;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 25px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(10,10,10,.6);
  color: #ccc3d8;
  font-family: var(--body);
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  cursor: pointer;
  backdrop-filter: blur(20px);
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.work-tab:hover {
  transform: translateY(-2px);
  color: #d2bbff;
  border-color: rgba(210,187,255,.55);
}

.work-tab.active {
  border-color: #d2bbff;
  color: #d2bbff;
}

.work-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  grid-template-rows: 720.86px 507.25px;
  gap: 32px;
}

.work-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.work-card.is-hidden {
  display: none;
}

.work-card-large {
  grid-column: span 8;
}

.work-card-side {
  grid-column: span 4;
}

.work-card-medium {
  grid-column: span 6;
}

.work-image {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}

.work-image.large {
  height: 412.88px;
}

.work-image.side {
  height: 350px;
}

.work-image.medium {
  height: 304.88px;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.08);
  transition: transform .4s ease;
}

.work-card:hover .work-image img {
  transform: scale(1.045);
}

.work-label {
  position: absolute;
  top: 24px;
  left: 24px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border: 1px solid rgba(210,187,255,.3);
  border-radius: 999px;
  background: rgba(10,10,10,.6);
  color: #d2bbff;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.work-card-body {
  position: relative;
  z-index: 2;
}

.work-card-body.large {
  padding: 40px;
}

.work-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 14.8px;
}

.work-card-body h2 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  letter-spacing: -.96px;
}

.work-stat {
  text-align: right;
  min-width: 110px;
}

.work-stat strong {
  display: block;
  color: #a855f7;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(168,85,247,.4);
}

.work-stat small {
  display: block;
  margin-top: 0;
  color: #ccc3d8;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.work-card-body p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 25.6px;
}

.work-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: #e8dfee;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.work-card-body.side {
  padding: 32px;
}

.work-category {
  margin: 0 0 7px !important;
  color: #d2bbff !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.work-card-body h3 {
  margin: 0 0 16px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.work-mini-stats {
  display: flex;
  gap: 16px;
  padding-top: 9px;
}

.work-mini-stats span {
  display: grid;
  gap: 0;
  padding: 9px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #221e28;
}

.work-mini-stats strong {
  color: #a855f7;
  font-size: 16px;
  line-height: 24px;
}

.work-mini-stats small {
  color: #ccc3d8;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.work-card-body.medium {
  padding: 31px 32px 32px;
}

.work-card-body.medium h3 {
  margin-bottom: 6.8px;
}

.work-metrics-section {
  padding: 161px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(16,13,22,.5);
}

.work-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 32px;
  text-align: center;
}

.work-metric {
  position: relative;
}

.work-metric strong {
  display: block;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.work-metric:nth-child(1) strong,
.work-metric:nth-child(3) strong {
  color: #d2bbff;
  text-shadow: 0 0 20px rgba(168,85,247,.4);
}

.work-metric p {
  margin: 8px 0 0;
  color: #ccc3d8;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.work-testimonials {
  padding-top: 96px;
  padding-bottom: 160px;
}

.work-testimonials h2 {
  margin: 0 0 48px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -.96px;
}

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

.work-testimonial-card {
  position: relative;
  min-height: 397px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 41px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.work-testimonial-card.active {
  border-color: rgba(210,187,255,.3);
}

.stars {
  color: #d2bbff;
  font-size: 18px;
  letter-spacing: 1px;
}

.work-testimonial-card p {
  margin: 0;
  color: #e8dfee;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 8px;
}

.testimonial-author img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(210,187,255,.3);
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-author strong,
.testimonial-author small {
  display: block;
}

.testimonial-author strong {
  color: #e8dfee;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-author small {
  color: #ccc3d8;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.work-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 160px;
  padding: 97px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  text-align: center;
  backdrop-filter: blur(20px);
}

.work-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(210,187,255,.05);
  pointer-events: none;
}

.work-cta-glow {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 999px;
  filter: blur(60px);
}

.work-cta-glow.left {
  left: -96px;
  top: -96px;
  background: rgba(168,85,247,.2);
}

.work-cta-glow.right {
  right: -96px;
  bottom: -96px;
  background: rgba(210,187,255,.2);
}

.work-cta h2,
.work-cta p,
.work-cta-buttons {
  position: relative;
  z-index: 2;
}

.work-cta h2 {
  margin: 0 0 32px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.work-cta p {
  max-width: 672px;
  margin: 0 auto 48px;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.work-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.work-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 20px 48px;
  border-radius: 12px;
  font-family: var(--heading);
  font-size: 18px;
  line-height: 27px;
  font-weight: 800;
}

.work-btn.primary {
  background: #fff;
  color: #000;
}

.work-btn.secondary {
  border: 1px solid #e5e7eb;
  color: #e8dfee;
}

@media (max-width: 1100px) {
  .work-pixel-main .page-width {
    width: min(100% - (var(--side) * 2), 760px);
  }

  .work-filter-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .work-bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .work-card-large,
  .work-card-side,
  .work-card-medium {
    grid-column: auto;
  }

  .work-card-large {
    grid-column: 1 / -1;
  }

  .work-testimonial-grid,
  .work-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-testimonials {
    padding-bottom: 160px;
  }
}

@media (max-width: 760px) {
  body[data-page="work"] .site-main {
    padding-top: 74px;
  }

  .work-pixel-main .page-width {
    width: calc(100% - 36px);
  }

  .work-pixel-hero {
    min-height: 440px;
    padding-block: 90px;
  }

  .work-pixel-hero h1,
  .work-cta h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1.7px;
  }

  .work-hero-copy,
  .work-cta p {
    font-size: 15px;
    line-height: 24px;
  }

  .work-case-section {
    padding-bottom: 90px;
  }

  .work-bento-grid,
  .work-testimonial-grid,
  .work-metrics-grid {
    grid-template-columns: 1fr;
  }

  .work-title-row {
    display: grid;
  }

  .work-stat {
    text-align: left;
  }

  .work-card-body h2,
  .work-testimonials h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .work-image.large,
  .work-image.side,
  .work-image.medium {
    height: 260px;
  }

  .work-card-body.large,
  .work-card-body.side,
  .work-card-body.medium,
  .work-testimonial-card {
    padding: 26px;
  }

  .work-metrics-section {
    padding-block: 82px;
  }

  .work-testimonials {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .work-cta {
    margin-bottom: 82px;
    padding: 46px 22px;
  }

  .work-cta-buttons {
    display: grid;
    gap: 14px;
  }
}


/* =========================================================
   WORK PAGE CARD HEIGHT FIX
   Cards now size based on their own content instead of stretching
   to the tallest grid row.
   ========================================================= */

body[data-page="work"] .work-bento-grid {
  grid-template-rows: auto auto !important;
  align-items: start !important;
}

body[data-page="work"] .work-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

body[data-page="work"] .work-card-medium,
body[data-page="work"] .work-card-side,
body[data-page="work"] .work-card-large {
  display: flex !important;
  flex-direction: column !important;
}

body[data-page="work"] .work-card-body.medium {
  padding-bottom: 34px !important;
}

body[data-page="work"] .work-card-body.medium a {
  margin-top: 28px !important;
}

/* Keep the medium cards tight on desktop so there is no empty black area */
@media (min-width: 761px) {
  body[data-page="work"] .work-card-medium {
    max-height: none !important;
  }

  body[data-page="work"] .work-image.medium {
    height: 304.88px !important;
    flex: 0 0 auto !important;
  }

  body[data-page="work"] .work-card-body.medium {
    flex: 0 0 auto !important;
  }
}

/* Prevent horizontal overflow from causing the header/logo to appear cropped */
body[data-page="work"] {
  overflow-x: hidden !important;
}

body[data-page="work"] .site-header {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}


/* WORK TABS FUNCTIONAL FIX */
body[data-page="work"] .work-card.is-hidden {
  display: none !important;
}

body[data-page="work"] .work-tab {
  cursor: pointer !important;
  user-select: none;
}

body[data-page="work"] .work-tab.active {
  border-color: #d2bbff !important;
  color: #d2bbff !important;
  background: rgba(10, 10, 10, 0.72) !important;
  box-shadow: 0 0 18px rgba(168,85,247,.12);
}


/* =========================================================
   PRICING PAGE — PIXEL PERFECT LAYOUT FROM FIGMA NODE 90:5597
   ========================================================= */

body[data-page="pricing"] {
  background: #15121b;
}

body[data-page="pricing"] .site-main {
  padding-top: 80px;
}

.pricing-pixel-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(124,58,237,.15), transparent 520px),
    radial-gradient(circle at -30% 22%, rgba(255,255,255,.05), transparent 640px),
    #15121b;
  color: #e8dfee;
}

.pricing-pixel-main .page-width {
  width: min(100% - (var(--side) * 2), 1120px);
}

.pricing-pixel-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 0;
  text-align: center;
}

.pricing-hero-glow {
  position: absolute;
  top: -25%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124,58,237,1), rgba(124,58,237,0) 70%);
  opacity: .15;
  filter: blur(50px);
  pointer-events: none;
}

.pricing-hero-inner {
  position: relative;
  z-index: 2;
}

.pricing-eyebrow {
  margin: 0 0 24px;
  color: #d2bbff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pricing-pixel-hero h1 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.pricing-pixel-hero h1 span,
.pricing-section-title span,
.faq-copy h2 span,
.pricing-final-cta h2 span {
  color: #d2bbff;
}

.pricing-hero-copy {
  max-width: 672px;
  margin: 24px auto 0;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.pricing-card-section {
  padding-bottom: 96px;
}

.pricing-grid-pixel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
  align-items: center;
}

.price-px-card {
  position: relative;
  min-height: 622px;
  display: flex;
  flex-direction: column;
  padding: 41px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.price-px-card > *:not(.price-texture) {
  position: relative;
  z-index: 2;
}

.price-featured {
  min-height: 653px;
  border-color: rgba(210,187,255,.5);
  box-shadow: 0 0 50px -12px rgba(124,58,237,.3);
  transform: scale(1.05);
}

.price-texture {
  position: absolute;
  inset: 0;
  opacity: .03;
  pointer-events: none;
  background-image: url('assets/img/texture_overlay_5.png');
  background-size: 512px 512px;
  background-position: top left;
}

.popular-badge {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 4px 16px;
  border-radius: 0 16px 0 12px;
  background: #d2bbff;
  color: #3f008e;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 3 !important;
}

.price-head {
  padding-bottom: 32px;
}

.price-head p {
  margin: 0 0 7px;
  color: #d2bbff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.price-head h2 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.price-head h2 span {
  color: #d2bbff;
}

.price-amount {
  padding-bottom: 32px;
}

.price-amount strong {
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -.96px;
}

.price-amount span {
  margin-left: 4px;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.price-amount p {
  margin: 8px 0 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.price-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0 0 40px;
  list-style: none;
}

.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #e8dfee;
  font-size: 16px;
  line-height: 24px;
}

.price-list li::before {
  display: none;
}

.price-list img {
  width: 16.667px;
  height: 16.667px;
  flex: 0 0 auto;
}

.price-btn {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 12px;
  font-family: var(--heading);
  font-size: 16px;
  line-height: 25.6px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

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

.price-btn.secondary {
  border: 1px solid rgba(255,255,255,.12);
  color: #e8dfee;
}

.price-btn.primary {
  background: #e8dfee;
  color: #15121b;
}

.feature-breakdown-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pricing-section-title {
  margin: 0 0 48px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -.96px;
}

.pricing-section-title.left {
  text-align: left;
}

.pricing-table-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.pricing-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

.pricing-table thead {
  background: #1d1a24;
}

.pricing-table th,
.pricing-table td {
  padding: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #ccc3d8;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 33.8%;
  color: #e8dfee;
  text-align: left;
}

.pricing-table th {
  color: #e8dfee;
  font-family: var(--heading);
  font-weight: 500;
  line-height: 25.6px;
}

.pricing-table th.highlight {
  color: #d2bbff;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing-addons-section {
  padding: 96px 0;
}

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

.addon-card {
  position: relative;
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 33px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.addon-card.large {
  grid-column: span 2;
}

.addon-card > *:not(.price-texture) {
  position: relative;
  z-index: 2;
}

.addon-card img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.addon-card h3 {
  margin: 14px 0 8px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.addon-card.large h3 {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.addon-card p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.addon-card strong {
  color: #d2bbff;
  font-size: 16px;
  line-height: 24px;
}

.pricing-faq-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-top: 96px;
  padding-bottom: 160px;
}

.faq-copy h2 {
  margin: 0 0 24px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  letter-spacing: -.96px;
}

.faq-copy p {
  max-width: 448px;
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.pricing-faq-list {
  display: grid;
  gap: 16px;
  align-content: start;
}

.pricing-faq-card {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.pricing-faq-card summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 28px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.pricing-faq-card summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-card summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #d2bbff;
  font-size: 20px;
}

.pricing-faq-card[open] summary::after {
  content: "−";
}

.pricing-faq-card p {
  margin: 8px 0 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.pricing-final-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 160px;
  padding: 81px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 40px;
  background: rgba(10,10,10,.6);
  text-align: center;
  backdrop-filter: blur(20px);
}

.pricing-cta-glow {
  position: absolute;
  top: -8%;
  left: 50%;
  width: 800px;
  height: 800px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124,58,237,1), rgba(124,58,237,0) 70%);
  opacity: .2;
  filter: blur(50px);
}

.pricing-final-cta h2,
.pricing-cta-buttons,
.pricing-final-cta p {
  position: relative;
  z-index: 2;
}

.pricing-final-cta h2 {
  margin: 0 0 40px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.pricing-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.pricing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 20px 48px;
  border-radius: 999px;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 800;
}

.pricing-cta-btn.primary {
  background: #e8dfee;
  color: #15121b;
}

.pricing-cta-btn.secondary {
  border: 1px solid rgba(255,255,255,.12);
  color: #e8dfee;
}

.pricing-final-cta p {
  margin: 40px 0 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .pricing-pixel-main .page-width {
    width: min(100% - (var(--side) * 2), 760px);
  }

  .pricing-grid-pixel,
  .pricing-faq-section {
    grid-template-columns: 1fr;
  }

  .price-featured {
    transform: none;
  }

  .addon-grid-pixel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="pricing"] .site-main {
    padding-top: 74px;
  }

  .pricing-pixel-main .page-width {
    width: calc(100% - 36px);
  }

  .pricing-pixel-hero {
    min-height: 440px;
    padding: 90px 0;
  }

  .pricing-pixel-hero h1,
  .pricing-final-cta h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1.7px;
  }

  .pricing-hero-copy {
    font-size: 15px;
    line-height: 24px;
  }

  .price-px-card,
  .price-featured {
    min-height: auto;
    padding: 28px;
  }

  .price-amount strong {
    font-size: 40px;
  }

  .pricing-card-section,
  .feature-breakdown-section,
  .pricing-addons-section {
    padding-bottom: 82px;
  }

  .feature-breakdown-section,
  .pricing-addons-section,
  .pricing-faq-section {
    padding-top: 82px;
  }

  .pricing-faq-section {
    padding-bottom: 82px;
  }

  .pricing-section-title,
  .faq-copy h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .addon-grid-pixel {
    grid-template-columns: 1fr;
  }

  .addon-card.large {
    grid-column: auto;
  }

  .pricing-final-cta {
    margin-bottom: 82px;
    padding: 44px 22px;
    border-radius: 28px;
  }

  .pricing-cta-buttons {
    display: grid;
    gap: 14px;
  }

  .pricing-cta-btn {
    min-height: 58px;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.2;
  }

  .pricing-final-cta p {
    font-size: 11px;
  }
}


/* =========================================================
   CONTACT PAGE — PIXEL PERFECT LAYOUT FROM FIGMA NODE 90:5918
   Working service chips + PHP email submit
   ========================================================= */

body[data-page="contact"] {
  background: #0a0a0a;
}

body[data-page="contact"] .site-main {
  padding-top: 80px;
}

.contact-pixel-main {
  overflow: hidden;
  background:
    radial-gradient(circle at -8% 22%, rgba(76,29,149,.20), transparent 430px),
    radial-gradient(circle at 107% 50%, rgba(76,29,149,.10), transparent 610px),
    #0a0a0a;
  color: #e8dfee;
}

.contact-pixel-main .page-width {
  width: min(100% - (var(--side) * 2), 1120px);
}

.contact-pixel-hero {
  position: relative;
  padding: 96px 0 48px;
  text-align: center;
}

.contact-hero-glow.left {
  position: absolute;
  left: -80px;
  top: 22%;
  width: 400px;
  height: 400px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76,29,149,1), rgba(76,29,149,0) 70%);
  opacity: .20;
  filter: blur(60px);
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
}

.contact-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(76,29,149,.2);
  color: #d2bbff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.contact-pixel-hero h1 {
  margin: 0;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 72px;
  line-height: 79.2px;
  font-weight: 800;
  letter-spacing: -2.88px;
}

.contact-pixel-hero h1 span,
.contact-form-card h2 span,
.booking-card h3 span {
  color: #d2bbff;
}

.contact-hero-copy {
  max-width: 672px;
  margin: 24px auto 0;
  color: #ccc3d8;
  font-size: 20px;
  line-height: 32px;
}

.contact-bento-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 96px;
}

.contact-form-card {
  position: relative;
  grid-column: span 8;
  overflow: hidden;
  padding: 41px 41px 57px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.contact-card-texture {
  position: absolute;
  inset: 0;
  opacity: .03;
  pointer-events: none;
  background-image: url('assets/img/texture_overlay_6.png');
  background-size: 512px 512px;
  background-position: top left;
}

.contact-form-card > *:not(.contact-card-texture),
.booking-card > *:not(.contact-card-texture),
.contact-info-card > *:not(.contact-card-texture),
.contact-trust-section > *:not(.contact-card-texture) {
  position: relative;
  z-index: 2;
}

.contact-form-card h2 {
  margin: 0 0 40px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  letter-spacing: -.96px;
}

.form-alert {
  margin: -16px 0 30px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
}

.form-alert.success {
  border: 1px solid rgba(210,187,255,.35);
  background: rgba(210,187,255,.12);
  color: #e8dfee;
}

.form-alert.error {
  border: 1px solid rgba(255,100,100,.35);
  background: rgba(255,80,80,.10);
  color: #ffd6d6;
}

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

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field span,
.contact-service-field > span {
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.8px;
  text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 51px;
  padding: 13px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background: transparent;
  color: #e8dfee;
  font-family: var(--body);
  font-size: 16px;
  outline: none;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(204,195,216,.3);
}

.select-field {
  position: relative;
}

.select-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url('assets/icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 8px center;
}

.select-field select option {
  background: #15121b;
  color: #e8dfee;
}

.contact-service-field {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
}

.service-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-chip {
  display: inline-flex;
  cursor: pointer;
  user-select: none;
}

.service-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.service-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 21px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #e8dfee;
  font-size: 16px;
  line-height: 24px;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.service-chip:hover span {
  border-color: rgba(210,187,255,.45);
  transform: translateY(-2px);
}

.service-chip input:checked + span {
  border-color: #d2bbff;
  background: #d2bbff;
  color: #0a0a0a;
}

.textarea-field {
  grid-column: 1 / -1;
  padding-top: 16px;
}

.contact-field textarea {
  min-height: 122px;
  resize: vertical;
  padding-top: 12px;
}

.contact-submit {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 64px;
  margin-top: 0;
  border: 0;
  border-radius: 8px;
  background: #e8dfee;
  color: #0a0a0a;
  font-family: var(--heading);
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255,255,255,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 32px rgba(255,255,255,.16);
}

.contact-side-column {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.booking-card {
  position: relative;
  overflow: hidden;
  padding: 32px 33px 153px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.booking-card h3 {
  margin: 0 0 24px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.booking-card p {
  margin: 0 0 24px;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.calendar-panel {
  display: grid;
  place-items: center;
  padding: 62px 25px 54px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #1d1a24;
  text-align: center;
}

.calendar-panel img {
  width: 45.333px;
  height: 50.974px;
  margin-bottom: 16px;
}

.calendar-panel span {
  margin-bottom: 24px;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.calendar-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.contact-info-stack {
  display: grid;
  gap: 16px;
}

.contact-info-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,10,10,.6);
  backdrop-filter: blur(20px);
}

.info-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(76,29,149,.2);
}

.info-icon img {
  max-width: 20px;
  max-height: 20px;
}

.contact-info-card p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.contact-info-card strong {
  color: #e8dfee;
  font-weight: 800;
}

.contact-trust-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 160px;
  padding: 48px;
  border-radius: 24px;
  background: rgba(16,13,22,.4);
  backdrop-filter: blur(20px);
}

.contact-trust-section h2 {
  margin: 0 0 16px;
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
}

.contact-trust-section p {
  margin: 0;
  color: #ccc3d8;
  font-size: 16px;
  line-height: 24px;
}

.press-logos {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 32px;
  opacity: .4;
}

.press-logos span {
  color: #e8dfee;
  font-family: var(--heading);
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .contact-pixel-main .page-width {
    width: min(100% - (var(--side) * 2), 760px);
  }

  .contact-bento-section {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-side-column {
    grid-column: auto;
  }

  .booking-card {
    padding-bottom: 33px;
  }

  .contact-trust-section {
    display: grid;
  }
}

@media (max-width: 760px) {
  body[data-page="contact"] .site-main {
    padding-top: 74px;
  }

  .contact-pixel-main .page-width {
    width: calc(100% - 36px);
  }

  .contact-pixel-hero {
    padding-top: 70px;
  }

  .contact-pixel-hero h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1.7px;
  }

  .contact-hero-copy {
    font-size: 15px;
    line-height: 24px;
  }

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

  .contact-form-card {
    padding: 28px;
  }

  .contact-form-card h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .service-chip-group {
    gap: 10px;
  }

  .service-chip span {
    font-size: 13px;
    min-height: 38px;
    padding: 8px 14px;
  }

  .contact-bento-section {
    padding-bottom: 82px;
  }

  .contact-trust-section {
    margin-bottom: 82px;
    padding: 32px 22px;
  }

  .contact-trust-section h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  .press-logos {
    grid-template-columns: repeat(2, max-content);
  }
}
