/* =========================================================
   Unified polish — homepage + marketing pages
   Multi-colour section bands + clear sectioning
   ========================================================= */

/* ----- Colour tokens beyond blue ----- */
:root {
  --tone-cyan: #22d3ee;
  --tone-blue: #00a1ff;
  --tone-violet: #a78bfa;
  --tone-coral: #fb7185;
  --tone-mint: #34d399;
  --tone-gold: #f5d76e;
  --tone-orange: #fb923c;
  --tone-pink: #f472b6;
}

/* =========================================================
   SECTION BLEND v3 — continuous colour river (no hard blocks)
   ========================================================= */
:root {
  --blend-void: #03050c;
  --blend-pad: clamp(3.75rem, 7vw, 5.75rem);
  --blend-overlap: clamp(3.5rem, 6vw, 5rem);
}

/* Continuous stage so gaps never flash a different colour */
body.page-body,
body.tools-body,
.home-main,
.page-main,
.tools-main,
.blog-main {
  background-color: var(--blend-void);
}

/* Soft colour fields — no borders, no side rails, no hard seams */
.section.section-band,
.page-section.section-band,
.page-mid-cta.section-band,
.page-cta-band.section-band {
  position: relative;
  isolation: isolate;
  padding-block: var(--blend-pad);
  border: 0 !important;
  margin: 0;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
}

/* Kill leftover empty pseudo from older rules */
.section.section-band::before,
.page-section.section-band::before {
  content: "";
}

/* Tone tokens — softer mid so neighbours mix instead of fighting */
.tone-cyan {
  --section-accent: var(--tone-cyan);
  --section-glow: rgba(34, 211, 238, 0.2);
  --section-wash: rgba(8, 145, 178, 0.12);
  --section-deep: rgba(6, 40, 55, 0.28);
  --section-spot: rgba(167, 139, 250, 0.08);
  --section-mid: rgba(8, 24, 36, 0.55);
}
.tone-blue {
  --section-accent: var(--tone-blue);
  --section-glow: rgba(0, 161, 255, 0.18);
  --section-wash: rgba(0, 100, 180, 0.12);
  --section-deep: rgba(4, 28, 55, 0.26);
  --section-spot: rgba(52, 211, 153, 0.07);
  --section-mid: rgba(6, 22, 40, 0.55);
}
.tone-violet {
  --section-accent: var(--tone-violet);
  --section-glow: rgba(167, 139, 250, 0.2);
  --section-wash: rgba(91, 33, 182, 0.12);
  --section-deep: rgba(28, 12, 52, 0.28);
  --section-spot: rgba(251, 113, 133, 0.08);
  --section-mid: rgba(22, 12, 40, 0.55);
}
.tone-coral {
  --section-accent: var(--tone-coral);
  --section-glow: rgba(251, 113, 133, 0.18);
  --section-wash: rgba(190, 24, 93, 0.1);
  --section-deep: rgba(48, 10, 28, 0.26);
  --section-spot: rgba(245, 215, 110, 0.07);
  --section-mid: rgba(36, 12, 22, 0.55);
}
.tone-mint {
  --section-accent: var(--tone-mint);
  --section-glow: rgba(52, 211, 153, 0.18);
  --section-wash: rgba(5, 150, 105, 0.1);
  --section-deep: rgba(6, 36, 28, 0.26);
  --section-spot: rgba(34, 211, 238, 0.08);
  --section-mid: rgba(8, 28, 24, 0.55);
}
.tone-gold {
  --section-accent: var(--tone-gold);
  --section-glow: rgba(245, 215, 110, 0.16);
  --section-wash: rgba(180, 120, 20, 0.1);
  --section-deep: rgba(42, 32, 8, 0.24);
  --section-spot: rgba(251, 146, 60, 0.08);
  --section-mid: rgba(32, 24, 8, 0.55);
}
.tone-orange {
  --section-accent: var(--tone-orange);
  --section-glow: rgba(251, 146, 60, 0.18);
  --section-wash: rgba(194, 65, 12, 0.1);
  --section-deep: rgba(45, 22, 6, 0.26);
  --section-spot: rgba(244, 114, 182, 0.08);
  --section-mid: rgba(36, 18, 8, 0.55);
}
.tone-pink {
  --section-accent: var(--tone-pink);
  --section-glow: rgba(244, 114, 182, 0.18);
  --section-wash: rgba(190, 24, 93, 0.1);
  --section-deep: rgba(42, 12, 32, 0.26);
  --section-spot: rgba(167, 139, 250, 0.1);
  --section-mid: rgba(32, 12, 28, 0.55);
}

/*
 * Colour wash layer:
 * - Tall overlap into neighbours
 * - Masked top/bottom so it dissolves into the page void
 * - Soft radials only (no solid slab)
 */
.section.section-band::before,
.page-section.section-band::before,
.page-mid-cta.section-band::before,
.page-cta-band.section-band::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(var(--blend-overlap) * -0.85) !important;
  bottom: calc(var(--blend-overlap) * -0.85) !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background:
    radial-gradient(90% 70% at 12% 35%, var(--section-glow, rgba(0,161,255,.2)), transparent 62%),
    radial-gradient(70% 55% at 92% 28%, var(--section-spot, transparent), transparent 58%),
    radial-gradient(85% 60% at 78% 78%, var(--section-wash, rgba(0,100,180,.12)), transparent 60%),
    radial-gradient(60% 45% at 48% 55%, var(--section-deep, transparent), transparent 70%),
    linear-gradient(180deg,
      transparent 0%,
      var(--section-mid, rgba(8, 16, 28, 0.45)) 22%,
      var(--section-mid, rgba(8, 16, 28, 0.5)) 50%,
      var(--section-mid, rgba(8, 16, 28, 0.45)) 78%,
      transparent 100%) !important;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 16%,
    #000 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 16%,
    #000 84%,
    transparent 100%
  );
}

/* No hard hairlines — optional soft ambient glow only */
.section.section-band::after,
.page-section.section-band::after,
.page-mid-cta.section-band::after,
.page-cta-band.section-band::after {
  content: "" !important;
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  top: 12% !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: 0 0 80px 20px color-mix(in srgb, var(--section-accent, #00a1ff) 12%, transparent) !important;
  opacity: 0.55 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  animation: none !important;
}

/* Sexier section titles inside coloured bands */
.section.section-band .section-head h2,
.page-section.section-band .page-section-head h2 {
  background: linear-gradient(120deg,
    #ffffff 0%,
    #f1f5f9 28%,
    var(--section-accent, #67e8f9) 72%,
    color-mix(in srgb, var(--section-accent, #00a1ff) 70%, #fff) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.page-section.section-band .page-section-head p,
.section.section-band .section-lead {
  color: #b6c3de;
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  line-height: 1.7;
}

/* Eyebrows pick up section colour */
.section.section-band .eyebrow,
.page-section.section-band .eyebrow {
  color: var(--section-accent, #00a1ff) !important;
}
.section.section-band .eyebrow::before,
.page-section.section-band .eyebrow::before {
  background: var(--section-accent, #00a1ff) !important;
}

/* Icons / accents inside a toned section */
.section.section-band .bento-icon,
.section.section-band .why-icon,
.section.section-band .step-icon,
.section.section-band .pillar-card .bento-icon {
  background: color-mix(in srgb, var(--section-accent, #00a1ff) 16%, transparent) !important;
  border-color: color-mix(in srgb, var(--section-accent, #00a1ff) 28%, transparent) !important;
  color: var(--section-accent, #00a1ff);
}
.section.section-band .pillar-link,
.section.section-band .bento-more a {
  color: var(--section-accent, #00a1ff);
}
.section.section-band .pillar-link:hover,
.section.section-band .bento-more a:hover {
  filter: brightness(1.15);
}

/* Cards get a subtle coloured edge on hover per section */
.section.section-band .glass:hover,
.section.section-band .glass-strong:hover,
.section.section-band .bento-card:hover,
.section.section-band .pillar-card:hover,
.section.section-band .price-card:hover,
.section.section-band .project-card:hover,
.section.section-band .process-step:hover,
.section.section-band .why-item:hover {
  border-color: color-mix(in srgb, var(--section-accent, #00a1ff) 45%, transparent) !important;
}

/* Multi-colour primary accents on buttons inside non-blue sections (ghost stays readable) */
.section.section-band.tone-violet .btn-primary,
.page-section.section-band.tone-violet .btn-primary {
  background: linear-gradient(120deg, #c4b5fd, #a78bfa 45%, #7c3aed);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
}
.section.section-band.tone-coral .btn-primary,
.page-section.section-band.tone-coral .btn-primary,
.section.section-band.tone-coral .btn-primary {
  background: linear-gradient(120deg, #fda4af, #fb7185 45%, #e11d48);
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.32);
  color: #1a0508 !important;
}
.section.section-band.tone-mint .btn-primary,
.page-section.section-band.tone-mint .btn-primary {
  background: linear-gradient(120deg, #6ee7b7, #34d399 45%, #059669);
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.32);
  color: #04140e !important;
}
.section.section-band.tone-gold .btn-primary,
.page-section.section-band.tone-gold .btn-primary {
  background: linear-gradient(120deg, #fde68a, #f5d76e 45%, #d97706);
  box-shadow: 0 10px 28px rgba(217, 119, 6, 0.3);
  color: #1a1204 !important;
}
.section.section-band.tone-cyan .btn-primary,
.page-section.section-band.tone-cyan .btn-primary {
  background: linear-gradient(120deg, #67e8f9, #22d3ee 45%, #0891b2);
  box-shadow: 0 10px 28px rgba(8, 145, 178, 0.32);
  color: #041018 !important;
}

/* Ghost buttons pick section accent border */
.section.section-band .btn-ghost {
  border-color: color-mix(in srgb, var(--section-accent, #00a1ff) 40%, transparent);
}
.section.section-band .btn-ghost:hover {
  border-color: var(--section-accent, #00a1ff);
  background: color-mix(in srgb, var(--section-accent, #00a1ff) 12%, transparent);
}

/*
 * Overlap consecutive bands so washes mix in the shared zone.
 * Content padding is increased so text never sits in the dissolve edge.
 */
.home-main > .section.section-band + .section.section-band,
.home-main > .section + .section.section-band,
.page-main > .page-section.section-band + .page-section.section-band,
.page-main > .page-section.section-band + .page-mid-cta.section-band,
.page-main > .page-mid-cta.section-band + .page-section.section-band,
.page-main > .page-section.section-band + .page-cta-band.section-band,
.page-main > .page-cta-band.section-band + .page-section.section-band,
.page-main > .site-interlink + .page-cta-band,
.page-main > .page-section + .site-interlink,
.tools-main > .page-section.section-band + .page-section.section-band,
.tools-main > .page-section.section-band + .page-cta-band.section-band,
.tools-main > .page-section + .page-section.section-band,
.tools-main > .page-section.section-band + .site-interlink,
.tools-main > .site-interlink + .page-cta-band,
.blog-main > .page-section.section-band + .page-section.section-band {
  margin-top: calc(var(--blend-overlap) * -0.55);
  padding-top: calc(var(--blend-pad) + var(--blend-overlap) * 0.45);
}

/* Rising z-index so lower washes sit under upper content cleanly */
.home-main > .section.section-band:nth-of-type(1),
.page-main > .page-section.section-band:nth-of-type(1) { z-index: 1; }
.home-main > .section.section-band:nth-of-type(2),
.page-main > .page-section.section-band:nth-of-type(2) { z-index: 2; }
.home-main > .section.section-band:nth-of-type(3) { z-index: 3; }
.home-main > .section.section-band:nth-of-type(4) { z-index: 4; }
.home-main > .section.section-band:nth-of-type(5) { z-index: 5; }
.home-main > .section.section-band:nth-of-type(n+6) { z-index: 6; }

/* Marquee as a soft colour bridge, not a hard strip */
.home-main > .marquee-wrap,
.marquee-wrap {
  position: relative;
  z-index: 3;
  border: 0 !important;
  margin: calc(var(--blend-overlap) * -0.25) 0;
  padding-block: 1rem;
  background:
    linear-gradient(180deg, transparent, rgba(3, 5, 12, 0.35) 30%, rgba(3, 5, 12, 0.35) 70%, transparent),
    linear-gradient(90deg,
      rgba(0, 161, 255, 0.08),
      rgba(167, 139, 250, 0.09),
      rgba(251, 113, 133, 0.07),
      rgba(52, 211, 153, 0.08),
      rgba(245, 215, 110, 0.07)) !important;
  box-shadow: none !important;
}

/* Hero → first band */
.home-main > .hero {
  position: relative;
  z-index: 2;
}
.home-main > .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(28%, 160px);
  pointer-events: none;
  z-index: 4;
  background: linear-gradient(180deg, transparent 0%, rgba(3, 5, 12, 0.55) 55%, var(--blend-void) 100%);
}
.home-main > .hero + .marquee-wrap,
.home-main > .hero + .section.section-band {
  margin-top: calc(var(--blend-overlap) * -0.35);
}

/* Marketing photo hero + stats + first section */
.page-main > .page-hero + .page-stats,
.page-main > .page-hero.has-media + .page-stats {
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.page-main > .page-stats + .page-section.section-band,
.page-main > .page-hero + .page-section.section-band,
.page-main > .page-hero.has-media + .page-section.section-band {
  margin-top: calc(var(--blend-overlap) * -0.4);
  padding-top: calc(var(--blend-pad) + var(--blend-overlap) * 0.35);
}

/* Footer rises into last band */
.site-footer .footer-cta,
.footer-cta {
  position: relative;
  border-top: 0 !important;
  margin-top: calc(var(--blend-overlap) * -0.45) !important;
  padding-top: calc(clamp(3rem, 6vw, 4.5rem) + var(--blend-overlap) * 0.3) !important;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 5, 12, 0.5) 18%, rgba(5, 10, 20, 0.95) 100%) !important;
  box-shadow: none !important;
}

/* Keep content above washes */
.section.section-band > .container,
.page-section.section-band > .page-intro-grid,
.page-section.section-band > .page-section-head,
.page-section.section-band > .related-grid,
.page-section.section-band > .site-interlink-groups,
.page-section.section-band > .include-grid,
.page-section.section-band > .service-showcase,
.page-cta-band > *,
.page-mid-cta > * {
  position: relative;
  z-index: 1;
}

/* Marketing page sections full-bleed colour bands */
.page-main .page-section.section-band,
.page-main .page-mid-cta.section-band,
.page-main .page-cta-band.section-band {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: max(1rem, calc((100% - 1180px) / 2));
  padding-right: max(1rem, calc((100% - 1180px) / 2));
  box-sizing: border-box;
}
/* Stats strip: full-bleed under hero (core styles in pages.css) */
.page-main .page-stats {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-main .page-hero {
  margin-bottom: 0;
}
.page-main .page-hero.has-media {
  margin-bottom: 0;
  border-radius: 0 !important;
  width: 100%;
  max-width: none;
  box-shadow: none !important;
}

/* Colourful service card accents on hub */
.service-card:nth-child(6n + 1) .service-card-more a {
  background: linear-gradient(120deg, #33b4ff, #00a1ff 50%, #0077cc);
}
.service-card:nth-child(6n + 2) .service-card-more a {
  background: linear-gradient(120deg, #c4b5fd, #a78bfa 50%, #7c3aed);
  color: #0f0618 !important;
}
.service-card:nth-child(6n + 3) .service-card-more a {
  background: linear-gradient(120deg, #fda4af, #fb7185 50%, #e11d48);
  color: #1a0508 !important;
}
.service-card:nth-child(6n + 4) .service-card-more a {
  background: linear-gradient(120deg, #6ee7b7, #34d399 50%, #059669);
  color: #04140e !important;
}
.service-card:nth-child(6n + 5) .service-card-more a {
  background: linear-gradient(120deg, #fde68a, #f5d76e 50%, #d97706);
  color: #1a1204 !important;
}
.service-card:nth-child(6n + 6) .service-card-more a {
  background: linear-gradient(120deg, #67e8f9, #22d3ee 50%, #0891b2);
  color: #041018 !important;
}
.service-card:nth-child(6n + 1) li::before { background: #00a1ff; }
.service-card:nth-child(6n + 2) li::before { background: #a78bfa; }
.service-card:nth-child(6n + 3) li::before { background: #fb7185; }
.service-card:nth-child(6n + 4) li::before { background: #34d399; }
.service-card:nth-child(6n + 5) li::before { background: #f5d76e; }
.service-card:nth-child(6n + 6) li::before { background: #22d3ee; }

/* Price cards multi-colour accents */
.home-main .price-card:nth-child(1) { --card-accent: #22d3ee; }
.home-main .price-card:nth-child(2) { --card-accent: #00a1ff; }
.home-main .price-card:nth-child(3) { --card-accent: #a78bfa; }
.home-main .price-card:nth-child(4) { --card-accent: #fb7185; }
.home-main .price-card:hover {
  border-color: color-mix(in srgb, var(--card-accent, #00a1ff) 50%, transparent) !important;
}
.home-main .price-card .price-amount {
  background: linear-gradient(120deg, #f8fafc, var(--card-accent, #00a1ff));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ----- Section rhythm ----- */
.home-main .section {
  padding: clamp(4.25rem, 8vw, 6.5rem) 0;
}
.home-main .section-head {
  max-width: 680px;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.home-main .section-head h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.home-main .section-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--muted, #9aa8c7);
  max-width: 48ch;
}

/* ----- Refined cards (keep structure, cleaner finish) ----- */
.home-main .glass,
.home-main .glass-strong {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(17, 26, 48, 0.88), rgba(8, 12, 24, 0.78));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ----- Studio intro + portal / preview features ----- */
.home-main .studio-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1.65rem 2.25rem;
  align-items: stretch;
  padding: 1.5rem 1.5rem 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.18);
  box-shadow:
    0 0 0 1px rgba(0, 161, 255, 0.06) inset,
    0 28px 70px rgba(0, 0, 0, 0.38);
}
.home-main .studio-intro-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.4);
  align-self: stretch;
}
.home-main .studio-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: 60% center;
  display: block;
  filter: saturate(1.1) contrast(1.05) brightness(0.92);
}
.home-main .studio-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(3, 5, 12, 0.15) 0%, transparent 40%),
    linear-gradient(0deg, rgba(3, 5, 12, 0.72) 0%, transparent 50%),
    linear-gradient(135deg, rgba(0, 161, 255, 0.18), transparent 55%);
  pointer-events: none;
}
.home-main .studio-media-caption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e8f4ff;
  background: rgba(3, 5, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.home-main .studio-media-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.8);
  flex-shrink: 0;
}
.home-main .studio-intro-copy h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  max-width: 16ch;
  margin: 0.35rem 0 1rem;
}
.home-main .studio-intro-body p {
  margin: 0 0 0.9rem;
  font-size: 1.06rem;
  line-height: 1.65;
  color: #c5d0e8;
  max-width: 48ch;
}
.home-main .studio-intro-actions {
  margin-top: 1.35rem;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.home-main .studio-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
.home-main .studio-feature {
  padding: 1.35rem 1.3rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(17, 26, 48, 0.92), rgba(8, 12, 24, 0.88));
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-main .studio-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(103, 232, 249, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}
.home-main .studio-feature.accent-cyan { border-color: rgba(0, 161, 255, 0.22); }
.home-main .studio-feature.accent-violet { border-color: rgba(167, 139, 250, 0.24); }
.home-main .studio-feature.accent-mint { border-color: rgba(52, 211, 153, 0.22); }
.home-main .studio-feature-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.35rem;
}
.home-main .studio-feature-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
}
.home-main .studio-feature.accent-violet .studio-feature-kicker { color: #c4b5fd; }
.home-main .studio-feature.accent-mint .studio-feature-kicker { color: #6ee7b7; }
.home-main .studio-feature h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: #f4f7ff;
}
.home-main .studio-feature > p {
  margin: 0;
  color: #a8b6d0;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}
.home-main .studio-feature-list {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.home-main .studio-feature-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: #dbe7ff;
  line-height: 1.35;
}
.home-main .studio-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 10px rgba(103, 232, 249, 0.55);
}
.home-main .studio-feature.accent-violet .studio-feature-list li::before { background: #a78bfa; }
.home-main .studio-feature.accent-mint .studio-feature-list li::before { background: #34d399; }
.home-main .studio-feature-link {
  margin-top: 0.65rem;
  font-weight: 800;
  font-size: 0.92rem;
  color: #7dd3fc;
  text-decoration: none;
}
.home-main .studio-feature-link:hover { color: #a5f3fc; }
.home-main .studio-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
}
.home-main .studio-stats-inline {
  margin-top: 0.75rem;
}
.home-main .studio-stats li {
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(3, 5, 12, 0.4);
}
.home-main .studio-stats strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.12rem;
  color: #e8f4ff;
  letter-spacing: -0.02em;
}
.home-main .studio-stats span {
  font-size: 0.8rem;
  color: #9aa8c7;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .home-main .studio-intro {
    grid-template-columns: 1fr;
  }
  .home-main .studio-intro-media {
    min-height: 220px;
    order: -1;
  }
  .home-main .studio-intro-media img { min-height: 220px; }
  .home-main .studio-feature-grid {
    grid-template-columns: 1fr;
  }
  .home-main .studio-intro-copy h2 { max-width: none; }
}

/* ----- Pillars (image + copy) ----- */
.home-main .pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.home-main .pillar-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.home-main .pillar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 161, 255, 0.35);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}
.home-main .pillar-media {
  display: block;
  position: relative;
  height: 148px;
  overflow: hidden;
}
.home-main .pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.home-main .pillar-card:hover .pillar-media img {
  transform: scale(1.06);
}
.home-main .pillar-media-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 12, 24, 0.75) 100%);
  pointer-events: none;
}
.home-main .pillar-body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.home-main .pillar-card h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}
.home-main .pillar-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #a8b6d0;
  flex: 1;
}
.home-main .pillar-link {
  margin-top: 0.25rem;
  font-weight: 750;
  font-size: 0.88rem;
  color: #00a1ff;
  text-decoration: none;
}
.home-main .pillar-link:hover { color: #7dd3fc; }

/* ----- Trust strip ----- */
.home-main .trust-band {
  padding: 1.4rem 1.25rem;
  text-align: center;
}
.home-main .trust-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00a1ff;
}
.home-main .trust-lead {
  margin: 0 auto 1rem;
  max-width: 40ch;
  color: #a8b6d0;
  font-size: 1rem;
}
.home-main .trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.home-main .trust-logos li {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 161, 255, 0.22);
  background: rgba(0, 161, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 650;
  color: #e2eefc;
}

/* ----- Services bento with optional images ----- */
.home-main .bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.home-main .bento-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.home-main .bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 161, 255, 0.35);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}
.home-main .bento-lg,
.home-main .bento-wide {
  grid-column: span 1;
  grid-row: auto;
}
.home-main .bento-media {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.home-main .bento-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.home-main .bento-card:hover .bento-media img {
  transform: scale(1.06);
}
.home-main .bento-media-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 12, 24, 0.72) 100%);
  pointer-events: none;
}
.home-main .bento-card-body {
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.home-main .bento-card:not(.has-media) .bento-card-body {
  padding: 1.3rem 1.25rem 1.4rem;
}
.home-main .bento-icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 12px;
  margin-bottom: 0.15rem;
  background: rgba(0, 161, 255, 0.12);
  border: 1px solid rgba(0, 161, 255, 0.2);
  box-shadow: none;
  animation: none;
}
.home-main .bento-card:hover .bento-icon {
  transform: none;
}
.home-main .bento-card h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}
.home-main .bento-card p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.5;
  color: #a8b6d0;
  flex: 1;
}
.home-main .bento-more {
  margin-top: 0.35rem;
}
.home-main .bento-more a {
  color: #00a1ff;
  font-weight: 750;
  font-size: 0.88rem;
  text-decoration: none;
}
.home-main .bento-more a:hover { color: #7dd3fc; }

/* ----- Process / pricing / projects / why / faq / contact ----- */
.home-main .process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.home-main .process-rail::before { display: none; }
.home-main .process-step {
  padding: 1.25rem 1.15rem 1.35rem;
  transition: transform .25s ease, border-color .25s;
}
.home-main .process-step:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 161, 255, 0.3);
}
.home-main .step-icon {
  background: rgba(0, 161, 255, 0.12);
  border: 1px solid rgba(0, 161, 255, 0.2);
  box-shadow: none;
  animation: none;
}

.home-main .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.home-main .price-card {
  padding: 1.4rem 1.25rem 1.5rem;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.home-main .price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 161, 255, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}
.home-main .price-featured {
  border-color: rgba(0, 161, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 161, 255, 0.12), 0 18px 46px rgba(0, 161, 255, 0.12);
}

.home-main .project-card {
  padding: 0;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.home-main .project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 161, 255, 0.35);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}
.home-main .project-body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.home-main .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.85rem;
}
.home-main .why-item {
  padding: 1.15rem 1.1rem 1.2rem;
  transition: transform .2s ease, border-color .2s;
}
.home-main .why-item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 161, 255, 0.28);
}
.home-main .why-icon {
  background: rgba(0, 161, 255, 0.12);
  border: 1px solid rgba(0, 161, 255, 0.2);
  box-shadow: none;
  animation: none;
}

.home-main .faq-item {
  border-radius: 14px;
  margin-bottom: 0.5rem;
  padding: 0 1.1rem;
  overflow: hidden;
}
.home-main .faq-item summary {
  padding: 1rem 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.home-main .faq-answer p {
  color: #a8b6d0;
  line-height: 1.65;
  max-width: 52ch;
  padding-bottom: 0.95rem;
}

.home-main .contact-shell {
  padding: 1.5rem;
}
.home-main .contact-shell-glow {
  opacity: 0.45;
}
.home-main .quote-helper {
  margin-top: 1.15rem;
  padding: 1.3rem 1.35rem;
}

.home-main .section-bridge {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.25rem;
}
.home-main .section-bridge p {
  margin: 0;
  max-width: 40ch;
  color: #aebbd4;
  font-size: 1.02rem;
}

.home-main .ai-feature {
  padding: 1.2rem 1.15rem;
}
.home-main .hero-panel-inner {
  border-color: rgba(0, 161, 255, 0.2);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

/* ----- Marketing service showcase (tidy, not sparse) ----- */
.service-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.service-card-media {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  line-height: 0;
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.service-card:hover .service-card-media img {
  transform: scale(1.05);
}
.service-card-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 5, 12, 0.28) 100%);
}
.service-card-body {
  padding: 0 0.15rem;
}
.service-card h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 2.1vw, 1.4rem);
  letter-spacing: -0.025em;
  font-weight: 750;
}
.service-card h3 a {
  color: #f4f7ff;
  text-decoration: none;
}
.service-card h3 a:hover { color: #00a1ff; }
.service-card p {
  margin: 0 0 0.7rem;
  color: #aebbd4;
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 48ch;
}
.service-card ul {
  margin: 0 0 0.9rem;
  padding: 0;
  list-style: none;
  color: #9aa8c7;
  font-size: 0.92rem;
  line-height: 1.5;
}
.service-card li {
  margin: 0.28rem 0;
  padding-left: 0.95rem;
  position: relative;
}
.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #00a1ff;
}
.service-card-more a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.88rem;
  color: #041018 !important;
  text-decoration: none !important;
  background: linear-gradient(120deg, #33b4ff, #00a1ff 50%, #0077cc);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 22px rgba(0, 161, 255, 0.28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card-more a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 161, 255, 0.38);
}

/* Page include cards — tidy list cards, not random bars */
.page-body .include-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: none;
}
.page-body .include-card {
  display: block;
  grid-template-columns: none;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(17, 26, 48, 0.88), rgba(8, 12, 24, 0.78));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  padding: 1.3rem 1.25rem 1.4rem;
}
.page-body .include-card .num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 161, 255, 0.12);
  border: 1px solid rgba(0, 161, 255, 0.2);
  color: #00a1ff;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  grid-row: auto;
}
.page-body .include-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}
.page-body .include-card p {
  margin: 0 0 0.65rem;
  color: #a8b6d0;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: none;
}
.page-body .include-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-body .include-card li {
  margin: 0.28rem 0;
  padding-left: 0.95rem;
  position: relative;
  color: #9aa8c7;
  font-size: 0.92rem;
}
.page-body .include-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #00a1ff;
}

.page-body .why-card,
.page-body .process-step-card {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(17, 26, 48, 0.88), rgba(8, 12, 24, 0.78));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  padding: 1.2rem 1.15rem 1.3rem;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  display: block;
  grid-template-columns: none;
}
.page-body .process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: none;
}
.page-body .why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.page-body .page-hero.has-media {
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none !important;
  border: 0 !important;
  width: 100%;
  max-width: none;
}
/* Full-width stats bar — do not re-box the inner grid */
.page-body .page-stats {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-body .page-stats-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding:
    clamp(1.15rem, 2.4vw, 1.55rem)
    max(1rem, calc((100% - 1180px) / 2));
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-body .page-stat {
  padding: 0.65rem clamp(0.85rem, 2.2vw, 1.75rem);
}
.page-body .page-cta-band {
  padding: 1.5rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 161, 255, 0.2);
  background: linear-gradient(145deg, rgba(0, 161, 255, 0.1), rgba(12, 18, 36, 0.9));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1100px) {
  .home-main .pillar-grid,
  .home-main .bento,
  .home-main .process-rail,
  .home-main .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .home-main .studio-intro {
    grid-template-columns: 1fr;
  }
  .home-main .studio-intro-media {
    min-height: 200px;
    order: -1;
  }
  .home-main .studio-intro-media img { min-height: 200px; }
  .home-main .pillar-grid,
  .home-main .bento,
  .home-main .process-rail,
  .home-main .pricing-grid {
    grid-template-columns: 1fr;
  }
  .service-showcase,
  .page-body .include-grid,
  .page-body .process-steps,
  .page-body .why-grid {
    grid-template-columns: 1fr;
  }
  .page-body .page-stats-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media (max-width: 420px) {
  .page-body .page-stats-inner {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Luxury polish — colour depth, motion, conversion sheen
   (E mega + F microcopy sit in PHP/chrome; this is the feel)
   ========================================================= */

/* Richer ambient mesh — multi-hue (less blue monopoly) */
body .bg-ambient {
  background:
    radial-gradient(1100px 640px at 10% -8%, rgba(0, 161, 255, 0.14), transparent 55%),
    radial-gradient(900px 560px at 92% 4%, rgba(167, 139, 250, 0.18), transparent 50%),
    radial-gradient(720px 480px at 48% 100%, rgba(251, 113, 133, 0.12), transparent 55%),
    radial-gradient(640px 420px at 70% 40%, rgba(52, 211, 153, 0.1), transparent 50%),
    radial-gradient(500px 360px at 20% 60%, rgba(245, 215, 110, 0.06), transparent 50%),
    #03050c;
}
body .mesh-a { background: rgba(0, 161, 255, 0.2); }
body .mesh-b { background: rgba(167, 139, 250, 0.2); }
body .mesh-c { background: rgba(245, 215, 110, 0.16); }
body .mesh-d { background: rgba(251, 113, 133, 0.18); }
body .mesh-e { background: rgba(52, 211, 153, 0.16); }

/* Marquee strip: rainbow energy */
.home-main > .marquee-wrap,
.marquee-wrap {
  background: linear-gradient(90deg,
    rgba(0, 161, 255, 0.1),
    rgba(167, 139, 250, 0.12),
    rgba(251, 113, 133, 0.1),
    rgba(52, 211, 153, 0.1),
    rgba(245, 215, 110, 0.1),
    rgba(251, 146, 60, 0.08),
    rgba(0, 161, 255, 0.1)) !important;
}

/* No animated hairlines — blend system uses soft ambient glow only */
.section.section-band::after,
.page-section.section-band::after,
.page-mid-cta.section-band::after,
.page-cta-band.section-band::after {
  animation: none !important;
}

/* Soft floating colour orbs inside bands (decorative depth) */
.section.section-band > .container,
.page-section.section-band > .page-intro-grid,
.page-section.section-band > .page-section-head {
  position: relative;
  z-index: 1;
}

/* Tinted glass cards pick up section colour even at rest */
.section.section-band .glass,
.section.section-band .glass-strong,
.section.section-band .bento-card,
.section.section-band .pillar-card,
.section.section-band .price-card,
.section.section-band .project-card,
.section.section-band .process-step,
.section.section-band .why-item,
.section.section-band .faq-item,
.page-section.section-band .include-card,
.page-section.section-band .why-card,
.page-section.section-band .process-step-card,
.page-section.section-band .service-card-body {
  background:
    linear-gradient(165deg,
      color-mix(in srgb, var(--section-accent, #00a1ff) 10%, rgba(17, 26, 48, 0.92)),
      color-mix(in srgb, var(--section-accent, #00a1ff) 4%, rgba(8, 12, 24, 0.88))) !important;
  border-color: color-mix(in srgb, var(--section-accent, #00a1ff) 22%, rgba(148, 163, 184, 0.12)) !important;
}
/* related-card styling lives in pages.css — don't force section glass onto interlink tiles */
.page-section.section-band .include-card {
  border-left: 3px solid color-mix(in srgb, var(--section-accent, #00a1ff) 70%, transparent) !important;
}

/* Orange / pink primary buttons inside matching bands */
.section.section-band.tone-orange .btn-primary,
.page-section.section-band.tone-orange .btn-primary,
.page-mid-cta.section-band.tone-orange .btn-primary {
  background: linear-gradient(120deg, #fdba74, #fb923c 45%, #ea580c);
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.35);
  color: #1a0c04 !important;
}
.section.section-band.tone-pink .btn-primary,
.page-section.section-band.tone-pink .btn-primary {
  background: linear-gradient(120deg, #f9a8d4, #f472b6 45%, #db2777);
  box-shadow: 0 10px 28px rgba(219, 39, 119, 0.32);
  color: #1a0610 !important;
}
.section.section-band.tone-blue .btn-primary,
.page-section.section-band.tone-blue .btn-primary {
  background: linear-gradient(120deg, #33b4ff, #00a1ff 45%, #0077cc);
  box-shadow: 0 10px 28px rgba(0, 161, 255, 0.35);
  color: #041018 !important;
}

/* Mid-CTA / bottom CTA bands: full-bleed coloured stages */
.page-mid-cta.section-band,
.page-cta-band.section-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
/* Stats bar palette lives in pages.css — keep full-bleed wash subtle */
.page-main .page-stats {
  width: 100%;
  max-width: none;
}

/* Footer multi-colour wash */
.site-footer .footer-cta,
.footer-cta {
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(0, 161, 255, 0.16), transparent 55%),
    radial-gradient(600px 260px at 90% 100%, rgba(167, 139, 250, 0.14), transparent 55%),
    radial-gradient(500px 200px at 50% 50%, rgba(251, 113, 133, 0.08), transparent 60%),
    linear-gradient(180deg, #0a1020, #050810) !important;
}

/* Eyebrow: gem pill */
.section.section-band .eyebrow,
.page-section.section-band .eyebrow,
.page-hero .eyebrow {
  padding: 0.28rem 0.7rem 0.28rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--section-accent, var(--brand)) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--section-accent, var(--brand)) 28%, transparent);
  letter-spacing: 0.16em;
  box-shadow: 0 0 24px color-mix(in srgb, var(--section-accent, var(--brand)) 12%, transparent);
}
.section.section-band .eyebrow::before,
.page-section.section-band .eyebrow::before,
.page-hero .eyebrow::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  box-shadow: 0 0 10px currentColor;
}

/* Luxury cards: deeper glass + glow hover */
.home-main .glass,
.home-main .glass-strong,
.page-body .include-card,
.page-body .why-card,
.page-body .process-step-card {
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition:
    transform .35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color .3s ease,
    box-shadow .35s ease;
}
.home-main .glass:hover,
.home-main .glass-strong:hover,
.home-main .bento-card:hover,
.home-main .pillar-card:hover,
.home-main .price-card:hover,
.home-main .project-card:hover,
.home-main .process-step:hover,
.home-main .why-item:hover,
.service-card:hover .service-card-media,
.page-body .include-card:hover,
.page-body .why-card:hover,
.page-body .process-step-card:hover {
  border-color: color-mix(in srgb, var(--section-accent, #00a1ff) 48%, transparent) !important;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.38),
    0 0 40px color-mix(in srgb, var(--section-accent, #00a1ff) 14%, transparent),
    0 0 0 1px color-mix(in srgb, var(--section-accent, #00a1ff) 18%, transparent) inset;
}
.home-main .bento-card:hover,
.home-main .pillar-card:hover,
.home-main .price-card:hover,
.home-main .project-card:hover {
  transform: translateY(-6px);
}
.home-main .process-step:hover,
.home-main .why-item:hover {
  transform: translateY(-4px);
}

/* Featured price card pulse ring */
.home-main .price-featured {
  position: relative;
  overflow: hidden;
}
.home-main .price-featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 40%, #fb7185 70%, #f5d76e);
  background-size: 220% 220%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .home-main .price-featured::before {
    animation: lux-border-shift 7s ease infinite;
  }
}
@keyframes lux-border-shift {
  0%, 100% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
}
.home-main .price-featured > * { position: relative; z-index: 1; }

/* Buttons — richer glow + magnetic feel */
.btn-primary {
  box-shadow:
    0 12px 32px rgba(0, 161, 255, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 42px rgba(0, 161, 255, 0.5),
    0 0 28px rgba(0, 161, 255, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.3) inset !important;
}
.btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--section-accent, #00a1ff) 35%, transparent),
    0 10px 28px rgba(0, 0, 0, 0.2);
}
.nav-cta:hover {
  box-shadow: 0 12px 32px rgba(0, 161, 255, 0.5), 0 0 24px rgba(0, 161, 255, 0.2) !important;
}

/* Hero title + lead luxury */
.hero-title {
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}
.hero-title .text-gradient-rainbow {
  filter: drop-shadow(0 0 28px rgba(167, 139, 250, 0.25));
}
.hero-badge,
.hero .badge,
.hero-pill {
  backdrop-filter: blur(10px);
}
.hero-panel-inner {
  border: 1px solid rgba(0, 161, 255, 0.22) !important;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(0, 161, 255, 0.1) !important;
}
.hero-panel-glow {
  opacity: 0.65;
  filter: blur(40px);
}

/* Marquee — richer multi-tone strip */
.home-main > .marquee-wrap,
.marquee-wrap {
  background: linear-gradient(90deg,
    rgba(0, 161, 255, 0.08),
    rgba(167, 139, 250, 0.09),
    rgba(251, 113, 133, 0.07),
    rgba(52, 211, 153, 0.07),
    rgba(245, 215, 110, 0.07),
    rgba(0, 161, 255, 0.08)) !important;
  border-block-color: rgba(148, 163, 184, 0.14) !important;
}

/* Scroll progress — rainbow brand line */
.scroll-progress span {
  background: linear-gradient(90deg, #67e8f9, #00a1ff 30%, #a78bfa 55%, #fb7185 78%, #f5d76e) !important;
  box-shadow: 0 0 12px rgba(0, 161, 255, 0.55);
}

/* Footer CTA band — sexy gradient */
.footer-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  background:
    radial-gradient(700px 280px at 15% 0%, rgba(0, 161, 255, 0.16), transparent 55%),
    radial-gradient(600px 260px at 90% 100%, rgba(167, 139, 250, 0.12), transparent 55%),
    linear-gradient(180deg, #0a1020, #050810) !important;
}
.footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00a1ff, #a78bfa, #fb7185, transparent);
  opacity: 0.9;
}

/* Mobile sticky CTA glow */
.mobile-cta .btn-primary {
  box-shadow: 0 10px 36px rgba(0, 161, 255, 0.5), 0 0 20px rgba(0, 161, 255, 0.25) !important;
}

/* Page heroes — full-width cinematic media */
.page-body .page-hero.has-media .page-hero-media img {
  transition: transform 8s cubic-bezier(0.22, 1, 0.36, 1), filter .6s ease;
}
.page-body .page-hero.has-media:hover .page-hero-media img {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.06) brightness(0.78);
}
@media (prefers-reduced-motion: reduce) {
  .page-body .page-hero.has-media .page-hero-media img {
    transition: none;
  }
  .page-body .page-hero.has-media:hover .page-hero-media img {
    transform: none;
  }
}

/* Service cards — hover lift on whole card */
.service-card {
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card:hover {
  transform: translateY(-4px);
}
.service-card-more a {
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}
.service-card-more a:hover {
  filter: brightness(1.08);
}

/* Reveal: slightly more dramatic lift */
@media (prefers-reduced-motion: no-preference) {
  .js .home-main .reveal:not(.is-visible) {
    opacity: 0.82;
    transform: translate3d(0, 28px, 0) scale(0.985);
    filter: blur(0.5px);
  }
  .js .home-main .reveal.is-visible {
    filter: none;
  }
  .js .page-main .reveal:not(.is-visible) {
    opacity: 0.88;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .js .page-main .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Soft floating icons in toned sections */
@media (prefers-reduced-motion: no-preference) {
  .section.section-band .bento-icon,
  .section.section-band .why-icon,
  .section.section-band .step-icon {
    animation: lux-icon-float 5.5s ease-in-out infinite;
  }
  .section.section-band .pillar-card:nth-child(2) .bento-icon,
  .section.section-band .why-item:nth-child(2) .why-icon,
  .section.section-band .process-step:nth-child(2) .step-icon { animation-delay: -1.2s; }
  .section.section-band .pillar-card:nth-child(3) .bento-icon,
  .section.section-band .why-item:nth-child(3) .why-icon,
  .section.section-band .process-step:nth-child(3) .step-icon { animation-delay: -2.4s; }
  .section.section-band .pillar-card:nth-child(4) .bento-icon,
  .section.section-band .why-item:nth-child(4) .why-icon,
  .section.section-band .process-step:nth-child(4) .step-icon { animation-delay: -3.6s; }
}
@keyframes lux-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* Contact form — luxury shell */
.home-main .contact-shell {
  border: 1px solid rgba(0, 161, 255, 0.18);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.35),
    0 0 50px rgba(0, 161, 255, 0.08);
}
.home-main .quote-helper {
  border: 1px solid rgba(167, 139, 250, 0.22);
  background:
    radial-gradient(400px 180px at 100% 0%, rgba(167, 139, 250, 0.12), transparent 60%),
    linear-gradient(165deg, rgba(17, 26, 48, 0.92), rgba(8, 12, 24, 0.85));
}

/* Header glass slightly richer when scrolled */
.site-header.is-scrolled {
  background: rgba(3, 5, 12, 0.94);
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.4),
    0 1px 0 rgba(0, 161, 255, 0.08);
  border-bottom-color: rgba(0, 161, 255, 0.1);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .section.section-band::after,
  .page-section.section-band::after,
  .home-main .price-featured::before,
  .section.section-band .bento-icon,
  .section.section-band .why-icon,
  .section.section-band .step-icon {
    animation: none !important;
  }
}
