:root {
  --bg: #fdfbff;
  --bg-2: #f7f1ff;
  --surface: rgba(255, 255, 255, .9);
  --surface-solid: #ffffff;
  --text: #2c1b3f;
  --heading: #20112f;
  --muted: #6d5b7f;
  --primary: #9266e8;
  --primary-2: #c5a9ff;
  --primary-soft: #f4ebff;
  --border: rgba(111, 78, 145, .16);
  --shadow: 0 18px 48px rgba(93, 54, 132, .14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(197, 169, 255, .28), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(146, 102, 232, .10), transparent 32%),
    linear-gradient(180deg, #fff 0%, var(--bg) 42%, var(--bg-2) 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 999; background: var(--primary); color: #fff; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 7px 10px 6px;
  flex: 0 0 auto;
  box-shadow: 0 10px 28px rgba(93,54,132,.12);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px) scale(1.01);
  border-color: rgba(179,132,255,.52);
  box-shadow: 0 12px 30px rgba(129,76,210,.22), 0 0 0 3px rgba(155,99,244,.08);
  outline: none;
}
.brand-logo { width: 168px; height: auto; }
.brand-slogan {
  display: block;
  color: #d8d0df;
  font-size: .62rem;
  line-height: 1.05;
  font-weight: 720;
  letter-spacing: .015em;
  white-space: nowrap;
}
.brand-slogan-accent { color: var(--primary-2); font-weight: 900; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; }
.desktop-nav a { color: var(--muted); font-weight: 780; padding: 10px 13px; border-radius: 999px; font-size: .95rem; transition: background .2s ease, color .2s ease; }
.desktop-nav a:hover { background: var(--primary-soft); color: var(--heading); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: var(--heading);
  border: 1px solid var(--border);
  font-weight: 820;
}
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: white;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(141,91,232,.24);
}
.primary-btn.small { min-height: 42px; padding: 0 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--border); background: rgba(255,255,255,.8); align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; }
.menu-toggle span { width: 19px; height: 2px; background: var(--heading); border-radius: 999px; }
.mobile-menu { display: none; position: fixed; left: 20px; right: 20px; top: 86px; z-index: 90; padding: 12px; background: rgba(255,255,255,.96); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 13px 14px; border-radius: 14px; color: var(--heading); font-weight: 780; }
.mobile-menu a:hover { background: var(--primary-soft); }
.mobile-call { color: var(--primary) !important; }

.section { padding: 82px 0; }
.compact-section { padding-top: 58px; }
.eyebrow { margin: 0 0 13px; color: var(--primary); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .96; letter-spacing: -.07em; margin-bottom: 22px; color: var(--heading); }
h2 { font-size: clamp(1.9rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; margin-bottom: 14px; color: var(--heading); }
h3 { font-size: 1.15rem; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 8px; color: var(--heading); }
p { color: var(--muted); }
.section-heading { max-width: 680px; margin-bottom: 28px; }
.max-narrow { max-width: 760px; }
.section-lead { font-size: 1rem; max-width: 620px; margin: 0 auto; }
.section-lead.left { margin-left: 0; margin-right: 0; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.hero-lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }

.hero { padding-top: 98px; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.hero-copy { position: relative; }
.hero-copy::before { content: ""; position: absolute; left: -30px; top: -30px; width: 110px; height: 110px; border-radius: 32px; background: rgba(185,149,255,.16); transform: rotate(12deg); z-index: -1; }
.setup-preview { background: var(--surface); border: 1px solid var(--border); border-radius: 36px; padding: 24px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.setup-preview::before { content: ""; position: absolute; inset: -110px -70px auto auto; width: 250px; height: 250px; border-radius: 50%; background: rgba(185,149,255,.25); filter: blur(40px); }
.builder-header, .builder-options, .preview-card, .builder-footer { position: relative; z-index: 1; }
.builder-header { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 16px; }
.builder-header h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); margin: 5px 0 0; }
.builder-label { color: var(--primary); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: .74rem; }
.live-pill { display: inline-flex; align-items: center; white-space: nowrap; border-radius: 999px; background: var(--primary-soft); color: var(--primary); border: 1px solid rgba(141,91,232,.16); font-weight: 850; padding: 8px 11px; font-size: .82rem; }
.builder-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-bottom: 14px; }
.builder-option { border: 1px solid var(--border); background: rgba(255,255,255,.72); color: var(--text); border-radius: 15px; min-height: 44px; cursor: pointer; font-weight: 850; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.builder-option:hover { transform: translateY(-2px); border-color: rgba(141,91,232,.28); }
.builder-option.active { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; border-color: transparent; box-shadow: 0 12px 26px rgba(141,91,232,.2); }
.preview-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; align-items: center; background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 28px; padding: 18px; }
.preview-card img { height: 150px; object-fit: contain; filter: drop-shadow(0 16px 22px rgba(93,54,132,.14)); }
.preview-card small { color: var(--primary); text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: .72rem; }
.preview-card strong { display: block; color: var(--heading); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.05; letter-spacing: -.04em; margin: 8px 0; }
.preview-card p { margin-bottom: 14px; }
.mini-stats { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-stats span { min-width: 88px; border-radius: 16px; background: var(--primary-soft); padding: 9px 10px; }
.mini-stats b, .mini-stats em { display: block; }
.mini-stats b { color: var(--heading); line-height: 1.1; }
.mini-stats em { font-style: normal; color: var(--muted); font-size: .78rem; }
.builder-footer { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--muted); font-weight: 800; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 7px rgba(141,91,232,.12); }


.pos-solutions-section { padding-top: 52px; }
.pos-slider { margin-top: 22px; }
.slider-shell {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,242,255,.92));
  border: 1px solid var(--border);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.slider-track {
  display: flex;
  transition: transform .7s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.solution-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  align-items: center;
  gap: 16px;
  padding: 28px;
}
.solution-image-wrap {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 20%, rgba(197,169,255,.28), transparent 46%), linear-gradient(180deg, rgba(244,236,255,.95), rgba(255,255,255,.76));
  border: 1px solid rgba(111, 78, 145, .12);
}
.solution-image-wrap img {
  width: min(100%, 390px);
  height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(93,54,132,.14));
}
.solution-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 860;
  font-size: .8rem;
}
.solution-copy h3 { font-size: clamp(1.6rem, 2.8vw, 2.5rem); margin-bottom: 12px; }
.solution-copy p { font-size: 1rem; margin-bottom: 14px; }
.solution-copy ul { margin: 0 0 18px; padding: 0; list-style: none; display: grid; gap: 10px; }
.solution-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--heading);
  font-weight: 700;
}
.solution-copy li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 0 5px rgba(146,102,232,.10);
}
.text-link { color: var(--primary); font-weight: 850; }
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.88);
  color: var(--heading);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(93,54,132,.08);
}
.slider-dots { display: flex; align-items: center; gap: 9px; }
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(146,102,232,.25);
  cursor: pointer;
  padding: 0;
}
.dot.active { width: 30px; border-radius: 999px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }


.services-section { padding-top: 52px; }
.services-layout {
  display: block;
}
.services-layout .section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.service-image-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.service-image-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(93,54,132,.07);
}
.service-image-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.service-image-copy { padding: 16px 18px 18px; }
.service-image-copy strong {
  display: block;
  color: var(--heading);
  font-size: 1rem;
  margin-bottom: 6px;
}
.service-image-copy p { margin: 0; font-size: .94rem; }
.service-card {
  min-height: 132px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px rgba(93,54,132,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
  font-size: .84rem;
}
.service-card p { margin-bottom: 0; font-size: .9rem; }

.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.industry-card, .contact-card, .contact-form, .device-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: none;
}
.industry-card { padding: 22px; min-height: 176px; transition: transform .2s ease, box-shadow .2s ease; }
.industry-card:hover, .device-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.industry-card span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 13px; background: var(--primary-soft); color: var(--primary); font-weight: 900; margin-bottom: 18px; }
.industry-card p { margin-bottom: 0; font-size: .95rem; }

.device-section { padding-top: 62px; }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.device-card { overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.device-image { padding: 20px; background: linear-gradient(180deg, rgba(239,227,255,.7), rgba(255,255,255,.55)); border-bottom: 1px solid var(--border); min-height: 210px; display: flex; align-items: center; justify-content: center; }
.device-image img { width: min(100%, 245px); height: 175px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(93,54,132,.14)); }
.device-content { padding: 22px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.feature-tags span { display: inline-flex; align-items: center; min-height: 34px; padding: 0 11px; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-weight: 820; font-size: .88rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; }
.contact-card { padding: 26px; }
.contact-links { display: grid; gap: 10px; margin-top: 20px; }
.contact-links a, .contact-card a { color: var(--primary); font-weight: 820; }
.contact-form { display: grid; gap: 13px; border-radius: var(--radius-xl); padding: 22px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: grid; gap: 7px; font-weight: 760; color: var(--heading); font-size: .94rem; }
input, select, textarea { width: 100%; border: 1px solid var(--border); background: rgba(255,255,255,.86); color: var(--heading); border-radius: 15px; padding: 12px 13px; outline: none; }
textarea { resize: vertical; min-height: 102px; }
.netlify-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input:focus, select:focus, textarea:focus { border-color: rgba(141,91,232,.55); box-shadow: 0 0 0 4px rgba(141,91,232,.1); }

.site-footer { padding: 36px 0; background: #fff; border-top: 1px solid var(--border); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--muted); }
.footer-logo-wrap { display: inline-flex; background: #fff; border-radius: 16px; padding: 6px 8px; box-shadow: 0 8px 22px rgba(93,54,132,.1); }
.footer-logo-wrap img { width: 150px; }
.site-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .desktop-cta { display: none; }
  .mobile-menu { display: none; }
  .nav-open .mobile-menu { display: block; }
  .hero-grid, .contact-grid, .solution-slide { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .builder-options { grid-template-columns: repeat(2, 1fr); }
  .solution-image-wrap { min-height: 250px; }
  .solution-image-wrap img { height: 210px; }
  .preview-card { grid-template-columns: 1fr; text-align: left; }
  .preview-card img { margin: 0 auto; }
  .device-grid { grid-template-columns: 1fr; }
  .industry-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-image-row { grid-template-columns: 1fr; }
  .solution-slide { padding: 22px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 64px 0; }
  .compact-section { padding-top: 44px; }
  .hero { padding-top: 76px; }
  .brand { gap: 2px; padding: 6px 8px 5px; }
  .brand-logo { width: 146px; }
  .brand-slogan { font-size: .52rem; letter-spacing: .005em; }
  .phone-btn { min-width: 0; width: auto; padding: 0 12px; white-space: nowrap; font-size: .88rem; }
  .phone-btn > span[aria-hidden="true"] { display: none; }
  .phone-text { display: inline; }
  .form-row { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.6rem, 15vw, 4.2rem); }
  .setup-preview { padding: 18px; border-radius: 28px; }
  .slider-shell { border-radius: 26px; }
  .solution-image-wrap { min-height: 220px; }
  .solution-image-wrap img { width: min(100%, 260px); height: 180px; }
  .builder-header { flex-direction: column; }
  .footer-inner { display: grid; justify-items: start; }
}
@media (max-width: 520px) {
  .industry-grid, .services-grid { grid-template-columns: 1fr; }
  .service-image-card img { height: 200px; }
  .slider-controls { gap: 10px; }
  .slider-arrow { width: 44px; height: 44px; }
  .hero-actions .primary-btn, .hero-actions .secondary-btn { width: 100%; }
}
@media (max-width: 420px) {
  .header-inner { min-height: 72px; gap: 6px; }
  .brand { gap: 1px; padding: 5px 6px 4px; border-radius: 15px; }
  .brand-logo { width: 112px; }
  .brand-slogan { font-size: .43rem; letter-spacing: -.01em; }
  .phone-btn { padding: 0 8px; font-size: .75rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .mobile-menu { left: 14px; right: 14px; top: 78px; }
}
@media (max-width: 340px) {
  .brand { padding-left: 4px; padding-right: 4px; }
  .brand-logo { width: 96px; }
  .brand-slogan { font-size: .36rem; letter-spacing: -.02em; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ===== Enwave visiting-card dark theme ===== */
:root {
  --bg: #363539;
  --bg-2: #403b49;
  --surface: rgba(55, 53, 60, .92);
  --surface-solid: #3d3b42;
  --text: #f2eef7;
  --heading: #ffffff;
  --muted: #c9c1d2;
  --primary: #9b63f4;
  --primary-2: #b384ff;
  --primary-soft: rgba(155, 99, 244, .16);
  --border: rgba(196, 173, 234, .18);
  --shadow: 0 22px 54px rgba(9, 7, 13, .34);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 91, 193, .44), transparent 27%),
    radial-gradient(circle at 100% 100%, rgba(139, 91, 193, .44), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(120, 75, 184, .13), transparent 24%),
    linear-gradient(135deg, #37363a 0%, #343438 47%, #3a3740 100%);
}

.site-header {
  background: rgba(48, 47, 52, .84);
  border-bottom-color: var(--border);
}
.brand,
.footer-logo-wrap {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.brand:hover,
.brand:focus-visible {
  background: rgba(255,255,255,.06);
  border-color: rgba(179,132,255,.52);
  box-shadow: 0 12px 32px rgba(0,0,0,.22), 0 0 24px rgba(155,99,244,.16);
}
.desktop-nav a { color: #d6cfdd; }
.desktop-nav a:hover { background: rgba(155,99,244,.15); color: #fff; }
.phone-btn,
.secondary-btn,
.menu-toggle {
  background: rgba(255,255,255,.055);
  color: #fff;
  border-color: var(--border);
}
.menu-toggle span { background: #fff; }
.mobile-menu {
  background: rgba(50,49,55,.98);
  border-color: var(--border);
}
.mobile-menu a { color: #fff; }
.mobile-menu a:hover { background: rgba(155,99,244,.15); }

.hero-copy::before { background: rgba(155,99,244,.16); }
.setup-preview,
.industry-card,
.contact-card,
.contact-form,
.device-card,
.service-card,
.service-image-card {
  background: linear-gradient(145deg, rgba(66,63,72,.90), rgba(49,48,54,.94));
  border-color: var(--border);
}
.setup-preview::before {
  background: rgba(155,99,244,.34);
  filter: blur(48px);
}
.live-pill,
.mini-stats span,
.solution-kicker,
.industry-card span,
.feature-tags span {
  background: rgba(155,99,244,.16);
  color: #cdb4ff;
  border-color: rgba(174,131,255,.20);
}
.builder-option {
  background: rgba(255,255,255,.04);
  color: #eee8f5;
  border-color: var(--border);
}
.builder-option:hover { border-color: rgba(174,131,255,.42); background: rgba(155,99,244,.10); }
.builder-option.active { color: #fff; box-shadow: 0 12px 28px rgba(125,72,222,.32); }
.preview-card {
  background: linear-gradient(145deg, rgba(44,43,48,.86), rgba(60,56,67,.82));
  border-color: rgba(194,170,232,.17);
}
.preview-card img {
  width: 100%;
  border-radius: 20px;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.27));
}
.preview-card small { color: #b991ff; }

.slider-shell {
  background: linear-gradient(145deg, rgba(64,61,69,.94), rgba(47,46,52,.96));
  border-color: var(--border);
}
.solution-image-wrap {
  background: radial-gradient(circle at 50% 18%, rgba(155,99,244,.23), transparent 48%), linear-gradient(180deg, rgba(49,47,55,.96), rgba(42,41,46,.90));
  border-color: var(--border);
}
.solution-copy li { color: #e9e3ef; }
.slider-arrow,
.dot {
  background: rgba(255,255,255,.055);
  color: #fff;
  border-color: var(--border);
}
.service-image-copy {
  background: linear-gradient(180deg, rgba(53,51,58,.90), rgba(46,45,50,.98));
}
.device-image {
  background: radial-gradient(circle at 50% 18%, rgba(155,99,244,.18), transparent 48%), rgba(44,43,49,.80);
  border-bottom-color: var(--border);
}
input, select, textarea {
  background: rgba(255,255,255,.055);
  color: #fff;
  border-color: var(--border);
}
input::placeholder, textarea::placeholder { color: #a99fae; }
select option { background: #3a383e; color: #fff; }
input:focus, select:focus, textarea:focus {
  border-color: rgba(174,131,255,.62);
  box-shadow: 0 0 0 4px rgba(155,99,244,.12);
}
.site-footer {
  background: rgba(43,42,47,.88);
  border-top-color: var(--border);
}

/* The four Quick Preview modes use the same layout; only image treatment differs. */
body.preview-isolated .preview-card img {
  height: 176px;
  object-fit: contain;
  padding: 6px;
  background: radial-gradient(circle at 50% 55%, rgba(155,99,244,.17), transparent 65%);
}
body.preview-real .preview-card {
  grid-template-columns: minmax(190px, 42%) 1fr;
}
body.preview-real .preview-card img {
  height: 190px;
  object-fit: cover;
  background: #2e2d32;
}

@media (max-width: 680px) {
  body.preview-real .preview-card { grid-template-columns: 1fr; }
  body.preview-real .preview-card img { height: 210px; }
  body.preview-isolated .preview-card img { height: 190px; }
}

