/* Wise Technologies — Hardware Solution
   Brand: purple #382898 · orange #F09800 */

:root {
  --purple: #382898;
  --purple-deep: #2a1e72;
  --purple-soft: #6b5ec4;
  --purple-mist: #eeebf8;
  --orange: #f09800;
  --orange-hot: #ffaa14;
  --orange-deep: #d98400;
  --ink: #1a1638;
  --ink-soft: #4a4668;
  --muted: #6f6b88;
  --line: #e4e0f0;
  --surface: #ffffff;
  --bg: #f7f6fb;
  --bg-alt: #f0edf8;
  --success: #1f8a5b;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 12px 40px rgba(56, 40, 152, 0.12);
  --shadow-sm: 0 4px 16px rgba(56, 40, 152, 0.08);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Sora", "Manrope", sans-serif;
  --container: 1140px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple); text-decoration: none; }
a:hover { color: var(--orange-deep); }
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
  color: var(--ink);
}
p { margin: 0 0 1em; color: var(--ink-soft); }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.sr-only, .skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px; z-index: 10000;
  width: auto; height: auto; clip: auto; margin: 0; padding: 0.75rem 1rem;
  background: var(--purple); color: #fff; border-radius: 8px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font); font-weight: 700; font-size: 0.95rem;
  padding: 0.85rem 1.4rem; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s, color .2s;
  text-decoration: none; line-height: 1.2;
}
.btn:hover { transform: translateY(-1px); }
.btn--accent {
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  color: #1a1200; box-shadow: 0 8px 24px rgba(240, 152, 0, 0.35);
}
.btn--accent:hover { color: #1a1200; box-shadow: 0 12px 28px rgba(240, 152, 0, 0.45); }
.btn--primary {
  background: var(--purple); color: #fff;
  box-shadow: 0 8px 24px rgba(56, 40, 152, 0.28);
}
.btn--primary:hover { background: var(--purple-deep); color: #fff; }
.btn--outline {
  background: transparent; color: var(--purple); border-color: var(--purple);
}
.btn--ghost {
  background: transparent;
  color: var(--purple);
  border-color: rgba(56, 40, 152, 0.26);
  text-decoration: none;
}
.btn--ghost:hover { background: var(--purple-mist); color: var(--purple); }
.btn--outline:hover { background: var(--purple-mist); color: var(--purple); }
.btn--sm { padding: 0.55rem 1rem; font-size: 0.85rem; }
.btn--block { width: 100%; }

.hero .btn--ghost,
.cta-band .btn--ghost,
.side-card .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: transparent;
  text-decoration: none;
}
.hero .btn--ghost:hover,
.cta-band .btn--ghost:hover,
.side-card .btn--ghost:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

/* Topbar + Header */
.topbar {
  background: var(--purple-deep);
  color: #fff;
  font-size: 0.84rem;
  position: relative;
  z-index: 120;
}
.topbar__inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 0.55rem 0; flex-wrap: wrap;
}
.topbar__note { margin: 0; color: rgba(255,255,255,.92); font-weight: 500; }
.topbar__label {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.topbar__cities { color: rgba(255,255,255,.96); }
.topbar__note strong { color: var(--orange-hot); font-weight: 800; }
.topbar__links { display: flex; gap: 0.85rem; flex-wrap: wrap; align-items: center; }
.topbar__link, .topbar__wa {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: #fff !important; font-weight: 700; white-space: nowrap;
}
.topbar__ico { opacity: .9; }
.topbar__wa {
  background: #25d366; color: #053b1a !important;
  padding: 0.28rem 0.7rem; border-radius: 999px;
}
.topbar__wa svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .topbar__wa--desktop { display: none !important; }
}
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s, border-color .25s;
}
.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--line);
}
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1rem;
}
.brand img { height: 56px; width: auto; max-width: min(240px, 52vw); }
.site-nav { display: flex; align-items: center; gap: 0.35rem; }
.nav-link {
  padding: 0.55rem 0.75rem; color: var(--ink); font-weight: 600; font-size: 0.92rem;
  border-radius: 8px; transition: background .2s, color .2s;
}
.nav-link:hover, .nav-link.is-active { color: var(--purple); background: var(--purple-mist); }
.nav-item { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 0.5rem; display: none; z-index: 50;
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { display: grid; }
.dropdown a {
  padding: 0.65rem 0.8rem; border-radius: 8px; color: var(--ink-soft); font-weight: 600; font-size: 0.88rem;
}
.dropdown a:hover { background: var(--purple-mist); color: var(--purple); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: var(--purple-mist);
  border-radius: 10px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; background: var(--purple); border-radius: 2px;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(26, 18, 72, 0.94) 0%, rgba(56, 40, 152, 0.82) 48%, rgba(42, 30, 114, 0.7) 100%),
    radial-gradient(ellipse 70% 55% at 78% 35%, rgba(240, 152, 0, 0.28), transparent 55%),
    linear-gradient(160deg, #1a1248 0%, #382898 42%, #2a1e72 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 35%, transparent 100%);
  pointer-events: none;
  animation: gridDrift 28s linear infinite;
}
@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px; }
}
.hero-slides { position: relative; z-index: 1; width: 100%; }
.hero-slide[hidden] { display: none !important; }
.hero-slide.is-active { display: block; animation: riseIn .55s ease both; }
.hero-slide__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 4.5rem 0 2.5rem;
}
.hero__eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1200;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
}
.hero h1 {
  color: #fff; font-size: clamp(1.85rem, 4.2vw, 3.1rem); font-weight: 700;
  margin-bottom: 0.85rem; max-width: 18ch;
}
.hero h1 span { color: var(--orange-hot); }
.hero__lead {
  color: rgba(255,255,255,.88); font-size: 1.08rem; max-width: 44ch;
  margin-bottom: 1.6rem;
}
.hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.85rem;
}
.hero-panel {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.hero-panel--alt { background: rgba(240,152,0,0.12); border-color: rgba(240,152,0,0.28); }
.hero-panel__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-hot);
  margin-bottom: 1rem;
}
.hero-panel__list { display: grid; gap: 0.75rem; }
.hero-panel__list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(0,0,0,0.18);
}
.hero-panel__list strong { color: #fff; font-size: 0.95rem; }
.hero-panel__list span { color: rgba(255,255,255,.72); font-size: 0.85rem; }
.hero-panel__steps {
  margin: 0; padding-left: 1.15rem;
  display: grid; gap: 0.65rem;
  color: rgba(255,255,255,.9);
  font-weight: 600;
  font-size: 0.95rem;
}
.hero-controls {
  position: relative; z-index: 2;
  padding-bottom: 2rem;
}
.hero-dots { display: flex; gap: 0.55rem; }
.hero-dot {
  width: 10px; height: 10px; border-radius: 999px; border: 0;
  background: rgba(255,255,255,.35); cursor: pointer; padding: 0;
  transition: width .25s, background .25s;
}
.hero-dot.is-active { width: 28px; background: var(--orange-hot); }
.hero__glow {
  position: absolute; right: -8%; top: 8%; width: min(52vw, 560px); height: min(52vw, 560px);
  border-radius: 40% 60% 55% 45%;
  background: radial-gradient(circle, rgba(240,152,0,.35), transparent 65%);
  filter: blur(8px);
  animation: floatOrb 9s ease-in-out infinite;
  pointer-events: none;
}
@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 24px) scale(1.06); }
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections */
.section { padding: 4.5rem 0; }
.section--alt { background: var(--surface); }
.section__head { max-width: 640px; margin-bottom: 2.5rem; }
.section__eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--orange-deep); margin-bottom: 0.6rem;
}
.section__head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section__head p { font-size: 1.05rem; }

/* Service cards — interaction containers */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.cards--4 { grid-template-columns: repeat(3, 1fr); }
.service-group { margin-top: 2rem; }
.service-group:first-of-type { margin-top: 0.5rem; }
.service-group__title {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--purple);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--purple-mist);
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.35rem;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column; gap: 0.65rem;
  text-decoration: none; color: inherit;
  min-height: 100%;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(56, 40, 152, 0.25);
  color: inherit;
}
.card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--purple-mist); color: var(--purple); font-size: 1.35rem;
  margin-bottom: 0.25rem;
}
.card__icon--orange { background: #fff4e0; color: var(--orange-deep); }
.icon-mark {
  font-family: var(--display); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.04em;
}
.card h3 { font-size: 1.15rem; margin: 0; }
.card p { margin: 0; font-size: 0.95rem; flex: 1; }
.card__link {
  font-weight: 700; font-size: 0.88rem; color: var(--purple);
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.card:hover .card__link { color: var(--orange-deep); }

/* Feature strip */
.features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.feature {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 1.35rem 1.2rem;
  border: 1px solid transparent;
}
.feature strong {
  display: block; font-family: var(--display); font-size: 1.05rem;
  color: var(--purple); margin-bottom: 0.35rem;
}
.feature p { margin: 0; font-size: 0.92rem; }

/* Split */
.split {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center;
}
.split__visual {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  min-height: 360px;
  background:
    linear-gradient(145deg, rgba(56,40,152,.9), rgba(42,30,114,.75)),
    radial-gradient(circle at 30% 30%, rgba(240,152,0,.45), transparent 50%);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.65;
}
.split__visual::after {
  content: "";
  position: absolute; inset: 12%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.split__counters {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 2.5rem 2rem;
  height: 100%;
  align-content: center;
}
.split__counter {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 1.25rem 1rem;
  text-align: center;
  backdrop-filter: blur(8px);
}
.split__counter strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--orange-hot);
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.split__counter span {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}
.split__badge {
  position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; z-index: 1;
  background: rgba(255,255,255,.95); color: var(--ink);
  padding: 1rem 1.15rem; border-radius: 12px;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}
.about-visual {
  min-height: 420px;
  display: grid;
  align-items: center;
}
.about-visual .split__counters {
  padding-bottom: 5.5rem;
}
.about-intro {
  align-items: start;
}
.about-intro .check-list { margin-top: 1.25rem; }
.about-intro p { max-width: 52ch; }
.about-profile .prose p:last-child { margin-bottom: 0; }
.about-profile .side-card .qc-list { margin-bottom: 1rem; }
.about-profile .side-card .qc-list__body span {
  font-size: 0.84rem;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.mv-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.45rem 1.5rem;
  border-top: 4px solid var(--purple);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
}
.mv-card--vision { border-top-color: var(--orange); }
.mv-card__label {
  display: inline-block;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  background: var(--purple-mist);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.mv-card--vision .mv-card__label {
  color: var(--orange-deep);
  background: #fff4e0;
}
.mv-card h3 {
  font-size: 1.2rem;
  margin: 0;
  color: var(--ink);
}
.mv-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  flex: 1;
}
.features--3 {
  grid-template-columns: repeat(3, 1fr);
}

.range-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.range-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
  border-top: 4px solid var(--purple);
}
.range-card--security { border-top-color: var(--orange); }
.range-card h3 {
  font-size: 1.1rem;
  margin: 0 0 .85rem;
  color: var(--purple);
}
.range-card--security h3 { color: var(--orange-deep); }
.range-card__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: .45rem;
}
.range-card__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .9rem;
  color: var(--ink-soft);
}
.range-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: 700;
}
.range-card__link {
  font-weight: 700;
  font-size: .88rem;
  color: var(--purple);
}
.range-card__link:hover { color: var(--orange-deep); }
.range-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.5rem 0 0;
}

.dept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.dept-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
  border-top: 4px solid var(--purple);
}
.dept-card--sales { border-top-color: var(--orange); }
.dept-card--support { border-top-color: var(--purple); }
.dept-card--billing { border-top-color: var(--purple-soft); }
.dept-card h3 { margin: 0 0 .35rem; font-size: 1rem; color: var(--purple); }
.dept-card__for { font-size: .84rem; color: var(--muted); margin: 0 0 .65rem; }
.dept-card p { margin: 0 0 .35rem; font-size: .9rem; }
.dept-card a { font-weight: 600; }
.contact-grid--2 { grid-template-columns: 1fr 1fr; }
.contact-tile__hours { font-weight: 500; color: var(--muted); }

.office-band {
  margin: 2.5rem 0 0;
  padding: 2rem 2.25rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(56,40,152,.06) 0%, rgba(240,152,0,.08) 100%),
    var(--surface);
  border: 1px solid rgba(56,40,152,.12);
  box-shadow: 0 8px 32px rgba(56,40,152,.06);
}
.office-band__intro {
  max-width: 52ch;
  margin-bottom: 1.5rem;
}
.office-band__intro h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.45rem;
}
.office-band__intro p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}
.office-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.office-band__card {
  position: relative;
  padding: 1.35rem 1.4rem 1.4rem 3.5rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}
.office-band__card::before {
  content: '';
  position: absolute;
  left: 1.15rem;
  top: 1.35rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--purple-mist);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23382898'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.office-band__card--mumbai { border-left: 4px solid var(--purple); }
.office-band__card--delhi { border-left: 4px solid var(--orange); }
.office-band__tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 0.35rem;
}
.office-band__card--delhi .office-band__tag { color: var(--orange-deep); }
.office-band__card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}
.office-band__card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.office-band__hours {
  margin-top: 0.5rem !important;
  font-size: 0.8rem !important;
  color: var(--muted) !important;
  font-weight: 600;
}

.footer__depts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.footer__depts li {
  display: grid;
  gap: .12rem;
  font-size: .82rem;
}
.footer__depts strong {
  color: rgba(255,255,255,.92);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.footer__depts a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}
.footer__depts a:hover { color: var(--orange-hot); }
.check-list { display: grid; gap: 0.7rem; margin: 1.25rem 0 1.75rem; }
.check-list li {
  position: relative; padding-left: 1.7rem; color: var(--ink-soft); font-weight: 500;
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.35rem;
  width: 1rem; height: 1rem; border-radius: 50%;
  background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1200' d='M4.7 9.2 1.5 6l1.1-1.1 2.1 2.1 4.7-4.7L10.5 3.4z'/%3E%3C/svg%3E") center/70% no-repeat;
}

/* Locations */
.loc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.loc-grid--4 { grid-template-columns: repeat(4, 1fr); }
.loc-card {
  background: var(--surface); border-radius: var(--radius); padding: 1.6rem;
  border: 1px solid var(--line); border-top: 4px solid var(--purple);
}
.loc-card:nth-child(2) { border-top-color: var(--orange); }
.loc-card:nth-child(3) { border-top-color: var(--purple-soft); }
.loc-card:nth-child(4) { border-top-color: var(--orange-deep); }
.loc-card h3 { margin-bottom: 0.4rem; }
.loc-card p { font-size: 0.95rem; }

.insight-band {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
}
.insight-band h3 { margin-bottom: 0.75rem; }
.insight-band .check-list { margin: 0; }

/* FAQ */
.faq { display: grid; gap: 0.75rem; max-width: 820px; }
.faq--wide { max-width: none; }
.faq details {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 0.2rem 1.1rem;
}
.faq summary {
  cursor: pointer; font-weight: 700; padding: 1rem 0; list-style: none;
  font-family: var(--display); font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary { color: var(--purple); }
.faq details p { padding-bottom: 1rem; margin: 0; }

/* Page hero (inner) */
.page-hero {
  background:
    linear-gradient(120deg, var(--purple-deep), var(--purple) 60%, #4a38b0);
  color: #fff; padding: 3.5rem 0 3rem; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -60px; bottom: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,152,0,.4), transparent 70%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.page-hero p { color: rgba(255,255,255,.88); max-width: 56ch; margin: 0; font-size: 1.05rem; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem; font-size: 0.85rem;
  margin-bottom: 1rem; color: rgba(255,255,255,.7);
}
.breadcrumb a { color: var(--orange-hot); }

/* Content layout */
.content-wrap {
  display: grid; grid-template-columns: 1fr 320px; gap: 2rem; align-items: start;
}
.prose {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 2rem 1.75rem;
}
.prose h2 { font-size: 1.45rem; margin-top: 1.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose ul { list-style: disc; padding-left: 1.2rem; margin: 0 0 1em; }
.prose li { margin-bottom: 0.4rem; color: var(--ink-soft); }
.side-card {
  background: var(--purple); color: #fff; border-radius: var(--radius);
  padding: 1.5rem; position: sticky; top: calc(var(--header-h) + 1rem);
}
.side-card h3 { color: #fff; font-size: 1.2rem; }
.side-card p { color: rgba(255,255,255,.85); }
.side-card .btn { margin-top: 0.5rem; }
.side-card .btn + .btn { margin-top: 0.65rem; }

.qc-list {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.qc-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0.8rem;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
}
.qc-list__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.qc-list__body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.qc-list__body strong {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
}
.qc-list__body a {
  color: rgba(255,255,255,.88);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}
.qc-list__body a:hover { color: var(--orange-hot); }

/* Forms */
.form-grid { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 0.35rem; color: var(--ink); }
input, select, textarea {
  width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--line);
  border-radius: 10px; font: inherit; background: #fff; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--purple-soft);
  box-shadow: 0 0 0 3px rgba(56, 40, 152, 0.15);
}
.form-note { font-size: 0.85rem; color: var(--muted); }
.alert {
  padding: 0.9rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-weight: 600;
}
.alert--ok { background: #e7f7ef; color: var(--success); }
.alert--err { background: #fdeceb; color: #b42318; }

/* Contact info cards */
.contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-bottom: 2rem;
}
.contact-grid--4 { grid-template-columns: repeat(4, 1fr); }
.contact-tile {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.35rem;
}
.contact-tile h3 { font-size: 1rem; color: var(--purple); margin-bottom: 0.35rem; }
.contact-tile p, .contact-tile a { margin: 0; font-weight: 600; color: var(--ink); }
.contact-locations { margin-top: 2rem; }

/* CTA band */
.cta-band {
  background:
    linear-gradient(110deg, var(--purple-deep), var(--purple)),
    radial-gradient(circle at 85% 50%, rgba(240,152,0,.35), transparent 40%);
  background-blend-mode: normal;
  color: #fff; padding: 3rem 0;
}
.cta-band__inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1.5rem; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; margin-bottom: 0.35rem; font-size: 1.6rem; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; max-width: 48ch; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cta-band__actions .btn { text-decoration: none; }

/* Footer */
.site-footer {
  background: #120e2e; color: rgba(255,255,255,.75); padding: 3.5rem 0 0;
}
.footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2rem;
  padding-bottom: 2rem;
  align-items: start;
}
.footer__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}
.footer__contact--compact {
  margin-top: 0.75rem;
  gap: 0.35rem;
}
.footer__inline-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  font-size: 0.88rem;
}
.footer__inline-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255,255,255,.78);
  white-space: nowrap;
}
.footer__inline-contact a:hover { color: var(--orange-hot); }
.footer__inline-contact svg { flex-shrink: 0; opacity: .7; }
.footer__sep { color: rgba(255,255,255,.3); font-size: 0.9rem; }
.footer__hours {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,.6);
}
.footer__hours svg { flex-shrink: 0; opacity: .6; }
.footer__brand p { color: rgba(255,255,255,.7); font-size: 0.92rem; }
.footer__logo {
  display: inline-block; margin-bottom: 1rem; text-decoration: none;
}
.footer__logo img {
  height: 64px; width: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.site-footer h3 {
  color: #fff; font-size: 0.95rem; margin-bottom: 1rem;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.footer__links, .footer__contact { display: grid; gap: 0.55rem; }
.footer__contact { align-content: start; }
.footer__links a, .footer__contact a, .footer__contact li {
  color: rgba(255,255,255,.72); font-size: 0.92rem;
}
.footer__links a:hover, .footer__contact a:hover { color: var(--orange-hot); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 1.1rem 0;
  font-size: 0.82rem;
}
.footer__bottom-inner {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.footer__bottom p { margin: 0; color: rgba(255,255,255,.55); }

/* Float + Chat */
.float-actions {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 200;
  display: flex; flex-direction: column; gap: 0.65rem;
}
.float-btn {
  width: 52px; height: 52px; border-radius: 50%; border: 0;
  display: grid; place-items: center; color: #fff; cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,.22); transition: transform .2s;
  position: relative; text-decoration: none;
}
.float-btn:hover { transform: scale(1.06); color: #fff; }
.float-btn--call { background: var(--purple); }
.float-btn--wa { background: #25d366; }
.float-btn--chat { background: var(--orange); color: #1a1200; }
.chat-pulse {
  position: absolute; inset: -3px; border-radius: 50%;
  border: 2px solid var(--orange); animation: pulseRing 1.8s ease-out infinite;
}
@keyframes pulseRing {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}
.chat-panel {
  position: fixed; right: max(1.1rem, env(safe-area-inset-right)); bottom: 5.2rem; z-index: 210;
  width: min(360px, calc(100% - 2.2rem));
  max-width: 100%;
  background: #fff; border-radius: 18px; box-shadow: var(--shadow);
  border: 1px solid var(--line); overflow: hidden;
  animation: riseIn .25s ease;
}
.chat-panel[hidden] { display: none !important; }
.chat-panel__head {
  background: var(--purple); color: #fff; padding: 1rem 1.1rem;
  display: flex; justify-content: space-between; align-items: flex-start;
}
.chat-panel__head strong { display: block; font-size: 0.98rem; }
.chat-panel__head span { font-size: 0.78rem; opacity: .8; }
.chat-close {
  background: transparent; border: 0; color: #fff; font-size: 1.5rem;
  line-height: 1; cursor: pointer;
}
.chat-panel__body { padding: 1rem; }
.chat-bubble {
  background: var(--purple-mist); border-radius: 12px 12px 12px 4px;
  padding: 0.85rem 1rem; font-size: 0.9rem; margin-bottom: 0.85rem;
  color: var(--ink);
}
.chat-quick { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.9rem; }
.chat-quick button {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 0.4rem 0.7rem; font-size: 0.78rem; font-weight: 700;
  cursor: pointer; color: var(--purple);
}
.chat-quick button:hover { background: var(--purple-mist); }
.chat-form { display: grid; gap: 0.6rem; }
.chat-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.chat-form textarea, .chat-form input { font-size: 0.88rem; padding: 0.65rem 0.75rem; }

/* Reveal on scroll */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-top: -2.5rem; position: relative; z-index: 2;
}
.stat {
  background: var(--surface); border-radius: var(--radius);
  padding: 1.25rem 1rem; text-align: center;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
}
.stat strong {
  display: block; font-family: var(--display); font-size: 1.6rem;
  color: var(--purple); margin-bottom: 0.2rem;
}
.stat span { font-size: 0.85rem; color: var(--muted); font-weight: 600; }

/* Responsive */
@media (max-width: 980px) {
  .cards, .features, .features--3, .loc-grid, .contact-grid, .stats, .footer__grid,
  .loc-grid--4, .contact-grid--4, .mv-grid, .range-grid {
    grid-template-columns: 1fr 1fr;
  }
  .split, .content-wrap, .hero-slide__grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 480px; }
  .side-card { position: static; }
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: calc(var(--header-h) + 32px) 0 auto 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 1rem;
    display: none; max-height: calc(100vh - 100px); overflow: auto;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .nav-item .dropdown {
    position: static; display: none; box-shadow: none; border: 0;
    padding: 0.5rem 0 0 0.75rem; min-width: 0;
  }
  .nav-item.is-open .dropdown { display: grid; }
  .header-cta { justify-content: center; }
}
@media (max-width: 640px) {
  .cards, .cards--4, .features, .features--3, .loc-grid, .loc-grid--4, .contact-grid, .contact-grid--4, .stats, .footer__grid, .form-row, .mv-grid, .range-grid {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .hero-slide__grid { padding: 3.2rem 0 1.5rem; }
  .float-actions { right: 0.75rem; bottom: 0.75rem; }
  .chat-panel { right: 0.75rem; bottom: 4.8rem; }
  .split__counters { grid-template-columns: 1fr 1fr; gap: 0.5rem; padding: 1.2rem 0.8rem; }
}

/* Reviews */
.reviews-summary {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.2rem 1.4rem;
}
.reviews-summary__score { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.reviews-summary__score strong {
  font-family: var(--display); font-size: 2rem; color: var(--purple);
}
.stars { color: #f5b301; letter-spacing: 0.05em; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem;
}
.review-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.25rem 1.2rem;
}
.review-card__top {
  display: flex; justify-content: space-between; gap: 0.5rem; align-items: center;
  margin-bottom: 0.35rem;
}
.review-card__meta { margin: 0 0 0.65rem; font-size: 0.82rem; color: var(--muted); font-weight: 600; }
.review-card p:last-child { margin: 0; font-size: 0.92rem; }

/* Blog listing */
.section--blog { padding-top: 2.5rem; }
.blog-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 22, 56, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(56, 40, 152, 0.12);
}
.blog-card--lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  min-height: 280px;
}
.blog-card--lead .blog-card__thumb {
  aspect-ratio: auto;
  min-height: 280px;
  height: 100%;
}
.blog-card--lead .blog-card__body {
  padding: 1.75rem 1.85rem;
  justify-content: center;
}
.blog-card--lead h2 { font-size: 1.55rem; line-height: 1.25; }
.blog-card--lead p { font-size: 1.02rem; -webkit-line-clamp: 4; }
.blog-card__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #2a1e72 0%, #382898 45%, #f09800 140%);
  position: relative;
}
.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.blog-card:hover .blog-card__thumb img { transform: scale(1.04); }
.blog-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #fff;
}
.blog-card__placeholder-mark {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.blog-card__placeholder-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.3rem 1.4rem;
  flex: 1;
}
.blog-featured {
  margin: 0 0 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
}
.blog-featured img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.blog-card time {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--orange-deep);
}
.blog-card h2 {
  font-size: 1.12rem;
  margin: 0;
  line-height: 1.35;
}
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card h2 a:hover { color: var(--purple); }
.blog-card h3 {
  font-size: 1.12rem;
  margin: 0;
  line-height: 1.35;
}
.blog-card h3 a { color: var(--ink); text-decoration: none; }
.blog-card h3 a:hover { color: var(--purple); }
.blog-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.blog-card__industry {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  background: #fff4e0;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-card__tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.blog-card__tags span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--purple);
  background: var(--purple-mist);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
}
.blog-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--purple);
  text-decoration: none;
}
.blog-card__cta:hover { color: var(--orange-deep); }
.blog-post-kicker {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  background: rgba(240, 152, 0, 0.22);
  color: var(--orange-hot);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.blog-post-meta {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

/* Pagination */
.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
}
.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
a.pagination__btn:hover {
  border-color: var(--purple);
  color: var(--purple);
}
.pagination__btn.is-current {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

/* Lead modal (Liberty-style) */
.lead-modal[hidden] { display: none !important; }
.lead-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center; padding: 1rem;
}
.lead-modal__backdrop {
  position: absolute; inset: 0; background: rgba(18, 14, 46, 0.72);
  backdrop-filter: blur(3px);
}
.lead-modal__dialog {
  position: relative; z-index: 1;
  width: min(520px, 100%);
  max-height: none;
  overflow: visible;
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.2rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  animation: riseIn .3s ease;
}
.lead-form { gap: 0.65rem; }
.lead-form label { margin-bottom: 0.2rem; font-size: 0.82rem; }
.lead-form input,
.lead-form select,
.lead-form textarea {
  padding: 0.5rem 0.65rem;
  font-size: 0.9rem;
}
.lead-form textarea { min-height: 2.6rem; resize: vertical; }
.lead-form .form-row { gap: 0.65rem; }
.lead-form .btn { margin-top: 0.15rem; padding: 0.7rem 1rem; }
.lead-modal__x {
  position: absolute; top: 0.6rem; right: 0.75rem;
  border: 0; background: transparent; font-size: 1.6rem;
  line-height: 1; cursor: pointer; color: var(--muted);
}
.lead-modal__dialog h2 {
  font-size: 1.25rem; margin-bottom: 0.35rem; padding-right: 1.5rem;
  color: var(--purple);
}
.lead-modal__sub {
  margin: 0 0 1rem; font-weight: 700; color: var(--orange-deep); font-size: 0.92rem;
}

@media (max-width: 980px) {
  .reviews-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card--lead {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .blog-card--lead .blog-card__thumb {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .blog-card--lead h2 { font-size: 1.2rem; }
  .topbar__note { display: block; width: 100%; font-size: 0.78rem; }
  .about-visual { min-height: 360px; }
}
@media (max-width: 640px) {
  .reviews-grid, .blog-grid { grid-template-columns: 1fr; }
}

/* ── Products page ────────────────────────────────────── */
.prod-tabs {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem;
}
.prod-tab {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.15rem; border-radius: 999px; font-weight: 700; font-size: 0.88rem;
  background: var(--surface); border: 2px solid var(--line); color: var(--ink);
  text-decoration: none; transition: background .2s, border-color .2s, color .2s;
}
.prod-tab:hover { background: var(--purple-mist); border-color: var(--purple); color: var(--purple); }
.prod-tab.is-active { background: var(--purple); border-color: var(--purple); color: #fff; }
.prod-tab__count {
  background: rgba(255,255,255,.25); border-radius: 999px;
  padding: 0.1rem 0.5rem; font-size: 0.78rem; font-weight: 800;
}
.prod-tab.is-active .prod-tab__count { background: rgba(255,255,255,.3); }
.prod-tab:not(.is-active) .prod-tab__count { background: var(--bg-alt); color: var(--muted); }

/* Product list — horizontal card layout */
.prod-list {
  display: grid; gap: 1.75rem;
}
/* ── Shop Layout (sidebar + grid) ──────────────── */
.shop-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}
.shop-filter-toggle {
  display: none; border: 1.5px solid var(--line); background: var(--surface);
  padding: .5rem 1.2rem; border-radius: var(--radius); font-size: .88rem;
  font-weight: 700; cursor: pointer; margin-bottom: 1rem; color: var(--ink);
}
.shop-filters {
  position: sticky; top: 5.5rem;
  background: var(--surface); border: 1.5px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1rem;
  box-shadow: var(--shadow-sm);
}
.shop-filters__head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: .85rem; padding-bottom: .75rem; border-bottom: 1px solid var(--line);
}
.shop-filters__head h3 { margin: 0; font-size: 1rem; }
.shop-filters__clear {
  border: 0; background: none; color: var(--purple); font-size: .78rem;
  cursor: pointer; font-weight: 600; text-decoration: underline;
}
.shop-filters__head span { display: flex; align-items: center; gap: .5rem; }
.shop-filters__close {
  display: none; border: 0; background: none; font-size: 1.4rem;
  cursor: pointer; color: var(--muted); line-height: 1;
}
@media (max-width: 800px) {
  .shop-filters__close { display: block; }
}
.filter-group {
  margin-bottom: 1rem;
  padding-bottom: .95rem;
  border-bottom: 1px solid #efecf7;
}
.filter-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.filter-group__title {
  font-size: .76rem; font-weight: 800; color: var(--purple);
  margin: 0 0 .55rem; text-transform: uppercase; letter-spacing: .08em;
}
.filter-check {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .65rem;
  font-size: .84rem;
  padding: .38rem 0;
  cursor: pointer;
  color: var(--ink-soft);
  line-height: 1.35;
}
.filter-check:hover { color: var(--ink); }
.filter-check input {
  accent-color: var(--purple);
  margin: 0;
  width: 14px;
  height: 14px;
}
.filter-count {
  font-size: .7rem; color: var(--muted);
  background: #f3f0fb; padding: .14rem .42rem; border-radius: 100px;
  min-width: 1.65rem;
  text-align: center;
}
.filter-select {
  width: 100%; padding: .4rem .6rem; border: 1px solid var(--line);
  border-radius: 10px; font-size: .84rem; background: #fff; color: var(--ink);
}
.shop-main {}
.shop-result-count {
  font-size: .88rem; color: var(--muted); margin: 0 0 1rem; font-weight: 700;
}
.pgrid-empty {
  grid-column: 1 / -1; text-align: center; padding: 2rem;
  color: var(--muted); font-size: .95rem;
}
.pgrid-empty button {
  border: 0; background: none; color: var(--purple);
  text-decoration: underline; cursor: pointer; font-weight: 600;
}

@media (max-width: 800px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filter-toggle { display: block; }
  .shop-filters {
    position: fixed; top: 0; left: 0; bottom: 0; width: 280px;
    z-index: 1000; transform: translateX(-100%);
    transition: transform .3s ease; overflow-y: auto;
    border-radius: 0; border: 0; border-right: 1.5px solid var(--line);
    padding: 1.5rem; box-shadow: 4px 0 20px rgba(0,0,0,.15);
  }
  .shop-filters.is-open { transform: translateX(0); }
}

/* ── Product Grid Cards (listing page) ─────────── */
.pgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.pgrid-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  position: relative;
}
.pgrid-card:hover {
  box-shadow: 0 12px 36px rgba(56,40,152,.13);
  border-color: rgba(56,40,152,.22);
  transform: translateY(-3px);
}
.pgrid-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--purple), var(--orange));
  opacity: 0; transition: opacity .3s;
}
.pgrid-card:hover::before { opacity: 1; }

.pgrid-card__img-wrap {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3; background: #f5f3fa;
}
.pgrid-card__img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.pgrid-card:hover .pgrid-card__img-wrap img { transform: scale(1.05); }
.pgrid-card__badges {
  position: absolute; top: 0.6rem; left: 0.6rem;
  display: flex; gap: 0.4rem;
}
.pgrid-badge {
  font-size: .7rem; padding: .2rem .55rem; border-radius: 100px;
  font-weight: 600; backdrop-filter: blur(6px);
}
.pgrid-badge--orange { background: rgba(240,152,0,.9); color: #fff; }
.pgrid-badge--green  { background: rgba(40,167,69,.9); color: #fff; }
.pgrid-badge--blue   { background: rgba(56,40,152,.9); color: #fff; }
.pgrid-card__has-video {
  position: absolute; bottom: 0.6rem; right: 0.6rem;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,.6); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; backdrop-filter: blur(4px);
}

.pgrid-card__body {
  display: flex; flex-direction: column; flex: 1;
  padding: 0.95rem 1rem 1.05rem;
}
.pgrid-card__cat {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--purple); font-weight: 700; margin-bottom: .2rem;
}
.pgrid-card__name {
  font-size: .95rem; margin: 0 0 .15rem; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pgrid-card__brand { font-size: .78rem; color: var(--muted); margin-bottom: .45rem; }
.pgrid-card__specs {
  list-style: none; padding: 0; margin: 0 0 .6rem;
  font-size: .74rem; color: #555;
}
.pgrid-card__specs li {
  padding: .2rem 0 .2rem 1rem; position: relative;
  border-bottom: 1px solid #f0eef5;
}
.pgrid-card__specs li::before {
  content: '•'; position: absolute; left: 0; color: var(--primary); font-weight: 700;
}
.pgrid-card__bottom {
  margin-top: auto; padding-top: .6rem;
  border-top: 1px solid var(--line);
}
.pgrid-card__price {
  display: flex; align-items: baseline; gap: .35rem;
  margin-bottom: .15rem;
}
.pgrid-card__price strong { font-size: 1.05rem; color: var(--purple); }
.pgrid-card__price span { font-size: .82rem; color: var(--muted); }
.pgrid-card__stock { font-size: .72rem; color: #28a745; font-weight: 500; }

.pgrid-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  margin-top: .55rem;
}
.pgrid-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  font-size: .72rem;
  padding: .48rem .5rem;
  white-space: nowrap;
  width: 100%;
}
.pgrid-card__arrow { flex-shrink: 0; opacity: .9; }
.btn--sm { font-size: .76rem; padding: .55rem .65rem; }

@media (max-width: 1100px) {
  .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .office-band__grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .pgrid { grid-template-columns: 1fr; }
  .range-grid, .dept-grid { grid-template-columns: 1fr; }
  .office-band { padding: 1.5rem 1.25rem; }
}
@media (max-width: 560px) {
  .pgrid { grid-template-columns: 1fr; max-width: none; margin: 0; }
  .pgrid-card__actions { grid-template-columns: 1fr; }
}

/* ── Old pcard (kept for detail page compatibility) ── */
.pcard {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 2rem;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  position: relative;
}
.pcard:hover {
  box-shadow: 0 16px 48px rgba(56,40,152,.14);
  border-color: rgba(56,40,152,.22);
  transform: translateY(-2px);
}
.pcard::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--purple), var(--orange));
  opacity: 0;
  transition: opacity .3s;
}
.pcard:hover::before { opacity: 1; }

/* Media / gallery */
.pcard__media { position: relative; }
.pcard__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--bg-alt);
  box-shadow: inset 0 0 0 1px var(--line);
}
.pcard__img,
.pcard__video-wrap {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: none;
}
.pcard__img.is-active,
.pcard__video-wrap.is-active { display: block; }
.pcard__img { transition: transform .4s ease; }
.pcard__gallery:hover .pcard__img.is-active { transform: scale(1.04); }
.pcard__video-wrap iframe {
  width: 100%; height: 100%; border: 0;
}

/* Thumbnails */
.pcard__thumbs {
  display: flex; gap: 0.4rem; margin-top: 0.6rem; flex-wrap: wrap;
}
.pcard__thumb {
  width: 56px; height: 42px; border-radius: 6px; overflow: hidden;
  border: 2px solid var(--line); cursor: pointer; padding: 0;
  background: var(--bg-alt);
  transition: border-color .2s;
}
.pcard__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard__thumb.is-active,
.pcard__thumb:hover { border-color: var(--purple); }
.pcard__thumb--video {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.1rem; font-size: 0.62rem; font-weight: 800; color: var(--purple);
  width: 56px;
}
.pcard__play-icon {
  font-size: 1rem; line-height: 1;
}

.pcard__badges {
  display: flex; justify-content: space-between; align-items: center;
  gap: 0.5rem; margin-top: 0.6rem;
}
.prod-cat-label {
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--muted);
}
.prod-badge {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.22rem 0.6rem; border-radius: 999px;
}
.prod-badge--orange { background: #fff4e0; color: var(--orange-deep); }
.prod-badge--purple { background: var(--purple-mist); color: var(--purple); }

/* Info column */
.pcard__info {
  display: flex; flex-direction: column; gap: 0.6rem;
}
.pcard__brand {
  font-size: 0.8rem; font-weight: 700; color: var(--muted);
}
.pcard__name {
  font-family: var(--display); font-size: 1.3rem; color: var(--ink);
  margin: 0; line-height: 1.25;
}
.prod-tag {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  background: var(--bg-alt); color: var(--ink-soft); padding: 0.22rem 0.65rem;
  border-radius: 999px; border: 1px solid var(--line);
  align-self: flex-start;
}

.pcard__specs {
  list-style: none; margin: 0; padding: 0.65rem 0;
  display: grid; gap: 0.3rem;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.pcard__specs li {
  font-size: 0.88rem; color: var(--ink-soft); padding-left: 1.1rem; position: relative;
}
.pcard__specs li::before {
  content: "›"; position: absolute; left: 0; color: var(--purple); font-weight: 700;
}

.pcard__highlights {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem;
}
.pcard__highlights li {
  font-size: 0.75rem; font-weight: 700;
  background: var(--purple-mist); color: var(--purple);
  padding: 0.22rem 0.6rem; border-radius: 999px;
}

/* Price */
.pcard__price {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.35rem;
  margin-top: auto;
}
.pcard__price-label { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
.pcard__price-value {
  font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: var(--purple);
  background: linear-gradient(135deg, var(--purple), var(--purple-soft));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pcard__price-to { font-size: 1.05rem; color: var(--ink-soft); font-weight: 700; }
.pcard__price-note { width: 100%; font-size: 0.74rem; color: var(--muted); font-weight: 500; }

.pcard__stock {
  margin: 0; font-size: 0.82rem; font-weight: 700; color: var(--success);
}

/* Action buttons */
.pcard__actions {
  display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 0.35rem;
}
.pcard__btn {
  flex: 1 1 auto; justify-content: center;
  padding: 0.72rem 1rem; font-size: 0.88rem;
  min-width: 160px;
}
.pcard__btn svg { flex-shrink: 0; }
.pcard__btn--call {
  flex: 0 1 auto; min-width: 130px;
}

/* Trust bar */
.prod-trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem 1.4rem;
}
.prod-trust__item { display: grid; gap: 0.25rem; }
.prod-trust__item strong { font-size: 0.92rem; color: var(--ink); }
.prod-trust__item span { font-size: 0.82rem; color: var(--ink-soft); }

/* Product Enquiry Modal */
.prod-modal[hidden] { display: none !important; }
.prod-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center; padding: 1rem;
}
.prod-modal__backdrop {
  position: absolute; inset: 0; background: rgba(18,14,46,.72);
  backdrop-filter: blur(3px);
}
.prod-modal__dialog {
  position: relative; z-index: 1; width: min(520px, 100%);
  background: #fff; border-radius: 18px;
  padding: 1.5rem 1.4rem 1.3rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  animation: riseIn .3s ease;
  max-height: 92vh; overflow-y: auto;
}
.prod-modal__x {
  position: absolute; top: 0.6rem; right: 0.8rem;
  border: 0; background: transparent; font-size: 1.7rem;
  line-height: 1; cursor: pointer; color: var(--muted);
}
.prod-modal__dialog h2 {
  font-size: 1.25rem; color: var(--purple); margin-bottom: 0.2rem; padding-right: 1.8rem;
}
.prod-modal__sub {
  font-size: 0.9rem; font-weight: 700; color: var(--orange-deep); margin: 0 0 1rem;
}
.prod-modal__or {
  text-align: center; color: var(--muted); font-size: 0.82rem; margin: 0.9rem 0 0.6rem;
}

/* Video popup */
.video-popup[hidden] { display: none !important; }
.video-popup {
  position: fixed; inset: 0; z-index: 1100;
  display: grid; place-items: center; padding: 2rem;
}
.video-popup__backdrop {
  position: absolute; inset: 0; background: rgba(10,8,30,.85);
  backdrop-filter: blur(4px); cursor: pointer;
}
.video-popup__wrap {
  position: relative; z-index: 1;
  width: min(900px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
  animation: riseIn .3s ease;
}
.video-popup__wrap iframe {
  width: 100%; height: 100%; border: 0;
}
.video-popup__x {
  position: absolute; top: -2.5rem; right: 0;
  border: 0; background: transparent; color: #fff;
  font-size: 2rem; cursor: pointer; line-height: 1;
}

/* ── Product Detail Page ─────────────────────────── */
.breadcrumb { font-size: .85rem; margin-bottom: 0.5rem; color: rgba(255,255,255,.7); }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: var(--orange-hot); }

.pd-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.pd-left {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}
.pd-gallery {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.pd-main-img { padding: 1.5rem; text-align: center; }
.pd-main-img img { max-width: 100%; height: auto; border-radius: 6px; }
.pd-thumbstrip {
  display: flex; gap: 0.5rem; padding: 0.75rem 1rem;
  border-top: 1px solid var(--line); overflow-x: auto;
}
.pd-thumb {
  flex: 0 0 72px; height: 54px; border: 2px solid transparent;
  border-radius: 6px; overflow: hidden; cursor: pointer;
  background: var(--surface); padding: 2px; transition: border-color .2s;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.pd-thumb.is-active, .pd-thumb:hover { border-color: var(--primary); }
.pd-thumb--video {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: .7rem; color: var(--primary); font-weight: 600; gap: 2px;
}
.pd-thumb__play { font-size: 1.2rem; }

.pd-details {}
.pd-toprow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.prod-badge { font-size: .75rem; padding: .2rem .65rem; border-radius: 100px; font-weight: 600; }
.prod-badge--orange { background: rgba(240,152,0,.15); color: #b87200; }
.prod-badge--green  { background: rgba(40,167,69,.12); color: #1e7e34; }
.prod-badge--blue   { background: rgba(56,40,152,.1); color: var(--primary); }
.prod-cat-label { font-size: .8rem; color: var(--muted); }

.pd-title { font-size: 1.6rem; margin: 0 0 0.2rem; }
.pd-brand { color: var(--muted); font-size: .92rem; margin: 0 0 1.2rem; }

.pd-price-block { background: #faf9ff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; margin-bottom: 1.2rem; }
.pd-price { display: flex; align-items: baseline; gap: 0.5rem; }
.pd-price__label { font-size: .85rem; color: var(--muted); }
.pd-price__value { font-size: 1.6rem; color: var(--primary); }
.pd-price__to { font-size: 1.1rem; color: var(--muted); }
.pd-price__mrp {
  margin-left: 0.45rem;
  font-size: 1rem;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 600;
}
.pd-price__note { font-size: .78rem; color: var(--muted); margin: 0.3rem 0 0; }
.pd-stock { margin: 0.4rem 0 0; font-size: .82rem; color: #28a745; font-weight: 600; }

/* Product customization — compact dropdowns */
.pd-config {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #faf9ff;
}
.pd-config__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.pd-config__head strong {
  font-size: 0.88rem;
  color: var(--ink);
}
.pd-config__head span {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--purple);
}
.pd-config__note {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted, #6b7280);
}
.pd-config__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.65rem;
}
.pd-config__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  min-width: 0;
}
.pd-config__field > span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pd-config__select {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 0.84rem;
  color: var(--ink);
}
.pd-config__select:focus {
  outline: none;
  border-color: var(--purple-soft);
  box-shadow: 0 0 0 3px rgba(56, 40, 152, 0.1);
}
.pd-config__summary {
  margin: 0.55rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.4;
}
@media (max-width: 640px) {
  .pd-config__grid { grid-template-columns: 1fr; }
}

.pd-description__body {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.pd-description__body p { margin: 0 0 0.75rem; }
.pd-description__body ul,
.pd-description__body ol { margin: 0 0 0.75rem; padding-left: 1.2rem; }

.pd-section { margin-bottom: 1.2rem; }
.pd-section h3 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--heading); }
.pd-specs, .pd-highlights { list-style: none; padding: 0; margin: 0; }
.pd-specs li, .pd-highlights li {
  padding: 0.35rem 0; font-size: .88rem; border-bottom: 1px solid var(--line);
  padding-left: 1.2rem; position: relative;
}
.pd-specs li::before { content: '•'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }
.pd-highlights li::before { content: '✓'; position: absolute; left: 0; color: #28a745; font-weight: 700; }

.pd-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
  align-items: stretch;
}
.pd-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  font-size: .88rem;
  min-height: 48px;
  width: 100%;
}
.pd-actions .btn--outline { grid-column: 1 / -1; }

.pd-trust { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; font-size: .82rem; color: #28a745; font-weight: 500; }

.pd-about {
  margin-top: 2.75rem;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(56, 40, 152, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #fbfaff 0%, #f4f1fb 48%, #fff8ef 100%);
  box-shadow: 0 14px 40px rgba(26, 22, 56, 0.06);
}
.pd-about--media {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: stretch;
}
.pd-about__media {
  min-width: 0;
  padding: 1.35rem 1.35rem 1.5rem;
  background:
    radial-gradient(circle at 18% 8%, rgba(240, 152, 0, 0.22), transparent 42%),
    radial-gradient(circle at 90% 90%, rgba(107, 94, 196, 0.35), transparent 40%),
    linear-gradient(165deg, #2a1e72 0%, #382898 52%, #17132d 100%);
  display: flex;
  align-items: center;
}
.pd-about__video-shell {
  width: 100%;
}
.pd-about__media-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.pd-about__media-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-hot);
}
.pd-about__media-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
}
.pd-about__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #0d0b18;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.pd-about__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pd-about__video-caption {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}
.pd-about__media-points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.pd-about__media-points li {
  position: relative;
  padding: 0.55rem 0.7rem 0.55rem 1.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}
.pd-about__media-points li::before {
  content: "✓";
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-hot);
  font-weight: 800;
}
.pd-about__copy {
  min-width: 0;
  width: 100%;
  padding: 1.85rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pd-about__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-deep);
}
.pd-about h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  margin: 0 0 1.1rem;
  color: var(--ink);
  line-height: 1.25;
}
.pd-about .pd-description__body {
  max-width: none;
  width: 100%;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.pd-about .pd-description__body p {
  margin: 0 0 0.9rem;
}
.pd-about .pd-description__body p:last-child {
  margin-bottom: 0;
}
.pd-about .pd-description__body strong {
  color: var(--ink);
  font-weight: 700;
}
.pd-about .pd-description__body ul,
.pd-about .pd-description__body ol {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.pd-about .pd-description__body li {
  position: relative;
  padding: 0.65rem 0.85rem 0.65rem 2.15rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(56, 40, 152, 0.08);
  border-radius: 10px;
  color: var(--ink);
  font-size: 0.92rem;
}
.pd-about .pd-description__body li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--orange), var(--purple));
}
.pd-about__fallback {
  margin: 0;
  color: var(--muted);
}
.pd-about__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(56, 40, 152, 0.1);
}

.pd-enquiry {
  margin-top: 1.5rem; padding: 2rem; background: var(--surface);
  border: 1.5px solid var(--line); border-radius: var(--radius);
}
.pd-enquiry h2 { font-size: 1.3rem; margin-bottom: 0.4rem; }

.pd-related { margin-top: 3rem; }
.pd-related h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.pd-related .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pd-related .card { text-decoration: none; color: inherit; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s; }
.pd-related .card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.pd-related .card__thumb { width: 100%; height: 160px; object-fit: cover; }
.pd-related .card h3 { font-size: .95rem; padding: 0.8rem 1rem 0.2rem; }
.pd-related .card p { font-size: .85rem; padding: 0 1rem; color: var(--primary); font-weight: 600; }
.pd-related .card__link { display: block; padding: 0.5rem 1rem 0.8rem; font-size: .82rem; color: var(--accent); font-weight: 600; }

@media (max-width: 980px) {
  .pcard { grid-template-columns: 1fr; }
  .pcard__gallery { max-height: 320px; }
  .prod-trust { grid-template-columns: 1fr 1fr; }
  .footer__grid--5 { grid-template-columns: 1fr 1fr; }
  .pd-layout { grid-template-columns: 1fr; }
  .pd-about--media { grid-template-columns: 1fr; }
  .pd-about__media { padding: 1.1rem; }
  .pd-about__copy { padding: 1.5rem 1.35rem 1.65rem; }
  .pd-related .cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .prod-trust { grid-template-columns: 1fr; }
  .pcard__actions { flex-direction: column; }
  .pcard__btn { min-width: 0; }
  .footer__grid--5 { grid-template-columns: 1fr; }
  .split__counters { grid-template-columns: 1fr 1fr; gap: 0.65rem; padding: 1.5rem 1rem; }
  .pd-actions { grid-template-columns: 1fr; }
  .pd-actions .btn--outline { max-width: none; }
  .pd-related .cards { grid-template-columns: 1fr; }
  .footer__inline-contact { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
  .footer__sep { display: none; }
}

/* ── Global responsive polish ── */
img, video, iframe { max-width: 100%; height: auto; }
.pd-about__video iframe,
.pd-about__video { max-width: 100%; }

@media (max-width: 980px) {
  .topbar__inner {
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    justify-content: space-between;
  }
  .topbar__links {
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    font-size: 0.78rem;
  }
  .header__inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .page-hero h1 { font-size: clamp(1.45rem, 4vw, 2rem); }
  .page-hero p { font-size: 0.95rem; }
  .section { padding-block: 2.75rem; }
  .pd-thumbstrip { gap: 0.45rem; }
  .pd-price-block { flex-wrap: wrap; }
  .service-group__grid,
  .cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .topbar { font-size: 0.68rem; overflow-x: clip; }
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
  .topbar__note {
    display: block;
    width: 100%;
  }
  .topbar__links {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    overflow: hidden;
  }
  .topbar__link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    min-width: 0;
    font-size: 0.68rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .topbar__link:last-child {
    justify-content: flex-end;
    text-align: right;
  }
  .topbar__cities strong { display: inline; }
  .header-cta .btn { padding: 0.55rem 0.85rem; font-size: 0.82rem; }
  .page-hero { padding: 1.75rem 0 1.35rem; }
  .page-hero h1 { font-size: 1.4rem; line-height: 1.25; }
  .section__head h2 { font-size: 1.35rem; }
  .section { padding-block: 2.1rem; }
  .btn--block, .pd-actions .btn { width: 100%; }
  .pd-enquiry { padding: 1.25rem; }
  .pd-enquiry .form-row,
  .contact-form .form-row,
  .lead-form .form-row { grid-template-columns: 1fr; }
  .pd-about__copy h2 { font-size: 1.25rem; }
  .pd-about .pd-description__body h3 { font-size: 1.02rem; }
  .pd-config { padding: 0.85rem; }
  .pd-config__head { flex-wrap: wrap; }
  .pd-main-img img { width: 100%; }
  .service-group__grid,
  .cards--3,
  .cards--4 { grid-template-columns: 1fr; }
  .prod-tabs { gap: 0.4rem; }
  .prod-tab { padding: 0.5rem 0.85rem; font-size: 0.8rem; }
  .breadcrumb { font-size: 0.78rem; line-height: 1.5; word-break: break-word; }
  .float-actions { transform: scale(0.92); transform-origin: bottom right; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 400px) {
  .split__counters { grid-template-columns: 1fr; }
  .pd-price__value { font-size: 1.35rem; }
}

/* ── PC Build Calculator ── */
.pccalc {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}
.pccalc__main {
  display: grid;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
}
.pccalc__city,
.pccalc__parts,
.pccalc__presets {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
}
.pccalc__step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.pccalc__updated-inline {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}
.pccalc__parts-title {
  font-size: 1.15rem;
  margin: 0 0 0.85rem;
}
.pccalc__hint {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.pccalc__city-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.pccalc__city-opt { cursor: pointer; }
.pccalc__city-opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pccalc__city-opt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.75rem 1.1rem;
  border-radius: 12px;
  border: 2px solid var(--line);
  background: var(--bg-alt);
  font-weight: 700;
  color: var(--ink);
  transition: border-color .2s, background .2s, color .2s;
}
.pccalc__city-opt input:checked + span {
  border-color: var(--purple);
  background: var(--purple-mist);
  color: var(--purple);
}
.pccalc__preset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.pccalc__preset {
  text-align: left;
  border: 1.5px solid var(--line);
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 0.95rem 1rem;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
  font: inherit;
  color: inherit;
}
.pccalc__preset:hover {
  border-color: rgba(56, 40, 152, 0.35);
  transform: translateY(-1px);
}
.pccalc__preset.is-active {
  border-color: var(--orange);
  background: #fff8ec;
}
.pccalc__preset strong {
  display: block;
  font-family: var(--display);
  font-size: 0.98rem;
  color: var(--purple);
  margin-bottom: 0.25rem;
}
.pccalc__preset span {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}
.pccalc__reset {
  border: 0;
  background: transparent;
  color: var(--purple);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.pccalc__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.pccalc__field {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.pccalc__field-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  min-width: 0;
}
.pccalc__field-label {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.9rem;
  flex: 1;
  min-width: 0;
}
.pccalc__field-price {
  font-size: 0.85rem;
  color: var(--orange-deep);
  white-space: nowrap;
  flex-shrink: 0;
}
.pccalc__select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
.pccalc__select:focus {
  outline: 2px solid rgba(56, 40, 152, 0.25);
  border-color: var(--purple);
}
.pccalc__optional {
  margin-top: 1rem;
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 0.35rem 0.85rem 0.85rem;
  background: var(--bg);
}
.pccalc__optional summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--purple);
  padding: 0.65rem 0;
  list-style: none;
}
.pccalc__optional summary::-webkit-details-marker { display: none; }
.pccalc__optional summary::before {
  content: '+ ';
  color: var(--orange-deep);
}
.pccalc__optional[open] summary::before { content: '− '; }
.pccalc__optional summary span {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.85rem;
}
.pccalc__summary {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  min-width: 0;
  max-width: 100%;
}
.pccalc__summary-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.2rem;
  border-top: 4px solid var(--orange);
  box-shadow: var(--shadow-sm);
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pccalc__total {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0.5rem 0 0.25rem;
  flex-wrap: wrap;
}
.pccalc__total span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-deep);
}
.pccalc__total strong {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: var(--purple);
  line-height: 1;
}
.pccalc__city-line {
  margin: 0.15rem 0 0.5rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.pccalc__lines {
  list-style: none;
  margin: 0.75rem 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  max-height: 240px;
  overflow: auto;
}
.pccalc__lines li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: var(--bg-alt);
}
.pccalc__lines li span {
  color: var(--ink-soft);
  min-width: 0;
}
.pccalc__lines li strong {
  color: var(--purple);
  white-space: nowrap;
}
.pccalc__note {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
  background: #fff8ec;
  border: 1px solid #ffe2b0;
  border-radius: 10px;
  padding: 0.8rem 0.85rem;
}
.pccalc__actions {
  display: grid;
  gap: 0.65rem;
}
.pccalc__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0.65rem 0 0.85rem;
}
.pccalc__compare div {
  background: var(--bg-alt);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  min-width: 0;
}
.pccalc__compare span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.pccalc__compare strong {
  font-family: var(--display);
  font-size: clamp(0.92rem, 3.5vw, 1.05rem);
  color: var(--purple);
  word-break: break-word;
}
.pccalc__budget {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
}
.pccalc__budget input {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-weight: 600;
}
.pccalc__budget-status,
.pccalc__compat,
.pccalc__tool-status {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  line-height: 1.45;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
}
.pccalc__budget-status.is-ok {
  background: #eaf8f0;
  color: #1f8a5b;
}
.pccalc__budget-status.is-over {
  background: #fff0f0;
  color: #b42318;
}
.pccalc__compat.is-warn {
  background: #fff8ec;
  color: #9a6700;
  border: 1px solid #ffe2b0;
}
.pccalc__compat.is-info {
  background: var(--purple-mist);
  color: var(--purple);
  border: 1px solid #d9d2f5;
}
.pccalc__tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.pccalc__tool-status {
  background: var(--purple-mist);
  color: var(--purple);
  text-align: center;
  margin-bottom: 0;
}
.pccalc-mobilebar {
  display: none;
}

/* PC Calculator — block horizontal scroll on phones/tablets */
html:has(body.page-pc-calculator),
body.page-pc-calculator {
  overflow-x: hidden !important;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-anchor: none;
}

body.page-pc-calculator .float-actions {
  max-width: 3.25rem;
  overflow: visible;
}

/* Avoid load-time scroll jump from reveal transforms */
body.page-pc-calculator .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

body.page-pc-calculator #pccalcMsg {
  max-height: 9.5rem;
  overflow: auto;
  resize: vertical;
}

body.page-pc-calculator .hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-pc-calculator #pcCalc,
body.page-pc-calculator .pccalc,
body.page-pc-calculator #pccalcEnquiry {
  overflow-anchor: none;
}

@media (max-width: 980px) {
  .pccalc { grid-template-columns: minmax(0, 1fr); }
  .pccalc__summary { position: static; }
  .pccalc__preset-grid { grid-template-columns: minmax(0, 1fr); }
  .pccalc__grid { grid-template-columns: minmax(0, 1fr); }

  body.page-pc-calculator,
  body.page-pc-calculator #main {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  body.page-pc-calculator .container {
    width: min(100% - 2rem, var(--container));
    max-width: 100%;
    box-sizing: border-box;
  }

  body.page-pc-calculator .section,
  body.page-pc-calculator #pcCalc,
  body.page-pc-calculator .pccalc,
  body.page-pc-calculator .pccalc__main,
  body.page-pc-calculator .pccalc__city,
  body.page-pc-calculator .pccalc__presets,
  body.page-pc-calculator .pccalc__parts,
  body.page-pc-calculator .pccalc__optional,
  body.page-pc-calculator .pccalc__summary,
  body.page-pc-calculator .pccalc__summary-card,
  body.page-pc-calculator .cta-band,
  body.page-pc-calculator .site-footer,
  body.page-pc-calculator .content-wrap,
  body.page-pc-calculator .features {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.page-pc-calculator .pccalc__field {
    overflow: hidden;
    max-width: 100%;
  }

  body.page-pc-calculator .pccalc__select {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.page-pc-calculator .page-hero::after {
    display: none;
  }

  body.page-pc-calculator .float-actions {
    right: 0.55rem;
    max-width: 3rem;
  }

  body.page-pc-calculator .float-actions .chat-pulse {
    display: none !important;
  }
}
@media (max-width: 640px) {
  html,
  body {
    overflow-x: clip !important;
    max-width: 100%;
  }
  .pccalc__city,
  .pccalc__parts,
  .pccalc__presets,
  .pccalc__summary-card { padding: 1.1rem 0.95rem; }
  .pccalc__step-row,
  .pccalc__field-top,
  .pccalc__compare,
  .pccalc__lines li {
    min-width: 0;
  }
  .pccalc__step-row {
    flex-wrap: wrap;
  }
  .pccalc__updated-inline,
  .pccalc__field-label,
  .pccalc__lines li span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .pccalc__lines li strong {
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pccalc__city-opt span {
    min-width: 0;
    flex: 1 1 auto;
  }
  .pccalc__tools {
    grid-template-columns: 1fr;
  }
  .pccalc__tools .btn {
    width: 100%;
  }
  .pccalc-mobilebar {
    display: flex;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 90;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    box-sizing: border-box;
    padding: 0.75rem max(1rem, env(safe-area-inset-right)) calc(0.75rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(56, 40, 152, 0.12);
    backdrop-filter: blur(10px);
  }
  .pccalc-mobilebar span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
  }
  .pccalc-mobilebar strong {
    font-family: var(--display);
    font-size: 1.2rem;
    color: var(--purple);
  }
  body.page-pc-calculator {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom));
    scroll-padding-bottom: calc(6.5rem + env(safe-area-inset-bottom));
  }
  body.page-pc-calculator .float-actions {
    bottom: calc(5.85rem + env(safe-area-inset-bottom));
    right: max(0.65rem, env(safe-area-inset-right));
    gap: 0.5rem;
  }
  body.page-pc-calculator .float-btn {
    width: 46px;
    height: 46px;
  }
  body.page-pc-calculator .chat-panel {
    bottom: calc(9rem + env(safe-area-inset-bottom));
    right: max(0.65rem, env(safe-area-inset-right));
  }
  #pccalcEnquiry {
    scroll-margin-top: 5.5rem;
  }
}

