/* ============================================================================
   rentclawmachine — premium content layer (loaded after styles.css + theme.css)
   LIGHT · AIRY · MODERN. White / soft-lavender sections, clean section heads,
   a light airy hero with soft photo frames, friendly marquee, soft rounded
   cards, comfortable type. Motion gated behind html.motion (motion.js); reduced
   motion users get a clean static layout.
   ========================================================================== */

/* ---- shared rhythm + section heads -------------------------------------- */
/* Sections alternate white / soft-lavender for a calm, airy rhythm. */
.pv-section { padding: 90px 0; }
.pv-section--tint { background: var(--paper-2, #F4F7FF); }
/* legacy --dark variant: neutralise to the soft-lavender tint (no dark slabs) */
.pv-section--dark { background: var(--paper-2, #F4F7FF); color: var(--ink, #221C33); }

/* Eyebrow = small uppercase accent label — NOT a giant faded numeral. */
.pv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-darker, #1D4ED8);
  margin-bottom: 16px;
}
.pv-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand, #2F6BFF);
}
.pv-head--center .pv-eyebrow { justify-content: center; }
.pv-section--dark .pv-eyebrow { color: var(--brand, #2F6BFF); }

.pv-h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: var(--ink, #221C33);
}
.pv-section--dark .pv-h2 { color: var(--ink, #221C33); }
.pv-sub { font-size: 16.5px; line-height: 1.65; color: var(--ink-soft, #6B6480); max-width: 620px; margin: 0; }
.pv-section--dark .pv-sub { color: var(--ink-soft, #6B6480); }

/* heads are clean & left-aligned — no left rule, no oversized index numeral */
.pv-head {
  position: relative;
  margin-bottom: 48px;
  padding-left: 0;
  border-left: 0;
  max-width: 760px;
}
/* the data-index numeral is removed entirely */
.pv-head[data-index]::before { content: none; }
.pv-section--dark .pv-head[data-index]::before { content: none; }

/* centered heads stay centered and breathe */
.pv-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.pv-head--center .pv-sub { margin-left: auto; margin-right: auto; }

/* ============================ LIGHT, AIRY HERO ========================== */
/* White / soft-tint background, comfortable headline + sub + buttons + clean
   trust pills, and real photos in soft rounded frames. No ink blocks, no
   rotated sticker, no hard borders. A tasteful asymmetric photo arrangement. */
.pv-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 460px at 82% 18%, var(--brand-tint, #EAF1FF) 0%, rgba(241,234,254,0) 62%),
    linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  padding: 72px 0 84px;
}
.pv-hero::before { content: none; }
.pv-hero__grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 44px;
  align-items: center;
}
.pv-hero__copy { padding-bottom: 0; }
.pv-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft, #6B6480);
  text-decoration: none;
  margin-bottom: 18px;
}
.pv-hero__back:hover { color: var(--brand, #2F6BFF); }
/* soft rounded eyebrow pill with a violet dot */
.pv-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--brand-tint, #EAF1FF);
  border: 1px solid var(--brand-tint-2, #C9DBFF);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  color: var(--brand-darker, #1D4ED8);
  box-shadow: none;
  margin-bottom: 22px;
}
.pv-hero__pill::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--brand, #2F6BFF);
}
.pv-hero__title {
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: var(--ink, #221C33);
}
.pv-hero__title em { font-style: normal; color: var(--brand, #2F6BFF); }
.pv-hero__lead { font-size: 18px; line-height: 1.65; color: var(--ink-soft, #6B6480); margin: 0 0 30px; max-width: 500px; }
.pv-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.pv-hero__points { display: flex; flex-wrap: wrap; gap: 10px; }
.pv-hero__point {
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink, #221C33);
  box-shadow: var(--shadow-sm);
}

/* the stage: soft rounded photo frames in a tasteful asymmetric arrangement.
   The machine photo is shown IN FULL (object-fit: contain) on a blurred backdrop
   of the same image, so the whole machine is always visible — never cropped. */
.pv-hero__stage {
  position: relative;
  height: 520px;
  align-self: center;
}
.pv-hero__scene { position: static; }
/* a soft lavender rounded panel sits behind the photos for depth (no ink block) */
.pv-hero__stage::before {
  content: "";
  position: absolute;
  left: 4%; top: 3%;
  width: 90%; height: 94%;
  background: linear-gradient(155deg, var(--brand-tint, #EAF1FF), #fdf2fa);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 28px;
}
.pv-card3d { position: absolute; overflow: hidden; background: #fff; }
.pv-card3d::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(26px) saturate(1.15);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.pv-card3d.is-fit-ready::before { opacity: 1; }
.pv-card3d img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* the primary machine photo — large, soft rounded frame, full image on a backdrop */
.pv-card3d--a {
  left: 30%; right: 0; top: 0; bottom: 0;
  width: auto; height: auto;
  border: 6px solid #fff;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
/* paint the blurred backdrop immediately (don't wait on JS) so the machine
   panel is never blank; JS only refines it. portrait machine fills the frame. */
.pv-card3d--a::before { opacity: 1; background: linear-gradient(160deg, var(--brand-tint, #EAF1FF), #fdf2fa); }
/* a small secondary event photo, soft frame, overlapping bottom-left */
.pv-card3d--b {
  left: 0; bottom: 20px;
  width: 200px; height: 150px;
  border: 6px solid #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  z-index: 3;
}
.pv-card3d--c, .pv-card3d--d, .pv-card3d--e { display: none; }
/* the rotated ink "sticker" badge is removed */
.pv-hero__stage::after { content: none; }
.pv-hero__glow { display: none !important; }

/* ============================ FRIENDLY MARQUEE ========================= */
.pv-marquee {
  background: var(--brand, #2F6BFF);
  color: #fff;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 0;
  border-bottom: 0;
}
.pv-marquee__track { display: inline-flex; gap: 0; animation: pv-marquee 34s linear infinite; }
html:not(.motion) .pv-marquee__track { animation: none; }
.pv-marquee:hover .pv-marquee__track { animation-play-state: paused; }
.pv-marquee__item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: .02em;
  text-transform: none;
  padding: 0 22px;
  opacity: 0.98;
  display: inline-flex;
  align-items: center;
}
/* soft round dot separator in a light pink-tinted white */
.pv-marquee__item::after {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  margin-left: 22px;
}
@keyframes pv-marquee { to { transform: translateX(-50%); } }

/* ============================ SLIDESHOW ================================== */
.pv-slider { position: relative; }
.pv-slider__viewport { overflow: hidden; border-radius: var(--radius, 16px); border: 1px solid var(--line, #ECEAF5); box-shadow: var(--shadow-md); }
.pv-slider__track { display: flex; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.pv-slide {
  position: relative;
  flex: 0 0 100%;
  margin: 0; /* reset UA <figure> margins */
  aspect-ratio: 16 / 9;
  background: var(--paper-2, #F4F7FF);
  overflow: hidden;
}
/* full image: blurred copy of the SAME photo fills the frame behind, the real
   photo sits on top with object-fit: contain so nothing is cropped */
.pv-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(26px) saturate(1.15);
  transform: scale(1.18);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pv-slide.is-fit-ready::before { opacity: 1; }
.pv-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pv-slide__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 44px 28px 22px;
  background: linear-gradient(0deg, rgba(34, 28, 51, 0.78), transparent);
  color: #fff;
}
.pv-slide__cap b { font-family: var(--font-display); font-size: 20px; font-weight: 700; display: block; }
.pv-slide__cap span { font-family: var(--font-body); font-size: 13px; opacity: 0.92; }
.pv-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line, #ECEAF5);
  background: #fff;
  color: var(--brand, #2F6BFF);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  z-index: 2;
}
.pv-slider__btn:hover { background: var(--brand, #2F6BFF); color: #fff; transform: translateY(-50%) scale(1.06); }
.pv-slider__btn--prev { left: 14px; }
.pv-slider__btn--next { right: 14px; }
.pv-slider__dots { display: flex; justify-content: center; gap: 9px; margin-top: 20px; }
.pv-slider__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0;
  background: var(--brand-tint-2, #C9DBFF);
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease;
}
.pv-slider__dot.is-active { width: 28px; border-radius: 999px; background: var(--brand, #2F6BFF); }

/* ============================ IMAGE + COPY MOCKS ======================== */
.pv-mocks { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.pv-mockstage { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 360px; }
/* "laptop" frame restyled into a clean soft-rounded photo frame.
   Image shown IN FULL (contain) on a blurred backdrop of itself. */
.pv-mock--laptop {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  border: 6px solid #fff;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--paper-2, #F4F7FF);
}
.pv-mock--laptop::after { content: none; }
.pv-mock--laptop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(24px) saturate(1.15);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pv-mock--laptop.is-fit-ready::before { opacity: 1; }
.pv-mock--laptop img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* secondary photo, soft rounded, overlapping — shown in full on a backdrop */
.pv-mock--phone {
  position: absolute;
  right: -6px; bottom: -14px;
  width: 150px;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  border: 5px solid #fff;
  overflow: hidden;
  background: var(--paper-2, #F4F7FF);
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.pv-mock--phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(1.15);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pv-mock--phone.is-fit-ready::before { opacity: 1; }
.pv-mock--phone img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pv-mocklist { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pv-mocklist li { position: relative; padding-left: 32px; font-size: 15.5px; line-height: 1.55; color: var(--ink, #221C33); }
.pv-mocklist li::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--brand-tint, #EAF1FF);
}
.pv-mocklist li::after {
  content: "";
  position: absolute; left: 5px; top: 5px;
  width: 12px; height: 12px;
  background: var(--brand, #2F6BFF);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* print-piece mockup — clean soft-rounded sheet, no 3D ink shadow */
.pv-printmock { perspective: none; }
.pv-printmock__sheet {
  border-radius: var(--radius, 16px);
  overflow: hidden;
  border: 1px solid var(--line, #ECEAF5);
  box-shadow: var(--shadow-md);
  transform: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pv-printmock:hover .pv-printmock__sheet { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pv-printmock__sheet img { display: block; width: 100%; height: auto; }

/* ============================ FEATURE CARDS ============================== */
/* Clean white soft-rounded cards, subtle border + soft shadow, gentle hover
   lift. No outline numerals, no oversized feature tile, no hard offset shadow. */
.pv-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pv-feat {
  position: relative;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: var(--radius, 16px);
  padding: 28px 26px 26px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.22s ease;
}
.pv-section--dark .pv-feat { background: var(--paper, #fff); border-color: var(--line, #ECEAF5); }
/* no oversized first tile — keep the grid even and calm */
.pv-feat-grid > .pv-feat:first-child {
  grid-column: auto;
  background: var(--paper, #fff);
  border-color: var(--line, #ECEAF5);
}
.pv-feat-grid > .pv-feat:first-child h3,
.pv-feat-grid > .pv-feat:first-child p { color: inherit; }
.pv-feat-grid > .pv-feat:first-child h3 { font-size: 19px; }
.pv-feat-grid > .pv-feat:first-child::before { content: none; }

/* the oversized outline numeral is removed */
.pv-feat::before { content: none; }
.pv-section--dark .pv-feat::before { content: none; }
.pv-feat h3 {
  font-family: var(--font-display); font-size: 19px; font-weight: 700; letter-spacing: -.01em;
  color: var(--ink, #221C33); margin: 0;
}
.pv-feat h3::after {
  content: ""; display: block; width: 32px; height: 3px; border-radius: 999px;
  background: var(--brand, #2F6BFF); margin: 12px 0 14px; transition: width 0.25s ease;
}
.pv-section--dark .pv-feat h3 { color: var(--ink, #221C33); }
.pv-feat p { font-size: 14.5px; line-height: 1.7; color: var(--ink-soft, #6B6480); margin: 0; }
.pv-section--dark .pv-feat p { color: var(--ink-soft, #6B6480); }
.pv-feat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.pv-feat-grid > .pv-feat:first-child:hover { box-shadow: var(--shadow-md); }
.pv-feat:hover h3::after { width: 48px; }

/* ============================ TESTIMONIALS ============================== */
.pv-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pv-testi {
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: var(--radius, 16px);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}
.pv-section--dark .pv-testi { background: var(--paper, #fff); border-color: var(--line, #ECEAF5); }
.pv-testi__stars { color: var(--accent, #FF7A45); font-size: 16px; letter-spacing: 2px; }
.pv-testi__quote { font-size: 15px; line-height: 1.7; color: var(--ink, #221C33); margin: 0; flex: 1; }
.pv-section--dark .pv-testi__quote { color: var(--ink, #221C33); }
.pv-testi__who { display: flex; align-items: center; gap: 12px; }
.pv-testi__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand, #2F6BFF);
  border: 0;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.pv-testi__who b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink, #221C33); }
.pv-testi__who span { font-family: var(--font-body); font-size: 13px; color: var(--ink-soft, #6B6480); }
.pv-section--dark .pv-testi__who b { color: var(--ink, #221C33); }
.pv-section--dark .pv-testi__who span { color: var(--ink-soft, #6B6480); }

/* ============================ FAQ ACCORDION ============================= */
.pv-faq { max-width: 820px; margin: 0; }
.pv-faq__item { border-bottom: 1px solid var(--line, #ECEAF5); }
.pv-faq__item:first-child { border-top: 1px solid var(--line, #ECEAF5); }
.pv-faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 24px 48px 24px 0;
  position: relative;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink, #221C33);
}
.pv-section--dark .pv-faq__item { border-color: var(--line, #ECEAF5); }
.pv-section--dark .pv-faq__q { color: var(--ink, #221C33); }
.pv-faq__q::after {
  content: "+";
  position: absolute; right: 6px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 26px; font-weight: 600;
  color: var(--brand, #2F6BFF);
  transition: transform 0.25s ease;
}
.pv-faq__item.is-open .pv-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.pv-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.pv-faq__a p { font-size: 15px; line-height: 1.7; color: var(--ink-soft, #6B6480); margin: 0 0 24px; }
.pv-section--dark .pv-faq__a p { color: var(--ink-soft, #6B6480); }

/* ============================ SOFT GRADIENT CTA ======================== */
/* The one rich accent moment: a soft violet→pink gradient block. */
.pv-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2F6BFF 0%, #4F86FF 55%, #FF7A45 130%);
  color: #fff;
  text-align: left;
  padding: 88px 0;
  border-top: 0;
}
.pv-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.12) 1.2px, transparent 1.4px);
  background-size: 22px 22px;
  opacity: .5;
  pointer-events: none;
}
/* soft white glow accents in the corners (light, not hard blocks) */
.pv-cta__blob {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(10px);
}
.pv-cta__blob--1 { left: -90px; top: -110px; }
.pv-cta__blob--2 { right: -90px; bottom: -120px; width: 280px; height: 280px; }
.pv-cta__inner { position: relative; z-index: 1; max-width: 760px; }
.pv-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4.4vw, 46px); font-weight: 700; letter-spacing: -.02em; line-height: 1.08; margin: 0 0 14px; }
.pv-cta p { font-size: 17px; opacity: 0.94; margin: 0 0 28px; max-width: 560px; }

/* ============================ SCROLL REVEAL ============================= */
html.motion [data-pv-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--pv-d, 0ms);
}
html.motion [data-pv-reveal].is-in { opacity: 1; transform: none; }

/* ============================ STATS STRIP =============================== */
/* Light lavender band, violet numerals. */
.vp-stats { background: var(--brand-tint, #EAF1FF); color: var(--ink, #221C33); padding: 48px 0; }
.vp-stats__row { display: flex; flex-wrap: wrap; gap: 26px 0; justify-content: space-between; align-items: stretch; }
.vp-stat { display: flex; flex-direction: column; gap: 8px; padding: 0 28px; flex: 1; border-left: 1px solid var(--brand-tint-2, #C9DBFF); align-items: center; text-align: center; }
.vp-stat:first-child { padding-left: 0; border-left: 0; }
.vp-stat b { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4.6vw, 46px); line-height: 1; letter-spacing: -0.02em; color: var(--brand, #2F6BFF); }
.vp-stat span { font-family: var(--font-body); font-size: 14px; letter-spacing: 0; color: var(--ink-soft, #6B6480); }

/* ============================ CUSTOM-BRAND SHOWCASE ===================== */
/* Real branded machines — uniform captioned grid, soft rounded cards. */
.pv-brands { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pv-brand {
  position: relative;
  margin: 0;
  border-radius: var(--radius, 16px);
  overflow: hidden;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
/* the branded machine shown IN FULL on a blurred backdrop of itself */
.pv-brand__media {
  position: relative;
  display: block;
  aspect-ratio: 1080 / 1209;
  overflow: hidden;
  background: var(--paper-2, #F4F7FF);
}
.pv-brand__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(20px) saturate(1.15);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pv-brand__media.is-fit-ready::before { opacity: 1; }
.pv-brand img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.pv-brand:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pv-brand:hover img { transform: scale(1.03); }
.pv-brand figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 30px 14px 12px;
  background: linear-gradient(0deg, rgba(34, 28, 51, 0.82), rgba(34, 28, 51, 0.5) 55%, transparent);
  color: #fff;
}
.pv-brand figcaption b { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 700; }
.pv-brand figcaption span { font-family: var(--font-body); font-size: 11.5px; opacity: 0.92; }
.pv-brandnote { margin: 30px 0 0; max-width: 760px; text-align: left; font-size: 15px; line-height: 1.7; color: var(--ink-soft, #6B6480); }

/* ============================ EVENT GALLERY (uniform) ================== */
/* Clean uniform rounded grid — even cells, soft frames. Every photo is shown
   IN FULL (object-fit: contain) on a blurred backdrop of itself, so portrait and
   landscape event shots all read clearly without awkward cropping. */
.vp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vp-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line, #ECEAF5);
  background: var(--paper-2, #F4F7FF);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
}
.vp-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fit-bg, none);
  background-size: cover;
  background-position: center;
  filter: blur(22px) saturate(1.15);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.vp-gallery__item.is-fit-ready::before { opacity: 1; }
.vp-gallery__item img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.vp-gallery__item:hover img { transform: scale(1.04); }

/* ============================ RESPONSIVE =============================== */
@media (max-width: 1000px) {
  .vp-gallery { grid-template-columns: repeat(3, 1fr); }
  .pv-brands { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .pv-hero__grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .pv-hero__copy { padding-bottom: 0; }
  .pv-hero__stage { height: 400px; max-width: 560px; margin: 0; }
  .pv-mocks { grid-template-columns: 1fr; gap: 28px; }
  .pv-feat-grid, .pv-testi-grid { grid-template-columns: 1fr 1fr; }
  .pv-feat-grid > .pv-feat:first-child { grid-column: auto; }
}
@media (max-width: 720px) {
  .vp-gallery { grid-template-columns: repeat(2, 1fr); }
  .pv-brands { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .pv-section { padding: 60px 0; }
  .pv-feat-grid, .pv-testi-grid { grid-template-columns: 1fr; }
  .pv-feat-grid > .pv-feat:first-child { grid-column: auto; }
  .pv-feat-grid > .pv-feat:first-child h3 { font-size: 19px; }
  .pv-hero { padding: 40px 0 52px; }
  .pv-hero__title { font-size: clamp(34px, 10vw, 50px); }
  .pv-hero__lead { font-size: 16.5px; }
  /* taller stage on mobile so the portrait machine reads fully */
  .pv-hero__stage { height: 420px; max-width: 100%; }
  .pv-card3d--a { border-width: 5px; left: 0; }
  .pv-card3d--b { width: 132px; height: 99px; border-width: 5px; }
  .pv-slider__btn { width: 40px; height: 40px; font-size: 19px; }
  .pv-slide__cap { padding: 30px 18px 16px; }
  .pv-slide__cap b { font-size: 17px; }
  .pv-mockstage { min-height: 260px; }
  .pv-mock--laptop { max-width: 100%; }
  .pv-mock--phone { width: 116px; right: 2px; }
  .pv-marquee__item { font-size: 13.5px; padding: 0 16px; }
  .pv-cta { padding: 64px 0; }
  .vp-gallery { gap: 12px; }
  .vp-stats__row { gap: 24px 0; }
  .vp-stat { flex: 1 1 42%; padding: 0 16px; }
  .vp-stat:nth-child(odd) { padding-left: 0; border-left: 0; }
}

/* ============================================================
   ============  POLISH LAYER (v6) — added in this pass  ======
   Sticky CTA · refined hero · trust band · subtle texture ·
   pricing anchor · mobile comfort. LIGHT / AIRY throughout.
   ============================================================ */

/* ---- subtle dot texture behind tinted sections (not a gradient blob) ---- */
.pv-section--tint { position: relative; }
.pv-section--tint::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(123, 47, 247, 0.05) 1px, transparent 1.4px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
}
.pv-section--tint > .container { position: relative; z-index: 1; }

/* ---- hero: a clearer trust-chip row + a one-line value prop ---- */
.pv-hero__valueprop {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-darker, #1D4ED8);
  margin: 0 0 18px;
  letter-spacing: 0;
}
.pv-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line, #ECEAF5);
}
.pv-hero__trustitem {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-soft, #6B6480);
}
.pv-hero__trustitem b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--brand, #2F6BFF);
  letter-spacing: -0.01em;
}

/* ---- pricing: a clear "from $X" anchor above the grid ---- */
.pricing__anchor {
  text-align: center;
  margin: 0 0 36px;
}
.pricing__anchor-label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-soft, #6B6480);
  margin-bottom: 4px;
}
.pricing__anchor-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--brand-darker, #1D4ED8);
}
.pricing__anchor-num small {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink-soft, #6B6480);
}

/* ---- a clean closing CTA row beneath major sections ---- */
.pv-sectioncta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}
.pv-sectioncta__note {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--ink-soft, #6B6480);
  margin: 0;
}

/* ---- a single tasteful claw/capsule brand mark for the CTA band ---- */
.pv-cta__mark {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  height: 132px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 760px) { .pv-cta__mark { display: none; } }

/* ============================================================
   STICKY CONVERSION CTA
   - desktop: floating WhatsApp + 立即查詢報價 bottom-right
   - mobile: full-width thumb-friendly bottom bar (≥56px tall)
   ============================================================ */
.rcm-sticky {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.rcm-sticky.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.rcm-sticky__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 28px -8px rgba(35, 75, 200, 0.4);
  white-space: nowrap;
  min-height: 52px;
}
.rcm-sticky__btn svg { width: 20px; height: 20px; flex: none; fill: currentColor; }
.rcm-sticky__btn--wa { background: #25d366; color: #06301a; }
.rcm-sticky__btn--wa:hover { filter: brightness(1.04); transform: translateY(-2px); }
.rcm-sticky__btn--quote { background: var(--brand, #2F6BFF); color: #fff; }
.rcm-sticky__btn--quote:hover { background: var(--brand-dark, #2456E0); transform: translateY(-2px); }

@media (max-width: 640px) {
  .rcm-sticky {
    right: 0;
    left: 0;
    bottom: 0;
    gap: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--line, #ECEAF5);
    transform: translateY(100%);
  }
  .rcm-sticky.is-visible { transform: none; }
  .rcm-sticky__btn {
    flex: 1;
    border-radius: 12px;
    box-shadow: none;
    min-height: 52px;
    font-size: 16px;
    margin: 0 4px;
  }
}

/* keep page content clear of the mobile bottom bar */
@media (max-width: 640px) {
  body { padding-bottom: 0; }
  .footer__bar { padding-bottom: 84px; }
}

/* ---- mobile footer: prevent grid items forcing horizontal overflow ---- */
@media (max-width: 560px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding: 48px 20px 36px;
  }
  .footer__inner > * { min-width: 0; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__col a, .footer__contact a, .footer__tag { overflow-wrap: anywhere; }
}

/* ============================================================
   AUTO-QUOTE CALCULATOR  (.rcm-quote)
   On-brand, light, comfortable. Lives inside a [data-rcm-quote] block.
   ============================================================ */
.rcm-quote {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  max-width: 920px;
  margin: 36px auto 0;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 20px;
  box-shadow: var(--shadow-md, 0 12px 32px -12px rgba(35, 75, 200, 0.18));
  padding: 28px;
}
.rcm-quote__controls { display: flex; flex-direction: column; gap: 20px; }
.rcm-quote__field { display: flex; flex-direction: column; gap: 8px; }
.rcm-quote__label {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--ink, #221C33);
}
.rcm-quote__select {
  width: 100%;
  padding: 13px 44px 13px 16px;
  border: 1.5px solid var(--line, #ECEAF5);
  border-radius: 12px;
  background-color: var(--paper, #fff);
  /* chevron — keep the dropdown legible without relying on the native arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a1ec0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink, #221C33);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.rcm-quote__select:hover { border-color: var(--brand-tint-2, #C9DBFF); }
.rcm-quote__select:focus-visible {
  outline: none;
  border-color: var(--brand, #2F6BFF);
  box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF);
}

.rcm-quote__result {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--paper-2, #F4F7FF);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 16px;
  padding: 24px;
}
.rcm-quote__breakdown { display: flex; flex-direction: column; gap: 12px; }
.rcm-quote__resultlabel {
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft, #6B6480);
}
.rcm-quote__price {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--brand-darker, #1D4ED8);
}
/* "ask on WhatsApp" state — smaller, wraps within the panel */
.rcm-quote__price--ask {
  font-size: 21px;
  line-height: 1.3;
  color: var(--brand-darker, #1D4ED8);
}
.rcm-quote__summary {
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft, #6B6480);
  margin: 0;
}
.rcm-quote__final { font-family: var(--font-body, Inter, sans-serif); font-size: 12.5px; color: var(--ink-soft, #6B6480); margin: 0; }
.rcm-quote__acts { display: flex; flex-direction: column; gap: 10px; margin-top: 2px; }
.rcm-quote__acts .btn { width: 100%; justify-content: center; }

@media (max-width: 720px) {
  .rcm-quote { grid-template-columns: 1fr; gap: 22px; padding: 22px; }
}
@media (max-width: 420px) {
  .rcm-quote__price { font-size: 32px; }
}

/* ---- lead capture (secondary action under the WhatsApp CTA) ---- */
.rcm-lead { margin-top: 4px; border-top: 1px dashed var(--line, #ECEAF5); padding-top: 14px; }
.rcm-lead__toggle {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 14px;
  background: var(--brand-tint, #EAF1FF);
  color: var(--brand-darker, #1D4ED8);
  border: 1px solid var(--brand-tint-2, #C9DBFF);
  border-radius: 12px;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.rcm-lead__toggle:hover { background: #E8DBFD; border-color: var(--brand, #2F6BFF); }
.rcm-lead__toggle:focus-visible {
  outline: none;
  border-color: var(--brand, #2F6BFF);
  box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF);
}
.rcm-lead__toggle[disabled] { opacity: 0.55; cursor: default; }
.rcm-lead__form { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.rcm-lead__intro {
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft, #6B6480);
  margin: 0;
}
.rcm-lead__field { display: flex; flex-direction: column; gap: 6px; }
.rcm-lead__label {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink, #221C33);
}
.rcm-lead__input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line, #ECEAF5);
  border-radius: 12px;
  background: var(--paper, #fff);
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 15px;
  color: var(--ink, #221C33);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.rcm-lead__input--area { resize: vertical; min-height: 56px; line-height: 1.5; }
.rcm-lead__input::placeholder { color: var(--ink-soft, #6B6480); opacity: 0.8; }
.rcm-lead__input:focus-visible,
.rcm-lead__input:focus {
  outline: none;
  border-color: var(--brand, #2F6BFF);
  box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF);
}
.rcm-lead__submit { width: 100%; justify-content: center; }
.rcm-lead__status {
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}
.rcm-lead__status--error { color: #c0392b; }
.rcm-lead__status--ok { color: #1f8a4c; font-weight: 600; }

/* ============================================================
   FLOATING AI CHAT WIDGET  (.rcm-chat)
   Launcher offset ABOVE the sticky CTA bar so both stay usable.
   ============================================================ */
.rcm-chat { position: fixed; right: 20px; bottom: 84px; z-index: 90; }
.rcm-chat__fab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--brand, #2F6BFF);
  color: #fff;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 14px 30px -10px rgba(35, 75, 200, 0.5);
  transition: background 0.18s ease, transform 0.18s ease;
}
.rcm-chat__fab:hover { background: var(--brand-dark, #2456E0); transform: translateY(-2px); }
.rcm-chat__fab svg { width: 21px; height: 21px; fill: currentColor; flex: none; }
.rcm-chat.is-open .rcm-chat__fab { display: none; }

.rcm-chat__panel[hidden] { display: none; }
.rcm-chat__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(380px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 140px));
  display: flex;
  flex-direction: column;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 18px;
  box-shadow: var(--shadow-lg, 0 22px 48px -18px rgba(35, 75, 200, 0.22));
  overflow: hidden;
}
.rcm-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--brand, #2F6BFF);
  color: #fff;
}
.rcm-chat__head-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.rcm-chat__head-text strong { font-family: var(--font-display, "Space Grotesk", sans-serif); font-size: 15.5px; font-weight: 700; }
.rcm-chat__sub { font-family: var(--font-body, Inter, sans-serif); font-size: 12.5px; opacity: 0.9; }
.rcm-chat__head-acts { display: flex; gap: 4px; flex: none; }
.rcm-chat__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.16s ease;
}
.rcm-chat__icon:hover { background: rgba(255, 255, 255, 0.26); }
.rcm-chat__icon svg { width: 18px; height: 18px; fill: currentColor; }

.rcm-chat__list { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--paper-2, #F4F7FF); }
.rcm-chat__msg {
  max-width: 84%;
  padding: 10px 13px;
  border-radius: 14px;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 14.5px;
  line-height: 1.55;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.rcm-chat__msg--assistant { align-self: flex-start; background: #fff; color: var(--ink, #221C33); border: 1px solid var(--line, #ECEAF5); border-bottom-left-radius: 5px; }
.rcm-chat__msg--user { align-self: flex-end; background: var(--brand, #2F6BFF); color: #fff; border-bottom-right-radius: 5px; }
.rcm-chat__typing { color: var(--ink-soft, #6B6480); font-style: italic; }
.rcm-chat__wa {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #06301a;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
}
.rcm-chat__wa:hover { filter: brightness(1.04); }

.rcm-chat__chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; max-width: 100%; }
.rcm-chat__chip {
  padding: 8px 13px;
  border: 1.5px solid var(--brand-tint-2, #C9DBFF);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-darker, #1D4ED8);
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13.5px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.rcm-chat__chip:hover { background: var(--brand-tint, #EAF1FF); border-color: var(--brand, #2F6BFF); }

/* handoff bar — appears under the transcript once a quote is discussed */
.rcm-chat__lead { padding: 10px 12px 0; background: var(--paper, #fff); }
.rcm-chat__leadbtn {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--brand-tint-2, #C9DBFF);
  border-radius: 11px;
  background: var(--brand-tint, #EAF1FF);
  color: var(--brand-darker, #1D4ED8);
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.rcm-chat__leadbtn:hover { background: #E8DBFD; border-color: var(--brand, #2F6BFF); }
.rcm-chat__leadbtn:focus-visible {
  outline: none;
  border-color: var(--brand, #2F6BFF);
  box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF);
}

.rcm-chat__form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line, #ECEAF5); background: var(--paper, #fff); }
.rcm-chat__input {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  border: 1.5px solid var(--line, #ECEAF5);
  border-radius: 11px;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 14.5px;
  color: var(--ink, #221C33);
  background: var(--paper, #fff);
}
.rcm-chat__input:focus { outline: none; border-color: var(--brand, #2F6BFF); box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF); }
.rcm-chat__send {
  flex: none;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  background: var(--brand, #2F6BFF);
  color: #fff;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: background 0.16s ease;
}
.rcm-chat__send:hover { background: var(--brand-dark, #2456E0); }
.rcm-chat__send:disabled,
.rcm-chat__input:disabled { opacity: 0.6; cursor: not-allowed; }

/* keep the launcher clear of the full-width mobile sticky bar */
@media (max-width: 640px) {
  .rcm-chat { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  .rcm-chat__panel { height: min(72vh, calc(100vh - 150px)); width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  .rcm-chat__fab,
  .rcm-chat__leadbtn,
  .rcm-quote__select,
  .rcm-lead__toggle,
  .rcm-lead__input { transition: none; }
}

/* guarantee no horizontal scroll on any page (clip stray full-bleed children) */
html, body { max-width: 100%; overflow-x: hidden; }

/* ---- contact form: tidy two-up rows on wider mobiles / desktop ---- */
.cfield--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cfield--row .cfield { margin-bottom: 0; }
@media (max-width: 480px) { .cfield--row { grid-template-columns: 1fr; gap: 0; }
  .cfield--row .cfield { margin-bottom: 16px; } }
.cfield select {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 12px;
  background: #fff;
  color: var(--ink, #221C33);
  outline: none;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cfield select:focus { border-color: var(--brand, #2F6BFF); box-shadow: 0 0 0 3px var(--brand-tint, #EAF1FF); }

/* ---- comfortable type scale: a touch more air on long-form copy ---- */
.pv-mocklist li { line-height: 1.6; }
.pv-sub + .pv-sub { margin-top: 16px; }

/* ---- no-JS / reduced-motion fallback: show backdrops immediately if a
   browser never fires the load handler (cached images already complete) ---- */
@media (prefers-reduced-motion: reduce) {
  .pv-slide::before, .vp-gallery__item::before, .pv-brand__media::before,
  .pv-mock--laptop::before, .pv-mock--phone::before, .pv-card3d::before {
    transition: none;
  }
}

/* ---- self-serve quote download (print to PDF) ---- */
.rcm-print-doc { display: none; }
@media print {
  body.rcm-printing > *:not(#rcm-print-doc) { display: none !important; }
  body.rcm-printing #rcm-print-doc {
    display: block !important;
    padding: 48px 40px;
    color: #221C33;
    font-family: var(--font-body, "Inter", "Noto Sans TC", sans-serif);
  }
  #rcm-print-doc .rcm-print-doc__brand {
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-weight: 900; font-size: 22px; letter-spacing: .04em; color: #2F6BFF;
  }
  #rcm-print-doc .rcm-print-doc__sub { color: #6B6480; font-size: 12px; margin: 2px 0 28px; }
  #rcm-print-doc .rcm-print-doc__title { font-size: 30px; font-weight: 900; letter-spacing: -.02em; margin: 0 0 6px; }
  #rcm-print-doc .rcm-print-doc__date { color: #6B6480; font-size: 13px; margin: 0 0 28px; }
  #rcm-print-doc .rcm-print-doc__table { width: 100%; border-collapse: collapse; margin: 0 0 24px; }
  #rcm-print-doc .rcm-print-doc__table th,
  #rcm-print-doc .rcm-print-doc__table td {
    text-align: left; padding: 13px 6px; border-bottom: 1px solid #ECEAF5; font-size: 15px; vertical-align: top;
  }
  #rcm-print-doc .rcm-print-doc__table th { color: #6B6480; font-weight: 600; width: 38%; }
  #rcm-print-doc .rcm-print-doc__table td { font-weight: 700; }
  #rcm-print-doc .rcm-print-doc__note { font-size: 12px; color: #6B6480; line-height: 1.6; margin: 0; }
  #rcm-print-doc .rcm-print-doc__contact {
    font-size: 12px; color: #2F6BFF; margin: 28px 0 0; border-top: 1px solid #ECEAF5; padding-top: 16px;
  }
}

/* ============================================================
   Phase 2 — micro-interactions & depth (fx.js)
   ============================================================ */
/* floating capsule "prizes" in the hero */
.pv-hero__stage { position: relative; }
.fx-capsule {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: .92;
  box-shadow: 0 8px 18px -6px rgba(35, 75, 200, .45), inset 0 -3px 6px rgba(0,0,0,.12);
  animation: fx-float 5.5s ease-in-out infinite;
}
.fx-capsule::after {
  content: "";
  position: absolute;
  left: 22%; top: 16%;
  width: 28%; height: 28%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
}
@keyframes fx-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-14px) rotate(10deg); }
}

/* button shine sweep on hover */
.btn { position: relative; overflow: hidden; }
.btn::after {
  content: "";
  position: absolute;
  top: 0; left: -130%;
  width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: skewX(-18deg);
  transition: left .6s ease;
  pointer-events: none;
}
.btn:hover::after { left: 150%; }

/* feature/price cards lift cleanly when tilting */
.pv-feat, .price-card { will-change: transform; }

/* reduced-motion: kill all of the above */
html:not(.motion) .fx-capsule { display: none; }
html:not(.motion) .btn::after { display: none; }
@media (prefers-reduced-motion: reduce) {
  .fx-capsule { animation: none; }
  .btn::after { display: none; }
  .pv-feat, .price-card, .pv-card3d { transform: none !important; }
}

/* ============================================================
   Machine illustrations + mono prices (art direction)
   ============================================================ */
:root { --font-mono: "Space Mono", ui-monospace, "SFMono-Regular", Menlo, monospace; }

/* mono for the big price numbers — arcade/spec character */
.rcm-quote__price, .price-card__price { font-family: var(--font-mono); letter-spacing: -0.03em; }
.price-card__price small { font-family: var(--font-body); }

/* selected-machine illustration inside the quote result */
.rcm-quote__art {
  position: relative;
  display: flex; align-items: flex-end; justify-content: center;
  height: 156px; margin: 0 0 20px;
  background:
    radial-gradient(130% 100% at 50% 0%, #FFFFFF 0%, #EAF1FF 100%),
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(47,107,255,.05) 13px 14px);
  border: 1px solid var(--brand-tint-2, #C9DBFF);
  border-radius: 18px;
  overflow: hidden;
}
.rcm-quote__art svg { height: 144px; width: auto; display: block; }
.rcm-quote__artsize {
  position: absolute; right: 12px; bottom: 10px;
  font-family: var(--font-mono); font-size: 11px; line-height: 1;
  color: var(--brand-darker, #1D4ED8);
  background: rgba(255, 255, 255, .9);
  padding: 4px 9px; border-radius: 999px;
  border: 1px solid var(--brand-tint-2, #C9DBFF);
}

/* ---- machine lineup grid ---- */
.rcm-lineup {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 16px;
}
.rcm-mcard {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line, #ECEAF5);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.motion .rcm-mcard:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-tint-2, #C9DBFF);
}
.rcm-mcard__art {
  height: 172px;
  display: flex; align-items: flex-end; justify-content: center;
  background:
    radial-gradient(120% 90% at 50% 0%, #ffffff 0%, #EAF1FF 100%),
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(47, 107, 255, .05) 13px 14px);
  border-bottom: 1px solid var(--line, #ECEAF5);
}
.rcm-mcard__art svg { height: 158px; width: auto; }
.rcm-mcard__body { padding: 14px 16px 16px; }
.rcm-mcard__name {
  font-family: var(--font-display); font-weight: 900; font-size: 17px;
  letter-spacing: -.01em; color: var(--ink); margin: 0 0 4px;
}
.rcm-mcard__size { font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-soft); margin: 0 0 10px; }
.rcm-mcard__price { font-family: var(--font-mono); font-weight: 700; font-size: 19px; color: var(--brand-darker, #1D4ED8); }
.rcm-mcard__price span { font-family: var(--font-body); font-weight: 600; font-size: 12px; color: var(--ink-soft); margin-left: 3px; }
@media (max-width: 560px) {
  .rcm-lineup { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .rcm-mcard__art { height: 132px; }
  .rcm-mcard__art svg { height: 118px; }
}
</content>
