/* ============================================
   MANAN CONSULTANCY — Premium Luxury Styles
   ============================================ */

:root {
  --bg: #081325;
  --bg-light: #0f1a32;
  --bg-card: #121d34;
  --brand-navy: #1a243e;
  --brand-gold: #c5a059;
  --gold: #c5a059;
  --gold-light: #dfc68a;
  --gold-dim: rgba(197, 160, 89, 0.12);
  --gold-glow: rgba(197, 160, 89, 0.35);
  --white: #FFFFFF;
  --glass: #121d34;
  --glass-border: rgba(197, 160, 89, 0.22);
  --panel-bg: #121d34;
  --panel-bg-deep: #0c1528;
  --text: rgba(255, 255, 255, 0.94);
  --text-muted: rgba(255, 255, 255, 0.58);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-gujarati: 'Noto Sans Gujarati', 'Outfit', system-ui, sans-serif;
  --font-hindi: 'Noto Sans Devanagari', 'Outfit', system-ui, sans-serif;
  --radius: 18px;
  --radius-sm: 12px;
  --transition: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 80px;
  --topbar-h: 38px;
  --gold-panel: #c5a059;
  --cream: #f0e6d4;
  --shadow-luxury: 0 24px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(197, 160, 89, 0.08);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 80% 50% at 20% -10%, rgba(197, 160, 89, 0.07), transparent),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(26, 36, 62, 0.6), transparent),
    linear-gradient(180deg, #060e1c 0%, var(--bg) 40%, #060e1c 100%);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  cursor: none;
}

html[lang="gu"] body {
  font-family: var(--font-gujarati);
}

html[lang="hi"] body {
  font-family: var(--font-hindi);
}

html[lang="gu"] .hero-title-box,
html[lang="hi"] .hero-title-box {
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.45;
  text-align: center;
  max-width: min(100%, 500px);
}

body::selection {
  background: rgba(197, 160, 89, 0.35);
  color: var(--white);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--brand-gold), #8a6d35);
  border-radius: 4px;
}

.luxury-grain {
  position: fixed;
  inset: 0;
  z-index: 9997;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.luxury-vignette {
  position: fixed;
  inset: 0;
  z-index: 9996;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(4, 8, 16, 0.5) 100%);
}

@media (pointer: coarse) {
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

address { font-style: normal; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  padding: 12px 24px;
  background: var(--gold);
  color: var(--bg);
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: top 0.3s;
}

.skip-link:focus {
  top: 16px;
}

/* ── Cursor ── */
.cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.cursor-ring {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--transition), height 0.3s var(--transition), border-color 0.3s;
}

.cursor-ring.hover {
  width: 60px;
  height: 60px;
  border-color: var(--gold-light);
}

/* ── WebGL Canvas ── */
#webgl-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ── Orbit animation (round rings + satellites) ── */
.orbit-stage {
  position: absolute;
  inset: -22% -28%;
  z-index: 1;
  pointer-events: none;
}

.orbit-stage--lg {
  inset: -20% -26%;
}

.orbit-stage--about {
  inset: -14% -20%;
}

.orbit-pulse {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 50%;
  animation: orbitPulse 3.5s ease-out infinite;
}

.orbit-pulse::after {
  content: '';
  position: absolute;
  inset: -8%;
  border: 1px solid rgba(197, 160, 89, 0.12);
  border-radius: 50%;
  animation: orbitPulse 3.5s ease-out infinite 1.2s;
}

@keyframes orbitPulse {
  0% { transform: translate(-50%, -50%) scale(0.82); opacity: 0.55; }
  100% { transform: translate(-50%, -50%) scale(1.18); opacity: 0; }
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 42%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
}

.orbit-ring--1 {
  width: 108%;
  height: 112%;
  border-color: rgba(197, 160, 89, 0.22);
  border-style: dashed;
  animation: orbitRingCW1 32s linear infinite;
}

.orbit-ring--2 {
  width: 92%;
  height: 98%;
  border-color: rgba(223, 198, 138, 0.38);
  border-style: dotted;
  animation: orbitRingCCW2 24s linear infinite;
}

.orbit-ring--3 {
  width: 76%;
  height: 84%;
  border-color: rgba(197, 160, 89, 0.3);
  border-width: 1.5px;
  border-style: dashed;
  animation: orbitRingCW3 18s linear infinite;
}

.orbit-ring--4 {
  width: 60%;
  height: 68%;
  border-color: rgba(223, 198, 138, 0.45);
  border-style: dotted;
  animation: orbitRingCCW4 14s linear infinite;
}

.orbit-arm {
  position: absolute;
  inset: 0;
  transform-origin: 50% 42%;
}

.orbit-arm--1 { animation: orbitSpinCW 16s linear infinite; }
.orbit-arm--2 { animation: orbitSpinCCW 22s linear infinite; }
.orbit-arm--3 { animation: orbitSpinCW 11s linear infinite; }
.orbit-arm--4 { animation: orbitSpinCCW 19s linear infinite; }
.orbit-arm--5 { animation: orbitSpinCW 9s linear infinite; }
.orbit-arm--6 { animation: orbitSpinCCW 13s linear infinite; }

.orbit-dot {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff6d8, var(--gold-light));
  box-shadow: 0 0 12px rgba(223, 198, 138, 0.9), 0 0 24px rgba(197, 160, 89, 0.45);
}

.orbit-dot--sm {
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  box-shadow: 0 0 8px rgba(223, 198, 138, 0.75);
}

.orbit-dot--xs {
  width: 3px;
  height: 3px;
  margin-left: -1.5px;
  opacity: 0.75;
}

.orbit-arm--1 .orbit-dot { top: 1%; }
.orbit-arm--2 .orbit-dot { top: 9%; }
.orbit-arm--3 .orbit-dot { top: 17%; }
.orbit-arm--4 .orbit-dot { top: 25%; }
.orbit-arm--5 .orbit-dot { top: 33%; }
.orbit-arm--6 .orbit-dot { top: 41%; }

@keyframes orbitRingCW1 {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbitRingCCW2 {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes orbitRingCW3 {
  from { transform: translate(-50%, -50%) rotate(18deg); }
  to { transform: translate(-50%, -50%) rotate(378deg); }
}

@keyframes orbitRingCCW4 {
  from { transform: translate(-50%, -50%) rotate(-12deg); }
  to { transform: translate(-50%, -50%) rotate(-372deg); }
}

@keyframes orbitSpinCW {
  to { transform: rotate(360deg); }
}

@keyframes orbitSpinCCW {
  to { transform: rotate(-360deg); }
}

.orbit-sparkle {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-light);
  opacity: 0;
  animation: orbitSparkle var(--sparkle-dur, 3s) ease-in-out infinite;
  animation-delay: var(--sparkle-delay, 0s);
}

@keyframes orbitSparkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  45% { opacity: var(--sparkle-peak, 0.7); transform: scale(1); }
  55% { opacity: var(--sparkle-peak, 0.5); transform: scale(0.85); }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-ring,
  .orbit-arm,
  .orbit-pulse,
  .orbit-pulse::after,
  .orbit-sparkle {
    animation: none !important;
  }

  .orbit-ring--1,
  .orbit-ring--2,
  .orbit-ring--3,
  .orbit-ring--4 {
    transform: translate(-50%, -50%);
  }
}

/* ── Preloader ── */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s var(--transition), visibility 0.8s;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  text-align: center;
}

.preloader-portrait {
  position: relative;
  width: min(320px, 72vw);
  height: min(420px, 88vw);
  margin: 0 auto 36px;
  opacity: 0;
  overflow: visible;
}

.preloader-portrait-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center 35%, rgba(212, 175, 55, 0.4) 0%, transparent 65%);
  animation: preloaderGlow 3s ease-in-out infinite;
  z-index: 0;
}

@keyframes preloaderGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.preloader-photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.preloader-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
  transform-origin: center bottom;
}

.preloader-particles {
  position: absolute;
  inset: -30px;
  z-index: 1;
  pointer-events: none;
}

.preloader-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}

@keyframes brandFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.preloader-name {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  opacity: 0;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  line-height: 1.2;
}

.brand-manan {
  color: var(--brand-gold);
}

.brand-consultancy {
  color: var(--brand-navy);
  background: var(--brand-gold);
  padding: 4px 14px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(197, 160, 89, 0.3);
}

.preloader-name.brand-name {
  gap: 10px;
}

.preloader-name .brand-consultancy {
  padding: 6px 18px;
}

.preloader-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 28px;
  opacity: 0;
}

.preloader-bar {
  width: 240px;
  height: 3px;
  background: var(--glass);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
}

.preloader-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  animation: loadBar 1.8s var(--transition) forwards;
}

@keyframes loadBar {
  to { width: 100%; }
}

/* ── Top Bar ── */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: var(--topbar-h);
  background: var(--bg);
  border-bottom: 1px solid var(--glass-border);
  font-size: 0.72rem;
  color: var(--text-muted);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

.topbar-address {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-address svg { color: var(--gold); flex-shrink: 0; }

.topbar-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.topbar-links a {
  color: var(--gold-light);
  transition: color 0.3s;
  white-space: nowrap;
  line-height: 1.3;
}

.topbar-links a:hover { color: var(--white); }

/* ── Header ── */
.header {
  position: fixed;
  top: var(--topbar-h);
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background 0.4s, box-shadow 0.4s;
  overflow: visible;
}

.header.scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(197, 160, 89, 0.25), 0 8px 32px rgba(0, 0, 0, 0.3);
}

.header.scrolled::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 60%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  opacity: 0.6;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
}

.logo-portrait {
  position: relative;
  width: 64px;
  height: 76px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
}

.logo-portrait::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--brand-gold);
  box-shadow: 0 0 24px rgba(197, 160, 89, 0.3);
  pointer-events: none;
  z-index: 0;
}

.logo-portrait--footer {
  width: 80px;
  height: 100px;
}

.logo-portrait--footer::before {
  width: 64px;
  height: 64px;
}

.logo-photo {
  position: relative;
  z-index: 1;
  width: auto;
  height: 88px;
  max-width: 72px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
  margin-bottom: -4px;
}

.logo-portrait--footer .logo-photo {
  height: 110px;
  max-width: 90px;
}

.logo--footer {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  flex-shrink: 0;
  min-width: max-content;
}

.logo-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}

.logo-name.brand-name {
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.logo-name .brand-consultancy {
  padding: 2px 10px;
  font-size: 0.95rem;
  border-radius: 4px;
  white-space: nowrap;
}

.logo--footer .logo-name {
  font-size: 1.35rem;
}

.logo--footer .brand-consultancy {
  padding: 3px 12px;
}

.logo-tagline {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.site-lang {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.site-lang--mobile {
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--glass-border);
}

.site-lang-btn {
  padding: 5px 9px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.site-lang-btn.is-active {
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  border-color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  flex-shrink: 1;
  min-width: 0;
}

.nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.3s;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--transition);
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  color: var(--gold-light);
}

.nav-link.active::after {
  width: 100%;
  background: linear-gradient(90deg, var(--brand-gold), var(--gold-light));
}

.nav-cta {
  padding: 10px 22px !important;
  background: linear-gradient(135deg, var(--brand-gold), #a88640);
  color: var(--brand-navy) !important;
  border-radius: 50px;
  font-weight: 600 !important;
  box-shadow: 0 4px 20px rgba(197, 160, 89, 0.3);
}

.nav-cta::after { display: none; }

.nav-cta:hover {
  color: var(--bg) !important;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: calc(var(--topbar-h) + var(--header-h));
  left: 0;
  right: 0;
  background: var(--bg);
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
  border-bottom: 1px solid var(--glass-border);
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px solid var(--glass-border);
  color: var(--text-muted);
  transition: color 0.3s;
}

.mobile-menu a:hover { color: var(--gold); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.3s var(--transition), box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-gold) 0%, #b8942e 50%, var(--brand-gold) 100%);
  background-size: 200% 100%;
  color: var(--brand-navy);
  box-shadow: 0 4px 28px rgba(197, 160, 89, 0.35);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-primary:hover {
  background-position: 100% 0;
  box-shadow: 0 10px 48px rgba(197, 160, 89, 0.45);
  transform: translateY(-3px);
}

.btn-outline {
  background: var(--panel-bg);
  color: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.35);
  letter-spacing: 0.02em;
}

.btn-outline:hover {
  border-color: var(--brand-gold);
  background: var(--gold-dim);
  box-shadow: 0 0 30px rgba(197, 160, 89, 0.15);
}

.btn-full { width: 100%; justify-content: center; }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--topbar-h) + var(--header-h) + 40px) 0 80px;
  z-index: 1;
  overflow: hidden;
}

.hero-split {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg) 48%, transparent 48%),
              linear-gradient(135deg, transparent 52%, rgba(197, 160, 89, 0.18) 52%, rgba(197, 160, 89, 0.28) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.hero-glow--1 {
  width: 600px;
  height: 600px;
  background: rgba(212, 175, 55, 0.08);
  top: -10%;
  right: 10%;
}

.hero-glow--2 {
  width: 400px;
  height: 400px;
  background: rgba(100, 140, 255, 0.05);
  bottom: 10%;
  left: -5%;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr auto 1fr;
  gap: 32px;
  align-items: center;
}

.hero-content {
  grid-column: 1;
  grid-row: 1;
}

.hero-stats-card {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: min(320px, 100%);
  background: var(--panel-bg);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-luxury);
}

.hero-intro {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.hero-title {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero-title-brand {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.hero-title-box {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  max-width: min(100%, 560px);
  color: var(--brand-navy);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  padding: 16px 24px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(197, 160, 89, 0.3);
  border: 1px solid rgba(197, 160, 89, 0.25);
}

.hero-checklist {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text);
}

.hero-checklist svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.hero-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.75;
}

.hero-desc strong {
  color: var(--white);
  font-weight: 500;
}

/* Hero Stats Card */
.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hero-stats-item {
  text-align: center;
  padding: 12px 8px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.hero-stats-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.1;
}

.hero-stats-num small {
  font-size: 0.75rem;
}

.hero-stats-label {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 6px;
  line-height: 1.3;
}

/* Welcome Card */
.hero-portrait-stage {
  position: relative;
  width: min(420px, 100%);
  min-height: 580px;
  padding: 28px 20px 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% 15%, rgba(197, 160, 89, 0.08), transparent 60%),
    repeating-linear-gradient(
      -32deg,
      transparent,
      transparent 42px,
      rgba(255, 255, 255, 0.025) 42px,
      rgba(255, 255, 255, 0.025) 44px
    ),
    linear-gradient(165deg, #0c1830 0%, #081325 45%, #060e1c 100%);
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-luxury);
}

.hero-portrait-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-deco-bar {
  position: absolute;
  left: -6px;
  top: 28%;
  width: 14px;
  height: 110px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  border-radius: 0 8px 8px 0;
  opacity: 0.85;
}

.hero-deco-circle {
  position: absolute;
  border: 1px solid rgba(197, 160, 89, 0.45);
  border-radius: 50%;
}

.hero-deco-circle--1 {
  width: 90px;
  height: 90px;
  left: 8%;
  bottom: 22%;
}

.hero-deco-circle--2 {
  width: 140px;
  height: 140px;
  right: -20px;
  top: 18%;
  border-style: dashed;
  opacity: 0.5;
}

.hero-deco-triangle {
  position: absolute;
  right: 12%;
  top: 12%;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 62px solid rgba(197, 160, 89, 0.12);
  transform: rotate(18deg);
}

.hero-deco-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 10px rgba(223, 198, 138, 0.6);
}

.hero-deco-dot--1 { top: 14%; left: 22%; }
.hero-deco-dot--2 { top: 22%; right: 28%; width: 4px; height: 4px; }
.hero-deco-dot--3 { top: 38%; left: 14%; width: 5px; height: 5px; opacity: 0.7; }
.hero-deco-dot--4 { bottom: 38%; right: 18%; }
.hero-deco-dot--5 { bottom: 30%; left: 32%; width: 4px; height: 4px; opacity: 0.8; }

.hero-welcome-card {
  position: relative;
  z-index: 3;
  width: calc(100% + 40px);
  margin: -8px -20px 0;
  padding: 18px 22px 20px;
  background: linear-gradient(180deg, rgba(12, 24, 48, 0.97) 0%, rgba(8, 19, 37, 0.99) 100%);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  text-align: center;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.hero-welcome-intro {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-welcome-name {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin: 0 0 10px;
}

.hero-welcome-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold-light);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.hero-welcome-credentials {
  font-size: 0.58rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin: 0;
  text-transform: uppercase;
}

.hero-welcome-card span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 6px;
  line-height: 1.45;
}

/* Hero Visual */
.hero-visual {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.portrait-frame {
  position: relative;
  width: min(380px, 100%);
  height: 520px;
  overflow: visible;
}

.portrait-frame--hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 460px;
  padding: 0 12px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.portrait-frame--hero .portrait-img-wrap {
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.portrait-frame--hero .portrait-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
  image-rendering: auto;
  display: block;
  background: transparent;
}

.portrait-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}

.portrait-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35));
}

.portrait-frame .orbit-stage {
  inset: -18% -22%;
  z-index: 0;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

/* ── Trust Bar ── */
.trust-bar {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #e8dcc8, var(--cream), #e8dcc8);
  border-top: 1px solid rgba(197, 160, 89, 0.4);
  border-bottom: 1px solid rgba(197, 160, 89, 0.4);
  padding: 22px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.trust-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bg);
}

.trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

/* ── Contact Dashboard ── */
.contact-dashboard {
  position: relative;
  z-index: 2;
  padding: 36px 0 40px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--panel-bg-deep) 100%);
  border-bottom: 1px solid var(--glass-border);
}

.contact-dashboard-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-dashboard-head {
  text-align: center;
}

.contact-dashboard-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 10px;
  line-height: 1.25;
}

.contact-dashboard-sub {
  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.5;
}

.contact-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 28px;
  align-items: start;
}

.contact-dashboard-profile {
  padding: 28px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
}

.contact-dashboard-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.contact-dashboard-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.contact-dashboard-credentials {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.contact-dashboard-email {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-light);
  word-break: break-all;
}

.contact-dashboard-email:hover {
  color: var(--white);
}

.contact-dashboard-phones-wrap {
  padding: 28px;
  background: var(--panel-bg);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: var(--radius);
}

.contact-dashboard-phones-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  color: var(--white);
}

.contact-dashboard-phones,
.contact-phones-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact-phone-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
}

.contact-phone-chip:hover {
  border-color: rgba(197, 160, 89, 0.45);
  background: var(--gold-dim);
  transform: translateY(-2px);
}

.contact-phone-chip--primary {
  border-color: rgba(197, 160, 89, 0.45);
  background: linear-gradient(145deg, rgba(197, 160, 89, 0.12), var(--panel-bg-deep));
}

.contact-phone-chip-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-phone-chip strong {
  font-size: 1rem;
  color: var(--gold-light);
  font-weight: 600;
}

.contact-phone-chip--compact {
  padding: 12px 14px;
}

.contact-phone-chip--compact strong {
  font-size: 0.92rem;
}

.logo-tagline-sub,
.preloader-tagline-sub {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
  line-height: 1.35;
  max-width: 220px;
}

.preloader-tagline-sub {
  font-size: 0.68rem;
  max-width: 480px;
  margin: 0 auto 28px;
}

/* ── Ticker ── */
.ticker-wrap {
  position: relative;
  z-index: 2;
  background: rgba(4, 10, 20, 0.95);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  padding: 14px 0;
  overflow: hidden;
}

.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: tickerScroll 35s linear infinite;
}

.ticker-wrap:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ticker-dot {
  color: var(--gold-light);
  font-size: 1rem;
}

@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(0.3); opacity: 0.3; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ── Sections ── */
.section {
  position: relative;
  padding: 130px 0;
  z-index: 1;
}

.section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(200px, 40%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.35), transparent);
}

.section:nth-of-type(even) {
  background: linear-gradient(180deg, transparent, rgba(26, 36, 62, 0.12), transparent);
}

.section-header {
  margin-bottom: 64px;
  max-width: 640px;
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-bottom: 18px;
}

.section-label::before,
.section-label::after {
  content: '';
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold));
}

.section-label::after {
  background: linear-gradient(90deg, var(--brand-gold), transparent);
}

.section-header--center .section-label::before,
.section-header--center .section-label::after {
  width: 48px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--white) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Services ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.service-card {
  perspective: 1000px;
  cursor: pointer;
}

.service-card-inner {
  position: relative;
  padding: 32px 28px 52px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  transition: transform 0.5s var(--transition), border-color 0.4s, box-shadow 0.4s;
  height: 100%;
  overflow: hidden;
}

.service-card-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.service-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(212, 175, 55, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.service-card:hover .service-card-inner {
  transform: translateY(-10px) rotateX(2deg);
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: var(--shadow-luxury), 0 0 50px rgba(197, 160, 89, 0.08);
}

.service-card:hover .service-card-inner::before,
.service-card:hover .service-card-inner::after {
  opacity: 1;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-dim);
  border-radius: 14px;
  margin-bottom: 20px;
  color: var(--gold-light);
}

.service-icon svg {
  width: 26px;
  height: 26px;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}

.service-price {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand-gold);
  letter-spacing: 0.02em;
  padding: 4px 12px;
  background: rgba(197, 160, 89, 0.12);
  border-radius: 100px;
  border: 1px solid rgba(197, 160, 89, 0.25);
}

.services .section-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.services-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.services .catalogue-filters {
  margin-top: 8px;
}

.catalogue-search-wrap {
  max-width: 560px;
  margin: 0 auto 20px;
}

.catalogue-search {
  width: 100%;
  padding: 14px 18px 14px 44px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--white);
  background: var(--panel-bg-deep) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23C5A059' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") no-repeat 14px center;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.catalogue-search::placeholder {
  color: var(--text-muted);
}

.catalogue-search:focus {
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.12);
}

.catalogue-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  font-size: 0.95rem;
  color: var(--text-muted);
  border: 1px dashed var(--glass-border);
  border-radius: var(--radius);
  background: var(--panel-bg);
}

.services-trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--brand-gold);
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 100px;
}

.service-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 1.2rem;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s, transform 0.3s var(--transition);
}

.service-card:hover .service-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ── Service Detail Modal ── */
.service-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}

.service-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.service-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 20, 0.96);
  cursor: pointer;
}

.service-modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: var(--panel-bg);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: var(--radius);
  padding: 36px 32px 28px;
  z-index: 1;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.service-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  z-index: 2;
}

.service-modal-close:hover {
  background: var(--brand-gold);
  color: var(--navy-deep);
}

.service-modal-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.service-modal-badge {
  padding: 5px 12px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
}

.service-modal-badge--gold {
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  border-color: transparent;
}

.service-modal-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}

.service-modal-tagline {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.service-modal-price-block {
  padding: 24px;
  margin-bottom: 28px;
  background: var(--panel-bg-deep);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: calc(var(--radius) - 4px);
}

.service-modal-price-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.service-modal-price {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--brand-gold);
  line-height: 1.1;
  margin-bottom: 6px;
}

.service-modal-price-note {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.service-modal-price-highlight {
  color: var(--brand-gold);
  font-weight: 700;
}

.service-modal-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(197, 160, 89, 0.15);
}

.service-modal-meta-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.service-modal-meta-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
}

.service-modal-variants-wrap {
  margin-bottom: 24px;
  padding: 20px;
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: calc(var(--radius) - 4px);
}

.service-modal-variants-wrap h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-gold);
  margin-bottom: 14px;
}

.service-modal-variant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
}

.service-modal-variant:last-child {
  border-bottom: none;
}

.service-modal-variant-name {
  color: var(--white);
  font-weight: 500;
}

.service-modal-variant-prices {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.service-modal-variant-prices span:last-child {
  color: var(--brand-gold);
  font-weight: 600;
}

.service-modal-variant-prices--fssai {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-width: 200px;
  text-align: right;
}

.service-modal-variant--head {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-modal-variant--head .service-modal-variant-name,
.service-modal-variant--head .service-modal-variant-prices span {
  color: var(--text-muted);
  font-weight: 600;
}

.service-modal-variant--head .service-modal-variant-prices span:last-child {
  color: var(--text-muted);
}

.service-modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.service-modal-col h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-gold);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.service-modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-modal-list li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.service-modal-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--brand-gold);
}

.service-modal-list--check li::before {
  content: '✓';
  font-weight: 700;
}

.service-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--glass-border);
}

.service-modal-actions .btn {
  flex: 1;
  min-width: 180px;
  justify-content: center;
}

/* ── Why / Stats ── */
.why {
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.03), transparent);
}

.stats-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.stat-block {
  position: relative;
  padding: 52px 24px;
  text-align: center;
  background: var(--panel-bg);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.4s, transform 0.4s var(--transition);
}

.stat-block:hover {
  border-color: rgba(197, 160, 89, 0.4);
  transform: translateY(-4px);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.stat-glow {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent);
  pointer-events: none;
}

.why-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.why-feature {
  text-align: center;
  padding: 32px;
}

.why-feature-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.why-feature h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.why-feature p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-portrait-wrap {
  position: relative;
}

.about-spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(212, 175, 55, 0.2) 0%, transparent 60%);
  pointer-events: none;
  animation: spotlightMove 6s ease-in-out infinite;
}

@keyframes spotlightMove {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-48%, -52%) scale(1.1); }
}

.about-img-frame {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-img-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.5));
}

.about-badge-open {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--bg);
  border: 1px solid var(--gold);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-light);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}

.about-role {
  font-size: 1.1rem;
  color: var(--gold-light);
  font-weight: 500;
  margin-bottom: 24px;
}

.about-glass {
  padding: 28px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  margin-bottom: 28px;
}

.about-glass p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-glass em {
  color: var(--gold-light);
  font-style: italic;
}

.about-credentials {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-credentials li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text);
}

.about-credentials svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

.signature-wrap {
  margin-bottom: 28px;
}

.signature {
  width: 200px;
  height: 40px;
  margin-bottom: 4px;
}

.signature-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}

.signature-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-light);
}

/* ── Testimonials ── */
.testimonials {
  overflow: hidden;
}

.testimonials-swiper {
  padding-bottom: 48px !important;
}

.testimonial-card {
  padding: 44px 38px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  height: 100%;
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(197, 160, 89, 0.12);
  pointer-events: none;
}

.swiper-slide-active .testimonial-card {
  border-color: rgba(197, 160, 89, 0.4);
  box-shadow: var(--shadow-luxury);
  transform: scale(1.02);
}

.testimonial-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonial-card blockquote {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 28px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.testimonial-author cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.swiper-pagination-bullet {
  background: var(--gold) !important;
  opacity: 0.3 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* ── Process / Timeline ── */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 40px;
}

.timeline-line {
  position: absolute;
  top: 68px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: var(--glass-border);
  z-index: 0;
}

.timeline-line-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width 1.5s var(--transition);
}

.timeline-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.timeline-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-light);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.timeline-content h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.contact-card {
  padding: 36px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
}

.contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 28px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: var(--radius-sm);
  background: var(--panel-bg-deep);
  border: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}

.contact-link:hover {
  border-color: var(--glass-border);
  background: var(--gold-dim);
}

.contact-link-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.contact-link strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.contact-address {
  display: flex;
  gap: 16px;
  padding: 16px;
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.contact-form {
  padding: 40px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--white);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  background: var(--panel-bg-deep);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23D4AF37'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.form-group select option {
  background: var(--bg);
}

/* ── Map Section ── */
.map-section {
  margin-top: 8px;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 28px;
  margin-bottom: 20px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
}

.map-header-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 240px;
}

.map-header-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-dim);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  color: var(--gold-light);
  flex-shrink: 0;
}

.map-header-icon svg {
  width: 24px;
  height: 24px;
}

.map-header h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: var(--white);
}

.map-header p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 560px;
}

.map-directions-btn {
  padding: 12px 22px !important;
  font-size: 0.88rem !important;
  white-space: nowrap;
}

.map-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: var(--bg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  height: 420px;
}

#officeMap {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--bg);
}

.map-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 19, 37, 0.55) 0%, transparent 18%, transparent 82%, rgba(8, 19, 37, 0.65) 100%),
    linear-gradient(90deg, rgba(8, 19, 37, 0.35) 0%, transparent 12%, transparent 88%, rgba(8, 19, 37, 0.35) 100%);
}

.map-open-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: var(--bg);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50px;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 600;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.map-open-btn:hover {
  background: var(--gold-dim);
  border-color: var(--gold);
  color: var(--white);
}

/* Leaflet dark theme overrides */
.leaflet-container {
  background: var(--bg) !important;
  font-family: var(--font-body) !important;
}

.leaflet-control-zoom a {
  background: rgba(8, 19, 37, 0.9) !important;
  color: var(--gold-light) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

.leaflet-control-zoom a:hover {
  background: var(--gold-dim) !important;
  color: var(--white) !important;
}

.leaflet-control-attribution {
  background: var(--bg) !important;
  color: var(--text-muted) !important;
  font-size: 0.65rem !important;
}

.leaflet-control-attribution a {
  color: var(--gold) !important;
}

.leaflet-popup-content-wrapper {
  background: rgba(8, 19, 37, 0.95) !important;
  color: var(--text) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5) !important;
}

.leaflet-popup-tip {
  background: rgba(8, 19, 37, 0.95) !important;
}

.leaflet-popup-content {
  margin: 12px 14px !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
}

.leaflet-popup-content strong {
  color: var(--gold-light);
}

.map-marker { background: transparent; border: none; }

.map-marker-pin {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.5);
  position: relative;
}

.map-marker-pin::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--bg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* ── Footer ── */
.footer {
  position: relative;
  z-index: 1;
  padding: 90px 0 0;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.6), #040a14);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(400px, 50%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  opacity: 0.5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 20px 0;
  line-height: 1.7;
  max-width: 320px;
}

.footer-brand strong {
  color: var(--gold-light);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.footer-social a:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--gold-dim);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-links h4,
.footer-contact h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--gold-light);
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.footer-contact a:hover {
  color: var(--gold);
}

.footer-hours {
  color: var(--gold) !important;
  font-weight: 500;
  margin-top: 12px !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--glass-border);
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ── Chatbot ── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Floating action dock (Ask Expert + WhatsApp) ── */
.fab-dock {
  position: fixed;
  right: max(24px, env(safe-area-inset-right, 0px));
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.fab-dock > * {
  pointer-events: auto;
}

.chatbot-widget {
  position: relative;
}

.chatbot-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 12px 14px;
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  color: var(--navy-deep);
  border: none;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(197, 160, 89, 0.35);
  transition: transform 0.3s var(--transition), box-shadow 0.3s;
}

.chatbot-toggle:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(197, 160, 89, 0.5);
}

.chatbot-toggle-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.chatbot-toggle-icon--close {
  display: none;
}

.chatbot-widget:has(.chatbot-panel.is-open) .chatbot-toggle-icon--chat {
  display: none;
}

.chatbot-widget:has(.chatbot-panel.is-open) .chatbot-toggle-icon--close {
  display: block;
}

.chatbot-panel {
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  width: min(400px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 160px));
  display: flex;
  flex-direction: column;
  background: var(--panel-bg);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.3s var(--transition), transform 0.3s var(--transition), visibility 0.3s;
  overflow: hidden;
}

.chatbot-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--glass-border);
  background: var(--panel-bg-deep);
  flex-shrink: 0;
}

.chatbot-lang {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.chatbot-lang-btn {
  padding: 4px 8px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.chatbot-lang-btn.is-active {
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  border-color: transparent;
}

.chatbot-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chatbot-header-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1rem;
}

.chatbot-header-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
}

.chatbot-header-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 3px;
}

.chatbot-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
  flex-shrink: 0;
}

.chatbot-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.chatbot-clear {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

.chatbot-clear svg {
  width: 15px;
  height: 15px;
}

.chatbot-clear:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.chatbot-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

.chatbot-close:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 280px;
  scrollbar-width: thin;
  scrollbar-color: rgba(197, 160, 89, 0.3) transparent;
}

.chatbot-messages::-webkit-scrollbar {
  width: 5px;
}

.chatbot-messages::-webkit-scrollbar-thumb {
  background: rgba(197, 160, 89, 0.3);
  border-radius: 4px;
}

.chatbot-message {
  display: flex;
  gap: 10px;
  max-width: 100%;
}

.chatbot-message--user {
  justify-content: flex-end;
}

.chatbot-message--user .chatbot-bubble {
  background: rgba(197, 160, 89, 0.18);
  border-color: rgba(197, 160, 89, 0.35);
  color: var(--white);
}

.chatbot-avatar {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(197, 160, 89, 0.2);
  color: var(--brand-gold);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}

.chatbot-bubble {
  padding: 12px 14px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-muted);
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  border-top-left-radius: 4px;
  max-width: calc(100% - 38px);
}

.chatbot-message--user .chatbot-bubble {
  border-radius: 14px;
  border-top-right-radius: 4px;
  max-width: 85%;
}

.chatbot-bubble p {
  margin: 0 0 8px;
}

.chatbot-bubble p:last-child {
  margin-bottom: 0;
}

.chatbot-bubble strong {
  color: var(--white);
  font-weight: 600;
}

.chatbot-time {
  display: block;
  margin-top: 8px;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.28);
  text-align: right;
}

.chatbot-message--user .chatbot-time {
  color: rgba(255, 255, 255, 0.4);
}

.chatbot-bubble--typing {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
}

.chatbot-bubble--typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-gold);
  opacity: 0.5;
  animation: chatbot-dot 1.2s ease-in-out infinite;
}

.chatbot-bubble--typing span:nth-child(2) { animation-delay: 0.15s; }
.chatbot-bubble--typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes chatbot-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.35; }
  40% { transform: translateY(-5px); opacity: 1; }
}

.chatbot-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.chatbot-trust-strip span {
  padding: 4px 10px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--brand-gold);
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: 100px;
}

.chatbot-cat-nav,
.chatbot-cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.chatbot-cat-chip,
.chatbot-cat-card {
  padding: 7px 12px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brand-gold);
  background: var(--panel-bg-deep);
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-align: left;
}

.chatbot-cat-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: calc(50% - 4px);
  flex: 1 1 calc(50% - 4px);
}

.chatbot-cat-card strong {
  color: var(--white);
  font-size: 0.78rem;
}

.chatbot-cat-card span {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 500;
}

.chatbot-cat-chip:hover,
.chatbot-cat-card:hover {
  background: rgba(197, 160, 89, 0.12);
  border-color: rgba(197, 160, 89, 0.4);
}

.chatbot-pro-card {
  margin: 10px 0;
  padding: 14px;
  background: var(--panel-bg-deep);
  border: 1px solid rgba(197, 160, 89, 0.18);
  border-radius: 12px;
}

.chatbot-pro-card-head {
  margin-bottom: 12px;
}

.chatbot-pro-cat {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold);
  background: rgba(197, 160, 89, 0.1);
  border-radius: 4px;
  margin-bottom: 6px;
}

.chatbot-pro-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 4px;
  line-height: 1.3;
}

.chatbot-pro-sub {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.chatbot-pro-price-block {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: rgba(197, 160, 89, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 8px;
}

.chatbot-pro-price-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.chatbot-pro-price-main {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-gold);
  line-height: 1.35;
}

.chatbot-pro-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.chatbot-pro-spec {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.chatbot-pro-spec span {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 3px;
}

.chatbot-pro-spec strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brand-gold);
  line-height: 1.3;
}

.chatbot-pro-section {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.chatbot-variant-table {
  margin: 8px 0;
}

.chatbot-variant-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
}

.chatbot-variant-row span:last-child {
  color: var(--brand-gold);
  font-weight: 600;
  text-align: right;
  flex-shrink: 0;
}

.chatbot-variant-table--fssai .chatbot-variant-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.chatbot-variant-table--fssai .chatbot-variant-row--head span {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.chatbot-variant-table--fssai .chatbot-variant-row:not(.chatbot-variant-row--head) span:nth-child(2),
.chatbot-variant-table--fssai .chatbot-variant-row:not(.chatbot-variant-row--head) span:nth-child(3) {
  color: var(--brand-gold);
  font-weight: 600;
  text-align: right;
}

.chatbot-pro-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.chatbot-btn {
  flex: 1;
  min-width: 120px;
  padding: 9px 12px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
}

.chatbot-btn--gold {
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
}

.chatbot-btn--wa {
  color: #fff;
  background: #25D366;
}

.chatbot-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.chatbot-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0;
}

.chatbot-contact-item {
  padding: 10px;
  background: var(--panel-bg-deep);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.chatbot-contact-item span {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 3px;
}

.chatbot-contact-item strong {
  font-size: 0.78rem;
  color: var(--white);
}

.chatbot-cat-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.chatbot-cat-list-item {
  margin-bottom: 6px;
}

.chatbot-cat-intro {
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  background: rgba(197, 160, 89, 0.08);
  border-left: 3px solid var(--brand-gold);
  border-radius: 0 8px 8px 0;
}

.chatbot-note {
  margin-top: 8px !important;
  font-size: 0.72rem !important;
  font-style: italic;
}

.chatbot-muted {
  color: var(--text-muted) !important;
  font-size: 0.8rem;
}

.chatbot-label {
  display: block;
  margin: 10px 0 6px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold);
}

.chatbot-price {
  font-size: 0.95rem !important;
  font-weight: 700;
  color: var(--brand-gold) !important;
  margin: 0 0 4px !important;
}

.chatbot-meta {
  display: block;
  font-size: 0.8rem;
  margin-top: 6px;
}

.chatbot-meta strong {
  color: var(--white);
}

.chatbot-list {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 0.8rem;
}

.chatbot-list li {
  margin-bottom: 4px;
  color: var(--text-muted);
}

.chatbot-list--check {
  list-style: none;
  padding-left: 0;
}

.chatbot-list--check li {
  position: relative;
  padding-left: 18px;
  color: var(--text-muted);
}

.chatbot-list--check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-gold);
  font-weight: 700;
  font-size: 0.75rem;
}

.chatbot-list--compact {
  list-style: none;
  padding-left: 0;
}

.chatbot-list--compact li {
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.chatbot-service-card {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 8px;
}

.chatbot-service-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.chatbot-link,
.chatbot-wa-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-gold);
  text-decoration: none;
}

.chatbot-link:hover,
.chatbot-wa-link:hover {
  text-decoration: underline;
}

.chatbot-open-service,
.chatbot-inline-service {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-gold);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.chatbot-open-service:hover,
.chatbot-inline-service:hover {
  text-decoration: underline;
}

.chatbot-inline-service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  color: var(--white);
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: border-color 0.2s, background 0.2s;
}

.chatbot-inline-service .chatbot-inline-price {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brand-gold);
}

.chatbot-inline-service .chatbot-inline-meta {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--text-muted);
}

.chatbot-inline-service:hover {
  background: rgba(197, 160, 89, 0.08);
  border-color: rgba(197, 160, 89, 0.3);
  text-decoration: none;
}

.chatbot-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px 10px;
  flex-shrink: 0;
}

.chatbot-chip {
  padding: 6px 12px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--brand-gold);
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.chatbot-chip:hover {
  background: rgba(197, 160, 89, 0.18);
  border-color: rgba(197, 160, 89, 0.4);
}

.chatbot-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.chatbot-mic {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.chatbot-mic svg {
  width: 18px;
  height: 18px;
}

.chatbot-mic:hover:not(:disabled) {
  color: var(--brand-gold);
  border-color: rgba(197, 160, 89, 0.35);
}

.chatbot-mic.is-listening {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.12);
  animation: chatbot-pulse 1.2s ease-in-out infinite;
}

.chatbot-mic:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@keyframes chatbot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
}

.chatbot-input {
  flex: 1;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--white);
  background: var(--panel-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  outline: none;
  transition: border-color 0.2s;
}

.chatbot-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.chatbot-input:focus {
  border-color: rgba(197, 160, 89, 0.45);
}

.chatbot-send {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  border: none;
  border-radius: 50%;
  color: var(--navy-deep);
  cursor: pointer;
  transition: transform 0.2s;
}

.chatbot-send svg {
  width: 18px;
  height: 18px;
}

.chatbot-send:hover {
  transform: scale(1.06);
}

@media (max-width: 480px) {
  .fab-dock {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    gap: 10px;
  }

  .chatbot-widget {
    width: min(400px, calc(100vw - 32px));
  }

  .chatbot-toggle {
    margin-left: auto;
  }

  .chatbot-panel {
    right: 0;
    left: 0;
    width: 100%;
    max-height: min(580px, calc(100vh - 140px));
  }

  .chatbot-pro-specs {
    grid-template-columns: 1fr;
  }

  .chatbot-contact-grid {
    grid-template-columns: 1fr;
  }

  .chatbot-header-info {
    min-width: 0;
  }

  .chatbot-header-title {
    font-size: 0.95rem;
  }
}

/* ── WhatsApp Float ── */
.whatsapp-float {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s var(--transition), box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  color: white;
}

/* ── Service Catalogue ── */
.catalogue-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 40px;
}

.catalogue-filter {
  flex: 0 1 auto;
  padding: 10px 18px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: var(--text-muted);
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s;
}

.catalogue-filter:hover {
  color: var(--white);
  border-color: rgba(197, 160, 89, 0.35);
}

.catalogue-filter.is-active {
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--brand-gold), var(--gold-light));
  border-color: transparent;
  font-weight: 600;
}

.catalogue-category-intro {
  grid-column: 1 / -1;
  padding: 28px 32px;
  margin-bottom: 8px;
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  background: var(--panel-bg);
}

.catalogue-category-intro h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.catalogue-category-intro p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 640px;
}

.catalogue-category-intro--iso,
.catalogue-category-intro--export {
  border-color: rgba(197, 160, 89, 0.3);
  background: var(--panel-bg-deep);
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.catalogue-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: transform 0.4s var(--transition), border-color 0.4s, box-shadow 0.4s;
}

.catalogue-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 160, 89, 0.4);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.catalogue-card:focus-visible {
  outline: 2px solid var(--brand-gold);
  outline-offset: 3px;
}

.catalogue-card--text .catalogue-card-body {
  padding: 22px 22px 20px;
}

.catalogue-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 12px 0 14px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.catalogue-card-specs strong {
  color: var(--white);
  font-weight: 500;
}

.catalogue-card-docs {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.catalogue-card-docs li {
  position: relative;
  padding: 4px 0 4px 14px;
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.catalogue-card-docs li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-gold);
  font-size: 0.7rem;
}

.catalogue-card-docs .catalogue-card-more {
  color: var(--brand-gold);
  font-weight: 500;
}

.catalogue-card-docs .catalogue-card-more::before {
  content: '+';
}

.catalogue-card-cta {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--brand-gold);
  opacity: 0.85;
  transition: opacity 0.3s;
}

.catalogue-card:hover .catalogue-card-cta {
  opacity: 1;
}

.catalogue-card-body {
  padding: 18px 20px 20px;
}

.catalogue-grid--filtered .catalogue-card--featured {
  grid-column: 1 / -1;
}

.catalogue-grid--filtered .catalogue-card--featured .catalogue-card-body {
  padding: 28px 32px 26px;
  max-width: 800px;
}

.catalogue-grid--filtered .catalogue-card--featured .catalogue-card-pricing {
  margin-bottom: 16px;
}

.catalogue-card--featured {
  border-color: rgba(197, 160, 89, 0.45);
  background: var(--panel-bg-deep);
}

.catalogue-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  min-height: 0;
}

.catalogue-card-hub {
  margin-left: auto;
  padding: 4px 10px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 6px;
  background: rgba(197, 160, 89, 0.08);
  flex-shrink: 0;
}

.catalogue-card--iso::before,
.catalogue-card--export::before,
.catalogue-card--itr::before,
.catalogue-card--food-testing::before,
.catalogue-card--website::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: var(--radius) var(--radius) 0 0;
  pointer-events: none;
}

.catalogue-card--iso::before {
  background: linear-gradient(90deg, rgba(197, 160, 89, 0.85), rgba(197, 160, 89, 0.15));
}

.catalogue-card--export::before {
  background: linear-gradient(90deg, rgba(197, 160, 89, 0.65), rgba(16, 185, 129, 0.25));
}

.catalogue-card--itr::before {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.55), rgba(197, 160, 89, 0.35));
}

.catalogue-card--food-testing::before {
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.5), rgba(59, 130, 246, 0.3));
}

.catalogue-card--website::before {
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.55), rgba(197, 160, 89, 0.35));
}

.catalogue-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  color: var(--white);
}

.catalogue-card-subtitle {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.4;
}

.catalogue-card-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-gold);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.catalogue-card-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.price-tier {
  display: inline-flex;
  flex-direction: column;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
  background: var(--panel-bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  line-height: 1.2;
}

.price-tier em {
  font-size: 0.62rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.price-tier--iaf {
  border-color: rgba(197, 160, 89, 0.35);
  background: rgba(197, 160, 89, 0.1);
  color: var(--brand-gold);
}

.catalogue-card-pricing--single .price-main {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-gold);
}

.catalogue-card-pricing--single .price-govt {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.catalogue-card-tag {
  display: inline-block;
  padding: 5px 11px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand-gold);
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 6px;
  line-height: 1.2;
  white-space: nowrap;
}

.catalogue-note {
  text-align: center;
  margin-top: 48px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.catalogue-card.is-hidden {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

/* ── FAQ (SEO + rich results) ── */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: var(--panel-bg);
  overflow: hidden;
}

.faq-item summary {
  padding: 18px 22px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  padding: 0 22px 18px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.faq-item a {
  color: var(--brand-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-item a:hover {
  color: var(--gold-light);
}

/* ── Reveal Animations (initial state) ── */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .hero-content,
  .hero-stats-card,
  .hero-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-title { align-items: center; }
  .hero-title-box { margin: 0 auto; }

  .hero-checklist { align-items: center; }
  .hero-checklist li { justify-content: center; text-align: left; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats-card { margin: 0 auto; max-width: min(420px, 100%); }
  .hero-visual { min-height: auto; padding-bottom: 0; }
  .hero-portrait-stage { width: min(340px, 92vw); min-height: 520px; }
  .portrait-frame--hero { height: 400px; }
  .topbar-address { display: none; }
  .contact-dashboard-grid { grid-template-columns: 1fr; }
  .contact-dashboard-phones,
  .contact-phones-list { grid-template-columns: 1fr; }

  .stats-wall { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-line { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav > .site-lang { display: none; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .topbar-links { gap: 10px; font-size: 0.65rem; }
  .logo-portrait { width: 52px; height: 64px; }
  .logo-portrait::before { width: 44px; height: 44px; }
  .logo-photo { height: 72px; max-width: 58px; }
  .logo-name { font-size: 0.95rem; }
  .logo-name .brand-consultancy { padding: 2px 8px; font-size: 0.85rem; }
  .logo-tagline { display: none; }
  .logo-tagline-sub { display: none; }
  .nav-links { gap: 16px; }

  .hero-title-box { font-size: 1.15rem; padding: 14px 18px; }
  .hero-stats-grid { gap: 10px; }
  .hero-stats-num { font-size: 1.1rem; }

  .section { padding: 80px 0; }
  .why-features { grid-template-columns: 1fr; }
  .about-credentials { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .map-header { flex-direction: column; align-items: flex-start; }
  .map-wrap { height: 320px; }

  .service-modal-body { grid-template-columns: 1fr; }
  .service-modal-meta-grid { grid-template-columns: 1fr; }
  .service-modal-panel { padding: 28px 20px 24px; }
}

@media (max-width: 480px) {
  .preloader-portrait {
    width: min(280px, 85vw);
    height: min(360px, 105vw);
    margin-bottom: 28px;
  }

  .hero-portrait-stage { width: min(300px, 94vw); min-height: 460px; }
  .portrait-frame--hero { height: 340px; }
  .hero-stats-card { min-width: unset; width: 100%; }
  .stats-wall { grid-template-columns: 1fr; }
  .btn { padding: 14px 24px; font-size: 0.88rem; }
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }
}
