/* Lumio AI Enterprise — shared dark DNA */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'cv02','cv03','cv04','cv11';
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }

#bg-canvas {
  position: fixed; inset: 0; width: 100vw; height: 100vh;
  z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,46,99,0.10) 0%, transparent 60%), #000;
}
.wrap { position: relative; z-index: 1; }

.gradient-text {
  background: linear-gradient(135deg, #FF0F46 0%, #FF5C4D 50%, #FF9B5C 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; transition: all .4s ease;
  background: rgba(0,0,0,0); backdrop-filter: blur(0);
}
.nav.scrolled {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 14px 32px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -0.3px; }
.nav-logo img { width: 30px; height: 30px; border-radius: 8px; }
.nav-logo .ent-tag {
  margin-left: 6px; padding: 3px 8px; font-size: 10px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(255,15,70,0.15), rgba(255,92,77,0.12));
  border: 1px solid rgba(255,46,99,0.3); border-radius: 6px; color: #FF7B9E;
}
.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.nav-links a { color: rgba(255,255,255,0.6); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta {
  padding: 10px 20px; font-size: 13px; font-weight: 600;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D);
  border-radius: 12px; color: #fff;
  box-shadow: 0 4px 20px rgba(255,15,70,0.3);
  transition: transform .2s, box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 28px rgba(255,15,70,0.5); }
@media (max-width: 800px) { .nav-links { display: none; } .nav, .nav.scrolled { padding: 14px 18px; } }

/* HERO */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 140px 32px 100px; position: relative;
}
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  background: rgba(255,46,99,0.08); border: 1px solid rgba(255,46,99,0.25);
  border-radius: 50px; color: #FF7B9E; margin-bottom: 24px;
}
.hero-eyebrow .pulse {
  width: 6px; height: 6px; background: #FF2E63; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,46,99,0.7); animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,46,99,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,46,99,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,46,99,0); }
}
.hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 900; letter-spacing: -2.5px; line-height: 1.02;
  margin-bottom: 22px;
}
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(255,255,255,0.55); line-height: 1.65;
  margin-bottom: 36px; max-width: 540px;
}
.hero-co {
  display: inline-block; padding: 4px 10px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px; font-weight: 600; color: #fff;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px; font-size: 15px; font-weight: 700; letter-spacing: -0.2px;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D); color: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 30px rgba(255,15,70,0.35), inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(255,15,70,0.5); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px; font-size: 15px; font-weight: 600;
  background: rgba(255,255,255,0.05); color: #fff;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 14px;
  transition: all .2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.2); }

/* HERO MORPH (right side) */
.hero-morph {
  position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden;
  background: #0a0a0a;
  box-shadow: 0 30px 80px rgba(255,15,70,0.18), 0 0 0 1px rgba(255,255,255,0.05);
}
.hero-morph .morph-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
}
.hero-morph .morph-img.active { opacity: 1; }
.hero-morph .morph-label {
  position: absolute; bottom: 16px; left: 16px; z-index: 3;
  padding: 6px 12px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 50px;
}
.hero-morph .morph-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 50%);
  pointer-events: none;
}

/* SECTION */
.section { padding: 120px 32px; position: relative; }
.section-narrow { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 60px; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px; color: rgba(255,255,255,0.7); margin-bottom: 20px;
}
.section-title {
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 900; letter-spacing: -1.8px; line-height: 1.06; margin-bottom: 18px;
}
.section-sub {
  font-size: 17px; color: rgba(255,255,255,0.5); line-height: 1.65;
}

/* STAT STRIP */
.stats-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; max-width: 1180px; margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 24px; overflow: hidden;
}
.stat-cell {
  background: #050505; padding: 36px 24px; text-align: center;
}
.stat-num {
  font-size: clamp(34px, 4vw, 54px); font-weight: 900;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -2px; line-height: 1;
}
.stat-lbl {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5);
  letter-spacing: 1px; text-transform: uppercase; margin-top: 12px;
}
@media (max-width: 800px) { .stats-strip { grid-template-columns: 1fr 1fr; } }

/* TRUST ROW */
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px; max-width: 1180px; margin: 0 auto;
}
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
}
.trust-chip svg { width: 16px; height: 16px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* FOOTER */
.footer {
  padding: 56px 32px 80px; border-top: 1px solid rgba(255,255,255,0.05);
  text-align: center;
}
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 20px; font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-links a:hover { color: #fff; }
.footer p { font-size: 12px; color: rgba(255,255,255,0.3); }

/* FLOATING CTA — bottom-right per spec */
.float-cta {
  position: fixed; bottom: 24px; right: 24px; transform: translateY(120%);
  z-index: 90;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 28px; font-size: 14px; font-weight: 700; color: #fff;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D);
  border-radius: 50px;
  box-shadow: 0 12px 40px rgba(255,15,70,0.45);
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.float-cta.shown { transform: translateY(0); }
@media (max-width: 720px) {
  .float-cta { bottom: 16px; right: 16px; padding: 12px 22px; font-size: 13px; }
}
.float-cta:hover { box-shadow: 0 16px 50px rgba(255,15,70,0.6); }

/* CARD primitive */
.card {
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px; padding: 32px; transition: all .3s;
}
.card:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,46,99,0.15); }

/* DEMO WIDGET */
.demo-wrap {
  max-width: 1180px; margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,46,99,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,46,99,0.15); border-radius: 28px;
  padding: 40px; position: relative; overflow: hidden;
}
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 900px) { .demo-grid { grid-template-columns: 1fr; } }
.demo-pane h3 { font-size: 22px; font-weight: 800; letter-spacing: -.6px; margin-bottom: 14px; }
.demo-pane p.demo-sub { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 22px; line-height: 1.6; }
.demo-styles { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.demo-style-btn {
  padding: 12px 8px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; transition: all .2s; text-align: center;
}
.demo-style-btn:hover { color: #fff; border-color: rgba(255,46,99,0.3); }
.demo-style-btn.active { background: rgba(255,46,99,0.15); border-color: rgba(255,46,99,0.5); color: #fff; }
.demo-room { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.demo-room-btn {
  padding: 8px 14px; font-size: 12px; font-weight: 600;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px; color: rgba(255,255,255,0.7);
}
.demo-room-btn.active { background: rgba(255,46,99,0.18); border-color: rgba(255,46,99,0.5); color: #fff; }
.demo-upload {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; min-height: 120px;
  border: 1.5px dashed rgba(255,255,255,0.12); border-radius: 16px;
  cursor: pointer; transition: all .2s; text-align: center;
}
.demo-upload:hover { border-color: rgba(255,46,99,0.4); background: rgba(255,46,99,0.03); }
.demo-upload-icon { font-size: 22px; margin-bottom: 8px; opacity: .8; }
.demo-upload-text { font-size: 13px; color: rgba(255,255,255,0.55); }
.demo-upload-text strong { color: #fff; font-weight: 600; }
.demo-go {
  width: 100%; padding: 14px; margin-top: 14px; font-size: 14px; font-weight: 700;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D); color: #fff;
  border-radius: 14px; box-shadow: 0 4px 24px rgba(255,15,70,0.35);
  transition: opacity .2s, transform .2s;
}
.demo-go:disabled { opacity: 0.5; cursor: not-allowed; }
.demo-canvas {
  position: relative; aspect-ratio: 4/3; border-radius: 18px; overflow: hidden;
  background: #0a0a0a; border: 1px solid rgba(255,255,255,0.06);
}
.demo-canvas img { width: 100%; height: 100%; object-fit: cover; }
.demo-canvas .wm {
  position: absolute; bottom: 10px; right: 10px; padding: 5px 10px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px; color: rgba(255,255,255,0.85);
  backdrop-filter: blur(4px);
}
.demo-canvas .placeholder {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3); font-size: 13px; padding: 24px; text-align: center;
}
.demo-loading {
  position: absolute; inset: 0; display: none; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(8px); z-index: 5; flex-direction: column; gap: 12px;
}
.demo-loading.shown { display: flex; }
.demo-spinner {
  width: 36px; height: 36px;
  border: 3px solid rgba(255,46,99,0.2); border-top-color: #FF2E63;
  border-radius: 50%; animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.demo-loading-txt { font-size: 13px; color: rgba(255,255,255,0.75); }
.demo-err {
  margin-top: 12px; padding: 12px; font-size: 13px; color: #FF9B7B;
  background: rgba(255,90,90,0.08); border: 1px solid rgba(255,90,90,0.2);
  border-radius: 12px; display: none;
}
.demo-err.shown { display: block; }
.demo-note {
  margin-top: 18px; font-size: 12px; color: rgba(255,255,255,0.35); text-align: center;
}

/* ROI calculator */
.roi-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; }
@media (max-width: 900px) { .roi-grid { grid-template-columns: 1fr; } }
.roi-field { margin-bottom: 22px; }
.roi-field label { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 8px; }
.roi-field label .v { color: #fff; font-variant-numeric: tabular-nums; }
.roi-field input[type=range] {
  width: 100%; height: 6px; -webkit-appearance: none; appearance: none;
  background: linear-gradient(to right, #FF0F46 var(--p,50%), rgba(255,255,255,0.08) var(--p,50%));
  border-radius: 4px; outline: none;
}
.roi-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; box-shadow: 0 2px 12px rgba(255,15,70,0.5);
  cursor: grab;
}
.roi-field input[type=range]::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%; background: #fff; border: none;
  box-shadow: 0 2px 12px rgba(255,15,70,0.5);
}
.roi-out {
  padding: 32px; background: linear-gradient(135deg, rgba(255,15,70,0.08), rgba(255,92,77,0.04));
  border: 1px solid rgba(255,46,99,0.2); border-radius: 22px;
  display: flex; flex-direction: column; gap: 18px;
}
.roi-out .row { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.roi-out .row:last-of-type { border: none; padding: 0; }
.roi-out .lbl { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; }
.roi-out .val { font-size: 24px; font-weight: 800; letter-spacing: -.6px; font-variant-numeric: tabular-nums; }
.roi-out .val.hero { font-size: 36px; }
.roi-out .val.hero .gradient-text { letter-spacing: -1px; }

/* WORKFLOW SCROLLY */
.workflow-list { display: grid; gap: 24px; max-width: 920px; margin: 0 auto; }
.workflow-step {
  display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start;
  padding: 32px; background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 20px;
  transition: all .4s;
}
.workflow-step.active { background: rgba(255,46,99,0.05); border-color: rgba(255,46,99,0.3); transform: translateX(8px); }
.workflow-step .step-num {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900;
  background: linear-gradient(135deg, rgba(255,15,70,0.18), rgba(255,92,77,0.12));
  border: 1px solid rgba(255,46,99,0.25);
  color: #FF7B9E;
}
.workflow-step h4 { font-size: 19px; font-weight: 800; letter-spacing: -.4px; margin-bottom: 8px; }
.workflow-step p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.workflow-step .step-tag { display: inline-block; margin-top: 10px; padding: 3px 10px; font-size: 11px; font-weight: 700; color: #FF7B9E; background: rgba(255,46,99,0.1); border-radius: 50px; letter-spacing: .5px; }
@media (max-width: 600px) { .workflow-step { grid-template-columns: 60px 1fr; padding: 22px; gap: 14px; } .workflow-step .step-num { width: 44px; height: 44px; font-size: 17px; } }

/* TOOLS GRID */
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1180px; margin: 0 auto; }
@media (max-width: 800px) { .tools-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .tools-grid { grid-template-columns: 1fr; } }
.tool {
  padding: 28px; border-radius: 20px;
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  transition: all .3s;
}
.tool:hover { transform: translateY(-4px); border-color: rgba(255,46,99,0.18); background: rgba(255,255,255,0.04); }
.tool .icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,15,70,0.14), rgba(255,92,77,0.08));
  border: 1px solid rgba(255,46,99,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.tool h3 { font-size: 16px; font-weight: 700; letter-spacing: -.3px; margin-bottom: 8px; }
.tool p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; }

/* CAPABILITY MATRIX */
.cap-matrix {
  max-width: 1180px; margin: 0 auto;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px; overflow: hidden;
}
.cap-row {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.cap-row:last-child { border: none; }
.cap-row > div { padding: 18px 24px; font-size: 14px; }
.cap-row.head > div { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.02); }
.cap-row.head > div:first-child { color: #fff; }
.cap-row .cell-yes { color: #5EE0A8; font-weight: 700; }
.cap-row .cell-no  { color: rgba(255,255,255,0.25); }
.cap-row .cell-name { font-weight: 600; color: #fff; }
.cap-row .cell-name small { display: block; margin-top: 4px; font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.5); }
@media (max-width: 800px) { .cap-row { grid-template-columns: 1.4fr 1fr 1fr 1fr; } .cap-row > div { padding: 14px 12px; font-size: 12px; } }

/* CONFIGURATOR */
.cfg-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; max-width: 1180px; margin: 0 auto; }
@media (max-width: 900px) { .cfg-wrap { grid-template-columns: 1fr; } }
.cfg-canvas {
  position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden;
  background: #0a0a0a; border: 1px solid rgba(255,255,255,0.08);
}
.cfg-canvas img { width: 100%; height: 100%; object-fit: cover; transition: opacity .6s; }
.cfg-canvas .cfg-overlay {
  position: absolute; inset: 0; mix-blend-mode: multiply; pointer-events: none;
  opacity: 0; transition: opacity .6s, background .6s;
}
.cfg-canvas .cfg-overlay.active { opacity: 0.55; }
.cfg-canvas .cfg-tag {
  position: absolute; top: 14px; left: 14px; padding: 6px 12px;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 50px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
}
.cfg-panel { padding: 28px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 22px; }
.cfg-section { margin-bottom: 22px; }
.cfg-section h4 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.cfg-swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cfg-swatch {
  aspect-ratio: 1; border-radius: 14px;
  border: 2px solid rgba(255,255,255,0.06); cursor: pointer;
  transition: all .2s; position: relative; overflow: hidden;
}
.cfg-swatch.active { border-color: #FF2E63; box-shadow: 0 0 0 3px rgba(255,46,99,0.18); }
.cfg-swatch .lbl {
  position: absolute; bottom: 4px; left: 4px; right: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: .5px;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(6px);
  padding: 3px 6px; border-radius: 4px; text-align: center;
  color: #fff;
}

/* SAMPLES GALLERY (B/A slider) */
.samples-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1180px; margin: 0 auto; }
@media (max-width: 700px) { .samples-grid { grid-template-columns: 1fr; } }
.ba-slider {
  position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden;
  background: #0a0a0a; border: 1px solid rgba(255,255,255,0.08);
  user-select: none; cursor: ew-resize;
}
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-slider .ba-after-wrap {
  position: absolute; top: 0; left: 0; bottom: 0; overflow: hidden;
  width: 50%; will-change: width;
}
.ba-slider .ba-after-wrap img { width: 100vw; max-width: none; min-width: 100%; }
.ba-slider .ba-handle {
  position: absolute; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #FF0F46 0%, #FF5C4D 100%);
  left: 50%; transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(255,46,99,0.6);
  pointer-events: none; z-index: 5;
}
.ba-slider .ba-handle::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.ba-slider .ba-handle::before {
  content: '\2194'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; font-size: 16px; font-weight: 900; color: #FF0F46;
}
.ba-slider .ba-tag {
  position: absolute; top: 14px; padding: 5px 12px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  border-radius: 50px; z-index: 4;
}
.ba-slider .ba-tag.before { left: 14px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(8px); }
.ba-slider .ba-tag.after { right: 14px; background: linear-gradient(135deg, #FF0F46, #FF5C4D); }
.ba-slider .ba-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px; z-index: 4;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9);
}

/* CTA STRIP */
.cta-strip { padding: 120px 32px; text-align: center; position: relative; }
.cta-strip::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(255,46,99,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-strip-box { max-width: 720px; margin: 0 auto; position: relative; }
.cta-strip h2 { font-size: clamp(34px, 4.5vw, 56px); font-weight: 900; letter-spacing: -2px; line-height: 1.08; margin-bottom: 18px; }
.cta-strip p { font-size: 17px; color: rgba(255,255,255,0.55); margin-bottom: 36px; line-height: 1.65; }

/* WHITE-LABEL MOCK */
.wl-mock {
  max-width: 980px; margin: 0 auto;
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px; padding: 0; overflow: hidden;
}
.wl-mock-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.wl-dots { display: flex; gap: 6px; }
.wl-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.wl-url {
  margin-left: 16px; padding: 6px 14px; flex: 1; max-width: 380px;
  background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px; font-size: 12px; color: rgba(255,255,255,0.5); font-family: ui-monospace, monospace;
}
.wl-mock-body { display: grid; grid-template-columns: 220px 1fr; min-height: 340px; }
@media (max-width: 700px) { .wl-mock-body { grid-template-columns: 1fr; } .wl-side { display: none; } }
.wl-side { background: rgba(255,255,255,0.015); border-right: 1px solid rgba(255,255,255,0.06); padding: 20px; }
.wl-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.wl-brand-mark { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--wl-c1,#FF0F46), var(--wl-c2,#FF5C4D)); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; color: #fff; }
.wl-brand-name { font-size: 14px; font-weight: 800; letter-spacing: -.3px; }
.wl-menu { display: flex; flex-direction: column; gap: 4px; }
.wl-menu div { padding: 8px 12px; font-size: 13px; color: rgba(255,255,255,0.55); border-radius: 8px; }
.wl-menu div.on { background: rgba(255,46,99,0.12); color: #fff; }
.wl-main { padding: 24px; }
.wl-main-title { font-size: 18px; font-weight: 800; letter-spacing: -.4px; margin-bottom: 14px; }
.wl-rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wl-room { aspect-ratio: 4/3; border-radius: 12px; background: linear-gradient(135deg, rgba(255,15,70,0.10), rgba(255,92,77,0.06)); border: 1px solid rgba(255,255,255,0.05); display: flex; align-items: end; padding: 10px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.8); }

/* ===== Additions for review-required sections ===== */

/* Hero — B/A slider stage */
.hero-stage { position: relative; }
.hero-ba {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(255,15,70,0.18), 0 10px 40px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  background: #0a0a0a;
}
.hero-ba .morph-label {
  position: absolute; left: 16px; bottom: 16px; z-index: 6;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(10px);
  color: #fff; font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
}
.hero-ba .morph-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 600ms ease;
}
.hero-ba .morph-img.active { opacity: 1; }
.hero-stage-hint {
  text-align: center; margin-top: 14px;
  font-size: 12px; color: rgba(255,255,255,0.4); letter-spacing: 0.4px;
}

/* ===== Capability tiles (primary page) ===== */
.cap-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}
.cap-tile {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
.cap-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(255,46,99,0.4);
  box-shadow: 0 14px 36px rgba(255,15,70,0.18);
}
.cap-tile-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.cap-tile-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cap-tile-after { opacity: 0; transition: opacity 400ms ease; }
.cap-tile:hover .cap-tile-after { opacity: 1; }
.cap-tile-body { padding: 20px 22px 24px; }
.cap-tile-eyebrow {
  font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase;
  color: #FF7B9E; font-weight: 700; margin-bottom: 8px;
}
.cap-tile-body h3 {
  font-size: 20px; font-weight: 800; letter-spacing: -0.4px;
  margin-bottom: 8px; color: #fff;
}
.cap-tile-body p {
  font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,0.6); margin-bottom: 14px;
}
.cap-tile-arrow {
  display: inline-block; font-size: 13px; font-weight: 600;
  background: linear-gradient(135deg,#FF0F46,#FF5C4D);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== Scroll-driven B/A reveal section ===== */
.ba-reveal-section { padding-top: 20px; }
.ba-reveal {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  background: #0a0a0a;
}
.ba-reveal-before { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-reveal-after-wrap {
  position: absolute; inset: 0; width: 0%; height: 100%; overflow: hidden;
  transition: width 80ms linear;
  border-right: 2px solid rgba(255,255,255,0.5);
  box-shadow: 2px 0 24px rgba(255,46,99,0.3);
}
.ba-reveal-after-wrap img { position: absolute; inset: 0; width: 100vw; max-width: 1180px; height: 100%; object-fit: cover; }
.ba-reveal-handle {
  position: absolute; top: 50%; left: 0%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg,#FF0F46,#FF5C4D);
  border: 3px solid #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  transition: left 80ms linear;
}

/* ===== Mid-page CTA (after ROI) ===== */
.cta-mid { padding-top: 20px; padding-bottom: 20px; }
.cta-mid-box {
  max-width: 1080px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255,15,70,0.10), rgba(255,92,77,0.05));
  border: 1px solid rgba(255,46,99,0.3);
  border-radius: 22px;
  padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.cta-mid-box h3 {
  font-size: 22px; font-weight: 800; letter-spacing: -0.4px;
  margin-bottom: 6px; color: #fff;
}
.cta-mid-box p { font-size: 14px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.55; }

/* ===== Deployment tier cards ===== */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}
.tier-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px 26px;
  position: relative;
  transition: transform 240ms ease, border-color 240ms ease;
}
.tier-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.18); }
.tier-card.featured {
  background: linear-gradient(180deg, rgba(255,15,70,0.10), rgba(255,15,70,0.02));
  border-color: rgba(255,46,99,0.5);
  box-shadow: 0 18px 50px rgba(255,15,70,0.15);
}
.tier-tag {
  display: inline-block; font-size: 11px; letter-spacing: 1.4px;
  text-transform: uppercase; font-weight: 700; color: #FF7B9E;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,46,99,0.12); border: 1px solid rgba(255,46,99,0.25);
  margin-bottom: 14px;
}
.tier-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.6px; margin-bottom: 10px; color: #fff; }
.tier-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 18px; }
.tier-card code {
  font-family: ui-monospace, monospace;
  background: rgba(0,0,0,0.4); padding: 1px 6px; border-radius: 4px;
  font-size: 12px; color: #fff;
}
.tier-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.tier-list li {
  font-size: 13px; color: rgba(255,255,255,0.75);
  padding-left: 22px; position: relative;
}
.tier-list li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: linear-gradient(135deg,#FF0F46,#FF5C4D);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/contain no-repeat;
}

/* ===== Per-tool blocks (capabilities) ===== */
.tool-blocks {
  display: flex; flex-direction: column; gap: 40px;
  max-width: 1180px; margin: 0 auto;
}
.tool-block {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px;
  align-items: center;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 28px;
}
.tool-block.flip { grid-template-columns: 1fr 1.1fr; }
.tool-block.flip .ba-slider { order: 2; }
.tool-block.flip .tool-block-body { order: 1; }
@media (max-width: 820px) {
  .tool-block, .tool-block.flip { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .tool-block.flip .ba-slider { order: 1; }
  .tool-block.flip .tool-block-body { order: 2; }
}
.tool-ba { aspect-ratio: 4/3; border-radius: 16px; }
.tool-block-eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 1.6px;
  color: #FF7B9E; font-weight: 700; margin-bottom: 10px;
}
.tool-block-body h3 {
  font-size: clamp(22px, 2.4vw, 28px); font-weight: 800;
  letter-spacing: -0.6px; margin-bottom: 10px; color: #fff; line-height: 1.2;
}
.tool-block-body > p {
  font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6;
  margin-bottom: 18px;
}
.tool-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px;
}
.tool-meta > div {
  font-size: 13px; color: rgba(255,255,255,0.85);
}
.tool-meta > div span {
  display: block; font-size: 10px; letter-spacing: 1.4px;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  margin-bottom: 4px; font-weight: 600;
}

/* ===== Cabinet B/A row + custom-drawer subsection ===== */
.cab-ba-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}
.cab-ba-row .ba-slider { aspect-ratio: 4/3; }

.drawer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.drawer-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 22px;
  transition: transform 240ms ease, border-color 240ms ease;
}
.drawer-card:hover { transform: translateY(-3px); border-color: rgba(255,46,99,0.3); }
.drawer-card-icon { font-size: 28px; margin-bottom: 10px; }
.drawer-card h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.3px; margin-bottom: 8px; color: #fff; }
.drawer-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.55; margin-bottom: 12px; }
.drawer-tag {
  display: inline-block; font-size: 11px; letter-spacing: 1px;
  text-transform: uppercase; font-weight: 700; color: #FF7B9E;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,46,99,0.10); border: 1px solid rgba(255,46,99,0.2);
}

/* ===== Configurator crossfade ===== */
.cfg-canvas { position: relative; }
.cfg-canvas .cfg-base { transition: opacity 360ms ease; }
.cfg-canvas .cfg-base-next {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; object-fit: cover;
}
.cfg-canvas.fading .cfg-base { opacity: 0; }
.cfg-canvas.fading .cfg-base-next { opacity: 1; }

/* ===== Samples — filter chips & modal ===== */
.sample-filter {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  max-width: 980px; margin: 0 auto;
}
.filter-chip {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.filter-chip:hover { color: #fff; border-color: rgba(255,255,255,0.2); }
.filter-chip.active {
  background: linear-gradient(135deg,#FF0F46,#FF5C4D);
  color: #fff;
  border-color: transparent;
}
.sample-card { transition: opacity 300ms ease, transform 300ms ease; }
.sample-card.filtered-out { display: none; }
.samples-empty {
  display: none;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  padding: 40px 0;
}
.samples-empty.shown { display: block; }

.ba-expand {
  position: absolute; top: 12px; right: 12px; z-index: 7;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.3px;
  padding: 6px 12px; border-radius: 999px;
  cursor: pointer;
  opacity: 0; transition: opacity 200ms ease;
}
.ba-slider:hover .ba-expand { opacity: 1; }
@media (hover: none) { .ba-expand { opacity: 1; } }

.sample-modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.sample-modal.shown { display: flex; }
.sample-modal-close {
  position: absolute; top: 20px; right: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 28px; line-height: 1;
  width: 44px; height: 44px; border-radius: 50%;
  cursor: pointer;
}
.sample-modal-inner {
  width: 100%; max-width: 1100px; aspect-ratio: 16/9;
}
.sample-modal-inner .ba-slider {
  width: 100%; height: 100%; aspect-ratio: auto;
  border-radius: 18px;
}

/* Responsive — collapse hero into single column under 820px (in case base CSS doesn't) */
@media (max-width: 820px) {
  .hero-inner { grid-template-columns: 1fr !important; }
  .cta-mid-box { flex-direction: column; align-items: flex-start; }
}

/* ================================================================
   CAPABILITY TILES (primary page)
================================================================ */
.cap-tiles {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  max-width: 1240px; margin: 0 auto;
}
@media (max-width: 1024px) { .cap-tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cap-tiles { grid-template-columns: 1fr; } }
.cap-tile {
  position: relative; display: flex; flex-direction: column;
  border-radius: 18px; overflow: hidden; text-decoration: none;
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s, box-shadow .35s;
  min-height: 380px;
}
.cap-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(255,46,99,0.4);
  box-shadow: 0 22px 60px -20px rgba(255,46,99,0.35);
}
.cap-tile-img {
  aspect-ratio: 16/10; background-size: cover; background-position: center;
  transition: transform .8s cubic-bezier(.22,1,.36,1);
  filter: saturate(.95);
}
.cap-tile:hover .cap-tile-img { transform: scale(1.06); filter: saturate(1.1); }
.cap-tile-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; color: #fff; }
.cap-tile-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #FF7B9E; }
.cap-tile h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; margin: 0; }
.cap-tile p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.55; margin: 0; flex: 1; }
.cap-tile-cta { font-size: 13px; font-weight: 700; color: #FF5C4D; margin-top: 6px; }

/* ================================================================
   HERO B/A (primary page) — shape & sizing
================================================================ */
.hero-ba {
  width: 100%; max-width: 640px; aspect-ratio: 4/3; border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(255,46,99,0.4); border: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 900px) { .hero-ba { max-width: 100%; aspect-ratio: 16/11; } }

/* ================================================================
   SCROLL-DRIVEN B/A REVEAL
================================================================ */
.ba-reveal-section { padding-top: 40px; }
.ba-reveal {
  position: relative; max-width: 1180px; margin: 0 auto;
  aspect-ratio: 16/9; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6);
}
.ba-reveal-before, .ba-reveal-after-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.ba-reveal-after-wrap {
  position: absolute; inset: 0; width: 50%; overflow: hidden;
  transition: width .15s linear;
  will-change: width;
}
.ba-reveal-after-wrap img { width: calc(100% * (1180 / 590)); max-width: none; }
.ba-reveal-line {
  position: absolute; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #FF0F46, #FF5C4D);
  left: 50%; transform: translateX(-50%);
  transition: left .15s linear; pointer-events: none;
  box-shadow: 0 0 24px rgba(255,46,99,0.6);
}
.ba-reveal .ba-tag { z-index: 3; }

/* ================================================================
   DEPLOYMENT TIER CARDS
================================================================ */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
@media (max-width: 900px) { .tier-grid { grid-template-columns: 1fr; } }
.tier {
  position: relative; padding: 28px 26px 32px;
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px; display: flex; flex-direction: column;
  transition: transform .35s, border-color .35s;
}
.tier:hover { transform: translateY(-4px); border-color: rgba(255,46,99,0.3); }
.tier.featured {
  background: linear-gradient(180deg, rgba(255,46,99,0.08), rgba(255,46,99,0.02));
  border-color: rgba(255,46,99,0.45);
  box-shadow: 0 20px 60px -20px rgba(255,46,99,0.4);
}
.tier-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #FF7B9E; margin-bottom: 12px; }
.tier h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; margin: 0 0 10px; }
.tier .tier-sub { font-size: 14px; color: rgba(255,255,255,0.6); margin: 0 0 18px; line-height: 1.55; }
.tier ul { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tier ul li { font-size: 13px; color: rgba(255,255,255,0.8); padding-left: 22px; position: relative; line-height: 1.5; }
.tier ul li::before {
  content: ''; position: absolute; left: 0; top: 7px; width: 12px; height: 12px;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D); border-radius: 50%;
}
.tier ul li code { font-family: ui-monospace, monospace; background: rgba(0,0,0,0.4); padding: 1px 6px; border-radius: 4px; font-size: 12px; }
.tier-cta { font-size: 12px; color: rgba(255,255,255,0.45); border-top: 1px solid rgba(255,255,255,0.06); padding-top: 14px; }

/* ================================================================
   WORKFLOW PINNED STAGE
================================================================ */
.workflow-pin { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; max-width: 1240px; margin: 0 auto; align-items: start; }
@media (max-width: 900px) { .workflow-pin { grid-template-columns: 1fr; } .workflow-stage { display: none !important; } }
.workflow-stage {
  position: sticky; top: 100px; aspect-ratio: 4/3; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08); background: #0a0a0a;
}
.workflow-stage-img {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .8s cubic-bezier(.22,1,.36,1);
}
.workflow-stage-img.active { opacity: 1; }
.workflow-stage-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.7) 100%); pointer-events: none; }
.workflow-stage-label {
  position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 2;
  font-size: 13px; font-weight: 700; letter-spacing: -0.2px; color: #fff;
}

/* ================================================================
   CAPABILITIES — per-tool cards
================================================================ */
.tool-list { display: flex; flex-direction: column; gap: 32px; max-width: 1180px; margin: 0 auto; }
.tool-card {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 32px; align-items: center;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px; padding: 22px; transition: border-color .35s, transform .35s;
}
.tool-card:hover { border-color: rgba(255,46,99,0.3); transform: translateY(-2px); }
.tool-card.reverse { grid-template-columns: 1fr 1.05fr; }
.tool-card.reverse .tool-ba { order: 2; }
.tool-card.reverse .tool-body { order: 1; }
@media (max-width: 800px) {
  .tool-card, .tool-card.reverse { grid-template-columns: 1fr; }
  .tool-card.reverse .tool-ba, .tool-card.reverse .tool-body { order: initial; }
}
.tool-ba { aspect-ratio: 4/3; border-radius: 16px; }
.tool-body { padding: 8px 16px; }
.tool-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #FF7B9E; margin-bottom: 10px; }
.tool-body h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; margin: 0 0 14px; line-height: 1.2; }
.tool-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 12px; font-size: 12px; color: rgba(255,255,255,0.6); }
.tool-meta strong { color: rgba(255,255,255,0.85); font-weight: 700; }
.tool-body p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }

/* ================================================================
   CABINETS — pair row, crossfade, custom drawer grid
================================================================ */
.cab-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1240px; margin: 0 auto; }
@media (max-width: 900px) { .cab-pairs { grid-template-columns: 1fr; } }
.cab-pairs .ba-slider { aspect-ratio: 4/3; }
.cfg-base-a, .cfg-base-b {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .55s cubic-bezier(.22,1,.36,1);
}
.cfg-base-a.active, .cfg-base-b.active { opacity: 1; }
.drawer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1240px; margin: 0 auto; }
@media (max-width: 1024px) { .drawer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .drawer-grid { grid-template-columns: 1fr; } }
.drawer-card {
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px; padding: 0; overflow: hidden; transition: transform .35s, border-color .35s;
}
.drawer-card:hover { transform: translateY(-4px); border-color: rgba(255,46,99,0.3); }
.drawer-card-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.drawer-card h4 { font-size: 15px; font-weight: 800; letter-spacing: -0.3px; margin: 16px 18px 6px; }
.drawer-card p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.55; margin: 0 18px 18px; }

/* ================================================================
   SAMPLES — filter chips, expand button, modal
================================================================ */
.samples-filter {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  max-width: 980px; margin: 8px auto 24px; padding: 0 24px;
}
.samples-filter .chip {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7); font: 600 13px Inter, sans-serif;
  padding: 8px 16px; border-radius: 999px; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.samples-filter .chip:hover { color: #fff; border-color: rgba(255,255,255,0.2); }
.samples-filter .chip.active {
  background: linear-gradient(135deg, #FF0F46, #FF5C4D);
  border-color: transparent; color: #fff;
}
.samples-empty { text-align: center; padding: 60px 20px; color: rgba(255,255,255,0.4); font-size: 14px; }
.sample-tile { position: relative; }
.sample-tile.hidden { display: none !important; }
.ba-expand {
  position: absolute; top: 12px; right: 12px; z-index: 4;
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 16px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
}
.ba-expand:hover { background: rgba(255,46,99,0.7); transform: scale(1.08); }

.sample-modal {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 24px;
}
.sample-modal.open { display: flex; }
.sample-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(8px); }
.sample-modal-inner {
  position: relative; max-width: 1200px; width: 100%;
  background: #0a0a0a; border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; overflow: hidden;
}
.sample-modal-close {
  position: absolute; top: 12px; right: 12px; z-index: 5;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 24px; line-height: 1; cursor: pointer;
}
.modal-ba { aspect-ratio: 16/9; max-height: 80vh; }
.sample-modal-caption { padding: 16px 24px 20px; font-size: 14px; color: rgba(255,255,255,0.7); text-align: center; }

/* ================================================================
   DEMO — fallback note
================================================================ */
.demo-fallback-note {
  display: none; margin-top: 12px; padding: 12px 14px;
  background: rgba(255,123,158,0.08); border: 1px solid rgba(255,123,158,0.22);
  border-radius: 10px; font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.55;
}
.demo-fallback-note.shown { display: block; }

/* ===== Demo post-render conversion overlay ===== */
.demo-cta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(8,4,6,0) 0%, rgba(8,4,6,0.35) 45%, rgba(8,4,6,0.94) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 380ms ease;
  border-radius: inherit;
}
.demo-cta-overlay.shown {
  opacity: 1;
  pointer-events: auto;
}
.demo-cta-inner {
  max-width: 520px;
  width: 100%;
  text-align: center;
  transform: translateY(14px);
  opacity: 0;
  transition: transform 460ms ease 120ms, opacity 460ms ease 120ms;
}
.demo-cta-overlay.shown .demo-cta-inner {
  transform: translateY(0);
  opacity: 1;
}
.demo-cta-eyebrow {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255,15,70,0.18);
  border: 1px solid rgba(255,92,77,0.45);
  color: #FF9E8A;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.demo-cta-title {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.2;
}
.demo-cta-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 18px;
  line-height: 1.45;
}
.demo-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.demo-cta-btn { padding: 11px 20px; font-size: 14px; }
.demo-cta-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.78);
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.demo-cta-close:hover {
  border-color: rgba(255,255,255,0.45);
  color: #fff;
  background: rgba(255,255,255,0.04);
}

/* ===== Cabinet configurator: preview-build disclaimer ===== */
.cfg-disclaimer {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 28px 30px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,15,70,0.06), rgba(255,255,255,0.015)),
    rgba(20,12,16,0.55);
  backdrop-filter: blur(6px);
}
.cfg-disclaimer-badge {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255,15,70,0.22);
  border: 1px solid rgba(255,92,77,0.5);
  color: #FF9E8A;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cfg-disclaimer-lead {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  margin: 0 0 22px;
  line-height: 1.5;
}
.cfg-disclaimer-lead strong { color: #fff; }
.cfg-disclaimer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 20px;
}
.cfg-disclaimer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cfg-disclaimer-grid li {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  padding: 7px 0 7px 18px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.cfg-disclaimer-grid li:last-child { border-bottom: 0; }
.cfg-disclaimer-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF0F46, #FF5C4D);
}
.cfg-disclaimer-grid li strong { color: #fff; font-weight: 600; }
.cfg-disclaimer-row-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.cfg-disclaimer-foot {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.cfg-disclaimer-foot a {
  color: #FF9E8A;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,158,138,0.35);
  transition: color 160ms ease, border-color 160ms ease;
}
.cfg-disclaimer-foot a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 720px) {
  .cfg-disclaimer-grid { grid-template-columns: 1fr; gap: 18px; }
  .cfg-disclaimer { padding: 22px 20px; }
  .demo-cta-actions { flex-direction: column; gap: 10px; }
  .demo-cta-actions > * { width: 100%; justify-content: center; }
}

/* ===== Cabinet configurator: gated (production-only) swatch state ===== */
.cfg-locked-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  vertical-align: middle;
}
.cfg-swatches-locked { opacity: 0.55; }
.cfg-swatch.locked {
  cursor: not-allowed;
  position: relative;
  filter: grayscale(0.35);
}
.cfg-swatch.locked::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(135deg,
      rgba(0,0,0,0.0) 0,
      rgba(0,0,0,0.0) 8px,
      rgba(0,0,0,0.32) 8px,
      rgba(0,0,0,0.32) 10px);
  pointer-events: none;
}
.cfg-swatch.locked:hover { transform: none; box-shadow: none; }
.cfg-locked-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.cfg-locked-note strong { color: rgba(255,255,255,0.85); font-weight: 600; }
.cfg-locked-note code {
  font-family: ui-monospace, monospace;
  background: rgba(255,255,255,0.06);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 12px;
  color: #FF9E8A;
}
.cfg-disclaimer code {
  font-family: ui-monospace, monospace;
  background: rgba(255,255,255,0.06);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #FF9E8A;
}
