/* ============================================================
   Premium marketing design system — light-first, airy, modern.
   Built on the DesignPack tokens; owns the full marketing look.
   Loaded last so it wins over the Consight public CSS.
   ============================================================ */

:root {
  --pm-display: "Clash Display", "Satoshi", system-ui, sans-serif;
  --pm-body: "Satoshi", system-ui, -apple-system, sans-serif;

  --pm-bg: #fbfbfe;
  --pm-bg-soft: #f3f4fb;
  --pm-surface: #ffffff;
  --pm-ink: #0b0b16;
  --pm-ink-2: #3c3c50;
  --pm-muted: #6d6d83;
  --pm-line: rgba(18, 18, 50, 0.08);
  --pm-line-2: rgba(18, 18, 50, 0.14);

  --pm-accent: #5b5bf5;
  --pm-accent-2: #8b5cf6;
  --pm-accent-3: #22d3ee;
  --pm-accent-soft: rgba(91, 91, 245, 0.10);
  --pm-grad: linear-gradient(120deg, #5b5bf5 0%, #8b5cf6 52%, #22d3ee 100%);
  --pm-grad-text: linear-gradient(110deg, #5b5bf5 0%, #8b5cf6 55%, #22b8e6 100%);

  --pm-glass: rgba(255, 255, 255, 0.62);
  --pm-glass-line: rgba(255, 255, 255, 0.75);
  --pm-blur: 16px;

  --pm-shadow-sm: 0 2px 10px rgba(18, 18, 50, 0.05);
  --pm-shadow: 0 14px 44px rgba(18, 18, 50, 0.09);
  --pm-shadow-lg: 0 36px 90px rgba(18, 18, 50, 0.14);
  --pm-glow: 0 24px 70px -18px rgba(91, 91, 245, 0.45);

  --pm-r: 20px;
  --pm-r-lg: 28px;
  --pm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pm-shell: 1200px;
}

[data-theme="dark"] {
  --pm-bg: #07070e;
  --pm-bg-soft: #0d0d18;
  --pm-surface: #11111d;
  --pm-ink: #f3f3fb;
  --pm-ink-2: #b9b9cf;
  --pm-muted: #8585a0;
  --pm-line: rgba(255, 255, 255, 0.09);
  --pm-line-2: rgba(255, 255, 255, 0.16);
  --pm-accent: #8b8bff;
  --pm-accent-soft: rgba(123, 123, 255, 0.16);
  --pm-glass: rgba(255, 255, 255, 0.045);
  --pm-glass-line: rgba(255, 255, 255, 0.10);
  --pm-shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.4);
  --pm-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
  --pm-shadow-lg: 0 40px 90px rgba(0, 0, 0, 0.6);
  --pm-glow: 0 24px 70px -16px rgba(123, 123, 255, 0.5);
}

body { font-family: var(--pm-body); background: var(--pm-bg); color: var(--pm-ink); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .display { font-family: var(--pm-display); letter-spacing: -0.02em; color: var(--pm-ink); }
.main-content { display: block; overflow: hidden; }
.shell { width: 100%; max-width: var(--pm-shell); margin: 0 auto; padding-inline: 24px; }
.grad-text { background: var(--pm-grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--pm-grad); z-index: 200; border-radius: 0 3px 3px 0; box-shadow: 0 0 12px rgba(91, 91, 245, 0.5); transition: width 0.1s linear; }

.reveal { transition: opacity 0.7s var(--pm-ease), transform 0.7s var(--pm-ease); will-change: opacity, transform; }
.js .reveal { opacity: 0; transform: translateY(26px); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; } .reveal.d4 { transition-delay: 0.32s; } .reveal.d5 { transition-delay: 0.40s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--pm-accent); background: var(--pm-accent-soft); border: 1px solid color-mix(in srgb, var(--pm-accent) 22%, transparent); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pm-accent); box-shadow: 0 0 0 4px var(--pm-accent-soft); }
.section { padding: 96px 0; position: relative; }
.section-head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-title { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 600; line-height: 1.08; }
.section-subtitle { margin-top: 16px; font-size: 1.125rem; color: var(--pm-muted); line-height: 1.6; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border-radius: 999px; font-family: var(--pm-body); font-size: 15px; font-weight: 600; letter-spacing: 0.01em; cursor: pointer; border: 1px solid transparent; text-decoration: none; transition: transform 0.25s var(--pm-ease), box-shadow 0.3s var(--pm-ease), background 0.25s, color 0.25s, border-color 0.25s; }
.btn-primary { color: #fff; background: var(--pm-ink); box-shadow: var(--pm-shadow); position: relative; overflow: hidden; }
.btn-primary::after { content: ""; position: absolute; inset: 0; background: var(--pm-grad); opacity: 0; transition: opacity 0.3s var(--pm-ease); }
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--pm-glow); }
.btn-primary:hover::after { opacity: 1; }
[data-theme="dark"] .btn-primary { background: var(--pm-surface); color: var(--pm-ink); }
.btn-ghost { color: var(--pm-ink); background: var(--pm-surface); border-color: var(--pm-line-2); box-shadow: var(--pm-shadow-sm); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--pm-accent); color: var(--pm-accent); }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn .arrow { transition: transform 0.25s var(--pm-ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Navbar ---------- */
.navbar { position: sticky; top: 0; z-index: 120; background: color-mix(in srgb, var(--pm-bg) 72%, transparent); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); border-bottom: 1px solid var(--pm-line); }
.navbar-container { max-width: var(--pm-shell); margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 14px 24px; }
.navbar-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 34px; height: 34px; border-radius: 10px; box-shadow: var(--pm-shadow-sm); }
.brand-text-group { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text { font-family: var(--pm-display); font-weight: 600; font-size: 18px; color: var(--pm-ink); }
.brand-subtitle { font-size: 11.5px; color: var(--pm-muted); }
.navbar-nav { list-style: none; margin: 0 0 0 14px; padding: 0; display: flex; align-items: center; gap: 2px; }
.navbar-nav li { list-style: none; }
.nav-link { display: inline-block; padding: 9px 15px; font-size: 14.5px; font-weight: 500; color: var(--pm-ink-2); text-decoration: none; border-radius: 999px; transition: color 0.2s, background 0.2s; }
.nav-link:hover { color: var(--pm-ink); background: var(--pm-bg-soft); }
.nav-link.active { color: var(--pm-accent); background: var(--pm-accent-soft); }
.navbar-controls { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.btn-lang, .theme-toggle { display: inline-grid; place-items: center; height: 40px; min-width: 40px; padding: 0 12px; border-radius: 999px; background: var(--pm-surface); border: 1px solid var(--pm-line-2); color: var(--pm-ink-2); cursor: pointer; box-shadow: var(--pm-shadow-sm); transition: transform 0.2s, color 0.2s, border-color 0.2s; }
.btn-lang:hover, .theme-toggle:hover { transform: translateY(-1px); color: var(--pm-accent); border-color: var(--pm-accent); }
.lang-code { font-family: var(--pm-body); font-size: 13px; font-weight: 600; }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 160px; padding: 6px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: 14px; box-shadow: var(--pm-shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all 0.2s var(--pm-ease); }
.dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border-radius: 9px; color: var(--pm-ink-2); text-decoration: none; font-size: 14px; }
.dropdown-item:hover, .dropdown-item.active { background: var(--pm-bg-soft); color: var(--pm-accent); }
.nav-cta { padding: 10px 18px; }
.theme-icon-dark { display: none; }
[data-theme="dark"] .theme-icon-light { display: none; }
[data-theme="dark"] .theme-icon-dark { display: inline; }
.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 92px 0 72px; }
.hero-bg { position: absolute; inset: -10% 0 0 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-bg .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; animation: blobFloat 16s var(--pm-ease) infinite alternate; }
.hero-bg .b1 { width: 520px; height: 520px; top: -160px; left: -80px; background: radial-gradient(circle, rgba(91,91,245,0.45), transparent 70%); }
.hero-bg .b2 { width: 460px; height: 460px; top: -120px; right: -60px; background: radial-gradient(circle, rgba(34,211,238,0.40), transparent 70%); animation-delay: -6s; }
.hero-bg .b3 { width: 420px; height: 420px; bottom: -200px; left: 35%; background: radial-gradient(circle, rgba(139,92,246,0.34), transparent 70%); animation-delay: -10s; }
@keyframes blobFloat { to { transform: translate3d(30px, -24px, 0) scale(1.08); } }
.hero-grid-overlay { position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(var(--pm-line-2) 1px, transparent 1px); background-size: 28px 28px; -webkit-mask-image: radial-gradient(72% 60% at 50% 30%, #000, transparent 80%); mask-image: radial-gradient(72% 60% at 50% 30%, #000, transparent 80%); opacity: 0.5; }
.hero-container { position: relative; z-index: 1; max-width: var(--pm-shell); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 56px; align-items: center; }
.hero-content { max-width: 600px; }
.hero-badge { margin-bottom: 24px; }
.hero-title { font-size: clamp(2.7rem, 5.6vw, 4.6rem); font-weight: 600; line-height: 1.04; letter-spacing: -0.03em; margin-bottom: 22px; }
.hero-title-highlight { background: var(--pm-grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-subtitle { font-size: 1.18rem; color: var(--pm-ink-2); line-height: 1.62; max-width: 30em; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 28px 40px; }
.feature-pill { display: flex; flex-direction: column; gap: 2px; }
.feature-pill .v { font-family: var(--pm-display); font-size: 1.6rem; font-weight: 600; line-height: 1; }
.feature-pill .l { font-size: 13.5px; color: var(--pm-muted); }
.hero-visual { position: relative; min-height: 440px; }
.visual-wrapper { position: relative; width: 100%; height: 100%; min-height: 440px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 14px; padding: 18px 20px; width: 290px; max-width: 86%; background: var(--pm-glass); border: 1px solid var(--pm-glass-line); border-radius: 18px; box-shadow: var(--pm-shadow-lg); backdrop-filter: blur(var(--pm-blur)); -webkit-backdrop-filter: blur(var(--pm-blur)); animation: floatY 7s var(--pm-ease) infinite alternate; }
[data-theme="dark"] .floating-card { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); }
.floating-card:nth-of-type(1) { top: 6%; right: 2%; }
.floating-card:nth-of-type(2) { top: 42%; left: 0; animation-delay: -2.5s; }
.floating-card:nth-of-type(3) { bottom: 4%; right: 8%; animation-delay: -4.5s; }
@keyframes floatY { to { transform: translateY(-14px); } }
.floating-card-icon { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--pm-grad); box-shadow: var(--pm-glow); font-size: 18px; }
.floating-card-title { font-family: var(--pm-display); font-weight: 600; color: var(--pm-ink); }
.floating-card-desc { font-size: 13px; color: var(--pm-muted); }

/* ---------- Stats / metrics ---------- */
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metric-card, .stat-card { padding: 28px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); overflow: visible; transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease); }
.metric-card:hover, .stat-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); }
.metric-value, .stat-value { font-family: var(--pm-display); font-size: clamp(2rem, 3vw, 2.6rem); font-weight: 600; line-height: 1; background: var(--pm-grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.metric-label, .stat-label { margin-top: 8px; font-size: 14px; color: var(--pm-muted); }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(190px, auto); gap: 18px; }
.bento-item { position: relative; overflow: hidden; padding: 30px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); display: flex; flex-direction: column; transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease), border-color 0.35s var(--pm-ease); }
.bento-item:hover { transform: translateY(-6px); box-shadow: var(--pm-shadow-lg); border-color: color-mix(in srgb, var(--pm-accent) 40%, var(--pm-line-2)); }
.bento-item::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: var(--pm-grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.35s var(--pm-ease); pointer-events: none; }
.bento-item:hover::before { opacity: 0.7; }
.bento-wide { grid-column: span 4; } .bento-tall { grid-column: span 2; grid-row: span 2; } .bento-third { grid-column: span 2; }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; font-size: 22px; color: #fff; background: var(--pm-grad); box-shadow: var(--pm-glow); margin-bottom: 20px; }
.card-icon.soft { color: var(--pm-accent); background: var(--pm-accent-soft); box-shadow: none; }
.card-title { font-family: var(--pm-display); font-size: 1.25rem; font-weight: 600; margin-bottom: 8px; color: var(--pm-ink); }
.card-text { color: var(--pm-ink-2); font-size: 0.96rem; line-height: 1.6; }
.card-link { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--pm-accent); text-decoration: none; }
.card-feature-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.card-feature-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--pm-ink-2); }
.card-feature-list i { color: var(--pm-accent); font-size: 13px; }

/* ---------- Value / why-us ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 32px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); overflow: visible; transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); }
.value-num { font-family: var(--pm-display); font-size: 14px; font-weight: 600; color: var(--pm-accent); margin-bottom: 14px; }
.value-title { font-family: var(--pm-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; color: var(--pm-ink); }
.value-desc { color: var(--pm-ink-2); font-size: 0.95rem; line-height: 1.6; }

/* ---------- Process / timeline ---------- */
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process-step { padding: 26px 22px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); }
.process-step .num { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; font-family: var(--pm-display); font-weight: 600; color: #fff; background: var(--pm-grad); margin-bottom: 16px; box-shadow: var(--pm-glow); }
.process-step h4 { font-family: var(--pm-display); font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.process-step p { font-size: 13.5px; color: var(--pm-muted); line-height: 1.55; }
.timeline { position: relative; max-width: 760px; margin: 0 auto; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--pm-accent), var(--pm-accent-3)); opacity: 0.4; }
.timeline-item { position: relative; padding: 0 0 34px 26px; }
.timeline-item::before { content: ""; position: absolute; left: -30px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--pm-accent); box-shadow: 0 0 0 5px var(--pm-accent-soft); }
.timeline-item .yr { font-family: var(--pm-display); font-weight: 600; color: var(--pm-accent); }
.timeline-item h4 { font-family: var(--pm-display); font-size: 1.1rem; margin: 4px 0 6px; }
.timeline-item p { color: var(--pm-ink-2); font-size: 0.95rem; line-height: 1.6; }

/* ---------- Testimonials + marquee ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { display: flex; flex-direction: column; gap: 20px; padding: 30px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); overflow: visible; transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease); }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); }
.testimonial-quote { font-size: 1.02rem; line-height: 1.6; color: var(--pm-ink); }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.avatar-initials { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; font-family: var(--pm-display); font-weight: 600; color: #fff; background: var(--pm-grad); }
.testimonial-name { font-weight: 600; color: var(--pm-ink); }
.testimonial-company { font-size: 13.5px; color: var(--pm-muted); }
.stars { color: #f5b301; font-size: 13px; letter-spacing: 2px; }
.logo-cloud { padding: 36px 0 8px; }
.trust-label { text-align: center; color: var(--pm-muted); font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 28px; }
.logo-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-track { display: flex; align-items: center; gap: 64px; width: max-content; animation: marquee 32s linear infinite; }
.logo-track .logo { font-family: var(--pm-display); font-weight: 600; font-size: 1.35rem; color: var(--pm-muted); opacity: 0.7; white-space: nowrap; transition: opacity 0.2s, color 0.2s; }
.logo-track .logo:hover { opacity: 1; color: var(--pm-ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Chips / case studies ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip { padding: 9px 18px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--pm-ink-2); background: var(--pm-surface); border: 1px solid var(--pm-line-2); cursor: pointer; transition: all 0.2s; }
.chip:hover { border-color: var(--pm-accent); color: var(--pm-accent); }
.chip.active { color: #fff; background: var(--pm-ink); border-color: var(--pm-ink); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.case-card { padding: 32px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease); }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); }
.case-tag { display: inline-block; font-size: 12px; font-weight: 600; color: var(--pm-accent); background: var(--pm-accent-soft); padding: 4px 12px; border-radius: 999px; margin-bottom: 16px; }
.case-row { display: grid; grid-template-columns: 90px 1fr; gap: 10px 16px; margin-top: 16px; }
.case-row .k { font-size: 13px; font-weight: 600; color: var(--pm-muted); }
.case-row .v { font-size: 14.5px; color: var(--pm-ink-2); line-height: 1.5; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: 16px; overflow: hidden; transition: border-color 0.25s; }
.faq-item.open { border-color: color-mix(in srgb, var(--pm-accent) 40%, var(--pm-line-2)); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--pm-display); font-size: 1.05rem; font-weight: 600; color: var(--pm-ink); }
.faq-q i { color: var(--pm-accent); transition: transform 0.3s var(--pm-ease); }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--pm-ease); }
.faq-a p { padding: 0 24px 22px; color: var(--pm-ink-2); line-height: 1.6; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; text-align: center; padding: 72px 40px; border-radius: var(--pm-r-lg); background: var(--pm-ink); color: #fff; box-shadow: var(--pm-shadow-lg); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 20% 0%, rgba(91,91,245,0.55), transparent 60%), radial-gradient(60% 120% at 90% 100%, rgba(34,211,238,0.45), transparent 60%); }
.cta-band-inner { position: relative; z-index: 1; }
.cta-band .section-title { color: #fff; }
.cta-band p { max-width: 46ch; margin: 16px auto 30px; color: rgba(255,255,255,0.78); font-size: 1.1rem; }
.cta-band .btn-primary { background: #fff; color: var(--pm-ink); }
.cta-band .btn-primary::after { display: none; }
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }
.contact-form { padding: 36px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r-lg); box-shadow: var(--pm-shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.form-label { font-size: 13.5px; font-weight: 600; color: var(--pm-ink-2); }
.form-control { width: 100%; padding: 13px 16px; font-family: var(--pm-body); font-size: 15px; color: var(--pm-ink); background: var(--pm-bg-soft); border: 1px solid var(--pm-line-2); border-radius: 13px; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.form-control::placeholder { color: var(--pm-muted); }
.form-control:focus { outline: none; border-color: var(--pm-accent); background: var(--pm-surface); box-shadow: 0 0 0 4px var(--pm-accent-soft); }
textarea.form-control { resize: vertical; min-height: 130px; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-info-item { padding: 22px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); display: flex; gap: 14px; align-items: flex-start; }
.contact-info-item .ic { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; color: var(--pm-accent); background: var(--pm-accent-soft); font-size: 16px; }
.contact-info-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--pm-muted); }
.contact-info-value { color: var(--pm-ink); font-weight: 500; }
.map-placeholder { height: 180px; border-radius: var(--pm-r); border: 1px solid var(--pm-line); background: linear-gradient(135deg, var(--pm-bg-soft), var(--pm-surface)); display: grid; place-items: center; color: var(--pm-muted); }
.form-success { display: none; text-align: center; padding: 40px; }
.form-success.show { display: block; }
.form-success .ic { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pm-grad); font-size: 26px; box-shadow: var(--pm-glow); }

/* ---------- Footer ---------- */
.footer { margin-top: 110px; border-top: 1px solid var(--pm-line); background: var(--pm-bg-soft); }
.footer-container { max-width: var(--pm-shell); margin: 0 auto; padding: 64px 24px 28px; }
.footer-content { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: var(--pm-display); font-weight: 600; font-size: 18px; color: var(--pm-ink); margin-bottom: 14px; }
.footer-desc { color: var(--pm-muted); font-size: 14.5px; line-height: 1.6; max-width: 30ch; }
.footer-col h5 { font-family: var(--pm-display); font-size: 14px; font-weight: 600; color: var(--pm-ink); margin-bottom: 16px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-links a { color: var(--pm-muted); text-decoration: none; font-size: 14.5px; transition: color 0.2s; }
.footer-links a:hover { color: var(--pm-accent); }
.footer-socials { display: flex; gap: 10px; margin-top: 16px; }
.footer-socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--pm-ink-2); background: var(--pm-surface); border: 1px solid var(--pm-line); transition: all 0.2s; }
.footer-socials a:hover { color: #fff; background: var(--pm-ink); transform: translateY(-2px); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--pm-line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--pm-muted); font-size: 13.5px; }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; text-align: center; padding: 96px 0 40px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 600; line-height: 1.06; }
.page-hero p { max-width: 56ch; margin: 18px auto 0; font-size: 1.15rem; color: var(--pm-muted); line-height: 1.6; }

/* ---------- Compatibility: existing inner-page templates ---------- */
.section-container { max-width: var(--pm-shell); margin: 0 auto; padding-inline: 24px; }
.page-section { padding: 96px 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .product-card { padding: 30px; display: flex; flex-direction: column; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); overflow: visible; transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease), border-color 0.35s var(--pm-ease); }
.feature-card:hover, .product-card:hover { transform: translateY(-6px); box-shadow: var(--pm-shadow-lg); border-color: color-mix(in srgb, var(--pm-accent) 40%, var(--pm-line-2)); }
.feature-card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; font-size: 22px; color: #fff; background: var(--pm-grad); box-shadow: var(--pm-glow); margin-bottom: 20px; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: stretch; margin-bottom: 24px; }
.about-story { padding: 36px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); }
.about-story p { color: var(--pm-ink-2); line-height: 1.7; }
.about-story p + p { margin-top: 16px; }
.about-stats { padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); }
.about-stat { display: flex; flex-direction: column; gap: 6px; }
.about-stat .num { font-family: var(--pm-display); font-size: 2rem; font-weight: 600; background: var(--pm-grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about-stat .cap { color: var(--pm-muted); font-size: 14px; }

/* ---------- Inner page helpers ---------- */
.page-hero .hero-actions { justify-content: center; margin-top: 30px; margin-bottom: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
select.form-control { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a8aa0' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; cursor: pointer; }
.feature-quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mv-card { display: flex; gap: 20px; align-items: flex-start; padding: 32px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-r); box-shadow: var(--pm-shadow-sm); transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease); }
.mv-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); }
.mv-card .card-icon { flex: none; margin-bottom: 0; }
.testimonial-meta { display: flex; flex-direction: column; }
.testimonial-role { font-size: 13px; color: var(--pm-accent); font-weight: 500; }
.case-card .case-sector { margin-bottom: 14px; }
.case-metric { display: flex; align-items: baseline; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--pm-line); }
.case-metric .metric-value { font-size: 2rem; }
.case-metric .case-metric-label { color: var(--pm-muted); font-size: 0.9rem; }
.chips + .testimonial-grid { margin-top: 32px; }
.testimonial-card.is-hidden { display: none; }
.contact-extra { display: flex; flex-direction: column; gap: 12px; }
.contact-socials { display: flex; gap: 12px; }
.contact-socials a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--pm-ink-2); background: var(--pm-surface); border: 1px solid var(--pm-line); box-shadow: var(--pm-shadow-sm); transition: transform 0.25s var(--pm-ease), color 0.25s, background 0.25s, border-color 0.25s; }
.contact-socials a:hover { color: #fff; background: var(--pm-grad); border-color: transparent; transform: translateY(-3px); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-container { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 360px; }
  .bento-wide { grid-column: span 6; } .bento-tall { grid-column: span 3; grid-row: span 1; } .bento-third { grid-column: span 3; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-quad { grid-template-columns: repeat(2, 1fr); }
  .mv-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .navbar-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .navbar-nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; margin: 0; padding: 14px 18px 18px; background: var(--pm-bg); border-bottom: 1px solid var(--pm-line); box-shadow: var(--pm-shadow); }
  .section, .page-section { padding: 64px 0; }
  .stat-band, .value-grid, .testimonial-grid, .case-grid, .card-grid, .feature-quad, .mv-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; } .bento-wide, .bento-tall, .bento-third { grid-column: span 1; grid-row: span 1; }
  .process { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .form-row { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; }
  .floating-card { position: relative !important; inset: auto !important; width: 100% !important; max-width: 100% !important; margin-bottom: 12px; animation: none; }
  .visual-wrapper { min-height: 0; }
}
