/* ProOrasis — landing page styles (extracted from index.html) */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table tr {
  border-bottom: 1px solid var(--clr-border);
}

.hours-table tr:last-child {
  border-bottom: none;
}

.hours-table td {
  padding: 0.65rem 0;
  font-size: 0.9rem;
}

.hours-table td:first-child {
  color: var(--clr-muted);
}

.hours-table td:last-child {
  color: var(--clr-blue);
  font-weight: 600;
  text-align: right;
}

/* — Landing (web design subpage) — */
.wz-page {
  padding-top: var(--header-offset);
}

html:not([data-zt-theme="light"]) .wz-page {
  --clr-card: rgba(30, 52, 82, 0.82);
}

.wz-rule {
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.35), transparent);
}

.wz-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.75rem, 8vw, 6.25rem);
  overflow: hidden;
  isolation: isolate;
  background: #050810 url('../images/wz-hero-bg.png') center center / cover no-repeat;
  --wz-hero-fg: #f8fafc;
  --wz-hero-muted: #cbd5e1;
}

.wz-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(105deg, rgba(5, 10, 22, 0.68) 0%, rgba(5, 10, 22, 0.22) 46%, rgba(5, 10, 22, 0.32) 100%),
    linear-gradient(180deg, rgba(5, 10, 22, 0.2) 0%, transparent 48%, rgba(5, 10, 22, 0.5) 100%);
  pointer-events: none;
}

.wz-hero::after {
  display: none;
}

.wz-hero .wz-h1,
.wz-hero .wz-h1-line {
  color: var(--wz-hero-fg);
  text-shadow: 0 2px 20px rgba(5, 10, 22, 0.65);
}

.wz-hero .wz-lead {
  color: var(--wz-hero-muted);
  text-shadow: 0 1px 14px rgba(5, 10, 22, 0.55);
}

.wz-hero .wz-kicker {
  color: #bae6fd;
  text-shadow: 0 1px 12px rgba(5, 10, 22, 0.55);
  border-color: rgba(186, 230, 253, 0.32);
  background: rgba(5, 10, 22, 0.42);
}

.wz-hero .wz-kicker strong {
  color: var(--wz-hero-fg);
}

.wz-hero .wz-hero-trust {
  color: var(--wz-hero-fg);
  text-shadow: 0 1px 12px rgba(5, 10, 22, 0.5);
}

.wz-hero .wz-mock {
  display: none;
}

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

.wz-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.25rem, 5vw, 4rem);
  align-items: center;
  max-width: 44rem;
}

.wz-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--clr-blue);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
  backdrop-filter: blur(12px);
}

.wz-kicker::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--clr-green);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.75);
}

.wz-h1 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.05rem, 4.6vw, 4.15rem);
  line-height: 1.12;
  color: var(--clr-white);
  margin: 0 0 1.25rem;
  max-width: none;
}

.wz-h1-line {
  display: block;
}

/* Typewriter words always on their own single line */
.wz-h1-line--type {
  margin-top: 0.1em;
  white-space: nowrap;
  min-height: 1.12em;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.wz-h1-line--type::-webkit-scrollbar {
  display: none;
}

.wz-grad {
  background: linear-gradient(105deg, #7dd3fc 0%, #38bdf8 42%, #0369a1 78%, #0c4a6e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wz-lead {
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  color: var(--clr-muted);
  max-width: 36rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.wz-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.wz-hero-cta .btn {
  padding-inline: clamp(1.35rem, 2.8vw, 2.15rem);
  border-radius: 10px;
}

.wz-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin: 0 0 1.35rem;
  max-width: 38rem;
  font-size: clamp(0.88rem, 1.8vw, 0.95rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--clr-text);
}

.wz-hero-trust__stars {
  flex-shrink: 0;
  color: #f59e0b;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.wz-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  max-width: 38rem;
}

.wz-includes span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.48);
  color: #e2e8f0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.wz-includes span::before {
  content: '✓';
  color: var(--clr-green);
  font-weight: 900;
}

.wz-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: clamp(1.75rem, 4vw, 2.25rem);
}

.wz-hero-stat {
  min-height: 5.25rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 12px;
  background: rgba(24, 38, 62, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wz-hero-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1;
  color: #f8fafc;
  margin-bottom: 0.45rem;
}

.wz-hero-stat span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #cbd5e1;
}

.wz-mock {
  position: relative;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(28, 42, 68, 0.9), rgba(18, 28, 46, 0.86)),
    var(--clr-card);
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card), 0 26px 90px rgba(3, 105, 161, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.wz-mock::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.32), transparent 30%, rgba(34, 197, 94, 0.18) 80%);
  pointer-events: none;
  opacity: 0.55;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  border-radius: inherit;
}

.wz-mock:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(56, 189, 248, 0.08);
}

.wz-mock--img {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wz-zoom-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  appearance: none;
}

.wz-zoom-trigger:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.8);
  outline-offset: -6px;
}

.wz-mock-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 575;
  object-fit: contain;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 420ms ease;
  transform-origin: center;
  will-change: transform;
}

.wz-mock--img:hover .wz-mock-img {
  transform: scale(1.055);
}

/* Floating animation for hero mockup */
@keyframes wz-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.wz-mock--floating {
  animation: wz-float 6s ease-in-out infinite;
}

/* Typewriter effect styles */
.wz-typewriter {
  display: inline-block;
  vertical-align: baseline;
}

.wz-grad.wz-typewriter {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(240, 249, 255, 0.98);
  paint-order: stroke fill;
}

.wz-typewriter::after {
  content: '|';
  animation: wz-blink 1s step-end infinite;
  color: var(--clr-blue);
  margin-left: 2px;
}

@keyframes wz-blink {
  from, to { opacity: 1; }
  50% { opacity: 0; }
}

.wz-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(2, 8, 23, 0.82);
  backdrop-filter: blur(14px);
}

.wz-zoom-modal.is-open {
  display: grid;
}

.wz-zoom-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.wz-zoom-modal__frame {
  position: relative;
  z-index: 1;
  width: min(96vw, 1380px);
  max-height: 92vh;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  background: rgba(15, 23, 42, 0.88);
}

.wz-zoom-modal__frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 92vh;
  object-fit: contain;
}

.wz-zoom-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.wz-zoom-modal__close:hover {
  background: rgba(14, 165, 233, 0.88);
}

.wz-mock--img .wz-mock-cap {
  margin-top: 0;
  padding: 0.85rem 1rem 1rem;
  font-size: 0.75rem;
  color: var(--clr-muted);
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.55), rgba(226, 242, 252, 0.88));
  border-top: 1px solid rgba(56, 189, 248, 0.14);
}

.wz-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  counter-reset: wzstep;
  margin-top: 2.25rem;
}

@media (min-width: 760px) {
  .wz-flow {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wz-flow-step {
  position: relative;
  min-height: 13rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(56, 189, 248, 0.22);
  background: linear-gradient(160deg, rgba(30, 52, 88, 0.65), rgba(22, 38, 68, 0.58));
  box-shadow: 0 4px 24px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: visible;
  counter-increment: wzstep;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.wz-flow-step:hover {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 30px rgba(56,189,248,0.06);
}

.wz-flow-num {
  display: block;
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(56, 189, 248, 0.45);
  margin-bottom: 1.5rem;
}

.wz-flow-num::before {
  content: '0' counter(wzstep);
}

.wz-flow-arrow {
  display: none;
}

.wz-flow-step h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f0f8ff;
}

.wz-flow-step p {
  margin: 0;
  color: #a8c4d8;
  font-size: 0.92rem;
  line-height: 1.68;
}

.wz-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 2.25rem;
}

@media (min-width: 860px) {
  .wz-offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wz-offer {
  padding: 1.45rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  transition: var(--transition);
}

.wz-offer:nth-child(1) {
  background:
    linear-gradient(145deg, rgba(56, 189, 248, 0.26) 0%, transparent 54%),
    linear-gradient(195deg, rgba(14, 165, 233, 0.1) 0%, transparent 46%),
    linear-gradient(180deg, rgba(32, 50, 82, 0.94), rgba(20, 32, 54, 0.9));
}

.wz-offer:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(125, 211, 252, 0.32) 0%, transparent 48%),
    linear-gradient(220deg, rgba(34, 197, 235, 0.14) 0%, transparent 44%),
    linear-gradient(180deg, rgba(36, 56, 90, 0.96), rgba(22, 36, 60, 0.92));
}

.wz-offer:nth-child(3) {
  background:
    linear-gradient(140deg, rgba(167, 139, 250, 0.24) 0%, transparent 52%),
    linear-gradient(205deg, rgba(129, 140, 248, 0.12) 0%, transparent 48%),
    linear-gradient(180deg, rgba(30, 48, 78, 0.93), rgba(18, 30, 50, 0.89));
}

.wz-offer:hover {
  border-color: rgba(56, 189, 248, 0.42);
}

.wz-offer:nth-child(1):hover {
  background:
    linear-gradient(145deg, rgba(56, 189, 248, 0.36) 0%, transparent 46%),
    linear-gradient(180deg, rgba(38, 58, 90, 0.98), rgba(24, 38, 62, 0.94));
}

.wz-offer:nth-child(2):hover {
  background:
    linear-gradient(150deg, rgba(125, 211, 252, 0.42) 0%, transparent 42%),
    linear-gradient(180deg, rgba(40, 60, 96, 0.98), rgba(26, 40, 68, 0.95));
}

.wz-offer:nth-child(3):hover {
  background:
    linear-gradient(140deg, rgba(167, 139, 250, 0.34) 0%, transparent 46%),
    linear-gradient(180deg, rgba(38, 52, 88, 0.98), rgba(24, 34, 58, 0.94));
}

.wz-offer--featured {
  border-color: rgba(56, 189, 248, 0.48);
  box-shadow:
    0 20px 60px rgba(3, 105, 161, 0.2),
    0 0 0 1px rgba(125, 211, 252, 0.12) inset;
}

.wz-offer small {
  color: #7dd3fc;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wz-offer h3 {
  margin: 0.7rem 0 0.55rem;
  font-size: 1.18rem;
  color: #f8fafc;
}

.wz-offer p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.62;
  font-size: 0.92rem;
}

.wz-section {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
}

.wz-section--alt {
  background: linear-gradient(180deg, var(--clr-bg2) 0%, var(--clr-bg) 100%);
}

.wz-svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 600px) {
  .wz-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .wz-svc-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wz-svc-card {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out),
    filter 0.25s var(--ease-out);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.wz-svc-card:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.28), transparent 52%),
    linear-gradient(200deg, rgba(14, 165, 233, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(38, 58, 90, 0.96), rgba(20, 32, 52, 0.94));
}

.wz-svc-card:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.22), transparent 50%),
    linear-gradient(215deg, rgba(16, 185, 129, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(36, 56, 86, 0.96), rgba(20, 34, 54, 0.94));
}

.wz-svc-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(167, 139, 250, 0.24), transparent 48%),
    linear-gradient(195deg, rgba(129, 140, 248, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(40, 52, 88, 0.96), rgba(22, 30, 52, 0.94));
}

.wz-svc-card:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.26), transparent 50%),
    linear-gradient(205deg, rgba(34, 197, 235, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(34, 58, 88, 0.96), rgba(20, 32, 56, 0.94));
}

.wz-svc-card:nth-child(5) {
  background:
    linear-gradient(135deg, rgba(251, 191, 36, 0.16), transparent 52%),
    linear-gradient(190deg, rgba(245, 158, 11, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(38, 54, 86, 0.96), rgba(22, 32, 52, 0.94));
}

.wz-svc-card:nth-child(6) {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.2), transparent 50%),
    linear-gradient(200deg, rgba(56, 189, 248, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(36, 56, 86, 0.96), rgba(20, 34, 56, 0.94));
}

.wz-svc-card:hover {
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 40px rgba(56, 189, 248, 0.15);
}

.wz-svc-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-white);
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  line-height: 1.35;
}

.wz-svc-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--clr-muted);
  line-height: 1.65;
  flex: 1;
}

.wz-ic {
  display: inline-flex;
  color: var(--clr-blue);
  flex-shrink: 0;
}

.wz-ic svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.75;
}

.wz-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .wz-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .wz-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wz-why-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.11) 0%, transparent 50%),
    linear-gradient(165deg, rgba(36, 56, 90, 0.48), rgba(22, 36, 58, 0.32));
  transition: border-color 0.25s var(--ease-out), background 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}

.wz-why-item:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.18) 0%, transparent 45%),
    linear-gradient(165deg, rgba(44, 66, 102, 0.58), rgba(28, 44, 72, 0.42));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(56, 189, 248, 0.08);
}

.wz-why-item h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-white);
}

.wz-why-item p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--clr-muted);
  line-height: 1.6;
}

.wz-stack-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  max-width: 52rem;
  margin: 0 auto;
}

.wz-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--clr-text);
  background: rgba(32, 48, 78, 0.42);
  border: 1px solid var(--clr-border);
  border-radius: 999px;
  transition: border-color 0.2s var(--ease-out), color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.wz-badge:hover {
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--clr-white);
  transform: translateY(-2px);
}

.wz-tech-cat .wz-badge:nth-child(3n + 1) {
  background:
    linear-gradient(125deg, rgba(56, 189, 248, 0.38), rgba(28, 44, 72, 0.55));
}

.wz-tech-cat .wz-badge:nth-child(3n + 2) {
  background:
    linear-gradient(125deg, rgba(125, 211, 252, 0.28), rgba(28, 44, 72, 0.52));
}

.wz-tech-cat .wz-badge:nth-child(3n) {
  background:
    linear-gradient(125deg, rgba(52, 211, 153, 0.32), rgba(28, 44, 72, 0.52));
}

.wz-tech-cat .wz-badge:hover {
  background:
    linear-gradient(125deg, rgba(56, 189, 248, 0.55), rgba(14, 116, 144, 0.35));
}

.wz-about-box {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--clr-border);
  background: linear-gradient(165deg, rgba(32, 52, 82, 0.78), rgba(20, 34, 56, 0.55));
  box-shadow: var(--shadow-blue);
}

.wz-about-box p {
  margin: 0 0 1rem;
  color: var(--clr-muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.wz-about-box p:last-child {
  margin-bottom: 0;
}

.wz-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

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

.wz-hero .wz-reveal {
  opacity: 1;
  transform: none;
}

.wz-contact-head {
  margin-bottom: 2rem;
}

.wz-final-cta {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.22), transparent 46%),
    linear-gradient(180deg, rgba(32, 52, 82, 0.78), rgba(20, 34, 54, 0.62));
  box-shadow: var(--shadow-card);
  text-align: center;
}

.wz-final-cta h2 {
  max-width: 16ch;
  margin: 0 auto 0.85rem;
}

html:not([data-zt-theme="light"]) .wz-final-cta h2 {
  color: #f8fafc;
}

.wz-final-cta p {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  color: #cbd5e1;
}

.wz-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

@media (max-width: 768px) {
  .wz-hero {
    background-image: none;
    background-color: #050810;
  }

  .wz-hero::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: min(56.25vw, 38dvh);
    background: url('../images/wz-hero-bg.png') center center / contain no-repeat;
    z-index: 0;
    pointer-events: none;
  }

  .wz-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 10, 22, 0.5) 0%, rgba(5, 10, 22, 0.78) 32%, rgba(5, 10, 22, 0.92) 100%);
  }

  [data-zt-theme="light"] .wz-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 10, 22, 0.42) 0%, rgba(5, 10, 22, 0.68) 32%, rgba(5, 10, 22, 0.86) 100%);
  }
}

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

  .wz-h1 {
    max-width: none;
  }

  .wz-includes,
  .wz-audience-grid {
    grid-template-columns: 1fr;
  }
}

.wz-skip {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 2000;
  padding: 0.5rem 1rem;
  background: var(--clr-blue-deep);
  color: #fff;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 600;
}

.wz-skip:focus {
  left: 0.5rem;
  outline: 2px solid var(--clr-blue);
  outline-offset: 2px;
}

/* ── Portfolio ── */
.wz-portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin-top: 2.25rem;
}

@media (min-width: 640px) {
  .wz-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .wz-portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

.wz-port-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  background: rgba(28, 44, 72, 0.4);
  overflow: visible;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
  display: flex;
  flex-direction: column;
}

.wz-port-card:hover {
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow: 0 20px 60px rgba(0,0,0,.35), 0 0 40px rgba(56,189,248,.06);
}

.wz-port-thumb {
  position: relative;
  height: 175px;
  overflow: hidden;
}

.wz-port-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s var(--ease-out);
}

.wz-port-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 22, 0.06) 0%, rgba(5, 10, 22, 0.32) 100%);
  pointer-events: none;
  transition: opacity 0.35s var(--ease-out);
}

.wz-port-card:hover .wz-port-thumb-img {
  transform: scale(1.05);
}

.wz-port-card:hover .wz-port-thumb::after {
  opacity: 0.75;
}

.wz-port-thumb--eshop    { background: #0c1424; }
.wz-port-thumb--corp     { background: #0c1424; }
.wz-port-thumb--landing  { background: #0c1424; }
.wz-port-thumb--webapp   { background: #0c1424; }
.wz-port-thumb--portfolio { background: #0c1424; }
.wz-port-thumb--booking  { background: #0c1424; }

[data-zt-theme="light"] .wz-port-thumb::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(224, 242, 254, 0.42) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .wz-port-thumb-img {
    transition: none;
  }

  .wz-port-card:hover .wz-port-thumb-img {
    transform: none;
  }
}

.wz-port-type-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.88);
  border: 1px solid rgba(125, 211, 252, 0.35);
  color: #e0f2fe;
  backdrop-filter: blur(6px);
}

.wz-port-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wz-port-body h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--clr-white);
}

.wz-port-body p {
  margin: 0;
  font-size: 0.88rem;
  color: #cbd5f5;
  line-height: 1.6;
  flex: 1;
}

.wz-port-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.wz-port-tag {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.16);
  border: 1px solid rgba(125, 211, 252, 0.4);
  color: #bae6fd;
}

/* ── Offer / Pricing improvements ── */
.wz-offer-feat-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wz-offer-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.87rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.wz-offer-feat-list li::before {
  content: '✓';
  color: var(--clr-green);
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.wz-offer-price {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(125, 211, 252, 0.22);
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.wz-offer-price strong {
  font-family: var(--font-head);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.25;
}

.wz-offer-price span {
  font-size: 0.82rem;
  color: #bae6fd;
}

.wz-offer-cta {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  padding: 0.62rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid rgba(125, 211, 252, 0.45);
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.1);
  text-decoration: none;
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out);
}

.wz-offer-cta:hover {
  background: rgba(56, 189, 248, 0.2);
  color: #f8fafc;
}

.wz-offer-cta--whatsapp {
  margin-top: 0.65rem;
  border-color: rgba(22, 163, 74, 0.35);
  color: #166534;
  background: rgba(34, 197, 94, 0.1);
}

.wz-offer-cta--whatsapp:hover {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

.wz-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
}

.wz-audience-card {
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(30, 48, 78, 0.92), rgba(18, 30, 50, 0.88));
  transition: var(--transition);
}

.wz-audience-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
}

.wz-audience-card span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: #7dd3fc;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wz-audience-card h3 {
  margin: 0 0 0.55rem;
  color: #f8fafc;
  font-size: 1rem;
}

.wz-audience-card p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .wz-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wz-audience-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Tech categories ── */
.wz-tech-cats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .wz-tech-cats { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .wz-tech-cats { grid-template-columns: repeat(4, 1fr); }
}

.wz-tech-cat {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.wz-tech-cat:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.22), transparent 48%),
    linear-gradient(200deg, rgba(14, 165, 233, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(34, 54, 86, 0.88), rgba(20, 34, 54, 0.82));
}

.wz-tech-cat:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.2), transparent 48%),
    linear-gradient(210deg, rgba(16, 185, 129, 0.09), transparent 44%),
    linear-gradient(180deg, rgba(32, 52, 82, 0.88), rgba(20, 34, 54, 0.82));
}

.wz-tech-cat:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(167, 139, 250, 0.2), transparent 46%),
    linear-gradient(195deg, rgba(129, 140, 248, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(36, 48, 84, 0.88), rgba(22, 30, 52, 0.82));
}

.wz-tech-cat:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.22), transparent 48%),
    linear-gradient(205deg, rgba(34, 197, 235, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(32, 54, 84, 0.88), rgba(20, 32, 54, 0.82));
}

.wz-tech-cat:hover {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22), 0 0 24px rgba(56, 189, 248, 0.06);
}

.wz-tech-cat-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-blue);
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.wz-tech-cat-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* ── FAQ ── */
.wz-faq {
  max-width: 52rem;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.wz-faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  overflow: visible;
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.wz-faq-item:nth-child(1) {
  background:
    linear-gradient(120deg, rgba(56, 189, 248, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(34, 56, 88, 0.92), rgba(20, 32, 52, 0.88));
}

.wz-faq-item:nth-child(2) {
  background:
    linear-gradient(120deg, rgba(52, 211, 153, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(32, 54, 84, 0.92), rgba(20, 34, 54, 0.88));
}

.wz-faq-item:nth-child(3) {
  background:
    linear-gradient(120deg, rgba(167, 139, 250, 0.2), transparent 46%),
    linear-gradient(180deg, rgba(36, 50, 86, 0.92), rgba(22, 30, 52, 0.88));
}

.wz-faq-item:nth-child(4) {
  background:
    linear-gradient(120deg, rgba(125, 211, 252, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(32, 56, 86, 0.92), rgba(20, 32, 56, 0.88));
}

.wz-faq-item:nth-child(5) {
  background:
    linear-gradient(120deg, rgba(251, 191, 36, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(36, 52, 84, 0.92), rgba(22, 32, 52, 0.88));
}

.wz-faq-item:nth-child(6) {
  background:
    linear-gradient(120deg, rgba(45, 212, 191, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(34, 54, 84, 0.92), rgba(20, 34, 56, 0.88));
}

.wz-faq-item:nth-child(7) {
  background:
    linear-gradient(120deg, rgba(56, 189, 248, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(34, 50, 82, 0.92), rgba(20, 32, 54, 0.88));
}

.wz-faq-item:hover {
  border-color: rgba(56, 189, 248, 0.32);
}

.wz-faq-item.is-open {
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2), 0 0 20px rgba(56, 189, 248, 0.08);
}

.wz-faq-q {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  cursor: pointer;
  padding: 1.15rem 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #f8fafc;
  box-sizing: border-box;
  transition: color 0.2s;
}

.wz-faq-q:hover {
  color: #7dd3fc;
}

.wz-faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7dd3fc;
  font-size: 1rem;
  transition: transform 0.3s var(--ease-out), background 0.2s;
}

.wz-faq-item.is-open .wz-faq-icon {
  transform: rotate(45deg);
  background: rgba(56,189,248,.12);
}

.wz-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
}

.wz-faq-item.is-open .wz-faq-a {
  grid-template-rows: 1fr;
}

.wz-faq-a-inner {
  overflow: hidden;
  padding: 0 1.35rem;
}

.wz-faq-item.is-open .wz-faq-a-inner {
  padding-bottom: 1.25rem;
}

.wz-faq-a-inner p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ── Process arrows ── */
@media (min-width: 760px) {
  .wz-flow {
    position: relative;
  }

  .wz-flow-step:not(:last-child) .wz-flow-arrow {
    display: block;
    position: absolute;
    right: -0.65rem;
    top: 1.5rem;
    font-size: 1.1rem;
    color: rgba(56,189,248,.4);
    z-index: 3;
    pointer-events: none;
  }

  .wz-flow-step {
    position: relative;
  }
}

/* ── Highlight bar in hero ── */
.wz-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.wz-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--clr-muted);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--clr-border);
  background: rgba(28, 44, 72, 0.28);
}

.wz-trust-badge span:first-child {
  color: var(--clr-green);
}

/* ── Section number accent ── */
.wz-section-num {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-blue);
  background: rgba(56,189,248,.08);
  border: 1px solid rgba(56,189,248,.18);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

/* ── Svc card: optional full-width on tablet (use .wz-svc-card--wide) ── */
@media (min-width: 600px) {
  .wz-svc-card--wide {
    grid-column: span 2;
  }
}

@media (min-width: 1100px) {
  .wz-svc-card--wide {
    grid-column: span 1;
  }
}
/* ── Cost Calculator ── */
.wz-calc {
  max-width: 60rem;
  margin: 2.5rem auto 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--clr-border);
  background: var(--clr-card);
  box-shadow: var(--shadow-card);
}

.wz-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 860px) {
  .wz-calc-grid { grid-template-columns: 1fr 320px; }
}

.wz-calc-group {
  margin-bottom: 1.5rem;
}

.wz-calc-group h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--clr-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wz-calc-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.wz-calc-opt {
  cursor: pointer;
  position: relative;
}

.wz-calc-opt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wz-calc-opt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  background: var(--clr-surface);
  transition: all 0.2s var(--ease-out);
  height: 100%;
}

.wz-calc-opt input:checked + .wz-calc-opt-box {
  border-color: var(--clr-blue2);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.42) 0%, rgba(56, 189, 248, 0.24) 100%);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.45), 0 8px 24px rgba(56, 189, 248, 0.22);
}

.wz-calc-opt-box i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--clr-muted);
}

.wz-calc-opt input:checked + .wz-calc-opt-box i,
.wz-calc-opt input:checked + .wz-calc-opt-box span {
  color: var(--clr-blue);
}

.wz-calc-opt-box span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-text);
}

.wz-calc-summary {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: var(--clr-bg3);
  border: 1px solid var(--clr-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 100px;
}

.wz-calc-total-lbl {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--clr-muted);
  margin-bottom: 0.5rem;
}

.wz-calc-total-amt {
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--clr-white);
  margin-bottom: 0.5rem;
}

.wz-calc-total-amt span {
  font-size: 1rem;
  color: var(--clr-blue);
}

.wz-calc-note {
  font-size: 0.75rem;
  color: var(--clr-muted);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.wz-calc-cta {
  width: 100%;
}

/* ── Quick Contact Form ── */
.wz-quick-form {
  max-width: 44rem;
  margin: 2rem auto 0;
  padding: 2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  background: var(--clr-card);
}

.wz-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .wz-form-grid { grid-template-columns: 1fr; }
}

.wz-form-group {
  margin-bottom: 1rem;
}

.wz-form-group--full {
  grid-column: 1 / -1;
}

.wz-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--clr-border);
  background: var(--wz-form-field-bg, #ffffff);
  color: var(--clr-text);
  font-family: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wz-form-control:focus {
  outline: none;
  border-color: var(--clr-blue);
}

.wz-form-btn {
  width: 100%;
  margin-top: 0.5rem;
}

.wz-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.wz-form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  line-height: 1.5;
}

.wz-form-status--success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.wz-form-status--error {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

[data-zt-theme="light"] .wz-form-status--success {
  color: #15803d;
  background: rgba(34, 197, 94, 0.1);
}

[data-zt-theme="light"] .wz-form-status--error {
  color: #b91c1c;
  background: rgba(248, 113, 113, 0.08);
}

/* Light mode — semantic accents by content type */
[data-zt-theme="light"] .wz-page {
  --wz-blue-bg: linear-gradient(90deg, #bae6fd 0%, #ffffff 100%);
  --wz-blue-bg-hover: linear-gradient(90deg, #7dd3fc 0%, #ffffff 100%);
  --wz-blue-border: rgba(2, 132, 199, 0.28);
  --wz-blue-shadow: rgba(2, 132, 199, 0.12);

  --wz-orange-bg: linear-gradient(90deg, #fed7aa 0%, #ffffff 100%);
  --wz-orange-bg-hover: linear-gradient(90deg, #fdba74 0%, #ffffff 100%);
  --wz-orange-border: rgba(249, 115, 22, 0.38);
  --wz-orange-shadow: rgba(249, 115, 22, 0.16);

  --wz-purple-bg: linear-gradient(90deg, #ddd6fe 0%, #ffffff 100%);
  --wz-purple-bg-hover: linear-gradient(90deg, #c4b5fd 0%, #ffffff 100%);
  --wz-purple-border: rgba(139, 92, 246, 0.32);
  --wz-purple-shadow: rgba(139, 92, 246, 0.14);

  --wz-neutral-bg: linear-gradient(90deg, #f1f5f9 0%, #ffffff 100%);
  --wz-neutral-bg-hover: linear-gradient(90deg, #e2e8f0 0%, #ffffff 100%);
  --wz-neutral-border: rgba(148, 163, 184, 0.38);
  --wz-neutral-shadow: rgba(100, 116, 139, 0.12);
}

/* Blue — services, process, hero stats, tech, contact */
[data-zt-theme="light"] .wz-page .wz-hero-stat,
[data-zt-theme="light"] .wz-page .wz-includes span,
[data-zt-theme="light"] .wz-page .wz-mock,
[data-zt-theme="light"] .wz-page .wz-svc-card,
[data-zt-theme="light"] .wz-page .wz-flow-step,
[data-zt-theme="light"] .wz-page .wz-why-item,
[data-zt-theme="light"] .wz-page .wz-audience-card,
[data-zt-theme="light"] .wz-page .wz-tech-cat,
[data-zt-theme="light"] .wz-page .wz-badge,
[data-zt-theme="light"] .wz-page .wz-final-cta,
[data-zt-theme="light"] .wz-page .info-card,
[data-zt-theme="light"] .wz-page .contact-map-sidebar {
  background: var(--wz-blue-bg);
  border-color: var(--wz-blue-border);
  box-shadow: 0 4px 18px var(--wz-blue-shadow);
}

/* Orange — packages & cost calculator */
[data-zt-theme="light"] .wz-page .wz-offer,
[data-zt-theme="light"] .wz-page .wz-calc,
[data-zt-theme="light"] .wz-page .wz-calc-opt-box,
[data-zt-theme="light"] .wz-page .wz-calc-summary {
  background: var(--wz-orange-bg);
  border-color: var(--wz-orange-border);
  box-shadow: 0 4px 18px var(--wz-orange-shadow);
}

/* Purple — portfolio */
[data-zt-theme="light"] .wz-page .wz-port-card {
  background: var(--wz-purple-bg);
  border-color: var(--wz-purple-border);
  box-shadow: 0 4px 18px var(--wz-purple-shadow);
}

/* Neutral — FAQ & trust */
[data-zt-theme="light"] .wz-page .wz-faq-item,
[data-zt-theme="light"] .wz-page .wz-trust-badge,
[data-zt-theme="light"] .wz-page .wz-about-box {
  background: var(--wz-neutral-bg);
  border-color: var(--wz-neutral-border);
  box-shadow: 0 4px 18px var(--wz-neutral-shadow);
}

/* Hover — blue group */
[data-zt-theme="light"] .wz-page .wz-hero-stat:hover,
[data-zt-theme="light"] .wz-page .wz-includes span:hover,
[data-zt-theme="light"] .wz-page .wz-svc-card:hover,
[data-zt-theme="light"] .wz-page .wz-flow-step:hover,
[data-zt-theme="light"] .wz-page .wz-why-item:hover,
[data-zt-theme="light"] .wz-page .wz-audience-card:hover,
[data-zt-theme="light"] .wz-page .wz-tech-cat:hover,
[data-zt-theme="light"] .wz-page .wz-badge:hover,
[data-zt-theme="light"] .wz-page .wz-final-cta:hover,
[data-zt-theme="light"] .wz-page .info-card:hover,
[data-zt-theme="light"] .wz-page .contact-map-sidebar:hover {
  background: var(--wz-blue-bg-hover);
  border-color: rgba(2, 132, 199, 0.42);
  box-shadow: 0 12px 32px rgba(2, 132, 199, 0.14);
}

[data-zt-theme="light"] .wz-page .wz-hero-stat:hover,
[data-zt-theme="light"] .wz-page .wz-includes span:hover,
[data-zt-theme="light"] .wz-page .wz-badge:hover,
[data-zt-theme="light"] .wz-page .wz-final-cta:hover,
[data-zt-theme="light"] .wz-page .contact-map-sidebar:hover {
  transform: translateY(-4px);
}

/* Hover — orange group */
[data-zt-theme="light"] .wz-page .wz-offer:hover,
[data-zt-theme="light"] .wz-page .wz-calc:hover,
[data-zt-theme="light"] .wz-page .wz-calc-summary:hover,
[data-zt-theme="light"] .wz-page .wz-calc-opt:hover:not(:has(input:checked)) .wz-calc-opt-box {
  background: var(--wz-orange-bg-hover);
  border-color: rgba(249, 115, 22, 0.48);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.18);
}

[data-zt-theme="light"] .wz-page .wz-calc:hover,
[data-zt-theme="light"] .wz-page .wz-calc-summary:hover,
[data-zt-theme="light"] .wz-page .wz-calc-opt:hover:not(:has(input:checked)) .wz-calc-opt-box {
  transform: translateY(-4px);
}

/* Hover — purple group */
[data-zt-theme="light"] .wz-page .wz-port-card:hover {
  background: var(--wz-purple-bg-hover);
  border-color: rgba(139, 92, 246, 0.45);
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.16);
}

/* Hover — neutral group */
[data-zt-theme="light"] .wz-page .wz-faq-item:hover,
[data-zt-theme="light"] .wz-page .wz-faq-item.is-open,
[data-zt-theme="light"] .wz-page .wz-trust-badge:hover,
[data-zt-theme="light"] .wz-page .wz-about-box:hover {
  background: var(--wz-neutral-bg-hover);
  border-color: rgba(100, 116, 139, 0.42);
  box-shadow: 0 12px 32px rgba(100, 116, 139, 0.14);
}

[data-zt-theme="light"] .wz-page .wz-trust-badge:hover,
[data-zt-theme="light"] .wz-page .wz-about-box:hover {
  transform: translateY(-4px);
}

[data-zt-theme="light"] .wz-page .wz-calc-opt input:checked + .wz-calc-opt-box {
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
  border-color: #0284c7;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);
  transform: none;
}

[data-zt-theme="light"] .wz-page .wz-calc-opt input:checked + .wz-calc-opt-box i,
[data-zt-theme="light"] .wz-page .wz-calc-opt input:checked + .wz-calc-opt-box span {
  color: #fff;
}

[data-zt-theme="light"] .wz-page .wz-calc-opt:hover input:checked + .wz-calc-opt-box {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  border-color: #0369a1;
  box-shadow: 0 10px 28px rgba(2, 132, 199, 0.42);
  transform: translateY(-2px);
}

[data-zt-theme="light"] .wz-page .wz-svc-card h3,
[data-zt-theme="light"] .wz-page .wz-offer h3,
[data-zt-theme="light"] .wz-page .wz-why-item h4,
[data-zt-theme="light"] .wz-page .wz-flow-step h3,
[data-zt-theme="light"] .wz-page .wz-audience-card h3,
[data-zt-theme="light"] .wz-page .wz-faq-q {
  color: var(--clr-blue2);
}

[data-zt-theme="light"] .wz-page .wz-includes span {
  color: var(--clr-blue2);
}

[data-zt-theme="light"] .wz-page .wz-hero-stat strong {
  color: var(--clr-blue-deep);
}

[data-zt-theme="light"] .wz-page .wz-faq-q:hover {
  color: var(--clr-blue);
}

[data-zt-theme="light"] .wz-page .wz-offer small {
  color: var(--clr-gold);
}

[data-zt-theme="light"] .wz-page .wz-audience-card span {
  color: var(--clr-blue);
}

[data-zt-theme="light"] .wz-page .wz-hero-trust {
  color: var(--wz-hero-fg, #f8fafc);
}

[data-zt-theme="light"] .wz-page .wz-badge:hover {
  color: var(--clr-blue);
}

[data-zt-theme="light"] .wz-page .wz-section-num {
  color: var(--clr-blue);
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.22);
}

[data-zt-theme="light"] .wz-page [aria-labelledby="wz-calc-title"] .wz-section-num,
[data-zt-theme="light"] .wz-page #wz-offers .wz-section-num {
  color: #ea580c;
  background: rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.28);
}

[data-zt-theme="light"] .wz-page [aria-labelledby="wz-portfolio-title"] .wz-section-num {
  color: #7c3aed;
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.24);
}

[data-zt-theme="light"] .wz-page [aria-labelledby="wz-faq-title"] .wz-section-num {
  color: var(--clr-muted);
  background: rgba(148, 163, 184, 0.14);
  border-color: rgba(148, 163, 184, 0.28);
}

[data-zt-theme="light"] .wz-page #contact .info-card-icon {
  background: rgba(56, 189, 248, 0.14);
}

[data-zt-theme="light"] .wz-page .wz-svc-card {
  border-left: 3px solid rgba(14, 165, 233, 0.55);
}

[data-zt-theme="light"] .wz-page .wz-offer {
  border-left: 3px solid rgba(249, 115, 22, 0.6);
}

[data-zt-theme="light"] .wz-page .wz-port-card {
  border-left: 3px solid rgba(139, 92, 246, 0.55);
}

[data-zt-theme="light"] .wz-page .wz-faq-item {
  border-left: 3px solid rgba(148, 163, 184, 0.45);
}

[data-zt-theme="light"] .wz-page #contact .info-card {
  border-left: 3px solid rgba(14, 165, 233, 0.55);
}

/* ── Cards: 3D tilt + animated glow border (wz-reveal compatible) ── */
.wz-page .wz-svc-card,
.wz-page .wz-audience-card,
.wz-page .wz-port-card,
.wz-page .wz-offer,
.wz-page .wz-flow-step,
.wz-page .wz-why-item,
.wz-page .wz-tech-cat,
.wz-page .wz-faq-item,
.wz-page .testimonial-card,
.wz-page .info-card {
  overflow: visible;
}

/* Reveal: opacity slide-in; reserve transform for 3D tilt on hover */
.wz-page .wz-svc-card.wz-reveal,
.wz-page .wz-audience-card.wz-reveal,
.wz-page .wz-port-card.wz-reveal,
.wz-page .wz-offer.wz-reveal,
.wz-page .wz-flow-step.wz-reveal,
.wz-page .wz-why-item.wz-reveal,
.wz-page .wz-tech-cat.wz-reveal,
.wz-page .wz-faq-item.wz-reveal,
.wz-page .testimonial-card.wz-reveal,
.wz-page .info-card.wz-reveal {
  transform: none;
}

.wz-page .wz-svc-card.wz-reveal:not(.is-visible),
.wz-page .wz-audience-card.wz-reveal:not(.is-visible),
.wz-page .wz-port-card.wz-reveal:not(.is-visible),
.wz-page .wz-offer.wz-reveal:not(.is-visible),
.wz-page .wz-flow-step.wz-reveal:not(.is-visible),
.wz-page .wz-why-item.wz-reveal:not(.is-visible),
.wz-page .wz-tech-cat.wz-reveal:not(.is-visible),
.wz-page .wz-faq-item.wz-reveal:not(.is-visible),
.wz-page .testimonial-card.wz-reveal:not(.is-visible),
.wz-page .info-card.wz-reveal:not(.is-visible) {
  transform: translateY(22px);
}

.wz-page .wz-svc-card.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-audience-card.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-port-card.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-offer.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-flow-step.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-why-item.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-tech-cat.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .wz-faq-item.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .testimonial-card.wz-reveal.is-visible:not(.is-tilt-active),
.wz-page .info-card.wz-reveal.is-visible:not(.is-tilt-active) {
  transform: none;
}

.wz-page .wz-svc-card.is-tilt-active,
.wz-page .wz-audience-card.is-tilt-active,
.wz-page .wz-port-card.is-tilt-active,
.wz-page .wz-offer.is-tilt-active,
.wz-page .wz-flow-step.is-tilt-active,
.wz-page .wz-why-item.is-tilt-active,
.wz-page .wz-tech-cat.is-tilt-active,
.wz-page .wz-faq-item.is-tilt-active,
.wz-page .testimonial-card.is-tilt-active,
.wz-page .info-card.is-tilt-active,
.wz-page .wz-svc-card.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-audience-card.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-port-card.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-offer.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-flow-step.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-why-item.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-tech-cat.wz-reveal.is-visible.is-tilt-active,
.wz-page .wz-faq-item.wz-reveal.is-visible.is-tilt-active,
.wz-page .testimonial-card.wz-reveal.is-visible.is-tilt-active,
.wz-page .info-card.wz-reveal.is-visible.is-tilt-active {
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-6px);
  transition: transform 0.12s linear, box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

/* Dark mode — ensure tilt wins over reveal (same specificity as light) */
html:not([data-zt-theme="light"]) .wz-page .wz-svc-card.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-audience-card.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-port-card.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-offer.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-flow-step.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-why-item.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-tech-cat.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-faq-item.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .testimonial-card.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .info-card.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-svc-card.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-audience-card.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-port-card.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-offer.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-flow-step.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-why-item.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-tech-cat.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .wz-faq-item.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .testimonial-card.wz-reveal.is-visible.is-tilt-active,
html:not([data-zt-theme="light"]) .wz-page .info-card.wz-reveal.is-visible.is-tilt-active {
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-6px);
}

[data-zt-theme="light"] .wz-page .wz-svc-card.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-flow-step.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-why-item.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-audience-card.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-tech-cat.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-offer.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-port-card.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-faq-item.is-tilt-active,
[data-zt-theme="light"] .wz-page .info-card.is-tilt-active,
[data-zt-theme="light"] .wz-page .testimonial-card.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-svc-card.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-audience-card.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-port-card.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-offer.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-flow-step.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-why-item.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-tech-cat.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .wz-faq-item.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .testimonial-card.wz-reveal.is-visible.is-tilt-active,
[data-zt-theme="light"] .wz-page .info-card.wz-reveal.is-visible.is-tilt-active {
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
  .wz-page .wz-svc-card.is-tilt-active,
  .wz-page .wz-audience-card.is-tilt-active,
  .wz-page .wz-port-card.is-tilt-active,
  .wz-page .wz-offer.is-tilt-active,
  .wz-page .wz-flow-step.is-tilt-active,
  .wz-page .wz-why-item.is-tilt-active,
  .wz-page .wz-tech-cat.is-tilt-active,
  .wz-page .wz-faq-item.is-tilt-active,
  .wz-page .testimonial-card.is-tilt-active,
  .wz-page .info-card.is-tilt-active,
  .wz-page .wz-svc-card.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-audience-card.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-port-card.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-offer.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-flow-step.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-why-item.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-tech-cat.wz-reveal.is-visible.is-tilt-active,
  .wz-page .wz-faq-item.wz-reveal.is-visible.is-tilt-active,
  .wz-page .testimonial-card.wz-reveal.is-visible.is-tilt-active,
  .wz-page .info-card.wz-reveal.is-visible.is-tilt-active {
    transform: none;
  }
}

.wz-page .info-card--form,
.wz-page .info-card--form.is-tilt-active,
.wz-page .info-card--form.wz-reveal.is-visible.is-tilt-active {
  transform: none !important;
}

[data-zt-theme="light"] .wz-page .info-card--form:hover {
  transform: none !important;
  box-shadow: none !important;
}
