:root {
  --bg: #050914;
  --bg-soft: #0b1324;
  --panel: #0f1a30;
  --panel-border: #243a63;
  --text: #ecf2ff;
  --muted: #a6b5d3;
  --brand: #58a6ff;
  --brand-2: #69e0cf;
  --max: 1140px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-padding-top: 78px; }
:root { --announce-h: 48px; }
@media (max-width: 760px) { :root { --announce-h: 52px; } }
html { scroll-padding-top: calc(78px + var(--announce-h)); }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, #16376d 0%, transparent 30%),
    radial-gradient(circle at 95% 8%, #17504f 0%, transparent 28%),
    var(--bg);
  line-height: 1.55;
}

/* Announcement bar */
.announce-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(120, 190, 255, 0.35);
  background:
    linear-gradient(90deg, rgba(120, 190, 255, 0.20), rgba(140, 235, 220, 0.10)),
    radial-gradient(900px 240px at 18% 30%, rgba(160, 215, 255, 0.22), transparent 60%),
    radial-gradient(900px 240px at 82% 30%, rgba(140, 235, 220, 0.16), transparent 60%),
    rgba(6, 12, 24, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.announce-bar .container { min-height: var(--announce-h); }
.announce-row {
  min-height: var(--announce-h);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.announce-text {
  font-weight: 700;
  color: rgba(234, 242, 255, 0.94);
  letter-spacing: 0.01em;
}
.announce-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(88, 166, 255, 0.26);
  background: rgba(9, 17, 32, 0.45);
  color: rgba(234, 242, 255, 0.92);
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.announce-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(105, 224, 207, 0.45);
  box-shadow: 0 12px 34px rgba(0,0,0,.26), 0 0 22px rgba(88,166,255,.10);
}

/* Flow pages are tuned per-page (avoid global snap). */

/* Home page: best visuals, minimal motion */
.home-page::before,
.home-page::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.52;
  filter: blur(42px);
  transform: translate3d(0,0,0);
}
.home-page::before {
  background:
    radial-gradient(circle at 20% 10%, rgba(88, 166, 255, 0.32) 0%, transparent 44%),
    radial-gradient(circle at 78% 14%, rgba(105, 224, 207, 0.20) 0%, transparent 48%),
    radial-gradient(circle at 62% 78%, rgba(88, 166, 255, 0.14) 0%, transparent 55%);
  animation: meshDrift 22s ease-in-out infinite;
}
.home-page::after {
  background:
    conic-gradient(from 200deg at 35% 35%, rgba(105, 224, 207, 0.16), rgba(88, 166, 255, 0.14), rgba(105, 224, 207, 0.10), rgba(88, 166, 255, 0.08));
  opacity: 0.18;
  animation: meshSpin 52s linear infinite;
}

.home-services {
  margin-top: 16px;
}
.home-page .badge { margin-bottom: 16px; }
.home-page h1 { margin-bottom: 14px; }
.home-page .hero p { margin-bottom: 22px; }
.home-page .section h2 { margin-bottom: 12px; }
.home-page .section-intro { margin-bottom: 22px; max-width: 72ch; }
.home-page .cta-row { gap: 10px; }
.home-service {
  text-decoration: none;
  display: block;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--panel-border);
  background: linear-gradient(170deg, rgba(16, 28, 50, 0.92), rgba(11, 20, 36, 0.92));
  transition: 220ms ease;
}
.home-service:hover {
  border-color: rgba(105, 224, 207, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 0 32px rgba(88, 166, 255, 0.12);
}
.home-service .tag { margin: 0 0 8px; display: inline-block; }
.home-service h3 { margin: 0 0 8px; color: #eaf3ff; font-size: 1.15rem; }
.home-service p { margin: 0; color: var(--muted); }

.home-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}
.home-page .home-proof { margin-top: 22px; }
.home-page .kpi-grid { margin-top: 16px; }
.home-page .partner-strip { margin-top: 12px; }

.home-page .mock-collage { gap: 14px; }
.home-page .mock-stack { gap: 14px; }
.home-page .card.panel { padding: 26px; }
.home-proof .kpi {
  background: rgba(9, 16, 31, 0.72);
}

.mini-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.mini-card {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #2a426f;
  background: rgba(10, 18, 34, 0.8);
}
.mini-card.is-positive {
  border-color: rgba(105, 224, 207, 0.55);
  background: linear-gradient(135deg, rgba(15, 37, 56, 0.92), rgba(16, 58, 53, 0.72));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26), 0 0 30px rgba(105, 224, 207, 0.10);
}
.mini-card h3 {
  margin: 6px 0 10px;
  font-size: 1.05rem;
}
.mini-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.mini-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}
.mini-list li::before {
  content: "•";
  color: #7fa7dd;
  line-height: 1.2;
  margin-top: 1px;
}
.mini-list.is-positive li::before {
  content: "✓";
  color: rgba(105, 224, 207, 0.95);
}
.mini-list.is-negative li::before {
  content: "×";
  color: rgba(255, 160, 160, 0.95);
}

/* Web design page: subtle motion + depth */
.webdesign-page::before,
.webdesign-page::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.45;
  filter: blur(44px);
  transform: translate3d(0,0,0);
}
.webdesign-page::before {
  background:
    radial-gradient(circle at 22% 10%, rgba(88, 166, 255, 0.28) 0%, transparent 44%),
    radial-gradient(circle at 82% 16%, rgba(105, 224, 207, 0.18) 0%, transparent 46%),
    radial-gradient(circle at 52% 78%, rgba(88, 166, 255, 0.14) 0%, transparent 54%);
  animation: meshDrift 20s ease-in-out infinite;
}
.webdesign-page::after {
  background:
    conic-gradient(from 220deg at 30% 30%, rgba(105, 224, 207, 0.16), rgba(88, 166, 255, 0.14), rgba(105, 224, 207, 0.12), rgba(88, 166, 255, 0.08));
  opacity: 0.18;
  animation: meshSpin 46s linear infinite;
}

.webdesign-hero-card { overflow: hidden; }
.webdesign-hero-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2a426f;
  transform: scale(1.01);
  transition: transform 520ms ease, filter 520ms ease;
  filter: saturate(1.02) contrast(1.02);
}
.webdesign-hero-card:hover .webdesign-hero-img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}

.ambient-strip {
  margin-top: -14px;
  padding: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.ambient-strip::before,
.ambient-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18%;
  z-index: 2;
  pointer-events: none;
}
.ambient-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(5, 9, 20, 0) 100%);
}
.ambient-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, rgba(5, 9, 20, 0) 100%);
}
.ambient-track {
  width: 100%;
  opacity: 0.38;
  filter: saturate(1.08) contrast(1.04);
}
.ambient-row {
  display: flex;
  gap: 12px;
  padding: 0 8px 10px;
  width: max-content;
  animation: ambientScroll 26s linear infinite;
}
.ambient-row img {
  width: 240px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(42, 66, 111, 0.75);
}
@keyframes ambientScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.live-preview-card {
  transition: 220ms ease;
}
.live-preview-card:hover {
  transform: translateY(-2px);
}
.live-preview-frame {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.live-preview-jump,
#revealLivePreviewsBtn {
  border-color: rgba(105, 224, 207, 0.6);
}
#revealLivePreviewsBtn {
  position: relative;
  padding: 13px 18px;
  border-radius: 14px;
  box-shadow:
    0 0 18px rgba(105, 224, 207, 0.18),
    0 0 42px rgba(88, 166, 255, 0.14);
}
#revealLivePreviewsBtn::after {
  content: "↓";
  margin-left: 10px;
  font-weight: 800;
}
#revealLivePreviewsBtn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 22px rgba(105, 224, 207, 0.28),
    0 0 54px rgba(88, 166, 255, 0.18);
}

/* Marketing page: richer visuals, restrained motion */
.marketing-page::before,
.marketing-page::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(40px);
  transform: translate3d(0,0,0);
}
.marketing-page::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(88, 166, 255, 0.35) 0%, transparent 42%),
    radial-gradient(circle at 78% 18%, rgba(105, 224, 207, 0.22) 0%, transparent 44%),
    radial-gradient(circle at 65% 70%, rgba(88, 166, 255, 0.18) 0%, transparent 50%);
  animation: meshDrift 18s ease-in-out infinite;
}
.marketing-page::after {
  background:
    conic-gradient(from 220deg at 30% 30%, rgba(105, 224, 207, 0.18), rgba(88, 166, 255, 0.16), rgba(105, 224, 207, 0.14), rgba(88, 166, 255, 0.10));
  opacity: 0.22;
  animation: meshSpin 34s linear infinite;
}
@keyframes meshDrift {
  0%, 100% { transform: translate(-1.5%, -1.5%) scale(1); }
  50% { transform: translate(1.5%, 1%) scale(1.02); }
}
@keyframes meshSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
a { color: inherit; }
.container { width: min(var(--max), 92%); margin: 0 auto; }
.site-header {
  position: sticky; top: var(--announce-h); z-index: 40;
  background: rgba(5, 9, 20, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #1f3157;
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; position: relative; }
.logo-link img { height: 34px; width: auto; }
.menu-toggle { display: none; border: 1px solid #2d487a; color: var(--text); background: transparent; border-radius: 10px; padding: 8px 10px; }
.nav-links { display: flex; gap: 10px; }
.nav-links a { text-decoration: none; color: var(--muted); padding: 8px 12px; border-radius: 10px; font-size: 0.95rem; }
.nav-links a:hover, .nav-links a.active { background: #122443; color: #fff; }

.hero { padding: 76px 0 34px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: center; }
.badge { display: inline-block; border: 1px solid #365c93; color: #c8ddff; font-size: 0.8rem; border-radius: 999px; padding: 6px 10px; margin-bottom: 14px; }
h1 { font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.08; margin: 0 0 12px; letter-spacing: -0.02em; }
.hero p { color: var(--muted); margin: 0 0 22px; max-width: 62ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { text-decoration: none; border-radius: 12px; padding: 11px 16px; display: inline-block; font-weight: 600; font-size: 0.95rem; line-height: 1; cursor: pointer; }
.btn.primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #03131f; }
.btn.secondary { border: 1px solid #3b5d95; color: #d5e4ff; }

/* Distinct CTA for booking */
.btn.book-consultation {
  border: 1px solid rgba(105, 224, 207, 0.42);
  background:
    radial-gradient(140px 80px at 18% 20%, rgba(88, 166, 255, 0.22), transparent 60%),
    radial-gradient(160px 90px at 82% 20%, rgba(105, 224, 207, 0.18), transparent 62%),
    rgba(10, 18, 34, 0.58);
  color: rgba(234, 242, 255, 0.94);
  font-weight: 600;
  letter-spacing: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(105, 224, 207, 0.18),
    0 0 44px rgba(88, 166, 255, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}
.btn.book-consultation:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 224, 207, 0.65);
  background:
    radial-gradient(160px 90px at 18% 20%, rgba(88, 166, 255, 0.28), transparent 60%),
    radial-gradient(190px 100px at 82% 20%, rgba(105, 224, 207, 0.22), transparent 62%),
    rgba(10, 18, 34, 0.62);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(105, 224, 207, 0.26),
    0 0 70px rgba(88, 166, 255, 0.18);
}
.btn.book-consultation:active { transform: translateY(0); }

/* Same vibe for AI agents contact button */
.contact-btn.book-consultation {
  border: 1px solid rgba(105, 224, 207, 0.42);
  background:
    radial-gradient(140px 80px at 18% 20%, rgba(88, 166, 255, 0.22), transparent 60%),
    radial-gradient(160px 90px at 82% 20%, rgba(105, 224, 207, 0.18), transparent 62%),
    rgba(10, 18, 34, 0.58);
  color: rgba(234, 242, 255, 0.94);
  font-weight: 600;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(105, 224, 207, 0.18),
    0 0 44px rgba(88, 166, 255, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}
.contact-btn.book-consultation:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 224, 207, 0.65);
  background:
    radial-gradient(160px 90px at 18% 20%, rgba(88, 166, 255, 0.28), transparent 60%),
    radial-gradient(190px 100px at 82% 20%, rgba(105, 224, 207, 0.22), transparent 62%),
    rgba(10, 18, 34, 0.62);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(105, 224, 207, 0.26),
    0 0 70px rgba(88, 166, 255, 0.18);
}

.card { background: linear-gradient(170deg, rgba(16, 28, 50, 0.95), rgba(11, 20, 36, 0.95)); border: 1px solid var(--panel-border); border-radius: var(--radius); }
.panel { padding: 24px; }
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.kpi { background: #0b1528; border: 1px solid #243b66; border-radius: 12px; padding: 11px; }
.kpi strong { display: block; font-size: 1.05rem; }

.mock-collage { display: grid; grid-template-columns: 1.25fr 1fr; gap: 12px; }
.mock-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; border: 1px solid #2a426f; }
.mock-stack { display: grid; gap: 12px; }

.section { padding: 44px 0; }
.section h2 { margin: 0 0 10px; font-size: clamp(1.55rem, 2.2vw, 2.2rem); letter-spacing: -0.01em; }
.section-intro { margin: 0 0 20px; color: var(--muted); }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.service-card { display: block; text-decoration: none; padding: 18px; }
.service-card h3 { margin: 8px 0; }
.service-card p { margin: 0; color: var(--muted); }
.service-card {
  transition: 220ms ease;
}
.service-card:hover {
  border-color: rgba(105, 224, 207, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 0 32px rgba(88, 166, 255, 0.12);
}

.services-page .badge { margin-bottom: 16px; }
.services-page h1 { margin-bottom: 14px; }
.services-page .hero p { margin-bottom: 22px; }
.services-page .section-intro { max-width: 72ch; }
.services-page .services-outcomes .tag { margin: 0 0 10px; }
.services-page .services-outcomes .metric-row { grid-template-columns: 1fr 1fr; }
.services-page .services-cta-title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.services-page .services-cta-copy {
  margin: 0;
  color: var(--muted);
  max-width: 60ch;
}
.services-page .services-cta-actions { justify-content: flex-end; }

.lms-page .badge { margin-bottom: 16px; }
.lms-page h1 { margin-bottom: 14px; }
.lms-page .hero p { margin-bottom: 22px; }
.lms-page .section h2 { margin-bottom: 12px; }
.lms-page .section-intro { margin-bottom: 22px; max-width: 72ch; }
.lms-page .cta-row { gap: 10px; }

.lms-page .lms-outcomes .tag { margin: 0 0 10px; }
.lms-page .lms-outcomes .metric-row { grid-template-columns: 1fr 1fr; }

.lms-page .lms-card .tag { margin: 0 0 10px; }
.lms-page .lms-card h3 { margin: 0 0 10px; }

.lms-page .lms-cta-title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.lms-page .lms-cta-copy {
  margin: 0;
  color: var(--muted);
  max-width: 60ch;
}
.lms-page .lms-cta-actions { justify-content: flex-end; }
.tag { color: #7ae4d5; font-size: 0.82rem; font-weight: 600; }
.list { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }

.showcase-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.showcase-strip img { width: 100%; height: 190px; object-fit: cover; border-radius: 12px; border: 1px solid #2a426f; }

.live-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 14px;
}
.live-preview-card {
  overflow: hidden;
}
.live-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.live-preview-head strong {
  display: block;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}
.live-preview-head .muted {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.9rem;
}
.live-preview-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.live-preview-actions .btn {
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
}
.live-preview-frame {
  border-radius: 14px;
  border: 1px solid #2a426f;
  background: rgba(10, 18, 34, 0.78);
  overflow: hidden;
  height: 520px;
  position: relative;
}
.live-preview-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b1324;
}
.live-preview-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 166, 255, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(105, 224, 207, 0.10) 0%, transparent 44%),
    rgba(7, 12, 24, 0.92);
  backdrop-filter: blur(12px);
}
.live-preview-fallback.visible {
  display: flex;
}
.live-preview-fallback .fallback-card {
  width: min(360px, 100%);
  border: 1px solid #2a426f;
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: rgba(10, 18, 34, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}
.live-preview-fallback strong {
  display: block;
  color: #dbe9ff;
  margin-bottom: 6px;
  font-size: 1.02rem;
}
.live-preview-fallback p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}
.live-preview-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Web design page: spacing rhythm */
.webdesign-page .badge { margin-bottom: 16px; }
.webdesign-page h1 { margin-bottom: 14px; }
.webdesign-page .hero p { margin-bottom: 22px; }
.webdesign-page .section h2 { margin-bottom: 12px; }
.webdesign-page .section-intro { margin-bottom: 22px; max-width: 72ch; }
.webdesign-page .cta-row { gap: 10px; }

.webdesign-band--flush { margin-top: 0; }
.webdesign-band-title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.webdesign-band-copy {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}
.webdesign-band-actions { justify-content: flex-end; }

.split-band {
  margin-top: 24px;
  border: 1px solid #2c4a7b;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 72, 132, 0.35), rgba(42, 112, 101, 0.35));
  padding: 18px;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 12px;
}

.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric { border: 1px solid #25406c; border-radius: 12px; padding: 14px; background: rgba(11, 20, 36, 0.75); }
.metric strong { display: block; font-size: 1.2rem; }
.metric span { color: var(--muted); font-size: 0.9rem; }

.compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.section.prominent {
  padding: 52px 0;
}
.section.prominent .section-intro {
  font-size: 1.05rem;
  max-width: 74ch;
}
.prominent-band {
  margin: 18px 0 16px;
  border: 1px solid #2c4a7b;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 72, 132, 0.28), rgba(42, 112, 101, 0.22));
  padding: 16px;
}
.prominent-band strong {
  display: block;
  color: #e8f2ff;
  font-size: 1.02rem;
  margin-bottom: 6px;
}
.prominent-band span {
  color: var(--muted);
  font-size: 0.94rem;
}
.compare-card.template {
  background: linear-gradient(135deg, rgba(20, 24, 40, 0.88), rgba(12, 18, 34, 0.86));
}
.compare-card.bespoke {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 0 36px rgba(105, 224, 207, 0.10);
}
.compare-card {
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #2a426f;
  background: rgba(10, 18, 34, 0.8);
}
.compare-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.compare-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.compare-card li { margin: 7px 0; }
.compare-card.template h3 { color: #ff9f9f; }
.compare-card.bespoke {
  border-color: #2d7a74;
  background: linear-gradient(135deg, rgba(15, 37, 56, 0.92), rgba(16, 58, 53, 0.78));
}
.compare-card.bespoke h3 { color: #8cf4e4; }

.evolve-section {
  padding: 20px 0 64px;
}
.evolve-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}
.evolve-steps {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding-right: 4px;
}
.evolve-step {
  border: 1px solid #2a426f;
  border-radius: 12px;
  padding: 14px;
  color: var(--muted);
  background: rgba(11, 20, 36, 0.72);
  margin-bottom: 12px;
  transition: 220ms ease;
}
.evolve-step strong {
  display: block;
  color: #cfe2ff;
}
.evolve-step span {
  display: block;
  margin-top: 4px;
}
.evolve-step.active {
  border-color: #58a6ff;
  color: #e8f2ff;
  transform: translateX(4px);
}
.evolve-step.done {
  border-color: #2d7a74;
  color: #d9fff7;
}
.evolve-canvas {
  min-height: 520px;
}
.build-progress {
  position: sticky;
  top: 88px;
  z-index: 5;
  margin: 0 auto 14px;
  width: fit-content;
  min-width: 190px;
  text-align: center;
  border: 1px solid #3a5f96;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(8, 16, 31, 0.88);
  color: #d7e7ff;
  font-weight: 600;
}
.build-progress strong {
  color: #8cf4e4;
}
.flow-stage {
  display: block;
  border: 1px solid #2a426f;
  border-radius: 14px;
  padding: 16px;
  background: rgba(11, 20, 36, 0.78);
  margin-bottom: 14px;
  opacity: 0.28;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.flow-stage.active {
  opacity: 1;
  transform: translateY(0);
  border-color: #58a6ff;
}
.flow-stage.built {
  opacity: 1;
  transform: translateY(0);
  border-color: #2d7a74;
  background: linear-gradient(135deg, rgba(17, 38, 58, 0.9), rgba(16, 51, 48, 0.75));
}
.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.chip {
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid #355b94;
  color: #c8ddff;
  font-size: 0.84rem;
  background: rgba(10, 18, 34, 0.8);
  cursor: pointer;
  transition: 180ms ease;
}
.chip:hover {
  border-color: #58a6ff;
  transform: translateY(-1px);
}
.chip.selected {
  border-color: #69e0cf;
  color: #dffff7;
  background: linear-gradient(135deg, rgba(22, 54, 82, 0.9), rgba(18, 74, 66, 0.85));
}
.chat-box {
  margin-top: 10px;
  border: 1px solid #2e4d81;
  border-radius: 10px;
  padding: 12px;
  background: #0a1426;
}
.bubble {
  margin: 8px 0;
  border-radius: 10px;
  padding: 8px 10px;
  width: fit-content;
  max-width: 92%;
}
.bubble.user { background: #163058; margin-left: auto; }
.bubble.ai { background: #17383a; }
.social-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.social-card {
  border: 1px solid #2d507f;
  background: #0b1528;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
}
.step-instruction {
  margin: 8px 0 0;
  color: #9cc8ff;
  font-size: 0.88rem;
}
.step-summary {
  margin-top: 12px;
  padding: 10px;
  border-radius: 10px;
  border: 1px dashed #35609a;
  color: #cfe6ff;
  background: rgba(9, 17, 32, 0.78);
  font-size: 0.88rem;
}
.agent-descriptor {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #335b93;
  background: rgba(10, 18, 34, 0.82);
  color: #cfe5ff;
  font-size: 0.9rem;
}
.reveal-btn {
  margin-top: 12px;
}
.social-preview {
  display: none;
}
.social-preview.visible {
  display: grid;
}

.marketing-mix-panels { margin-top: 18px; }
.marketing-mix-panels > article { margin: 0; }
.marketing-mix-panels .card.panel { margin: 0; }
.goal-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #d5e8ff;
}
.goal-card p {
  margin: 0;
  font-size: 0.92rem;
}
.headline-accent {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}
.headline-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(88, 166, 255, 0), rgba(88, 166, 255, 0.9), rgba(105, 224, 207, 0.95), rgba(105, 224, 207, 0));
  filter: blur(0.1px);
  opacity: 0.85;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.float-soft {
  animation: floatSoft 7s ease-in-out infinite;
}
@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.card.panel:hover {
  border-color: #2e568f;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), 0 0 34px rgba(88, 166, 255, 0.10);
  transform: translateY(-2px);
  transition: 220ms ease;
}
.card.panel {
  transition: 220ms ease;
}

.channel-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8cf4e4;
  margin-bottom: 8px;
}

.service-details {
  margin: 0;
  border: 1px solid #2a426f;
  border-radius: 14px;
  background: rgba(10, 18, 34, 0.8);
  overflow: hidden;
}
.service-details + .service-details { margin-top: 12px; }
.service-details summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #dbe9ff;
  font-weight: 700;
}
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary span {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.92rem;
}
.service-details summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #355b94;
  display: grid;
  place-items: center;
  color: #c8ddff;
  flex: 0 0 auto;
}
.service-details[open] summary::after { content: "–"; }
.service-details .service-details-body {
  padding: 0 16px 14px;
  color: var(--muted);
}
.service-details .service-details-body p { margin: 0 0 10px; }
.service-details .service-details-body .list { margin-top: 0; }
.service-details .service-details-body {
  opacity: 0.92;
  transform: translateY(-4px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.service-details[open] .service-details-body {
  opacity: 1;
  transform: translateY(0);
}

.partner-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.partner-tile {
  border: 1px solid #2a426f;
  border-radius: 14px;
  background: rgba(10, 18, 34, 0.78);
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #dbe9ff;
  min-height: 58px;
  transition: 220ms ease;
}
.partner-tile svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  opacity: 0.95;
  filter: drop-shadow(0 0 10px rgba(88, 166, 255, 0.18));
}
.partner-tile span {
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 0.95rem;
}
.partner-tile:hover {
  border-color: rgba(105, 224, 207, 0.65);
  box-shadow: 0 0 22px rgba(105, 224, 207, 0.16), 0 18px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .partner-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .partner-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
  .float-soft { animation: none; }
  .card.panel, .card.panel:hover { transition: none; transform: none; }
  .service-details .service-details-body { transition: none; transform: none; }
  .marketing-page::before, .marketing-page::after { animation: none; }
  .webdesign-page::before, .webdesign-page::after { animation: none; }
  .webdesign-hero-img { transition: none; transform: none; filter: none; }
  .ambient-row { animation: none; transform: none; }
  .home-page::before, .home-page::after { animation: none; }
}

footer { border-top: 1px solid #1f3157; color: var(--muted); padding: 26px 0 36px; margin-top: 30px; }

/* Booking modal (main site) */
html.modal-open,
html.modal-open body {
  overflow: hidden;
}
.evo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.evo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.evo-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, calc(100vw - 28px));
  height: min(86vh, 780px);
  border-radius: 18px;
  border: 1px solid rgba(44, 74, 123, .8);
  background:
    radial-gradient(1200px 700px at 20% 10%, rgba(88,166,255,.20), transparent 55%),
    radial-gradient(1100px 720px at 80% 0%, rgba(105,224,207,.14), transparent 50%),
    rgba(10, 18, 34, .92);
  box-shadow: 0 34px 110px rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.evo-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(88, 166, 255, .28);
  background: rgba(11, 20, 36, .55);
  color: rgba(234, 242, 255, .92);
  cursor: pointer;
  font-size: 22px;
  line-height: 34px;
  z-index: 2;
}
.evo-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

@media (max-width: 980px) {
  .hero-grid, .grid-4, .grid-3, .grid-2, .showcase-strip, .metric-row, .split-band, .mock-collage, .evolve-layout { grid-template-columns: 1fr 1fr; }
  .compare-wrap { grid-template-columns: 1fr; }
  .live-preview-grid { grid-template-columns: 1fr; }
  .mini-compare { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }
  .nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: 62px;
    background: #091326;
    border: 1px solid #2a426e;
    border-radius: 12px;
    min-width: 220px;
    padding: 8px;
    flex-direction: column;
  }
  .nav-links.open { display: flex; }
  .hero { padding: 74px 0 26px; }
  .section { padding: 34px 0; }
  .panel { padding: 18px; }
  .hero-grid, .grid-4, .grid-3, .grid-2, .showcase-strip, .metric-row, .split-band, .mock-collage, .compare-wrap, .evolve-layout, .social-preview { grid-template-columns: 1fr; }
  .showcase-strip img { height: 220px; }
  .evolve-section { padding: 12px 0 44px; }
  .evolve-steps {
    position: sticky;
    top: 68px;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(5, minmax(56px, 1fr));
    gap: 8px;
    max-height: none;
    overflow: visible;
    background: rgba(5, 9, 20, 0.9);
    border: 1px solid #233a65;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 10px;
  }
  .evolve-step {
    margin: 0;
    padding: 8px 6px;
    text-align: center;
    font-size: 0.78rem;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .evolve-step strong {
    font-size: 0.78rem;
    line-height: 1.1;
  }
  .evolve-step br { display: none; }
  .evolve-step span { display: none; }
  .build-progress { top: 74px; }
}
